|
LibreOffice Module oox (master) 1
|
#include <dumperbase.hxx>
Public Member Functions | |
| ItemGuard (const OutputRef &rxOut, const String &rName) | |
| ~ItemGuard () | |
| void | cont () |
Private Member Functions | |
| ItemGuard (const ItemGuard &)=delete | |
| ItemGuard & | operator= (const ItemGuard &)=delete |
Private Attributes | |
| Output & | mrOut |
Definition at line 1044 of file dumperbase.hxx.
Definition at line 1047 of file dumperbase.hxx.
References mrOut, and oox::dump::Output::startItem().
|
inline |
Definition at line 1049 of file dumperbase.hxx.
References oox::dump::Output::endItem(), and mrOut.
|
privatedelete |
|
inline |
Definition at line 1050 of file dumperbase.hxx.
References oox::dump::Output::contItem(), and mrOut.
Referenced by oox::dump::OutputObjectBase::writeDecBoolItem(), and oox::dump::OutputObjectBase::writeGuidItem().
|
private |
Definition at line 1055 of file dumperbase.hxx.
Referenced by cont(), ItemGuard(), and ~ItemGuard().