|
LibreOffice Module sc (master) 1
|
#include <dpglobal.hxx>
Public Types | |
| enum | Type { Empty = 0 , Value , String , Error } |
Public Member Functions | |
| ScDPValue () | |
| void | Set (double fV, Type eT) |
Public Attributes | |
| double | mfValue |
| Type | meType |
Definition at line 44 of file dpglobal.hxx.
| enum ScDPValue::Type |
| Enumerator | |
|---|---|
| Empty | |
| Value | |
| String | |
| Error | |
Definition at line 46 of file dpglobal.hxx.
| ScDPValue::ScDPValue | ( | ) |
Definition at line 12 of file dpglobal.cxx.
| void ScDPValue::Set | ( | double | fV, |
| Type | eT | ||
| ) |
Definition at line 14 of file dpglobal.cxx.
References meType, and mfValue.
Referenced by ScDPFilteredCache::getValue().
| Type ScDPValue::meType |
Definition at line 49 of file dpglobal.hxx.
Referenced by ScDPFilteredCache::getValue(), Set(), and ScDPAggData::Update().
| double ScDPValue::mfValue |
Definition at line 48 of file dpglobal.hxx.
Referenced by ScDPFilteredCache::getValue(), Set(), and ScDPAggData::Update().