#include <analysishelper.hxx>
|
void | ListAppend (double fValue) |
|
void | Append (double fValue) |
|
void | Append (const ScaAnyConverter &rAnyConv, const css::uno::Any &rAny, bool bIgnoreEmpty) |
|
void | Append (const ScaAnyConverter &rAnyConv, const css::uno::Sequence< css::uno::Any > &rAnySeq, bool bIgnoreEmpty) |
|
void | Append (const ScaAnyConverter &rAnyConv, const css::uno::Sequence< css::uno::Sequence< css::uno::Any > > &rAnySeq, bool bIgnoreEmpty) |
|
Definition at line 292 of file analysishelper.hxx.
◆ ~ScaDoubleList()
virtual sca::analysis::ScaDoubleList::~ScaDoubleList |
( |
| ) |
|
|
inlinevirtual |
◆ Append() [1/7]
void sca::analysis::ScaDoubleList::Append |
( |
const css::uno::Sequence< css::uno::Sequence< double > > & |
rValueArr | ) |
|
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
◆ Append() [2/7]
void sca::analysis::ScaDoubleList::Append |
( |
const css::uno::Sequence< css::uno::Sequence< sal_Int32 > > & |
rValueArr | ) |
|
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
◆ Append() [3/7]
void sca::analysis::ScaDoubleList::Append |
( |
const ScaAnyConverter & |
rAnyConv, |
|
|
const css::uno::Any & |
rAny, |
|
|
bool |
bIgnoreEmpty |
|
) |
| |
|
protected |
- Parameters
-
rAnyConv | must be an initialized ScaAnyConmverter |
bIgnoreEmpty | handling of empty Any's/strings: false = inserted as 0.0; true = omitted |
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
◆ Append() [4/7]
void sca::analysis::ScaDoubleList::Append |
( |
const ScaAnyConverter & |
rAnyConv, |
|
|
const css::uno::Sequence< css::uno::Any > & |
rAnySeq, |
|
|
bool |
bIgnoreEmpty |
|
) |
| |
|
protected |
- Parameters
-
rAnyConv | must be an initialized ScaAnyConmverter |
bIgnoreEmpty | handling of empty Any's/strings: false = inserted as 0.0; true = omitted |
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
◆ Append() [5/7]
void sca::analysis::ScaDoubleList::Append |
( |
const ScaAnyConverter & |
rAnyConv, |
|
|
const css::uno::Sequence< css::uno::Sequence< css::uno::Any > > & |
rAnySeq, |
|
|
bool |
bIgnoreEmpty |
|
) |
| |
|
protected |
- Parameters
-
rAnyConv | must be an initialized ScaAnyConmverter |
bIgnoreEmpty | handling of empty Any's/strings: false = inserted as 0.0; true = omitted |
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
◆ Append() [6/7]
void sca::analysis::ScaDoubleList::Append |
( |
double |
fValue | ) |
|
|
inlineprotected |
◆ Append() [7/7]
- Parameters
-
rAnyConv | is an initialized or uninitialized ScaAnyConverter |
bIgnoreEmpty | handling of empty Any's/strings: false = inserted as 0.0; true = omitted |
- Exceptions
-
css::uno::RuntimeException | |
css::lang::IllegalArgumentException | |
◆ CheckInsert()
bool sca::analysis::ScaDoubleList::CheckInsert |
( |
double |
fValue | ) |
const |
|
virtual |
◆ Count()
sal_uInt32 sca::analysis::ScaDoubleList::Count |
( |
| ) |
const |
|
inline |
◆ Get()
double sca::analysis::ScaDoubleList::Get |
( |
sal_uInt32 |
n | ) |
const |
|
inline |
◆ ListAppend()
void sca::analysis::ScaDoubleList::ListAppend |
( |
double |
fValue | ) |
|
|
inlineprotected |
◆ maVector
std::vector<double> sca::analysis::ScaDoubleList::maVector |
|
private |
The documentation for this class was generated from the following files: