Home
last modified time | relevance | path

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

/aoo42x/main/vcl/source/app/
H A Ddbggui.cxx1375 XubString aTextParagraph = aStr.Copy( nStrIndex, nFoundIndex-nStrIndex ); in SetInfoText() local
1380 sal_uInt16 nIndex = aTextParagraph.Search( ' ' ); in SetInfoText()
1383 if ( maListBox.GetTextWidth( aTextParagraph, 0, nIndex ) > nMaxWidth ) in SetInfoText()
1387 XubString aTempStr = aTextParagraph.Copy( 0, nLastIndex ); in SetInfoText()
1388 aTextParagraph.Erase( 0, nLastIndex ); in SetInfoText()
1394 nIndex = aTextParagraph.Search( ' ', nLastIndex ); in SetInfoText()
1397 if ( maListBox.GetTextWidth( aTextParagraph, 0, nIndex ) > nMaxWidth ) in SetInfoText()
1401 XubString aTempStr = aTextParagraph.Copy( 0, nLastIndex ); in SetInfoText()
1402 aTextParagraph.Erase( 0, nLastIndex ); in SetInfoText()
1406 maListBox.InsertEntry( aTextParagraph ); in SetInfoText()

Completed in 38 milliseconds