Searched refs:nScErrCode (Results 1 – 1 of 1) sorted by relevance
916 static const char* lcl_GetErrorString( sal_uInt16 nScErrCode ) in lcl_GetErrorString() argument918 sal_uInt8 nXclErrCode = XclTools::GetXclErrorCode( nScErrCode ); in lcl_GetErrorString()939 sal_uInt16 nScErrCode = rCell.GetErrCode(); in lcl_GetFormulaInfo() local940 if( nScErrCode ) in lcl_GetFormulaInfo()943 rValue = XclXmlUtils::ToOUString( lcl_GetErrorString( nScErrCode ) ); in lcl_GetFormulaInfo()1035 sal_uInt16 nScErrCode = mrScFmlaCell.GetErrCode(); in WriteContents() local1036 if( nScErrCode ) in WriteContents()1038 << XclTools::GetXclErrorCode( nScErrCode ) in WriteContents()
Completed in 32 milliseconds