Searched refs:SfxObjectList (Results 1 – 3 of 3) sorted by relevance
37 class SfxObjectList: public _SfxObjectList class40 SfxObjectList();41 ~SfxObjectList();50 SfxObjectList* pDocList;90 SfxObjectList& GetObjectList() { return *pImpl->pDocList; } in GetObjectList()91 const SfxObjectList& GetObjectList() const { return *pImpl->pDocList; } in GetObjectList()
204 SfxObjectList::SfxObjectList() in SfxObjectList() function in SfxObjectList210 SfxObjectList::~SfxObjectList() in ~SfxObjectList()217 const String &SfxObjectList::GetBaseName(sal_uInt16 i) const in GetBaseName()224 const String& SfxObjectList::GetFileName( sal_uInt16 i ) const in GetFileName()250 pImpl->pDocList = new SfxObjectList; in SfxOrganizeMgr()
1453 const SfxObjectList& rList = pMgr->GetObjectList(); in Reset()
Completed in 28 milliseconds