Searched refs:GalleryBrowser1 (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/svx/source/gallery2/ |
| H A D | galbrws1.cxx | 58 GalleryButton::GalleryButton( GalleryBrowser1* pParent, WinBits nWinBits ) : in DBG_NAME() 77 if( !static_cast< GalleryBrowser1* >( GetParent() )->KeyInput( rKEvt, this ) ) in KeyInput() 86 GalleryThemeListBox::GalleryThemeListBox( GalleryBrowser1* pParent, WinBits nWinBits ) : in DBG_NAME() 132 static_cast< GalleryBrowser1* >( GetParent() )->ShowContextMenu(); in PreNotify() 139 nDone = static_cast< GalleryBrowser1* >( GetParent() )->KeyInput( *pKEvt, this ); in PreNotify() 148 DBG_NAME(GalleryBrowser1) in DBG_NAME() argument 150 GalleryBrowser1::GalleryBrowser1( in DBG_NAME() 170 DBG_CTOR(GalleryBrowser1,NULL); in DBG_NAME() 176 maNewTheme.SetClickHdl( LINK( this, GalleryBrowser1, ClickNewThemeHdl ) ); in DBG_NAME() 183 mpThemes->SetSelectHdl( LINK( this, GalleryBrowser1, SelectThemeHdl ) ); in DBG_NAME() [all …]
|
| H A D | galbrws1.hxx | 45 GalleryButton( GalleryBrowser1* pParent, WinBits nWinBits ); 64 GalleryThemeListBox( GalleryBrowser1* pParent, WinBits nWinBits ); 81 class GalleryBrowser1 : public Control, SfxListener class 130 GalleryBrowser1( 136 ~GalleryBrowser1();
|
| H A D | GalleryControl.cxx | 51 mpBrowser1(new GalleryBrowser1( in GalleryControl()
|
| H A D | galbrws.cxx | 87 mpBrowser1 = new GalleryBrowser1( in SFX_IMPL_DOCKINGWINDOW()
|
| /AOO42X/main/svx/inc/svx/ |
| H A D | galbrws.hxx | 54 class GalleryBrowser1; 61 friend class GalleryBrowser1; 69 GalleryBrowser1* mpBrowser1;
|
| /AOO42X/main/svx/inc/ |
| H A D | GalleryControl.hxx | 36 class GalleryBrowser1; 56 ::boost::scoped_ptr<GalleryBrowser1> mpBrowser1;
|