|
LibreOffice Module filter (master) 1
|
#include <mstoolbar.hxx>
Public Member Functions | |
| TBCMenuSpecific () | |
| bool | Read (SvStream &rS) override |
| OUString | Name () |
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 | |
| sal_Int32 | tbid |
| std::shared_ptr< WString > | name |
Additional Inherited Members | |
Protected Attributes inherited from TBBase | |
| sal_uInt32 | nOffSet |
Definition at line 176 of file mstoolbar.hxx.
| TBCMenuSpecific::TBCMenuSpecific | ( | ) |
Definition at line 521 of file mstoolbar.cxx.
| OUString TBCMenuSpecific::Name | ( | ) |
Definition at line 551 of file mstoolbar.cxx.
Referenced by TBCData::ImportToolBarControl().
|
overridevirtual |
Implements TBBase.
Definition at line 526 of file mstoolbar.cxx.
References name, TBBase::nOffSet, SvStream::ReadInt32(), SAL_INFO, tbid, and SvStream::Tell().
|
private |
Definition at line 179 of file mstoolbar.hxx.
|
private |
Definition at line 178 of file mstoolbar.hxx.
Referenced by Read().