Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxetable.hxx509 virtual void WriteContents( XclExpStream& rStrm, sal_uInt16 nRelCol ) = 0;
510 …ts( XclExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCol ) = 0;
539 virtual void WriteContents( XclExpStream& rStrm, sal_uInt16 nRelCol ) override;
540 …clExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCol ) override;
556 virtual void WriteContents( XclExpStream& rStrm, sal_uInt16 nRelCol ) override;
557 …clExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCol ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxetable.hxx510 virtual void WriteContents( XclExpStream& rStrm, sal_uInt16 nRelCol ) = 0;
511 …ts( XclExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCol ) = 0;
540 virtual void WriteContents( XclExpStream& rStrm, sal_uInt16 nRelCol ) override;
541 …clExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCol ) override;
557 virtual void WriteContents( XclExpStream& rStrm, sal_uInt16 nRelCol ) override;
558 …clExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCol ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxetable.cxx1170 sal_uInt16 nRelCol = nBegXclCol - GetXclCol(); in Save() local
1176 WriteContents( rStrm, nRelCol ); in Save()
1177 ++nRelCol; in Save()
1218 sal_Int32 nRelCol = 0; in SaveXml() local
1225 … XclAddress( static_cast<sal_uInt16>(nBegXclCol + nRelCol), GetXclRow() ), in SaveXml()
1228 ++nRelCol; in SaveXml()
1373 …ontents( XclExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCol ) in WriteXmlContents() argument
1383 rWorksheet->write( XclTools::GetDoubleFromRK( maRkValues[ nRelCol ] ) ); in WriteXmlContents()
1388 void XclExpRkCell::WriteContents( XclExpStream& rStrm, sal_uInt16 nRelCol ) in WriteContents() argument
1390 OSL_ENSURE( nRelCol < maRkValues.size(), "XclExpRkCell::WriteContents - overflow error" ); in WriteContents()
[all …]
H A Dexcform8.cxx1447 SCCOL nRelCol = static_cast<sal_Int8>(nC); in ExcRelToScRel8() local
1448 sal_Int16 nDiff = aEingPos.Col() + nRelCol; in ExcRelToScRel8()
1452 nRelCol = static_cast<sal_Int16>(256 + static_cast<int>(nRelCol)); in ExcRelToScRel8()
1454 rSRD.SetRelCol(nRelCol); in ExcRelToScRel8()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxetable.cxx1164 sal_uInt16 nRelCol = nBegXclCol - GetXclCol(); in Save() local
1170 WriteContents( rStrm, nRelCol ); in Save()
1171 ++nRelCol; in Save()
1212 sal_Int32 nRelCol = 0; in SaveXml() local
1219 … XclAddress( static_cast<sal_uInt16>(nBegXclCol + nRelCol), GetXclRow() ), in SaveXml()
1222 ++nRelCol; in SaveXml()
1367 …ontents( XclExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCol ) in WriteXmlContents() argument
1377 rWorksheet->write( XclTools::GetDoubleFromRK( maRkValues[ nRelCol ] ) ); in WriteXmlContents()
1382 void XclExpRkCell::WriteContents( XclExpStream& rStrm, sal_uInt16 nRelCol ) in WriteContents() argument
1384 OSL_ENSURE( nRelCol < maRkValues.size(), "XclExpRkCell::WriteContents - overflow error" ); in WriteContents()
[all …]
H A Dexcform8.cxx1444 SCCOL nRelCol = static_cast<sal_Int8>(nC); in ExcRelToScRel8() local
1445 sal_Int16 nDiff = aEingPos.Col() + nRelCol; in ExcRelToScRel8()
1449 nRelCol = static_cast<sal_Int16>(256 + static_cast<int>(nRelCol)); in ExcRelToScRel8()
1451 rSRD.SetRelCol(nRelCol); in ExcRelToScRel8()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmltbli.cxx2299 sal_Int32 nRelCol = nVal / nMinAbsColWidth; in MakeTable_() local
2300 rCol.width = nRelCol; in MakeTable_()
2302 nRelWidth += nRelCol; in MakeTable_()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmltbli.cxx2392 sal_Int32 nRelCol = nVal / nMinAbsColWidth; in MakeTable_() local
2393 rCol.width = nRelCol; in MakeTable_()
2395 nRelWidth += nRelCol; in MakeTable_()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Ducalc.cxx1435 bool checkRelativeRefToken(ScDocument& rDoc, const ScAddress& rPos, SCCOL nRelCol, SCROW nRelRow) in checkRelativeRefToken() argument
1442 if (!rRef.IsColRel() || rRef.Col() != nRelCol) in checkRelativeRefToken()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Ducalc.cxx1154 bool checkRelativeRefToken(ScDocument& rDoc, const ScAddress& rPos, SCCOL nRelCol, SCROW nRelRow) in checkRelativeRefToken() argument
1161 if (!rRef.IsColRel() || rRef.Col() != nRelCol) in checkRelativeRefToken()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dconstantparam.numbers.results1999 short nRelCol
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dconstantparam.numbers.results2047 short nRelCol