Searched refs:GalleryBrowser2 (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/svx/source/gallery2/ |
| H A D | galbrws2.cxx | 85 GalleryBrowserMode GalleryBrowser2::meInitMode = GALLERYBROWSERMODE_ICON; 94 IMPL_STATIC_LINK_NOINSTANCE( GalleryBrowser2, AsyncDispatch_Impl, DispatchInfo*, pDispatchInfo ) in IMPL_STATIC_LINK_NOINSTANCE() argument 134 GalleryBrowser2* mpBrowser; 148 GalleryBrowser2* pBrowser ); 163 GalleryBrowser2* pBrowser ) in DBG_NAME() 252 STATIC_LINK( 0, GalleryBrowser2, AsyncDispatch_Impl), pInfo ) ) in Execute() 435 GalleryToolBox::GalleryToolBox( GalleryBrowser2* pParent ) : in DBG_NAME() 454 if( !static_cast< GalleryBrowser2* >( GetParent() )->KeyInput( rKEvt, this ) ) in KeyInput() 461 DBG_NAME(GalleryBrowser2) in DBG_NAME() argument 463 GalleryBrowser2::GalleryBrowser2( Window* pParent, const ResId& rResId, Gallery* pGallery ) : in DBG_NAME() [all …]
|
| H A D | galctrl.cxx | 55 GalleryPreview::GalleryPreview( GalleryBrowser2* pParent, GalleryTheme* pTheme ) : in DBG_NAME() 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() 329 GalleryIconView::GalleryIconView( GalleryBrowser2* pParent, GalleryTheme* pTheme ) : in DBG_NAME() 409 aItemTextTitle = GalleryBrowser2::GetItemText(*mpTheme, *pObj, GALLERY_ITEM_TITLE); in UserDraw() 543 ( (GalleryBrowser2*) GetParent() )->TogglePreview( this, &rMEvt.GetPosPixel() ); in MouseButtonDown() [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()
|
| /AOO41X/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;
|
| /AOO41X/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;
|