Lines Matching refs:_pDisplayText
66 xub_StrLen _nLength, MetricVector* _pVector, String* _pDisplayText ) in DrawText() argument
68 … m_rTargetDevice.DrawText( _rStartPoint, _rText, _nStartIndex, _nLength, _pVector, _pDisplayText ); in DrawText()
101 …ext, xub_StrLen _nStartIndex, xub_StrLen _nLength, MetricVector* _pVector, String* _pDisplayText );
109 …Rect, const XubString& _rText, sal_uInt16 _nStyle, MetricVector* _pVector, String* _pDisplayText );
239 …Text, xub_StrLen _nStartIndex, xub_StrLen _nLength, MetricVector* _pVector, String* _pDisplayText ) in DrawText() argument
244 if ( _pVector && _pDisplayText ) in DrawText()
251 _pDisplayText->Append( _rText.Copy( _nStartIndex, _nLength ) ); in DrawText()
309 …rRect, const XubString& _rText, sal_uInt16 _nStyle, MetricVector* _pVector, String* _pDisplayText ) in DrawText() argument
327 m_rTargetDevice.DrawText( aRect, _rText, _nStyle, _pVector, _pDisplayText, this ); in DrawText()
376 MetricVector* _pVector, String* _pDisplayText ) in DrawText() argument
378 return m_pImpl->DrawText( _rRect, _rText, _nStyle, _pVector, _pDisplayText ); in DrawText()