Home
last modified time | relevance | path

Searched refs:ImpItemListRow (Results 1 – 2 of 2) sorted by path

/trunk/main/svx/inc/
H A Dsvdibrow.hxx32 class ImpItemListRow;
44 ImpItemListRow* pAktChangeEntry;
57 void ImpSetEntry(const ImpItemListRow& rEntry, sal_uIntPtr nEntryNum);
58ImpItemListRow* ImpGetEntry(sal_uIntPtr nPos) const { return (ImpItemListRow*)aList.GetObject(nPos… in ImpGetEntry()
93 const ImpItemListRow* GetAktChangeEntry() const { return pAktChangeEntry; } in GetAktChangeEntry()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx84 class ImpItemListRow class
104 ImpItemListRow() in ImpItemListRow() function in ImpItemListRow
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()
488 ImpItemListRow* pEntry=ImpGetEntry(nNum); in ImpRestoreWhich()
511 ImpItemListRow* pEntry=ImpGetEntry(nPos); in BegChangeEntry()
540 pAktChangeEntry=new ImpItemListRow(*pEntry); in BegChangeEntry()
588 ImpItemListRow aTest(rEntry); in ImpSetEntry()
971 ImpItemListRow aEntry; in SetAttributes()
[all …]

Completed in 19 milliseconds