/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | StyleUtilities.java | 77 final String styleName, in copyStyle() argument 104 final String styleName, in copyStyle() argument 351 final String styleName, in deriveStyle() argument 362 if (styleName != null) in deriveStyle() 367 styleName); in deriveStyle() 417 styleName); in deriveStyle() 446 if (styleName != null) in deriveStyle() 462 final String styleName, in deriveCommonStyle() argument 488 final String styleName, in deriveAutomaticStyle() argument 520 final String styleName, in queryStyle() argument [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() 1502 final String styleName = strings[i]; in computeImageWidth() local 1503 final CSSNumericValue value = computeColumnWidth(styleName); in computeImageWidth() 1518 final String styleName = strings[i]; in computeImageHeight() local [all …]
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SxcDocumentDeserializer.java | 396 String styleName; in processColumns() local 400 styleName = cStyle.getName(); in processColumns() 405 styleName = existingStyle.getName(); in processColumns() 406 Debug.log(Debug.TRACE,"Existing style found : " + styleName); in processColumns() 502 String styleName; in processCells() local 506 styleName = rStyle.getName(); in processCells() 511 styleName = existingStyle.getName(); in processCells() 573 String styleName; in processCells() local 578 styleName = tStyle.getName(); in processCells() 583 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() 533 String styleName = new String(""); in traverseTableColumn() local 536 styleName = tableStyleNode.getNodeValue(); in traverseTableColumn() 539 if(styleName.equalsIgnoreCase("Default") || styleName.length()==0) { in traverseTableColumn() 599 String styleName = new String(""); in traverseCell() local 602 styleName = tableStyleNode.getNodeValue(); in traverseCell() 605 if(styleName.equalsIgnoreCase("Default")) { in traverseCell() 609 } else if(styleName.length()!=0) { in traverseCell() [all …]
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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 …]
|
/aoo4110/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()
|
/aoo4110/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 912 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in startTable() local 913 final OfficeStyle style = deriveStyle("table", styleName); in startTable() 989 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in startTable() local [all …]
|
/aoo4110/main/xmerge/source/pocketword/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()
|
/aoo4110/main/wizards/com/sun/star/wizards/web/data/ |
H A D | CGDesign.java | 49 private String styleName; field in CGDesign
|
/aoo4110/main/oox/source/token/ |
H A D | tokens.txt | 4869 styleName
|