Home
last modified time | relevance | path

Searched refs:parser (Results 1 – 25 of 216) sorted by last modified time

123456789

/trunk/main/
H A Drat-excludes875 main/reportbuilder/java/com/sun/star/report/pentaho/parser/style-mapping.txt
/trunk/main/toolkit/src2xml/
H A Dinclude.lst258 ../../autodoc/source/parser/inc
/trunk/main/autodoc/
H A DExecutable_autodoc.mk226 autodoc/source/parser/cpp/c_rcode \
227 autodoc/source/parser/cpp/cpp_pe \
228 autodoc/source/parser/cpp/cx_base \
229 autodoc/source/parser/cpp/cx_c_pp \
232 autodoc/source/parser/cpp/cxt2ary \
235 autodoc/source/parser/cpp/pe_base \
237 autodoc/source/parser/cpp/pe_defs \
238 autodoc/source/parser/cpp/pe_expr \
239 autodoc/source/parser/cpp/pe_enum \
241 autodoc/source/parser/cpp/pe_file \
[all …]
/trunk/main/boost/prj/
H A Dd.lst640 mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\support\detail\lexer\parser
641 mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\support\detail\lexer\parser\tokeniser
642 mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\support\detail\lexer\parser\tree
1366 …\boost\spirit\home\support\detail\lexer\parser\* %_DEST%\inc%_EXT%\boost\spirit\home\support\detai…
1367 …t\spirit\home\support\detail\lexer\parser\tokeniser\* %_DEST%\inc%_EXT%\boost\spirit\home\support\…
1368 …oost\spirit\home\support\detail\lexer\parser\tree\* %_DEST%\inc%_EXT%\boost\spirit\home\support\de…
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/content/
H A DPresentationImporter.java31 import org.apache.openoffice.ooxml.framework.part.parser.ParserFactory;
32 import org.apache.openoffice.ooxml.parser.ElementContext;
33 import org.apache.openoffice.ooxml.parser.Parser;
34 import org.apache.openoffice.ooxml.parser.action.ActionTrigger;
35 import org.apache.openoffice.ooxml.parser.action.IAction;
H A DSlideParser.java29 import org.apache.openoffice.ooxml.framework.part.parser.ParserFactory;
30 import org.apache.openoffice.ooxml.parser.ElementContext;
31 import org.apache.openoffice.ooxml.parser.Parser;
32 import org.apache.openoffice.ooxml.parser.action.ActionTrigger;
33 import org.apache.openoffice.ooxml.parser.action.IAction;
/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;
H A DDetailViewManager.java32 import org.apache.openoffice.ooxml.framework.part.parser.ParserFactory;
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xmltokenview/
H A DXMLViewFactory.java28 import org.apache.openoffice.ooxml.parser.ElementContext;
29 import org.apache.openoffice.ooxml.parser.ParseException;
30 import org.apache.openoffice.ooxml.parser.Parser;
31 import org.apache.openoffice.ooxml.parser.action.ActionTrigger;
32 import org.apache.openoffice.ooxml.parser.action.IAction;
/trunk/main/expat/
H A Dexpat-2.5.0.patch263 if (parser->m_ns) {
268 parser = parserCreate(encodingName, &parser->m_mem, tmp, newDtd);
270 parser = parserCreate(encodingName, &parser->m_mem, NULL, newDtd);
318 DTD *const dtd = parser->m_dtd;
332 if (parser->m_prologState.level >= parser->m_groupSize) {
343 parser, parser->m_groupConnector, parser->m_groupSize *= 2);
359 parser, dtd->scaffIndex, parser->m_groupSize * sizeof(int));
667 - assert(parser != NULL);
672 + assert(parser != NULL);
690 + XML_Parser parser;
[all …]
/trunk/main/solenv/bin/
H A Dmake_ext_update_info.pl157 my $parser = shift;
180 print $FH " "x$parser->current_column(), $parser->original_string();
254 my $parser = shift;
299 my $parser = shift;
313 my $parser = shift;
385 my $parser = shift;
411 $parser->parsefile($desc);
444 $parser->setHandlers(
448 $parser->parsefile($desc);
480 my $parser = shift;
[all …]
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl77 /** specifies a SAX parser that uses integer values for known xml names
78 (elements, attributes and attribute values). The parser also handles
84 <p>Parsing starts with calling <member>parseStream</member>. If the parser
88 <p>This parser generates either 'fast' events that use integer token
105 <p>For each element the parser sends a create child element event to the
128 <p>After the last element is processed the parser generates an end document
170 warning occurs. Note that an exception is thrown by the parser when
/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/offapi/com/sun/star/i18n/
H A DXCharacterClassification.idl83 and generic Unicode enabled parser.
/trunk/main/redland/rasqal/
H A Dmakefile.mk77 CONFIGURE_FLAGS=--disable-static --disable-gtk-doc --with-openssl-digests --with-xml-parser=libxml …
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java70 import org.pentaho.reporting.libraries.formula.parser.FormulaParser;
71 import org.pentaho.reporting.libraries.formula.parser.ParseException;
234 …ressions(final Node[] nodes, final List expressions, final FormulaParser parser, final Expression … in collectGroupExpressions() argument
255 final FormulaFunction function = (FormulaFunction) parser.parse(expression); in collectGroupExpressions()
273 LValue val = parser.parse(reportExp.getFormulaExpression()); in collectGroupExpressions()
314 … collectGroupExpressions(section.getNodeArray(), expressions, parser, reportFunctions); in collectGroupExpressions() local
350 final FormulaParser parser = new FormulaParser(); in execute() local
354 …collectGroupExpressions(reportBody.getNodeArray(), expressions, parser, officeReport.getExpression… in execute() local
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java52 import org.pentaho.reporting.libraries.formula.parser.ParseException;
/trunk/main/libxml2/
H A D0e1a49c8907645d2e155f0d89d4d9895ac5112b5.patch13 parser.c | 3 ++-
16 diff --git misc/libxml2-2.9.10/parser.c misc/build/libxml2-2.9.10/parser.c
18 --- misc/libxml2-2.9.10/parser.c
19 +++ misc/build/libxml2-2.9.10/parser.c
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DStateMachine.java22 package org.apache.openoffice.ooxml.parser;
30 import org.apache.openoffice.ooxml.parser.action.ActionManager;
31 import org.apache.openoffice.ooxml.parser.action.ActionTrigger;
32 import org.apache.openoffice.ooxml.parser.action.IAction;
33 import org.apache.openoffice.ooxml.parser.attribute.AttributeManager;
34 import org.apache.openoffice.ooxml.parser.attribute.AttributeProvider;
35 import org.apache.openoffice.ooxml.parser.attribute.AttributeValues;
36 import org.apache.openoffice.ooxml.parser.type.SimpleTypeManager;
/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/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java120 ASTParser parser = ASTParser.newParser(AST.JLS3); in parse() local
121 parser.setKind(ASTParser.K_COMPILATION_UNIT); in parse()
122 parser.setSource(unit); in parse()
123 parser.setResolveBindings(true); in parse()
124 return (CompilationUnit) parser.createAST(null); // parse in parse()
303 ASTParser parser = ASTParser.newParser(AST.JLS3); in define() local
304 parser.setSource(uiMap); in define()
306 CompilationUnit astRoot = (CompilationUnit) parser.createAST(null); in define()
/trunk/main/xsltml/
H A Dxsltml_2.1.2.patch1048 + <!-- Ignore "lower than" and "greater than" symbols, which break the MediaWiki parser in text m…
1713 + <!-- Empty text content breaks the MediaWiki parser. -->
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx523 XML_Parser parser = XML_ParserCreate( 0 ); in TVChildTarget() local
524 XML_SetElementHandler( parser, in TVChildTarget()
527 XML_SetCharacterDataHandler( parser, in TVChildTarget()
529 XML_SetUserData( parser,&pTVDom ); // does not return this in TVChildTarget()
531 int parsed = XML_Parse( parser,s,int( len ),j==0 ); in TVChildTarget()
535 XML_ParserFree( parser ); in TVChildTarget()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaHelper.java40 private static FormulaParser parser; field in FormulaHelper
48 parser = new FormulaParser();
64 parser.setWorkbook(wb); in setWorkbook()
77 Vector parseTokens = parser.parse(formula); in convertCalcToPXL()
/trunk/main/writerfilter/documentation/doxygen/
H A DDoxyfile916 # which can be used by a validating XML parser to check the
922 # which can be used by a validating XML parser to check the
1041 # the parser if not removed.

Completed in 165 milliseconds

123456789