|
LibreOffice Module sc (master) 1
|
#include <o3tl/typed_flags_set.hxx>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 } |
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| Sum | |
| Count | |
| Average | |
| Median | |
| Max | |
| Min | |
| Product | |
| CountNum | |
| StdDev | |
| StdDevP | |
| StdVar | |
| StdVarP | |
| Auto | |
Definition at line 24 of file dpglobal.hxx.