LibreOffice Module sc (master)
1
|
#include <dociter.hxx>
Public Member Functions | |
Value () | |
Public Attributes | |
OUString | maString |
double | mfValue |
FormulaError | mnError |
bool | mbIsNumber |
Definition at line 105 of file dociter.hxx.
ScDBQueryDataIterator::Value::Value | ( | ) |
Definition at line 747 of file dociter.cxx.
OUString ScDBQueryDataIterator::Value::maString |
Definition at line 107 of file dociter.hxx.
Referenced by ScDBQueryDataIterator::DataAccessInternal::getCurrent(), and ScDBQueryDataIterator::DataAccessMatrix::getCurrent().
bool ScDBQueryDataIterator::Value::mbIsNumber |
Definition at line 110 of file dociter.hxx.
Referenced by ScDBQueryDataIterator::DataAccessInternal::getCurrent(), and ScDBQueryDataIterator::DataAccessMatrix::getCurrent().
double ScDBQueryDataIterator::Value::mfValue |
Definition at line 108 of file dociter.hxx.
Referenced by ScInterpreter::DBIterator(), ScDBQueryDataIterator::DataAccessInternal::getCurrent(), ScDBQueryDataIterator::DataAccessMatrix::getCurrent(), ScInterpreter::GetDBStVarParams(), and Value().
FormulaError ScDBQueryDataIterator::Value::mnError |
Definition at line 109 of file dociter.hxx.
Referenced by ScInterpreter::DBIterator(), ScDBQueryDataIterator::DataAccessInternal::getCurrent(), ScDBQueryDataIterator::DataAccessMatrix::getCurrent(), ScInterpreter::GetDBStVarParams(), ScInterpreter::ScDBCount(), and ScInterpreter::ScDBCount2().