Lines Matching refs:rThemeName

65 sal_Bool GalleryExplorer::FillObjList( const String& rThemeName, List& rObjList )  in FillObjList()  argument
72 GalleryTheme* pTheme = pGal->AcquireTheme( rThemeName, aListener ); in FillObjList()
124 sal_Bool GalleryExplorer::InsertURL( const String& rThemeName, const String& rURL ) in InsertURL() argument
132 GalleryTheme* pTheme = pGal->AcquireTheme( rThemeName, aListener ); in InsertURL()
156 sal_uIntPtr GalleryExplorer::GetObjCount( const String& rThemeName ) in GetObjCount() argument
164 GalleryTheme* pTheme = pGal->AcquireTheme( rThemeName, aListener ); in GetObjCount()
186 sal_Bool GalleryExplorer::GetGraphicObj( const String& rThemeName, sal_uIntPtr nPos, in GetGraphicObj() argument
196 GalleryTheme* pTheme = pGal->AcquireTheme( rThemeName, aListener ); in GetGraphicObj()
225 sal_Bool GalleryExplorer::InsertGraphicObj( const String& rThemeName, const Graphic& rGraphic ) in InsertGraphicObj() argument
233 GalleryTheme* pTheme = pGal->AcquireTheme( rThemeName, aListener ); in InsertGraphicObj()
255 sal_uIntPtr GalleryExplorer::GetSdrObjCount( const String& rThemeName ) in GetSdrObjCount() argument
263 GalleryTheme* pTheme = pGal->AcquireTheme( rThemeName, aListener ); in GetSdrObjCount()
288 sal_Bool GalleryExplorer::GetSdrObj( const String& rThemeName, sal_uIntPtr nSdrModelPos, in GetSdrObj() argument
297 GalleryTheme* pTheme = pGal->AcquireTheme( rThemeName, aListener ); in GetSdrObj()
334 sal_Bool GalleryExplorer::InsertSdrObj( const String& rThemeName, FmFormModel& rModel ) in InsertSdrObj() argument
342 GalleryTheme* pTheme = pGal->AcquireTheme( rThemeName, aListener ); in InsertSdrObj()
364 sal_Bool GalleryExplorer::BeginLocking( const String& rThemeName ) in BeginLocking() argument
371 GalleryTheme* pTheme = pGal->AcquireTheme( rThemeName, aLockListener ); in BeginLocking()
393 sal_Bool GalleryExplorer::EndLocking( const String& rThemeName ) in EndLocking() argument
401 GalleryTheme* pTheme = pGal->AcquireTheme( rThemeName, aListener ); in EndLocking()