Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/gallery2/
H A Dgallery1.cxx218 …for( GalleryImportThemeEntry* pImportEntry = aImportList.First(); pImportEntry; pImportEntry = aIm… in ~Gallery() local
219 delete pImportEntry; in ~Gallery()
488 GalleryImportThemeEntry* pImportEntry; in ImplLoadImports() local
496 … for( pImportEntry = aImportList.First(); pImportEntry; pImportEntry = aImportList.Next() ) in ImplLoadImports()
497 delete pImportEntry; in ImplLoadImports()
508 pImportEntry = new GalleryImportThemeEntry; in ImplLoadImports()
510 *pIStm >> *pImportEntry; in ImplLoadImports()
511 aImportList.Insert( pImportEntry, LIST_APPEND ); in ImplLoadImports()
512 aFile = INetURLObject( pImportEntry->aURL ); in ImplLoadImports()
514 pImportEntry->aUIName, in ImplLoadImports()
[all …]