LibreOffice Module ucb (master) 1
|
#include <rtl/ref.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/document/XDocumentEventListener.hpp>
#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/XModuleManager2.hpp>
#include <com/sun/star/frame/XGlobalEventBroadcaster.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/util/XCloseListener.hpp>
#include <map>
#include <mutex>
#include <utility>
Go to the source code of this file.
Classes | |
struct | tdoc_ucp::StorageInfo |
class | tdoc_ucp::OfficeDocumentsManager |
class | tdoc_ucp::OfficeDocumentsManager::OfficeDocumentsCloseListener |
Namespaces | |
namespace | tdoc_ucp |
Typedefs | |
typedef std::map< OUString, StorageInfo > | tdoc_ucp::DocumentList |