Home
last modified time | relevance | path

Searched refs:mpBrowser2 (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/svx/source/gallery2/
H A Dgalbrws.cxx81 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 …]
H A DGalleryControl.cxx57 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 …]
/AOO42X/main/svx/inc/
H A DGalleryControl.hxx57 ::boost::scoped_ptr<GalleryBrowser2> mpBrowser2;
/AOO42X/main/svx/inc/svx/
H A Dgalbrws.hxx70 GalleryBrowser2* mpBrowser2; member in GalleryBrowser