#100169# Text direction ListBox inserted into table TabPage

This commit is contained in:
Oliver Specht 2002-06-17 10:16:56 +00:00
parent 77883bd45d
commit 48b521bf76

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: tablepg.hxx,v $ * $RCSfile: tablepg.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: fme $ $Date: 2001-06-01 11:14:09 $ * last change: $Author: os $ $Date: 2002-06-17 11:16:56 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -117,12 +117,17 @@ class SwFormatTablePage : public SfxTabPage
FixedText aBottomFT; FixedText aBottomFT;
MetricField aBottomMF; MetricField aBottomMF;
FixedLine aPropertiesFL;
FixedText aTextDirectionFT;
ListBox aTextDirectionLB;
SwTableRep* pTblData; SwTableRep* pTblData;
SwTwips nSaveWidth; SwTwips nSaveWidth;
SwTwips nMinTableWidth; SwTwips nMinTableWidth;
USHORT nOldAlign; USHORT nOldAlign;
BOOL bModified; BOOL bModified;
BOOL bFull:1; BOOL bFull:1;
BOOL bHtmlMode : 1;
void Init(); void Init();
void ModifyHdl( Edit* pEdit ); void ModifyHdl( Edit* pEdit );