Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxetable.hxx170 sal_uInt8 mnUsedCount; /// Number of FORMULA records referring to this record. member in XclExpShrfmla
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxetable.hxx170 sal_uInt8 mnUsedCount; /// Number of FORMULA records referring to this record. member in XclExpShrfmla
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxetable.cxx184 mnUsedCount( 1 ) in XclExpShrfmla()
191 ++mnUsedCount; in ExtendRange()
207 rStrm << sal_uInt8( 0 ) << mnUsedCount << *mxTokArr; in WriteBody()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxetable.cxx181 mnUsedCount( 1 ) in XclExpShrfmla()
188 ++mnUsedCount; in ExtendRange()
204 rStrm << sal_uInt8( 0 ) << mnUsedCount << *mxTokArr; in WriteBody()