LibreOffice Module sc (master) 1
|
ordinary single-item filter. More...
#include <dpfilteredcache.hxx>
Public Member Functions | |
SingleFilter (const ScDPItemData &rItem) | |
virtual bool | match (const ScDPItemData &rCellData) const override |
returns true if the matching condition is met for a single cell value, or false otherwise. More... | |
virtual std::vector< ScDPItemData > | getMatchValues () const override |
Public Member Functions inherited from ScDPFilteredCache::FilterBase | |
virtual | ~FilterBase () |
virtual bool | match (const ScDPItemData &rCellData) const =0 |
returns true if the matching condition is met for a single cell value, or false otherwise. More... | |
virtual std::vector< ScDPItemData > | getMatchValues () const =0 |
Private Attributes | |
ScDPItemData | maItem |
ordinary single-item filter.
Definition at line 67 of file dpfilteredcache.hxx.
|
explicit |
Definition at line 34 of file dpfilteredcache.cxx.
|
overridevirtual |
Implements ScDPFilteredCache::FilterBase.
Definition at line 42 of file dpfilteredcache.cxx.
|
overridevirtual |
returns true if the matching condition is met for a single cell value, or false otherwise.
Implements ScDPFilteredCache::FilterBase.
Definition at line 37 of file dpfilteredcache.cxx.
|
private |
Definition at line 76 of file dpfilteredcache.hxx.