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 56 of file dpfilteredcache.hxx.
|
inlinevirtual |
Definition at line 59 of file dpfilteredcache.hxx.
|
pure virtual |
Implemented in ScDPFilteredCache::GroupFilter, and ScDPFilteredCache::SingleFilter.
|
pure virtual |
returns true if the matching condition is met for a single cell value, or false otherwise.
Implemented in ScDPFilteredCache::GroupFilter, and ScDPFilteredCache::SingleFilter.