Home
last modified time | relevance | path

Searched refs:nParaStart (Results 1 – 3 of 3) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx206 long nParaStart = pEditEngine->pImpEditEngine->GetParaPortions().GetYOffset( pTmpPortion ); in DrawSelection() local
207 if ( ( nParaStart + pTmpPortion->GetHeight() ) < GetVisDocTop() ) in DrawSelection()
209 if ( nParaStart > GetVisDocBottom() ) in DrawSelection()
247 aTopLeft.Y() += nParaStart; in DrawSelection()
248 aBottomRight.Y() += nParaStart; in DrawSelection()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx374 const sal_uInt32 nParaStart, in GetBulletsNumberingStatus() argument
377 if ( nParaStart > nParaEnd in GetBulletsNumberingStatus()
386 for (sal_uInt32 nPara = nParaStart; nPara <= nParaEnd; nPara++) in GetBulletsNumberingStatus()
410 const sal_uInt32 nParaCount = nParaEnd - nParaStart + 1; in GetBulletsNumberingStatus()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx1101 const sal_uInt32 nParaStart,

Completed in 36 milliseconds