Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/ppt/
H A Dpropread.cxx34 struct PropEntry struct
41PropEntry( sal_uInt32 nId, const sal_uInt8* pBuf, sal_uInt32 nBufSize, sal_uInt16 nTextEnc ); argument
42 PropEntry( const PropEntry& rProp );
43 ~PropEntry() { delete[] mpBuf; } ; in ~PropEntry() argument
45 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 PropEntry
57 PropEntry::PropEntry( const PropEntry& rProp ) : in PropEntry() function in PropEntry
66 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 …]