LibreOffice Module sc (master) 1
|
Provides export of the SST (shared string table) record. More...
#include <xecontent.hxx>
Public Member Functions | |
XclExpSst () | |
virtual | ~XclExpSst () override |
sal_uInt32 | Insert (const XclExpStringRef &xString) |
Inserts a new string into the table. More... | |
virtual void | Save (XclExpStream &rStrm) override |
Writes the complete SST and EXTSST records. More... | |
virtual void | SaveXml (XclExpXmlStream &rStrm) 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 () |
Private Types | |
typedef std::unique_ptr< XclExpSstImpl > | XclExpSstImplPtr |
Private Attributes | |
XclExpSstImplPtr | mxImpl |
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 |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
oslInterlockedCount | m_nCount |
Provides export of the SST (shared string table) record.
@descr Contains all strings in the document and writes the SST.
Definition at line 51 of file xecontent.hxx.
|
private |
Definition at line 66 of file xecontent.hxx.
|
explicit |
Definition at line 237 of file xecontent.cxx.
|
overridevirtual |
Definition at line 242 of file xecontent.cxx.
sal_uInt32 XclExpSst::Insert | ( | const XclExpStringRef & | xString | ) |
Inserts a new string into the table.
Definition at line 246 of file xecontent.cxx.
References mxImpl.
Referenced by XclExpLabelCell::Init().
|
overridevirtual |
Writes the complete SST and EXTSST records.
Reimplemented from XclExpRecordBase.
Definition at line 251 of file xecontent.cxx.
|
overridevirtual |
Reimplemented from XclExpRecordBase.
Definition at line 256 of file xecontent.cxx.
|
private |
Definition at line 67 of file xecontent.hxx.