Searched refs:mpBrowser2 (Results 1 – 4 of 4) sorted by relevance
81 mpBrowser2(0), in SFX_IMPL_DOCKINGWINDOW()95 mpBrowser2 = new GalleryBrowser2( this, GAL_RESID( GALLERY_BROWSER2 ), mpGallery ); in SFX_IMPL_DOCKINGWINDOW()102 mpBrowser2->Show( sal_True ); in SFX_IMPL_DOCKINGWINDOW()116 delete mpBrowser2; in ~GalleryBrowser()139 mpBrowser2->SetBackground( Wallpaper( GALLERY_DLG_COLOR ) ); in InitSettings()140 mpBrowser2->SetControlBackground( GALLERY_DLG_COLOR ); in InitSettings()141 mpBrowser2->SetControlForeground( GALLERY_DLG_COLOR ); in InitSettings()181 mpBrowser2->SetPosSizePixel( in Resize()200 mpBrowser2->SetPosSizePixel( in Resize()221 mpBrowser2->GetViewWindow()->GrabFocus(); in KeyInput()[all …]
57 mpBrowser2(new GalleryBrowser2(this, GAL_RESID(GALLERY_BROWSER2), mpGallery)), in GalleryControl()66 mpBrowser2->Show(sal_True); in GalleryControl()99 mpBrowser2->SetBackground( Wallpaper( GALLERY_DLG_COLOR ) ); in InitSettings()100 mpBrowser2->SetControlBackground( GALLERY_DLG_COLOR ); in InitSettings()101 mpBrowser2->SetControlForeground( GALLERY_DLG_COLOR ); in InitSettings()106 mpBrowser2->SetBackground(aBackground); in InitSettings()160 mpBrowser2->SetPosSizePixel( in Resize()179 mpBrowser2->SetPosSizePixel( in Resize()201 mpBrowser2->GetViewWindow()->GrabFocus(); in KeyInput()202 else if( mpBrowser2->GetViewWindow()->HasFocus() ) in KeyInput()[all …]
57 ::boost::scoped_ptr<GalleryBrowser2> mpBrowser2;
70 GalleryBrowser2* mpBrowser2; member in GalleryBrowser