Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1545 if (styleParent != null) in computeRowHeight()
1547 return computeRowHeight(styleParent); in computeRowHeight()
1565 if (styleParent != null) in computeRowHeight()
1567 return computeRowHeight(styleParent); in computeRowHeight()
1585 if (styleParent != null) in computeRowHeight()
1587 return computeRowHeight(styleParent); in computeRowHeight()
1611 if (styleParent != null) in computeColumnWidth()
1613 return computeRowHeight(styleParent); in computeColumnWidth()
1631 if (styleParent != null) in computeColumnWidth()
1633 return computeRowHeight(styleParent); in computeColumnWidth()
[all …]
H A DStyleUtilities.java178 final String styleParent = preStyle.getStyleParent(); in copyStyleInternal() local
180 stylesCollection.getStyle(styleFamily, styleParent); in copyStyleInternal()
184 copyStyle(styleFamily, styleParent, stylesCollection, in copyStyleInternal()
187 else if (styleParent != null) in copyStyleInternal()
189 … LOGGER.warn("Inconsistent styles: " + styleFamily + ":" + styleParent + " does not exist."); in copyStyleInternal()

Completed in 26 milliseconds