LibreOffice Module sw (master) 1
|
#include <ww8toolbar.hxx>
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 | |
TBBase & | operator= (TBBase const &)=default |
TBBase & | operator= (TBBase &&)=default |
virtual bool | Read (SvStream &rS)=0 |
sal_uInt32 | GetOffset () const |
Private Member Functions | |
SwCTB (const SwCTB &)=delete | |
SwCTB & | operator= (const SwCTB &)=delete |
Private Attributes | |
Xst | m_name |
sal_Int32 | m_cbTBData |
TB | m_tb |
std::vector< TBVisualData > | m_rVisualData |
sal_Int32 | m_iWCTBl |
sal_uInt16 | m_reserved |
sal_uInt16 | m_unused |
sal_Int32 | m_cCtls |
std::vector< SwTBC > | m_rTBC |
Additional Inherited Members | |
Protected Attributes inherited from TBBase | |
sal_uInt32 | nOffSet |
Definition at line 43 of file ww8toolbar.hxx.
|
privatedelete |
SwCTB::SwCTB | ( | ) |
Definition at line 377 of file ww8toolbar.cxx.
|
overridevirtual |
Definition at line 385 of file ww8toolbar.cxx.
|
inline |
Definition at line 65 of file ww8toolbar.hxx.
References TB::getName(), WString::getString(), and m_tb.
bool SwCTB::ImportCustomToolBar | ( | SwCTBWrapper & | rWrapper, |
CustomToolBarImportHelper & | helper | ||
) |
Definition at line 425 of file ww8toolbar.cxx.
References Xst::getString(), TB::IsEnabled(), IsMenuToolbar(), m_name, m_rTBC, m_tb, SAL_INFO, and TOOLS_INFO_EXCEPTION.
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().
bool SwCTB::IsMenuToolbar | ( | ) | const |
Definition at line 389 of file ww8toolbar.cxx.
References TB::IsMenuToolbar(), and m_tb.
Referenced by ImportCustomToolBar().
|
overridevirtual |
Implements TBBase.
Definition at line 394 of file ww8toolbar.cxx.
References SvStream::good(), index, m_cbTBData, m_cCtls, m_iWCTBl, m_name, m_reserved, m_rTBC, m_rVisualData, m_tb, m_unused, TBBase::nOffSet, nVisualData, TB::Read(), TBVisualData::Read(), Xst::Read(), SwTBC::Read(), SvStream::ReadInt32(), SvStream::ReadUInt16(), SAL_INFO, and SvStream::Tell().
|
private |
Definition at line 46 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 52 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 49 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 45 of file ww8toolbar.hxx.
Referenced by ImportCustomToolBar(), and Read().
|
private |
Definition at line 50 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 53 of file ww8toolbar.hxx.
Referenced by ImportCustomToolBar(), ImportMenuTB(), and Read().
|
private |
Definition at line 48 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 47 of file ww8toolbar.hxx.
Referenced by GetName(), ImportCustomToolBar(), IsMenuToolbar(), and Read().
|
private |
Definition at line 51 of file ww8toolbar.hxx.
Referenced by Read().