LibreOffice Module sc (master) 1
|
#include <xltoolbar.hxx>
Public Member Functions | |
CTBS (const CTBS &) | |
CTBS & | operator= (const CTBS &) |
CTBS () | |
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_uInt8 | bSignature |
sal_uInt8 | bVersion |
sal_uInt16 | reserved1 |
sal_uInt16 | reserved2 |
sal_uInt16 | reserved3 |
sal_uInt16 | ctb |
sal_uInt16 | ctbViews |
sal_uInt16 | ictbView |
Additional Inherited Members | |
Protected Attributes inherited from TBBase | |
sal_uInt32 | nOffSet |
Definition at line 69 of file xltoolbar.hxx.
CTBS::CTBS | ( | const CTBS & | ) |
CTBS::CTBS | ( | ) |
Definition at line 73 of file xltoolbar.cxx.
|
overridevirtual |
Implements TBBase.
Definition at line 211 of file xltoolbar.cxx.
References bSignature, bVersion, ctb, ctbViews, ictbView, TBBase::nOffSet, SvStream::ReadUChar(), SvStream::ReadUInt16(), reserved1, reserved2, reserved3, SAL_INFO, and SvStream::Tell().
Referenced by ScCTBWrapper::Read().
sal_uInt8 CTBS::bSignature |
Definition at line 72 of file xltoolbar.hxx.
Referenced by Read().
sal_uInt8 CTBS::bVersion |
Definition at line 73 of file xltoolbar.hxx.
Referenced by Read().
sal_uInt16 CTBS::ctb |
Definition at line 77 of file xltoolbar.hxx.
Referenced by Read(), and ScCTBWrapper::Read().
sal_uInt16 CTBS::ctbViews |
Definition at line 78 of file xltoolbar.hxx.
Referenced by Read(), and ScCTBWrapper::Read().
sal_uInt16 CTBS::ictbView |
Definition at line 79 of file xltoolbar.hxx.
Referenced by Read().
sal_uInt16 CTBS::reserved1 |
Definition at line 74 of file xltoolbar.hxx.
Referenced by Read().
sal_uInt16 CTBS::reserved2 |
Definition at line 75 of file xltoolbar.hxx.
Referenced by Read().
sal_uInt16 CTBS::reserved3 |
Definition at line 76 of file xltoolbar.hxx.
Referenced by Read().