Home
last modified time | relevance | path

Searched refs:textProperties (Results 1 – 2 of 2) sorted by relevance

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStyleUtilities.java204 final Element textProperties = style.getTextProperties(); in performFontFaceProcessing() local
205 if (textProperties == null) in performFontFaceProcessing()
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()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java419 final Section textProperties = (Section) cellStyle.getTextProperties(); in processElement() local
420 if (textProperties != null) 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()

Completed in 29 milliseconds