Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/editeng/source/outliner/
H A Doutliner.cxx374 const sal_uInt16 nParaStart, in GetBulletsNumberingStatus() argument
377 if ( nParaStart > nParaEnd in GetBulletsNumberingStatus()
386 for (sal_uInt16 nPara = nParaStart; nPara <= nParaEnd; nPara++) in GetBulletsNumberingStatus()
410 const sal_uInt16 nParaCount = nParaEnd - nParaStart + 1; in GetBulletsNumberingStatus()
/aoo4110/main/editeng/inc/editeng/
H A Doutliner.hxx1101 const sal_uInt16 nParaStart,

Completed in 40 milliseconds