|
LibreOffice Module sc (master) 1
|
#include <xerecord.hxx>
Public Member Functions | |
| XclExpXmlElementRecord (sal_Int32 nElement) | |
| virtual | ~XclExpXmlElementRecord () override |
Public Member Functions inherited from XclExpRecordBase | |
| XclExpRecordBase () | |
| XclExpRecordBase (XclExpRecordBase const &) | |
| XclExpRecordBase (XclExpRecordBase &&) | |
| XclExpRecordBase & | operator= (XclExpRecordBase const &) |
| XclExpRecordBase & | operator= (XclExpRecordBase &&) noexcept |
| virtual | ~XclExpRecordBase () |
| virtual void | Save (XclExpStream &rStrm) |
| Overwrite this method to do any operation while saving the record. More... | |
| virtual void | SaveXml (XclExpXmlStream &rStrm) |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| SimpleReferenceObject () | |
| void | acquire () |
| void | release () |
Protected Attributes | |
| sal_Int32 | mnElement |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
| oslInterlockedCount | m_nCount |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| static void * | operator new (std::size_t nSize) |
| static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
| static void | operator delete (void *pPtr) |
| static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
| virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Definition at line 83 of file xerecord.hxx.
|
explicit |
Definition at line 61 of file xerecord.cxx.
|
overridevirtual |
Definition at line 66 of file xerecord.cxx.
|
protected |
Definition at line 90 of file xerecord.hxx.
Referenced by XclExpXmlStartElementRecord::SaveXml(), XclExpXmlEndElementRecord::SaveXml(), and XclExpXmlStartSingleElementRecord::SaveXml().