LibreOffice Module desktop (master)
1
|
#include <init.hxx>
Public Member Functions | |
LibLODocument_Impl (const css::uno::Reference< css::lang::XComponent > &xComponent, int nDocumentId) | |
~LibLODocument_Impl () | |
Public Attributes | |
css::uno::Reference< css::lang::XComponent > | mxComponent |
std::shared_ptr< LibreOfficeKitDocumentClass > | m_pDocumentClass |
std::map< size_t, std::shared_ptr< CallbackFlushHandler > > | mpCallbackFlushHandlers |
const int | mnDocumentId |
|
explicit |
Definition at line 1211 of file init.cxx.
References assert(), doc_addCertificate(), doc_completeFunction(), doc_createView(), doc_createViewWithOptions(), doc_destroy(), doc_destroyView(), doc_getClipboard(), doc_getCommandValues(), doc_getDocumentSize(), doc_getDocumentType(), doc_getPart(), doc_getPartHash(), doc_getPartInfo(), doc_getPartName(), doc_getPartPageRectangles(), doc_getParts(), doc_getSelectionType(), doc_getSignatureState(), doc_getTextSelection(), doc_getTileMode(), doc_getView(), doc_getViewIds(), doc_getViewsCount(), doc_initializeForRendering(), doc_insertCertificate(), doc_moveSelectedParts(), doc_paintPartTile(), doc_paintTile(), doc_paintWindow(), doc_paintWindowDPI(), doc_paintWindowForView(), doc_paste(), doc_postKeyEvent(), doc_postMouseEvent(), doc_postUnoCommand(), doc_postWindow(), doc_postWindowExtTextInputEvent(), doc_postWindowGestureEvent(), doc_postWindowKeyEvent(), doc_postWindowMouseEvent(), doc_registerCallback(), doc_removeTextContext(), doc_renderFont(), doc_renderFontOrientation(), doc_renderShapeSelection(), doc_resetSelection(), doc_resizeWindow(), doc_saveAs(), doc_selectPart(), doc_sendDialogEvent(), doc_sendFormFieldEvent(), doc_setClientVisibleArea(), doc_setClientZoom(), doc_setClipboard(), doc_setGraphicSelection(), doc_setOutlineState(), doc_setPart(), doc_setPartMode(), doc_setTextSelection(), doc_setView(), doc_setViewLanguage(), doc_setWindowTextSelection(), gDocumentClass, and m_pDocumentClass.
LibLODocument_Impl::~LibLODocument_Impl | ( | ) |
Definition at line 1308 of file init.cxx.
References mxComponent, and TOOLS_WARN_EXCEPTION.
std::shared_ptr< LibreOfficeKitDocumentClass > desktop::LibLODocument_Impl::m_pDocumentClass |
Definition at line 150 of file init.hxx.
Referenced by LibLODocument_Impl().
const int desktop::LibLODocument_Impl::mnDocumentId |
Definition at line 152 of file init.hxx.
Referenced by doc_createViewWithOptions(), doc_getViewIds(), and doc_getViewsCount().
std::map<size_t, std::shared_ptr<CallbackFlushHandler> > desktop::LibLODocument_Impl::mpCallbackFlushHandlers |
Definition at line 151 of file init.hxx.
Referenced by doc_paintPartTile(), doc_postUnoCommand(), doc_registerCallback(), and LOKInteractionHandler::postError().
css::uno::Reference<css::lang::XComponent> desktop::LibLODocument_Impl::mxComponent |
Definition at line 149 of file init.hxx.
Referenced by doc_addCertificate(), doc_getDocumentType(), doc_getSignatureState(), doc_insertCertificate(), doc_postUnoCommand(), doc_renderShapeSelection(), doc_saveAs(), getStyles(), getTrackedChanges(), getUndoOrRedo(), and ~LibLODocument_Impl().