Lines Matching refs:_pVector
66 xub_StrLen _nLength, MetricVector* _pVector, String* _pDisplayText ) in DrawText() argument
68 … m_rTargetDevice.DrawText( _rStartPoint, _rText, _nStartIndex, _nLength, _pVector, _pDisplayText ); in DrawText()
101 …ng& _rText, xub_StrLen _nStartIndex, xub_StrLen _nLength, MetricVector* _pVector, String* _pDispla…
109 …gle& _rRect, const XubString& _rText, sal_uInt16 _nStyle, MetricVector* _pVector, String* _pDispla…
239 …ng& _rText, xub_StrLen _nStartIndex, xub_StrLen _nLength, MetricVector* _pVector, String* _pDispla… in DrawText() argument
244 if ( _pVector && _pDisplayText ) in DrawText()
250 ::std::insert_iterator< MetricVector > ( *_pVector, _pVector->end() ) ); in DrawText()
309 …gle& _rRect, const XubString& _rText, sal_uInt16 _nStyle, MetricVector* _pVector, String* _pDispla… in DrawText() argument
327 m_rTargetDevice.DrawText( aRect, _rText, _nStyle, _pVector, _pDisplayText, this ); in DrawText()
346 if ( _pVector ) in DrawText()
348 for ( MetricVector::iterator charRect = _pVector->begin(); in DrawText()
349 charRect != _pVector->end(); in DrawText()
376 MetricVector* _pVector, String* _pDisplayText ) in DrawText() argument
378 return m_pImpl->DrawText( _rRect, _rText, _nStyle, _pVector, _pDisplayText ); in DrawText()