LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
XclExpXmlSheetPr Class Reference

Save sheetPr element and its children for xlsx export. More...

#include <excrecds.hxx>

Inheritance diagram for XclExpXmlSheetPr:
[legend]
Collaboration diagram for XclExpXmlSheetPr:
[legend]

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 &&)
 
XclExpRecordBaseoperator= (XclExpRecordBase const &)
 
XclExpRecordBaseoperator= (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
 
XclExpFilterManagermpManager
 
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
 

Detailed Description

Save sheetPr element and its children for xlsx export.

Definition at line 303 of file excrecds.hxx.

Constructor & Destructor Documentation

◆ XclExpXmlSheetPr()

XclExpXmlSheetPr::XclExpXmlSheetPr ( bool  bFitToPages,
SCTAB  nScTab,
const Color rTabColor,
XclExpFilterManager pManager 
)
explicit

Definition at line 371 of file excrecds.cxx.

Member Function Documentation

◆ SaveXml()

void XclExpXmlSheetPr::SaveXml ( XclExpXmlStream rStrm)
overridevirtual

Member Data Documentation

◆ maTabColor

Color XclExpXmlSheetPr::maTabColor
private

Definition at line 315 of file excrecds.hxx.

Referenced by SaveXml().

◆ mbFitToPage

bool XclExpXmlSheetPr::mbFitToPage
private

Definition at line 314 of file excrecds.hxx.

Referenced by SaveXml().

◆ mnScTab

SCTAB XclExpXmlSheetPr::mnScTab
private

Definition at line 312 of file excrecds.hxx.

Referenced by SaveXml().

◆ mpManager

XclExpFilterManager* XclExpXmlSheetPr::mpManager
private

Definition at line 313 of file excrecds.hxx.

Referenced by SaveXml().


The documentation for this class was generated from the following files: