Searched refs:nCurFmtType (Results 1 – 4 of 4) sorted by relevance
1164 short nFmtCurrencyType = nCurFmtType; in CalculateAddSub()1166 short nFmtPercentType = nCurFmtType; in CalculateAddSub()1172 switch ( nCurFmtType ) in CalculateAddSub()1177 nFmt2 = nCurFmtType; in CalculateAddSub()1193 switch ( nCurFmtType ) in CalculateAddSub()1198 nFmt1 = nCurFmtType; in CalculateAddSub()1402 switch ( nCurFmtType ) in ScMul()1415 switch ( nCurFmtType ) in ScMul()1483 nFmtCurrencyType2 = nCurFmtType; in ScDiv()1490 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()
850 nCurFmtType = nFuncFmtType = NUMBERFORMAT_LOGICAL; in Compare()982 nCurFmtType = nFuncFmtType = NUMBERFORMAT_LOGICAL; in CompareMat()989 short nSaveCurFmtType = nCurFmtType; in QueryMat()997 nCurFmtType = nSaveCurFmtType; in QueryMat()1449 nFuncFmtType = nCurFmtType; in ScNeg()1915 nRes = ( nCurFmtType == NUMBERFORMAT_LOGICAL ); in ScIsLogical()1917 nCurFmtType = nFuncFmtType = NUMBERFORMAT_LOGICAL; in ScIsLogical()
188 short nCurFmtType; // current NumberFormatType member in ScInterpreter374 { nFuncFmtType = nCurFmtType; nFuncFmtIndex = nCurFmtIndex; } in CurFmtToFuncFmt()
Completed in 93 milliseconds