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

#include <ww8toolbar.hxx>

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

Public Member Functions

 SwCTB ()
 
virtual ~SwCTB () override
 
bool Read (SvStream &rS) override
 
bool IsMenuToolbar () const
 
bool ImportCustomToolBar (SwCTBWrapper &, CustomToolBarImportHelper &)
 
bool ImportMenuTB (SwCTBWrapper &, const css::uno::Reference< css::container::XIndexContainer > &, CustomToolBarImportHelper &)
 
OUString const & GetName ()
 
- 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 Member Functions

 SwCTB (const SwCTB &)=delete
 
SwCTBoperator= (const SwCTB &)=delete
 

Private Attributes

Xst m_name
 
sal_Int32 m_cbTBData
 
TB m_tb
 
std::vector< TBVisualDatam_rVisualData
 
sal_Int32 m_iWCTBl
 
sal_uInt16 m_reserved
 
sal_uInt16 m_unused
 
sal_Int32 m_cCtls
 
std::vector< SwTBCm_rTBC
 

Additional Inherited Members

- Protected Attributes inherited from TBBase
sal_uInt32 nOffSet
 

Detailed Description

Definition at line 43 of file ww8toolbar.hxx.

Constructor & Destructor Documentation

◆ SwCTB() [1/2]

SwCTB::SwCTB ( const SwCTB )
privatedelete

◆ SwCTB() [2/2]

SwCTB::SwCTB ( )

Definition at line 377 of file ww8toolbar.cxx.

◆ ~SwCTB()

SwCTB::~SwCTB ( )
overridevirtual

Definition at line 385 of file ww8toolbar.cxx.

Member Function Documentation

◆ GetName()

OUString const & SwCTB::GetName ( )
inline

Definition at line 65 of file ww8toolbar.hxx.

References TB::getName(), WString::getString(), and m_tb.

◆ ImportCustomToolBar()

bool SwCTB::ImportCustomToolBar ( SwCTBWrapper rWrapper,
CustomToolBarImportHelper helper 
)

◆ ImportMenuTB()

bool SwCTB::ImportMenuTB ( SwCTBWrapper rWrapper,
const css::uno::Reference< css::container::XIndexContainer > &  xIndexContainer,
CustomToolBarImportHelper rHelper 
)

Definition at line 469 of file ww8toolbar.cxx.

References m_rTBC.

Referenced by SwTBC::ImportToolBarControl().

◆ IsMenuToolbar()

bool SwCTB::IsMenuToolbar ( ) const

Definition at line 389 of file ww8toolbar.cxx.

References TB::IsMenuToolbar(), and m_tb.

Referenced by ImportCustomToolBar().

◆ operator=()

SwCTB & SwCTB::operator= ( const SwCTB )
privatedelete

◆ Read()

bool SwCTB::Read ( SvStream rS)
overridevirtual

Member Data Documentation

◆ m_cbTBData

sal_Int32 SwCTB::m_cbTBData
private

Definition at line 46 of file ww8toolbar.hxx.

Referenced by Read().

◆ m_cCtls

sal_Int32 SwCTB::m_cCtls
private

Definition at line 52 of file ww8toolbar.hxx.

Referenced by Read().

◆ m_iWCTBl

sal_Int32 SwCTB::m_iWCTBl
private

Definition at line 49 of file ww8toolbar.hxx.

Referenced by Read().

◆ m_name

Xst SwCTB::m_name
private

Definition at line 45 of file ww8toolbar.hxx.

Referenced by ImportCustomToolBar(), and Read().

◆ m_reserved

sal_uInt16 SwCTB::m_reserved
private

Definition at line 50 of file ww8toolbar.hxx.

Referenced by Read().

◆ m_rTBC

std::vector< SwTBC > SwCTB::m_rTBC
private

Definition at line 53 of file ww8toolbar.hxx.

Referenced by ImportCustomToolBar(), ImportMenuTB(), and Read().

◆ m_rVisualData

std::vector<TBVisualData> SwCTB::m_rVisualData
private

Definition at line 48 of file ww8toolbar.hxx.

Referenced by Read().

◆ m_tb

TB SwCTB::m_tb
private

Definition at line 47 of file ww8toolbar.hxx.

Referenced by GetName(), ImportCustomToolBar(), IsMenuToolbar(), and Read().

◆ m_unused

sal_uInt16 SwCTB::m_unused
private

Definition at line 51 of file ww8toolbar.hxx.

Referenced by Read().


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