Lines Matching refs:mpBrowser1
51 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()
207 mpBrowser1->mpThemes->GrabFocus(); in KeyInput()
211 if( mpBrowser1->mpThemes->HasChildPathFocus( sal_True ) ) in KeyInput()
212 mpBrowser1->maNewTheme.GrabFocus(); in KeyInput()
213 else if( mpBrowser1->maNewTheme.HasFocus() ) in KeyInput()
218 mpBrowser1->mpThemes->GrabFocus(); in KeyInput()
231 mpBrowser1->GrabFocus(); in GetFocus()
239 mpBrowser2->SelectTheme(mpBrowser1->GetSelectedTheme()); in ThemeSelectionHasChanged()