LibreOffice Module desktop (master) 1
|
#include <init.hxx>
Public Member Functions | |
LibLODocument_Impl (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 |
std::set< OUString > | maFontsMissing |
|
explicit |
Definition at line 1392 of file init.cxx.
References doc_addCertificate(), doc_completeFunction(), doc_createView(), doc_createViewWithOptions(), doc_destroy(), doc_destroyView(), doc_getA11yCaretPosition(), doc_getA11yFocusedParagraph(), doc_getClipboard(), doc_getCommandValues(), doc_getDataArea(), doc_getDocumentSize(), doc_getDocumentType(), doc_getEditMode(), doc_getPart(), doc_getPartHash(), doc_getPartInfo(), doc_getPartName(), doc_getPartPageRectangles(), doc_getParts(), doc_getSelectionType(), doc_getSelectionTypeAndText(), 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_renderSearchResult(), doc_renderShapeSelection(), doc_resetSelection(), doc_resizeWindow(), doc_saveAs(), doc_selectPart(), doc_sendContentControlEvent(), doc_sendDialogEvent(), doc_sendFormFieldEvent(), doc_setAccessibilityState(), doc_setBlockedCommandList(), doc_setClientVisibleArea(), doc_setClientZoom(), doc_setClipboard(), doc_setGraphicSelection(), doc_setOutlineState(), doc_setPart(), doc_setPartMode(), doc_setTextSelection(), doc_setView(), doc_setViewLanguage(), doc_setViewTimezone(), doc_setWindowTextSelection(), gDocumentClass, and m_pDocumentClass.
LibLODocument_Impl::~LibLODocument_Impl | ( | ) |
Definition at line 1501 of file init.cxx.
References mxComponent, and TOOLS_WARN_EXCEPTION.
std::shared_ptr< LibreOfficeKitDocumentClass > desktop::LibLODocument_Impl::m_pDocumentClass |
Definition at line 250 of file init.hxx.
Referenced by LibLODocument_Impl().
std::set<OUString> desktop::LibLODocument_Impl::maFontsMissing |
Definition at line 253 of file init.hxx.
Referenced by doc_registerCallback(), and lo_documentLoadWithOptions().
const int desktop::LibLODocument_Impl::mnDocumentId |
Definition at line 252 of file init.hxx.
Referenced by doc_createViewWithOptions(), doc_destroyView(), doc_getViewIds(), and doc_getViewsCount().
std::map<size_t, std::shared_ptr<CallbackFlushHandler> > desktop::LibLODocument_Impl::mpCallbackFlushHandlers |
Definition at line 251 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 249 of file init.hxx.
Referenced by doc_addCertificate(), doc_getSignatureState(), doc_insertCertificate(), doc_postUnoCommand(), doc_renderShapeSelection(), doc_saveAs(), getDocLanguages(), getStyles(), getTrackedChanges(), getUndoOrRedo(), and ~LibLODocument_Impl().