Home
last modified time | relevance | path

Searched refs:ScChangeActionCellListEntry (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/inc/
H A Dchgtrack.hxx205 class ScChangeActionCellListEntry class
212 ScChangeActionCellListEntry* pNext;
215 ScChangeActionCellListEntry( in ScChangeActionCellListEntry() function in ScChangeActionCellListEntry
217 ScChangeActionCellListEntry* pNextP ) in ScChangeActionCellListEntry()
223 …const ScChangeActionCellListEntry* GetNext() const { return pNext; } // this is only for the XML E… in GetNext()
226 DECL_FIXEDMEMPOOL_NEWDEL( ScChangeActionCellListEntry )
558 ScChangeActionCellListEntry* pFirstCell;
616 const ScChangeActionCellListEntry* GetFirstCellEntry() const in GetFirstCellEntry()
648 ScChangeActionCellListEntry* pFirstCell;
695 const ScChangeActionCellListEntry* GetFirstCellEntry() const in GetFirstCellEntry()
[all …]
/aoo4110/main/sc/source/core/tool/
H A Dchgtrack.cxx60 …sal_uInt16 nMemPoolChangeActionCellListEntry = (0x2000 - 64) / sizeof(ScChangeActionCellListEntry);
61 IMPL_FIXEDMEMPOOL_NEWDEL( ScChangeActionCellListEntry, nMemPoolChangeActionCellListEntry, nMemPoolC…
590 ScChangeActionCellListEntry* pListContents = NULL; in RejectRestoreContents()
596 ScChangeActionCellListEntry* pE = new ScChangeActionCellListEntry( in RejectRestoreContents()
606 ScChangeActionCellListEntry* pE = pListContents; in RejectRestoreContents()
612 ScChangeActionCellListEntry* pNextEntry; in RejectRestoreContents()
963 ScChangeActionCellListEntry* pE = new ScChangeActionCellListEntry( in AddContent()
1284 ScChangeActionCellListEntry* pE = new ScChangeActionCellListEntry( in AddContent()
2972 void ScChangeTrack::DeleteCellEntries( ScChangeActionCellListEntry*& pCellList, in DeleteCellEntries()
2975 ScChangeActionCellListEntry* pE = pCellList; in DeleteCellEntries()
[all …]

Completed in 54 milliseconds