LibreOffice Module oox (master) 1
|
Public Member Functions | |
ExtItemFormat () | |
Public Member Functions inherited from oox::dump::ItemFormat | |
ItemFormat () | |
void | set (DataType eDataType, FormatType eFmtType, const OUString &rItemName) |
OUStringVector::const_iterator | parse (const OUStringVector &rFormatVec) |
Initializes the struct from a vector of strings containing the item format. More... | |
OUStringVector | parse (std::u16string_view rFormatStr) |
Initializes the struct from a string containing the item format. More... | |
Public Attributes | |
bool | mbShiftValue |
Public Attributes inherited from oox::dump::ItemFormat | |
DataType | meDataType |
Data type of the item. More... | |
FormatType | meFmtType |
Output format for the value. More... | |
OUString | maItemName |
Name of the item. More... | |
OUString | maListName |
Name of a name list to be used for this item. More... | |
Definition at line 686 of file dumperbase.hxx.
|
inline |
Definition at line 689 of file dumperbase.hxx.
bool oox::dump::CombiList::ExtItemFormat::mbShiftValue |
Definition at line 688 of file dumperbase.hxx.
Referenced by oox::dump::OleStorageObject::construct(), and oox::dump::CombiList::implGetName().