LibreOffice Module oox (master) 1
|
Namespaces | |
namespace | pptx |
namespace | xlsb |
Typedefs | |
typedef ::std::pair< OUString, OUString > | OUStringPair |
typedef ::std::vector< OUString > | OUStringVector |
typedef ::std::vector< sal_Int64 > | Int64Vector |
typedef std::shared_ptr< NameListBase > | NameListRef |
typedef std::shared_ptr< Config > | ConfigRef |
typedef std::shared_ptr< Output > | OutputRef |
typedef std::shared_ptr< ObjectBase > | ObjectRef |
Enumerations | |
enum | DataType { DATATYPE_VOID , DATATYPE_INT8 , DATATYPE_UINT8 , DATATYPE_INT16 , DATATYPE_UINT16 , DATATYPE_INT32 , DATATYPE_UINT32 , DATATYPE_INT64 , DATATYPE_UINT64 , DATATYPE_FLOAT , DATATYPE_DOUBLE } |
Specifiers for atomic data types. More... | |
enum | FormatType { FORMATTYPE_NONE , FORMATTYPE_DEC , FORMATTYPE_HEX , FORMATTYPE_SHORTHEX , FORMATTYPE_BIN , FORMATTYPE_FIX , FORMATTYPE_BOOL } |
Specifiers for the output format of values. More... | |
Functions | |
static sal_uInt64 | lcl_ConvertDouble (double const f) |
Variables | |
constexpr OUStringLiteral | OOX_DUMP_UNUSED = u"unused" |
constexpr OUStringLiteral | OOX_DUMP_UNKNOWN = u"?unknown" |
constexpr OUStringLiteral | OOX_DUMP_ERR_NONAME = u"no-name" |
const sal_Unicode | OOX_DUMP_STRQUOTE = '\'' |
const sal_Unicode | OOX_DUMP_FMLASTRQUOTE = '"' |
const sal_Unicode | OOX_DUMP_ADDRABS = '$' |
const sal_Unicode | OOX_DUMP_R1C1ROW = 'R' |
const sal_Unicode | OOX_DUMP_R1C1COL = 'C' |
const sal_Unicode | OOX_DUMP_R1C1OPEN = '[' |
const sal_Unicode | OOX_DUMP_R1C1CLOSE = ']' |
const sal_Unicode | OOX_DUMP_RANGESEP = ':' |
const sal_Unicode | OOX_DUMP_BASECLASS = 'B' |
const sal_Unicode | OOX_DUMP_FUNCSEP = ',' |
const sal_Unicode | OOX_DUMP_LISTSEP = ',' |
const sal_Unicode | OOX_DUMP_TABSEP = '!' |
const sal_Unicode | OOX_DUMP_ARRAYSEP = ';' |
const sal_Unicode | OOX_DUMP_EMPTYVALUE = '~' |
const sal_Unicode | OOX_DUMP_CMDPROMPT = '?' |
const sal_Unicode | OOX_DUMP_PLACEHOLDER = '\x01' |
const String | EMPTY_STRING |
const NameListWrapper | NO_LIST |
typedef std::shared_ptr< Config > oox::dump::ConfigRef |
Definition at line 893 of file dumperbase.hxx.
typedef ::std::vector< sal_Int64 > oox::dump::Int64Vector |
Definition at line 95 of file dumperbase.hxx.
typedef std::shared_ptr< NameListBase > oox::dump::NameListRef |
Definition at line 500 of file dumperbase.hxx.
typedef std::shared_ptr< ObjectBase > oox::dump::ObjectRef |
Definition at line 1126 of file dumperbase.hxx.
typedef ::std::pair< OUString, OUString > oox::dump::OUStringPair |
Definition at line 92 of file dumperbase.hxx.
typedef ::std::vector< OUString > oox::dump::OUStringVector |
Definition at line 94 of file dumperbase.hxx.
typedef std::shared_ptr< Output > oox::dump::OutputRef |
Definition at line 1006 of file dumperbase.hxx.
enum oox::dump::DataType |
Specifiers for atomic data types.
Definition at line 154 of file dumperbase.hxx.
Specifiers for the output format of values.
Definition at line 171 of file dumperbase.hxx.
|
static |
Definition at line 312 of file dumperbase.cxx.
References namespaces::i.
Referenced by oox::dump::StringHelper::appendBin(), and oox::dump::StringHelper::appendHex().
const String oox::dump::EMPTY_STRING |
Definition at line 387 of file dumperbase.hxx.
Referenced by oox::dump::InputObjectBase::dumpFileTime().
const NameListWrapper oox::dump::NO_LIST |
Definition at line 736 of file dumperbase.hxx.
const sal_Unicode oox::dump::OOX_DUMP_ADDRABS = '$' |
Definition at line 77 of file dumperbase.hxx.
const sal_Unicode oox::dump::OOX_DUMP_ARRAYSEP = ';' |
Definition at line 87 of file dumperbase.hxx.
const sal_Unicode oox::dump::OOX_DUMP_BASECLASS = 'B' |
Definition at line 83 of file dumperbase.hxx.
const sal_Unicode oox::dump::OOX_DUMP_CMDPROMPT = '?' |
Definition at line 89 of file dumperbase.hxx.
const sal_Unicode oox::dump::OOX_DUMP_EMPTYVALUE = '~' |
Definition at line 88 of file dumperbase.hxx.
Definition at line 70 of file dumperbase.hxx.
const sal_Unicode oox::dump::OOX_DUMP_FMLASTRQUOTE = '"' |
Definition at line 76 of file dumperbase.hxx.
const sal_Unicode oox::dump::OOX_DUMP_FUNCSEP = ',' |
Definition at line 84 of file dumperbase.hxx.
const sal_Unicode oox::dump::OOX_DUMP_LISTSEP = ',' |
Definition at line 85 of file dumperbase.hxx.
const sal_Unicode oox::dump::OOX_DUMP_PLACEHOLDER = '\x01' |
Definition at line 90 of file dumperbase.hxx.
const sal_Unicode oox::dump::OOX_DUMP_R1C1CLOSE = ']' |
Definition at line 81 of file dumperbase.hxx.
const sal_Unicode oox::dump::OOX_DUMP_R1C1COL = 'C' |
Definition at line 79 of file dumperbase.hxx.
const sal_Unicode oox::dump::OOX_DUMP_R1C1OPEN = '[' |
Definition at line 80 of file dumperbase.hxx.
const sal_Unicode oox::dump::OOX_DUMP_R1C1ROW = 'R' |
Definition at line 78 of file dumperbase.hxx.
const sal_Unicode oox::dump::OOX_DUMP_RANGESEP = ':' |
Definition at line 82 of file dumperbase.hxx.
const sal_Unicode oox::dump::OOX_DUMP_STRQUOTE = '\'' |
Definition at line 75 of file dumperbase.hxx.
Referenced by oox::dump::ConstList::implGetName(), oox::dump::OutputObjectBase::writeCharItem(), and oox::dump::OutputObjectBase::writeStringItem().
const sal_Unicode oox::dump::OOX_DUMP_TABSEP = '!' |
Definition at line 86 of file dumperbase.hxx.
|
inlineconstexpr |
Definition at line 65 of file dumperbase.hxx.
Referenced by oox::dump::InputObjectBase::dumpUnknown(), oox::dump::FlagsList::implGetName(), and oox::dump::ItemFormat::parse().
|
inlineconstexpr |
Definition at line 64 of file dumperbase.hxx.
Referenced by oox::dump::InputObjectBase::dumpUnused(), and oox::dump::ItemFormat::parse().