Searched refs:bRev (Results 1 – 7 of 7) sorted by relevance
229 sal_Bool bRev = pFrm->IsReverse(); \232 ( bRev ? fnRectVL2R : ( bVertL2R ? fnRectVertL2R : fnRectVert ) ): \233 ( bRev ? fnRectB2T : fnRectHori );241 bRev != pFrm->IsReverse() ) \243 bRev = pFrm->IsReverse(); \246 … ( bRev ? fnRectVL2R : ( bVertL2R ? fnRectVertL2R : fnRectVert ) ): \247 ( bRev ? fnRectB2T : fnRectHori ); }
207 const bool bRev = GetAnchorFrm()->IsReverse(); in MakeObjPos() local210 if( bRev ) in MakeObjPos()
2534 bRev = pEndFrm->IsReverse(); in CalcFrmRects()2536 … fnRect = bVert ? ( bRev ? fnRectVL2R : ( pEndFrm->IsVertLR() ? fnRectVertL2R : fnRectVert ) ) : in CalcFrmRects()2537 ( bRev ? fnRectB2T : fnRectHori ); in CalcFrmRects()
1647 if( bVert && !bVertL2R && !bRev ) in AdjustNeighbourhood()1662 if( bVert && !bVertL2R && !bRev ) in AdjustNeighbourhood()
4773 if( IsVertical() && !IsVertLR() && !bRev ) in ShrinkFrm()4788 if( IsVertical() && !IsVertLR() && !bRev ) in ShrinkFrm()
1071 if( bVert && !bRev ) in _CheckClipping()
119 … ASSERT( !bRev, "<SwToLayoutAnchoredObjectPosition::CalcPosition()> - reverse layout set." ); in CalcPosition()
Completed in 71 milliseconds