LibreOffice Module sw (master) 1
|
#include <ww8toolbar.hxx>
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 | |
TBBase & | operator= (TBBase const &)=default |
TBBase & | operator= (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< TBCData > | m_tbcd |
Additional Inherited Members | |
Protected Attributes inherited from TBBase | |
sal_uInt32 | nOffSet |
Definition at line 30 of file ww8toolbar.hxx.
SwTBC::SwTBC | ( | ) |
Definition at line 480 of file ww8toolbar.cxx.
OUString SwTBC::GetCustomText | ( | ) |
Definition at line 604 of file ww8toolbar.cxx.
References m_tbcd.
Referenced by Customization::ImportMenu().
bool SwTBC::ImportToolBarControl | ( | SwCTBWrapper & | rWrapper, |
const css::uno::Reference< css::container::XIndexContainer > & | toolbarcontainer, | ||
CustomToolBarImportHelper & | helper, | ||
bool | bIsMenuBar | ||
) |
Definition at line 506 of file ww8toolbar.cxx.
References comphelper::containerToSequence(), SwCTBWrapper::GetCustomizationData(), SwCTB::ImportMenuTB(), m_cid, m_tbcd, comphelper::makePropertyValue(), TBCMenuSpecific::Name(), props, and SAL_INFO.
|
overridevirtual |
Implements TBBase.
Definition at line 484 of file ww8toolbar.cxx.
References TBCHeader::getTcID(), TBCHeader::getTct(), SvStream::good(), m_cid, m_tbcd, m_tbch, TBBase::nOffSet, TBCHeader::Read(), SvStream::ReadUInt32(), SAL_INFO, and SvStream::Tell().
Referenced by SwCTB::Read(), and SwCTBWrapper::Read().
|
private |
Definition at line 33 of file ww8toolbar.hxx.
Referenced by ImportToolBarControl(), and Read().
|
private |
Definition at line 34 of file ww8toolbar.hxx.
Referenced by GetCustomText(), ImportToolBarControl(), and Read().
|
private |
Definition at line 32 of file ww8toolbar.hxx.
Referenced by Read().