Home
last modified time | relevance | path

Searched refs:attrList (Results 1 – 8 of 8) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DXMLTools.java513 attrList = new String[1][3] ; in Tag()
514 attrList[0][0] = attrName ; in Tag()
528 attrList = new String[1][3] ; in Tag()
529 attrList[0][0] = attrName ; in Tag()
530 attrList[0][1] = "CDATA" ; in Tag()
531 attrList[0][2] = attrValue ; in Tag()
546 attrList[i][0] = attrNames[i] ; in Tag()
565 attrList[i][0] = attrValues[i][0] ; in Tag()
566 attrList[i][1] = "CDATA" ; in Tag()
577 ret += " " + attrList[i][0] + "="; in toString()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java245 final AttributeList attrList = buildAttributeList(element.getAttributeMap()); in writeElement() local
246 xmlWriter.writeTag(namespace, type, attrList, XmlWriterSupport.CLOSE); in writeElement()
254 final AttributeList attrList = buildAttributeList(section.getAttributeMap()); in writeSection() local
257 xmlWriter.writeTag(namespace, type, attrList, XmlWriterSupport.CLOSE); in writeSection()
261 xmlWriter.writeTag(namespace, type, attrList, XmlWriterSupport.OPEN); in writeSection()
296 final AttributeList attrList = new AttributeList(); in buildAttributeList() local
312 attrList.setAttribute(attrNamespace, key, String.valueOf(entry.getValue())); in buildAttributeList()
315 return attrList; in buildAttributeList()
H A DOfficeDocumentReportTarget.java1212 final AttributeList attrList = new AttributeList(); in buildAttributeList() local
1232 attrList.setAttribute(attrNamespace, key, in buildAttributeList()
1238 attrList.setAttribute(attrNamespace, key, in buildAttributeList()
1243 attrList.setAttribute(attrNamespace, key, String.valueOf(entry.getValue())); in buildAttributeList()
1247 return attrList; in buildAttributeList()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java487 final AttributeList attrList = buildAttributeList(attrs); in processElement() local
488 xmlWriter.writeTag(namespace, elementType, attrList, XmlWriter.OPEN); in processElement()
578 final AttributeList attrList = buildAttributeList(attrs); in createTableShapes() local
579 attrList.removeAttribute(OfficeNamespaces.DRAWING_NS, OfficeToken.STYLE_NAME); in createTableShapes()
580 …xmlWriter.writeTag(OfficeNamespaces.DRAWING_NS, OfficeToken.FRAME, attrList, XmlWriterSupport.OPEN… in createTableShapes()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java708 final AttributeList attrList = buildAttributeList(attrs); in startOther() local
709 xmlWriter.writeTag(namespace, elementType, attrList, XmlWriterSupport.OPEN); in startOther()
747 final AttributeList attrList = buildAttributeList(attrs); in startRow() local
748 …getXmlWriter().writeTag(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE_ROW, attrList, XmlWriterSuppo… in startRow()
1017 final AttributeList attrList = buildAttributeList(attrs); in startTable() local
1018 xmlWriter.writeTag(namespace, elementType, attrList, XmlWriterSupport.OPEN); in startTable()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/
H A DChartRawReportTarget.java239 final AttributeList attrList = buildAttributeList(attrs); in processElement() local
241 xmlWriter.writeTag(namespace, elementType, attrList, XmlWriter.OPEN); in processElement()
/trunk/main/xmlsecurity/tools/demo/
H A Dperformance.cxx1572 const cssu::Sequence< cssxcsax::XMLAttribute >& attrList, in sendAncestorStartElementEvent()
1579 sal_Int32 nLength = attrList.getLength(); in sendAncestorStartElementEvent()
1583 pAttributeList->AddAttribute( attrList[i].sName, attrList[i].sValue); in sendAncestorStartElementEvent()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx2988 FastAttributeList *attrList = m_pSerializer->createAttrList( ); in FormatFrameSize() local
2990 attrList->add( FSNS( XML_w, XML_orient ), "landscape" ); in FormatFrameSize()
2993 attrList->add( FSNS( XML_w, XML_w ), OString::valueOf( rSize.GetWidth( ) ) ); in FormatFrameSize()
2994 attrList->add( FSNS( XML_w, XML_h ), OString::valueOf( rSize.GetHeight( ) ) ); in FormatFrameSize()
2996 XFastAttributeListRef xAttrList( attrList ); in FormatFrameSize()
2997 attrList = NULL; in FormatFrameSize()

Completed in 54 milliseconds