|
LibreOffice Module desktop (master) 1
|
#include <sal/config.h>#include <sal/log.hxx>#include <sfx2/docfile.hxx>#include <sfx2/docfilt.hxx>#include <sfx2/fcontnr.hxx>#include <svl/fstathelper.hxx>#include <app.hxx>#include "dispatchwatcher.hxx"#include "officeipcthread.hxx"#include <rtl/ustring.hxx>#include <comphelper/processfactory.hxx>#include <comphelper/synchronousdispatch.hxx>#include <com/sun/star/io/IOException.hpp>#include <com/sun/star/util/XCloseable.hpp>#include <com/sun/star/util/CloseVetoException.hpp>#include <com/sun/star/task/InteractionHandler.hpp>#include <com/sun/star/util/URL.hpp>#include <com/sun/star/frame/Desktop.hpp>#include <com/sun/star/container/XContainerQuery.hpp>#include <com/sun/star/container/XEnumeration.hpp>#include <com/sun/star/frame/XDispatch.hpp>#include <com/sun/star/frame/XNotifyingDispatch.hpp>#include <com/sun/star/beans/PropertyValue.hpp>#include <com/sun/star/view/XPrintable.hpp>#include <com/sun/star/util/URLTransformer.hpp>#include <com/sun/star/util/XURLTransformer.hpp>#include <com/sun/star/document/MacroExecMode.hpp>#include <com/sun/star/document/XTypeDetection.hpp>#include <com/sun/star/document/UpdateDocMode.hpp>#include <com/sun/star/frame/XStorable.hpp>#include <com/sun/star/script/XLibraryContainer2.hpp>#include <com/sun/star/document/XEmbeddedScripts.hpp>#include <comphelper/propertyvalue.hxx>#include <comphelper/sequence.hxx>#include <comphelper/diagnose_ex.hxx>#include <tools/urlobj.hxx>#include <unotools/mediadescriptor.hxx>#include <unotools/tempfile.hxx>#include <osl/thread.hxx>#include <osl/file.hxx>#include <iostream>#include <string_view>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | desktop |
| URL aURL |
Definition at line 91 of file dispatchwatcher.cxx.
Referenced by desktop::MigrationImpl::copyFiles(), migration::BasicMigration::copyFiles(), migration::WordbookMigration::copyFiles(), dp_gui::UpdateDialog::createNotifyJob(), doc_postUnoCommand(), doc_saveAs(), desktop::DispatchWatcher::executeDispatchRequests(), getAbsoluteURL(), desktop::GetURL_Impl(), lo_documentLoadWithOptions(), lo_extractRequest(), lo_runMacro(), lo_signDocument(), Updater::removeUpdateFiles(), and update_checker().
| Reference< XDispatch > xDispatch |
Definition at line 92 of file dispatchwatcher.cxx.
Referenced by dp_gui::UpdateDialog::createNotifyJob(), desktop::DispatchWatcher::executeDispatchRequests(), and desktop::Desktop::HandleAppEvent().