Searched refs:styleParent (Results 1 – 2 of 2) sorted by relevance
1544 final String styleParent = style.getStyleParent(); in computeRowHeight() local1545 if (styleParent != null) in computeRowHeight()1547 return computeRowHeight(styleParent); in computeRowHeight()1564 final String styleParent = globalStyle.getStyleParent(); in computeRowHeight() local1565 if (styleParent != null) in computeRowHeight()1567 return computeRowHeight(styleParent); in computeRowHeight()1584 final String styleParent = predefStyle.getStyleParent(); in computeRowHeight() local1585 if (styleParent != null) in computeRowHeight()1587 return computeRowHeight(styleParent); in computeRowHeight()1610 final String styleParent = style.getStyleParent(); in computeColumnWidth() local[all …]
178 final String styleParent = preStyle.getStyleParent(); in copyStyleInternal() local180 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()