/trunk/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()
|
H A D | OfficeStyles.java | 190 public boolean containsDataStyle(final String styleName) in containsDataStyle()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | StyleUtilities.java | 77 final String styleName, in copyStyle() 104 final String styleName, in copyStyle() 287 final String styleName = String.valueOf(attribute); in performDataStyleProcessing() local 351 final String styleName, in deriveStyle() 462 final String styleName, in deriveCommonStyle() 488 final String styleName, in deriveAutomaticStyle() 520 final String styleName, in queryStyle() 577 final String styleName, in queryStyle()
|
H A D | OfficeDocumentReportTarget.java | 1300 protected OfficeStyle deriveStyle(final String styleFamily, final String styleName) in deriveStyle() 1339 String styleName = null; in startImageProcessing() local 1502 final String styleName = strings[i]; in computeImageWidth() local 1518 final String styleName = strings[i]; in computeImageHeight() local
|
/trunk/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() 72 public void setColStyle(final int pos, final String styleName) in setColStyle()
|
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SxcDocumentDeserializer.java | 396 String styleName; in processColumns() local 502 String styleName; in processCells() local 573 String styleName; in processCells() local
|
H A D | SxcDocumentSerializer.java | 396 String styleName = new String(""); in traverseTableRow() local 533 String styleName = new String(""); in traverseTableColumn() local 599 String styleName = new String(""); in traverseCell() local
|
/trunk/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 246 String styleName = getAttribute(node, ATTRIBUTE_TEXT_STYLE_NAME); in traverseParagraphContents() local
|
H A D | DocumentDeserializerImpl.java | 228 String styleName = firstSpan.getAttribute(ATTRIBUTE_TEXT_STYLE_NAME); in buildDocument() local
|
/trunk/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 266 String styleName = findAttribute(node, "text:style-name"); in traverseParaContents() local
|
/trunk/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 413 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in processElement() local 501 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in collectBoundaryForElement() local 650 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in endOther() local
|
/trunk/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 633 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TEXT_NS, OfficeToken.STYLE_N… in startOther() local 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 989 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in startTable() local
|
/trunk/main/wizards/com/sun/star/wizards/web/data/ |
H A D | CGDesign.java | 49 private String styleName; field in CGDesign
|