|
LibreOffice Module sd (master) 1
|
#include <propread.hxx>
Public Member Functions | |
| PropEntry (sal_uInt32 nId, const sal_uInt8 *pBuf, sal_uInt32 nBufSize) | |
| PropEntry (const PropEntry &rProp) | |
| PropEntry & | operator= (const PropEntry &rPropEntry) |
Public Attributes | |
| sal_uInt32 | mnId |
| sal_uInt32 | mnSize |
| std::unique_ptr< sal_uInt8[]> | mpBuf |
Definition at line 85 of file propread.hxx.
| PropEntry::PropEntry | ( | sal_uInt32 | nId, |
| const sal_uInt8 * | pBuf, | ||
| sal_uInt32 | nBufSize | ||
| ) |
| PropEntry::PropEntry | ( | const PropEntry & | rProp | ) |
Definition at line 44 of file propread.cxx.
| sal_uInt32 PropEntry::mnId |
Definition at line 87 of file propread.hxx.
Referenced by operator=().
| sal_uInt32 PropEntry::mnSize |
Definition at line 88 of file propread.hxx.
Referenced by operator=(), and PropEntry().
| std::unique_ptr<sal_uInt8[]> PropEntry::mpBuf |
Definition at line 89 of file propread.hxx.
Referenced by operator=(), and PropEntry().