735 lines
18 KiB
Text
735 lines
18 KiB
Text
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2008 by Sun Microsystems, Inc.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: paragrph.src,v $
|
|
* $Revision: 1.85 $
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
************************************************************************/
|
|
// include ---------------------------------------------------------------
|
|
#include <cuires.hrc>
|
|
#include "helpid.hrc"
|
|
#include "paragrph.hrc"
|
|
#include <svx/dialogs.hrc>
|
|
|
|
// RID_SVXPAGE_STD_PARAGRAPH ---------------------------------------------
|
|
TabPage RID_SVXPAGE_STD_PARAGRAPH
|
|
{
|
|
HelpId = HID_FORMAT_PARAGRAPH_STD ;
|
|
Hide = TRUE ;
|
|
Text [ en-US ] = "Indents and Spacing" ;
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
|
FixedText FT_LEFTINDENT
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 16 ) ;
|
|
Size = MAP_APPFONT ( 120 , 8 ) ;
|
|
Left = TRUE ;
|
|
Text [ en-US ] = "Before text" ;
|
|
};
|
|
MetricField ED_LEFTINDENT
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 135 , 14 ) ;
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
Group = TRUE ;
|
|
Left = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Maximum = 9999 ;
|
|
DecimalDigits = 2 ;
|
|
Unit = FUNIT_CM ;
|
|
Last = 9999 ;
|
|
SpinSize = 10 ;
|
|
};
|
|
FixedText FT_RIGHTINDENT
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 32 ) ;
|
|
Size = MAP_APPFONT ( 120 , 8 ) ;
|
|
Left = TRUE ;
|
|
Text [ en-US ] = "After text" ;
|
|
};
|
|
MetricField ED_RIGHTINDENT
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 135 , 30 ) ;
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
Group = TRUE ;
|
|
Left = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Maximum = 9999 ;
|
|
DecimalDigits = 2 ;
|
|
Unit = FUNIT_CM ;
|
|
Last = 9999 ;
|
|
SpinSize = 10 ;
|
|
};
|
|
FixedText FT_FLINEINDENT
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 48 ) ;
|
|
Size = MAP_APPFONT ( 120 , 8 ) ;
|
|
Text [ en-US ] = "~First line" ;
|
|
Left = TRUE ;
|
|
};
|
|
MetricField ED_FLINEINDENT
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 135 , 46 ) ;
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
Group = TRUE ;
|
|
Left = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Minimum = -9999 ;
|
|
Maximum = 9999 ;
|
|
DecimalDigits = 2 ;
|
|
Unit = FUNIT_CM ;
|
|
First = -9999 ;
|
|
Last = 9999 ;
|
|
SpinSize = 10 ;
|
|
};
|
|
CheckBox CB_AUTO
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 61 ) ;
|
|
Size = MAP_APPFONT ( 120 , 10 ) ;
|
|
Hide = TRUE ;
|
|
Text [ en-US ] = "~Automatic" ;
|
|
};
|
|
FixedLine FL_INDENT
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
Size = MAP_APPFONT ( 173 , 8 ) ;
|
|
Text [ en-US ] = "Indent" ;
|
|
};
|
|
FixedText FT_TOPDIST
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 90 ) ;
|
|
Size = MAP_APPFONT ( 120 , 8 ) ;
|
|
Left = TRUE ;
|
|
Text [ en-US ] = "Ab~ove paragraph" ;
|
|
};
|
|
MetricField ED_TOPDIST
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 135 , 88 ) ;
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
Group = TRUE ;
|
|
Left = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Maximum = 9999 ;
|
|
DecimalDigits = 2 ;
|
|
Unit = FUNIT_CM ;
|
|
Last = 9999 ;
|
|
SpinSize = 10 ;
|
|
};
|
|
FixedText FT_BOTTOMDIST
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 104 ) ;
|
|
Size = MAP_APPFONT ( 120 , 8 ) ;
|
|
Left = TRUE ;
|
|
Text [ en-US ] = "Below paragraph" ;
|
|
};
|
|
MetricField ED_BOTTOMDIST
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 135 , 104 ) ;
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
Group = TRUE ;
|
|
Left = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Maximum = 9999 ;
|
|
DecimalDigits = 2 ;
|
|
Unit = FUNIT_CM ;
|
|
Last = 9999 ;
|
|
SpinSize = 10 ;
|
|
};
|
|
FixedLine FL_DIST
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 77 ) ;
|
|
Size = MAP_APPFONT ( 173 , 8 ) ;
|
|
Text [ en-US ] = "Spacing" ;
|
|
};
|
|
ListBox LB_LINEDIST
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 133 ) ;
|
|
Size = MAP_APPFONT ( 55 , 72 ) ;
|
|
DropDown = TRUE ;
|
|
StringList [ en-US ] =
|
|
{
|
|
< "Single" ; Default ; > ;
|
|
< "1.5 lines" ; Default ; > ;
|
|
< "Double" ; Default ; > ;
|
|
< "Proportional" ; Default ; > ;
|
|
< "At least" ; Default ; > ;
|
|
< "Leading" ; Default ; > ;
|
|
};
|
|
};
|
|
String ST_LINEDIST_ABS
|
|
{
|
|
Text [ en-US ] = "Fixed" ;
|
|
};
|
|
FixedText FT_LINEDIST
|
|
{
|
|
Disable = TRUE ;
|
|
Pos = MAP_APPFONT ( 70 , 135 ) ;
|
|
Size = MAP_APPFONT ( 60 , 8 ) ;
|
|
Text [ en-US ] = "of" ;
|
|
Left = TRUE ;
|
|
};
|
|
MetricField ED_LINEDISTPERCENT
|
|
{
|
|
Disable = TRUE ;
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 135 , 133 ) ;
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
Group = TRUE ;
|
|
Left = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Minimum = 50 ;
|
|
Maximum = 200 ;
|
|
Value = 100 ;
|
|
Unit = FUNIT_CUSTOM ;
|
|
CustomUnitText = "%" ;
|
|
First = 50 ;
|
|
Last = 200 ;
|
|
SpinSize = 1 ;
|
|
};
|
|
MetricField ED_LINEDISTMETRIC
|
|
{
|
|
Disable = TRUE ;
|
|
Border = TRUE ;
|
|
Hide = TRUE ;
|
|
Pos = MAP_APPFONT ( 135 , 133 ) ;
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
Group = TRUE ;
|
|
Left = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Maximum = 9999 ;
|
|
DecimalDigits = 2 ;
|
|
Unit = FUNIT_CM ;
|
|
Last = 9999 ;
|
|
SpinSize = 10 ;
|
|
};
|
|
FixedLine FL_LINEDIST
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 122 ) ;
|
|
Size = MAP_APPFONT ( 173 , 8 ) ;
|
|
Text [ en-US ] = "Line spacing" ;
|
|
};
|
|
Window WN_EXAMPLE
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 185 , 7 ) ;
|
|
Size = MAP_APPFONT ( 68 , 112 ) ;
|
|
};
|
|
CheckBox CB_REGISTER
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 162 ) ;
|
|
Size = MAP_APPFONT ( 120 , 10 ) ;
|
|
Hide = TRUE ;
|
|
Text [ en-US ] = "A~ctivate" ;
|
|
};
|
|
FixedLine FL_REGISTER
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 151 ) ;
|
|
Size = MAP_APPFONT ( 173 , 8 ) ;
|
|
Hide = TRUE ;
|
|
Text [ en-US ] = "Register-true" ;
|
|
};
|
|
|
|
};
|
|
// RID_SVXPAGE_ALIGN_PARAGRAPH ---------------------------------------------
|
|
TabPage RID_SVXPAGE_ALIGN_PARAGRAPH
|
|
{
|
|
HelpId = HID_FORMAT_PARAGRAPH_ALIGN ;
|
|
Hide = TRUE ;
|
|
Text [ en-US ] = "Alignment" ;
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
|
FixedLine FL_ALIGN
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
Size = MAP_APPFONT ( 173 , 8 ) ;
|
|
Text [ en-US ] = "Options" ;
|
|
Group = TRUE ;
|
|
};
|
|
RadioButton BTN_LEFTALIGN
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
|
Size = MAP_APPFONT ( 161 , 10 ) ;
|
|
Text [ en-US ] = "~Left" ;
|
|
Group = TRUE ;
|
|
};
|
|
RadioButton BTN_RIGHTALIGN
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 28 ) ;
|
|
Size = MAP_APPFONT ( 161 , 10 ) ;
|
|
Text [ en-US ] = "Righ~t" ;
|
|
};
|
|
RadioButton BTN_CENTERALIGN
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 42 ) ;
|
|
Size = MAP_APPFONT ( 161 , 10 ) ;
|
|
Text [ en-US ] = "~Center" ;
|
|
};
|
|
RadioButton BTN_JUSTIFYALIGN
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 56 ) ;
|
|
Size = MAP_APPFONT ( 161 , 10 ) ;
|
|
Text [ en-US ] = "Justified" ;
|
|
};
|
|
String ST_LEFTALIGN_ASIAN
|
|
{
|
|
Text [ en-US ] = "~Left/Top" ;
|
|
};
|
|
String ST_RIGHTALIGN_ASIAN
|
|
{
|
|
Text [ en-US ] = "Righ~t/Bottom" ;
|
|
};
|
|
FixedText FT_LASTLINE
|
|
{
|
|
Pos = MAP_APPFONT ( 20 , 72 ) ;
|
|
Size = MAP_APPFONT ( 80 , 8 ) ;
|
|
Hide = TRUE ;
|
|
Text [ en-US ] = "~Last line" ;
|
|
};
|
|
ListBox LB_LASTLINE
|
|
{
|
|
Pos = MAP_APPFONT ( 105 , 70 ) ;
|
|
Size = MAP_APPFONT ( 70 , 50 ) ;
|
|
DropDown = TRUE ;
|
|
Hide = TRUE ;
|
|
StringList [ en-US ] =
|
|
{
|
|
< "Default" ; Default ; > ;
|
|
< "Left" ; Default ; > ;
|
|
< "Centered" ; Default ; > ;
|
|
< "Justified"; Default; > ;
|
|
};
|
|
};
|
|
CheckBox CB_EXPAND
|
|
{
|
|
Pos = MAP_APPFONT ( 20 , 86 ) ;
|
|
Size = MAP_APPFONT ( 153 , 10 ) ;
|
|
Hide = TRUE ;
|
|
Text [ en-US ] = "~Expand single word" ;
|
|
};
|
|
CheckBox CB_SNAP
|
|
{
|
|
Pos = MAP_APPFONT ( 20 , 100 ) ;
|
|
Size = MAP_APPFONT ( 153 , 10 ) ;
|
|
Hide = TRUE ;
|
|
Text [ en-US ] = "Snap to text grid (if active)";
|
|
};
|
|
Window WN_EXAMPLE
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 185 , 7 ) ;
|
|
Size = MAP_APPFONT ( 68 , 112 ) ;
|
|
};
|
|
FixedLine FL_VERTALIGN
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 122 ) ;
|
|
Size = MAP_APPFONT ( 173 , 8 ) ;
|
|
Hide = TRUE;
|
|
Text [ en-US ] = "Text-to-text";
|
|
};
|
|
FixedText FT_VERTALIGN
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 135 ) ;
|
|
Size = MAP_APPFONT ( 90 , 8 ) ;
|
|
Hide = TRUE;
|
|
Text [ en-US ] = "~Alignment";
|
|
};
|
|
ListBox LB_VERTALIGN
|
|
{
|
|
Pos = MAP_APPFONT ( 105 , 133 ) ;
|
|
Size = MAP_APPFONT ( 70 , 50 ) ;
|
|
DropDown = TRUE ;
|
|
Hide = TRUE ;
|
|
StringList [ en-US ] =
|
|
{
|
|
< "Automatic" ; > ;
|
|
< "Base line" ; > ;
|
|
< "Top" ; > ;
|
|
< "Middle" ; > ;
|
|
< "Bottom" ; > ;
|
|
};
|
|
};
|
|
FixedLine FL_PROPERTIES
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 154 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Hide = TRUE ;
|
|
Text [ en-US ] = "Properties";
|
|
};
|
|
FixedText FT_TEXTDIRECTION
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 167 ) ;
|
|
Size = MAP_APPFONT ( 60 , 8 ) ;
|
|
Hide = TRUE ;
|
|
Text [ en-US ] = "Text ~direction";
|
|
};
|
|
ListBox LB_TEXTDIRECTION
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 105 , 165 ) ;
|
|
Size = MAP_APPFONT ( 146 , 50 ) ;
|
|
DropDown = TRUE ;
|
|
Hide = TRUE ;
|
|
};
|
|
};
|
|
// RID_SVXPAGE_EXT_PARAGRAPH ---------------------------------------------
|
|
TabPage RID_SVXPAGE_EXT_PARAGRAPH
|
|
{
|
|
HelpId = HID_FORMAT_PARAGRAPH_EXT ;
|
|
Hide = TRUE ;
|
|
Text [ en-US ] = "Text Flow" ;
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
|
TriStateBox BTN_HYPHEN
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
|
Size = MAP_APPFONT ( 236 , 10 ) ;
|
|
Text [ en-US ] = "A~utomatically" ;
|
|
};
|
|
NumericField ED_HYPHENBEFORE
|
|
{
|
|
Disable = TRUE ;
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 21 , 26 ) ;
|
|
Size = MAP_APPFONT ( 24 , 12 ) ;
|
|
Group = TRUE ;
|
|
Left = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Minimum = 2 ;
|
|
Maximum = 9 ;
|
|
Value = 2 ;
|
|
First = 2 ;
|
|
Last = 9 ;
|
|
};
|
|
FixedText FT_HYPHENBEFORE
|
|
{
|
|
Disable = TRUE ;
|
|
Pos = MAP_APPFONT ( 48 , 29 ) ;
|
|
Size = MAP_APPFONT ( 200 , 8 ) ;
|
|
Text [ en-US ] = "C~haracters at line end" ;
|
|
Left = TRUE ;
|
|
};
|
|
NumericField ED_HYPHENAFTER
|
|
{
|
|
Disable = TRUE ;
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 21 , 41 ) ;
|
|
Size = MAP_APPFONT ( 24 , 12 ) ;
|
|
Group = TRUE ;
|
|
Left = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Minimum = 2 ;
|
|
Maximum = 9 ;
|
|
Value = 2 ;
|
|
First = 2 ;
|
|
Last = 9 ;
|
|
};
|
|
FixedText FT_HYPHENAFTER
|
|
{
|
|
Disable = TRUE ;
|
|
Pos = MAP_APPFONT ( 48 , 43 ) ;
|
|
Size = MAP_APPFONT ( 200 , 8 ) ;
|
|
Text [ en-US ] = "Cha~racters at line begin" ;
|
|
Left = TRUE ;
|
|
};
|
|
FixedText FT_MAXHYPH
|
|
{
|
|
Pos = MAP_APPFONT ( 48 , 57 ) ;
|
|
Size = MAP_APPFONT ( 200 , 8 ) ;
|
|
WordBreak = TRUE ;
|
|
Text [ en-US ] = "~Maximum number of consecutive hyphens" ;
|
|
};
|
|
NumericField ED_MAXHYPH
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 21 , 55 ) ;
|
|
Size = MAP_APPFONT ( 24 , 12 ) ;
|
|
Group = TRUE ;
|
|
Left = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Maximum = 99 ;
|
|
Last = 99 ;
|
|
};
|
|
FixedLine FL_HYPHEN
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Text [ en-US ] = "Hyphenation" ;
|
|
};
|
|
FixedLine FL_OPTIONS
|
|
{ // is moved one section deeper to not raise unnecessary translations
|
|
Pos = MAP_APPFONT ( 6 , 116 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Text [ en-US ] = "Options" ;
|
|
Group = TRUE ;
|
|
};
|
|
FixedLine FL_BREAKS
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 73 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Text [ en-US ] = "Breaks" ;
|
|
Group = TRUE ;
|
|
};
|
|
TriStateBox BTN_PAGEBREAK
|
|
{
|
|
// Disable = TRUE;
|
|
Pos = MAP_APPFONT ( 12 , 86 ) ;
|
|
Size = MAP_APPFONT ( 61 , 10 ) ;
|
|
Text [ en-US ] = "Insert" ;
|
|
Group = TRUE ;
|
|
};
|
|
FixedText FT_BREAKTYPE
|
|
{
|
|
Pos = MAP_APPFONT ( 75 , 86 ) ;
|
|
Size = MAP_APPFONT ( 21 , 10 ) ;
|
|
Text [ en-US ] = "~Type";
|
|
};
|
|
ListBox LB_BREAKTYPE
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 98 , 84 ) ;
|
|
Size = MAP_APPFONT ( 61 , 50 ) ;
|
|
DropDown = TRUE ;
|
|
StringList [ en-US ] =
|
|
{
|
|
< "Page" ; 0; > ;
|
|
< "Column" ; 1; > ;
|
|
};
|
|
};
|
|
FixedText FT_BREAKPOSITION
|
|
{
|
|
Pos = MAP_APPFONT ( 163 , 86 ) ;
|
|
Size = MAP_APPFONT ( 45 , 10 ) ;
|
|
Right = TRUE;
|
|
Text [ en-US ] = "Position";
|
|
};
|
|
ListBox LB_BREAKPOSITION
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 211 , 84 ) ;
|
|
Size = MAP_APPFONT ( 40 , 50 ) ;
|
|
DropDown = TRUE ;
|
|
StringList [ en-US ] =
|
|
{
|
|
< "Before" ; 0; > ;
|
|
< "After" ; 1; > ;
|
|
};
|
|
};
|
|
TriStateBox BTN_PAGECOLL
|
|
{
|
|
// Disable = TRUE;
|
|
Pos = MAP_APPFONT (21 , 100 ) ;
|
|
Size = MAP_APPFONT ( 75 , 10 ) ;
|
|
Text [ en-US ] = "With Page St~yle" ;
|
|
Group = TRUE ;
|
|
};
|
|
ListBox LB_PAGECOLL
|
|
{
|
|
// Disable = TRUE;
|
|
Pos = MAP_APPFONT ( 98 , 98 ) ;
|
|
Size = MAP_APPFONT ( 61 , 50 ) ;
|
|
DropDown = TRUE ;
|
|
Sort = TRUE;
|
|
};
|
|
FixedText FT_PAGENUM
|
|
{
|
|
Pos = MAP_APPFONT ( 163 , 100 ) ;
|
|
Size = MAP_APPFONT ( 45 , 8 ) ;
|
|
Right = TRUE ;
|
|
Text [ en-US ] = "Page ~number" ;
|
|
};
|
|
NumericField ED_PAGENUM
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 211 , 98 ) ;
|
|
Size = MAP_APPFONT ( 26 , 12 ) ;
|
|
Left = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Minimum = 0 ;
|
|
Maximum = 9999 ;
|
|
Value = 0 ;
|
|
First = 0 ;
|
|
Last = 9999 ;
|
|
};
|
|
TriStateBox BTN_KEEPTOGETHER
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 127 ) ;
|
|
Size = MAP_APPFONT ( 236 , 10 ) ;
|
|
Text [ en-US ] = "~Do not split paragraph" ;
|
|
Group = TRUE ;
|
|
};
|
|
TriStateBox CB_KEEPTOGETHER
|
|
{
|
|
Pos = MAP_APPFONT ( 12, 141 ) ;
|
|
Size = MAP_APPFONT ( 236 , 10 ) ;
|
|
Text [ en-US ] = "~Keep with next paragraph" ;
|
|
};
|
|
TriStateBox BTN_ORPHANS
|
|
{
|
|
Disable = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 155 ) ;
|
|
Size = MAP_APPFONT ( 120 , 10 ) ;
|
|
Group = TRUE ;
|
|
Text [ en-US ] = "~Orphan control";
|
|
};
|
|
NumericField ED_ORPHANS
|
|
{
|
|
Disable = TRUE ;
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 134 , 153 ) ;
|
|
Size = MAP_APPFONT ( 24 , 12 ) ;
|
|
Group = TRUE ;
|
|
Left = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Minimum = 2 ;
|
|
Maximum = 9 ;
|
|
Value = 2 ;
|
|
First = 2 ;
|
|
Last = 9 ;
|
|
};
|
|
FixedText FT_ORPHANS
|
|
{
|
|
Disable = TRUE ;
|
|
Pos = MAP_APPFONT ( 161 , 155 ) ;
|
|
Size = MAP_APPFONT ( 86 , 8 ) ;
|
|
Text [ en-US ] = "Lines" ;
|
|
Left = TRUE ;
|
|
};
|
|
TriStateBox BTN_WIDOWS
|
|
{
|
|
Disable = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 169 ) ;
|
|
Size = MAP_APPFONT ( 120 , 10 ) ;
|
|
Group = TRUE ;
|
|
Text [ en-US ] = "~Widow control";
|
|
};
|
|
NumericField ED_WIDOWS
|
|
{
|
|
Disable = TRUE ;
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 134 , 167 ) ;
|
|
Size = MAP_APPFONT ( 24 , 12 ) ;
|
|
Group = TRUE ;
|
|
Left = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Minimum = 2 ;
|
|
Maximum = 9 ;
|
|
Value = 2 ;
|
|
First = 2 ;
|
|
Last = 9 ;
|
|
};
|
|
FixedText FT_WIDOWS
|
|
{
|
|
Disable = TRUE ;
|
|
Pos = MAP_APPFONT ( 161 , 169 ) ;
|
|
Size = MAP_APPFONT ( 86 , 8 ) ;
|
|
Text [ en-US ] = "Lines" ;
|
|
Left = TRUE ;
|
|
};
|
|
};
|
|
/*-- 29.11.00 11:36:24---------------------------------------------------
|
|
Asian typography
|
|
-----------------------------------------------------------------------*/
|
|
TabPage RID_SVXPAGE_PARA_ASIAN
|
|
{
|
|
HelpId = HID_SVXPAGE_PARA_ASIAN ;
|
|
Hide = TRUE ;
|
|
Text [ en-US ] = "Asian Typography";
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
|
FixedLine FL_AS_OPTIONS
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Text [ en-US ] = "Line change";
|
|
};
|
|
TriStateBox CB_AS_FORBIDDEN
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
|
Size = MAP_APPFONT ( 242 , 10 ) ;
|
|
Text [ en-US ] = "Apply list of forbidden characters to the beginning and end of lines";
|
|
};
|
|
TriStateBox CB_AS_HANG_PUNC
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 28 ) ;
|
|
Size = MAP_APPFONT ( 242 , 10 ) ;
|
|
Text [ en-US ] = "Allow hanging punctuation";
|
|
};
|
|
TriStateBox CB_AS_SCRIPT_SPACE
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 42 ) ;
|
|
Size = MAP_APPFONT ( 242 , 10 ) ;
|
|
Text [ en-US ] = "Apply spacing between Asian, Latin and Complex text";
|
|
};
|
|
};
|
|
|
|
// ********************************************************************** EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|