Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/gallery2/
H A Dgalbrws1.cxx159mpThemes ( new GalleryThemeListBox( this, WB_TABSTOP | WB_3DLOOK | WB_BORDER | WB_HSC… in DBG_NAME()
182 mpThemes->SetHelpId( HID_GALLERY_THEMELIST ); in DBG_NAME()
183 mpThemes->SetSelectHdl( LINK( this, GalleryBrowser1, SelectThemeHdl ) ); in DBG_NAME()
184 mpThemes->SetAccessibleName(String(SVX_RES( RID_SVXSTR_GALLERYPROPS_GALTHEME ) ) ); in DBG_NAME()
191 mpThemes->Show( sal_True ); in DBG_NAME()
199 delete mpThemes; in ~GalleryBrowser1()
200 mpThemes = NULL; in ~GalleryBrowser1()
228 nRet = mpThemes->InsertEntry( pEntry->GetThemeName(), *pImage ); in ImplInsertThemeEntry()
245 mpThemes->SetPosSizePixel( Point( 0, nStartY ), in ImplAdjustControls()
377 mpThemes->SelectEntry( mpExchangeData->pTheme->GetName() ); in ImplEndGalleryThemeProperties()
[all …]
H A Dgalbrws1.hxx92 GalleryThemeListBox* mpThemes; member in GalleryBrowser1
138 …void SelectTheme( const String& rThemeName ) { mpThemes->SelectEntry( rThemeNam… in SelectTheme()
139 …void SelectTheme( sal_uIntPtr nThemePos ) { mpThemes->SelectEntryPos( (sal_uInt… in SelectTheme()
140 …ng GetSelectedTheme() { return mpThemes->GetEntryCount() ? mpThemes->GetEntry( mp… in GetSelectedTheme()
H A DGalleryControl.cxx200 if( mpBrowser1->mpThemes->HasChildPathFocus( sal_True ) ) in KeyInput()
207 mpBrowser1->mpThemes->GrabFocus(); in KeyInput()
211 if( mpBrowser1->mpThemes->HasChildPathFocus( sal_True ) ) in KeyInput()
218 mpBrowser1->mpThemes->GrabFocus(); in KeyInput()
H A Dgalbrws.cxx220 if( mpBrowser1->mpThemes->HasChildPathFocus( sal_True ) ) in KeyInput()
227 mpBrowser1->mpThemes->GrabFocus(); in KeyInput()
231 if( mpBrowser1->mpThemes->HasChildPathFocus( sal_True ) ) in KeyInput()
238 mpBrowser1->mpThemes->GrabFocus(); in KeyInput()