#include <sal/config.h>
#include <config_dbus.h>
#include <config_features.h>
#include <config_feature_desktop.h>
#include <app.hxx>
#include "officeipcthread.hxx"
#include "cmdlineargs.hxx"
#include "dispatchwatcher.hxx"
#include <com/sun/star/frame/TerminationVetoException.hpp>
#include <salhelper/thread.hxx>
#include <sal/log.hxx>
#include <unotools/bootstrap.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <unotools/configmgr.hxx>
#include <osl/pipe.hxx>
#include <rtl/digest.h>
#include <rtl/ustrbuf.hxx>
#include <osl/conditn.hxx>
#include <unotools/moduleoptions.hxx>
#include <rtl/strbuf.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <osl/file.hxx>
#include <rtl/process.h>
#include <o3tl/string_view.hxx>
#include <cassert>
#include <cstdlib>
#include <memory>
#include <thread>
Go to the source code of this file.
|
static OUString | desktop::CreateMD5FromString (const OUString &aMsg) |
|
| desktop::IMPL_STATIC_LINK (ProcessEventsClass_Impl, CallEvent, void *, pEvent, void) |
|
| desktop::IMPL_STATIC_LINK (ProcessEventsClass_Impl, ProcessDocumentsEvent, void *, pEvent, void) |
|
static void | desktop::ImplPostForeignAppEvent (ApplicationEvent *pEvent) |
|
static void | desktop::ImplPostProcessDocumentsEvent (std::unique_ptr< ProcessDocumentsRequest > pEvent) |
|
oslSignalAction | desktop::SalMainPipeExchangeSignal_impl (SAL_UNUSED_PARAMETER void *, oslSignalInfo *pInfo) |
|
static void | desktop::AddToDispatchList (std::vector< DispatchWatcher::DispatchRequest > &rDispatchList, std::optional< OUString > const &cwdUrl, std::vector< OUString > const &aRequestList, DispatchWatcher::RequestType nType, const OUString &aParam, const OUString &aFactory) |
|
static void | desktop::AddConversionsToDispatchList (std::vector< DispatchWatcher::DispatchRequest > &rDispatchList, std::optional< OUString > const &cwdUrl, std::vector< OUString > const &rRequestList, const OUString &rParam, const OUString &rPrinterName, const OUString &rFactory, const OUString &rParamOut, std::u16string_view rImgOut, const bool isTextCat, const bool isScriptCat) |
|
◆ m_cwdUrl
std::optional< OUString > m_cwdUrl |
|
private |
◆ m_index
◆ m_input
◆ m_pCondition
osl::Condition* m_pCondition |