Home
last modified time | relevance | path

Searched refs:parser (Results 126 – 150 of 216) sorted by relevance

123456789

/trunk/main/offapi/com/sun/star/xml/
H A DParaUserDefinedAttributesSupplier.idl33 unknown by its parser, that belong to the XML element representing
43 <p>The idea behind this property is that a parser can stow
H A DTextUserDefinedAttributesSupplier.idl33 unknown by its parser, that belong to the XML element representing
43 <p>The idea behind this property is that a parser can stow
H A DUserDefinedAttributeSupplier.idl33 unknown by its parser, that belong to the XML element representing
48 <p>The idea behind this property is that a parser can stow
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastDocumentHandler.idl60 /** called by the parser when parsing of an xml stream is started.
67 /** called by the parser after the last xml element of a stream is processed.
H A DXParser.idl69 /** specifies a SAX parser.
94 warning occurs. Note that an exception is thrown by the parser when
H A DXFastSerializer.idl59 /** called by the parser when parsing of an xml stream is started.
66 /** called by the parser after the last xml element of a stream is processed.
/trunk/main/sc/workben/celltrans/
H A Dparse.py200 parser = Parser(sys.argv) variable
201 parser.parse()
/trunk/main/connectivity/workben/iniParser/
H A Dmain.cxx182 IniParser parser(OUString::createFromAscii("test.ini")); in main() local
183 parser.Dump(); in main()
/trunk/main/icu/
H A Dcreatemak.pl144 my $parser = new XML::Parser(ErrorContext => 2);
145 $parser->setHandlers(Start => \&start_handler,
147 $parser->parsefile($vcproj_file);
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/type/
H A DNumberParser.java22 package org.apache.openoffice.ooxml.parser.type;
27 import org.apache.openoffice.ooxml.parser.NameMap;
/trunk/main/offapi/com/sun/star/sheet/
H A DFormulaParser.idl58 /** specifies whether to use English parser and formatter.
87 <p>Names and symbols not defined here lead to a parser/print error.</p>
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DOOXMLViewer.java44 import org.apache.openoffice.ooxml.framework.part.parser.ParserFactory;
45 import org.apache.openoffice.ooxml.parser.Log;
/trunk/main/solenv/bin/modules/installer/patch/
H A DReleasesList.pm180 my $parser = new XML::Parser(
186 $parser->parsefile($filename);
/trunk/main/extensions/source/mozbootstrap/
H A DMNSProfileDiscover.cxx84 IniParser parser( profilesIni ); in LoadXPToolkitProfiles() local
85 IniSectionMap &mAllSection = *(parser.getAllSection()); in LoadXPToolkitProfiles()
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXDocumentBuilder.idl73 Indicates whether or not this parser is configured to understand
79 Indicates whether or not this parser is configured to validate XML
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DConverter.java431 SAXParser parser=factory.newSAXParser(); in convertTo() local
432 XMLReader xliffreader=parser.getXMLReader(); in convertTo()
/trunk/main/l10ntools/source/help/
H A DHelpLinker.cxx1076 XML_Parser parser = XML_ParserCreate( 0 ); in compileExtensionHelp() local
1077 int parsed = XML_Parse( parser, s, int( len ), true ); in compileExtensionHelp()
1081 XML_Error nError = XML_GetErrorCode( parser ); in compileExtensionHelp()
1089 XML_ParserFree( parser ); in compileExtensionHelp()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java208 SAXParser parser = factory.newSAXParser(); in read() local
218 parser.parse(file[i], handler); in read()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dconfiguration.properties26 # parser registry.
27 …tar.report.pentaho.model.OfficeDocument.star=com.sun.star.report.pentaho.parser.StarXmlFactoryModu…
28 …rt.pentaho.model.OfficeStylesCollection.star=com.sun.star.report.pentaho.parser.StarStyleXmlFactor…
/trunk/main/toolkit/doc/layout/
H A Doldnotes.txt182 + hook it to Ricardo's parser ... [!] :-)
190 + hard-code container hooks into the xmlscript/ parser ...
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py711parser = uno.getComponentContext().ServiceManager.createInstance( "com.sun.star.xml.sax.Parser" )
713 parser.setDocumentHandler( handler )
714 parser.parseStream( InputSource( inputStream , "", fileUrl, fileUrl ) )
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DFormDefault.java22 package org.apache.openoffice.ooxml.schema.parser;
H A DXsdNamespace.java22 package org.apache.openoffice.ooxml.schema.parser;
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/action/
H A DActionTrigger.java22 package org.apache.openoffice.ooxml.parser.action;
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DDetailRootTableReadHandler.java23 package com.sun.star.report.pentaho.parser.rpt;

Completed in 88 milliseconds

123456789