Home
last modified time | relevance | path

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

/trunk/main/svx/source/gallery2/
H A Dgalbrws.cxx80 mpBrowser1(0), in SFX_IMPL_DOCKINGWINDOW()
87 mpBrowser1 = new GalleryBrowser1( in SFX_IMPL_DOCKINGWINDOW()
100 mpBrowser1->SelectTheme( 0 ); in SFX_IMPL_DOCKINGWINDOW()
101 mpBrowser1->Show( sal_True ); in SFX_IMPL_DOCKINGWINDOW()
118 delete mpBrowser1; in ~GalleryBrowser()
135 mpBrowser1->SetBackground( Wallpaper( GALLERY_DLG_COLOR ) ); in InitSettings()
136 mpBrowser1->SetControlBackground( GALLERY_DLG_COLOR ); in InitSettings()
137 mpBrowser1->SetControlForeground( GALLERY_DLG_COLOR ); in InitSettings()
168 mpBrowser1->SetPosSizePixel( in Resize()
187 mpBrowser1->SetPosSizePixel( in Resize()
[all …]
H A DGalleryControl.cxx51 mpBrowser1(new GalleryBrowser1( in GalleryControl()
63 mpBrowser1->SelectTheme(0); in GalleryControl()
64 mpBrowser1->Show(sal_True); in GalleryControl()
95 mpBrowser1->SetBackground( Wallpaper( GALLERY_DLG_COLOR ) ); in InitSettings()
96 mpBrowser1->SetControlBackground( GALLERY_DLG_COLOR ); in InitSettings()
97 mpBrowser1->SetControlForeground( GALLERY_DLG_COLOR ); in InitSettings()
147 mpBrowser1->SetPosSizePixel( in Resize()
166 mpBrowser1->SetPosSizePixel( in Resize()
200 if( mpBrowser1->mpThemes->HasChildPathFocus( sal_True ) ) in KeyInput()
205 mpBrowser1->maNewTheme.GrabFocus(); in KeyInput()
[all …]
/trunk/main/svx/inc/
H A DGalleryControl.hxx56 ::boost::scoped_ptr<GalleryBrowser1> mpBrowser1;
/trunk/main/svx/inc/svx/
H A Dgalbrws.hxx69 GalleryBrowser1* mpBrowser1; member in GalleryBrowser