|
LibreOffice Module sc (master) 1
|
#include <xltoolbar.hxx>
Public Member Functions | |
| ScCTBWrapper () | |
| virtual | ~ScCTBWrapper () override |
| bool | Read (SvStream &rS) override |
| void | ImportCustomToolBar (SfxObjectShell &rDocSh) |
| ScCTB * | GetCustomizationData (const OUString &name) |
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 | |
| CTBS | ctbSet |
| std::vector< ScCTB > | rCTB |
Additional Inherited Members | |
Protected Attributes inherited from TBBase | |
| sal_uInt32 | nOffSet |
Definition at line 89 of file xltoolbar.hxx.
| ScCTBWrapper::ScCTBWrapper | ( | ) |
Definition at line 359 of file xltoolbar.cxx.
|
overridevirtual |
Definition at line 363 of file xltoolbar.cxx.
| ScCTB * ScCTBWrapper::GetCustomizationData | ( | const OUString & | name | ) |
Definition at line 407 of file xltoolbar.cxx.
References rCTB.
Referenced by ScTBC::ImportToolBarControl().
| void ScCTBWrapper::ImportCustomToolBar | ( | SfxObjectShell & | rDocSh | ) |
Definition at line 416 of file xltoolbar.cxx.
References rCTB.
Referenced by ImportExcel8::ReadBasic().
|
overridevirtual |
Implements TBBase.
Definition at line 368 of file xltoolbar.cxx.
References CTBS::ctb, ctbSet, CTBS::ctbViews, index, TBBase::nOffSet, rCTB, ScCTB::Read(), CTBS::Read(), SvStream::remainingSize(), SAL_INFO, o3tl::sanitizing_min(), and SvStream::Tell().
Referenced by ImportExcel8::ReadBasic().
|
private |
Definition at line 91 of file xltoolbar.hxx.
Referenced by Read().
|
private |
Definition at line 93 of file xltoolbar.hxx.
Referenced by GetCustomizationData(), ImportCustomToolBar(), and Read().