|
LibreOffice Module filter (master) 1
|
#include <algorithm>#include <filter/msfilter/dffpropset.hxx>#include <filter/msfilter/dffrecordheader.hxx>#include <sal/log.hxx>#include <svx/msdffdef.hxx>#include <rtl/ustrbuf.hxx>#include <tools/stream.hxx>Go to the source code of this file.
Functions | |
| SvStream & | ReadDffPropSet (SvStream &rIn, DffPropSet &rRec) |
| SvStream & | operator|= (SvStream &rIn, DffPropSet &rRec) |
Variables | |
| const DffPropSetEntry | mso_PropSetDefaults [] |
| SvStream & operator|= | ( | SvStream & | rIn, |
| DffPropSet & | rRec | ||
| ) |
Definition at line 1245 of file dffpropset.cxx.
| SvStream & ReadDffPropSet | ( | SvStream & | rIn, |
| DffPropSet & | rRec | ||
| ) |
Definition at line 1239 of file dffpropset.cxx.
Referenced by DffPropertyReader::ReadPropSet().
| const DffPropSetEntry mso_PropSetDefaults[] |
Definition at line 28 of file dffpropset.cxx.
Referenced by DffPropSet::InitializePropSet().