|
LibreOffice Module sw (master) 1
|
#include <ww8toolbar.hxx>
Public Member Functions | |
| Tcg () | |
| bool | Read (SvStream &rS) override |
| bool | ImportCustomToolBar (SfxObjectShell &rDocSh) |
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 Member Functions | |
| Tcg (const Tcg &)=delete | |
| Tcg & | operator= (const Tcg &)=delete |
Private Attributes | |
| sal_Int8 | m_nTcgVer |
| std::unique_ptr< Tcg255 > | m_tcg |
Additional Inherited Members | |
Protected Attributes inherited from TBBase | |
| sal_uInt32 | nOffSet |
Definition at line 327 of file ww8toolbar.hxx.
|
privatedelete |
| Tcg::Tcg | ( | ) |
Definition at line 620 of file ww8toolbar.cxx.
| bool Tcg::ImportCustomToolBar | ( | SfxObjectShell & | rDocSh | ) |
Definition at line 635 of file ww8toolbar.cxx.
References m_tcg.
|
overridevirtual |
Implements TBBase.
Definition at line 624 of file ww8toolbar.cxx.
References m_nTcgVer, m_tcg, TBBase::nOffSet, SvStream::ReadSChar(), SAL_INFO, and SvStream::Tell().
|
private |
Definition at line 329 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 330 of file ww8toolbar.hxx.
Referenced by ImportCustomToolBar(), and Read().