LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwTBC Class Reference

#include <ww8toolbar.hxx>

Inheritance diagram for SwTBC:
[legend]
Collaboration diagram for SwTBC:
[legend]

Public Member Functions

 SwTBC ()
 
bool Read (SvStream &rS) override
 
bool ImportToolBarControl (SwCTBWrapper &, const css::uno::Reference< css::container::XIndexContainer > &, CustomToolBarImportHelper &, bool)
 
OUString GetCustomText ()
 
- Public Member Functions inherited from TBBase
 TBBase ()
 
virtual ~TBBase ()
 
 TBBase (TBBase const &)=default
 
 TBBase (TBBase &&)=default
 
TBBaseoperator= (TBBase const &)=default
 
TBBaseoperator= (TBBase &&)=default
 
virtual bool Read (SvStream &rS)=0
 
sal_uInt32 GetOffset () const
 

Private Attributes

TBCHeader m_tbch
 
std::shared_ptr< sal_uInt32 > m_cid
 
std::shared_ptr< TBCDatam_tbcd
 

Additional Inherited Members

- Protected Attributes inherited from TBBase
sal_uInt32 nOffSet
 

Detailed Description

Definition at line 30 of file ww8toolbar.hxx.

Constructor & Destructor Documentation

◆ SwTBC()

SwTBC::SwTBC ( )

Definition at line 480 of file ww8toolbar.cxx.

Member Function Documentation

◆ GetCustomText()

OUString SwTBC::GetCustomText ( )

Definition at line 604 of file ww8toolbar.cxx.

References m_tbcd.

Referenced by Customization::ImportMenu().

◆ ImportToolBarControl()

bool SwTBC::ImportToolBarControl ( SwCTBWrapper rWrapper,
const css::uno::Reference< css::container::XIndexContainer > &  toolbarcontainer,
CustomToolBarImportHelper helper,
bool  bIsMenuBar 
)

◆ Read()

bool SwTBC::Read ( SvStream rS)
overridevirtual

Member Data Documentation

◆ m_cid

std::shared_ptr< sal_uInt32 > SwTBC::m_cid
private

Definition at line 33 of file ww8toolbar.hxx.

Referenced by ImportToolBarControl(), and Read().

◆ m_tbcd

std::shared_ptr<TBCData> SwTBC::m_tbcd
private

Definition at line 34 of file ww8toolbar.hxx.

Referenced by GetCustomText(), ImportToolBarControl(), and Read().

◆ m_tbch

TBCHeader SwTBC::m_tbch
private

Definition at line 32 of file ww8toolbar.hxx.

Referenced by Read().


The documentation for this class was generated from the following files: