|
LibreOffice Module filter (master) 1
|
#include <mstoolbar.hxx>
Public Member Functions | |
| WString () | |
| 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 | sString |
Additional Inherited Members | |
Protected Attributes inherited from TBBase | |
| sal_uInt32 | nOffSet |
Definition at line 114 of file mstoolbar.hxx.
|
inline |
Definition at line 119 of file mstoolbar.hxx.
|
inline |
Definition at line 121 of file mstoolbar.hxx.
Referenced by TBCGeneralInfo::CustomText(), TBCExtraInfo::getOnAction(), and TBCGeneralInfo::ImportToolBarControlData().
|
overridevirtual |
Implements TBBase.
Definition at line 381 of file mstoolbar.cxx.
References TBBase::nOffSet, read_uInt16s_ToOUString(), SvStream::ReadUChar(), SAL_INFO, sString, and SvStream::Tell().
Referenced by TBCExtraInfo::Read(), TBCGeneralInfo::Read(), TBCCDData::Read(), and TB::Read().
|
private |
Definition at line 116 of file mstoolbar.hxx.
Referenced by Read().