Home
last modified time | relevance | path

Searched refs:nThemeId (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svx/source/gallery2/
H A Dgalexpl.cxx88 sal_Bool GalleryExplorer::FillObjList( sal_uIntPtr nThemeId, List& rObjList ) in FillObjList() argument
91 return( pGal ? FillObjList( pGal->GetThemeName( nThemeId ), rObjList ) : sal_False ); in FillObjList()
96 sal_Bool GalleryExplorer::FillObjListTitle( const sal_uInt32 nThemeId, std::vector< rtl::OUString >… in FillObjListTitle() argument
102 GalleryTheme* pTheme = pGal->AcquireTheme( pGal->GetThemeName( nThemeId ), aListener ); in FillObjListTitle()
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()
215 sal_Bool GalleryExplorer::GetGraphicObj( sal_uIntPtr nThemeId, sal_uIntPtr nPos, in GetGraphicObj() argument
220 …return( pGal ? GetGraphicObj( pGal->GetThemeName( nThemeId ), nPos, pGraphic, pThumb, bProgress ) … in GetGraphicObj()
[all …]
H A Dgallery1.cxx581 String Gallery::GetThemeName( sal_uIntPtr nThemeId ) const in GetThemeName()
589 if( nThemeId == pEntry->GetId() ) in GetThemeName()
598 switch( nThemeId ) in GetThemeName()
H A Dgaltheme.cxx764 sal_uInt32 nThemeId = 0; in CreateThemeEntry() local
800 *pIStm >> nThemeId; in CreateThemeEntry()
818 bReadOnly, sal_False, sal_False, nThemeId, in CreateThemeEntry()
/trunk/main/svx/inc/svx/
H A Dgallery.hxx100 static sal_Bool FillObjList( sal_uIntPtr nThemeId, List& rObjList );
103 …static sal_Bool FillObjListTitle( const sal_uInt32 nThemeId, std::vector< rtl::OUStrin…
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 Dfontworkgallery.hxx110 void initFavorites(sal_uInt16 nThemeId);
113 void fillFavorites(sal_uInt16 nThemeId);
H A Dgallery1.hxx141 GalleryThemeEntry* ImplGetThemeEntry( sal_uIntPtr nThemeId );
159 String GetThemeName( sal_uIntPtr nThemeId ) const;
/trunk/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx114 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()