Home
last modified time | relevance | path

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

/aoo4110/main/soldep/source/
H A Dsoldep.cxx556 SolarFileList* pSolarFileList; in ReadSource() local
557 pSolarFileList = GetPrjListFromDir(); in ReadSource()
558 mpStarWriter = new StarWriter( pSolarFileList, sal_True ); in ReadSource()
625 SolarFileList* pSolarFileList = new SolarFileList(); in GetPrjListFromDir() local
647 pSolarFileList->Insert( new String( rEntry.GetFull() ), LIST_APPEND ); in GetPrjListFromDir()
654 if ( !pSolarFileList->Count() ) in GetPrjListFromDir()
657 delete pSolarFileList; in GetPrjListFromDir()
660 return pSolarFileList; in GetPrjListFromDir()

Completed in 30 milliseconds