Home
last modified time | relevance | path

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

/AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1544 final String styleParent = style.getStyleParent(); in computeRowHeight() local
1545 if (styleParent != null) in computeRowHeight()
1547 return computeRowHeight(styleParent); in computeRowHeight()
1564 final String styleParent = globalStyle.getStyleParent(); in computeRowHeight() local
1565 if (styleParent != null) in computeRowHeight()
1567 return computeRowHeight(styleParent); in computeRowHeight()
1584 final String styleParent = predefStyle.getStyleParent(); in computeRowHeight() local
1585 if (styleParent != null) in computeRowHeight()
1587 return computeRowHeight(styleParent); in computeRowHeight()
1610 final String styleParent = style.getStyleParent(); in computeColumnWidth() local
[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()