LibreOffice Module sw (master) 1
|
#include <ww8toolbar.hxx>
Public Member Functions | |
Xst () | |
bool | Read (SvStream &rS) override |
const OUString & | getString () const |
Public Member Functions inherited from TBBase | |
TBBase () | |
virtual | ~TBBase () |
TBBase (TBBase const &)=default | |
TBBase (TBBase &&)=default | |
TBBase & | operator= (TBBase const &)=default |
TBBase & | operator= (TBBase &&)=default |
virtual bool | Read (SvStream &rS)=0 |
sal_uInt32 | GetOffset () const |
Private Attributes | |
OUString | m_sString |
Additional Inherited Members | |
Protected Attributes inherited from TBBase | |
sal_uInt32 | nOffSet |
Definition at line 20 of file ww8toolbar.hxx.
|
inline |
Definition at line 25 of file ww8toolbar.hxx.
|
inline |
Definition at line 27 of file ww8toolbar.hxx.
References m_sString.
Referenced by SwCTB::ImportCustomToolBar().
|
overridevirtual |
Implements TBBase.
Definition at line 612 of file ww8toolbar.cxx.
References SvStream::good(), m_sString, TBBase::nOffSet, read_uInt16_PascalString(), SAL_INFO, and SvStream::Tell().
Referenced by SwCTB::Read(), and Xstz::Read().
|
private |
Definition at line 22 of file ww8toolbar.hxx.
Referenced by getString(), and Read().