Home
last modified time | relevance | path

Searched refs:rThemeName (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/svx/source/gallery2/
H A Dgalexpl.cxx72 GalleryTheme* pTheme = pGal->AcquireTheme( rThemeName, aListener ); in FillObjList()
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()
196 GalleryTheme* pTheme = pGal->AcquireTheme( rThemeName, aListener ); in GetGraphicObj()
233 GalleryTheme* pTheme = pGal->AcquireTheme( rThemeName, aListener ); in InsertGraphicObj()
255 sal_uIntPtr GalleryExplorer::GetSdrObjCount( const String& rThemeName ) in GetSdrObjCount() argument
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
[all …]
H A Dgallery1.cxx558 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()
652 Broadcast( GalleryHint( GALLERY_HINT_THEME_CREATED, rThemeName ) ); in CreateTheme()
780 sal_Bool Gallery::RemoveTheme( const String& rThemeName ) in RemoveTheme() argument
782 GalleryThemeEntry* pThemeEntry = ImplGetThemeEntry( rThemeName ); in RemoveTheme()
787 Broadcast( GalleryHint( GALLERY_HINT_CLOSE_THEME, rThemeName ) ); in RemoveTheme()
802 GalleryTheme* pThm = AcquireTheme( rThemeName, aListener ); in RemoveTheme()
819 Broadcast( GalleryHint( GALLERY_HINT_THEME_REMOVED, rThemeName ) ); in RemoveTheme()
[all …]
H A Dgalbrws1.hxx110 … void ImplGalleryThemeProperties( const String & rThemeName, bool bCreateNew );
138 …void SelectTheme( const String& rThemeName ) { mpThemes->SelectEntry( rThemeName ); SelectThem… in SelectTheme() argument
H A Dgalbrws1.cxx324 void GalleryBrowser1::ImplGalleryThemeProperties( const String & rThemeName, bool bCreateNew ) in ImplGalleryThemeProperties() argument
328 GalleryTheme* pTheme = mpGallery->AcquireTheme( rThemeName, *this ); in ImplGalleryThemeProperties()
H A Dgalbrws2.cxx823 void GalleryBrowser2::SelectTheme( const String& rThemeName ) in SelectTheme() argument
832 mpCurTheme = mpGallery->AcquireTheme( rThemeName, *this ); in SelectTheme()
/aoo4110/main/svx/inc/svx/
H A Dgallery.hxx99 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& rGraphic );
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 Dgallery1.hxx140 SVX_DLLPUBLIC GalleryThemeEntry* ImplGetThemeEntry( const String& rThemeName );
156 …nst 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 Dgalmisc.hxx245 …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()
/aoo4110/main/svx/source/unogallery/
H A Dunogalthemeprovider.cxx272 …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 Dunogaltheme.cxx53 GalleryTheme::GalleryTheme( const ::rtl::OUString& rThemeName ) in GalleryTheme() argument
56 mpTheme = ( mpGallery ? mpGallery->AcquireTheme( rThemeName, *this ) : NULL ); in GalleryTheme()
H A Dunogaltheme.hxx52 GalleryTheme( const ::rtl::OUString& rThemeName );
/aoo4110/main/svx/inc/
H A Dgalbrws2.hxx161 void SelectTheme( const String& rThemeName );

Completed in 46 milliseconds