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

#include <xcl97rec.hxx>

Collaboration diagram for ExcEScenarioCell:
[legend]

Public Member Functions

 ExcEScenarioCell (sal_uInt16 nC, sal_uInt16 nR, const OUString &rTxt)
 
std::size_t GetStringBytes () const
 
void WriteAddress (XclExpStream &rStrm) const
 
void WriteText (XclExpStream &rStrm) const
 
void SaveXml (XclExpXmlStream &rStrm) const
 

Private Attributes

sal_uInt16 nCol
 
sal_uInt16 nRow
 
XclExpString sText
 

Detailed Description

Definition at line 358 of file xcl97rec.hxx.

Constructor & Destructor Documentation

◆ ExcEScenarioCell()

ExcEScenarioCell::ExcEScenarioCell ( sal_uInt16  nC,
sal_uInt16  nR,
const OUString &  rTxt 
)

Definition at line 1459 of file xcl97rec.cxx.

Member Function Documentation

◆ GetStringBytes()

std::size_t ExcEScenarioCell::GetStringBytes ( ) const
inline

Definition at line 369 of file xcl97rec.hxx.

References XclExpString::GetSize(), and sText.

Referenced by ExcEScenario::Append().

◆ SaveXml()

void ExcEScenarioCell::SaveXml ( XclExpXmlStream rStrm) const

Definition at line 1476 of file xcl97rec.cxx.

References nCol, nRow, rStrm, sText, and XclXmlUtils::ToOString().

◆ WriteAddress()

void ExcEScenarioCell::WriteAddress ( XclExpStream rStrm) const

Definition at line 1466 of file xcl97rec.cxx.

References nCol, nRow, and rStrm.

◆ WriteText()

void ExcEScenarioCell::WriteText ( XclExpStream rStrm) const

Definition at line 1471 of file xcl97rec.cxx.

References rStrm, and sText.

Member Data Documentation

◆ nCol

sal_uInt16 ExcEScenarioCell::nCol
private

Definition at line 361 of file xcl97rec.hxx.

Referenced by SaveXml(), and WriteAddress().

◆ nRow

sal_uInt16 ExcEScenarioCell::nRow
private

Definition at line 362 of file xcl97rec.hxx.

Referenced by SaveXml(), and WriteAddress().

◆ sText

XclExpString ExcEScenarioCell::sText
private

Definition at line 363 of file xcl97rec.hxx.

Referenced by GetStringBytes(), SaveXml(), and WriteText().


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