Lines Matching refs:SvImpLBox

44 class SvImpLBox;
52 SvImpLBox* pImp;
57 ImpLBSelEng( SvImpLBox* pImp, SelectionEngine* pSelEng,
88 class SvImpLBox class
259 SvImpLBox( SvTreeListBox* pView, SvLBoxTreeList*, WinBits nWinStyle );
260 ~SvImpLBox();
373 inline Image& SvImpLBox::implGetImageLocation( const ImageType _eType, BmpColorMode _eMode ) in implGetImageLocation()
384 inline Image& SvImpLBox::implGetImageLocationWithFallback( const ImageType _eType, BmpColorMode _eM… in implGetImageLocationWithFallback()
386 Image& rImage = const_cast< SvImpLBox* >( this )->implGetImageLocation( _eType, _eMode ); in implGetImageLocationWithFallback()
389 rImage = const_cast< SvImpLBox* >( this )->implGetImageLocation( _eType, BMP_COLOR_NORMAL ); in implGetImageLocationWithFallback()
393 inline void SvImpLBox::SetDontKnowNodeBmp( const Image& rImg, BmpColorMode _eMode ) in SetDontKnowNodeBmp()
398 inline void SvImpLBox::SetExpandedNodeBmp( const Image& rImg, BmpColorMode _eMode ) in SetExpandedNodeBmp()
404 inline void SvImpLBox::SetCollapsedNodeBmp( const Image& rImg, BmpColorMode _eMode ) in SetCollapsedNodeBmp()
410 inline const Image& SvImpLBox::GetDontKnowNodeBmp( BmpColorMode _eMode ) const in GetDontKnowNodeBmp()
415 inline const Image& SvImpLBox::GetExpandedNodeBmp( BmpColorMode _eMode ) const in GetExpandedNodeBmp()
420 inline const Image& SvImpLBox::GetCollapsedNodeBmp( BmpColorMode _eMode ) const in GetCollapsedNodeBmp()
425 inline void SvImpLBox::SetDefaultEntryExpBmp( const Image& _rImg, BmpColorMode _eMode ) in SetDefaultEntryExpBmp()
430 inline void SvImpLBox::SetDefaultEntryColBmp( const Image& _rImg, BmpColorMode _eMode ) in SetDefaultEntryColBmp()
435 inline const Image& SvImpLBox::GetDefaultEntryExpBmp( BmpColorMode _eMode ) in GetDefaultEntryExpBmp()
440 inline const Image& SvImpLBox::GetDefaultEntryColBmp( BmpColorMode _eMode ) in GetDefaultEntryColBmp()
445 inline Point SvImpLBox::GetEntryPosition( SvLBoxEntry* pEntry ) const in GetEntryPosition()
450 inline void SvImpLBox::PaintEntry( SvLBoxEntry* pEntry ) in PaintEntry()
456 inline sal_Bool SvImpLBox::IsLineVisible( long nY ) const in IsLineVisible()
464 inline void SvImpLBox::TreeInserted( SvLBoxEntry* pInsTree ) in TreeInserted()