Searched refs:HasTheme (Results 1 – 6 of 6) sorted by relevance
221 if( !mpGallery || !mpGallery->HasTheme( rName ) ) in getByName()264 if( mpGallery && mpGallery->HasTheme( rName ) ) in hasByName()280 if( mpGallery->HasTheme( rThemeName ) ) in insertNewByName()301 !mpGallery->HasTheme( rName ) || in removeByName()
365 while( mpGallery->HasTheme( aTitle ) && ( nCount++ < 16000 ) ) in ImplEndGalleryThemeProperties()470 while( mpGallery->HasTheme( aName ) && ( nCount++ < 16000 ) ) in ImplExecute()725 while( mpGallery->HasTheme( aName ) && ( nCount++ < 16000 ) ) in IMPL_LINK()732 if( !mpGallery->HasTheme( aName ) && mpGallery->CreateTheme( aName ) ) in IMPL_LINK()
632 sal_Bool Gallery::HasTheme( const String& rThemeName ) in HasTheme() function in Gallery643 if( !HasTheme( rThemeName ) && ( GetUserURL().GetProtocol() != INET_PROT_NOT_VALID ) ) in CreateTheme()707 while ( HasTheme( aNewName ) && ( nCount++ < 16000 ) ) in CreateImportTheme()744 …if( pThemeEntry && !HasTheme( rNewName ) && ( !pThemeEntry->IsReadOnly() || pThemeEntry->IsImporte… in RenameTheme()
97 bool HasTheme (void) const;
386 bool PresenterPaneBorderPainter::HasTheme (void) const in HasTheme() function in sdext::presenter::PresenterPaneBorderPainter
158 SVX_DLLPUBLIC sal_Bool HasTheme( const String& rThemeName );
Completed in 26 milliseconds