Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/xls/
H A Dformulabase.cxx216 const sal_uInt16 FUNCFLAG_EXPORTONLY = 0x0004; /// Only used in export filter. variable
251 return !getFlag( mnFlags, bImportFilter ? FUNCFLAG_EXPORTONLY : FUNCFLAG_IMPORTONLY ); in isSupported()
298 … "SIN", 15, 15, 1, 1, V, { VR }, FUNCFLAG_EXPORTONLY },
300 … "COS", 16, 16, 1, 1, V, { VR }, FUNCFLAG_EXPORTONLY },
302 … "TAN", 17, 17, 1, 1, V, { VR }, FUNCFLAG_EXPORTONLY },
304 … "ATAN", 18, 18, 1, 1, V, { VR }, FUNCFLAG_EXPORTONLY },
460 … "SINH", 229, 229, 1, 1, V, { VR }, FUNCFLAG_EXPORTONLY },
462 … "COSH", 230, 230, 1, 1, V, { VR }, FUNCFLAG_EXPORTONLY },
464 … "TANH", 231, 231, 1, 1, V, { VR }, FUNCFLAG_EXPORTONLY },
468 … "ATANH", 234, 234, 1, 1, V, { VR }, FUNCFLAG_EXPORTONLY },
[all …]

Completed in 87 milliseconds