Home
last modified time | relevance | path

Searched refs:rowSpan (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementContext.java35 private final int rowSpan; field in ImageElementContext
39 public ImageElementContext(final int colSpan, final int rowSpan) in ImageElementContext() argument
42 this.rowSpan = rowSpan; in ImageElementContext()
44 this.rowStyles = new String[rowSpan]; in ImageElementContext()
54 return rowSpan; in getRowSpan()
H A DImageElementLayoutController.java131 …final int rowSpan = TextUtilities.parseInt((String) tableCell.getAttribute(OfficeNamespaces.TABLE_… in createContext() local
133 if (rowSpan < 1 || colSpan < 1) in createContext()
174 final ImageElementContext context = new ImageElementContext(colSpan, rowSpan); in createContext()
184 addRowStyles(context, table, rowPos, rowSpan); in createContext()
295 …Styles(final ImageElementContext context, final Section table, final int rowPos, final int rowSpan) in addRowStyles() argument
315 if (rowCounter >= (rowPos + rowSpan)) in addRowStyles()
/aoo4110/main/oox/source/token/
H A Dtokens.txt4258 rowSpan

Completed in 26 milliseconds