LibreOffice Module sc (master) 1
Static Public Member Functions | List of all members
ScApiTypeConversion Class Reference

#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...
 

Detailed Description

Definition at line 61 of file rangeseq.hxx.

Member Function Documentation

◆ ConvertAnyToDouble()

bool ScApiTypeConversion::ConvertAnyToDouble ( double &  o_fVal,
css::uno::TypeClass &  o_eClass,
const css::uno::Any &  rAny 
)
static

Convert a uno::Any to double if possible, including integer types.

Parameters
o_fValOut: the double value on successful conversion.
o_eClassOut: the uno::TypeClass of rAny.
Returns
<TRUE> if successfully converted.

Definition at line 328 of file rangeseq.cxx.

Referenced by ScSequenceToMatrix::CreateMixedMatrix(), and ScUnoAddInCall::SetResult().


The documentation for this class was generated from the following files: