Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxihelper.cxx788 case EXC_CACHEDVAL_ERROR: in XclImpCachedValue()
795 XclTools::ErrorToEnum( fVal, mnType == EXC_CACHEDVAL_ERROR, mnBoolErr ) ); in XclImpCachedValue()
811 …return (mnType == EXC_CACHEDVAL_ERROR) ? XclTools::GetScErrorCode( mnBoolErr ) : FormulaError::NON… in GetScError()
882 case EXC_CACHEDVAL_ERROR: in CreateScMatrix()
H A Dxilink.cxx598 case EXC_CACHEDVAL_ERROR: in LoadCachedValues()
H A Dxehelper.cxx1063 rStrm << EXC_CACHEDVAL_ERROR << nError; in Save()
H A Dexcform.cxx1858 case EXC_CACHEDVAL_ERROR: in ReadExtensionArray()
H A Dxeformula.cxx1332 AppendExt( EXC_CACHEDVAL_ERROR ); in ProcessMatrix()
H A Dxelink.cxx1213 rStrm << EXC_CACHEDVAL_ERROR << nErrCode; in WriteError()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxihelper.cxx788 case EXC_CACHEDVAL_ERROR: in XclImpCachedValue()
795 XclTools::ErrorToEnum( fVal, mnType == EXC_CACHEDVAL_ERROR, mnBoolErr ) ); in XclImpCachedValue()
811 …return (mnType == EXC_CACHEDVAL_ERROR) ? XclTools::GetScErrorCode( mnBoolErr ) : FormulaError::NON… in GetScError()
882 case EXC_CACHEDVAL_ERROR: in CreateScMatrix()
H A Dxilink.cxx591 case EXC_CACHEDVAL_ERROR: in LoadCachedValues()
H A Dxehelper.cxx1056 rStrm << EXC_CACHEDVAL_ERROR << nError; in Save()
H A Dexcform.cxx1863 case EXC_CACHEDVAL_ERROR: in ReadExtensionArray()
H A Dxeformula.cxx1303 AppendExt( EXC_CACHEDVAL_ERROR ); in ProcessMatrix()
H A Dxelink.cxx1207 rStrm << EXC_CACHEDVAL_ERROR << nErrCode; in WriteError()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxlconst.hxx118 const sal_uInt8 EXC_CACHEDVAL_ERROR = 0x10; variable
H A Dxihelper.hxx318 …sal_uInt8 GetXclError() const { return (mnType == EXC_CACHEDVAL_ERROR) ? mnBoolErr : EXC_ERR_NA… in GetXclError()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxihelper.hxx319 …sal_uInt8 GetXclError() const { return (mnType == EXC_CACHEDVAL_ERROR) ? mnBoolErr : EXC_ERR_NA… in GetXclError()
H A Dxlconst.hxx119 const sal_uInt8 EXC_CACHEDVAL_ERROR = 0x10; variable