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 60 of file unobaseclass.hxx.
UnoActionContext::UnoActionContext | ( | SwDoc *const | pDoc | ) |
Definition at line 184 of file unoobj2.cxx.
References IDocumentLayoutAccess::GetCurrentLayout(), SwDoc::getIDocumentLayoutAccess(), m_pDoc, and SwRootFrame::StartAllAction().
UnoActionContext::~UnoActionContext | ( | ) |
Definition at line 194 of file unoobj2.cxx.
References SwRootFrame::EndAllAction(), IDocumentLayoutAccess::GetCurrentLayout(), SwDoc::getIDocumentLayoutAccess(), and m_pDoc.
|
private |
Definition at line 63 of file unobaseclass.hxx.
Referenced by UnoActionContext(), and ~UnoActionContext().