Lines Matching refs:GalleryControl
42 GalleryControl::GalleryControl ( in GalleryControl() function in svx::sidebar::GalleryControl
50 ::boost::bind(&GalleryControl::InitSettings, this))), in GalleryControl()
55 ::boost::bind(&GalleryControl::KeyInput,this,_1,_2), in GalleryControl()
56 ::boost::bind(&GalleryControl::ThemeSelectionHasChanged, this))), in GalleryControl()
69 mpSplitter->SetSplitHdl( LINK( this, GalleryControl, SplitHdl ) ); in GalleryControl()
78 GalleryControl::~GalleryControl (void) in ~GalleryControl()
85 void GalleryControl::InitSettings (void) in InitSettings()
112 void GalleryControl::Resize (void) in Resize()
190 sal_Bool GalleryControl::KeyInput( const KeyEvent& rKEvt, Window* ) in KeyInput()
228 void GalleryControl::GetFocus (void) in GetFocus()
237 void GalleryControl::ThemeSelectionHasChanged (void) in ThemeSelectionHasChanged()
243 IMPL_LINK( GalleryControl, SplitHdl, void*, EMPTYARG ) in IMPL_LINK() argument