Home
last modified time | relevance | path

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

/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx3943 delete (EscherPersistEntry*)pPtr; in ~EscherPersistTable()
3952 if ( ((EscherPersistEntry*)pPtr)->mnID == nID ) in PtIsID()
3971 if ( ((EscherPersistEntry*)pPtr)->mnID == nID ) in PtDelete()
3974 delete (EscherPersistEntry*) maPersistTable.Remove(); in PtDelete()
3986 if ( ((EscherPersistEntry*)pPtr)->mnID == nID ) in PtGetOffsetByID()
3987 return ((EscherPersistEntry*)pPtr)->mnOffset; in PtGetOffsetByID()
3998 if ( ((EscherPersistEntry*)pPtr)->mnID == nID ) in PtReplace()
4001 ((EscherPersistEntry*)pPtr)->mnOffset = nOfs; in PtReplace()
4014 if ( ((EscherPersistEntry*)pPtr)->mnID == nID ) in PtReplaceOrInsert()
4017 ((EscherPersistEntry*)pPtr)->mnOffset = nOfs; in PtReplaceOrInsert()
[all …]
/aoo41x/main/filter/inc/filter/msfilter/
H A Descherex.hxx1024 struct EscherPersistEntry struct
1028 EscherPersistEntry( sal_uInt32 nId, sal_uInt32 nOffset ) { mnID = nId; mnOffset = nOffset; }; in EscherPersistEntry() function

Completed in 63 milliseconds