Home
last modified time | relevance | path

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

/AOO41X/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.cxx69 void SAL_CALL OfficeDocumentsManager::OfficeDocumentsCloseListener::queryClosing( in queryClosing()
77 void SAL_CALL OfficeDocumentsManager::OfficeDocumentsCloseListener::notifyClosing( in notifyClosing()
95 void SAL_CALL OfficeDocumentsManager::OfficeDocumentsCloseListener::disposing( in disposing()
109 OfficeDocumentsManager::OfficeDocumentsManager( in OfficeDocumentsManager() function in OfficeDocumentsManager
127 OfficeDocumentsManager::~OfficeDocumentsManager() in ~OfficeDocumentsManager()
137 void OfficeDocumentsManager::destroy() in destroy()
192 void SAL_CALL OfficeDocumentsManager::notifyEvent( in notifyEvent()
449 void SAL_CALL OfficeDocumentsManager::disposing( in disposing()
463 OfficeDocumentsManager::createDocumentEventNotifier( in createDocumentEventNotifier()
500 void OfficeDocumentsManager::buildDocumentsList() in buildDocumentsList()
[all …]
H A Dtdoc_docmgr.hxx85 class OfficeDocumentsManager : class
93 OfficeDocumentsCloseListener( OfficeDocumentsManager * pMgr ) in OfficeDocumentsCloseListener()
112 OfficeDocumentsManager * m_pManager;
116 OfficeDocumentsManager(
120 virtual ~OfficeDocumentsManager();
H A Dtdoc_storage.hxx45 class OfficeDocumentsManager;
53 const rtl::Reference< OfficeDocumentsManager > & xDocsMgr );
161 rtl::Reference< OfficeDocumentsManager > m_xDocsMgr;
H A Dtdoc_provider.hxx138 rtl::Reference< OfficeDocumentsManager > m_xDocsMgr;
H A Dtdoc_provider.cxx60 m_xDocsMgr( new OfficeDocumentsManager( xSMgr, this ) ), in ContentProvider()
H A Dtdoc_storage.cxx63 const rtl::Reference< OfficeDocumentsManager > & xDocsMgr ) in StorageElementFactory()