|
LibreOffice Module filter (master) 1
|
#include <mstoolbar.hxx>
Public Member Functions | |
| TBCGeneralInfo () | |
| bool | Read (SvStream &rS) override |
| void | ImportToolBarControlData (CustomToolBarImportHelper &, std::vector< css::beans::PropertyValue > &) |
| OUString const & | CustomText () |
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 | |
| sal_uInt8 | bFlags |
| WString | customText |
| WString | descriptionText |
| WString | tooltip |
| TBCExtraInfo | extraInfo |
Additional Inherited Members | |
Protected Attributes inherited from TBBase | |
| sal_uInt32 | nOffSet |
Definition at line 145 of file mstoolbar.hxx.
| TBCGeneralInfo::TBCGeneralInfo | ( | ) |
Definition at line 441 of file mstoolbar.cxx.
|
inline |
Definition at line 157 of file mstoolbar.hxx.
References WString::getString().
| void TBCGeneralInfo::ImportToolBarControlData | ( | CustomToolBarImportHelper & | , |
| std::vector< css::beans::PropertyValue > & | |||
| ) |
Definition at line 479 of file mstoolbar.cxx.
References bFlags, CustomToolBarImportHelper::createCommandFromMacro(), customText, extraInfo, TBCExtraInfo::getOnAction(), WString::getString(), ooo::vba::MacroResolvedInfo::mbFound, ooo::vba::MacroResolvedInfo::msResolvedMacro, ooo::vba::resolveVBAMacro(), and tooltip.
Referenced by TBCData::ImportToolBarControl().
|
overridevirtual |
Implements TBBase.
Definition at line 445 of file mstoolbar.cxx.
References bFlags, customText, descriptionText, extraInfo, TBBase::nOffSet, WString::Read(), TBCExtraInfo::Read(), SvStream::ReadUChar(), SAL_INFO, SvStream::Tell(), and tooltip.
Referenced by TBCData::Read().
|
private |
Definition at line 147 of file mstoolbar.hxx.
Referenced by ImportToolBarControlData(), and Read().
|
private |
Definition at line 148 of file mstoolbar.hxx.
Referenced by ImportToolBarControlData(), and Read().
|
private |
Definition at line 149 of file mstoolbar.hxx.
Referenced by Read().
|
private |
Definition at line 151 of file mstoolbar.hxx.
Referenced by ImportToolBarControlData(), and Read().
|
private |
Definition at line 150 of file mstoolbar.hxx.
Referenced by ImportToolBarControlData(), and Read().