|
LibreOffice Module sc (master) 1
|
Save sheetPr element and its children for xlsx export. More...
#include <excrecds.hxx>
Public Member Functions | |
| XclExpXmlSheetPr (bool bFitToPages, SCTAB nScTab, const Color &rTabColor, XclExpFilterManager *pManager) | |
| virtual void | SaveXml (XclExpXmlStream &rStrm) override |
Public Member Functions inherited from XclExpRecordBase | |
| XclExpRecordBase () | |
| XclExpRecordBase (XclExpRecordBase const &) | |
| XclExpRecordBase (XclExpRecordBase &&) | |
| XclExpRecordBase & | operator= (XclExpRecordBase const &) |
| XclExpRecordBase & | operator= (XclExpRecordBase &&) noexcept |
| virtual | ~XclExpRecordBase () |
| virtual void | Save (XclExpStream &rStrm) |
| Overwrite this method to do any operation while saving the record. More... | |
| virtual void | SaveXml (XclExpXmlStream &rStrm) |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| SimpleReferenceObject () | |
| void | acquire () |
| void | release () |
Private Attributes | |
| SCTAB | mnScTab |
| XclExpFilterManager * | mpManager |
| bool | mbFitToPage |
| Color | maTabColor |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| static void * | operator new (std::size_t nSize) |
| static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
| static void | operator delete (void *pPtr) |
| static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
| virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
| oslInterlockedCount | m_nCount |
Save sheetPr element and its children for xlsx export.
Definition at line 303 of file excrecds.hxx.
|
explicit |
Definition at line 371 of file excrecds.cxx.
|
overridevirtual |
Reimplemented from XclExpRecordBase.
Definition at line 374 of file excrecds.cxx.
References COL_AUTO(), XclExpFilterManager::HasFilterMode(), maTabColor, mbFitToPage, mnScTab, mpManager, rStrm, and XclXmlUtils::ToOString().
|
private |
Definition at line 315 of file excrecds.hxx.
Referenced by SaveXml().
|
private |
Definition at line 314 of file excrecds.hxx.
Referenced by SaveXml().
|
private |
Definition at line 312 of file excrecds.hxx.
Referenced by SaveXml().
|
private |
Definition at line 313 of file excrecds.hxx.
Referenced by SaveXml().