Home
last modified time | relevance | path

Searched refs:rowStyle (Results 1 – 4 of 4) sorted by relevance

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java384 Node rowStyle = in traverseTableRow() local
398 if ( rowStyle != null) { in traverseTableRow()
399 styleName = rowStyle.getNodeValue(); in traverseTableRow()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java309 …final String rowStyle = (String) row.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAM… in addRowStyles() local
310 context.setRowStyle(rowCounter - rowPos, rowStyle); in addRowStyles()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1528 protected CSSNumericValue computeRowHeight(final String rowStyle) in computeRowHeight() argument
1531 final OfficeStyle style = contentStyles.getStyle(OfficeToken.TABLE_ROW, rowStyle); in computeRowHeight()
1552 final OfficeStyle globalStyle = globalStyles.getStyle(OfficeToken.TABLE_ROW, rowStyle); in computeRowHeight()
1572 final OfficeStyle predefStyle = predefStyles.getStyle(OfficeToken.TABLE_ROW, rowStyle); in computeRowHeight()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java728 …final String rowStyle = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_N… in startRow() local
729 final CSSNumericValue rowHeight = computeRowHeight(rowStyle); in startRow()

Completed in 41 milliseconds