Searched refs:_pVector (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | textlayout.cxx | 66 xub_StrLen _nLength, MetricVector* _pVector, String* _pDisplayText ) in DrawText() argument 68 … m_rTargetDevice.DrawText( _rStartPoint, _rText, _nStartIndex, _nLength, _pVector, _pDisplayText ); in DrawText() 109 …gle& _rRect, const XubString& _rText, sal_uInt16 _nStyle, MetricVector* _pVector, String* _pDispla… 244 if ( _pVector && _pDisplayText ) in DrawText() 250 ::std::insert_iterator< MetricVector > ( *_pVector, _pVector->end() ) ); in DrawText() 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 [all …]
|
/aoo4110/main/vcl/source/control/ |
H A D | ctrl.cxx | 548 sal_uInt16 _nStyle, MetricVector* _pVector, String* _pDisplayText ) const in DrawControlText() argument 551 if ( !_pVector ) in DrawControlText() 557 _pVector = &aCharRects; in DrawControlText() 565 _rTargetDevice.DrawText( _io_rRect, _rStr, _nStyle, _pVector, _pDisplayText ); in DrawControlText() 570 _io_rRect = aRenderer.DrawText( _io_rRect, _rStr, _nStyle, _pVector, _pDisplayText ); in DrawControlText() 577 for ( MetricVector::const_iterator cr = _pVector->begin(); in DrawControlText() 578 cr != _pVector->end(); in DrawControlText()
|
/aoo4110/main/vcl/inc/ |
H A D | textlayout.hxx | 49 MetricVector* _pVector, String* _pDisplayText ) = 0; 81 MetricVector* _pVector, 117 MetricVector* _pVector = NULL, String* _pDisplayText = NULL );
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | WCopyTable.hxx | 75 TMultiListBoxEntryFindFunctor(::std::vector< ::rtl::OUString>* _pVector, in TMultiListBoxEntryFindFunctor() argument 78 ,m_pVector(_pVector) in TMultiListBoxEntryFindFunctor()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | ctrl.hxx | 99 MetricVector* _pVector, String* _pDisplayText ) const;
|
Completed in 33 milliseconds