Searched refs:pDocList (Results 1 – 2 of 2) sorted by relevance
250 pImpl->pDocList = new SfxObjectList; in SfxOrganizeMgr()262 pImpl->pDocList->C40_PTR_INSERT( _FileListEntry, pNewEntry ); in SfxOrganizeMgr()272 delete pImpl->pDocList; in ~SfxOrganizeMgr()291 _FileListEntry* pEntry = (*pImpl->pDocList)[nIdx]; in CreateObjectShell()354 return (*pImpl->pDocList)[nIdx]->DeleteObjectShell(); in DeleteObjectShell()739 if ( pImpl->pDocList->C40_PTR_INSERT( _FileListEntry, pEntry ) ) in InsertFile()742 pImpl->pDocList->Seek_Entry( pEntry, &nPos ); in InsertFile()814 nRangeCount = pImpl->pDocList->Count(); in SaveAll()817 _FileListEntry *pEntry = (*pImpl->pDocList)[i]; in SaveAll()
50 SfxObjectList* pDocList; member53 SfxOrganizeMgr_Impl() : pDocList( NULL ), pIntlWrapper( NULL ) {} in SfxOrganizeMgr_Impl()90 SfxObjectList& GetObjectList() { return *pImpl->pDocList; } in GetObjectList()91 const SfxObjectList& GetObjectList() const { return *pImpl->pDocList; } in GetObjectList()
Completed in 144 milliseconds