Home
last modified time | relevance | path

Searched refs:aObjectList (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/svx/source/gallery2/
H A Dgaltheme.cxx95 for( GalleryObject* pEntry = aObjectList.First(); pEntry; pEntry = aObjectList.Next() ) in ~GalleryTheme()
140 aObjectList.Insert( pEntry, nPos ); in ImplWriteSgaObject()
254 GalleryObject* pEntry = aObjectList.First(); in ImplGetGalleryObject()
257 for( ; pEntry && !pFoundEntry; pEntry = aObjectList.Next() ) in ImplGetGalleryObject()
348 …for( GalleryObject* pEntry = aObjectList.First(); pEntry && !bExists; pEntry = aObjectList.Next() ) in ImplCreateUniqueURL()
427 GalleryObject* pEntry = aObjectList.First(); in InsertObject()
430 for( ; pEntry && !pFoundEntry; pEntry = aObjectList.Next() ) in InsertObject()
459 ImplBroadcast( pFoundEntry ? aObjectList.GetPos( pFoundEntry ) : nInsertPos ); in InsertObject()
469 return ImplReadSgaObject( aObjectList.GetObject( nPos ) ); in AcquireObject()
476 const GalleryObject* pGalleryObject = aObjectList.GetObject(nPos); in GetPreviewBitmapExAndStrings()
[all …]
/AOO42X/main/svx/inc/svx/
H A Dgaltheme.hxx105 GalleryObjectList aObjectList; member in GalleryTheme
122 …const GalleryObject* ImplGetGalleryObject( sal_uIntPtr nPos ) const { return aObjectList.Ge… in ImplGetGalleryObject()
124 … ImplGetGalleryObjectPos( const GalleryObject* pObj ) const { return aObjectList.GetPos( pObj );… in ImplGetGalleryObjectPos()
138 sal_uIntPtr GetObjectCount() const { return aObjectList.Count(); } in GetObjectCount()