Home
last modified time | relevance | path

Searched refs:pGal (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/gallery2/
H A Dgalexpl.cxx47 Gallery* pGal = ::Gallery::GetGalleryInstance(); in FillThemeList() local
49 if( pGal ) in FillThemeList()
51 for( sal_uIntPtr i = 0, nCount = pGal->GetThemeCount(); i < nCount; i++ ) in FillThemeList()
53 const GalleryThemeEntry* pEntry = pGal->GetThemeInfo( i ); in FillThemeList()
67 Gallery* pGal = ::Gallery::GetGalleryInstance(); in FillObjList() local
69 if( pGal ) in FillObjList()
72 GalleryTheme* pTheme = pGal->AcquireTheme( rThemeName, aListener ); in FillObjList()
79 pGal->ReleaseTheme( pTheme, aListener ); in FillObjList()
90 Gallery* pGal = ::Gallery::GetGalleryInstance(); in FillObjList() local
91 return( pGal ? FillObjList( pGal->GetThemeName( nThemeId ), rObjList ) : sal_False ); in FillObjList()
[all …]
/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx578 Gallery* pGal = pThm->GetParent(); in IMPL_LINK() local
582 … for( sal_uLong i = 0, nCount = pGal->GetThemeCount(); i < nCount && !bDifferentThemeExists; i++ ) in IMPL_LINK()
584 const GalleryThemeEntry* pInfo = pGal->GetThemeInfo( i ); in IMPL_LINK()