Searched refs:nThemeId (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/svx/source/gallery2/ |
H A D | galexpl.cxx | 88 sal_Bool GalleryExplorer::FillObjList( sal_uIntPtr nThemeId, List& rObjList ) in FillObjList() argument 148 sal_Bool GalleryExplorer::InsertURL( sal_uIntPtr nThemeId, const String& rURL ) in InsertURL() argument 151 return( pGal ? InsertURL( pGal->GetThemeName( nThemeId ), rURL ) : sal_False ); in InsertURL() 178 sal_uIntPtr GalleryExplorer::GetObjCount( sal_uIntPtr nThemeId ) in GetObjCount() argument 181 return( pGal ? GetObjCount( pGal->GetThemeName( nThemeId ) ) : sal_False ); in GetObjCount() 280 sal_uIntPtr GalleryExplorer::GetSdrObjCount( sal_uIntPtr nThemeId ) in GetSdrObjCount() argument 283 return( pGal ? GetSdrObjCount( pGal->GetThemeName( nThemeId ) ) : sal_False ); in GetSdrObjCount() 385 sal_Bool GalleryExplorer::BeginLocking( sal_uIntPtr nThemeId ) in BeginLocking() argument 388 return( pGal ? BeginLocking( pGal->GetThemeName( nThemeId ) ) : sal_False ); in BeginLocking() 424 sal_Bool GalleryExplorer::EndLocking( sal_uIntPtr nThemeId ) in EndLocking() argument [all …]
|
H A D | gallery1.cxx | 581 String Gallery::GetThemeName( sal_uIntPtr nThemeId ) const in GetThemeName() 589 if( nThemeId == pEntry->GetId() ) in GetThemeName() 598 switch( nThemeId ) in GetThemeName()
|
H A D | galtheme.cxx | 764 sal_uInt32 nThemeId = 0; in CreateThemeEntry() local 800 *pIStm >> nThemeId; in CreateThemeEntry() 818 bReadOnly, sal_False, sal_False, nThemeId, in CreateThemeEntry()
|
/aoo4110/main/svx/inc/svx/ |
H A D | gallery.hxx | 100 static sal_Bool FillObjList( sal_uIntPtr nThemeId, List& rObjList ); 103 …static sal_Bool FillObjListTitle( const sal_uInt32 nThemeId, std::vector< rtl::OUString >& rLis… 106 static sal_Bool InsertURL( sal_uIntPtr nThemeId, const String& rURL ); 109 static sal_uIntPtr GetObjCount( sal_uIntPtr nThemeId ); 114 static sal_Bool GetGraphicObj( sal_uIntPtr nThemeId, sal_uIntPtr nPos, 119 static sal_Bool InsertGraphicObj( sal_uIntPtr nThemeId, const Graphic& rGraphic ); 122 static sal_uIntPtr GetSdrObjCount( sal_uIntPtr nThemeId ); 126 static sal_Bool GetSdrObj( sal_uIntPtr nThemeId, sal_uIntPtr nSdrModelPos, 130 static sal_Bool InsertSdrObj( sal_uIntPtr nThemeId, FmFormModel& rModel ); 133 static sal_Bool BeginLocking( sal_uIntPtr nThemeId ); [all …]
|
H A D | fontworkgallery.hxx | 110 void initFavorites(sal_uInt16 nThemeId); 113 void fillFavorites(sal_uInt16 nThemeId);
|
H A D | gallery1.hxx | 141 GalleryThemeEntry* ImplGetThemeEntry( sal_uIntPtr nThemeId ); 159 String GetThemeName( sal_uIntPtr nThemeId ) const;
|
/aoo4110/main/svx/source/tbxctrls/ |
H A D | fontworkgallery.cxx | 114 void FontWorkGalleryDialog::initFavorites(sal_uInt16 nThemeId) in initFavorites() argument 117 sal_uIntPtr nFavCount = GalleryExplorer::GetSdrObjCount( nThemeId ); in initFavorites() 120 GalleryExplorer::BeginLocking(nThemeId); in initFavorites() 130 GalleryExplorer::GetSdrObj(nThemeId, nModelPos, pModel, &aThumb); in initFavorites() 160 GalleryExplorer::EndLocking(nThemeId); in initFavorites() 163 void FontWorkGalleryDialog::fillFavorites(sal_uInt16 nThemeId) in fillFavorites() argument 165 mnThemeId = nThemeId; in fillFavorites()
|
Completed in 42 milliseconds