LibreOffice Module scaddins (master) 1
|
stores double values >=0.0, throws exception for double values <0.0 More...
#include <analysishelper.hxx>
Public Member Functions | |
virtual bool | CheckInsert (double fValue) const override |
Public Member Functions inherited from sca::analysis::ScaDoubleList | |
virtual | ~ScaDoubleList () |
sal_uInt32 | Count () const |
double | Get (sal_uInt32 n) const |
void | Append (const css::uno::Sequence< css::uno::Sequence< double > > &rValueArr) |
void | Append (const css::uno::Sequence< css::uno::Sequence< sal_Int32 > > &rValueArr) |
void | Append (ScaAnyConverter &rAnyConv, const css::uno::Reference< css::beans::XPropertySet > &xOpt, const css::uno::Sequence< css::uno::Any > &rAnySeq) |
virtual bool | CheckInsert (double fValue) const |
Additional Inherited Members | |
Protected Member Functions inherited from sca::analysis::ScaDoubleList | |
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) |
stores double values >=0.0, throws exception for double values <0.0
Definition at line 374 of file analysishelper.hxx.
|
overridevirtual |
css::uno::RuntimeException | |
css::lang::IllegalArgumentException |
Reimplemented from sca::analysis::ScaDoubleList.
Definition at line 1564 of file analysishelper.cxx.