Home
last modified time | relevance | path

Searched refs:_pVector (Results 1 – 5 of 5) sorted by path

/trunk/main/dbaccess/source/ui/inc/
H A DWCopyTable.hxx75 TMultiListBoxEntryFindFunctor(::std::vector< ::rtl::OUString>* _pVector, in TMultiListBoxEntryFindFunctor() argument
78 ,m_pVector(_pVector) in TMultiListBoxEntryFindFunctor()
/trunk/main/vcl/inc/
H A Dtextlayout.hxx49 MetricVector* _pVector, String* _pDisplayText ) = 0;
81 MetricVector* _pVector,
117 MetricVector* _pVector = NULL, String* _pDisplayText = NULL );
/trunk/main/vcl/inc/vcl/
H A Dctrl.hxx99 MetricVector* _pVector, String* _pDisplayText ) const;
/trunk/main/vcl/source/control/
H A Dctrl.cxx548 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()
/trunk/main/vcl/source/gdi/
H A Dtextlayout.cxx66 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 …]

Completed in 24 milliseconds