Home
last modified time | relevance | path

Searched refs:nOldBottom (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dfrmform.cxx252 SwTwips nOldBottom = (GetUpper()->Frm().*fnRect->fnGetBottom)(); in CalcFollow()
282 nOldBottom = bVert ? 0 : LONG_MAX; in CalcFollow()
1296 SwTwips nOldBottom = 0; in FormatLine() local
1298 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() local
1458 nOldBottom = rLine.Y(); in _Format()
1462 nOldBottom = 0; in _Format()
1741 if( nOldBottom ) // Bei "gescollten" Absaetzen wird in _Format()
[all …]
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx320 long nOldBottom ) in PaintCntnt() argument
343 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() local
995 PaintCntnt( pCnt, pPage, aOldRect, nOldBottom ); in _TurboAction()
2049 const long nOldBottom = (pCntnt->*fnRect->fnGetPrtBottom)(); in _FormatCntnt() local
2058 PaintCntnt( pCntnt, pCntnt->FindPageFrm(), aOldRect, nOldBottom); in _FormatCntnt()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx197 const long nOldBottom = aSrcRect.Bottom(); in ImplDrawOutDevDirect() local
211 rPosAry.mnSrcHeight -= (nOldBottom - aSrcRect.Bottom()); in ImplDrawOutDevDirect()
278 long nOldBottom = aSrcRect.Bottom(); in DrawOutDev() local
292 aPosAry.mnSrcHeight -= nOldBottom-aSrcRect.Bottom(); in DrawOutDev()
411 long nOldBottom = aSrcRect.Bottom(); in CopyArea() local
419 aPosAry.mnSrcHeight -= nOldBottom-aSrcRect.Bottom(); in CopyArea()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx448 const sal_Int32 nOldBottom = aOldBox.Y + aOldBox.Height; in mouseDragged() local
510 const sal_Int32 nHeight = ::std::max(nOldBottom,nBottom) - nTop; in mouseDragged()
/trunk/main/sw/source/core/inc/
H A Dlayact.hxx107 const SwRect &rOldRect, long nOldBottom );
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1378 long nOldBottom = aArea.Bottom(); in EditGrowY() local
1427 aArea.Top() = nOldBottom; in EditGrowY()

Completed in 95 milliseconds