Kaydet (Commit) 857d086e authored tarafından Oliver Specht's avatar Oliver Specht

redesign of dialogs (FME)

üst 128997e9
......@@ -2,9 +2,9 @@
*
* $RCSfile: numpages.cxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: os $ $Date: 2001-02-23 12:29:29 $
* last change: $Author: os $ $Date: 2001-05-11 07:41:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -315,7 +315,7 @@ Font& lcl_GetDefaultBulletFont()
SvxSingleNumPickTabPage::SvxSingleNumPickTabPage(Window* pParent,
const SfxItemSet& rSet) :
SfxTabPage( pParent, SVX_RES( RID_SVXPAGE_PICK_SINGLE_NUM ), rSet ),
aValuesGB( this, ResId(BG_VALUES) ),
aValuesFL( this, ResId(FL_VALUES) ),
pExamplesVS( new SvxNumValueSet(this, ResId(VS_VALUES), NUM_PAGETYPE_SINGLENUM )),
pActNum(0),
pSaveNum(0),
......@@ -540,7 +540,7 @@ IMPL_LINK(SvxSingleNumPickTabPage, DoubleClickHdl_Impl, ValueSet*, EMPTYARG)
SvxBulletPickTabPage::SvxBulletPickTabPage(Window* pParent,
const SfxItemSet& rSet) :
SfxTabPage( pParent, SVX_RES( RID_SVXPAGE_PICK_BULLET ), rSet ),
aValuesGB( this, ResId(BG_VALUES) ),
aValuesFL( this, ResId(FL_VALUES) ),
pExamplesVS( new SvxNumValueSet(this, ResId(VS_VALUES), NUM_PAGETYPE_BULLET )),
pActNum(0),
pSaveNum(0),
......@@ -724,7 +724,7 @@ IMPL_LINK(SvxBulletPickTabPage, DoubleClickHdl_Impl, ValueSet*, EMPTYARG)
SvxNumPickTabPage::SvxNumPickTabPage(Window* pParent,
const SfxItemSet& rSet) :
SfxTabPage( pParent, SVX_RES( RID_SVXPAGE_PICK_NUM ), rSet ),
aValuesGB( this, ResId(BG_VALUES) ),
aValuesFL( this, ResId(FL_VALUES) ),
pExamplesVS( new SvxNumValueSet(this, ResId(VS_VALUES), NUM_PAGETYPE_NUM )),
pActNum(0),
pSaveNum(0),
......@@ -1216,7 +1216,7 @@ void SvxNumValueSet::SetOutlineNumberingSettings(
SvxBitmapPickTabPage::SvxBitmapPickTabPage(Window* pParent,
const SfxItemSet& rSet) :
SfxTabPage( pParent, SVX_RES( RID_SVXPAGE_PICK_BMP ), rSet ),
aValuesGB( this, ResId(BG_VALUES) ),
aValuesFL( this, ResId(FL_VALUES) ),
pExamplesVS( new SvxBmpNumValueSet(this, ResId(VS_VALUES), aGrfNames )),
aErrorText( this, ResId(FT_ERROR)),
aLinkedCB( this, ResId(CB_LINKED)),
......@@ -1604,9 +1604,9 @@ SvxNumOptionsTabPage::SvxNumOptionsTabPage(Window* pParent,
const SfxItemSet& rSet) :
SfxTabPage( pParent, SVX_RES( RID_SVXPAGE_NUM_OPTIONS ), rSet ),
aLevelGB( this, ResId(GB_LEVEL )),
aFormatFL( this, ResId(FL_FORMAT )),
aLevelFT( this, ResId(FT_LEVEL )),
aLevelLB( this, ResId(LB_LEVEL )),
aFormatGB( this, ResId(GB_FORMAT )),
aPrefixFT( this, ResId(FT_PREFIX )),
aPrefixED( this, ResId(ED_PREFIX )),
aFmtFT( this, ResId(FT_FMT )),
......@@ -1623,7 +1623,7 @@ SvxNumOptionsTabPage::SvxNumOptionsTabPage(Window* pParent,
aAllLevelNF( this, ResId(NF_ALL_LEVEL)),
aStartFT( this, ResId(FT_START )),
aStartED( this, ResId(ED_START )),
aSameLevelGB( this, ResId(GB_SAME_LEVEL)),
aSameLevelFL( this, ResId(FL_SAME_LEVEL)),
aSameLevelCB( this, ResId(CB_SAME_LEVEL)),
aBulletPB( this, ResId(PB_BULLET )),
aBitmapFT( this, ResId(FT_BITMAP )),
......@@ -1635,7 +1635,6 @@ SvxNumOptionsTabPage::SvxNumOptionsTabPage(Window* pParent,
aHeightMF( this, ResId(MF_HEIGHT )),
aOrientFT( this, ResId(FT_ORIENT )),
aOrientLB( this, ResId(LB_ORIENT )),
aPreviewGB( this, ResId(GB_PREVIEW )),
aUseBulletCB( this, ResId(CB_USE_BULLET)),
aAlignFT( this, ResId(FT_ALIGN )),
aAlignLB( this, ResId(LB_ALIGN )),
......@@ -1938,7 +1937,7 @@ void SvxNumOptionsTabPage::Reset( const SfxItemSet& rSet )
aAllLevelFT.Show(bAllLevel);
aAllLevelNF.Show(bAllLevel);
aSameLevelGB.Show(bContinuous);
aSameLevelFL.Show(bContinuous);
aSameLevelCB.Show(bContinuous);
//wieder Missbrauch: im Draw gibt es die Numerierung nur bis zum Bitmap
// without SVX_NUM_NUMBER_NONE
......@@ -1970,18 +1969,18 @@ void SvxNumOptionsTabPage::Reset( const SfxItemSet& rSet )
}
if(pActNum->IsFeatureSupported(NUM_HIDDEN_SYMBOLS))
{
Size aSz(aFormatGB.GetSizePixel());
aSz.Height() = aLevelGB.GetSizePixel().Height();
aFormatGB.SetSizePixel(aSz);
Size aSz(aFormatFL.GetSizePixel());
aSz.Height() = aLevelFT.GetSizePixel().Height();
aFormatFL.SetSizePixel(aSz);
aUseBulletCB.Show(TRUE);
}
if(pActNum->IsFeatureSupported(NUM_SYMBOL_ALIGNMENT))
{
aAlignFT.Show();
aAlignLB.Show();
Size aSz(aFormatGB.GetSizePixel());
aSz.Height() = aLevelGB.GetSizePixel().Height();
aFormatGB.SetSizePixel(aSz);
Size aSz(aFormatFL.GetSizePixel());
aSz.Height() = aLevelFT.GetSizePixel().Height();
aFormatFL.SetSizePixel(aSz);
aAlignLB.SetSelectHdl(LINK(this, SvxNumOptionsTabPage, EditModifyHdl_Impl));
}
......@@ -3175,9 +3174,9 @@ void NumMenuButton::MouseButtonDown( const MouseEvent& rMEvt )
SvxNumPositionTabPage::SvxNumPositionTabPage(Window* pParent,
const SfxItemSet& rSet) :
SfxTabPage( pParent, SVX_RES( RID_SVXPAGE_NUM_POSITION ), rSet ),
aLevelGB( this, ResId(GB_LEVEL )),
aPositionFL( this, ResId(FL_POSITION )),
aLevelFT( this, ResId(FT_LEVEL )),
aLevelLB( this, ResId(LB_LEVEL )),
aPositionGB( this, ResId(GB_POSITION )),
aAlignFT( this, ResId(FT_ALIGN )),
aAlignLB( this, ResId(LB_ALIGN )),
aDistBorderFT( this, ResId(FT_BORDERDIST )),
......@@ -3188,7 +3187,6 @@ SvxNumPositionTabPage::SvxNumPositionTabPage(Window* pParent,
aIndentFT( this, ResId(FT_INDENT )),
aIndentMF( this, ResId(MF_INDENT )),
aStandardPB( this, ResId(PB_STANDARD )),
aPreviewGB( this, ResId(GB_PREVIEW )),
pPreviewWIN( new SvxNumberingPreview(this, ResId(WIN_PREVIEW ))),
bInInintControl(FALSE),
nActNumLvl( USHRT_MAX ),
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: numpages.hrc,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: os $ $Date: 2001-01-31 12:23:10 $
* last change: $Author: os $ $Date: 2001-05-11 07:41:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -97,17 +97,16 @@
#define BT_BULLET 213
#define BG_VALUES 220
#define FL_VALUES 220
#define VS_VALUES 221
#define ST_CUSTOMIZE 222
#define FT_ERROR 223
#define CB_LINKED 224
#define GB_LEVEL 150
#define LB_LEVEL 151
#define GB_FORMAT 152
#define GB_PREVIEW 153
#define GB_POSITION 154
#define FT_LEVEL 151
#define LB_LEVEL 152
#define FL_FORMAT 153
#define FL_POSITION 154
#define FT_PREFIX 155
#define ED_PREFIX 156
#define FT_FMT 157
......@@ -142,7 +141,7 @@
#define FT_ALL_LEVEL 186
#define PB_STANDARD 187
#define CB_SAME_LEVEL 188
#define GB_SAME_LEVEL 189
#define FL_SAME_LEVEL 189
#define FT_BUL_COLOR 190
#define LB_BUL_COLOR 191
#define FT_BUL_REL_SIZE 192
......
This diff is collapsed.
......@@ -2,9 +2,9 @@
*
* $RCSfile: paragrph.cxx,v $
*
* $Revision: 1.14 $
* $Revision: 1.15 $
*
* last change: $Author: ama $ $Date: 2001-04-25 10:35:29 $
* last change: $Author: os $ $Date: 2001-05-11 07:41:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -630,7 +630,7 @@ void SvxStdParagraphTabPage::Reset( const SfxItemSet& rSet )
if(nHtmlMode & HTMLMODE_ON)
{
aRegisterCB.Hide();
aRegisterGB.Hide();
aRegisterFL.Hide();
aAutoCB.Hide();
if(!(nHtmlMode & HTMLMODE_SOME_STYLES)) // IE oder SW
{
......@@ -690,21 +690,20 @@ SvxStdParagraphTabPage::SvxStdParagraphTabPage( Window* pParent,
aAutoCB ( this, ResId( CB_AUTO ) ),
aRightLabel ( this, ResId( FT_RIGHTINDENT ) ),
aRightIndent ( this, ResId( ED_RIGHTINDENT ) ),
aIndentFrm ( this, ResId( GB_INDENT ) ),
aIndentFrm ( this, ResId( FL_INDENT ) ),
aTopLabel ( this, ResId( FT_TOPDIST ) ),
aTopDist ( this, ResId( ED_TOPDIST ) ),
aBottomLabel ( this, ResId( FT_BOTTOMDIST ) ),
aBottomDist ( this, ResId( ED_BOTTOMDIST ) ),
aDistFrm ( this, ResId( GB_DIST ) ),
aDistFrm ( this, ResId( FL_DIST ) ),
aLineDist ( this, ResId( LB_LINEDIST ) ),
aLineDistAtLabel ( this, ResId( FT_LINEDIST ) ),
aLineDistAtPercentBox ( this, ResId( ED_LINEDISTPERCENT ) ),
aLineDistAtMetricBox ( this, ResId( ED_LINEDISTMETRIC ) ),
aLineDistFrm ( this, ResId( GB_LINEDIST ) ),
aLineDistFrm ( this, ResId( FL_LINEDIST ) ),
aExampleWin ( this, ResId( WN_EXAMPLE ) ),
aExampleFrm ( this, ResId( GB_EXAMPLE ) ),
aRegisterCB ( this, ResId( CB_REGISTER ) ),
aRegisterGB ( this, ResId( GB_REGISTER ) ),
aRegisterFL ( this, ResId( FL_REGISTER ) ),
sAbsDist ( ResId(ST_LINEDIST_ABS) ),
nMinFixDist(0L),
......@@ -982,7 +981,7 @@ void SvxStdParagraphTabPage::UpdateExample_Impl( BOOL bAll )
void SvxStdParagraphTabPage::EnableRegisterMode()
{
aRegisterCB.Show();
aRegisterGB.Show();
aRegisterFL.Show();
}
/*-----------------16.01.97 19.54-------------------
......@@ -1040,18 +1039,15 @@ SvxParaAlignTabPage::SvxParaAlignTabPage( Window* pParent, const SfxItemSet& rSe
aRight ( this, ResId( BTN_RIGHTALIGN ) ),
aCenter ( this, ResId( BTN_CENTERALIGN ) ),
aJustify ( this, ResId( BTN_JUSTIFYALIGN ) ),
aAlignFrm ( this, ResId( GB_ALIGN ) ),
aAlignFrm ( this, ResId( FL_ALIGN ) ),
aLastLineFT ( this, ResId( FT_LASTLINE ) ),
aLastLineLB ( this, ResId( LB_LASTLINE ) ),
aExpandCB ( this, ResId( CB_EXPAND ) ),
aVertExFL ( this, ResId( FL_VERTEX ) ),
aExampleWin ( this, ResId( WN_EXAMPLE ) ),
aExampleFrm ( this, ResId( GB_EXAMPLE ) ),
aVertAlignFL ( this, ResId( FL_VERTALIGN ) ),
aVertAlignLB ( this, ResId( LB_VERTALIGN ) )
{
FreeResource();
aVertExFL.SetStyle(aVertExFL.GetStyle()|WB_VERT);
Link aLink = LINK( this, SvxParaAlignTabPage, AlignHdl_Impl );
aLeft.SetClickHdl( aLink );
aRight.SetClickHdl( aLink );
......@@ -2141,11 +2137,11 @@ IMPL_LINK( SvxExtParagraphTabPage, PageBreakTypeHdl_Impl, RadioButton *, pBtn )
-----------------------------------------------------------------------*/
SvxAsianTabPage::SvxAsianTabPage( Window* pParent, const SfxItemSet& rSet ) :
SfxTabPage(pParent, ResId( RID_SVXPAGE_PARA_ASIAN, DIALOG_MGR() ), rSet),
aOptionsGB( this, ResId(GB_AS_OPTIONS )),
aOptionsFL( this, ResId(FL_AS_OPTIONS )),
aHangingPunctCB( this, ResId(CB_AS_HANG_PUNC )),
aAllowWordBreakCB( this, ResId(CB_AS_ALLOW_WORD_BREAK)),
aForbiddenRulesCB( this, ResId(CB_AS_FORBIDDEN )),
aCharDistGB( this, ResId(GB_AS_CHAR_DIST )),
aCharDistFL( this, ResId(FL_AS_CHAR_DIST )),
aPuntuationCB( this, ResId(CB_AS_PUNCTUATION )),
aScriptSpaceCB( this, ResId(CB_AS_SCRIPT_SPACE )),
aAdjustNumbersCB( this, ResId(CB_AS_ADJUST_NUMBERS)),
......@@ -2161,7 +2157,7 @@ SvxAsianTabPage::SvxAsianTabPage( Window* pParent, const SfxItemSet& rSet ) :
//JP 28.3.2001 - these options currently not available!
aAllowWordBreakCB.Hide();
aCharDistGB.Hide();
aCharDistFL.Hide();
aPuntuationCB.Hide();
aAdjustNumbersCB.Hide();
aTextAlignFT.Hide();
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: paragrph.hrc,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: os $ $Date: 2001-04-24 08:34:33 $
* last change: $Author: os $ $Date: 2001-05-11 07:41:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -69,47 +69,46 @@
#define ED_FLINEINDENT 13
#define FT_RIGHTINDENT 14
#define ED_RIGHTINDENT 15
#define GB_INDENT 16
#define FL_INDENT 16
#define FT_TOPDIST 20
#define ED_TOPDIST 21
#define FT_TOPDIST 20
#define ED_TOPDIST 21
#define FT_BOTTOMDIST 22
#define ED_BOTTOMDIST 23
#define GB_DIST 24
#define FL_DIST 24
#define BTN_LEFTALIGN 30
#define BTN_RIGHTALIGN 31
#define BTN_CENTERALIGN 32
#define BTN_JUSTIFYALIGN 33
#define GB_ALIGN 34
#define FL_VERTALIGN 35
#define LB_VERTALIGN 36
#define FL_VERTEX 37
#define FL_ALIGN 34
#define FL_VERTALIGN 35
#define LB_VERTALIGN 36
#define FL_VERTEX 37
#define LB_LINEDIST 40
#define FT_LINEDIST 41
#define LB_LINEDIST 40
#define FT_LINEDIST 41
#define ED_LINEDISTPERCENT 42
#define ED_LINEDISTMETRIC 43
#define GB_LINEDIST 44
#define WN_EXAMPLE 46
#define GB_EXAMPLE 47
#define FL_LINEDIST 44
#define WN_EXAMPLE 46
#define CB_AUTO 48
#define FT_LASTLINE 49
#define LB_LASTLINE 50
#define CB_EXPAND 51
#define ST_LINEDIST_ABS 52
#define CB_AUTO 48
#define FT_LASTLINE 49
#define LB_LASTLINE 50
#define CB_EXPAND 51
#define ST_LINEDIST_ABS 52
// ExtendedTabPage ----------------------------------------------------------
#define BTN_HYPHEN 50
#define FT_BEFORE 51
#define BTN_HYPHEN 50
#define FT_BEFORE 51
#define ED_HYPHENBEFORE 52
#define FT_HYPHENBEFORE 53
#define FT_AFTER 54
#define FT_AFTER 54
#define ED_HYPHENAFTER 55
#define FT_HYPHENAFTER 56
#define GB_HYPHEN 57
#define GB_HYPHEN 57
#define BTN_PAGEBREAK 60
#define BTN_BREAKPAGE 61
......@@ -117,36 +116,36 @@
#define BTN_PAGEBREAKBEFORE 63
#define BTN_PAGEBREAKAFTER 64
#define BTN_PAGECOLL 65
#define LB_PAGECOLL 66
#define LB_PAGECOLL 66
#define BTN_KEEPTOGETHER 67
#define BTN_WIDOWS 68
#define ED_WIDOWS 69
#define FT_WIDOWS 70
#define BTN_ORPHANS 71
#define ED_ORPHANS 72
#define FT_ORPHANS 73
#define GB_OPTIONS 74
#define FT_PAGENUM 75
#define ED_PAGENUM 76
#define BTN_WIDOWS 68
#define ED_WIDOWS 69
#define FT_WIDOWS 70
#define BTN_ORPHANS 71
#define ED_ORPHANS 72
#define FT_ORPHANS 73
#define GB_OPTIONS 74
#define FT_PAGENUM 75
#define ED_PAGENUM 76
#define CB_KEEPTOGETHER 80
#define CB_KEEPTOGETHER 80
#define FT_MAXHYPH 81
#define ED_MAXHYPH 83
#define ED_MAXHYPH 83
#define CB_REGISTER 84
#define GB_REGISTER 85
#define CB_REGISTER 84
#define FL_REGISTER 85
//asian typography
#define GB_AS_OPTIONS 1
#define CB_AS_HANG_PUNC 2
#define CB_AS_ALLOW_WORD_BREAK 3
#define CB_AS_FORBIDDEN 4
#define GB_AS_CHAR_DIST 5
#define CB_AS_PUNCTUATION 6
#define FL_AS_OPTIONS 1
#define CB_AS_HANG_PUNC 2
#define CB_AS_ALLOW_WORD_BREAK 3
#define CB_AS_FORBIDDEN 4
#define FL_AS_CHAR_DIST 5
#define CB_AS_PUNCTUATION 6
#define CB_AS_SCRIPT_SPACE 7
#define CB_AS_ADJUST_NUMBERS 8
#define FT_TEXT_ALIGN 9
#define LB_TEXT_ALIGN 10
#define CB_AS_ADJUST_NUMBERS 8
#define FT_TEXT_ALIGN 9
#define LB_TEXT_ALIGN 10
#endif
......@@ -2,9 +2,9 @@
*
* $RCSfile: paragrph.src,v $
*
* $Revision: 1.19 $
* $Revision: 1.20 $
*
* last change: $Author: kz $ $Date: 2001-05-10 07:20:28 $
* last change: $Author: os $ $Date: 2001-05-11 07:41:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -248,10 +248,10 @@ TabPage RID_SVXPAGE_STD_PARAGRAPH
Text[ catalan ] = "Auto~mtico";
Text[ finnish ] = "~Automaattinen";
};
GroupBox GB_INDENT
FixedLine FL_INDENT
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 172 , 71 ) ;
Size = MAP_APPFONT ( 173 , 8 ) ;
Text = "Einzug" ;
Text [ ENGLISH ] = "Indent" ;
Text [ norwegian ] = "Innrykk" ;
......@@ -367,10 +367,10 @@ TabPage RID_SVXPAGE_STD_PARAGRAPH
Last = 9999 ;
SpinSize = 10 ;
};
GroupBox GB_DIST
FixedLine FL_DIST
{
Pos = MAP_APPFONT ( 6 , 77 ) ;
Size = MAP_APPFONT ( 172 , 42 ) ;
Size = MAP_APPFONT ( 173 , 8 ) ;
Text = "Abstand" ;
Text [ ENGLISH ] = "Distance" ;
Text [ norwegian ] = "Avstand" ;
......@@ -712,10 +712,10 @@ TabPage RID_SVXPAGE_STD_PARAGRAPH
Last = 9999 ;
SpinSize = 10 ;
};
GroupBox GB_LINEDIST
FixedLine FL_LINEDIST
{
Pos = MAP_APPFONT ( 6 , 122 ) ;
Size = MAP_APPFONT ( 172 , 26 ) ;
Size = MAP_APPFONT ( 173 , 8 ) ;
Text = "Zeilenabstand" ;
Text [ ENGLISH ] = "Line spacing" ;
Text [ norwegian ] = "Linjeavstand" ;
......@@ -743,37 +743,8 @@ TabPage RID_SVXPAGE_STD_PARAGRAPH
};
Window WN_EXAMPLE
{
Pos = MAP_APPFONT ( 191 , 14 ) ;
Size = MAP_APPFONT ( 56 , 128 ) ;
};
GroupBox GB_EXAMPLE
{
Pos = MAP_APPFONT ( 185 , 3 ) ;
Size = MAP_APPFONT ( 68 , 145 ) ;
Text = "Vorschau" ;
Text [ ENGLISH ] = "Example" ;
Text [ norwegian ] = "Eksempel" ;
Text [ italian ] = "Anteprima" ;
Text [ portuguese_brazilian ] = "Exemplo" ;
Text [ portuguese ] = "Previsualizar" ;
Text [ finnish ] = "Esikatselu" ;
Text [ danish ] = "Eksempel" ;
Text [ french ] = "Aperu" ;
Text [ swedish ] = "Frhandsvisning" ;
Text [ dutch ] = "Voorbeeld" ;
Text [ spanish ] = "Previsualizacin" ;
Text [ english_us ] = "Preview" ;
Text[ chinese_simplified ] = "Ԥ";
Text[ russian ] = "";
Text[ polish ] = "Podgld";
Text[ japanese ] = "ޭ";
Text[ chinese_traditional ] = "w";
Text[ arabic ] = "";
Text[ greek ] = "";
Text[ korean ] = "̸ ";
Text[ turkish ] = "nizleme";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Previsualizacin";
Pos = MAP_APPFONT ( 185 , 7 ) ;
Size = MAP_APPFONT ( 68 , 112 ) ;
};
CheckBox CB_REGISTER
{
......@@ -804,10 +775,10 @@ TabPage RID_SVXPAGE_STD_PARAGRAPH
Text[ catalan ] = "Con~siderar";
Text[ finnish ] = "~Aktivoi";
};
GroupBox GB_REGISTER
FixedLine FL_REGISTER
{
Pos = MAP_APPFONT ( 6 , 151 ) ;
Size = MAP_APPFONT ( 247 , 24 ) ;
Size = MAP_APPFONT ( 173 , 8 ) ;
Text = "Registerhaltigkeit" ;
Text [ ENGLISH ] = "" ;
Hide = TRUE ;
......@@ -862,7 +833,7 @@ TabPage RID_SVXPAGE_ALIGN_PARAGRAPH
Text [ dutch ] = "Uitlijning" ;
Text [ portuguese ] = "Alinhamento" ;
Size = MAP_APPFONT ( 260 , 185 ) ;
FixedLine GB_ALIGN
FixedLine FL_ALIGN
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 173 , 8 ) ;
......@@ -1212,49 +1183,17 @@ TabPage RID_SVXPAGE_ALIGN_PARAGRAPH
Text[ catalan ] = "E~xpandir una palabra";
Text[ finnish ] = "~Laajenna yksittinen sana";
};
FixedLine FL_VERTEX
{
Pos = MAP_APPFONT ( 179 , 14 ) ;
Size = MAP_APPFONT ( 4 , 128 ) ;
};
Window WN_EXAMPLE
{
Pos = MAP_APPFONT ( 191 , 14 ) ;
// Pos = MAP_APPFONT ( 185 , 7 ) ;
// Size = MAP_APPFONT ( 68 , 112 ) ;
Pos = MAP_APPFONT ( 185 , 7 ) ;
Size = MAP_APPFONT ( 56 , 128 ) ;
};
FixedLine GB_EXAMPLE
{
Pos = MAP_APPFONT ( 185 , 3 ) ;
Size = MAP_APPFONT ( 68 , 8 ) ;
Text = "Vorschau" ;
Text [ ENGLISH ] = "Example" ;
Text [ norwegian ] = "Eksempel" ;
Text [ italian ] = "Anteprima" ;
Text [ portuguese_brazilian ] = "Exemplo" ;
Text [ portuguese ] = "Previsualizar" ;
Text [ finnish ] = "Vorschau" ;
Text [ danish ] = "Eksempel" ;
Text [ french ] = "Aperu" ;
Text [ swedish ] = "Frhandsvisning" ;
Text [ dutch ] = "Voorbeeld" ;
Text [ spanish ] = "Previsualizacin" ;
Text [ english_us ] = "Preview" ;
Text[ chinese_simplified ] = "Ԥ";
Text[ russian ] = "";
Text[ polish ] = "Podgld";
Text[ japanese ] = "ޭ";
Text[ chinese_traditional ] = "w";
Text[ arabic ] = "";
Text[ greek ] = "";
Text[ korean ] = "̸ ";
Text[ turkish ] = "nizleme";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Preview";
};
FixedLine FL_VERTALIGN
{
Pos = MAP_APPFONT ( 6 , 146 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Size = MAP_APPFONT ( 173 , 8 ) ;
Text = "Vertikale Textausrichtung" ;
Text [ ENGLISH ] = "Vertical text alignment" ;
Hide = TRUE;
......@@ -2256,10 +2195,10 @@ TabPage RID_SVXPAGE_PARA_ASIAN
Text = "Asiatische Typographie" ;
Text [ English ] = "Asian typography" ;
Size = MAP_APPFONT ( 260 , 185 ) ;
GroupBox GB_AS_OPTIONS
FixedLine FL_AS_OPTIONS
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 248 , 52 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text = "Z~eilenwechsel" ;
Text [ ENGLISH ] = "Line break" ;
Text[ english_us ] = "L~ine change";
......@@ -2364,10 +2303,10 @@ TabPage RID_SVXPAGE_PARA_ASIAN
Text[ catalan ] = "Permitir puntuacin libre";
Text[ finnish ] = "Hngende ~Interpunktion zulassen";
};
GroupBox GB_AS_CHAR_DIST
FixedLine FL_AS_CHAR_DIST
{
Pos = MAP_APPFONT ( 6 , 58 ) ;
Size = MAP_APPFONT ( 248 , 68 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text = "Zeichenabstand" ;
Text [ ENGLISH ] = "Character distance" ;
Text[ english_us ] = "Character spacing";
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: tabstpge.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2000-10-24 12:20:14 $
* last change: $Author: os $ $Date: 2001-05-11 07:41:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -151,7 +151,8 @@ SvxTabulatorTabPage::SvxTabulatorTabPage( Window* pParent,
SfxTabPage( pParent, ResId( RID_SVXPAGE_TABULATOR, DIALOG_MGR() ), rAttr ),
aTabBox ( this, ResId( ED_TABPOS ) ),
aTabLabel ( this, ResId( GB_TABPOS ) ),
aTabLabel ( this, ResId( FL_TABPOS ) ),
aTabLabelVert ( this, ResId( FL_TABPOS_VERT ) ),
aLeftTab ( this, ResId( BTN_TABTYPE_LEFT ) ),
aRightTab ( this, ResId( BTN_TABTYPE_RIGHT ) ),
aCenterTab ( this, ResId( BTN_TABTYPE_CENTER ) ),
......@@ -162,14 +163,15 @@ SvxTabulatorTabPage::SvxTabulatorTabPage( Window* pParent,
pDezWin ( new TabWin_Impl( this, ResId( WIN_TABDECIMAL ), RULER_TAB_DECIMAL ) ),
aDezChar ( this, ResId( ED_TABTYPE_DECCHAR ) ),
aDezCharLabel ( this, ResId( FT_TABTYPE_DECCHAR ) ),
aTabTypeLabel ( this, ResId( GB_TABTYPE ) ),
aTabTypeLabel ( this, ResId( FL_TABTYPE ) ),
aTabTypeLabelVert ( this, ResId( FL_TABTYPE_VERT ) ),
aNoFillChar ( this, ResId( BTN_FILLCHAR_NO ) ),
aFillPoints ( this, ResId( BTN_FILLCHAR_POINTS ) ),
aFillDashLine ( this, ResId( BTN_FILLCHAR_DASHLINE ) ),
aFillSolidLine ( this, ResId( BTN_FILLCHAR_UNDERSCORE ) ),
aFillSpecial ( this, ResId( BTN_FILLCHAR_OTHER ) ),
aFillChar ( this, ResId( ED_FILLCHAR_OTHER ) ),
aFillLabel ( this, ResId( GB_FILLCHAR ) ),
aFillLabel ( this, ResId( FL_FILLCHAR ) ),
aNewBtn ( this, ResId( BTN_NEW ) ),
aDelAllBtn ( this, ResId( BTN_DELALL ) ),
aDelBtn ( this, ResId( BTN_DEL ) ),
......@@ -189,6 +191,10 @@ SvxTabulatorTabPage::SvxTabulatorTabPage( Window* pParent,
FieldUnit eFUnit = GetModuleFieldUnit( &rAttr );
SetFieldUnit( aTabBox, eFUnit );
// vertical separators
aTabLabelVert.SetStyle( aTabLabelVert.GetStyle() | WB_VERT );
aTabTypeLabelVert.SetStyle( aTabTypeLabelVert.GetStyle() | WB_VERT );
// Buttons initialisieren
aNewBtn.SetClickHdl( LINK( this,SvxTabulatorTabPage, NewHdl_Impl ) );
aDelBtn.SetClickHdl( LINK( this,SvxTabulatorTabPage, DelHdl_Impl ) );
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: tabstpge.hrc,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2000-09-18 17:01:12 $
* last change: $Author: os $ $Date: 2001-05-11 07:41:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -63,11 +63,12 @@
// defines ------------------------------------------------------------------
#define ED_TABPOS 10
#define GB_TABPOS 11
#define ED_TABPOS 10
#define FL_TABPOS 11
#define FL_TABPOS_VERT 12
#define BTN_TABTYPE_LEFT 20
#define WIN_TABLEFT 21
#define WIN_TABLEFT 21
#define BTN_TABTYPE_RIGHT 22
#define WIN_TABRIGHT 23
#define BTN_TABTYPE_CENTER 24
......@@ -76,19 +77,21 @@
#define WIN_TABDECIMAL 27
#define ED_TABTYPE_DECCHAR 28
#define FT_TABTYPE_DECCHAR 29
#define GB_TABTYPE 30
#define FL_TABTYPE 30
#define FL_TABTYPE_VERT 31
#define BTN_FILLCHAR_NO 40
#define BTN_FILLCHAR_POINTS 41
#define BTN_FILLCHAR_DASHLINE 42
#define BTN_FILLCHAR_UNDERSCORE 43
#define BTN_FILLCHAR_DASHLINE 42
#define BTN_FILLCHAR_UNDERSCORE 43
#define BTN_FILLCHAR_OTHER 44
#define ED_FILLCHAR_OTHER 45
#define GB_FILLCHAR 46
#define FL_FILLCHAR 46
#define BTN_NEW 50
#define BTN_DEL 51
#define BTN_DELALL 52
#define BTN_NEW 50
#define BTN_DEL 51
#define BTN_DELALL 52
#endif
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: tabstpge.src,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: kz $ $Date: 2001-05-10 07:54:58 $
* last change: $Author: os $ $Date: 2001-05-11 07:41:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -92,10 +92,10 @@ TabPage RID_SVXPAGE_TABULATOR
DecimalDigits = 2 ;
Unit = FUNIT_CM ;
};
GroupBox GB_TABPOS
FixedLine FL_TABPOS
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 57 , 112 ) ;
Size = MAP_APPFONT ( 57 , 8 ) ;
Text = "Position" ;
Text [ ENGLISH ] = "Position" ;
Text [ norwegian ] = "Posisjon" ;
......@@ -121,6 +121,11 @@ TabPage RID_SVXPAGE_TABULATOR
Text[ language_user1 ] = " ";
Text[ catalan ] = "Posicin";
};
FixedLine FL_TABPOS_VERT
{
Pos = MAP_APPFONT ( 63 , 14 ) ;
Size = MAP_APPFONT ( 4 , 101 ) ;
};
RadioButton BTN_TABTYPE_LEFT
{
Pos = MAP_APPFONT ( 75 , 14 ) ;
......@@ -294,10 +299,10 @@ TabPage RID_SVXPAGE_TABULATOR
Size = MAP_APPFONT ( 9 , 12 ) ;
Left = TRUE ;
};
GroupBox GB_TABTYPE
FixedLine FL_TABTYPE
{
Pos = MAP_APPFONT ( 69 , 3 ) ;
Size = MAP_APPFONT ( 61 , 112 ) ;
Size = MAP_APPFONT ( 61 , 8 ) ;
Text = "Typ" ;
Text [ ENGLISH ] = "Type" ;
Text [ norwegian ] = "Type" ;
......@@ -323,6 +328,11 @@ TabPage RID_SVXPAGE_TABULATOR
Text[ language_user1 ] = " ";
Text[ catalan ] = "Tipo";
};
FixedLine FL_TABTYPE_VERT
{
Pos = MAP_APPFONT ( 130 , 14 ) ;
Size = MAP_APPFONT ( 4 , 101) ;
};
RadioButton BTN_FILLCHAR_NO
{
Pos = MAP_APPFONT ( 142 , 14 ) ;
......@@ -407,10 +417,10 @@ TabPage RID_SVXPAGE_TABULATOR
Size = MAP_APPFONT ( 9 , 12 ) ;
Left = TRUE ;
};
GroupBox GB_FILLCHAR
FixedLine FL_FILLCHAR
{
Pos = MAP_APPFONT ( 136 , 3 ) ;
Size = MAP_APPFONT ( 65 , 112 ) ;
Size = MAP_APPFONT ( 65 , 8 ) ;
Text = "Fllzeichen" ;
Text [ ENGLISH ] = "Fill character" ;
Text [ norwegian ] = "Fylltegn" ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment