| 
    LibreOffice Module sw (master) 1
    
   | 
 
#include <ww8toolbar.hxx>
Public Member Functions | |
| Tcg255 () | |
| virtual | ~Tcg255 () override | 
| 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 | |
| Tcg255 (const Tcg255 &)=delete | |
| Tcg255 & | operator= (const Tcg255 &)=delete | 
| bool | processSubStruct (sal_uInt8 nId, SvStream &) | 
Private Attributes | |
| std::vector< std::unique_ptr< Tcg255SubStruct > > | m_rgtcgData | 
Additional Inherited Members | |
  Protected Attributes inherited from TBBase | |
| sal_uInt32 | nOffSet | 
Definition at line 313 of file ww8toolbar.hxx.
      
  | 
  privatedelete | 
| Tcg255::Tcg255 | ( | ) | 
Definition at line 642 of file ww8toolbar.cxx.
      
  | 
  overridevirtual | 
Definition at line 646 of file ww8toolbar.cxx.
| bool Tcg255::ImportCustomToolBar | ( | SfxObjectShell & | rDocSh | ) | 
Definition at line 697 of file ww8toolbar.cxx.
References SfxObjectShell::GetBaseModel(), SwCTBWrapper::ImportCustomToolBar(), m_rgtcgData, comphelper::DocumentInfo::notifyMacroEventRead(), and xModel.
Definition at line 650 of file ww8toolbar.cxx.
References m_rgtcgData, nId, and SAL_INFO.
Referenced by Read().
      
  | 
  overridevirtual | 
Implements TBBase.
Definition at line 720 of file ww8toolbar.cxx.
References SvStream::good(), nId, TBBase::nOffSet, processSubStruct(), SvStream::ReadUChar(), SAL_INFO, and SvStream::Tell().
      
  | 
  private | 
Definition at line 315 of file ww8toolbar.hxx.
Referenced by ImportCustomToolBar(), and processSubStruct().