| /AOO41X/main/svx/source/gallery2/ |
| H A D | galexpl.cxx | 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() [all …]
|
| H A D | gallery1.cxx | 554 GalleryThemeEntry* Gallery::ImplGetThemeEntry( const String& rThemeName ) in ImplGetThemeEntry() argument 558 if( rThemeName.Len() ) in ImplGetThemeEntry() 560 if( rThemeName == pEntry->GetThemeName() ) in ImplGetThemeEntry() 632 sal_Bool Gallery::HasTheme( const String& rThemeName ) in HasTheme() argument 634 return( ImplGetThemeEntry( rThemeName ) != NULL ); in HasTheme() 639 sal_Bool Gallery::CreateTheme( const String& rThemeName, sal_uInt32 nNumFrom ) in CreateTheme() argument 643 if( !HasTheme( rThemeName ) && ( GetUserURL().GetProtocol() != INET_PROT_NOT_VALID ) ) in CreateTheme() 646 GalleryThemeEntry* pNewEntry = new GalleryThemeEntry( GetUserURL(), rThemeName, in CreateTheme() 652 Broadcast( GalleryHint( GALLERY_HINT_THEME_CREATED, rThemeName ) ); in CreateTheme() 780 sal_Bool Gallery::RemoveTheme( const String& rThemeName ) in RemoveTheme() argument [all …]
|
| H A D | galbrws1.hxx | 110 … void ImplGalleryThemeProperties( const String & rThemeName, bool bCreateNew ); 138 …void SelectTheme( const String& rThemeName ) { mpThemes->SelectEntry( rThemeNam… in SelectTheme() argument
|
| H A D | galbrws1.cxx | 324 void GalleryBrowser1::ImplGalleryThemeProperties( const String & rThemeName, bool bCreateNew ) in ImplGalleryThemeProperties() argument 328 GalleryTheme* pTheme = mpGallery->AcquireTheme( rThemeName, *this ); in ImplGalleryThemeProperties()
|
| H A D | galbrws2.cxx | 823 void GalleryBrowser2::SelectTheme( const String& rThemeName ) in SelectTheme() argument 832 mpCurTheme = mpGallery->AcquireTheme( rThemeName, *this ); in SelectTheme()
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | gallery.hxx | 99 static sal_Bool FillObjList( const String& rThemeName, List& rObjList ); 105 static sal_Bool InsertURL( const String& rThemeName, const String& rURL ); 108 static sal_uIntPtr GetObjCount( const String& rThemeName ); 111 static sal_Bool GetGraphicObj( const String& rThemeName, sal_uIntPtr nPos, 118 …static sal_Bool InsertGraphicObj( const String& rThemeName, const Graphic& rGraphi… 121 static sal_uIntPtr GetSdrObjCount( const String& rThemeName ); 124 static sal_Bool GetSdrObj( const String& rThemeName, sal_uIntPtr nSdrModelPos, 129 static sal_Bool InsertSdrObj( const String& rThemeName, FmFormModel& rModel ); 132 static sal_Bool BeginLocking( const String& rThemeName ); 135 static sal_Bool EndLocking( const String& rThemeName );
|
| H A D | gallery1.hxx | 140 SVX_DLLPUBLIC GalleryThemeEntry* ImplGetThemeEntry( const String& rThemeName ); 156 … GalleryThemeEntry* GetThemeInfo( const String& rThemeName ) { return ImplGetThemeEntry( rTheme… in GetThemeInfo() argument 158 SVX_DLLPUBLIC sal_Bool HasTheme( const String& rThemeName ); 161 … SVX_DLLPUBLIC sal_Bool CreateTheme( const String& rThemeName, sal_uInt32 nNumFrom = 0 ); 164 SVX_DLLPUBLIC sal_Bool RemoveTheme( const String& rThemeName ); 166 SVX_DLLPUBLIC GalleryTheme* AcquireTheme( const String& rThemeName, SfxListener& rListener ); 171 INetURLObject GetImportURL( const String& rThemeName );
|
| H A D | galmisc.hxx | 245 …GalleryHint( sal_uIntPtr nType, const String& rThemeName, sal_uIntPtr nData1 = 0UL, sal_uIntPtr nD… in GalleryHint() argument 246 … mnType( nType ), maThemeName( rThemeName ), mnData1( nData1 ), mnData2( nData2 ) {} in GalleryHint() 248 …GalleryHint( sal_uIntPtr nType, const String& rThemeName, const String& rStringData, sal_uIntPtr n… in GalleryHint() argument 249 …mnType( nType ), maThemeName( rThemeName ), maStringData( rStringData ), mnData1( nData1 ), mnData… in GalleryHint()
|
| /AOO41X/main/svx/source/unogallery/ |
| H A D | unogalthemeprovider.cxx | 272 …XGalleryTheme > SAL_CALL GalleryThemeProvider::insertNewByName( const ::rtl::OUString& rThemeName ) in insertNewByName() argument 280 if( mpGallery->HasTheme( rThemeName ) ) in insertNewByName() 284 else if( mpGallery->CreateTheme( rThemeName ) ) in insertNewByName() 286 xRet = new ::unogallery::GalleryTheme( rThemeName ); in insertNewByName()
|
| H A D | unogaltheme.cxx | 53 GalleryTheme::GalleryTheme( const ::rtl::OUString& rThemeName ) in GalleryTheme() argument 56 mpTheme = ( mpGallery ? mpGallery->AcquireTheme( rThemeName, *this ) : NULL ); in GalleryTheme()
|
| H A D | unogaltheme.hxx | 52 GalleryTheme( const ::rtl::OUString& rThemeName );
|
| /AOO41X/main/svx/inc/ |
| H A D | galbrws2.hxx | 161 void SelectTheme( const String& rThemeName );
|