|
LibreOffice Module desktop (master) 1
|
#include <init.hxx>
Public Member Functions | |
| LibLibreOffice_Impl () | |
| ~LibLibreOffice_Impl () | |
| bool | hasOptionalFeature (LibreOfficeKitOptionalFeatures const feature) |
| void | dumpState (rtl::OStringBuffer &aState) |
Public Attributes | |
| OUString | maLastExceptionMsg |
| std::shared_ptr< LibreOfficeKitClass > | m_pOfficeClass |
| oslThread | maThread |
| LibreOfficeKitCallback | mpCallback |
| void * | mpCallbackData |
| int64_t | mOptionalFeatures |
| std::map< OString, rtl::Reference< LOKInteractionHandler > > | mInteractionMap |
| LibLibreOffice_Impl::LibLibreOffice_Impl | ( | ) |
Definition at line 2579 of file init.cxx.
References gOfficeClass, lo_destroy(), lo_documentLoad(), lo_documentLoadWithOptions(), lo_dumpState(), lo_extractRequest(), lo_freeError(), lo_getError(), lo_getFilterTypes(), lo_getVersionInfo(), lo_registerCallback(), lo_runLoop(), lo_runMacro(), lo_sendDialogEvent(), lo_setDocumentPassword(), lo_setOption(), lo_setOptionalFeatures(), lo_signDocument(), lo_trimMemory(), lock(), and m_pOfficeClass.
| void LibLibreOffice_Impl::dumpState | ( | rtl::OStringBuffer & | aState | ) |
Definition at line 4816 of file init.cxx.
References vcl::lok::dumpState(), SfxLokHelper::dumpState(), vcl::lok::isUnipoll(), maLastExceptionMsg, mOptionalFeatures, and mpCallback.
|
inline |
Definition at line 273 of file init.hxx.
Referenced by LOKInteractionHandler::handlePasswordRequest().
| std::shared_ptr< LibreOfficeKitClass > desktop::LibLibreOffice_Impl::m_pOfficeClass |
Definition at line 263 of file init.hxx.
Referenced by LibLibreOffice_Impl().
| OUString desktop::LibLibreOffice_Impl::maLastExceptionMsg |
Definition at line 262 of file init.hxx.
Referenced by doc_moveSelectedParts(), doc_removeTextContext(), doc_resizeWindow(), doc_selectPart(), dumpState(), lo_getFilterTypes(), and SetLastExceptionMsg().
| std::map<OString, rtl::Reference<LOKInteractionHandler> > desktop::LibLibreOffice_Impl::mInteractionMap |
| int64_t desktop::LibLibreOffice_Impl::mOptionalFeatures |
Definition at line 267 of file init.hxx.
Referenced by dumpState().
| LibreOfficeKitCallback desktop::LibLibreOffice_Impl::mpCallback |
Definition at line 265 of file init.hxx.
Referenced by dumpState(), LOKInteractionHandler::handlePasswordRequest(), and LOKInteractionHandler::postError().
| void* desktop::LibLibreOffice_Impl::mpCallbackData |
Definition at line 266 of file init.hxx.
Referenced by LOKInteractionHandler::handlePasswordRequest(), and LOKInteractionHandler::postError().