Searched refs:GetThemeName (Results  1 – 10 of 10) sorted by relevance
| /aoo4110/main/svx/source/gallery2/ | 
| H A D | galexpl.cxx | 56 				rThemeList.Insert( new String( pEntry->GetThemeName() ), LIST_APPEND );  in FillThemeList()91 	return( pGal ? FillObjList( pGal->GetThemeName( nThemeId ), rObjList ) : sal_False );  in FillObjList()
 102         GalleryTheme*   pTheme = pGal->AcquireTheme( pGal->GetThemeName( nThemeId ), aListener );  in FillObjListTitle()
 151 	return( pGal ? InsertURL( pGal->GetThemeName( nThemeId ), rURL ) : sal_False );  in InsertURL()
 181 	return( pGal ? GetObjCount( pGal->GetThemeName( nThemeId ) ) : sal_False );  in GetObjCount()
 250 	return( pGal ? InsertGraphicObj( pGal->GetThemeName( nThemeId ), rGraphic ) : sal_False );  in InsertGraphicObj()
 283 	return( pGal ? GetSdrObjCount( pGal->GetThemeName( nThemeId ) ) : sal_False );  in GetSdrObjCount()
 329 …return( pGal ? GetSdrObj( pGal->GetThemeName( nThemeId ), nSdrModelPos, pModel, pThumb ) : sal_Fal…  in GetSdrObj()
 359 	return( pGal ? InsertSdrObj( pGal->GetThemeName( nThemeId ), rModel ) : sal_False );  in InsertSdrObj()
 388 	return( pGal ? BeginLocking( pGal->GetThemeName( nThemeId ) ) : sal_False );  in BeginLocking()
 [all …]
 
 | 
| H A D | galbrws1.cxx | 228 		nRet = mpThemes->InsertEntry( pEntry->GetThemeName(), *pImage );  in ImplInsertThemeEntry()542 			ImplInsertThemeEntry( mpGallery->GetThemeInfo( rGalleryHint.GetThemeName() ) );  in Notify()
 548 			const sal_uInt16 nRenameEntryPos = mpThemes->GetEntryPos( rGalleryHint.GetThemeName() );  in Notify()
 550 			mpThemes->RemoveEntry( rGalleryHint.GetThemeName() );  in Notify()
 563 			mpThemes->RemoveEntry( rGalleryHint.GetThemeName() );  in Notify()
 570 			const sal_uInt16 nCloseEntryPos = mpThemes->GetEntryPos( rGalleryHint.GetThemeName() );  in Notify()
 
 | 
| H A D | gallery1.cxx | 560 			if( rThemeName == pEntry->GetThemeName() )  in ImplGetThemeEntry()581 String Gallery::GetThemeName( sal_uIntPtr nThemeId ) const  in GetThemeName()  function in Gallery
 627 	return( pFound ? pFound->GetThemeName() : String() );  in GetThemeName()
 864 				aURL = GetImportURL( pThemeEntry->GetThemeName() );  in ImplGetCachedTheme()
 880 						pTheme->SetImportName( pThemeEntry->GetThemeName() );  in ImplGetCachedTheme()
 
 | 
| H A D | galtheme.cxx | 86 		aImportName = pThm->GetThemeName();  in DBG_NAME()1622 const String& GalleryTheme::GetRealName() const { return pThm->GetThemeName(); }  in GetRealName()
 1633 …String& GalleryTheme::GetName() const	{ return IsImported() ? aImportName : pThm->GetThemeName(); }  in GetName()
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | gallery1.hxx | 68 	const String&			GetThemeName() const { return aName; }  in GetThemeName()  function in GalleryThemeEntry159 	String						GetThemeName( sal_uIntPtr nThemeId ) const;
 
 | 
| H A D | galmisc.hxx | 252 	const String&	GetThemeName() const { return maThemeName; }  in GetThemeName()  function in GalleryHint
 | 
| /aoo4110/main/sdext/source/presenter/ | 
| H A D | PresenterTheme.hxx | 114     ::rtl::OUString GetThemeName (void) const;
 | 
| H A D | PresenterTheme.cxx | 465 ::rtl::OUString PresenterTheme::GetThemeName (void) const  in GetThemeName()  function in sdext::presenter::PresenterTheme
 | 
| /aoo4110/main/cui/source/dialogs/ | 
| H A D | cuigaldlg.cxx | 586 		if( ( pInfo->GetId() == nId ) && ( pInfo->GetThemeName() != pThm->GetName() ) )  in IMPL_LINK()591 			aStr += pInfo->GetThemeName();  in IMPL_LINK()
 
 | 
| /aoo4110/main/svx/source/unogallery/ | 
| H A D | unogalthemeprovider.cxx | 247 			aSeq[ nRealCount++ ] = pEntry->GetThemeName();  in getElementNames()
 | 
        Completed in 78 milliseconds