Lines Matching refs:rootAttributes

365             final AttributeList rootAttributes = new AttributeList();  in startReport()  local
366 rootAttributes.addNamespaceDeclaration("office", OfficeNamespaces.OFFICE_NS); in startReport()
367 rootAttributes.addNamespaceDeclaration("style", OfficeNamespaces.STYLE_NS); in startReport()
368 rootAttributes.addNamespaceDeclaration("text", OfficeNamespaces.TEXT_NS); in startReport()
369 rootAttributes.addNamespaceDeclaration("table", OfficeNamespaces.TABLE_NS); in startReport()
370 rootAttributes.addNamespaceDeclaration("draw", OfficeNamespaces.DRAWING_NS); in startReport()
371 rootAttributes.addNamespaceDeclaration("fo", OfficeNamespaces.FO_NS); in startReport()
372 rootAttributes.addNamespaceDeclaration("xlink", OfficeNamespaces.XLINK_NS); in startReport()
373 rootAttributes.addNamespaceDeclaration("dc", OfficeNamespaces.PURL_NS); in startReport()
374 rootAttributes.addNamespaceDeclaration("meta", OfficeNamespaces.META_NS); in startReport()
375 rootAttributes.addNamespaceDeclaration("number", OfficeNamespaces.DATASTYLE_NS); in startReport()
376 rootAttributes.addNamespaceDeclaration("svg", OfficeNamespaces.SVG_NS); in startReport()
377 rootAttributes.addNamespaceDeclaration("chart", OfficeNamespaces.CHART_NS); in startReport()
378 rootAttributes.addNamespaceDeclaration("chartooo", OfficeNamespaces.CHARTOOO_NS); in startReport()
379 rootAttributes.addNamespaceDeclaration("dr3d", OfficeNamespaces.DR3D_NS); in startReport()
380 rootAttributes.addNamespaceDeclaration("math", OfficeNamespaces.MATHML_NS); in startReport()
381 rootAttributes.addNamespaceDeclaration("form", OfficeNamespaces.FORM_NS); in startReport()
382 rootAttributes.addNamespaceDeclaration("script", OfficeNamespaces.SCRIPT_NS); in startReport()
383 rootAttributes.addNamespaceDeclaration("ooo", OfficeNamespaces.OO2004_NS); in startReport()
384 rootAttributes.addNamespaceDeclaration("ooow", OfficeNamespaces.OOW2004_NS); in startReport()
385 rootAttributes.addNamespaceDeclaration("oooc", OfficeNamespaces.OOC2004_NS); in startReport()
386 rootAttributes.addNamespaceDeclaration("dom", OfficeNamespaces.XML_EVENT_NS); in startReport()
387 rootAttributes.addNamespaceDeclaration("xforms", OfficeNamespaces.XFORMS_NS); in startReport()
388 rootAttributes.addNamespaceDeclaration("xsd", OfficeNamespaces.XSD_NS); in startReport()
389 rootAttributes.addNamespaceDeclaration("xsi", OfficeNamespaces.XSI_NS); in startReport()
390 rootAttributes.addNamespaceDeclaration("grddl", OfficeNamespaces.GRDDL_NS); in startReport()
391 rootAttributes.setAttribute(OfficeNamespaces.OFFICE_NS, "version", in startReport()
395 …otXmlWriter.writeTag(OfficeNamespaces.OFFICE_NS, "document-content", rootAttributes, XmlWriterSupp… in startReport()