Lines Matching refs:ScDPSaveGroupItem
45 ScDPSaveGroupItem::ScDPSaveGroupItem( const String& rName ) : in ScDPSaveGroupItem() function in ScDPSaveGroupItem
50 ScDPSaveGroupItem::~ScDPSaveGroupItem() in ~ScDPSaveGroupItem()
54 void ScDPSaveGroupItem::AddElement( const String& rName ) in AddElement()
59 void ScDPSaveGroupItem::AddElementsFromGroup( const ScDPSaveGroupItem& rGroup ) in AddElementsFromGroup()
68 bool ScDPSaveGroupItem::RemoveElement( const String& rName ) in RemoveElement()
80 bool ScDPSaveGroupItem::IsEmpty() const in IsEmpty()
85 size_t ScDPSaveGroupItem::GetElementCount() const in GetElementCount()
90 const String* ScDPSaveGroupItem::GetElementByIndex( size_t nIndex ) const in GetElementByIndex()
95 void ScDPSaveGroupItem::Rename( const String& rNewName ) in Rename()
100 void ScDPSaveGroupItem::RemoveElementsFromGroups( ScDPSaveGroupDimension& rDimension ) const in RemoveElementsFromGroups()
109 void ScDPSaveGroupItem::AddToData( ScDPGroupDimension& rDataDim, SvNumberFormatter* pFormatter ) co… in AddToData()
157 void ScDPSaveGroupDimension::AddGroupItem( const ScDPSaveGroupItem& rItem ) in AddGroupItem()
193 const ScDPSaveGroupItem* ScDPSaveGroupDimension::GetNamedGroup( const String& rGroupName ) const in GetNamedGroup()
198 ScDPSaveGroupItem* ScDPSaveGroupDimension::GetNamedGroupAcc( const String& rGroupName ) in GetNamedGroupAcc()
212 const ScDPSaveGroupItem* ScDPSaveGroupDimension::GetGroupByIndex( long nIndex ) const in GetGroupByIndex()
217 ScDPSaveGroupItem* ScDPSaveGroupDimension::GetGroupAccByIndex( long nIndex ) in GetGroupAccByIndex()