Lines Matching refs:rText
234 const rtl::OUString& rText = aParagraphIter->aString; in GetTextAreaOutline() local
235 if ( rText.getLength() ) in GetTextAreaOutline()
242 nScriptType = xBI->getScriptType( rText, 0 ); in GetTextAreaOutline()
246 nChg = (xub_StrLen)xBI->endOfScript( rText, nChg, nScriptType ); in GetTextAreaOutline()
247 if( nChg < rText.getLength() ) in GetTextAreaOutline()
248 nScriptType = xBI->getScriptType( rText, nChg ); in GetTextAreaOutline()
295 for ( i = 0; i < rText.getLength(); i++ ) in GetTextAreaOutline()
298 rtl::OUString aCharText( (sal_Unicode)rText[ i ] ); in GetTextAreaOutline()
350 pDXArry = new sal_Int32[ rText.getLength() ]; in GetTextAreaOutline()
351 aVirDev.GetTextArray( rText, pDXArry, 0, STRING_LEN ); in GetTextAreaOutline()
357 …if ( aVirDev.GetTextOutlines( aCharacterData.vOutlines, rText, 0, 0, STRING_LEN, sal_True, nWidth,… in GetTextAreaOutline()