Searched refs:SvImpLBox (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/svtools/source/contnr/ |
| H A D | svimpbox.cxx | 47 Image* SvImpLBox::s_pDefCollapsed = NULL; 48 Image* SvImpLBox::s_pDefExpanded = NULL; 49 Image* SvImpLBox::s_pDefCollapsedHC = NULL; 50 Image* SvImpLBox::s_pDefExpandedHC = NULL; 51 sal_Int32 SvImpLBox::s_nImageRefCount = 0; 53 SvImpLBox::SvImpLBox( SvTreeListBox* pLBView, SvLBoxTreeList* pLBTree, WinBits nWinStyle) : in SvImpLBox() function in SvImpLBox 75 aVerSBar.SetScrollHdl( LINK( this, SvImpLBox, ScrollUpDownHdl ) ); in SvImpLBox() 76 aHorSBar.SetScrollHdl( LINK( this, SvImpLBox, ScrollLeftRightHdl ) ); in SvImpLBox() 77 aHorSBar.SetEndScrollHdl( LINK( this, SvImpLBox, EndScrollHdl ) ); in SvImpLBox() 78 aVerSBar.SetEndScrollHdl( LINK( this, SvImpLBox, EndScrollHdl ) ); in SvImpLBox() [all …]
|
| H A D | svtreebx.cxx | 102 pImp = new SvImpLBox( this, GetModel(), GetStyle() ); in InitTreeView() 812 return SvImpLBox::GetDefaultExpandedNodeImage( _eMode ); in GetDefaultExpandedNodeImage() 817 return SvImpLBox::GetDefaultCollapsedNodeImage( _eMode ); in GetDefaultCollapsedNodeImage()
|
| /trunk/main/svtools/source/inc/ |
| H A D | svimpbox.hxx | 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() [all …]
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | svtreebx.hxx | 32 class SvImpLBox; 60 friend class SvImpLBox; 64 SvImpLBox* pImp;
|