|
LibreOffice Module sc (master) 1
|
#include <dpresfilter.hxx>
Public Member Functions | |
| ScDPResultFilter (OUString aDimName, bool bDataLayout) | |
Public Attributes | |
| OUString | maDimName |
| OUString | maValueName |
| OUString | maValue |
| bool | mbHasValue: 1 |
| bool | mbDataLayout: 1 |
Definition at line 29 of file dpresfilter.hxx.
| ScDPResultFilter::ScDPResultFilter | ( | OUString | aDimName, |
| bool | bDataLayout | ||
| ) |
Definition at line 25 of file dpresfilter.cxx.
| OUString ScDPResultFilter::maDimName |
Definition at line 31 of file dpresfilter.hxx.
| OUString ScDPResultFilter::maValue |
Definition at line 33 of file dpresfilter.hxx.
| OUString ScDPResultFilter::maValueName |
Definition at line 32 of file dpresfilter.hxx.
| bool ScDPResultFilter::mbDataLayout |
Definition at line 36 of file dpresfilter.hxx.
| bool ScDPResultFilter::mbHasValue |
Definition at line 35 of file dpresfilter.hxx.