Searched refs:fnYInc (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sw/source/core/layout/ |
H A D | flylay.cxx | 1309 nTop = (*fnRect->fnYInc)( nTop, -nHeight ); in CalcClipRect() 1318 nTop = (*fnRect->fnYInc)( (pFly->Frm().*fnRect->fnGetBottom)(), in CalcClipRect() 1351 nTop = (*fnRect->fnYInc)( bVert ? pSdrObj->GetAnchorPos().X() : in CalcClipRect() 1364 nTop = (*fnRect->fnYInc)( (aSnapRect.*fnRect->fnGetTop)(), in CalcClipRect()
|
H A D | flowfrm.cxx | 1648 (*fnRect->fnYInc)( (rThis.Frm().*fnRect->fnGetTop)(), in _GetUpperSpaceAmountConsideredForPageGrid() 1656 (*fnRect->fnYInc)( nBodyPrtTop, nSpaceOfCompleteLinesAbove ); in _GetUpperSpaceAmountConsideredForPageGrid() 1659 nNewPrtTop = (*fnRect->fnYInc)( nNewPrtTop, nGridLineHeight ); in _GetUpperSpaceAmountConsideredForPageGrid()
|
H A D | tabfrm.cxx | 2446 nDeadLine = (*fnRect->fnYInc)( nDeadLine, in MakeAll() 2502 const SwTwips nBreakLine = (*fnRect->fnYInc)( in MakeAll() 2766 nPrtPos = (*fnRect->fnYInc)( nPrtPos, rUpper ); in CalcFlyOffsets() 5136 lYStart = (*fnRect->fnYInc)( lYStart, in lcl_ArrangeLowers() 5408 long nTmp = (*fnRect->fnYInc)( in Format()
|
H A D | sectfrm.cxx | 1475 nBottom = (*fnRect->fnYInc)( nBottom, -nDiff ); in Format() 1480 nDeadLine = (*fnRect->fnYInc)( nDeadLine, nTmpDiff ); in Format()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | frame.hxx | 194 SwOperator fnYInc; member
|
/aoo4110/main/sw/source/core/text/ |
H A D | frmform.cxx | 428 SwTwips nBot = (*fnRect->fnYInc)( (Frm().*fnRect->fnGetBottom)(), in AdjustFrm()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 2948 … if ( abs( (*fnRect->fnYInc)( nTabTop, nOldRowEnd ) - nLowerBorder ) <= ROWFUZZY ) in SetTabRows()
|
Completed in 216 milliseconds