Home
last modified time | relevance | path

Searched refs:fnRectHori (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;
234 ( bRev ? fnRectB2T : fnRectHori );
240 ( bRevX ? fnRectB2T : fnRectHori );
248 ( bRev ? fnRectB2T : fnRectHori ); }
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 Dwsfrm.cxx1158 fnRect = fnRectHori; in Paste()
1161 …fnRect = GetUpper()->IsVertical() ? fnRectHori : ( GetUpper()->IsVertLR() ? fnRectVertL2R : fnRect… in Paste()
1164 … = GetUpper()->IsVertical() ? ( GetUpper()->IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectHori; in Paste()
3213 SwRectFn fnRect = bVert ? ( IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectHori; in Format()
H A Dcolfrm.cxx337 SwRectFn fnRect = bVert ? ( IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectHori; in AdjustColumns()
H A Dnewfrm.cxx345 SwRectFn fnRectHori = &aHorizontal; variable
H A Dcalcmove.cxx882 …SwRectFn fnRect = ( IsNeighbourFrm() == bVert )? fnRectHori : ( IsVertLR() ? fnRectVertL2R : fnRec… in MakeAll()
H A Dtrvlfrm.cxx2537 ( bRev ? fnRectB2T : fnRectHori ); in CalcFrmRects()
H A Dpaintfrm.cxx1210 …ectFn fnRect = pFrm->IsVertical() ? ( pFrm->IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectHori; in lcl_CalcBorderRect()
5051 …ectFn fnRect = pCol->IsVertical() ? ( pCol->IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectHori; in PaintColLines()

Completed in 83 milliseconds