Home
last modified time | relevance | path

Searched refs:SwRectFn (Results 1 – 10 of 10) sorted by relevance

/aoo42x/main/sw/source/core/layout/
H A Dnewfrm.cxx345 SwRectFn fnRectHori = &aHorizontal;
346 SwRectFn fnRectVert = &aVertical;
348 SwRectFn fnRectVertL2R = &aVerticalLeftToRight;
350 SwRectFn fnRectB2T = &aBottomToTop;
351 SwRectFn fnRectVL2R = &aVerticalRightToLeft;
H A Dssfrm.cxx662 SwRectFn fnRect = bVert ? ( IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectHori; in PaintArea()
759 SwRectFn fnRect = bVert ? ( IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectHori; in UnionFrm()
H A Dpaintfrm.cxx1210SwRectFn fnRect = pFrm->IsVertical() ? ( pFrm->IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectH… in lcl_CalcBorderRect()
1284 const SwRectFn& _rRectFn ) in lcl_ExtendLeftAndRight()
4199 const SwRectFn& _rRectFn, in lcl_SubTopBottom()
4307 const SwRectFn& rRectFn ) in lcl_SubLeftRight()
4332 const SwRectFn& _rRectFn ) in lcl_PaintLeftRightLine()
4520 const SwRectFn& _rRectFn ) in lcl_PaintTopBottomLine()
5051SwRectFn fnRect = pCol->IsVertical() ? ( pCol->IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectH… in PaintColLines()
H A Dcolfrm.cxx337 SwRectFn fnRect = bVert ? ( IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectHori; in AdjustColumns()
H A Dwsfrm.cxx1156 SwRectFn fnRect; in Paste()
3213 SwRectFn fnRect = bVert ? ( IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectHori; in Format()
H A Dcalcmove.cxx882SwRectFn fnRect = ( IsNeighbourFrm() == bVert )? fnRectHori : ( IsVertLR() ? fnRectVertL2R : fnRec… in MakeAll()
/aoo42x/main/sw/source/core/inc/
H A Dframe.hxx201 typedef SwRectFnCollection* SwRectFn; typedef
228 extern SwRectFn fnRectHori, fnRectVert, fnRectB2T, fnRectVL2R, fnRectVertL2R;
232 SwRectFn fnRect = bVert ? \
238 SwRectFn fnRectX = bVertX ? \
252 SwRectFn fnRect = bVert == bNeighb ? \
H A Danchoredobjectposition.hxx146 const SwRectFn& _fnRect,
/aoo42x/main/sw/source/core/text/
H A Dtxtfly.cxx1363 SwRectFn mfnRect;
1366 SwRectFn fnRect ) in AnchoredObjOrder()
/aoo42x/main/sw/source/core/objectpositioning/
H A Danchoredobjectposition.cxx178 const SwRectFn& _fnRect, in _GetTopForObjPos()

Completed in 90 milliseconds