68e793d36d
Conflicts: cui/UIConfig_cui.mk Change-Id: Ia628babd27ca29769a6a287f70367d8208c5cc59 Reviewed-on: https://gerrit.libreoffice.org/5510 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
128 lines
3.8 KiB
Text
128 lines
3.8 KiB
Text
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
* This file incorporates work covered by the following license notice:
|
|
*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
* with this work for additional information regarding copyright
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
* except in compliance with the License. You may obtain a copy of
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
*/
|
|
|
|
#include "helpid.hrc"
|
|
#include <cuires.hrc>
|
|
#include "srchxtra.hrc"
|
|
#include <svx/dialogs.hrc>
|
|
|
|
// RID_SVXDLG_SEARCHFORMAT -----------------------------------------------
|
|
TabDialog RID_SVXDLG_SEARCHFORMAT
|
|
{
|
|
OutputSize = TRUE ;
|
|
SvLook = TRUE ;
|
|
Text [ en-US ] = "Text Format" ;
|
|
Moveable = TRUE ;
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
PageList =
|
|
{
|
|
PageItem
|
|
{
|
|
Identifier = RID_SVXPAGE_CHAR_NAME ;
|
|
Text [ en-US ] = "Font" ;
|
|
};
|
|
PageItem
|
|
{
|
|
Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
|
|
Text [ en-US ] = "Font Effects" ;
|
|
};
|
|
PageItem
|
|
{
|
|
Identifier = RID_SVXPAGE_CHAR_POSITION ;
|
|
Text [ en-US ] = "Position" ;
|
|
};
|
|
PageItem
|
|
{
|
|
Identifier = RID_SVXPAGE_CHAR_TWOLINES ;
|
|
Text [ en-US ] = "Asian Layout" ;
|
|
};
|
|
PageItem
|
|
{
|
|
Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
|
|
Text [ en-US ] = "Indents & Spacing" ;
|
|
};
|
|
PageItem
|
|
{
|
|
Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
|
|
Text [ en-US ] = "Alignment" ;
|
|
};
|
|
PageItem
|
|
{
|
|
Identifier = RID_SVXPAGE_EXT_PARAGRAPH ;
|
|
Text [ en-US ] = "Text Flow" ;
|
|
};
|
|
PageItem
|
|
{
|
|
Identifier = RID_SVXPAGE_PARA_ASIAN;
|
|
Text [ en-US ] = "Asian Typography";
|
|
};
|
|
PageItem
|
|
{
|
|
Identifier = RID_SVXPAGE_BACKGROUND;
|
|
Text [ en-US ] = "Background" ;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
// RID_SVXDLG_SEARCHATTRIBUTE --------------------------------------------
|
|
ModalDialog RID_SVXDLG_SEARCHATTR
|
|
{
|
|
HelpId = HID_SEARCHATTR ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 194 , 128 ) ;
|
|
Text [ en-US ] = "Attributes" ;
|
|
Moveable = TRUE ;
|
|
Control LB_ATTR
|
|
{
|
|
HelpId = HID_SEARCHATTR_CTL_ATTR ;
|
|
ClipChildren = TRUE ;
|
|
Border = TRUE ;
|
|
TabStop = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 14 ) ;
|
|
Size = MAP_APPFONT ( 120 , 108 ) ;
|
|
};
|
|
FixedText FL_ATTR
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
Size = MAP_APPFONT ( 124 , 8 ) ;
|
|
Text [ en-US ] = "~Options" ;
|
|
};
|
|
OKButton BTN_ATTR_OK
|
|
{
|
|
Pos = MAP_APPFONT ( 136 , 6 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
DefButton = TRUE ;
|
|
};
|
|
CancelButton BTN_ATTR_CANCEL
|
|
{
|
|
Pos = MAP_APPFONT ( 136 , 23 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
};
|
|
HelpButton BTN_ATTR_HELP
|
|
{
|
|
Pos = MAP_APPFONT ( 136 , 43 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
};
|
|
};
|
|
// ********************************************************************** EOF
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|