Lines Matching refs:maText
50 OUString maText; /// The text. member in SvtScriptedTextHelper_Impl
120 maText( _rCopy.maText ), in SvtScriptedTextHelper_Impl()
171 nCurrWidth = mrOutDevice.GetTextWidth( maText, nThisPos, nNextPos - nThisPos ); in CalculateSizes()
196 sal_Int32 nLen = maText.getLength(); in CalculateBreaks()
206 nPortScript = _xBreakIter->getScriptType( maText, nThisPos ); in CalculateBreaks()
207 nNextPos = _xBreakIter->endOfScript( maText, nThisPos, nPortScript ); in CalculateBreaks()
232 …nNextCharIx = mrOutDevice.HasGlyphs( GetFont( nScript ), maText, sal::static_int_cast< sal_uInt16 … in CalculateBreaks()
275 maText = _rText; in SetText()
281 return maText; in GetText()
291 if( !maText.getLength() || maPosVec.empty() ) in DrawText()
313 mrOutDevice.DrawText( aCurrPos, maText, nThisPos, nNextPos - nThisPos ); in DrawText()