LibreOffice Module sw (master)
1
|
#include <ww8toolbar.hxx>
Public Member Functions | |
Xst () | |
bool | Read (SvStream &rS) override |
const OUString & | getString () const |
![]() | |
TBBase () | |
virtual | ~TBBase () |
TBBase (TBBase const &)=default | |
TBBase (TBBase &&)=default | |
TBBase & | operator= (TBBase const &)=default |
TBBase & | operator= (TBBase &&)=default |
sal_uInt32 | GetOffset () const |
Private Attributes | |
OUString | sString |
Additional Inherited Members | |
![]() | |
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 sString.
Referenced by SwCTB::ImportCustomToolBar().
|
overridevirtual |
Implements TBBase.
Definition at line 614 of file ww8toolbar.cxx.
References SvStream::good(), TBBase::nOffSet, read_uInt16_PascalString(), SAL_INFO, sString, and SvStream::Tell().
Referenced by SwCTB::Read(), and Xstz::Read().
|
private |
Definition at line 22 of file ww8toolbar.hxx.
Referenced by getString(), and Read().