Lines Matching refs:GalleryBrowser1

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()
196 GalleryBrowser1::~GalleryBrowser1() in ~GalleryBrowser1()
204 DBG_DTOR(GalleryBrowser1,NULL); in ~GalleryBrowser1()
209 sal_uIntPtr GalleryBrowser1::ImplInsertThemeEntry( const GalleryThemeEntry* pEntry ) in ImplInsertThemeEntry()
236 void GalleryBrowser1::ImplAdjustControls() in ImplAdjustControls()
251 void GalleryBrowser1::ImplFillExchangeData( const GalleryTheme* pThm, ExchangeData& rData ) in ImplFillExchangeData()
280 void GalleryBrowser1::ImplGetExecuteVector(::std::vector< sal_uInt16 >& o_aExec) in ImplGetExecuteVector()
324 void GalleryBrowser1::ImplGalleryThemeProperties( const String & rThemeName, bool bCreateNew ) in ImplGalleryThemeProperties()
340 LINK( this, GalleryBrowser1, EndNewThemePropertiesDlgHdl ) ); in ImplGalleryThemeProperties()
345 LINK( this, GalleryBrowser1, EndThemePropertiesDlgHdl ) ); in ImplGalleryThemeProperties()
351 void GalleryBrowser1::ImplEndGalleryThemeProperties( VclAbstractDialog2* pDialog, bool bCreateNew ) in ImplEndGalleryThemeProperties()
391 Application::PostUserEvent( LINK( this, GalleryBrowser1, DestroyThemePropertiesDlgHdl ) ); in ImplEndGalleryThemeProperties()
396 IMPL_LINK( GalleryBrowser1, EndNewThemePropertiesDlgHdl, VclAbstractDialog2*, pDialog ) in IMPL_LINK() argument
404 IMPL_LINK( GalleryBrowser1, EndThemePropertiesDlgHdl, VclAbstractDialog2*, pDialog ) in IMPL_LINK() argument
412 IMPL_LINK( GalleryBrowser1, DestroyThemePropertiesDlgHdl, VclAbstractDialog2*, pDialog ) in IMPL_LINK() argument
422 void GalleryBrowser1::ImplExecute( sal_uInt16 nId ) in ImplExecute()
518 void GalleryBrowser1::Resize() in Resize()
526 void GalleryBrowser1::GetFocus() in GetFocus()
535 void GalleryBrowser1::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
593 void GalleryBrowser1::ShowContextMenu() in ShowContextMenu()
595 Application::PostUserEvent( LINK( this, GalleryBrowser1, ShowContextMenuHdl ), this ); in ShowContextMenu()
600 sal_Bool GalleryBrowser1::KeyInput( const KeyEvent& rKEvt, Window* pWindow ) in KeyInput()
671 IMPL_LINK( GalleryBrowser1, ShowContextMenuHdl, void*, EMPTYARG ) in IMPL_LINK() argument
685 aMenu.SetSelectHdl( LINK( this, GalleryBrowser1, PopupMenuHdl ) ); in IMPL_LINK()
702 IMPL_LINK( GalleryBrowser1, PopupMenuHdl, Menu*, pMenu ) in IMPL_LINK() argument
710 IMPL_LINK( GalleryBrowser1, SelectThemeHdl, void*, EMPTYARG ) in IMPL_LINK() argument
719 IMPL_LINK( GalleryBrowser1, ClickNewThemeHdl, void*, EMPTYARG ) in IMPL_LINK() argument