Home
last modified time | relevance | path

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

/aoo4110/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.cxx1211SwRectFn fnRect = pFrm->IsVertical() ? ( pFrm->IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectH… in lcl_CalcBorderRect()
1285 const SwRectFn& _rRectFn ) in lcl_ExtendLeftAndRight()
4086 const SwRectFn& _rRectFn, in lcl_SubTopBottom()
4194 const SwRectFn& rRectFn ) in lcl_SubLeftRight()
4219 const SwRectFn& _rRectFn ) in lcl_PaintLeftRightLine()
4407 const SwRectFn& _rRectFn ) in lcl_PaintTopBottomLine()
4938SwRectFn 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.cxx1151 SwRectFn fnRect; in Paste()
3208 SwRectFn fnRect = bVert ? ( IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectHori; in Format()
H A Dcalcmove.cxx882SwRectFn fnRect = ( IsNeighbourFrm() == bVert )? fnRectHori : ( IsVertLR() ? fnRectVertL2R : fnRec… in MakeAll()
/aoo4110/main/sw/source/core/inc/
H A Dframe.hxx200 typedef SwRectFnCollection* SwRectFn; typedef
227 extern SwRectFn fnRectHori, fnRectVert, fnRectB2T, fnRectVL2R, fnRectVertL2R;
231 SwRectFn fnRect = bVert ? \
237 SwRectFn fnRectX = bVertX ? \
251 SwRectFn fnRect = bVert == bNeighb ? \
H A Danchoredobjectposition.hxx146 const SwRectFn& _fnRect,
/aoo4110/main/sw/source/core/text/
H A Dtxtfly.cxx1357 SwRectFn mfnRect;
1360 SwRectFn fnRect ) in AnchoredObjOrder()
/aoo4110/main/sw/source/core/objectpositioning/
H A Danchoredobjectposition.cxx178 const SwRectFn& _fnRect, in _GetTopForObjPos()

Completed in 152 milliseconds