LibreOffice Module desktop (master)
1
|
#include <init.hxx>
Public Member Functions | |
LibLibreOffice_Impl () | |
~LibLibreOffice_Impl () | |
bool | hasOptionalFeature (LibreOfficeKitOptionalFeatures const feature) |
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 2076 of file init.cxx.
References gOfficeClass, lo_destroy(), lo_documentLoad(), lo_documentLoadWithOptions(), lo_freeError(), lo_getError(), lo_getFilterTypes(), lo_getVersionInfo(), lo_registerCallback(), lo_runLoop(), lo_runMacro(), lo_sendDialogEvent(), lo_setDocumentPassword(), lo_setOptionalFeatures(), lo_signDocument(), lock(), and m_pOfficeClass.
|
inline |
Definition at line 172 of file init.hxx.
Referenced by LOKInteractionHandler::handlePasswordRequest().
std::shared_ptr< LibreOfficeKitClass > desktop::LibLibreOffice_Impl::m_pOfficeClass |
Definition at line 162 of file init.hxx.
Referenced by LibLibreOffice_Impl().
OUString desktop::LibLibreOffice_Impl::maLastExceptionMsg |
Definition at line 161 of file init.hxx.
Referenced by doc_moveSelectedParts(), doc_removeTextContext(), doc_resizeWindow(), doc_selectPart(), lo_documentLoadWithOptions(), lo_getError(), lo_getFilterTypes(), lo_registerCallback(), lo_runMacro(), and SetLastExceptionMsg().
oslThread desktop::LibLibreOffice_Impl::maThread |
Definition at line 163 of file init.hxx.
Referenced by lo_destroy(), and lo_initialize().
std::map<OString, rtl::Reference<LOKInteractionHandler> > desktop::LibLibreOffice_Impl::mInteractionMap |
Definition at line 167 of file init.hxx.
Referenced by lo_documentLoadWithOptions(), and lo_setDocumentPassword().
int64_t desktop::LibLibreOffice_Impl::mOptionalFeatures |
Definition at line 166 of file init.hxx.
Referenced by lo_setOptionalFeatures().
LibreOfficeKitCallback desktop::LibLibreOffice_Impl::mpCallback |
Definition at line 164 of file init.hxx.
Referenced by LOKInteractionHandler::handlePasswordRequest(), lo_documentLoadWithOptions(), lo_registerCallback(), lo_status_indicator_callback(), and LOKInteractionHandler::postError().
void* desktop::LibLibreOffice_Impl::mpCallbackData |
Definition at line 165 of file init.hxx.
Referenced by LOKInteractionHandler::handlePasswordRequest(), lo_documentLoadWithOptions(), lo_registerCallback(), lo_status_indicator_callback(), and LOKInteractionHandler::postError().