LibreOffice Module sc (master) 1
|
#include <rangeseq.hxx>
Static Public Member Functions | |
static bool | ConvertAnyToDouble (double &o_fVal, css::uno::TypeClass &o_eClass, const css::uno::Any &rAny) |
Convert a uno::Any to double if possible, including integer types. More... | |
Definition at line 61 of file rangeseq.hxx.
|
static |
Convert a uno::Any to double if possible, including integer types.
o_fVal | Out: the double value on successful conversion. |
o_eClass | Out: the uno::TypeClass of rAny. |
Definition at line 328 of file rangeseq.cxx.
Referenced by ScSequenceToMatrix::CreateMixedMatrix(), and ScUnoAddInCall::SetResult().