Lines Matching refs:Gallery
201 Gallery::Gallery( const String& rMultiPath ) in Gallery() function in Gallery
211 Gallery::~Gallery() in ~Gallery()
224 Gallery* Gallery::GetGalleryInstance() in GetGalleryInstance()
226 static Gallery* pGallery = NULL; in GetGalleryInstance()
233 pGallery = new Gallery( SvtPathOptions().GetGalleryPath() ); in GetGalleryInstance()
242 void Gallery::ImplLoad( const String& rMultiPath ) in ImplLoad()
280 void Gallery::ImplLoadSubDirs( const INetURLObject& rBaseURL, sal_Bool& rbDirIsReadOnly ) in ImplLoadSubDirs()
475 void Gallery::ImplLoadImports() in ImplLoadImports()
529 void Gallery::ImplWriteImportList() in ImplWriteImportList()
554 GalleryThemeEntry* Gallery::ImplGetThemeEntry( const String& rThemeName ) in ImplGetThemeEntry()
568 GalleryImportThemeEntry* Gallery::ImplGetImportThemeEntry( const String& rImportName ) in ImplGetImportThemeEntry()
581 String Gallery::GetThemeName( sal_uIntPtr nThemeId ) const in GetThemeName()
624 …pFound = ( (Gallery*) this )->ImplGetThemeEntry( String::CreateFromAscii( aFallback.GetBuffer() ) … in GetThemeName()
632 sal_Bool Gallery::HasTheme( const String& rThemeName ) in HasTheme()
639 sal_Bool Gallery::CreateTheme( const String& rThemeName, sal_uInt32 nNumFrom ) in CreateTheme()
661 sal_Bool Gallery::CreateImportTheme( const INetURLObject& rURL, const String& rImportName ) in CreateImportTheme()
738 sal_Bool Gallery::RenameTheme( const String& rOldName, const String& rNewName ) in RenameTheme()
780 sal_Bool Gallery::RemoveTheme( const String& rThemeName ) in RemoveTheme()
829 INetURLObject Gallery::GetImportURL( const String& rThemeName ) in GetImportURL()
845 GalleryTheme* Gallery::ImplGetCachedTheme( const GalleryThemeEntry* pThemeEntry ) in ImplGetCachedTheme()
896 void Gallery::ImplDeleteCachedTheme( GalleryTheme* pTheme ) in ImplDeleteCachedTheme()
913 GalleryTheme* Gallery::AcquireTheme( const String& rThemeName, SfxListener& rListener ) in AcquireTheme()
926 void Gallery::ReleaseTheme( GalleryTheme* pTheme, SfxListener& rListener ) in ReleaseTheme()