Searched refs:PropEntry (Results 1 – 1 of 1) sorted by relevance
34 struct PropEntry struct42 PropEntry( const PropEntry& rProp );45 const PropEntry& operator=(const PropEntry& rPropEntry);57 PropEntry::PropEntry( const PropEntry& rProp ) : in PropEntry() function in PropEntry66 const PropEntry& PropEntry::operator=(const PropEntry& rPropEntry) in operator =()288 for ( PropEntry* pProp = (PropEntry*)rSection.First(); pProp; pProp = (PropEntry*)rSection.Next() ) in Section()305 PropEntry* pProp; in GetProperty()339 PropEntry* pPropEntry = (PropEntry*)GetObject( i ); in AddProperty()358 PropEntry* pProp; in GetDictionary()414 for ( PropEntry* pProp = (PropEntry*)First(); pProp; pProp = (PropEntry*)Next() ) in ~Section()[all …]
Completed in 20 milliseconds