Searched refs:PropEntry (Results 1 – 1 of 1) sorted by relevance
34 struct PropEntry struct41 … PropEntry( sal_uInt32 nId, const sal_uInt8* pBuf, sal_uInt32 nBufSize, sal_uInt16 nTextEnc ); argument42 PropEntry( const PropEntry& rProp );43 ~PropEntry() { delete[] mpBuf; } ; in ~PropEntry() argument45 const PropEntry& operator=(const PropEntry& rPropEntry);48 PropEntry::PropEntry( sal_uInt32 nId, const sal_uInt8* pBuf, sal_uInt32 nBufSize, sal_uInt16 nTextE… in PropEntry() function in PropEntry57 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()289 Insert( new PropEntry( *pProp ), LIST_APPEND ); in Section()[all …]