| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
| H A D | OfficeDocumentReportTarget.java | 522 final AttributeMap attrs = new LazyAttributeMap(roAttrs); in startElement() local 526 …ReportTargetUtil.getNamespaceFromAttribute(attrs) + " -> " + ReportTargetUtil.getElemenTypeFromAtt… in startElement() 534 if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OFFICE_NS, "body", attrs)) in startElement() 537 startBody(attrs); in startElement() 542 if (!isFilteredNamespace(ReportTargetUtil.getNamespaceFromAttribute(attrs))) in startElement() 544 startOther(attrs); in startElement() 551 … if (ReportTargetUtil.isElementOfType(OfficeNamespaces.OFFICE_NS, "report", attrs)) in startElement() 554 startContent(attrs); in startElement() 566 … if (ReportTargetUtil.isElementOfType(JFreeReportInfo.REPORT_NAMESPACE, "report-body", attrs)) in startElement() 569 startGroupBody(attrs); in startElement() [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
| H A D | TextRawReportTarget.java | 198 private boolean isSectionPagebreakAfter(final AttributeMap attrs) in isSectionPagebreakAfter() argument 201 attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "force-new-page"); in isSectionPagebreakAfter() 205 private boolean isSectionPagebreakBefore(final AttributeMap attrs) in isSectionPagebreakBefore() argument 208 attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "force-new-page"); in isSectionPagebreakBefore() 359 final AttributeList attrs = new AttributeList(); in applyColumnsToPageBand() local 360 …attrs.setAttribute(OfficeNamespaces.TEXT_NS, OfficeToken.STYLE_NAME, generateSectionStyle(numberOf… in applyColumnsToPageBand() 361 attrs.setAttribute(OfficeNamespaces.TEXT_NS, NAME, sectionNames.generateName("Section")); in applyColumnsToPageBand() 362 writer.writeTag(OfficeNamespaces.TEXT_NS, "section", attrs, XmlWriterSupport.OPEN); in applyColumnsToPageBand() 514 protected void startContent(final AttributeMap attrs) in startContent() argument 526 final Object columnCountRaw = attrs.getAttribute(OfficeNamespaces.FO_NS, "column-count"); in startContent() [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
| H A D | SpreadsheetRawReportTarget.java | 194 …public void startOther(final AttributeMap attrs) throws DataSourceException, ReportProcessingExcep… in startOther() argument 196 …(ReportTargetUtil.isElementOfType(JFreeReportInfo.REPORT_NAMESPACE, OfficeToken.OBJECT_OLE, attrs)) in startOther() 200 ole.add(attrs); in startOther() 205 final String namespace = ReportTargetUtil.getNamespaceFromAttribute(attrs); in startOther() 211 final String elementType = ReportTargetUtil.getElemenTypeFromAttribute(attrs); in startOther() 232 … attrs.setAttribute(OfficeNamespaces.DRAWING_NS, "z-index", String.valueOf(shapes.size())); in startOther() 233 final String y = (String) attrs.getAttribute(OfficeNamespaces.SVG_NS, "y"); in startOther() 238 …attrs.setAttribute(OfficeNamespaces.SVG_NS, "y", currentY.getValue() + currentY.getType().getType(… in startOther() 240 shapes.add(attrs); in startOther() 248 ole.add(attrs); in startOther() [all …]
|
| /AOO41X/main/xmlsecurity/source/xmlsec/ |
| H A D | saxhelper.cxx | 100 const xmlChar** attrs = NULL ; in attrlist_to_nxmlstr() local 107 attrs = ( const xmlChar** )xmlMalloc( ( nLength * 2 + 2 ) * sizeof( xmlChar* ) ) ; in attrlist_to_nxmlstr() 121 attrs[i++] = attname ; in attrlist_to_nxmlstr() 122 attrs[i++] = attvalue ; in attrlist_to_nxmlstr() 123 attrs[i] = NULL ; in attrlist_to_nxmlstr() 124 attrs[i+1] = NULL ; in attrlist_to_nxmlstr() 135 return attrs ; in attrlist_to_nxmlstr() 310 const xmlChar** attrs = NULL ; in startElement() local 313 attrs = attrlist_to_nxmlstr( aAttributes ) ; in startElement() 315 if( fullName != NULL || attrs != NULL ) in startElement() [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/ |
| H A D | ChartRawReportTarget.java | 93 …protected void startContent(final AttributeMap attrs) throws IOException, DataSourceException, Rep… in startContent() argument 104 …protected void endContent(final AttributeMap attrs) throws IOException, DataSourceException, Repor… in endContent() argument 115 protected void startReportSection(final AttributeMap attrs, final int role) in startReportSection() argument 120 protected void endReportSection(final AttributeMap attrs, final int role) in endReportSection() argument 125 …protected void startOther(final AttributeMap attrs) throws IOException, DataSourceException, Repor… in startOther() argument 127 final String namespace = ReportTargetUtil.getNamespaceFromAttribute(attrs); in startOther() 130 final String elementType = ReportTargetUtil.getElemenTypeFromAttribute(attrs); in startOther() 133 processElement(attrs, namespace, elementType); in startOther() 147 …protected void endOther(final AttributeMap attrs) throws IOException, DataSourceException, ReportP… in endOther() argument 153 final String namespace = ReportTargetUtil.getNamespaceFromAttribute(attrs); in endOther() [all …]
|
| /AOO41X/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
| H A D | XLIFFReader.java | 112 private Attributes attrs; field in XLIFFReader 357 Attributes attrs) throws SAXException { in startElement() argument 359 this.attrs = new AttributesImpl(attrs); in startElement() 434 data[TIMESTAMP_IDX] = attrs.getValue("date"); in startElement() 437 …data[SOURCE_LANGUAGE_ID_IDX] = (languageResolver.getISOFromRFC((String)attrs.getValue("source-lang… in startElement() 438 if(languageResolver.getISOFromRFC((String)attrs.getValue("target-language"))!=null){ in startElement() 439 …data[TARGET_LANGUAGE_ID_IDX] = (languageResolver.getISOFromRFC((String)attrs.getValue("target-lang… in startElement() 447 String id = attrs.getValue("id"); in startElement() 456 DataStore.remove(attrs.getValue("id")); // TODO this can be deleted? in startElement() 459 data[BLOCKNR_IDX] = (attrs.getValue("id")); // a new part in startElement() [all …]
|
| /AOO41X/main/toolkit/src2xml/source/ |
| H A D | globals.py | 86 self.attrs = {} 111 return name in self.attrs 114 return self.attrs[name] 119 self.attrs[name] = removeQuote(value) 124 keys = list(elem.attrs.keys()) 126 self.attrs[key] = elem.attrs[key] 131 keys = sorted(self.attrs.keys()) 133 value = self.attrs[key]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/ |
| H A D | ElementReadHandler.java | 50 protected void startParsing(final Attributes attrs) throws SAXException in startParsing() argument 54 copyAttributes(attrs, element); in startParsing() 63 protected void copyAttributes(final Attributes attrs, final Element element) in copyAttributes() argument 65 final int length = attrs.getLength(); in copyAttributes() 68 final String value = attrs.getValue(i); in copyAttributes() 69 final String namespace = attrs.getURI(i); in copyAttributes() 70 final String attr = attrs.getLocalName(i); in copyAttributes()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/styles/ |
| H A D | StyleMappingReadHandler.java | 52 protected void startParsing(final Attributes attrs) in startParsing() argument 55 final String elementNamespace = attrs.getValue(getUri(), in startParsing() 62 final String elementName = attrs.getValue(getUri(), "element-name"); in startParsing() 69 final String attributeNamespace = attrs.getValue(getUri(), in startParsing() 71 final String attributeName = attrs.getValue(getUri(), "attribute-name"); in startParsing() 74 "styleNameRefs".equals(attrs.getValue(getUri(), "type")); in startParsing() 76 final String family = attrs.getValue(getUri(), "style-family"); in startParsing()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ |
| H A D | FunctionReadHandler.java | 59 protected void startParsing(final Attributes attrs) in startParsing() argument 62 final String formula = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "formula"); in startParsing() 68 final String name = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "name"); in startParsing() 73 … final String initialFormula = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "initial-formula"); in startParsing() 74 … final String deepTraversing = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "deep-traversing"); in startParsing() 92 final String preEvaluated = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "pre-evaluated"); in startParsing()
|
| H A D | FormatConditionReadHandler.java | 57 protected void startParsing(final Attributes attrs) throws SAXException in startParsing() argument 59 super.startParsing(attrs); in startParsing() 63 attrs.getValue(OfficeNamespaces.OOREPORT_NS, "formula"); in startParsing() 69 attrs.getValue(OfficeNamespaces.OOREPORT_NS, OfficeToken.STYLE_NAME); in startParsing() 77 final String enabledText = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "enabled"); in startParsing()
|
| H A D | MasterDetailReadHandler.java | 64 protected void startParsing(final Attributes attrs) throws SAXException in startParsing() argument 66 super.startParsing(attrs); in startParsing() 69 final String master = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "master"); in startParsing() 72 final String detail = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "detail"); in startParsing()
|
| H A D | ReportElementReadHandler.java | 64 protected void startParsing(final Attributes attrs) in startParsing() argument 67 super.startParsing(attrs); in startParsing() 68 …final String printWhenGroupChanges = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "print-when-grou… in startParsing() 70 …final String printRepeatingValues = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "print-repeated-v… in startParsing()
|
| H A D | ConditionalPrintExpressionReadHandler.java | 53 protected void startParsing(final Attributes attrs) throws SAXException in startParsing() argument 55 super.startParsing(attrs); in startParsing() 56 final String formula = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "formula"); in startParsing()
|
| H A D | FormattedTextReadHandler.java | 59 protected void startParsing(final Attributes attrs) throws SAXException in startParsing() argument 61 super.startParsing(attrs); in startParsing() 63 final String formula = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "formula"); in startParsing()
|
| H A D | ImageReadHandler.java | 63 protected void startParsing(final Attributes attrs) throws SAXException in startParsing() argument 65 super.startParsing(attrs); in startParsing() 66 final String formula = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "formula"); in startParsing()
|
| /AOO41X/main/qadevOOo/tests/java/ifc/accessibility/ |
| H A D | _XAccessibleEditableText.java | 439 PropertyValue[] attrs = null; in _setAttributes() local 442 attrs = oObj.getCharacterAttributes(0, new String[]{""}); in _setAttributes() 444 locRes = oObj.setAttributes(-1, length - 1, attrs); in _setAttributes() 455 locRes = oObj.setAttributes(0, length + 1, attrs); in _setAttributes() 465 for(int i = 0; i < attrs.length; i++) { in _setAttributes() 466 if (attrs[i].Name.equals("CharColor")) { in _setAttributes() 467 attrs[i].Value = new Integer(-2); in _setAttributes() 473 locRes = oObj.setAttributes(0, length, attrs); in _setAttributes() 480 locRes = ValueComparer.equalValue(attrs, newAttrs); in _setAttributes()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/xlink/ |
| H A D | XLinkReadHandler.java | 55 protected void startParsing(final Attributes attrs) throws SAXException in startParsing() argument 57 uri = attrs.getValue(OfficeNamespaces.XLINK_NS, "uri"); in startParsing() 58 type = attrs.getValue(OfficeNamespaces.XLINK_NS, "type"); in startParsing() 59 show = attrs.getValue(OfficeNamespaces.XLINK_NS, "show"); in startParsing() 60 actuate = attrs.getValue(OfficeNamespaces.XLINK_NS, "actuate"); in startParsing()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/model/ |
| H A D | PageSection.java | 45 public static boolean isPrintWithReportHeader(final AttributeMap attrs) in isPrintWithReportHeader() argument 47 …final String pagePrintOption = (String) attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "page-pri… in isPrintWithReportHeader() 51 public static boolean isPrintWithReportFooter(final AttributeMap attrs) in isPrintWithReportFooter() argument 53 …final String pagePrintOption = (String) attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "page-pri… in isPrintWithReportFooter()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/draw/ |
| H A D | ObjectOleReadHandler.java | 56 protected void startParsing(final Attributes attrs) throws SAXException in startParsing() argument 58 super.startParsing(attrs); in startParsing() 60 final String url = attrs.getValue(OfficeNamespaces.XLINK_NS, "href"); in startParsing() 66 String classid = attrs.getValue(OfficeNamespaces.DRAWING_NS, "class-id"); in startParsing()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
| H A D | OfficeGroupSectionLayoutController.java | 88 final AttributeMap attrs = super.computeAttributes(fc, element, target); in computeAttributes() local 92 return attrs; in computeAttributes() 97 return attrs; in computeAttributes() 100 final AttributeMap retval = new AttributeMap(attrs); in computeAttributes()
|
| /AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ |
| H A D | XmlUtil.java | 113 NamedNodeMap attrs = oldElem.getAttributes(); in cloneNode() local 115 for (int i = 0; i < attrs.getLength(); i++) { in cloneNode() 116 newElem.setAttribute(attrs.item(i).getNodeName(), in cloneNode() 117 attrs.item(i).getNodeValue()); in cloneNode()
|
| /AOO41X/main/xmlsecurity/tools/uno/ |
| H A D | AdapterNode.java | 146 NamedNodeMap attrs = m_domNode.getAttributes(); in toString() local 148 int length = attrs.getLength(); in toString() 151 Attr attr = (Attr)(attrs.item(i)); in toString()
|
| H A D | ParsingThread.java | 103 NamedNodeMap attrs = m_node.getAttributes(); in nextStep() local 107 int length = attrs.getLength(); in nextStep() 110 Attr attr = (Attr)attrs.item(i); in nextStep()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/table/ |
| H A D | TableReadHandler.java | 66 protected void startParsing(final Attributes attrs) in startParsing() argument 69 super.startParsing(attrs); in startParsing() 70 final String enabled = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "visible"); in startParsing()
|