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

#include <rangeseq.hxx>

Static Public Member Functions

static ScMatrixRef CreateMixedMatrix (const css::uno::Any &rAny)
 Convert a sequence of mixed elements to ScMatrix. More...
 

Detailed Description

Definition at line 79 of file rangeseq.hxx.

Member Function Documentation

◆ CreateMixedMatrix()

ScMatrixRef ScSequenceToMatrix::CreateMixedMatrix ( const css::uno::Any &  rAny)
static

Convert a sequence of mixed elements to ScMatrix.

Precondition: rAny.getValueType().equals( cppu::UnoType< uno::Sequence< uno::Sequence< uno::Any > > >::get() )

Returns
a new'd ScMatrix as ScMatrixRef, NULL if rAny couldn't be read as type Sequence<Sequence<Any>>

Definition at line 358 of file rangeseq.cxx.

References a, and ScApiTypeConversion::ConvertAnyToDouble().

Referenced by ScTokenArray::AddFormulaToken(), ScUnoAddInCall::SetResult(), and ScDDELinkObj::setResults().


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