LibreOffice Module sw (master) 1
|
#include <unobaseclass.hxx>
Public Member Functions | |
UnoActionContext (SwDoc *const pDoc) | |
~UnoActionContext () COVERITY_NOEXCEPT_FALSE | |
Private Attributes | |
SwDoc * | m_pDoc |
Definition at line 78 of file unobaseclass.hxx.
UnoActionContext::UnoActionContext | ( | SwDoc *const | pDoc | ) |
Definition at line 180 of file unoobj2.cxx.
References IDocumentLayoutAccess::GetCurrentLayout(), SwDoc::getIDocumentLayoutAccess(), m_pDoc, and SwRootFrame::StartAllAction().
UnoActionContext::~UnoActionContext | ( | ) |
Definition at line 190 of file unoobj2.cxx.
References SwRootFrame::EndAllAction(), IDocumentLayoutAccess::GetCurrentLayout(), SwDoc::getIDocumentLayoutAccess(), and m_pDoc.
|
private |
Definition at line 81 of file unobaseclass.hxx.
Referenced by UnoActionContext(), and ~UnoActionContext().