Searched refs:GalleryBrowser2 (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/svx/source/gallery2/ |
H A D | galbrws2.cxx | 134 GalleryBrowser2* mpBrowser; 163 GalleryBrowser2* pBrowser ) in DBG_NAME() 461 DBG_NAME(GalleryBrowser2) in DBG_NAME() argument 463 GalleryBrowser2::GalleryBrowser2( Window* pParent, const ResId& rResId, Gallery* pGallery ) : in DBG_NAME() 477 DBG_CTOR(GalleryBrowser2,NULL); in DBG_NAME() 529 GalleryBrowser2::~GalleryBrowser2() in ~GalleryBrowser2() 540 DBG_DTOR(GalleryBrowser2,NULL); in ~GalleryBrowser2() 545 void GalleryBrowser2::InitSettings() in InitSettings() 573 void GalleryBrowser2::Resize() in Resize() 1153 GalleryBrowser2::GetFrame() const in GetFrame() [all …]
|
H A D | galctrl.cxx | 188 ( (GalleryBrowser2*) GetParent() )->TogglePreview( this ); in MouseButtonDown() 198 ( (GalleryBrowser2*) GetParent() )->ShowContextMenu( this, in Command() 208 GalleryBrowser2* pBrowser = static_cast< GalleryBrowser2* >( GetParent() ); in KeyInput() 253 nRet = ( (GalleryBrowser2*) GetParent() )->AcceptDrop( *this, rEvt ); in AcceptDrop() 267 nRet = ( (GalleryBrowser2*) GetParent() )->ExecuteDrop( *this, rEvt ); in ExecuteDrop() 279 ( (GalleryBrowser2*) GetParent() )->StartDrag( this ); in StartDrag() 554 ( (GalleryBrowser2*) GetParent() )->ShowContextMenu( this, in Command() 590 static_cast< GalleryBrowser2* >( GetParent() )->StartDrag( this ); in StartDrag() 662 sRet = GalleryBrowser2::GetItemText( *mpTheme, *pObj, in GetCellText() 898 ( (GalleryBrowser2*) GetParent() )->ShowContextMenu( this, pPos ); in Command() [all …]
|
H A D | GalleryControl.cxx | 57 mpBrowser2(new GalleryBrowser2(this, GAL_RESID(GALLERY_BROWSER2), mpGallery)), in GalleryControl()
|
H A D | galbrws.cxx | 95 mpBrowser2 = new GalleryBrowser2( this, GAL_RESID( GALLERY_BROWSER2 ), mpGallery ); in SFX_IMPL_DOCKINGWINDOW()
|
/aoo42x/main/svx/inc/ |
H A D | galbrws2.hxx | 85 GalleryToolBox( GalleryBrowser2* pParent ); 104 class GalleryBrowser2 : public Control, public SfxListener class 158 GalleryBrowser2( Window* pParent, const ResId& rResId, Gallery* pGallery ); 159 ~GalleryBrowser2(); 191 DECL_STATIC_LINK( GalleryBrowser2, AsyncDispatch_Impl, DispatchInfo* );
|
H A D | GalleryControl.hxx | 37 class GalleryBrowser2; 57 ::boost::scoped_ptr<GalleryBrowser2> mpBrowser2;
|
/aoo42x/main/svx/inc/svx/ |
H A D | galctrl.hxx | 50 class GalleryBrowser2; 86 GalleryPreview( GalleryBrowser2* pParent, GalleryTheme* pTheme ); 127 GalleryIconView( GalleryBrowser2* pParent, GalleryTheme* pTheme ); 167 GalleryListView( GalleryBrowser2* pParent, GalleryTheme* pTheme );
|
H A D | galbrws.hxx | 55 class GalleryBrowser2; 62 friend class GalleryBrowser2; 70 GalleryBrowser2* mpBrowser2;
|
Completed in 70 milliseconds