Lines Matching refs:sal_uIntPtr
51 for( sal_uIntPtr i = 0, nCount = pGal->GetThemeCount(); i < nCount; i++ ) in FillThemeList()
76 for( sal_uIntPtr i = 0, nCount = pTheme->GetObjectCount(); i < nCount; i++ ) in FillObjList()
88 sal_Bool GalleryExplorer::FillObjList( sal_uIntPtr nThemeId, List& rObjList ) in FillObjList()
106 for( sal_uIntPtr i = 0, nCount = pTheme->GetObjectCount(); i < nCount; i++ ) in FillObjListTitle()
148 sal_Bool GalleryExplorer::InsertURL( sal_uIntPtr nThemeId, const String& rURL ) in InsertURL()
156 sal_uIntPtr GalleryExplorer::GetObjCount( const String& rThemeName ) in GetObjCount()
159 sal_uIntPtr nRet = 0; in GetObjCount()
178 sal_uIntPtr GalleryExplorer::GetObjCount( sal_uIntPtr nThemeId ) in GetObjCount()
186 sal_Bool GalleryExplorer::GetGraphicObj( const String& rThemeName, sal_uIntPtr nPos, in GetGraphicObj()
215 sal_Bool GalleryExplorer::GetGraphicObj( sal_uIntPtr nThemeId, sal_uIntPtr nPos, in GetGraphicObj()
247 sal_Bool GalleryExplorer::InsertGraphicObj( sal_uIntPtr nThemeId, const Graphic& rGraphic ) in InsertGraphicObj()
255 sal_uIntPtr GalleryExplorer::GetSdrObjCount( const String& rThemeName ) in GetSdrObjCount()
258 sal_uIntPtr nRet = 0; in GetSdrObjCount()
267 for( sal_uIntPtr i = 0, nCount = pTheme->GetObjectCount(); i < nCount; i++ ) in GetSdrObjCount()
280 sal_uIntPtr GalleryExplorer::GetSdrObjCount( sal_uIntPtr nThemeId ) in GetSdrObjCount()
288 sal_Bool GalleryExplorer::GetSdrObj( const String& rThemeName, sal_uIntPtr nSdrModelPos, in GetSdrObj()
301 …for( sal_uIntPtr i = 0, nCount = pTheme->GetObjectCount(), nActPos = 0; ( i < nCount ) && !bRet; i… in GetSdrObj()
325 sal_Bool GalleryExplorer::GetSdrObj( sal_uIntPtr nThemeId, sal_uIntPtr nSdrModelPos, in GetSdrObj()
356 sal_Bool GalleryExplorer::InsertSdrObj( sal_uIntPtr nThemeId, FmFormModel& rModel ) in InsertSdrObj()
385 sal_Bool GalleryExplorer::BeginLocking( sal_uIntPtr nThemeId ) in BeginLocking()
424 sal_Bool GalleryExplorer::EndLocking( sal_uIntPtr nThemeId ) in EndLocking()