|
LibreOffice Module oox (master) 1
|
#include <cmath>#include <cstddef>#include <map>#include <memory>#include <set>#include <string_view>#include <utility>#include <vector>#include <com/sun/star/uno/Reference.hxx>#include <com/sun/star/uno/Sequence.hxx>#include <com/sun/star/util/DateTime.hpp>#include <oox/helper/binaryinputstream.hxx>#include <oox/helper/binarystreambase.hxx>#include <oox/helper/storagebase.hxx>#include <rtl/string.hxx>#include <rtl/textenc.h>#include <rtl/ustring.hxx>#include <rtl/ustrbuf.hxx>#include <sal/types.h>Go to the source code of this file.
Namespaces | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::io |
| namespace | com::sun::star::uno |
| namespace | oox |
| namespace | oox::core |
| namespace | oox::dump |
Macros | |
| #define | OOX_DUMP_ERRASCII(ascii) "?err:" ascii |
| #define | OOX_DUMP_ERR_NOMAP "no-map" |
| #define | OOX_DUMP_ERR_STREAM "stream-error" |
| #define | OOX_DUMP_DUMPEXT ".dump" |
| #define | OOX_DUMP_FILE(DumperClassName) |
Typedefs | |
| typedef ::std::pair< OUString, OUString > | oox::dump::OUStringPair |
| typedef ::std::vector< OUString > | oox::dump::OUStringVector |
| typedef ::std::vector< sal_Int64 > | oox::dump::Int64Vector |
| typedef std::shared_ptr< NameListBase > | oox::dump::NameListRef |
| typedef std::shared_ptr< Config > | oox::dump::ConfigRef |
| typedef std::shared_ptr< Output > | oox::dump::OutputRef |
| typedef std::shared_ptr< ObjectBase > | oox::dump::ObjectRef |
Enumerations | |
| enum | oox::dump::DataType { oox::dump::DATATYPE_VOID , oox::dump::DATATYPE_INT8 , oox::dump::DATATYPE_UINT8 , oox::dump::DATATYPE_INT16 , oox::dump::DATATYPE_UINT16 , oox::dump::DATATYPE_INT32 , oox::dump::DATATYPE_UINT32 , oox::dump::DATATYPE_INT64 , oox::dump::DATATYPE_UINT64 , oox::dump::DATATYPE_FLOAT , oox::dump::DATATYPE_DOUBLE } |
| Specifiers for atomic data types. More... | |
| enum | oox::dump::FormatType { oox::dump::FORMATTYPE_NONE , oox::dump::FORMATTYPE_DEC , oox::dump::FORMATTYPE_HEX , oox::dump::FORMATTYPE_SHORTHEX , oox::dump::FORMATTYPE_BIN , oox::dump::FORMATTYPE_FIX , oox::dump::FORMATTYPE_BOOL } |
| Specifiers for the output format of values. More... | |
| #define OOX_DUMP_DUMPEXT ".dump" |
Definition at line 73 of file dumperbase.hxx.
| #define OOX_DUMP_ERR_NOMAP "no-map" |
Definition at line 69 of file dumperbase.hxx.
| #define OOX_DUMP_ERR_STREAM "stream-error" |
Definition at line 71 of file dumperbase.hxx.
| #define OOX_DUMP_ERRASCII | ( | ascii | ) | "?err:" ascii |
Definition at line 67 of file dumperbase.hxx.
| #define OOX_DUMP_FILE | ( | DumperClassName | ) |
Definition at line 1725 of file dumperbase.hxx.