Home
last modified time | relevance | path

Searched refs:fnRectVert (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/inc/
H A Dframe.hxx228 extern SwRectFn fnRectHori, fnRectVert, fnRectB2T, fnRectVL2R, fnRectVertL2R;
233 ( bRev ? fnRectVL2R : ( bVertL2R ? fnRectVertL2R : fnRectVert ) ): \
239 … ( bRevX ? fnRectVL2R : ( bVertL2RX ? fnRectVertL2R : fnRectVert ) ): \
247 … ( bRev ? fnRectVL2R : ( bVertL2R ? fnRectVertL2R : fnRectVert ) ): \
253 fnRectHori : ( bVertL2R ? fnRectVertL2R : fnRectVert );
/trunk/main/sw/source/core/layout/
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 Dcolfrm.cxx337 SwRectFn fnRect = bVert ? ( IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectHori; in AdjustColumns()
H A Dnewfrm.cxx346 SwRectFn fnRectVert = &aVertical; variable
H A Dwsfrm.cxx1161 … = GetUpper()->IsVertical() ? fnRectHori : ( GetUpper()->IsVertLR() ? fnRectVertL2R : fnRectVert ); in Paste()
1164 …fnRect = GetUpper()->IsVertical() ? ( GetUpper()->IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRe… in Paste()
3213 SwRectFn fnRect = bVert ? ( IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectHori; in Format()
H A Dcalcmove.cxx882 …n fnRect = ( IsNeighbourFrm() == bVert )? fnRectHori : ( IsVertLR() ? fnRectVertL2R : fnRectVert ); in MakeAll()
H A Dtrvlfrm.cxx2536 … fnRect = bVert ? ( bRev ? fnRectVL2R : ( pEndFrm->IsVertLR() ? fnRectVertL2R : fnRectVert ) ) : in CalcFrmRects()
H A Dpaintfrm.cxx1210 …SwRectFn fnRect = pFrm->IsVertical() ? ( pFrm->IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectH… in lcl_CalcBorderRect()
5051 …SwRectFn fnRect = pCol->IsVertical() ? ( pCol->IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectH… in PaintColLines()

Completed in 88 milliseconds