/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | TextRawReportTarget.java | 378 sectionProperties.setNamespace(OfficeNamespaces.STYLE_NS); in generateSectionStyle() 387 columns.setNamespace(OfficeNamespaces.STYLE_NS); in generateSectionStyle() 404 column.setNamespace(OfficeNamespaces.STYLE_NS); in generateSectionStyle() 414 style.setNamespace(OfficeNamespaces.STYLE_NS); in generateSectionStyle() 416 style.setAttribute(OfficeNamespaces.STYLE_NS, NAME, styleName); in generateSectionStyle() 417 style.setAttribute(OfficeNamespaces.STYLE_NS, "family", "section"); in generateSectionStyle() 472 paragraphProps.setNamespace(OfficeNamespaces.STYLE_NS); in createVariablesStyle() 482 textProps.setNamespace(OfficeNamespaces.STYLE_NS); in createVariablesStyle() 503 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-combine", NONE); in createVariablesStyle() 507 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-scale", "100%"); in createVariablesStyle() [all …]
|
H A D | MasterPageFactory.java | 263 masterPage.setNamespace(OfficeNamespaces.STYLE_NS); in createMasterPage() 280 header.setNamespace(OfficeNamespaces.STYLE_NS); in setupMasterPage() 289 footer.setNamespace(OfficeNamespaces.STYLE_NS); in setupMasterPage() 312 headerStyle.setNamespace(OfficeNamespaces.STYLE_NS); in createPageStyle() 321 footerStyle.setNamespace(OfficeNamespaces.STYLE_NS); in createPageStyle() 371 headerStyle.setNamespace(OfficeNamespaces.STYLE_NS); in derivePageStyle() 384 footerStyle.setNamespace(OfficeNamespaces.STYLE_NS); in derivePageStyle() 403 …Element headerFooterProps = headerFooterStyle.findFirstChild(OfficeNamespaces.STYLE_NS, "header-fo… in applyHeaderFooterHeight() 407 headerFooterProps.setNamespace(OfficeNamespaces.STYLE_NS); in applyHeaderFooterHeight()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/model/ |
H A D | OfficeStyle.java | 42 setNamespace(OfficeNamespaces.STYLE_NS); in OfficeStyle() 48 return (String) getAttribute(OfficeNamespaces.STYLE_NS, "name"); in getStyleName() 53 setAttribute(OfficeNamespaces.STYLE_NS, "name", name); in setStyleName() 70 setAttribute(OfficeNamespaces.STYLE_NS, "parent-style-name", parentName); in setStyleParent() 75 return (String) getAttribute(OfficeNamespaces.STYLE_NS, "family"); in getStyleFamily() 80 setAttribute(OfficeNamespaces.STYLE_NS, "family", family); in setStyleFamily() 89 return findFirstChild(OfficeNamespaces.STYLE_NS, "paragraph-properties"); in getParagraphProperties() 94 return findFirstChild(OfficeNamespaces.STYLE_NS, "text-properties"); in getTextProperties() 99 return findFirstChild(OfficeNamespaces.STYLE_NS, "table-row-properties"); in getTableRowProperties() 104 return findFirstChild(OfficeNamespaces.STYLE_NS, "table-properties"); in getTableProperties() [all …]
|
H A D | PageLayout.java | 41 setNamespace(OfficeNamespaces.STYLE_NS); in PageLayout() 47 return (String) getAttribute(OfficeNamespaces.STYLE_NS, "name"); in getStyleName() 52 setAttribute(OfficeNamespaces.STYLE_NS, "name", name); in setStyleName() 57 return (Section) findFirstChild(OfficeNamespaces.STYLE_NS, "header-style"); in getHeaderStyle() 62 return (Section) findFirstChild(OfficeNamespaces.STYLE_NS, "footer-style"); in getFooterStyle()
|
H A D | OfficeMasterPage.java | 45 return (String) getAttribute(OfficeNamespaces.STYLE_NS, "name"); in getStyleName() 50 setAttribute(OfficeNamespaces.STYLE_NS, "name", name); in setStyleName() 55 return (String) getAttribute(OfficeNamespaces.STYLE_NS, "page-layout-name"); in getPageLayout() 60 setAttribute(OfficeNamespaces.STYLE_NS, "page-layout-name", name); in setPageLayout()
|
H A D | DataStyle.java | 44 return (String) getAttribute(OfficeNamespaces.STYLE_NS, "name"); in getStyleName() 49 setAttribute(OfficeNamespaces.STYLE_NS, "name", name); in setStyleName()
|
H A D | FontFaceElement.java | 44 return (String) getAttribute(OfficeNamespaces.STYLE_NS, "name"); in getStyleName() 49 setAttribute(OfficeNamespaces.STYLE_NS, "name", name); in setStyleName()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | StyleUtilities.java | 151 autostyle.setNamespace(OfficeNamespaces.STYLE_NS); in copyStyle() 215 …final String fontName = (String) textProperties.getAttribute(OfficeNamespaces.STYLE_NS, "font-name… in performFontFaceProcessing() 225 … final String fontNameAsian = (String) textProperties.getAttribute(OfficeNamespaces.STYLE_NS, in performFontFaceProcessing() 237 … final String fontNameComplex = (String) textProperties.getAttribute(OfficeNamespaces.STYLE_NS, in performFontFaceProcessing() 265 … final Section styleMap = (Section) derivedStyle.findFirstChild(OfficeNamespaces.STYLE_NS, "map"); in performDataStyleProcessing() 283 final Object attribute = style.getAttribute(OfficeNamespaces.STYLE_NS, attributeName); in performDataStyleProcessing() 443 autostyle.setNamespace(OfficeNamespaces.STYLE_NS); in deriveStyle() 469 autostyle.setNamespace(OfficeNamespaces.STYLE_NS); in deriveCommonStyle() 497 autostyle.setNamespace(OfficeNamespaces.STYLE_NS); in deriveAutomaticStyle() 546 … final Element section = officeStyle.findFirstChild(OfficeNamespaces.STYLE_NS, sectionName); in queryStyleByProperties() [all …]
|
H A D | OfficeDocumentReportTarget.java | 367 rootAttributes.addNamespaceDeclaration("style", OfficeNamespaces.STYLE_NS); 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() 421 … graphicProperties.setAttribute(OfficeNamespaces.STYLE_NS, "vertical-rel", OfficeToken.PARAGRAPH); in startReport() 1537 … final String height = (String) element.getAttribute(OfficeNamespaces.STYLE_NS, "row-height"); in computeRowHeight() 1558 … final String height = (String) element.getAttribute(OfficeNamespaces.STYLE_NS, "row-height"); in computeRowHeight() 1578 … final String height = (String) element.getAttribute(OfficeNamespaces.STYLE_NS, "row-height"); in computeRowHeight() 1603 … final String height = (String) element.getAttribute(OfficeNamespaces.STYLE_NS, "column-width"); in computeColumnWidth() 1624 … final String height = (String) element.getAttribute(OfficeNamespaces.STYLE_NS, "column-width"); in computeColumnWidth() [all …]
|
H A D | StylesWriter.java | 345 rootAttributes.addNamespaceDeclaration("style", OfficeNamespaces.STYLE_NS); in performWriteRootTag()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
H A D | SpreadsheetRawReportTarget.java | 394 tableRowProperties.setNamespace(OfficeNamespaces.STYLE_NS); in processElement() 429 textProperties.setAttribute(OfficeNamespaces.STYLE_NS, i, null); in processElement() 782 tableStyle.setAttribute(OfficeNamespaces.STYLE_NS, "master-page-name", masterPageName); in generateInitialTableStyle() 783 …final Element tableProperties = produceFirstChild(tableStyle, OfficeNamespaces.STYLE_NS, "table-pr… in generateInitialTableStyle()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | FormattedTextLayoutController.java | 123 … variablesGet.setAttribute(OfficeNamespaces.STYLE_NS, "data-style-name", dataStyleName); in delegateContentGeneration() 205 return (String) style.getAttribute(OfficeNamespaces.STYLE_NS, "data-style-name"); in computeValueStyle()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | OfficeNamespaces.java | 36 public static final String STYLE_NS = "urn:oasis:names:tc:opendocument:xmlns:style:1.0"; field in OfficeNamespaces
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/ |
H A D | FontFaceDeclsReadHandler.java | 80 if (!OfficeNamespaces.STYLE_NS.equals(uri)) in getHandlerForChild()
|
H A D | MasterStylesReadHandler.java | 81 if (OfficeNamespaces.STYLE_NS.equals(uri) && "master-page".equals(tagName)) in getHandlerForChild()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/data/ |
H A D | DataStyleReadHandler.java | 68 if (OfficeNamespaces.DATASTYLE_NS.equals(uri) || OfficeNamespaces.STYLE_NS.equals(uri)) in getHandlerForChild()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/style/ |
H A D | OfficeStylesReadHandler.java | 72 if (OfficeNamespaces.STYLE_NS.equals(uri)) in getHandlerForChild()
|