Home
last modified time | relevance | path

Searched refs:namespaces (Results 1 – 25 of 69) sorted by relevance

123

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dconfiguration.properties32 # The known namespaces.
36 org.jfree.report.namespaces.star-rpt.Prefix=rpt
46 org.jfree.report.namespaces.oasis-style.Prefix=style
55 org.jfree.report.namespaces.oasis-draw.Prefix=draw
65 org.jfree.report.namespaces.oasis-text.Prefix=text
75 org.jfree.report.namespaces.oasis-form.Prefix=form
97 org.jfree.report.namespaces.xsl-fo.Prefix=fo
101 org.jfree.report.namespaces.svg.Prefix=svg
102 org.jfree.report.namespaces.svg.ClassAttr=class
103 org.jfree.report.namespaces.svg.StyleAttr=style
[all …]
/aoo4110/main/oox/source/token/
H A Dmakefile.mk52 …TH)$/tokens.hxx $(INCCOM)$/namespacenames.inc $(MISC)$/namespaces.txt $(GENHEADERPATH)$/namespaces
65 …espacemap.obj : $(INCCOM)$/namespacenames.inc $(MISC)$/namespaces.txt $(GENHEADERPATH)$/namespaces
67namespaces.txt namespaces.pl namespaces.hxx.head namespaces.hxx.tail $(INCCOM)$/namespacenames.in…
70namespaces.pl namespaces.txt $(MISC)$/namespaceids.inc $(INCCOM)$/namespacenames.inc $(MISC)$/name…
H A Dnamespaces.pl32 my %namespaces;
47 $namespaces{$1} = $2;
64 foreach( keys( %namespaces ) )
68 print( NAMEFILE "{ $id, \"$namespaces{$_}\" },\n" );
69 print( TXTFILE "$id $_ $namespaces{$_}\n" );
H A Dnamespaces.hxx.tail34 // defines for tokens with specific namespaces
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A Dselectors.properties31 namespaces.draw=urn:oasis:names:tc:opendocument:xmlns:drawing:1.0
32 namespaces.fo=urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0
33 namespaces.style=urn:oasis:names:tc:opendocument:xmlns:style:1.0
34 namespaces.table=urn:oasis:names:tc:opendocument:xmlns:table:1.0
35 namespaces.chart=urn:oasis:names:tc:opendocument:xmlns:chart:1.0
36 namespaces.rpt=http://openoffice.org/2005/report
82 # namespaces.<prefix> section above
H A DOfficeParserUtil.java59 private final NamespaceDefinition[] namespaces; field in OfficeParserUtil
78 namespaces = Namespaces.createFromConfig(JFreeReportBoot.getInstance().getGlobalConfig(), in OfficeParserUtil()
89 for (int i = 0; i < namespaces.length; i++) in getNamespaceDeclaration()
91 final NamespaceDefinition definition = namespaces[i]; in getNamespaceDeclaration()
/aoo4110/main/unoxml/source/xpath/
H A Dxpathapi.cxx179 nsmap_t namespaces; in lcl_collectRegisterNamespaces() local
180 lcl_collectNamespaces(namespaces, xNamespaceNode); in lcl_collectRegisterNamespaces()
181 for (nsmap_t::const_iterator iter = namespaces.begin(); in lcl_collectRegisterNamespaces()
182 iter != namespaces.end(); ++iter) in lcl_collectRegisterNamespaces()
/aoo4110/main/offapi/com/sun/star/xml/sax/
H A DXSAXSerializable.idl55 @param namespaces
60 not permit attaching namespaces declarations directly to nodes,
71 [in] sequence< beans::StringPair > namespaces)
H A DXFastSAXSerializable.idl65 @param namespaces
70 not permit attaching namespaces declarations directly to nodes,
88 [in] sequence< beans::StringPair > namespaces,
H A DXFastAttributeList.idl161 /** returns a sequence of attributes which names and or namespaces URLS
166 /** returns a sequence of attributes which names and or namespaces URLS
H A DXFastParser.idl78 namespaces and allows to have individual contexts for each xml element.
88 values for namespaces, elements and attributes or 'unknown' events for
/aoo4110/main/offapi/com/sun/star/xml/xpath/
H A DXXPathAPI.idl95 all namespaces declared on this node will be registered
141 all namespaces declared on this node will be registered
185 all namespaces declared on this node will be registered
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java297 final String[] namespaces = attrs.getNameSpaces(); in buildAttributeList() local
298 for (int i = 0; i < namespaces.length; i++) in buildAttributeList()
300 final String attrNamespace = namespaces[i]; in buildAttributeList()
H A DOfficeDocumentReportTarget.java756 final String[] namespaces = attrs.getNameSpaces(); in performStyleProcessing() local
757 for (int i = 0; i < namespaces.length; i++) in performStyleProcessing()
759 final String attrNamespace = namespaces[i]; in performStyleProcessing()
1213 final String[] namespaces = attrs.getNameSpaces(); in buildAttributeList() local
1214 for (int i = 0; i < namespaces.length; i++) in buildAttributeList()
1216 final String attrNamespace = namespaces[i]; in buildAttributeList()
/aoo4110/main/xmloff/source/meta/
H A Dxmlmetae.cxx353 ::comphelper::SequenceAsVector< beans::StringPair > namespaces; in Export()
367 namespaces.push_back(ns); in Export()
369 xSAXable->serialize(this, namespaces.getAsConstList()); in Export()
/aoo4110/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java828 String namespaces = mkNamespace("rdf", in mkNss() local
830 namespaces += mkNamespace("pkg", in mkNss()
832 namespaces += mkNamespace("odf", in mkNss()
834 return namespaces; in mkNss()
/aoo4110/main/oox/prj/
H A Dd.lst23 ..\%__SRC%\misc\namespaces.txt %_DEST%\inc%_EXT%\oox\token\namespaces.txt
/aoo4110/main/offapi/com/sun/star/xml/dom/
H A DXElement.idl135 …rown if the current document does not support the "XML" feature, since namespaces were defined by …
145 …rown if the current document does not support the "XML" feature, since namespaces were defined by …
H A DXDocument.idl77 feature, since namespaces were defined by XML.
117 "XML" feature, since namespaces were defined by XML.
H A DXDocumentBuilder.idl74 namespaces.
/aoo4110/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java1194 String namespaces = mkNamespace("rdf", in mkNss() local
1196 namespaces += mkNamespace("pkg", in mkNss()
1198 namespaces += mkNamespace("odf", in mkNss()
1200 return namespaces; in mkNss()
/aoo4110/main/offapi/com/sun/star/xml/
H A DNamespaceContainer.idl35 /** This service describes a container for XML namespaces.
H A DAttributeData.idl40 <p>This string can be empty if you are not using namespaces.
/aoo4110/main/writerfilter/source/resourcemodel/
H A Dmakefile.mk129 NAMESPACESTXT=$(SOLARVER)$/$(INPATH)$/inc$(UPDMINOREXT)$/oox$/token$/namespaces.txt
/aoo4110/main/offapi/com/sun/star/configuration/
H A DSetAccess.idl72 <p>External names (from foreign namespaces) should be normalized using

Completed in 95 milliseconds

123