Searched refs:aBulletText (Results 1 – 1 of 1) sorted by relevance
1568 String aBulletText = ImplGetBulletText( nPara ); in ImplGetBulletSize() local1573 pPara->aBulSize.Width() = pRefDev->GetTextWidth( aBulletText ); in ImplGetBulletSize()2017 XubString aBulletText; in ImplCalcBulletText() local2021 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 33 milliseconds