LibreOffice Module sc (master) 1
Public Types | Public Member Functions | Public Attributes | List of all members
ScDPValue Struct Reference

#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
 

Detailed Description

Definition at line 44 of file dpglobal.hxx.

Member Enumeration Documentation

◆ Type

Enumerator
Empty 
Value 
String 
Error 

Definition at line 46 of file dpglobal.hxx.

Constructor & Destructor Documentation

◆ ScDPValue()

ScDPValue::ScDPValue ( )

Definition at line 12 of file dpglobal.cxx.

References meType, and String.

Member Function Documentation

◆ Set()

void ScDPValue::Set ( double  fV,
Type  eT 
)

Definition at line 14 of file dpglobal.cxx.

References meType, and mfValue.

Referenced by ScDPFilteredCache::getValue().

Member Data Documentation

◆ meType

Type ScDPValue::meType

Definition at line 49 of file dpglobal.hxx.

Referenced by ScDPFilteredCache::getValue(), Set(), and ScDPAggData::Update().

◆ mfValue

double ScDPValue::mfValue

Definition at line 48 of file dpglobal.hxx.

Referenced by ScDPFilteredCache::getValue(), Set(), and ScDPAggData::Update().


The documentation for this struct was generated from the following files: