LibreOffice Module sw (master)
1
|
#include <ww8toolbar.hxx>
Public Member Functions | |
SwCTBWrapper () | |
virtual | ~SwCTBWrapper () override |
void | InsertDropIndex (sal_Int32 aIndex) |
SwTBC * | GetTBCAtOffset (sal_uInt32 nStreamOffset) |
bool | Read (SvStream &rS) override |
bool | ImportCustomToolBar (SfxObjectShell &rDocSh) |
Customization * | GetCustomizaton (sal_Int16 index) |
SwCTB * | GetCustomizationData (const OUString &name) |
![]() | |
Tcg255SubStruct () | |
sal_uInt8 | id () const |
![]() | |
TBBase () | |
virtual | ~TBBase () |
TBBase (TBBase const &)=default | |
TBBase (TBBase &&)=default | |
TBBase & | operator= (TBBase const &)=default |
TBBase & | operator= (TBBase &&)=default |
sal_uInt32 | GetOffset () const |
Private Member Functions | |
SwCTBWrapper (const SwCTBWrapper &)=delete | |
SwCTBWrapper & | operator= (const SwCTBWrapper &)=delete |
Private Attributes | |
sal_uInt16 | reserved2 |
sal_uInt8 | reserved3 |
sal_uInt16 | reserved4 |
sal_uInt16 | reserved5 |
sal_Int16 | cbTBD |
sal_uInt16 | cCust |
sal_Int32 | cbDTBC |
std::vector< SwTBC > | rtbdc |
std::vector< Customization > | rCustomizations |
std::vector< sal_Int16 > | dropDownMenuIndices |
Additional Inherited Members | |
![]() | |
sal_uInt8 | ch |
![]() | |
sal_uInt32 | nOffSet |
Definition at line 124 of file ww8toolbar.hxx.
|
privatedelete |
|
explicit |
Definition at line 79 of file ww8toolbar.cxx.
|
overridevirtual |
Definition at line 91 of file ww8toolbar.cxx.
SwCTB * SwCTBWrapper::GetCustomizationData | ( | const OUString & | name | ) |
Definition at line 102 of file ww8toolbar.cxx.
References SwCTB::GetName(), and rCustomizations.
Referenced by SwTBC::ImportToolBarControl().
Customization * SwCTBWrapper::GetCustomizaton | ( | sal_Int16 | index | ) |
Definition at line 95 of file ww8toolbar.cxx.
References rCustomizations.
Referenced by Customization::ImportMenu().
SwTBC * SwCTBWrapper::GetTBCAtOffset | ( | sal_uInt32 | nStreamOffset | ) |
Definition at line 176 of file ww8toolbar.cxx.
References rtbdc.
Referenced by Customization::ImportMenu().
bool SwCTBWrapper::ImportCustomToolBar | ( | SfxObjectShell & | rDocSh | ) |
Definition at line 185 of file ww8toolbar.cxx.
References sw::proofreadingiterator::get(), utl::ConfigManager::IsFuzzing(), rCustomizations, and CustomToolBarImportHelper::setMSOCommandMap().
Referenced by Tcg255::ImportCustomToolBar().
|
inline |
Definition at line 146 of file ww8toolbar.hxx.
Referenced by Customization::Read().
|
privatedelete |
|
overridevirtual |
Reimplemented from Tcg255SubStruct.
Definition at line 114 of file ww8toolbar.cxx.
References cbDTBC, cbTBD, cCust, dropDownMenuIndices, SvStream::good(), index, o3tl::make_unsigned(), TBBase::nOffSet, rCustomizations, SwTBC::Read(), Tcg255SubStruct::Read(), Customization::Read(), SvStream::ReadInt16(), SvStream::ReadInt32(), SvStream::ReadUChar(), SvStream::ReadUInt16(), SvStream::remainingSize(), reserved2, reserved3, reserved4, reserved5, rtbdc, SAL_INFO, SAL_WARN_IF, SvStream::Seek(), and SvStream::Tell().
|
private |
Definition at line 135 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 132 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 133 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 139 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 138 of file ww8toolbar.hxx.
Referenced by GetCustomizationData(), GetCustomizaton(), ImportCustomToolBar(), and Read().
|
private |
Definition at line 127 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 128 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 129 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 130 of file ww8toolbar.hxx.
Referenced by Read().
|
private |
Definition at line 137 of file ww8toolbar.hxx.
Referenced by GetTBCAtOffset(), and Read().