LibreOffice Module sc (master) 1
|
#include <xcl97rec.hxx>
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 |
Definition at line 358 of file xcl97rec.hxx.
ExcEScenarioCell::ExcEScenarioCell | ( | sal_uInt16 | nC, |
sal_uInt16 | nR, | ||
const OUString & | rTxt | ||
) |
Definition at line 1459 of file xcl97rec.cxx.
|
inline |
Definition at line 369 of file xcl97rec.hxx.
References XclExpString::GetSize(), and sText.
Referenced by ExcEScenario::Append().
void ExcEScenarioCell::SaveXml | ( | XclExpXmlStream & | rStrm | ) | const |
Definition at line 1476 of file xcl97rec.cxx.
References nCol, nRow, rStrm, sText, and XclXmlUtils::ToOString().
void ExcEScenarioCell::WriteAddress | ( | XclExpStream & | rStrm | ) | const |
Definition at line 1466 of file xcl97rec.cxx.
void ExcEScenarioCell::WriteText | ( | XclExpStream & | rStrm | ) | const |
Definition at line 1471 of file xcl97rec.cxx.
|
private |
Definition at line 361 of file xcl97rec.hxx.
Referenced by SaveXml(), and WriteAddress().
|
private |
Definition at line 362 of file xcl97rec.hxx.
Referenced by SaveXml(), and WriteAddress().
|
private |
Definition at line 363 of file xcl97rec.hxx.
Referenced by GetStringBytes(), SaveXml(), and WriteText().