Searched refs:nCurFmtType (Results 1 – 4 of 4) sorted by relevance
1163 short nFmtCurrencyType = nCurFmtType; in CalculateAddSub()1165 short nFmtPercentType = nCurFmtType; in CalculateAddSub()1171 switch ( nCurFmtType ) in CalculateAddSub()1176 nFmt2 = nCurFmtType; in CalculateAddSub()1192 switch ( nCurFmtType ) in CalculateAddSub()1197 nFmt1 = nCurFmtType; in CalculateAddSub()1401 switch ( nCurFmtType ) in ScMul()1414 switch ( nCurFmtType ) in ScMul()1482 nFmtCurrencyType2 = nCurFmtType; in ScDiv()1489 switch ( nCurFmtType ) in ScDiv()[all …]
265 nCurFmtType = (bDate ? NUMBERFORMAT_DATE : NUMBERFORMAT_TIME); in ConvertStringToValue()280 nCurFmtType |= NUMBERFORMAT_TIME; in ConvertStringToValue()429 pDok->GetNumberFormatInfo( nCurFmtType, nCurFmtIndex, in GetCellValueOrZero()450 nCurFmtType = pFormatter->GetType( nCurFmtIndex ); in GetCellValueOrZero()857 nCurFmtType = NUMBERFORMAT_UNDEFINED; in PushWithoutError()991 *pRetTypeExpr = nCurFmtType; in PushCellResultToken()1046 nCurFmtType = NUMBERFORMAT_NUMBER; in PopDouble()1075 nCurFmtType = NUMBERFORMAT_TEXT; in PopString()1954 if ( nFuncFmtType == nCurFmtType ) in GetDouble()3416 nCurFmtType = nRetTypeExpr; in Interpret()
848 nCurFmtType = nFuncFmtType = NUMBERFORMAT_LOGICAL; in Compare()980 nCurFmtType = nFuncFmtType = NUMBERFORMAT_LOGICAL; in CompareMat()987 short nSaveCurFmtType = nCurFmtType; in QueryMat()995 nCurFmtType = nSaveCurFmtType; in QueryMat()1555 nFuncFmtType = nCurFmtType; in ScNeg()2052 nRes = ( nCurFmtType == NUMBERFORMAT_LOGICAL ); in ScIsLogical()2054 nCurFmtType = nFuncFmtType = NUMBERFORMAT_LOGICAL; in ScIsLogical()
203 short nCurFmtType; // current NumberFormatType member in ScInterpreter389 { nFuncFmtType = nCurFmtType; nFuncFmtIndex = nCurFmtIndex; } in CurFmtToFuncFmt()
Completed in 107 milliseconds