Home
last modified time | relevance | path

Searched refs:mnBoolErr (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dxihelper.hxx323 …inline bool GetBool() const { return (mnType == EXC_CACHEDVAL_BOOL) && (mnBoolErr != 0… in GetBool()
325 …inline sal_uInt8 GetXclError() const { return (mnType == EXC_CACHEDVAL_ERROR) ? mnBoolErr : EXC… in GetXclError()
338 sal_uInt8 mnBoolErr; /// Boolean value or Excel error code. member in XclImpCachedValue
/trunk/main/sc/source/filter/excel/
H A Dxihelper.cxx800 mnBoolErr( 0 ) in XclImpCachedValue()
818 rStrm >> mnBoolErr; in XclImpCachedValue()
822 XclTools::ErrorToEnum( fVal, mnType == EXC_CACHEDVAL_ERROR, mnBoolErr ) ); in XclImpCachedValue()
838 return (mnType == EXC_CACHEDVAL_ERROR) ? XclTools::GetScErrorCode( mnBoolErr ) : 0; in GetScError()

Completed in 22 milliseconds