Home
last modified time | relevance | path

Searched refs:GalleryBrowser1 (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/svx/source/gallery2/
H A Dgalbrws1.cxx58 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 Dgalbrws1.hxx45 GalleryButton( GalleryBrowser1* pParent, WinBits nWinBits );
64 GalleryThemeListBox( GalleryBrowser1* pParent, WinBits nWinBits );
81 class GalleryBrowser1 : public Control, SfxListener class
130 GalleryBrowser1(
136 ~GalleryBrowser1();
H A DGalleryControl.cxx51 mpBrowser1(new GalleryBrowser1( in GalleryControl()
H A Dgalbrws.cxx87 mpBrowser1 = new GalleryBrowser1( in SFX_IMPL_DOCKINGWINDOW()
/AOO42X/main/svx/inc/svx/
H A Dgalbrws.hxx54 class GalleryBrowser1;
61 friend class GalleryBrowser1;
69 GalleryBrowser1* mpBrowser1;
/AOO42X/main/svx/inc/
H A DGalleryControl.hxx36 class GalleryBrowser1;
56 ::boost::scoped_ptr<GalleryBrowser1> mpBrowser1;