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 1441 of file xcl97rec.cxx.
|
inline |
Definition at line 369 of file xcl97rec.hxx.
References XclExpString::GetSize().
Referenced by ExcEScenario::Append().
void ExcEScenarioCell::SaveXml | ( | XclExpXmlStream & | rStrm | ) | const |
Definition at line 1458 of file xcl97rec.cxx.
References XclExpXmlStream::GetCurrentStream(), XclRoot::GetDoc(), XclExpXmlStream::GetRoot(), nCol, nRow, sText, and XclXmlUtils::ToOString().
void ExcEScenarioCell::WriteAddress | ( | XclExpStream & | rStrm | ) | const |
Definition at line 1448 of file xcl97rec.cxx.
void ExcEScenarioCell::WriteText | ( | XclExpStream & | rStrm | ) | const |
Definition at line 1453 of file xcl97rec.cxx.
References sText.
|
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 SaveXml(), and WriteText().