LibreOffice Module xmerge (master) 1
|
This interface contains constants for StarOffice XML tags, attributes (StarCalc cell types, etc.). More...
Public Attributes | |
String | TAG_OFFICE_DOCUMENT = "office:document" |
Element tag for office:document, this is the root tag. More... | |
String | TAG_OFFICE_DOCUMENT_CONTENT = "office:document-content" |
Element tag for office:document-content, this is the root tag in content.xml. More... | |
String | TAG_OFFICE_DOCUMENT_SETTINGS = "office:document-settings" |
Element tag for office:document-settings, this is the root tag in content.xml. More... | |
String | TAG_OFFICE_DOCUMENT_META = "office:document-meta" |
Element tag for office:document-meta, this is the root tag in content.xml. More... | |
String | TAG_OFFICE_DOCUMENT_STYLES = "office:document-styles" |
Element tag for office:document-styles, this is the root tag in styles.xml. More... | |
String | TAG_OFFICE_STYLES = "office:styles" |
Element tag for office:styles. More... | |
String | TAG_OFFICE_META = "office:meta" |
Element tag for office:meta. More... | |
String | TAG_OFFICE_AUTOMATIC_STYLES = "office:automatic-styles" |
Element tag for office:automatic-styles. More... | |
String | TAG_OFFICE_MASTER_STYLES = "office:master-styles" |
Element tag for office:master-styles. More... | |
String | TAG_OFFICE_BODY = "office:body" |
Element tag for office:body. More... | |
String | TAG_OFFICE_SETTINGS = "office:settings" |
Element tag for office:settings. More... | |
String | TAG_OFFICE_FONT_DECLS = "office:font-decls" |
Element tag for office:font-decls. More... | |
String | TAG_STYLE_FONT_DECL = "style:font-decl" |
Element tag for style:font-decl. More... | |
String | ATTRIBUTE_STYLE_NAME = "style:name" |
Attribute tag for style:name of element style:name. More... | |
String | ATTRIBUTE_STYLE_FONT_PITCH = "style:font-pitch" |
Attribute tag for style:font-pitch of element style:font-pitch. More... | |
String | ATTRIBUTE_FO_FONT_FAMILY = "fo:font-family" |
Attribute tag for fo:font-family of element fo:font-family. More... | |
String | ATTRIBUTE_FO_FONT_FAMILY_GENERIC = "fo:font-family-generic" |
Attribute tag for fo:font-family of element fo:font-family. More... | |
String | TAG_PARAGRAPH = "text:p" |
Element tag for text:p. More... | |
String | TAG_HEADING = "text:h" |
Element tag for text:h. More... | |
String | TAG_SPACE = "text:s" |
Element tag for text:s. More... | |
String | TAG_TAB_STOP = "text:tab-stop" |
Element tag for text:tab-stop. More... | |
String | TAG_LINE_BREAK = "text:line-break" |
Element tag for text:line-break. More... | |
String | TAG_SPAN = "text:span" |
Element tag for text:span. More... | |
String | TAG_HYPERLINK = "text:a" |
Element tag for text:a. More... | |
String | TAG_UNORDERED_LIST = "text:unordered-list" |
Element tag for text:unordered-list. More... | |
String | TAG_ORDERED_LIST = "text:ordered-list" |
Element tag for text:ordered-list. More... | |
String | TAG_LIST_HEADER = "text:list-header" |
Element tag for text:list-header. More... | |
String | TAG_LIST_ITEM = "text:list-item" |
Element tag for text:list-item. More... | |
String | ATTRIBUTE_SPACE_COUNT = "text:c" |
Attribute tag for text:c of element text:s. More... | |
String | TAG_TABLE = "table:table" |
Element tag for table:table. More... | |
String | TAG_NAMED_EXPRESSIONS = "table:named-expressions" |
Element tag for table:named-expression. More... | |
String | TAG_TABLE_NAMED_RANGE = "table:named-range" |
Element tag for table:named-range. More... | |
String | TAG_TABLE_NAMED_EXPRESSION = "table:named-expression" |
Element tag for table:named-expression. More... | |
String | ATTRIBUTE_TABLE_NAME = "table:name" |
Attribute tag for table:name of element table:table. More... | |
String | ATTRIBUTE_TABLE_EXPRESSION = "table:expression" |
Attribute tag for table:expression of element table:named-range. More... | |
String | ATTRIBUTE_TABLE_BASE_CELL_ADDRESS = "table:base-cell-address" |
Attribute tag for table:base-cell-address of element table:named-range. More... | |
String | ATTRIBUTE_TABLE_CELL_RANGE_ADDRESS = "table:cell-range-address" |
Attribute tag for table:cell-range-address of element table:named-range. More... | |
String | TAG_TABLE_ROW = "table:table-row" |
Element tag for table:table-row. More... | |
String | TAG_TABLE_COLUMN = "table:table-column" |
Element tag for table:table-column. More... | |
String | ATTRIBUTE_DEFAULT_CELL_STYLE = "table:default-cell-style-name" |
Attribute tag for table:default-cell-style-name of element table:table-column. More... | |
String | TAG_TABLE_SCENARIO = "table:scenario" |
Element tag for table:scenario. More... | |
String | TAG_TABLE_CELL = "table:table-cell" |
Element tag for table:table-cell. More... | |
String | ATTRIBUTE_TABLE_VALUE_TYPE = "table:value-type" |
Attribute tag for table:value-type of element table:table-cell. More... | |
String | ATTRIBUTE_TABLE_NUM_COLUMNS_REPEATED |
Attribute tag for table:number-columns-repeated of element table:table-cell. More... | |
String | ATTRIBUTE_TABLE_NUM_ROWS_REPEATED = "table:number-rows-repeated" |
Attribute tag for table:number-rows-repeated of element table:table-row. More... | |
String | ATTRIBUTE_TABLE_FORMULA = "table:formula" |
Attribute tag for table:formula of element table:table-cell. More... | |
String | ATTRIBUTE_TABLE_VALUE = "table:value" |
Attribute tag for table:value of element table:table-cell. More... | |
String | ATTRIBUTE_TABLE_DATE_VALUE = "table:date-value" |
Attribute tag for table:date-value of element table:table-cell. More... | |
String | ATTRIBUTE_TABLE_TIME_VALUE = "table:time-value" |
Attribute tag for table:time-value of element table:table-cell. More... | |
String | ATTRIBUTE_TABLE_STRING_VALUE = "table:string-value" |
Attribute tag for table:string-value of element table:table-cell. More... | |
String | ATTRIBUTE_TABLE_BOOLEAN_VALUE = "table:boolean-value" |
Attribute tag for table:time-boolean-value of element table:table-cell. More... | |
String | ATTRIBUTE_TABLE_STYLE_NAME = "table:style-name" |
Attribute tag for table:style-name of table elements. More... | |
String | ATTRIBUTE_TABLE_CURRENCY = "table:currency" |
Attribute tag for table:currency of element table:table-cell. More... | |
String | CELLTYPE_STRING = "string" |
The cell contains data of type string. More... | |
String | CELLTYPE_FLOAT = "float" |
The cell contains data of type float. More... | |
String | CELLTYPE_TIME = "time" |
The cell contains data of type time. More... | |
String | CELLTYPE_DATE = "date" |
The cell contains data of type date. More... | |
String | CELLTYPE_CURRENCY = "currency" |
The cell contains data of type currency. More... | |
String | CELLTYPE_BOOLEAN = "boolean" |
The cell contains data of type boolean. More... | |
String | CELLTYPE_PERCENT = "percentage" |
The cell contains data of type percent. More... | |
String | SXW_FILE_EXTENSION = ".sxw" |
StarWriter XML file extension. More... | |
String | SXW_TYPE = "text" |
StarWriter XML office:class value. More... | |
String | SXC_FILE_EXTENSION = ".sxc" |
StarCalc XML file extension. More... | |
String | SXC_TYPE = "spreadsheet" |
StarCalc XML office:class value. More... | |
String | TAG_MANIFEST_ROOT = "manifest:manifest" |
Element tag for manifest:manifestentry in Manifest XML. More... | |
String | TAG_MANIFEST_FILE = "manifest:file-entry" |
Element tag for manifest:file-entry entry in Manifest XML. More... | |
String | ATTRIBUTE_MANIFEST_FILE_TYPE = "manifest:media-type" |
Attribute tag for manifest:media-type of element manifest:file-entry. More... | |
String | ATTRIBUTE_MANIFEST_FILE_PATH = "manifest:full-path" |
Attribute tag for manifest:full-path of element manifest:file-entry. More... | |
String | TAG_CONFIG_ITEM = "config:config-item" |
Element tag for config:config-item. More... | |
String | TAG_CONFIG_ITEM_SET = "config:config-item-set" |
Element tag for config:config-item-set. More... | |
String | TAG_CONFIG_ITEM_MAP_INDEXED = "config:config-item-map-indexed" |
Element tag for config:config-item-map-indexed. More... | |
String | TAG_CONFIG_ITEM_MAP_NAMED = "config:config-item-map-named" |
Element tag for config:config-item-map-named. More... | |
String | TAG_CONFIG_ITEM_MAP_ENTRY = "config:config-item-map-entry" |
Element tag for config:config-item-map-entry. More... | |
String | ATTRIBUTE_CONFIG_NAME = "config:name" |
Attribute tag for config:name of element config:config-item. More... | |
String | ATTRIBUTE_CONFIG_TYPE = "config:type" |
Attribute tag for config:type of element config:config-item. More... | |
String | SXW_MIME_TYPE = "application/vnd.sun.xml.writer" |
StarWriter XML MIME type. More... | |
String | SXC_MIME_TYPE = "application/vnd.sun.xml.calc" |
StarCalc XML MIME type. More... | |
This interface contains constants for StarOffice XML tags, attributes (StarCalc cell types, etc.).
Definition at line 25 of file OfficeConstants.java.
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_CONFIG_NAME = "config:name" |
Attribute tag for config:name of element config:config-item.
Definition at line 320 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.BookSettings.addConfigItem(), org.openoffice.xmerge.converter.xml.sxc.SheetSettings.addConfigItem(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processSettings(), org.openoffice.xmerge.converter.xml.sxc.BookSettings.readNode(), org.openoffice.xmerge.converter.xml.sxc.SheetSettings.readNode(), org.openoffice.xmerge.converter.xml.sxc.BookSettings.writeNode(), and org.openoffice.xmerge.converter.xml.sxc.SheetSettings.writeNode().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_CONFIG_TYPE = "config:type" |
Attribute tag for config:type of element config:config-item.
Definition at line 325 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.BookSettings.addConfigItem(), and org.openoffice.xmerge.converter.xml.sxc.SheetSettings.addConfigItem().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_DEFAULT_CELL_STYLE = "table:default-cell-style-name" |
Attribute tag for table:default-cell-style-name of element table:table-column.
Definition at line 178 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseTableColumn().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_FO_FONT_FAMILY = "fo:font-family" |
Attribute tag for fo:font-family of element fo:font-family.
Definition at line 91 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.initFontTable().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_FO_FONT_FAMILY_GENERIC = "fo:font-family-generic" |
Attribute tag for fo:font-family of element fo:font-family.
Definition at line 97 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.initFontTable().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_MANIFEST_FILE_PATH = "manifest:full-path" |
Attribute tag for manifest:full-path of element manifest:file-entry.
Definition at line 298 of file OfficeConstants.java.
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_MANIFEST_FILE_TYPE = "manifest:media-type" |
Attribute tag for manifest:media-type of element manifest:file-entry.
Definition at line 292 of file OfficeConstants.java.
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_SPACE_COUNT = "text:c" |
Attribute tag for text:c of element text:s.
Definition at line 133 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertAttribute(), and org.openoffice.xmerge.util.OfficeUtil.parseText().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_STYLE_FONT_PITCH = "style:font-pitch" |
Attribute tag for style:font-pitch of element style:font-pitch.
Definition at line 85 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.initFontTable().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_STYLE_NAME = "style:name" |
Attribute tag for style:name of element style:name.
Definition at line 79 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.initFontTable().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_BASE_CELL_ADDRESS = "table:base-cell-address" |
Attribute tag for table:base-cell-address of element table:named-range.
Definition at line 160 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.NameDefinition.readNode(), and org.openoffice.xmerge.converter.xml.sxc.NameDefinition.writeNode().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_BOOLEAN_VALUE = "table:boolean-value" |
Attribute tag for table:time-boolean-value of element table:table-cell.
Definition at line 238 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCellData(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_CELL_RANGE_ADDRESS = "table:cell-range-address" |
Attribute tag for table:cell-range-address of element table:named-range.
Definition at line 166 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.NameDefinition.readNode(), and org.openoffice.xmerge.converter.xml.sxc.NameDefinition.writeNode().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_CURRENCY = "table:currency" |
Attribute tag for table:currency of element table:table-cell.
Definition at line 247 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCellData().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_DATE_VALUE = "table:date-value" |
Attribute tag for table:date-value of element table:table-cell.
Definition at line 220 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCellData(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_EXPRESSION = "table:expression" |
Attribute tag for table:expression of element table:named-range.
Definition at line 154 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.NameDefinition.readNode(), and org.openoffice.xmerge.converter.xml.sxc.NameDefinition.writeNode().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_FORMULA = "table:formula" |
Attribute tag for table:formula of element table:table-cell.
Definition at line 209 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCellData(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_NAME = "table:name" |
Attribute tag for table:name of element table:table.
Definition at line 148 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.DocumentMergerImpl.matchWorkSheet(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processTable(), org.openoffice.xmerge.converter.xml.sxc.NameDefinition.readNode(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseTable(), and org.openoffice.xmerge.converter.xml.sxc.NameDefinition.writeNode().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_NUM_COLUMNS_REPEATED |
Attribute tag for table:number-columns-repeated of element table:table-cell.
Definition at line 196 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.addEmptyCells(), org.openoffice.xmerge.merger.merge.SheetUtil.emptyCell(), org.openoffice.xmerge.merger.merge.PositionBaseRowMerge.mergeCellSequences(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processColumns(), org.openoffice.xmerge.merger.merge.PositionBaseRowMerge.splitColRepeatedCell(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseTableColumn().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_NUM_ROWS_REPEATED = "table:number-rows-repeated" |
Attribute tag for table:number-rows-repeated of element table:table-row.
Definition at line 203 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.addEmptyRows(), org.openoffice.xmerge.merger.diff.IteratorRowCompare.computeDiffs(), org.openoffice.xmerge.merger.diff.IteratorRowCompare.splitRepeatedRow(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseTableRow().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_STRING_VALUE = "table:string-value" |
Attribute tag for table:string-value of element table:table-cell.
Definition at line 232 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_STYLE_NAME = "table:style-name" |
Attribute tag for table:style-name of table elements.
Definition at line 241 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.addEmptyCells(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.addEmptyRows(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processColumns(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processTable(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseTableColumn(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseTableRow().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_TIME_VALUE = "table:time-value" |
Attribute tag for table:time-value of element table:table-cell.
Definition at line 226 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCellData(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_VALUE = "table:value" |
Attribute tag for table:value of element table:table-cell.
Definition at line 214 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCellData(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell().
String org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_VALUE_TYPE = "table:value-type" |
Attribute tag for table:value-type of element table:table-cell.
Definition at line 190 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCellData(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell().
String org.openoffice.xmerge.converter.xml.OfficeConstants.CELLTYPE_BOOLEAN = "boolean" |
The cell contains data of type boolean.
Definition at line 265 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCellData(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell().
String org.openoffice.xmerge.converter.xml.OfficeConstants.CELLTYPE_CURRENCY = "currency" |
The cell contains data of type currency.
Definition at line 262 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCellData(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell().
String org.openoffice.xmerge.converter.xml.OfficeConstants.CELLTYPE_DATE = "date" |
The cell contains data of type date.
Definition at line 259 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCellData(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell().
String org.openoffice.xmerge.converter.xml.OfficeConstants.CELLTYPE_FLOAT = "float" |
The cell contains data of type float.
Definition at line 253 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell().
String org.openoffice.xmerge.converter.xml.OfficeConstants.CELLTYPE_PERCENT = "percentage" |
The cell contains data of type percent.
Definition at line 268 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCellData(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell().
String org.openoffice.xmerge.converter.xml.OfficeConstants.CELLTYPE_STRING = "string" |
The cell contains data of type string.
Definition at line 250 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCellData(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell().
String org.openoffice.xmerge.converter.xml.OfficeConstants.CELLTYPE_TIME = "time" |
The cell contains data of type time.
Definition at line 256 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCellData(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell().
String org.openoffice.xmerge.converter.xml.OfficeConstants.SXC_FILE_EXTENSION = ".sxc" |
StarCalc XML file extension.
Definition at line 277 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocument.getFileExtension().
String org.openoffice.xmerge.converter.xml.OfficeConstants.SXC_MIME_TYPE = "application/vnd.sun.xml.calc" |
StarCalc XML MIME type.
Definition at line 331 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocument.getDocumentMimeType().
String org.openoffice.xmerge.converter.xml.OfficeConstants.SXC_TYPE = "spreadsheet" |
StarCalc XML office:class value.
Definition at line 280 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocument.getOfficeClassAttribute().
String org.openoffice.xmerge.converter.xml.OfficeConstants.SXW_FILE_EXTENSION = ".sxw" |
StarWriter XML file extension.
Definition at line 271 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxw.SxwDocument.getFileExtension().
String org.openoffice.xmerge.converter.xml.OfficeConstants.SXW_MIME_TYPE = "application/vnd.sun.xml.writer" |
StarWriter XML MIME type.
Definition at line 328 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxw.SxwDocument.getDocumentMimeType().
String org.openoffice.xmerge.converter.xml.OfficeConstants.SXW_TYPE = "text" |
StarWriter XML office:class value.
Definition at line 274 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxw.SxwDocument.getOfficeClassAttribute().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_CONFIG_ITEM = "config:config-item" |
Element tag for config:config-item.
Definition at line 303 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.BookSettings.addConfigItem(), org.openoffice.xmerge.converter.xml.sxc.SheetSettings.addConfigItem(), org.openoffice.xmerge.converter.xml.sxc.BookSettings.readNode(), and org.openoffice.xmerge.converter.xml.sxc.SheetSettings.readNode().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_CONFIG_ITEM_MAP_ENTRY = "config:config-item-map-entry" |
Element tag for config:config-item-map-entry.
Definition at line 315 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processSettings(), org.openoffice.xmerge.converter.xml.sxc.BookSettings.readNode(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseSettings(), and org.openoffice.xmerge.converter.xml.sxc.SheetSettings.writeNode().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_CONFIG_ITEM_MAP_INDEXED = "config:config-item-map-indexed" |
Element tag for config:config-item-map-indexed.
Definition at line 309 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processSettings(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseSettings().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_CONFIG_ITEM_MAP_NAMED = "config:config-item-map-named" |
Element tag for config:config-item-map-named.
Definition at line 312 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.BookSettings.readNode(), and org.openoffice.xmerge.converter.xml.sxc.BookSettings.writeNode().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_CONFIG_ITEM_SET = "config:config-item-set" |
Element tag for config:config-item-set.
Definition at line 306 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processSettings(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseSettings().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_HEADING = "text:h" |
Element tag for text:h.
Definition at line 103 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertTag(), and org.openoffice.xmerge.merger.diff.ParaNodeIterator.nodeSupported().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_HYPERLINK = "text:a" |
Element tag for text:a.
Definition at line 118 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertTag().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_LINE_BREAK = "text:line-break" |
Element tag for text:line-break.
Definition at line 112 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertTag(), and org.openoffice.xmerge.merger.diff.TextNodeIterator.nodeSupported().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_LIST_HEADER = "text:list-header" |
Element tag for text:list-header.
Definition at line 127 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertTag().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_LIST_ITEM = "text:list-item" |
Element tag for text:list-item.
Definition at line 130 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertTag().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_MANIFEST_FILE = "manifest:file-entry" |
Element tag for manifest:file-entry entry in Manifest XML.
Definition at line 286 of file OfficeConstants.java.
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_MANIFEST_ROOT = "manifest:manifest" |
Element tag for manifest:manifestentry in Manifest XML.
Definition at line 283 of file OfficeConstants.java.
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_NAMED_EXPRESSIONS = "table:named-expressions" |
Element tag for table:named-expression.
Definition at line 139 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processNameDefinition(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseBody().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_OFFICE_AUTOMATIC_STYLES = "office:automatic-styles" |
Element tag for office:automatic-styles.
Definition at line 61 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.loadStyles(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells(), and org.openoffice.xmerge.converter.xml.xslt.DocumentSerializerImpl.serialize().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_OFFICE_BODY = "office:body" |
Element tag for office:body.
Definition at line 67 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertTag(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.decode(), org.openoffice.xmerge.converter.xml.sxc.DocumentMergerImpl.merge(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells(), and org.openoffice.xmerge.converter.xml.xslt.DocumentSerializerImpl.serialize().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_OFFICE_DOCUMENT = "office:document" |
Element tag for office:document, this is the root tag.
Definition at line 28 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertTag().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_OFFICE_DOCUMENT_CONTENT = "office:document-content" |
Element tag for office:document-content, this is the root tag in content.xml.
Definition at line 34 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertTag().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_OFFICE_DOCUMENT_META = "office:document-meta" |
Element tag for office:document-meta, this is the root tag in content.xml.
Definition at line 46 of file OfficeConstants.java.
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_OFFICE_DOCUMENT_SETTINGS = "office:document-settings" |
Element tag for office:document-settings, this is the root tag in content.xml.
Definition at line 40 of file OfficeConstants.java.
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_OFFICE_DOCUMENT_STYLES = "office:document-styles" |
Element tag for office:document-styles, this is the root tag in styles.xml.
Definition at line 52 of file OfficeConstants.java.
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_OFFICE_FONT_DECLS = "office:font-decls" |
Element tag for office:font-decls.
Definition at line 73 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.initFontTable().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_OFFICE_MASTER_STYLES = "office:master-styles" |
Element tag for office:master-styles.
Definition at line 64 of file OfficeConstants.java.
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_OFFICE_META = "office:meta" |
Element tag for office:meta.
Definition at line 58 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.DocumentSerializerImpl.serialize().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_OFFICE_SETTINGS = "office:settings" |
Element tag for office:settings.
Definition at line 70 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.decode().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_OFFICE_STYLES = "office:styles" |
Element tag for office:styles.
Definition at line 55 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.loadStyles(), and org.openoffice.xmerge.converter.xml.xslt.DocumentSerializerImpl.serialize().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_ORDERED_LIST = "text:ordered-list" |
Element tag for text:ordered-list.
Definition at line 124 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertTag().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_PARAGRAPH = "text:p" |
Element tag for text:p.
Definition at line 100 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertTag(), org.openoffice.xmerge.merger.diff.CellNodeIterator.childrenEqual(), org.openoffice.xmerge.merger.merge.SheetUtil.emptyCell(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.getDecimalPlaces(), org.openoffice.xmerge.merger.merge.PositionBaseRowMerge.mergeCells(), org.openoffice.xmerge.merger.diff.ParaNodeIterator.nodeSupported(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_SPACE = "text:s" |
Element tag for text:s.
Definition at line 106 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertAttribute(), org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertTag(), org.openoffice.xmerge.merger.diff.TextNodeIterator.nodeSupported(), org.openoffice.xmerge.merger.diff.CharacterParser.parseNodes(), and org.openoffice.xmerge.util.OfficeUtil.parseText().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_SPAN = "text:span" |
Element tag for text:span.
Definition at line 115 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertTag().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_STYLE_FONT_DECL = "style:font-decl" |
Element tag for style:font-decl.
Definition at line 76 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.initFontTable().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_TAB_STOP = "text:tab-stop" |
Element tag for text:tab-stop.
Definition at line 109 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertTag(), org.openoffice.xmerge.merger.diff.TextNodeIterator.nodeSupported(), org.openoffice.xmerge.merger.diff.CharacterParser.parseNodes(), and org.openoffice.xmerge.util.OfficeUtil.parseText().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_TABLE = "table:table" |
Element tag for table:table.
Definition at line 136 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.DocumentMergerImpl.merge(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processTable(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseBody().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_TABLE_CELL = "table:table-cell" |
Element tag for table:table-cell.
Definition at line 184 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.addEmptyCells(), org.openoffice.xmerge.merger.merge.SheetUtil.emptyCell(), org.openoffice.xmerge.merger.merge.PositionBaseRowMerge.mergeCells(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseTableRow().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_TABLE_COLUMN = "table:table-column" |
Element tag for table:table-column.
Definition at line 172 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processColumns(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseTable().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_TABLE_NAMED_EXPRESSION = "table:named-expression" |
Element tag for table:named-expression.
Definition at line 145 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.NameDefinition.readNode(), and org.openoffice.xmerge.converter.xml.sxc.NameDefinition.writeNode().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_TABLE_NAMED_RANGE = "table:named-range" |
Element tag for table:named-range.
Definition at line 142 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.NameDefinition.readNode(), and org.openoffice.xmerge.converter.xml.sxc.NameDefinition.writeNode().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_TABLE_ROW = "table:table-row" |
Element tag for table:table-row.
Definition at line 169 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.addEmptyRows(), org.openoffice.xmerge.merger.diff.RowIterator.nodeSupported(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseTable().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_TABLE_SCENARIO = "table:scenario" |
Element tag for table:scenario.
Definition at line 181 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseTable().
String org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_UNORDERED_LIST = "text:unordered-list" |
Element tag for text:unordered-list.
Definition at line 121 of file OfficeConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertTag().