Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/filter/ppt/
H A Dpropread.cxx45 const PropEntry& operator=(const PropEntry& rPropEntry);
66 const PropEntry& PropEntry::operator=(const PropEntry& rPropEntry) in operator =() argument
68 if ( this != &rPropEntry ) in operator =()
71 mnId = rPropEntry.mnId; in operator =()
72 mnSize = rPropEntry.mnSize; in operator =()
73 mnTextEnc = rPropEntry.mnTextEnc; in operator =()
75 memcpy( (void*)mpBuf, (void*)rPropEntry.mpBuf, mnSize ); in operator =()

Completed in 7 milliseconds