Searched refs:elementType (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/ |
H A D | ChartRawReportTarget.java | 130 final String elementType = ReportTargetUtil.getElemenTypeFromAttribute(attrs); in startOther() local 133 processElement(attrs, namespace, elementType); in startOther() 142 private boolean isFiltered(final String elementType) in isFiltered() argument 144 …ADER_COLUMNS.equals(elementType) || OfficeToken.TABLE_HEADER_ROWS.equals(elementType) || OfficeTok… in isFiltered() 156 final String elementType = ReportTargetUtil.getElemenTypeFromAttribute(attrs); in endOther() local 160 … if (OfficeToken.TABLE.equals(elementType) || OfficeToken.TABLE_ROWS.equals(elementType)) in endOther() 164 else if (isFiltered(elementType)) in endOther() 205 if (OfficeToken.TABLE.equals(elementType)) in processElement() 213 else if (OfficeToken.TABLE_ROWS.equals(elementType)) in processElement() 221 else if (isFiltered(elementType)) in processElement() [all …]
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | TextRawReportTarget.java | 540 final String elementType = ReportTargetUtil.getElemenTypeFromAttribute(attrs); in startOther() local 544 if (ObjectUtilities.equal(OfficeToken.IMAGE, elementType)) in startOther() 571 if (ObjectUtilities.equal(OfficeToken.TABLE, elementType)) in startOther() 577 if (ObjectUtilities.equal(OfficeToken.TABLE_ROW, elementType)) in startOther() 587 if (ObjectUtilities.equal("variable-set", elementType)) in startOther() 595 else if (ObjectUtilities.equal("variable-get", elementType)) in startOther() 1016 final String elementType = ReportTargetUtil.getElemenTypeFromAttribute(attrs); in startTable() local 1018 xmlWriter.writeTag(namespace, elementType, attrList, XmlWriterSupport.OPEN); in startTable() 1313 …bjectUtilities.equal(OfficeToken.IMAGE, elementType) || ObjectUtilities.equal(OfficeToken.OBJECT_O… in endOther() 1359 …ities.equal(OfficeToken.TABLE_CELL, elementType) || ObjectUtilities.equal(OfficeToken.COVERED_TABL… in endOther() [all …]
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
H A D | SpreadsheetRawReportTarget.java | 211 final String elementType = ReportTargetUtil.getElemenTypeFromAttribute(attrs); in startOther() local 212 …if (OfficeNamespaces.TEXT_NS.equals(namespace) && OfficeToken.P.equals(elementType) && !paragraphH… in startOther() 218 if (OfficeNamespaces.DRAWING_NS.equals(namespace) && OfficeToken.FRAME.equals(elementType)) in startOther() 254 if (OfficeNamespaces.TABLE_NS.equals(namespace) && OfficeToken.TABLE.equals(elementType)) in startOther() 270 processElement(attrs, namespace, elementType); in startOther() 321 …ate void processElement(final AttributeMap attrs, final String namespace, final String elementType) in processElement() argument 488 xmlWriter.writeTag(namespace, elementType, attrList, XmlWriter.OPEN); in processElement() 664 final String elementType = ReportTargetUtil.getElemenTypeFromAttribute(attrs); in endOther() local 665 if (OfficeNamespaces.DRAWING_NS.equals(namespace) && OfficeToken.FRAME.equals(elementType)) in endOther() 671 …elementType) || OfficeToken.COVERED_TABLE_CELL.equals(elementType) || OfficeToken.TABLE_COLUMN.equ… in endOther() [all …]
|
/aoo41x/main/cli_ure/source/basetypes/uno/ |
H A D | PolymorphicType.cs | 119 Type elementType = type; in GetType() 120 while ((elementType = elementType.GetElementType()).IsArray); in GetType() 122 if ( ! elementType.IsClass) in GetType()
|
/aoo41x/main/i18npool/source/numberformatcode/ |
H A D | numberformatcode.cxx | 52 ::rtl::OUString elementType = mapElementTypeShortToString(formatType); in getDefault() 58 if(aFormatSeq[i].isDefault && aFormatSeq[i].formatType == elementType && in getDefault()
|
/aoo41x/main/configmgr/source/ |
H A D | type.hxx | 44 Type elementType(Type type);
|
H A D | type.cxx | 55 Type elementType(Type type) { in elementType() function
|
H A D | valueparser.cxx | 438 parseValue(rtl::OString(), pad_.get(), elementType(type_))); in endElement()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | OfficeDocumentReportTarget.java | 1211 final String elementType = ReportTargetUtil.getElemenTypeFromAttribute(attrs); in buildAttributeList() local 1235 …mespaces.DRAWING_NS.equals(attrNamespace) && "name".equals(key) && !"equation".equals(elementType)) in buildAttributeList()
|
Completed in 85 milliseconds