LibreOffice Module sc (master) 1
Classes | Namespaces | Enumerations
dpglobal.hxx File Reference
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for dpglobal.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< PivotFunc >
 
struct  ScDPValue
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  PivotFunc {
  NONE = 0x0000 ,
  Sum = 0x0001 ,
  Count = 0x0002 ,
  Average = 0x0004 ,
  Median = 0x0008 ,
  Max = 0x0010 ,
  Min = 0x0020 ,
  Product = 0x0040 ,
  CountNum = 0x0080 ,
  StdDev = 0x0100 ,
  StdDevP = 0x0200 ,
  StdVar = 0x0400 ,
  StdVarP = 0x0800 ,
  Auto = 0x1000
}
 

Enumeration Type Documentation

◆ PivotFunc

enum class PivotFunc
strong
Enumerator
NONE 
Sum 
Count 
Average 
Median 
Max 
Min 
Product 
CountNum 
StdDev 
StdDevP 
StdVar 
StdVarP 
Auto 

Definition at line 24 of file dpglobal.hxx.