LibreOffice Module sw (master) 1
|
#include <ww8toolbar.hxx>
Public Member Functions | |
TBDelta () | |
bool | Read (SvStream &rS) override |
bool | ControlIsInserted () |
bool | ControlDropsToolBar () |
sal_Int32 | TBCStreamOffset () |
sal_Int16 | CustomizationIndex () |
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_uInt8 | m_doprfatendFlags |
sal_uInt8 | m_ibts |
sal_Int32 | m_cidNext |
sal_Int32 | m_cid |
sal_Int32 | m_fc |
sal_uInt16 | m_CiTBDE |
sal_uInt16 | m_cbTBC |
Additional Inherited Members | |
Protected Attributes inherited from TBBase | |
sal_uInt32 | nOffSet |
Definition at line 68 of file ww8toolbar.hxx.
TBDelta::TBDelta | ( | ) |
Definition at line 338 of file ww8toolbar.cxx.
bool TBDelta::ControlDropsToolBar | ( | ) |
Definition at line 354 of file ww8toolbar.cxx.
References m_CiTBDE.
Referenced by Customization::Read().
bool TBDelta::ControlIsInserted | ( | ) |
Definition at line 349 of file ww8toolbar.cxx.
References m_doprfatendFlags.
sal_Int16 TBDelta::CustomizationIndex | ( | ) |
Definition at line 360 of file ww8toolbar.cxx.
References m_CiTBDE, and nIndex.
Referenced by Customization::Read().
|
overridevirtual |
Implements TBBase.
Definition at line 368 of file ww8toolbar.cxx.
References SvStream::good(), m_cbTBC, m_cid, m_cidNext, m_CiTBDE, m_doprfatendFlags, m_fc, m_ibts, TBBase::nOffSet, SvStream::ReadInt32(), SvStream::ReadUChar(), SvStream::ReadUInt16(), SAL_INFO, and SvStream::Tell().
Referenced by Customization::Read().
|
inline |
Definition at line 84 of file ww8toolbar.hxx.
References m_fc.
|
private |
Definition at line 77 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 74 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 73 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 76 of file ww8toolbar.hxx.
Referenced by ControlDropsToolBar(), CustomizationIndex(), and Read().
|
private |
Definition at line 70 of file ww8toolbar.hxx.
Referenced by ControlIsInserted(), and Read().
|
private |
Definition at line 75 of file ww8toolbar.hxx.
Referenced by Read(), and TBCStreamOffset().
|
private |
Definition at line 72 of file ww8toolbar.hxx.
Referenced by Read().