diff options
author | os <os@openoffice.org> | 2011-02-24 11:56:18 +0100 |
---|---|---|
committer | os <os@openoffice.org> | 2011-02-24 11:56:18 +0100 |
commit | 77ba69b6cbfbab29faa49f24a94a17c7351b93e2 (patch) | |
tree | fde38f30468ee53881f165ccdaba18b972df9f8e /sw/inc/fesh.hxx | |
parent | cf68cc98179104a043823a658a8602f589551b86 (diff) | |
parent | 20529755b301c7af2c5ab461329b2d979b2cdbff (diff) |
os150: m101 merged
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 3beaff17ade8..0d659aee244d 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -374,7 +374,10 @@ public: void SetFlyPos( const Point &rAbsPos); Point FindAnchorPos( const Point &rAbsPos, sal_Bool bMoveIt = sal_False ); // determines whether a frame or its environment is vertically formatted and right-to-left - sal_Bool IsFrmVertical(sal_Bool bEnvironment, sal_Bool& bRightToLeft) const; + // --> OD 2009-08-31 #mongolianlayout# + // also determines, if frame or its environmane is in mongolianlayout (vertical left-to-right) + // - add output parameter <bVertL2R> + sal_Bool IsFrmVertical(const sal_Bool bEnvironment, sal_Bool& bRightToLeft, sal_Bool& bVertL2R) const; SwFrmFmt* GetCurFrmFmt() const; //Wenn Rahmen, dann Rahmenvorlage, sonst 0 void SetFrmFmt( SwFrmFmt *pFmt, sal_Bool bKeepOrient = sal_False, Point* pDocPos = 0 ); //Wenn Rahmen, dann Rahmenvorlage setzen |