diff options
author | Sven Jacobi <sj@openoffice.org> | 2002-10-10 16:17:09 +0000 |
---|---|---|
committer | Sven Jacobi <sj@openoffice.org> | 2002-10-10 16:17:09 +0000 |
commit | 2477e623e5c798d0b2d9a91c7120f0b69b40ba03 (patch) | |
tree | 6c3ea8e53ca9f6ac179e1943775af64dfd2f0760 /svx/source/svdraw/svdfmtf.hxx | |
parent | a51b638f6432185b5cf0b18f3368476a8b757e67 (diff) |
#103867# #104150# taking care of thick lines, now supporting MetaTextAlignmentAction
Diffstat (limited to 'svx/source/svdraw/svdfmtf.hxx')
-rw-r--r-- | svx/source/svdraw/svdfmtf.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdfmtf.hxx b/svx/source/svdraw/svdfmtf.hxx index 98a918804739..2422bb97ffcf 100644 --- a/svx/source/svdraw/svdfmtf.hxx +++ b/svx/source/svdraw/svdfmtf.hxx @@ -2,9 +2,9 @@ * * $RCSfile: svdfmtf.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: sj $ $Date: 2002-08-14 15:56:59 $ + * last change: $Author: sj $ $Date: 2002-10-10 17:17:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -124,6 +124,7 @@ protected: SdrModel* pModel; SdrLayerID nLayer; Color aOldLineColor; + sal_Int32 nLineWidth; sal_Bool bMov; sal_Bool bSize; @@ -170,6 +171,7 @@ protected: void DoAction(MetaTextColorAction & rAct) { rAct.Execute(&aVD); } void DoAction(MetaTextFillColorAction & rAct) { rAct.Execute(&aVD); } void DoAction(MetaFontAction & rAct) { rAct.Execute(&aVD); bFntDirty=TRUE; } + void DoAction(MetaTextAlignAction & rAct) { rAct.Execute(&aVD); bFntDirty=TRUE; } void DoAction(MetaClipRegionAction & rAct) { rAct.Execute(&aVD); } void DoAction(MetaRasterOpAction & rAct) { rAct.Execute(&aVD); } void DoAction(MetaPushAction & rAct) { rAct.Execute(&aVD); } |