Lines Matching refs:mpBrowser2
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()
222 else if( mpBrowser2->GetViewWindow()->HasFocus() ) in KeyInput()
223 mpBrowser2->maViewBox.GrabFocus(); in KeyInput()
224 else if( mpBrowser2->maViewBox.HasFocus() ) in KeyInput()
234 mpBrowser2->maViewBox.GrabFocus(); in KeyInput()
235 else if( mpBrowser2->maViewBox.HasFocus() ) in KeyInput()
236 mpBrowser2->GetViewWindow()->GrabFocus(); in KeyInput()
264 mpBrowser2->SelectTheme( mpBrowser1->GetSelectedTheme() ); in ThemeSelectionHasChanged()