|
LibreOffice Module filter (master) 1
|
#include <mstoolbar.hxx>
Public Member Functions | |
| SRECT () | |
| 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_Int16 | left |
| sal_Int16 | top |
| sal_Int16 | right |
| sal_Int16 | bottom |
Additional Inherited Members | |
Protected Attributes inherited from TBBase | |
| sal_uInt32 | nOffSet |
Definition at line 320 of file mstoolbar.hxx.
|
inline |
|
inlineoverridevirtual |
Implements TBBase.
Definition at line 328 of file mstoolbar.hxx.
References bottom, left, SvStream::ReadInt16(), right, and top.
Referenced by TBVisualData::Read().
| sal_Int16 SRECT::bottom |
Definition at line 327 of file mstoolbar.hxx.
| sal_Int16 SRECT::left |
Definition at line 324 of file mstoolbar.hxx.
| sal_Int16 SRECT::right |
Definition at line 326 of file mstoolbar.hxx.
| sal_Int16 SRECT::top |
Definition at line 325 of file mstoolbar.hxx.