Home
last modified time | relevance | path

Searched refs:bRev (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/sw/source/core/inc/
H A Dframe.hxx229 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 ); }
/aoo41x/main/sw/source/core/layout/
H A Dflyincnt.cxx207 const bool bRev = GetAnchorFrm()->IsReverse(); in MakeObjPos() local
210 if( bRev ) in MakeObjPos()
H A Dtrvlfrm.cxx2534 bRev = pEndFrm->IsReverse(); in CalcFrmRects()
2536 … fnRect = bVert ? ( bRev ? fnRectVL2R : ( pEndFrm->IsVertLR() ? fnRectVertL2R : fnRectVert ) ) : in CalcFrmRects()
2537 ( bRev ? fnRectB2T : fnRectHori ); in CalcFrmRects()
H A Dwsfrm.cxx1647 if( bVert && !bVertL2R && !bRev ) in AdjustNeighbourhood()
1662 if( bVert && !bVertL2R && !bRev ) in AdjustNeighbourhood()
H A Dtabfrm.cxx4773 if( IsVertical() && !IsVertLR() && !bRev ) in ShrinkFrm()
4788 if( IsVertical() && !IsVertLR() && !bRev ) in ShrinkFrm()
H A Dsectfrm.cxx1071 if( bVert && !bRev ) in _CheckClipping()
/aoo41x/main/sw/source/core/objectpositioning/
H A Dtolayoutanchoredobjectposition.cxx119 … ASSERT( !bRev, "<SwToLayoutAnchoredObjectPosition::CalcPosition()> - reverse layout set." ); in CalcPosition()

Completed in 96 milliseconds