Searched refs:XclExpCrn (Results 1 – 1 of 1) sorted by relevance
167 class XclExpCrn : public XclExpRecord class1117 XclExpCrn::XclExpCrn( SCCOL nScCol, SCROW nScRow, const Any& rValue ) : in XclExpCrn() function in XclExpCrn1125 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 30 milliseconds