Home
last modified time | relevance | path

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

/aoo4110/main/sfx2/source/view/
H A Dorgmgr.cxx250 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()
/aoo4110/main/sfx2/inc/
H A Dorgmgr.hxx50 SfxObjectList* pDocList; member
53 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 19 milliseconds