LibreOffice Module sw (master)
1
|
#include <ww8toolbar.hxx>
Public Member Functions | |
Customization (SwCTBWrapper *rapper) | |
bool | Read (SvStream &rS) override |
bool | ImportCustomToolBar (SwCTBWrapper &, CustomToolBarImportHelper &) |
bool | ImportMenu (SwCTBWrapper &, CustomToolBarImportHelper &) |
SwCTB * | GetCustomizationData () |
![]() | |
TBBase () | |
virtual | ~TBBase () |
TBBase (TBBase const &)=default | |
TBBase (TBBase &&)=default | |
TBBase & | operator= (TBBase const &)=default |
TBBase & | operator= (TBBase &&)=default |
sal_uInt32 | GetOffset () const |
Private Attributes | |
sal_Int32 | tbidForTBD |
sal_uInt16 | reserved1 |
sal_uInt16 | ctbds |
SwCTBWrapper * | pWrapper |
std::shared_ptr< SwCTB > | customizationDataCTB |
std::vector< TBDelta > | customizationDataTBDelta |
bool | bIsDroppedMenuTB |
Friends | |
class | SwCTBWrapper |
Additional Inherited Members | |
![]() | |
sal_uInt32 | nOffSet |
Definition at line 104 of file ww8toolbar.hxx.
|
explicit |
Definition at line 212 of file ww8toolbar.cxx.
|
inline |
Definition at line 121 of file ww8toolbar.hxx.
bool Customization::ImportCustomToolBar | ( | SwCTBWrapper & | rWrapper, |
CustomToolBarImportHelper & | helper | ||
) |
Definition at line 325 of file ww8toolbar.cxx.
References customizationDataCTB, ImportMenu(), and tbidForTBD.
bool Customization::ImportMenu | ( | SwCTBWrapper & | rWrapper, |
CustomToolBarImportHelper & | helper | ||
) |
Definition at line 252 of file ww8toolbar.cxx.
References customizationDataCTB, customizationDataTBDelta, CustomToolBarImportHelper::getAppCfgManager(), CustomToolBarImportHelper::getCfgManager(), SwCTBWrapper::GetCustomizaton(), SwTBC::GetCustomText(), comphelper::getProcessComponentContext(), SwCTBWrapper::GetTBCAtOffset(), pWrapper, SAL_INFO, and tbidForTBD.
Referenced by ImportCustomToolBar().
|
overridevirtual |
Implements TBBase.
Definition at line 221 of file ww8toolbar.cxx.
References TBDelta::ControlDropsToolBar(), ctbds, customizationDataCTB, customizationDataTBDelta, TBDelta::CustomizationIndex(), SvStream::good(), index, SwCTBWrapper::InsertDropIndex(), TBBase::nOffSet, pWrapper, TBDelta::Read(), SvStream::ReadInt32(), SvStream::ReadUInt16(), SvStream::remainingSize(), reserved1, SAL_INFO, tbidForTBD, and SvStream::Tell().
Referenced by SwCTBWrapper::Read().
|
friend |
Definition at line 106 of file ww8toolbar.hxx.
|
private |
Definition at line 114 of file ww8toolbar.hxx.
|
private |
Definition at line 110 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 112 of file ww8toolbar.hxx.
Referenced by ImportCustomToolBar(), ImportMenu(), and Read().
|
private |
Definition at line 113 of file ww8toolbar.hxx.
Referenced by ImportMenu(), and Read().
|
private |
Definition at line 111 of file ww8toolbar.hxx.
Referenced by ImportMenu(), and Read().
|
private |
Definition at line 109 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 108 of file ww8toolbar.hxx.
Referenced by ImportCustomToolBar(), ImportMenu(), and Read().