Home
last modified time | relevance | path

Searched refs:STYLE_NS (Results 1 – 17 of 17) sorted by relevance

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java378 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 DMasterPageFactory.java263 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()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeStyle.java42 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 DPageLayout.java41 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 DOfficeMasterPage.java45 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 DDataStyle.java44 return (String) getAttribute(OfficeNamespaces.STYLE_NS, "name"); in getStyleName()
49 setAttribute(OfficeNamespaces.STYLE_NS, "name", name); in setStyleName()
H A DFontFaceElement.java44 return (String) getAttribute(OfficeNamespaces.STYLE_NS, "name"); in getStyleName()
49 setAttribute(OfficeNamespaces.STYLE_NS, "name", name); in setStyleName()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStyleUtilities.java151 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 DOfficeDocumentReportTarget.java367 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 DStylesWriter.java345 rootAttributes.addNamespaceDeclaration("style", OfficeNamespaces.STYLE_NS); in performWriteRootTag()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java394 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()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DFormattedTextLayoutController.java123 … variablesGet.setAttribute(OfficeNamespaces.STYLE_NS, "data-style-name", dataStyleName); in delegateContentGeneration()
205 return (String) style.getAttribute(OfficeNamespaces.STYLE_NS, "data-style-name"); in computeValueStyle()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DOfficeNamespaces.java36 public static final String STYLE_NS = "urn:oasis:names:tc:opendocument:xmlns:style:1.0"; field in OfficeNamespaces
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/
H A DFontFaceDeclsReadHandler.java80 if (!OfficeNamespaces.STYLE_NS.equals(uri)) in getHandlerForChild()
H A DMasterStylesReadHandler.java81 if (OfficeNamespaces.STYLE_NS.equals(uri) && "master-page".equals(tagName)) in getHandlerForChild()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/data/
H A DDataStyleReadHandler.java68 if (OfficeNamespaces.DATASTYLE_NS.equals(uri) || OfficeNamespaces.STYLE_NS.equals(uri)) in getHandlerForChild()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/style/
H A DOfficeStylesReadHandler.java72 if (OfficeNamespaces.STYLE_NS.equals(uri)) in getHandlerForChild()

Completed in 88 milliseconds