| /AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
| H A D | CellStyle.java | 155 fmt.setAttribute(Format.BOLD, value.equals("bold")); in handleAttribute() 160 fmt.setAttribute(Format.ITALIC, true); in handleAttribute() 162 fmt.setAttribute(Format.ITALIC, false); in handleAttribute() 166 fmt.setAttribute(Format.UNDERLINE, !value.equals("none")); in handleAttribute() 170 fmt.setAttribute(Format.STRIKETHRU, !value.equals("none")); in handleAttribute() 175 fmt.setAttribute(Format.SUPERSCRIPT, true); in handleAttribute() 177 fmt.setAttribute(Format.SUBSCRIPT, true); in handleAttribute() 179 fmt.setAttribute(Format.SUPERSCRIPT | Format.SUBSCRIPT, false); in handleAttribute() 191 if (amount < 0) fmt.setAttribute(Format.SUBSCRIPT, true); in handleAttribute() 192 else if (amount > 0) fmt.setAttribute(Format.SUPERSCRIPT, false); in handleAttribute() [all …]
|
| H A D | SxcDocumentDeserializer.java | 216 tableElement.setAttribute(ATTRIBUTE_STYLE_NAME, fontTable[i++]); in initFontTable() 217 tableElement.setAttribute(ATTRIBUTE_FO_FONT_FAMILY, fontTable[i++]); in initFontTable() 218 tableElement.setAttribute(ATTRIBUTE_FO_FONT_FAMILY_GENERIC, fontTable[i++]); in initFontTable() 219 tableElement.setAttribute(ATTRIBUTE_STYLE_FONT_PITCH, fontTable[i++]); in initFontTable() 289 configItemSetEntry.setAttribute(ATTRIBUTE_CONFIG_NAME, "view-settings"); in processSettings() 291 configItemMapIndexed.setAttribute(ATTRIBUTE_CONFIG_NAME, "Views"); in processSettings() 352 tableElement.setAttribute(ATTRIBUTE_TABLE_NAME, sheetName); in processTable() 356 tableElement.setAttribute(ATTRIBUTE_TABLE_STYLE_NAME, "Default"); in processTable() 411 colElement.setAttribute(ATTRIBUTE_TABLE_STYLE_NAME, styleName); in processColumns() 414 colElement.setAttribute(ATTRIBUTE_TABLE_NUM_COLUMNS_REPEATED, repeatStr); in processColumns() [all …]
|
| H A D | NameDefinition.java | 147 namedRangeElement.setAttribute(ATTRIBUTE_TABLE_NAME, getName()); in writeNode() 148 … namedRangeElement.setAttribute(ATTRIBUTE_TABLE_BASE_CELL_ADDRESS, getBaseCellAddress()); in writeNode() 149 namedRangeElement.setAttribute(ATTRIBUTE_TABLE_CELL_RANGE_ADDRESS, getDefinition()); in writeNode() 155 namedExpressionElement.setAttribute(ATTRIBUTE_TABLE_NAME, getName()); in writeNode() 156 … namedExpressionElement.setAttribute(ATTRIBUTE_TABLE_BASE_CELL_ADDRESS,getBaseCellAddress()); in writeNode() 157 namedExpressionElement.setAttribute(ATTRIBUTE_TABLE_EXPRESSION, getDefinition()); in writeNode()
|
| H A D | BookSettings.java | 125 configItem.setAttribute(ATTRIBUTE_CONFIG_NAME, attribute); in addConfigItem() 126 configItem.setAttribute(ATTRIBUTE_CONFIG_TYPE, type); in addConfigItem() 143 configItemMapNamed.setAttribute(ATTRIBUTE_CONFIG_NAME, "Tables"); in writeNode()
|
| /AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
| H A D | OfficeDocument.java | 693 domEntry.setAttribute(ATTRIBUTE_MANIFEST_FILE_PATH, "Pictures/"); in write() 694 domEntry.setAttribute(ATTRIBUTE_MANIFEST_FILE_TYPE, ""); in write() 702 domEntry.setAttribute(ATTRIBUTE_MANIFEST_FILE_PATH, "content.xml"); in write() 703 domEntry.setAttribute(ATTRIBUTE_MANIFEST_FILE_TYPE, "text/xml"); in write() 711 domEntry.setAttribute(ATTRIBUTE_MANIFEST_FILE_PATH, "styles.xml"); in write() 712 domEntry.setAttribute(ATTRIBUTE_MANIFEST_FILE_TYPE, "text/xml"); in write() 720 domEntry.setAttribute(ATTRIBUTE_MANIFEST_FILE_PATH, "meta.xml"); in write() 721 domEntry.setAttribute(ATTRIBUTE_MANIFEST_FILE_TYPE, "text/xml"); in write() 729 domEntry.setAttribute(ATTRIBUTE_MANIFEST_FILE_PATH, "settings.xml"); in write() 730 domEntry.setAttribute(ATTRIBUTE_MANIFEST_FILE_TYPE, "text/xml"); in write() [all …]
|
| H A D | EmbeddedXMLObject.java | 256 contentNode.setAttribute(OfficeConstants.ATTRIBUTE_MANIFEST_FILE_TYPE, "text/xml"); in writeManifestData() 257 contentNode.setAttribute(OfficeConstants.ATTRIBUTE_MANIFEST_FILE_PATH, in writeManifestData() 266 settingsNode.setAttribute(OfficeConstants.ATTRIBUTE_MANIFEST_FILE_TYPE, "text/xml"); in writeManifestData() 267 settingsNode.setAttribute(OfficeConstants.ATTRIBUTE_MANIFEST_FILE_PATH, in writeManifestData() 276 stylesNode.setAttribute(OfficeConstants.ATTRIBUTE_MANIFEST_FILE_TYPE, "text/xml"); in writeManifestData() 277 stylesNode.setAttribute(OfficeConstants.ATTRIBUTE_MANIFEST_FILE_PATH, in writeManifestData() 284 objectNode.setAttribute(OfficeConstants.ATTRIBUTE_MANIFEST_FILE_TYPE, objType); in writeManifestData() 285 objectNode.setAttribute(OfficeConstants.ATTRIBUTE_MANIFEST_FILE_PATH, in writeManifestData()
|
| H A D | TextStyle.java | 581 node.setAttribute("fo:font-weight", "bold"); in writeAttributes() 585 node.setAttribute("fo:font-style", "italic"); in writeAttributes() 589 node.setAttribute("style:text-underline", "single"); in writeAttributes() 593 node.setAttribute("style:text-crossing-out", "single-line"); in writeAttributes() 597 node.setAttribute("style:text-position", "super 58%"); in writeAttributes() 601 node.setAttribute("style:text-position", "sub 58%"); in writeAttributes() 605 node.setAttribute("fo:font-size", fs.toString() + "pt"); in writeAttributes() 609 node.setAttribute("style:font-name", fontName); in writeAttributes() 612 node.setAttribute("fo:color", buildColorString(fontColor)); in writeAttributes() 615 node.setAttribute("style:text-background-color", in writeAttributes()
|
| H A D | ParaStyle.java | 256 setAttribute(attr.getNodeName(), attr.getNodeValue()); in ParaStyle() 283 setAttribute(attribs[i], values[i]); in ParaStyle() 306 setAttribute(attribs[i], values[i]); in ParaStyle() 333 public void setAttribute(String attr, String value) { in setAttribute() method in ParaStyle 336 setAttribute(i, value); in setAttribute() 378 public void setAttribute(int attr, String value) { in setAttribute() method in ParaStyle 569 node.setAttribute(attrName[i], stringVal); in writeAttributes() 581 node.setAttribute(attrName[LINE_HEIGHT], stringVal); in writeAttributes() 593 node.setAttribute(attrName[TEXT_ALIGN], val); in writeAttributes()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
| H A D | TextRawReportTarget.java | 360 …attrs.setAttribute(OfficeNamespaces.TEXT_NS, OfficeToken.STYLE_NAME, generateSectionStyle(numberOf… in applyColumnsToPageBand() 361 attrs.setAttribute(OfficeNamespaces.TEXT_NS, NAME, sectionNames.generateName("Section")); in applyColumnsToPageBand() 380 …sectionProperties.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, "transparent"… in generateSectionStyle() 381 …sectionProperties.setAttribute(OfficeNamespaces.TEXT_NS, "dont-balance-text-columns", OfficeToken.… in generateSectionStyle() 382 sectionProperties.setAttribute(OfficeNamespaces.STYLE_NS, "editable", OfficeToken.FALSE); in generateSectionStyle() 389 … columns.setAttribute(OfficeNamespaces.FO_NS, "column-count", String.valueOf(columnCount)); in generateSectionStyle() 390 columns.setAttribute(OfficeNamespaces.STYLE_NS, "column-gap", "0cm"); in generateSectionStyle() 406 column.setAttribute(OfficeNamespaces.STYLE_NS, "rel-width", "1*"); in generateSectionStyle() 407 column.setAttribute(OfficeNamespaces.FO_NS, "start-indent", "0cm"); in generateSectionStyle() 408 column.setAttribute(OfficeNamespaces.FO_NS, "end-indent", "0cm"); in generateSectionStyle() [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
| H A D | FormatValueUtility.java | 70 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "time"); in applyValueForVariable() 72 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, "time-value", ret); in applyValueForVariable() 76 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "date"); in applyValueForVariable() 78 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, "date-value", ret); in applyValueForVariable() 82 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "float"); in applyValueForVariable() 84 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE, ret); in applyValueForVariable() 88 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "float"); in applyValueForVariable() 89 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE, String.valueOf(value)); in applyValueForVariable() 93 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE_TYPE, "boolean"); in applyValueForVariable() 96 … variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, BOOLEAN_VALUE, OfficeToken.TRUE); in applyValueForVariable() [all …]
|
| H A D | ObjectOleLayoutController.java | 86 …ole.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, Element.NAMESPACE_ATTRIBUTE, JFreeReportInfo.RE… in delegateContentGeneration() 87 …ole.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, Element.TYPE_ATTRIBUTE, OfficeToken.OBJECT_OLE); in delegateContentGeneration() 88 ole.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, "href", url); in delegateContentGeneration() 89 ole.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, "class-id", element.getClassid()); in delegateContentGeneration() 109 …ole.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, SDBCReportDataFactory.MASTER_COLUMNS, masterfie… in delegateContentGeneration() 110 … ole.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, SDBCReportDataFactory.MASTER_VALUES, values); in delegateContentGeneration() 111 …ole.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, SDBCReportDataFactory.DETAIL_COLUMNS, element.g… in delegateContentGeneration()
|
| H A D | VariablesDeclarationLayoutController.java | 126 map.setAttribute(OfficeNamespaces.TEXT_NS, "name", varName); in advance() 139 …variableSection.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, Element.NAMESPACE_ATTRIBUTE, Office… in generateVariableSetSection() 140 …variableSection.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, Element.TYPE_ATTRIBUTE, "variable-s… in generateVariableSetSection() 141 variableSection.setAttribute(OfficeNamespaces.TEXT_NS, "display", "none"); in generateVariableSetSection() 156 variableSection.setAttribute(OfficeNamespaces.TEXT_NS, "formula", "ooow:" + formula); in generateVariableSetSection()
|
| H A D | ImageElementLayoutController.java | 108 …image.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, Element.NAMESPACE_ATTRIBUTE, JFreeReportInfo.… in generateImage() 109 … image.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, Element.TYPE_ATTRIBUTE, OfficeToken.IMAGE); in generateImage() 110 image.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, OfficeToken.SCALE, scale); in generateImage() 111 …image.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, OfficeToken.PRESERVE_IRI, String.valueOf(pres… in generateImage() 112 image.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, "image-context", createContext()); in generateImage() 113 image.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, OfficeToken.IMAGE_DATA, linkTarget); in generateImage()
|
| H A D | FormattedTextLayoutController.java | 113 variablesGet.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, in delegateContentGeneration() 115 variablesGet.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, in delegateContentGeneration() 117 variablesGet.setAttribute(OfficeNamespaces.TEXT_NS, "name", name); in delegateContentGeneration() 123 … variablesGet.setAttribute(OfficeNamespaces.STYLE_NS, "data-style-name", dataStyleName); in delegateContentGeneration() 127 … variablesGet.setAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE, valueType); in delegateContentGeneration()
|
| H A D | TableCellLayoutController.java | 68 …attributeMap.setAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAME, getDisplayStyleName((… in computeAttributes() 80 attributeMap.setAttribute(OfficeNamespaces.OFFICE_NS, in computeAttributes() 87 attributeMap.setAttribute(OfficeNamespaces.OFFICE_NS, in computeAttributes() 114 attributeMap.setAttribute(OfficeNamespaces.OFFICE_NS, in computeValue()
|
| /AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/ |
| H A D | DocumentSerializerImpl.java | 125 rootElement.setAttribute("xmlns:office","http://openoffice.org/2000/office"); in serialize() 126 rootElement.setAttribute("xmlns:style","http://openoffice.org/2000/style" ); in serialize() 127 rootElement.setAttribute("xmlns:text","http://openoffice.org/2000/text"); in serialize() 128 rootElement.setAttribute("xmlns:table","http://openoffice.org/2000/table"); in serialize() 130 rootElement.setAttribute("xmlns:draw","http://openoffice.org/2000/drawing"); in serialize() 131 rootElement.setAttribute("xmlns:fo","http://www.w3.org/1999/XSL/Format" ); in serialize() 132 rootElement.setAttribute("xmlns:xlink","http://www.w3.org/1999/xlink" ); in serialize() 133 rootElement.setAttribute("xmlns:dc","http://purl.org/dc/elements/1.1/" ); in serialize() 134 rootElement.setAttribute("xmlns:meta","http://openoffice.org/2000/meta" ); in serialize() 135 rootElement.setAttribute("xmlns:number","http://openoffice.org/2000/datastyle" ); in serialize() [all …]
|
| /AOO41X/test/testcommon/source/org/openoffice/test/common/ |
| H A D | XMLReporter.java | 78 testcaseEl.setAttribute("name", description.getDisplayName()); in testStarted() 79 testcaseEl.setAttribute("classname", description.getClassName()); in testStarted() 80 testcaseEl.setAttribute("methodname", description.getMethodName()); in testStarted() 95 failureEl.setAttribute("message", failure.getMessage()); in testFailure() 96 failureEl.setAttribute("type", failure.getTestHeader()); in testFailure() 102 errorEl.setAttribute("message", failure.getMessage()); in testFailure() 103 errorEl.setAttribute("type", failure.getTestHeader()); in testFailure() 112 …testcaseEl.setAttribute("time", Double.toString((System.currentTimeMillis() - testStart) / 1000.0)… in testFinished() 122 ignoredEl.setAttribute("message", ignore.value()); in testIgnored() 158 testsuiteEl.setAttribute("name", suiteName); in startSuite() [all …]
|
| H A D | DataSheet.java | 62 workBookEl.setAttribute("xmlns", "urn:schemas-microsoft-com:office:spreadsheet"); in DataSheet() 63 workBookEl.setAttribute("xmlns:ss", "urn:schemas-microsoft-com:office:spreadsheet"); in DataSheet() 87 worksheetEl.setAttribute("ss:Name", sheetName); in getTableElement() 103 dataEl.setAttribute("ss:Type", "Number"); in addRow() 106 dataEl.setAttribute("ss:Type", "Boolean"); in addRow() 109 dataEl.setAttribute("ss:Type", "String"); in addRow() 112 dataEl.setAttribute("ss:Type", "String"); in addRow()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
| H A D | OfficeDocumentReportTarget.java | 391 rootAttributes.setAttribute(OfficeNamespaces.OFFICE_NS, "version", in startReport() 413 … graphicProperties.setAttribute(OfficeNamespaces.TEXT_NS, "anchor-type", OfficeToken.PARAGRAPH); in startReport() 414 graphicProperties.setAttribute(OfficeNamespaces.SVG_NS, "x", ZERO_CM); in startReport() 415 graphicProperties.setAttribute(OfficeNamespaces.SVG_NS, "y", ZERO_CM); in startReport() 416 graphicProperties.setAttribute(OfficeNamespaces.STYLE_NS, "wrap", "dynamic"); in startReport() 417 …graphicProperties.setAttribute(OfficeNamespaces.STYLE_NS, "number-wrapped-paragraphs", "no-limit"); in startReport() 418 … graphicProperties.setAttribute(OfficeNamespaces.STYLE_NS, "wrap-contour", OfficeToken.FALSE); in startReport() 419 …graphicProperties.setAttribute(OfficeNamespaces.STYLE_NS, VERTICAL_POS, "from-top"); // changed fo… in startReport() 421 … graphicProperties.setAttribute(OfficeNamespaces.STYLE_NS, "vertical-rel", OfficeToken.PARAGRAPH); in startReport() 422 …graphicProperties.setAttribute(OfficeNamespaces.STYLE_NS, HORIZONTAL_POS, "from-left"); // changed… in startReport() [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
| H A D | SpreadsheetRawReportTarget.java | 232 … attrs.setAttribute(OfficeNamespaces.DRAWING_NS, "z-index", String.valueOf(shapes.size())); in startOther() 238 …attrs.setAttribute(OfficeNamespaces.SVG_NS, "y", currentY.getValue() + currentY.getType().getType(… in startOther() 396 …tableRowProperties.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, tableBackgro… in processElement() 404 …tableRowProperties.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, tableBackgro… in processElement() 407 … attrs.setAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAME, style.getStyleName()); in processElement() 424 textProperties.setAttribute(OfficeNamespaces.FO_NS, i, null); in processElement() 426 textProperties.setAttribute(OfficeNamespaces.TEXT_NS, "display", null); in processElement() 429 textProperties.setAttribute(OfficeNamespaces.STYLE_NS, i, null); in processElement() 438 … props.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, null); in processElement() 443 attrs.setAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAME, styleName); in processElement() [all …]
|
| /AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/ |
| H A D | PocketExcelDecoder.java | 411 fmt.setAttribute(Format.ITALIC, fd.isItalic()); in readCellFormat() 412 fmt.setAttribute(Format.BOLD, fd.isBold()); in readCellFormat() 413 fmt.setAttribute(Format.UNDERLINE, fd.isUnderline()); in readCellFormat() 419 fmt.setAttribute(Format.WORD_WRAP, xf.isWordWrap()); in readCellFormat() 421 fmt.setAttribute(Format.TOP_BORDER, xf.isBorder(ExtendedFormat.TOP_BORDER)); in readCellFormat() 422 fmt.setAttribute(Format.BOTTOM_BORDER, xf.isBorder(ExtendedFormat.BOTTOM_BORDER)); in readCellFormat() 423 fmt.setAttribute(Format.RIGHT_BORDER, xf.isBorder(ExtendedFormat.RIGHT_BORDER)); in readCellFormat() 424 fmt.setAttribute(Format.LEFT_BORDER, xf.isBorder(ExtendedFormat.LEFT_BORDER)); in readCellFormat()
|
| /AOO41X/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
| H A D | DocumentDeserializerImpl.java | 260 spaceNode.setAttribute(ATTRIBUTE_SPACE_COUNT, new Integer(nrSpaces).toString()); in parseText() 387 currPara.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, pStyle.getName()); in buildDocument() 433 textSpanNode.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, trStyle.getName()); in buildDocument() 506 fontNode.setAttribute(ATTRIBUTE_STYLE_NAME, "Arial"); in buildDocument() 507 fontNode.setAttribute(ATTRIBUTE_FO_FONT_FAMILY, "Arial"); in buildDocument() 508 fontNode.setAttribute(ATTRIBUTE_STYLE_FONT_PITCH, "variable"); in buildDocument() 512 fontNode.setAttribute(ATTRIBUTE_STYLE_NAME, "Arioso"); in buildDocument() 513 fontNode.setAttribute(ATTRIBUTE_FO_FONT_FAMILY, "Arioso"); in buildDocument() 514 fontNode.setAttribute(ATTRIBUTE_STYLE_FONT_PITCH, "variable"); in buildDocument()
|
| /AOO41X/main/scripting/java/com/sun/star/script/framework/container/ |
| H A D | ParcelDescriptor.java | 214 e.setAttribute("language", language); in setLanguage() 401 root.setAttribute("language", script.getLanguage()); in addScriptEntry() 404 item.setAttribute("lang", "en"); in addScriptEntry() 406 tempitem.setAttribute("value", script.getLogicalName()); in addScriptEntry() 421 item.setAttribute("value", script.getLogicalName()); in addScriptEntry() 425 item.setAttribute("value", script.getLanguageName()); in addScriptEntry() 436 tempitem.setAttribute("name", key); in addScriptEntry() 437 tempitem.setAttribute("value", (String)languagedepprops.get(key)); in addScriptEntry()
|
| /AOO41X/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
| H A D | DocumentDeserializerImpl.java | 174 paraNode.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, in buildDocument() 180 paraNode.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, pStyle.getName()); in buildDocument() 200 span.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, ts.getName()); in buildDocument() 204 span.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, in buildDocument()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/model/ |
| H A D | OfficeStyle.java | 53 setAttribute(OfficeNamespaces.STYLE_NS, "name", name); in setStyleName() 70 setAttribute(OfficeNamespaces.STYLE_NS, "parent-style-name", parentName); in setStyleParent() 80 setAttribute(OfficeNamespaces.STYLE_NS, "family", family); in setStyleFamily()
|