Home
last modified time | relevance | path

Searched refs:bFrameDir (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dporlin.cxx271 const bool bFrameDir = rInf.GetTextFrame()->IsRightToLeft(); in Move() local
272 bool bCounterDir = ( ! bFrameDir && DIR_RIGHT2LEFT == rInf.GetDirection() ) || in Move()
273 ( bFrameDir && DIR_LEFT2RIGHT == rInf.GetDirection() ); in Move()
H A Dpormulti.cxx1526 bool bFrameDir = false; in PaintMultiPortion() local
1533 bFrameDir = GetInfo().GetTextFrame()->IsRightToLeft(); in PaintMultiPortion()
1534 …EnvDir = pEnvPor ? ((static_cast<const SwBidiPortion*>(pEnvPor)->GetLevel() % 2) != 0) : bFrameDir; in PaintMultiPortion()
1619 if ( bFrameDir == bThisDir ) in PaintMultiPortion()
H A Dinftxt.cxx795 const bool bFrameDir = GetTextFrame()->IsRightToLeft(); in CalcRect() local
796 const bool bCounterDir = ( !bFrameDir && DIR_RIGHT2LEFT == GetDirection() ) || in CalcRect()
797 ( bFrameDir && DIR_LEFT2RIGHT == GetDirection() ); in CalcRect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dporlin.cxx275 const bool bFrameDir = rInf.GetTextFrame()->IsRightToLeft(); in Move() local
276 bool bCounterDir = ( ! bFrameDir && DIR_RIGHT2LEFT == rInf.GetDirection() ) || in Move()
277 ( bFrameDir && DIR_LEFT2RIGHT == rInf.GetDirection() ); in Move()
H A Dpormulti.cxx1524 bool bFrameDir = false; in PaintMultiPortion() local
1531 bFrameDir = GetInfo().GetTextFrame()->IsRightToLeft(); in PaintMultiPortion()
1532 …EnvDir = pEnvPor ? ((static_cast<const SwBidiPortion*>(pEnvPor)->GetLevel() % 2) != 0) : bFrameDir; in PaintMultiPortion()
1617 if ( bFrameDir == bThisDir ) in PaintMultiPortion()
H A Dinftxt.cxx763 const bool bFrameDir = GetTextFrame()->IsRightToLeft(); in CalcRect() local
764 const bool bCounterDir = ( !bFrameDir && DIR_RIGHT2LEFT == GetDirection() ) || in CalcRect()
765 ( bFrameDir && DIR_LEFT2RIGHT == GetDirection() ); in CalcRect()