Searched refs:nOldBottom (Results 1 – 6 of 6) sorted by relevance
252 SwTwips nOldBottom = (GetUpper()->Frm().*fnRect->fnGetBottom)(); in CalcFollow()282 nOldBottom = bVert ? 0 : LONG_MAX; in CalcFollow()1296 SwTwips nOldBottom = 0; in FormatLine() local1298 rLine.CalcUnclipped( nOldTop, nOldBottom ); in FormatLine()1343 if( !rLine.IsUnclipped() || nOldBottom > rRepaint.Bottom() ) in FormatLine()1345 rRepaint.Bottom( nOldBottom - 1 ); in FormatLine()1454 SwTwips nOldBottom; in _Format() local1458 nOldBottom = rLine.Y(); in _Format()1462 nOldBottom = 0; in _Format()1741 if( nOldBottom ) // Bei "gescollten" Absaetzen wird in _Format()[all …]
320 long nOldBottom ) in PaintCntnt() argument343 nOldBottom = (pCnt->*fnRect->fnGetPrtBottom)(); in PaintCntnt()344 (aDrawRect.*fnRect->fnSetTop)( nOldBottom ); in PaintCntnt()989 const long nOldBottom = pCnt->Frm().Top() + pCnt->Prt().Bottom(); in _TurboAction() local995 PaintCntnt( pCnt, pPage, aOldRect, nOldBottom ); in _TurboAction()2049 const long nOldBottom = (pCntnt->*fnRect->fnGetPrtBottom)(); in _FormatCntnt() local2058 PaintCntnt( pCntnt, pCntnt->FindPageFrm(), aOldRect, nOldBottom); in _FormatCntnt()
197 const long nOldBottom = aSrcRect.Bottom(); in ImplDrawOutDevDirect() local211 rPosAry.mnSrcHeight -= (nOldBottom - aSrcRect.Bottom()); in ImplDrawOutDevDirect()278 long nOldBottom = aSrcRect.Bottom(); in DrawOutDev() local292 aPosAry.mnSrcHeight -= nOldBottom-aSrcRect.Bottom(); in DrawOutDev()411 long nOldBottom = aSrcRect.Bottom(); in CopyArea() local419 aPosAry.mnSrcHeight -= nOldBottom-aSrcRect.Bottom(); in CopyArea()
448 const sal_Int32 nOldBottom = aOldBox.Y + aOldBox.Height; in mouseDragged() local510 const sal_Int32 nHeight = ::std::max(nOldBottom,nBottom) - nTop; in mouseDragged()
107 const SwRect &rOldRect, long nOldBottom );
1378 long nOldBottom = aArea.Bottom(); in EditGrowY() local1427 aArea.Top() = nOldBottom; in EditGrowY()
Completed in 155 milliseconds