LibreOffice Module desktop (master) 1
|
Public Member Functions | |
void | start (RequestHandler *handler) |
virtual void | close ()=0 |
Public Member Functions inherited from salhelper::Thread | |
Thread (char const *name) | |
void | launch () |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Protected Member Functions | |
IpcThread (char const *name) | |
virtual | ~IpcThread () override |
bool | process (OString const &arguments, bool *waitProcessed) |
Protected Member Functions inherited from salhelper::Thread | |
virtual | ~Thread () SAL_OVERRIDE |
virtual void | execute ()=0 |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes | |
RequestHandler * | m_handler |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
oslInterlockedCount | m_nCount |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::Thread | |
static void * | operator new (std::size_t size) |
static void | operator delete (void *pointer) |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
static void * | operator new (std::size_t nSize) |
static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
static void | operator delete (void *pPtr) |
static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Definition at line 359 of file officeipcthread.cxx.
|
inlineexplicitprotected |
Definition at line 369 of file officeipcthread.cxx.
References name.
|
inlineoverrideprotectedvirtual |
Definition at line 371 of file officeipcthread.cxx.
|
pure virtual |
Implemented in desktop::PipeIpcThread.
|
protected |
Definition at line 923 of file officeipcthread.cxx.
References ApplicationEvent::Accept, ApplicationEvent::Appear, SvtModuleOptions::CALC, desktop::RequestHandler::cProcessed, SvtModuleOptions::DATABASE, SvtModuleOptions::DRAW, desktop::Desktop::GetCommandLineArgs(), SvtModuleOptions::GetFactoryEmptyDocumentURL(), SvtModuleOptions::GetFactoryName(), utl::ConfigManager::getUILocale(), desktop::ImplPostForeignAppEvent(), desktop::ImplPostProcessDocumentsEvent(), SvtModuleOptions::IMPRESS, desktop::CommandLineArgs::IsInvisible(), SvtModuleOptions::IsModuleInstalled(), m_handler, SvtModuleOptions::MATH, desktop::RequestHandler::mbSuccess, ApplicationEvent::OpenHelpUrl, p, ApplicationEvent::QuickStart, SAL_WARN, ApplicationEvent::Unaccept, SvtModuleOptions::WRITER, SvtModuleOptions::WRITERGLOBAL, and SvtModuleOptions::WRITERWEB.
Referenced by desktop::PipeIpcThread::execute().
|
inline |
Definition at line 361 of file officeipcthread.cxx.
References salhelper::Thread::launch(), and m_handler.
|
protected |
Definition at line 375 of file officeipcthread.cxx.
Referenced by desktop::PipeIpcThread::execute(), process(), and start().