Home
last modified time | relevance | path

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

/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1568 String aBulletText = ImplGetBulletText( nPara ); in ImplGetBulletSize() local
1573 pPara->aBulSize.Width() = pRefDev->GetTextWidth( aBulletText ); in ImplGetBulletSize()
2017 XubString aBulletText; in ImplCalcBulletText() local
2021 aBulletText += pFmt->GetPrefix(); in ImplCalcBulletText()
2024 aBulletText += pFmt->GetBulletChar(); in ImplCalcBulletText()
2028 aBulletText += pFmt->GetNumStr( ImplGetNumbering( nPara, pFmt ) ); in ImplCalcBulletText()
2030 aBulletText += pFmt->GetSuffix(); in ImplCalcBulletText()
2033 if( aBulletText != pPara->GetText() ) in ImplCalcBulletText()
2034 pPara->SetText( aBulletText ); in ImplCalcBulletText()

Completed in 17 milliseconds