#include <rangeseq.hxx>
|
static bool | FillLongArray (css::uno::Any &rAny, ScDocument &rDoc, const ScRange &rRange) |
|
static bool | FillLongArray (css::uno::Any &rAny, const ScMatrix *pMatrix) |
|
static bool | FillDoubleArray (css::uno::Any &rAny, ScDocument &rDoc, const ScRange &rRange) |
|
static bool | FillDoubleArray (css::uno::Any &rAny, const ScMatrix *pMatrix) |
|
static bool | FillStringArray (css::uno::Any &rAny, ScDocument &rDoc, const ScRange &rRange) |
|
static bool | FillStringArray (css::uno::Any &rAny, const ScMatrix *pMatrix, SvNumberFormatter *pFormatter) |
|
static bool | FillMixedArray (css::uno::Any &rAny, ScDocument &rDoc, const ScRange &rRange, bool bAllowNV=false) |
|
static bool | FillMixedArray (css::uno::Any &rAny, const ScMatrix *pMatrix, bool bDataTypes=false) |
|
Definition at line 32 of file rangeseq.hxx.
◆ FillDoubleArray() [1/2]
static bool ScRangeToSequence::FillDoubleArray |
( |
css::uno::Any & |
rAny, |
|
|
const ScMatrix * |
pMatrix |
|
) |
| |
|
static |
◆ FillDoubleArray() [2/2]
static bool ScRangeToSequence::FillDoubleArray |
( |
css::uno::Any & |
rAny, |
|
|
ScDocument & |
rDoc, |
|
|
const ScRange & |
rRange |
|
) |
| |
|
static |
◆ FillLongArray() [1/2]
static bool ScRangeToSequence::FillLongArray |
( |
css::uno::Any & |
rAny, |
|
|
const ScMatrix * |
pMatrix |
|
) |
| |
|
static |
◆ FillLongArray() [2/2]
static bool ScRangeToSequence::FillLongArray |
( |
css::uno::Any & |
rAny, |
|
|
ScDocument & |
rDoc, |
|
|
const ScRange & |
rRange |
|
) |
| |
|
static |
◆ FillMixedArray() [1/2]
static bool ScRangeToSequence::FillMixedArray |
( |
css::uno::Any & |
rAny, |
|
|
const ScMatrix * |
pMatrix, |
|
|
bool |
bDataTypes = false |
|
) |
| |
|
static |
- Parameters
-
bDataTypes | Additionally to the differentiation between string and double allow differentiation between other types such as boolean. Needed for implementation of XFormulaParser. If <FALSE>, boolean values are treated as ordinary double values 1 (true) and 0 (false). |
◆ FillMixedArray() [2/2]
static bool ScRangeToSequence::FillMixedArray |
( |
css::uno::Any & |
rAny, |
|
|
ScDocument & |
rDoc, |
|
|
const ScRange & |
rRange, |
|
|
bool |
bAllowNV = false |
|
) |
| |
|
static |
◆ FillStringArray() [1/2]
static bool ScRangeToSequence::FillStringArray |
( |
css::uno::Any & |
rAny, |
|
|
const ScMatrix * |
pMatrix, |
|
|
SvNumberFormatter * |
pFormatter |
|
) |
| |
|
static |
◆ FillStringArray() [2/2]
static bool ScRangeToSequence::FillStringArray |
( |
css::uno::Any & |
rAny, |
|
|
ScDocument & |
rDoc, |
|
|
const ScRange & |
rRange |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: