Home
last modified time | relevance | path

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

/AOO42X/main/formula/inc/formula/ !
H A Dopcode.hxx123 ocSecantHyp = SC_OPCODE_SECANT_HYP, enumerator
/AOO42X/main/sc/source/filter/excel/ !
H A Dxeformula.cxx1439 case ocSecantHyp: // simulate SECH(x) by (1/COSH(x)) in PrepareFunction()
1493 case ocSecantHyp: // simulate SECH(x) by (1/COSH(x)) in FinishFunction()
H A Dxlformula.cxx237 { ocSecantHyp, 230, 1, 1, V, { VR }, EXC_FUNCFLAG_EXPORTONLY, 0 },
/AOO42X/main/sc/source/core/tool/ !
H A Dinterpr4.cxx3503 case ocSecantHyp : ScSecantHyp(); break; in Interpret()