Home
last modified time | relevance | path

Searched refs:elementType (Results 1 – 11 of 11) sorted by relevance

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/
H A DChartRawReportTarget.java130 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 …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java540 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 …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java211 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()
671elementType) || OfficeToken.COVERED_TABLE_CELL.equals(elementType) || OfficeToken.TABLE_COLUMN.equ… in endOther()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DMapToXNameAccessAdapter.java35 private final Type elementType; field in MapToXNameAccessAdapter
37 public MapToXNameAccessAdapter(Map<String,Object> map, Object lock, Type elementType) { in MapToXNameAccessAdapter() argument
40 this.elementType = elementType; in MapToXNameAccessAdapter()
81 return elementType; in getElementType()
H A DMapToXNameContainerAdapter.java34 public MapToXNameContainerAdapter(Map<String,Object> map, Object lock, Type elementType) { in MapToXNameContainerAdapter() argument
35 super(map, lock, elementType); in MapToXNameContainerAdapter()
/trunk/main/cli_ure/source/basetypes/uno/
H A DPolymorphicType.cs119 Type elementType = type; in GetType()
120 while ((elementType = elementType.GetElementType()).IsArray); in GetType()
122 if ( ! elementType.IsClass) in GetType()
/trunk/main/i18npool/source/numberformatcode/
H A Dnumberformatcode.cxx52 ::rtl::OUString elementType = mapElementTypeShortToString(formatType); in getDefault()
58 if(aFormatSeq[i].isDefault && aFormatSeq[i].formatType == elementType && in getDefault()
/trunk/main/configmgr/source/
H A Dtype.hxx44 Type elementType(Type type);
H A Dtype.cxx55 Type elementType(Type type) { in elementType() function
H A Dvalueparser.cxx438 parseValue(rtl::OString(), pad_.get(), elementType(type_))); in endElement()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1211 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 53 milliseconds