LibreOffice Module sc (master) 1
|
#include <xltoolbar.hxx>
Public Member Functions | |
TBCCmd () | |
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 |
Public Attributes | |
sal_uInt16 | cmdID |
bool | A:1 |
bool | B:1 |
sal_uInt16 | cmdType:5 |
bool | C:1 |
sal_uInt16 | reserved3:8 |
Additional Inherited Members | |
Protected Attributes inherited from TBBase | |
sal_uInt32 | nOffSet |
Definition at line 18 of file xltoolbar.hxx.
|
inline |
Definition at line 21 of file xltoolbar.hxx.
|
overridevirtual |
Implements TBBase.
Definition at line 344 of file xltoolbar.cxx.
References A, B, C, cmdID, cmdType, TBBase::nOffSet, SvStream::ReadUInt16(), reserved3, SAL_INFO, and SvStream::Tell().
bool TBCCmd::A |
Definition at line 24 of file xltoolbar.hxx.
Referenced by Read().
bool TBCCmd::B |
Definition at line 25 of file xltoolbar.hxx.
Referenced by Read().
bool TBCCmd::C |
Definition at line 27 of file xltoolbar.hxx.
Referenced by Read().
sal_uInt16 TBCCmd::cmdID |
Definition at line 23 of file xltoolbar.hxx.
Referenced by Read().
sal_uInt16 TBCCmd::cmdType |
Definition at line 26 of file xltoolbar.hxx.
Referenced by Read().
sal_uInt16 TBCCmd::reserved3 |
Definition at line 28 of file xltoolbar.hxx.
Referenced by Read().