Home
last modified time | relevance | path

Searched refs:nFuncFmtType (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sc/source/core/tool/
H A Dinterpr2.cxx109 nFuncFmtType = NUMBERFORMAT_DATE; in ScGetActDate()
118 nFuncFmtType = NUMBERFORMAT_DATETIME; in ScGetActTime()
242 nFuncFmtType = NUMBERFORMAT_DATE; in ScEasterSunday()
273 nFuncFmtType = NUMBERFORMAT_DATE; in ScGetDate()
291 nFuncFmtType = NUMBERFORMAT_TIME; in ScGetTime()
625 nFuncFmtType = NUMBERFORMAT_CURRENCY; in ScNPV()
693 nFuncFmtType = NUMBERFORMAT_PERCENT; in ScIRR()
758 nFuncFmtType = NUMBERFORMAT_PERCENT; in ScMIRR()
847 nFuncFmtType = NUMBERFORMAT_CURRENCY; in ScBW()
865 nFuncFmtType = NUMBERFORMAT_CURRENCY; in ScDIA()
[all …]
H A Dinterpr1.cxx204 nFuncFmtType = NUMBERFORMAT_LOGICAL; in ScIfJump()
217 nFuncFmtType = NUMBERFORMAT_LOGICAL; in ScIfJump()
850 nCurFmtType = nFuncFmtType = NUMBERFORMAT_LOGICAL; in Compare()
982 nCurFmtType = nFuncFmtType = NUMBERFORMAT_LOGICAL; in CompareMat()
990 short nSaveFuncFmtType = nFuncFmtType; in QueryMat()
998 nFuncFmtType = nSaveFuncFmtType; in QueryMat()
1150 nFuncFmtType = NUMBERFORMAT_LOGICAL; in ScAnd()
1248 nFuncFmtType = NUMBERFORMAT_LOGICAL; in ScOr()
1346 nFuncFmtType = NUMBERFORMAT_LOGICAL; in ScXor()
1449 nFuncFmtType = nCurFmtType; in ScNeg()
[all …]
H A Dinterpr4.cxx1954 if ( nFuncFmtType == nCurFmtType ) in GetDouble()
3231 nFuncFmtType = aFmt.mnType; in ScExternalRef()
3375 nFuncFmtType = NUMBERFORMAT_UNDEFINED; in Interpret()
3419 nFuncFmtType = NUMBERFORMAT_NUMBER; in Interpret()
3769 case ocNone : nFuncFmtType = NUMBERFORMAT_UNDEFINED; break; in Interpret()
3802 if ( nFuncFmtType != NUMBERFORMAT_UNDEFINED ) in Interpret()
3804 nRetTypeExpr = nFuncFmtType; in Interpret()
3806 nRetIndexExpr = ( nFuncFmtType == NUMBERFORMAT_CURRENCY ? in Interpret()
3904 if ( nFuncFmtType == NUMBERFORMAT_UNDEFINED ) in Interpret()
4010 else if( nFuncFmtType != NUMBERFORMAT_UNDEFINED ) in Interpret()
[all …]
H A Dinterpr5.cxx1280 nFuncFmtType = nFmtCurrencyType; in CalculateAddSub()
1285 lcl_GetDiffDateTimeFmtType( nFuncFmtType, nFmt1, nFmt2 ); in CalculateAddSub()
1286 if ( nFmtPercentType == NUMBERFORMAT_PERCENT && nFuncFmtType == NUMBERFORMAT_NUMBER ) in CalculateAddSub()
1287 nFuncFmtType = NUMBERFORMAT_PERCENT; in CalculateAddSub()
1463 nFuncFmtType = nFmtCurrencyType; in ScMul()
1554 nFuncFmtType = nFmtCurrencyType; in ScDiv()
3202 nFuncFmtType = NUMBERFORMAT_LOGICAL; in ScMatRef()
3217 nFuncFmtType = nCurFmtType; in ScMatRef()
3237 nFuncFmtType = nCurFmtType; in ScMatRef()
/AOO41X/main/sc/source/core/inc/
H A Dinterpre.hxx187 short nFuncFmtType; // NumberFormatType of a function member in ScInterpreter
374 { nFuncFmtType = nCurFmtType; nFuncFmtIndex = nCurFmtIndex; } in CurFmtToFuncFmt()