Searched refs:ImpItemListRow (Results 1 – 2 of 2) sorted by relevance
84 class ImpItemListRow class104 ImpItemListRow() in ImpItemListRow() function in ImpItemListRow118 sal_Bool operator==(const ImpItemListRow& rEntry) const;119 sal_Bool operator!=(const ImpItemListRow& rEntry) const { return !operator==(rEntry); } in operator !=()122 XubString ImpItemListRow::GetItemTypeStr() const in GetItemTypeStr()154 sal_Bool ImpItemListRow::operator==(const ImpItemListRow& rEntry) const in operator ==()317 ImpItemListRow* pEntry = ImpGetEntry(_nRow); in GetCellText()362 ImpItemListRow* pEntry=ImpGetEntry(nAktPaintRow); in PaintField()488 ImpItemListRow* pEntry=ImpGetEntry(nNum); in ImpRestoreWhich()511 ImpItemListRow* pEntry=ImpGetEntry(nPos); in BegChangeEntry()[all …]
32 class ImpItemListRow;44 ImpItemListRow* pAktChangeEntry;57 void ImpSetEntry(const ImpItemListRow& rEntry, sal_uIntPtr nEntryNum);58 …ImpItemListRow* ImpGetEntry(sal_uIntPtr nPos) const { return (ImpItemListRow*)aList.GetObject(nPos… in ImpGetEntry()93 const ImpItemListRow* GetAktChangeEntry() const { return pAktChangeEntry; } in GetAktChangeEntry()