LibreOffice Module sc (master) 1
|
#include <dpgroup.hxx>
Public Member Functions | |
ScDPGroupItem (const ScDPItemData &rName) | |
void | AddElement (const ScDPItemData &rName) |
const ScDPItemData & | GetName () const |
bool | HasElement (const ScDPItemData &rData) const |
bool | HasCommonElement (const ScDPGroupItem &rOther) const |
void | FillGroupFilter (ScDPFilteredCache::GroupFilter &rFilter) const |
Private Attributes | |
ScDPItemData | aGroupName |
ScDPItemDataVec | aElements |
Definition at line 35 of file dpgroup.hxx.
ScDPGroupItem::ScDPGroupItem | ( | const ScDPItemData & | rName | ) |
Definition at line 306 of file dpgroup.cxx.
void ScDPGroupItem::AddElement | ( | const ScDPItemData & | rName | ) |
Definition at line 311 of file dpgroup.cxx.
References aElements.
Referenced by ScDPSaveGroupItem::AddToData().
void ScDPGroupItem::FillGroupFilter | ( | ScDPFilteredCache::GroupFilter & | rFilter | ) | const |
Definition at line 328 of file dpgroup.cxx.
References ScDPFilteredCache::GroupFilter::addMatchItem(), and aElements.
Referenced by ScDPGroupTableData::ModifyFilterCriteria().
|
inline |
Definition at line 45 of file dpgroup.hxx.
References aGroupName.
Referenced by ScDPGroupTableData::FillGroupValues(), ScDPGroupTableData::IsInGroup(), and ScDPGroupTableData::ModifyFilterCriteria().
bool ScDPGroupItem::HasCommonElement | ( | const ScDPGroupItem & | rOther | ) | const |
Definition at line 322 of file dpgroup.cxx.
References aElements.
Referenced by ScDPGroupTableData::HasCommonElement().
bool ScDPGroupItem::HasElement | ( | const ScDPItemData & | rData | ) | const |
Definition at line 316 of file dpgroup.cxx.
References aElements.
Referenced by ScDPGroupTableData::HasCommonElement().
|
private |
Definition at line 38 of file dpgroup.hxx.
Referenced by AddElement(), FillGroupFilter(), HasCommonElement(), and HasElement().
|
private |
Definition at line 37 of file dpgroup.hxx.
Referenced by GetName().