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) |
![]() | |
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 | |
CTBS | ctbSet |
std::vector< ScCTB > | rCTB |
Additional Inherited Members | |
![]() | |
sal_uInt32 | nOffSet |
Definition at line 90 of file xltoolbar.hxx.
ScCTBWrapper::ScCTBWrapper | ( | ) |
Definition at line 331 of file xltoolbar.cxx.
|
overridevirtual |
Definition at line 335 of file xltoolbar.cxx.
ScCTB * ScCTBWrapper::GetCustomizationData | ( | const OUString & | name | ) |
Definition at line 386 of file xltoolbar.cxx.
Referenced by ScTBC::ImportToolBarControl().
void ScCTBWrapper::ImportCustomToolBar | ( | SfxObjectShell & | rDocSh | ) |
Definition at line 395 of file xltoolbar.cxx.
References comphelper::getProcessComponentContext().
Referenced by ImportExcel8::ReadBasic().
|
overridevirtual |
Implements TBBase.
Definition at line 340 of file xltoolbar.cxx.
References CTBS::ctb, ctbSet, CTBS::ctbViews, index, TBBase::nOffSet, rCTB, ScCTB::Read(), CTBS::Read(), SvStream::remainingSize(), SAL_INFO, and SvStream::Tell().
Referenced by ImportExcel8::ReadBasic().
|
private |
Definition at line 92 of file xltoolbar.hxx.
Referenced by Read().
|
private |
Definition at line 94 of file xltoolbar.hxx.
Referenced by Read().