|
LibreOffice Module filter (master) 1
|
#include <mstoolbar.hxx>
Public Member Functions | |
| TBCComboDropdownSpecific (const TBCHeader &header) | |
| bool | Read (SvStream &rS) override |
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 | |
| std::shared_ptr< TBCCDData > | data |
Additional Inherited Members | |
Protected Attributes inherited from TBBase | |
| sal_uInt32 | nOffSet |
Definition at line 202 of file mstoolbar.hxx.
| TBCComboDropdownSpecific::TBCComboDropdownSpecific | ( | const TBCHeader & | header | ) |
Definition at line 637 of file mstoolbar.cxx.
|
overridevirtual |
Implements TBBase.
Definition at line 643 of file mstoolbar.cxx.
References data, TBBase::nOffSet, and SvStream::Tell().
|
private |
Definition at line 204 of file mstoolbar.hxx.
Referenced by Read(), and TBCComboDropdownSpecific().