| /AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
| H A D | StyleUtilities.java | 77 final String styleName, in copyStyle() argument 83 copyStyle(styleFamily, styleName, stylesCollection, in copyStyle() 104 final String styleName, in copyStyle() argument 111 if (inheritanceTracker.contains(styleName)) in copyStyle() 115 inheritanceTracker.add(styleName); in copyStyle() 117 …ection.containsStyle(styleFamily, styleName) || commonCollection.getCommonStyles().containsStyle(s… in copyStyle() 124 predefCollection.getCommonStyles().getStyle(styleFamily, styleName); in copyStyle() 137 predefCollection.getAutomaticStyles().getStyle(styleFamily, styleName); in copyStyle() 154 autostyle.setStyleName(styleName); in copyStyle() 287 final String styleName = String.valueOf(attribute); in performDataStyleProcessing() local [all …]
|
| H A D | OfficeDocumentReportTarget.java | 1300 protected OfficeStyle deriveStyle(final String styleFamily, final String styleName) in deriveStyle() argument 1305 final OfficeStyle style = StyleUtilities.deriveStyle(styleFamily, styleName, in deriveStyle() 1339 String styleName = null; in startImageProcessing() local 1383 styleName = imageStyle.getStyleName(); in startImageProcessing() 1400 styleName = imageStyle.getStyleName(); in startImageProcessing() 1418 styleName = imageStyle.getStyleName(); in startImageProcessing() 1451 if (styleName != null) in startImageProcessing() 1453 … frameList.setAttribute(OfficeNamespaces.DRAWING_NS, OfficeToken.STYLE_NAME, styleName); in startImageProcessing() 1502 final String styleName = strings[i]; in computeImageWidth() local 1503 final CSSNumericValue value = computeColumnWidth(styleName); in computeImageWidth() [all …]
|
| /AOO42X/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ |
| H A D | SxcDocumentDeserializer.java | 396 String styleName; in processColumns() local 400 styleName = cStyle.getName(); in processColumns() 401 Debug.log(Debug.TRACE,"No existing style found, adding " + styleName); in processColumns() 405 styleName = existingStyle.getName(); in processColumns() 406 Debug.log(Debug.TRACE,"Existing style found : " + styleName); in processColumns() 411 colElement.setAttribute(ATTRIBUTE_TABLE_STYLE_NAME, styleName); in processColumns() 502 String styleName; in processCells() local 506 styleName = rStyle.getName(); in processCells() 507 … Debug.log(Debug.TRACE,"No existing style found, adding " + styleName); in processCells() 511 styleName = existingStyle.getName(); in processCells() [all …]
|
| H A D | SxcDocumentSerializer.java | 396 String styleName = new String(""); in traverseTableRow() local 399 styleName = rowStyle.getNodeValue(); in traverseTableRow() 401 if(styleName.equalsIgnoreCase("Default") || styleName.length()==0) { in traverseTableRow() 407 RowStyle rStyle = ( RowStyle)styleCat.lookup(styleName, in traverseTableRow() 533 String styleName = new String(""); in traverseTableColumn() local 536 styleName = tableStyleNode.getNodeValue(); in traverseTableColumn() 539 if(styleName.equalsIgnoreCase("Default") || styleName.length()==0) { in traverseTableColumn() 545 ColumnStyle cStyle = (ColumnStyle)styleCat.lookup(styleName, in traverseTableColumn() 599 String styleName = new String(""); in traverseCell() local 602 styleName = tableStyleNode.getNodeValue(); in traverseCell() [all …]
|
| /AOO42X/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
| H A D | DocumentSerializerImpl.java | 229 String styleName = findAttribute(node, "text:style-name"); in traverseParagraph() local 230 ParaStyle pstyle = (ParaStyle)styleCat.lookup(styleName, "paragraph", in traverseParagraph() 237 styleName = "CONVERTER-DEFAULT"; in traverseParagraph() 238 pstyle = (ParaStyle)styleCat.lookup(styleName, "paragraph", null, in traverseParagraph() 241 pstyle = new ParaStyle(styleName, "paragraph", null, in traverseParagraph() 244 styleCat.add(new TextStyle(styleName, "paragraph", null, in traverseParagraph() 252 styleCat.lookup(styleName, "paragraph", null, TextStyle.class); in traverseParagraph() 266 String styleName = findAttribute(node, "text:style-name"); in traverseParaContents() local 268 styleCat.lookup(styleName, "text", null, TextStyle.class); in traverseParaContents()
|
| /AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/model/ |
| H A D | FormatCondition.java | 37 private final String styleName; field in FormatCondition 41 final String styleName, in FormatCondition() argument 45 this.styleName = styleName; in FormatCondition() 56 return styleName; in getStyleName()
|
| H A D | OfficeStyles.java | 190 public boolean containsDataStyle(final String styleName) in containsDataStyle() argument 192 return dataStyles.containsKey(styleName); in containsDataStyle()
|
| /AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
| H A D | SpreadsheetRawReportTarget.java | 388 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in processElement() local 389 final OfficeStyle style = deriveStyle(OfficeToken.TABLE_ROW, styleName); in processElement() 413 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in processElement() local 414 if (styleName != null) in processElement() 416 …fficeStyle cellStyle = getPredefinedStylesCollection().getStyle(OfficeToken.TABLE_CELL, styleName); in processElement() 443 attrs.setAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAME, styleName); in processElement() 501 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in collectBoundaryForElement() local 502 if (styleName == null) in collectBoundaryForElement() 508 … OfficeStyle style = getPredefinedStylesCollection().getStyle(OfficeToken.TABLE_COLUMN, styleName); in collectBoundaryForElement() 650 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in endOther() local [all …]
|
| /AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
| H A D | ImageElementContext.java | 67 public void setRowStyle(final int pos, final String styleName) in setRowStyle() argument 69 rowStyles[pos] = styleName; in setRowStyle() 72 public void setColStyle(final int pos, final String styleName) in setColStyle() argument 74 colStyles[pos] = styleName; in setColStyle()
|
| /AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
| H A D | TextRawReportTarget.java | 375 final String styleName = getAutoStyleNameGenerator().generateName("auto_section_style"); in generateSectionStyle() local 416 style.setAttribute(OfficeNamespaces.STYLE_NS, NAME, styleName); in generateSectionStyle() 421 return styleName; in generateSectionStyle() 633 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TEXT_NS, OfficeToken.STYLE_N… in startOther() local 634 if (styleName == null) in startOther() 659 style = deriveStyle(OfficeToken.PARAGRAPH, styleName); in startOther() 688 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.DRAWING_NS, OfficeToken.STYL… in startOther() local 689 …le = getPredefinedStylesCollection().getAutomaticStyles().getStyle(OfficeToken.GRAPHIC, styleName); in startOther() 912 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in startTable() local 913 final OfficeStyle style = deriveStyle("table", styleName); in startTable() [all …]
|
| /AOO42X/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
| H A D | DocumentSerializerImpl.java | 209 String styleName = getAttribute(node, ATTRIBUTE_TEXT_STYLE_NAME); in traverseParagraph() local 211 ParaStyle pstyle = (ParaStyle)styleCat.lookup(styleName, in traverseParagraph() 218 TextStyle tstyle = (TextStyle)styleCat.lookup(styleName, in traverseParagraph() 246 String styleName = getAttribute(node, ATTRIBUTE_TEXT_STYLE_NAME); in traverseParagraphContents() local 247 TextStyle tStyle = (TextStyle)styleCat.lookup(styleName, in traverseParagraphContents()
|
| H A D | DocumentDeserializerImpl.java | 228 String styleName = firstSpan.getAttribute(ATTRIBUTE_TEXT_STYLE_NAME); in buildDocument() local 229 if (styleName.equals(PocketWordConstants.DEFAULT_STYLE)) { in buildDocument()
|
| /AOO42X/main/wizards/com/sun/star/wizards/web/data/ |
| H A D | CGDesign.java | 49 private String styleName; field in CGDesign
|