LibreOffice Module xmloff (master)
1
|
#include <xmloff/xmltoken.hxx>
Go to the source code of this file.
Classes | |
struct | TableStyleElement |
Functions | |
const TableStyleElement * | getTableStyleMap () |
const TableStyleElement * | getWriterSpecificTableStyleMap () |
const XMLPropertyMapEntry * | getColumnPropertiesMap () |
const XMLPropertyMapEntry * | getRowPropertiesMap () |
const XMLPropertyMapEntry * | getCellPropertiesMap () |
const XMLPropertyMapEntry* getCellPropertiesMap | ( | ) |
Definition at line 90 of file XMLTableExport.cxx.
References CELLMAP, MAP_END, XML_NAMESPACE_STYLE, xmloff::token::XML_ROTATION_ANGLE, and XML_SD_TYPE_CELL_ROTATION_ANGLE.
Referenced by XMLTableExport::XMLTableExport(), and XMLTableImport::XMLTableImport().
const XMLPropertyMapEntry* getColumnPropertiesMap | ( | ) |
Definition at line 65 of file XMLTableExport.cxx.
References CMAP, MAP_END, xmloff::token::XML_COLUMN_WIDTH, XML_NAMESPACE_STYLE, XML_TYPE_BOOL, XML_TYPE_MEASURE, and xmloff::token::XML_USE_OPTIMAL_COLUMN_WIDTH.
Referenced by XMLTableExport::XMLTableExport(), and XMLTableImport::XMLTableImport().
const XMLPropertyMapEntry* getRowPropertiesMap | ( | ) |
Definition at line 77 of file XMLTableExport.cxx.
References MAP_END, RMAP, xmloff::token::XML_MIN_ROW_HEIGHT, XML_NAMESPACE_STYLE, xmloff::token::XML_ROW_HEIGHT, XML_TYPE_BOOL, XML_TYPE_MEASURE, and xmloff::token::XML_USE_OPTIMAL_ROW_HEIGHT.
Referenced by XMLTableExport::XMLTableExport(), and XMLTableImport::XMLTableImport().
const TableStyleElement* getTableStyleMap | ( | ) |
Definition at line 516 of file XMLTableExport.cxx.
References xmloff::token::XML_BACKGROUND, xmloff::token::XML_BODY, xmloff::token::XML_EVEN_COLUMNS, xmloff::token::XML_EVEN_ROWS, xmloff::token::XML_FIRST_COLUMN, xmloff::token::XML_FIRST_ROW, xmloff::token::XML_LAST_COLUMN, xmloff::token::XML_LAST_ROW, xmloff::token::XML_ODD_COLUMNS, xmloff::token::XML_ODD_ROWS, and xmloff::token::XML_TOKEN_END.
Referenced by XMLTableExport::exportTableTemplates().
const TableStyleElement* getWriterSpecificTableStyleMap | ( | ) |
Definition at line 536 of file XMLTableExport.cxx.
References xmloff::token::XML_FIRST_ROW_END_COLUMN, xmloff::token::XML_FIRST_ROW_EVEN_COLUMN, xmloff::token::XML_FIRST_ROW_START_COLUMN, xmloff::token::XML_LAST_ROW_END_COLUMN, xmloff::token::XML_LAST_ROW_EVEN_COLUMN, xmloff::token::XML_LAST_ROW_START_COLUMN, and xmloff::token::XML_TOKEN_END.
Referenced by XMLTableExport::exportTableTemplates().