Home
last modified time | relevance | path

Searched refs:nCurFmtType (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sc/source/core/tool/
H A Dinterpr5.cxx1164 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 …]
H A Dinterpr4.cxx265 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()
H A Dinterpr1.cxx850 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()
/aoo41x/main/sc/source/core/inc/
H A Dinterpre.hxx188 short nCurFmtType; // current NumberFormatType member in ScInterpreter
374 { nFuncFmtType = nCurFmtType; nFuncFmtIndex = nCurFmtIndex; } in CurFmtToFuncFmt()

Completed in 88 milliseconds