Lines Matching refs:Image

111 	static Image*		s_pDefCollapsed;
112 static Image* s_pDefExpanded;
113 static Image* s_pDefCollapsedHC;
114 static Image* s_pDefExpandedHC;
130 Image m_aNodeAndEntryImages[ IT_IMAGE_COUNT ];
132 Image m_aNodeAndEntryImages_HC[ IT_IMAGE_COUNT ];
203 void SetNodeBmpYOffset( const Image& );
317 inline Image& implGetImageLocation( const ImageType _eType, BmpColorMode _eMode );
318 …inline Image& implGetImageLocationWithFallback( const ImageType _eType, BmpColorMode _eMode ) con…
320 inline void SetExpandedNodeBmp( const Image& _rImg, BmpColorMode _eMode = BMP_COLOR_NORMAL );
321 inline void SetCollapsedNodeBmp( const Image& _rImg, BmpColorMode _eMode = BMP_COLOR_NORMAL );
322 inline void SetDontKnowNodeBmp( const Image& rImg, BmpColorMode _eMode = BMP_COLOR_NORMAL );
324 inline const Image& GetExpandedNodeBmp( BmpColorMode _eMode = BMP_COLOR_NORMAL ) const;
325 inline const Image& GetCollapsedNodeBmp( BmpColorMode _eMode = BMP_COLOR_NORMAL ) const;
326 inline const Image& GetDontKnowNodeBmp( BmpColorMode _eMode = BMP_COLOR_NORMAL ) const;
328 inline void SetDefaultEntryExpBmp( const Image& _rImg, BmpColorMode _eMode = BMP_COLOR_NORMAL );
329 inline void SetDefaultEntryColBmp( const Image& _rImg, BmpColorMode _eMode = BMP_COLOR_NORMAL );
330 inline const Image& GetDefaultEntryExpBmp( BmpColorMode _eMode = BMP_COLOR_NORMAL );
331 inline const Image& GetDefaultEntryColBmp( BmpColorMode _eMode = BMP_COLOR_NORMAL );
333 static const Image& GetDefaultExpandedNodeImage( BmpColorMode _eMode = BMP_COLOR_NORMAL );
334 static const Image& GetDefaultCollapsedNodeImage( BmpColorMode _eMode = BMP_COLOR_NORMAL );
373 inline Image& SvImpLBox::implGetImageLocation( const ImageType _eType, BmpColorMode _eMode ) in implGetImageLocation()
380Image* _pSet = ( BMP_COLOR_HIGHCONTRAST == _eMode ) ? m_aNodeAndEntryImages_HC : m_aNodeAndEntryIm… 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()
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()