LibreOffice Module sc (master) 1
|
interface class used for filtering of rows. More...
#include <dpfilteredcache.hxx>
Public Member Functions | |
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 |
interface class used for filtering of rows.
Definition at line 55 of file dpfilteredcache.hxx.
|
inlinevirtual |
Definition at line 58 of file dpfilteredcache.hxx.
|
pure virtual |
Implemented in ScDPFilteredCache::SingleFilter, and ScDPFilteredCache::GroupFilter.
|
pure virtual |
returns true if the matching condition is met for a single cell value, or false otherwise.
Implemented in ScDPFilteredCache::SingleFilter, and ScDPFilteredCache::GroupFilter.