Home
last modified time | relevance | path

Searched refs:XclExpCrn (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sc/source/filter/excel/
H A Dxelink.cxx167 class XclExpCrn : public XclExpRecord class
1117 XclExpCrn::XclExpCrn( SCCOL nScCol, SCROW nScRow, const Any& rValue ) : in XclExpCrn() function in XclExpCrn
1125 bool XclExpCrn::InsertValue( SCCOL nScCol, SCROW nScRow, const Any& rValue ) in InsertValue()
1133 void XclExpCrn::WriteBody( XclExpStream& rStrm ) in WriteBody()
1151 void XclExpCrn::WriteBool( XclExpStream& rStrm, bool bValue ) in WriteBool()
1157 void XclExpCrn::WriteDouble( XclExpStream& rStrm, double fValue ) in WriteDouble()
1170 void XclExpCrn::WriteString( XclExpStream& rStrm, const OUString& rValue ) in WriteString()
1175 void XclExpCrn::WriteError( XclExpStream& rStrm, sal_uInt8 nErrCode ) in WriteError()
1181 void XclExpCrn::WriteEmpty( XclExpStream& rStrm ) in WriteEmpty()
1225 class XclExpCrnList : public XclExpRecordList< XclExpCrn >
[all …]

Completed in 24 milliseconds