Searched refs:ocCurrency (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | xlformula.cxx | 89 { ocCurrency, 13, 1, 2, V, { VR }, 0, 0 }, 210 { ocCurrency, 204, 1, 2, V, { VR }, EXC_FUNCFLAG_IMPORTONLY, 0 },
|
/aoo42x/main/formula/inc/formula/ |
H A D | opcode.hxx | 289 ocCurrency = SC_OPCODE_CURRENCY, enumerator
|
/aoo42x/main/formula/source/core/api/ |
H A D | FormulaCompiler.cxx | 492 DBG_ASSERT( (mpTable[eOp].Len() == 0) || (mpTable[eOp] == rStr) || (eOp == ocCurrency), in putOpCode()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 3653 case ocCurrency : ScCurrency(); break; in Interpret()
|
Completed in 63 milliseconds