LibreOffice Module sw (master) 1
|
#include <unobaseclass.hxx>
Public Member Functions | |
UnoActionRemoveContext (SwDoc *const pDoc) | |
UnoActionRemoveContext (SwUnoTableCursor const &rCursor) | |
~UnoActionRemoveContext () COVERITY_NOEXCEPT_FALSE | |
Private Attributes | |
SwDoc *const | m_pDoc |
Definition at line 93 of file unobaseclass.hxx.
UnoActionRemoveContext::UnoActionRemoveContext | ( | SwDoc *const | pDoc | ) |
Definition at line 213 of file unoobj2.cxx.
References lcl_RemoveImpl(), and m_pDoc.
UnoActionRemoveContext::UnoActionRemoveContext | ( | SwUnoTableCursor const & | rCursor | ) |
Definition at line 227 of file unoobj2.cxx.
References lcl_RemoveImpl(), and m_pDoc.
UnoActionRemoveContext::~UnoActionRemoveContext | ( | ) |
Definition at line 238 of file unoobj2.cxx.
References IDocumentLayoutAccess::GetCurrentLayout(), SwDoc::getIDocumentLayoutAccess(), m_pDoc, and SwRootFrame::UnoRestoreAllActions().
|
private |
Definition at line 96 of file unobaseclass.hxx.
Referenced by UnoActionRemoveContext(), and ~UnoActionRemoveContext().