Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dexctools.cxx160 sal_uInt16 nCref; in ExcScenario() local
163 nCref = rIn.ReaduInt16(); in ExcScenario()
183 sal_uInt16 n = nCref; in ExcScenario()
H A Dexcimp8.cxx284 sal_uInt16 nCref = aIn.ReaduInt16(); // number of ref elements in Feat() local
289 if (nCref) in Feat()
292 aRefs.Read( aIn, true, nCref); in Feat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dexctools.cxx160 sal_uInt16 nCref; in ExcScenario() local
163 nCref = rIn.ReaduInt16(); in ExcScenario()
183 sal_uInt16 n = nCref; in ExcScenario()
H A Dexcimp8.cxx283 sal_uInt16 nCref = aIn.ReaduInt16(); // number of ref elements in Feat() local
288 if (nCref) in Feat()
291 aRefs.Read( aIn, true, nCref); in Feat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xcl97/
H A Dxcl97rec.cxx1689 sal_uInt16 nCref = ulimit_cast<sal_uInt16>(aRefs.size()); in WriteBody() local
1690 rStrm << nCref; // cref in WriteBody()
1692 aRefs.Write( rStrm, true, nCref); // refs in WriteBody()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xcl97/
H A Dxcl97rec.cxx1734 sal_uInt16 nCref = ulimit_cast<sal_uInt16>(aRefs.size()); in WriteBody() local
1735 rStrm << nCref; // cref in WriteBody()
1737 aRefs.Write( rStrm, true, nCref); // refs in WriteBody()