Home
last modified time | relevance | path

Searched refs:ParseError (Results 1 – 18 of 18) sorted by relevance

/aoo4110/main/l10ntools/source/
H A Dtagtest.cxx862 ParseError( 4, "<#BOLD> expected before <#/BOLD>.", aTag ); in Parse()
867 ParseError( 5, "<#ITALIC> expected before <#/ITALIC>.", aTag ); in Parse()
872 ParseError( 17, "<#UNDER> expected before <#/UNDER>.", aTag ); in Parse()
892 ParseError( 6, "unknown Tag", aTag ); in Parse()
897 ParseError( 6, "unexpected Tag", aTag ); in Parse()
1157 ParseError( 2, "<#ELSE> or <#END> expected.", aTag ); in CaseEnd()
1187 ParseError( 15, "[<#SimpleTag>] expected.", aTag ); in SimpleTag()
1272 ParseError( 11, "Nested <#AHID>,<#AVIS> not allowed.", aTag ); in TagRef()
1306 ParseError( 12, "<#HREF>,<#NAME> or <#KEY> expected.", aTag ); in TagRef()
1337 ParseError( 7, sTmp, aExpectedToken ); in match()
[all …]
/aoo4110/main/toolkit/src2xml/source/
H A Dexpression.py72 raise globals.ParseError ('')
84 raise globals.ParseError ('')
105 raise globals.ParseError ('')
109 raise globals.ParseError ('')
111 raise globals.ParseError ('')
124 raise globals.ParseError ('')
H A Dsrcparser.py182 raise ParseError ('')
318 raise ParseError ('')
419 raise ParseError ('')
426 raise ParseError ('')
433 raise ParseError ('')
H A Dmacroparser.py90 raise globals.ParseError ('')
101 raise globals.ParseError ('')
H A Dsrclexer.py326 raise ParseError ('')
337 raise ParseError ('')
346 raise ParseError ('')
H A Dglobals.py24 class ParseError (Exception): class
/aoo4110/main/slideshow/source/engine/
H A Dsmilfunctionparser.cxx191 throw ParseError(); in operator ()()
249 throw ParseError( "Not enough arguments for unary operator" ); in operator ()()
324 throw ParseError( "Not enough arguments for binary operator" ); in operator ()()
578 … throw ParseError( "SmilFunctionParser::parseSmilValue(): string not fully parseable" ); in parseSmilValue()
583 … throw ParseError( "SmilFunctionParser::parseSmilValue(): incomplete or empty expression" ); in parseSmilValue()
624 … throw ParseError( "SmilFunctionParser::parseSmilFunction(): string not fully parseable" ); in parseSmilFunction()
629 … throw ParseError( "SmilFunctionParser::parseSmilFunction(): incomplete or empty expression" ); in parseSmilFunction()
H A Dtools.cxx186 catch( ParseError& ) in extractValue()
/aoo4110/main/slideshow/source/inc/
H A Dslideshowexceptions.hxx41 struct ParseError : public SlideShowException struct
43 ParseError() {} in ParseError() function
44 explicit ParseError( const char* ) {} in ParseError() argument
/aoo4110/main/connectivity/source/inc/
H A DRowFunctionParser.hxx90 struct OOO_DLLPUBLIC_DBTOOLS ParseError struct
92 ParseError() {} in ParseError() function
93 ParseError( const char* ) {} in ParseError() argument
/aoo4110/main/svx/inc/svx/
H A DEnhancedCustomShapeFunctionParser.hxx132 struct ParseError struct
134 ParseError() {} in ParseError() argument
135 ParseError( const char* ) {} in ParseError() function
/aoo4110/main/connectivity/source/commontools/
H A DRowFunctionParser.cxx238 throw ParseError( "Not enough arguments for binary operator" ); in operator ()()
302 throw ParseError( "Not enough arguments for unary operator" ); in operator ()()
485 throw ParseError( "RowFunctionParser::parseFunction(): string not fully parseable" ); in parseFunction()
490 throw ParseError( "RowFunctionParser::parseFunction(): incomplete or empty expression" ); in parseFunction()
H A DTDatabaseMetaDataBase.cxx133 catch(ParseError&) in getTypeInfo()
/aoo4110/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx856 throw ParseError( "Not enough arguments for unary operator" ); in operator ()()
894 throw ParseError( "Not enough arguments for binary operator" ); in operator ()()
927 throw ParseError( "Not enough arguments for ternary operator" ); in operator ()()
1195 …throw ParseError( "EnhancedCustomShapeFunctionParser::parseFunction(): string not fully parseable"… in parseFunction()
1200 …throw ParseError( "EnhancedCustomShapeFunctionParser::parseFunction(): incomplete or empty express… in parseFunction()
H A DEnhancedCustomShape2d.cxx834 catch ( EnhancedCustomShape::ParseError& ) in EnhancedCustomShape2d()
/aoo4110/main/l10ntools/inc/
H A Dtagtest.hxx336 void ParseError( sal_uInt16 nErrNr, ByteString aErrMsg, const TokenInfo &rTag );
/aoo4110/main/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx645 catch( ParseError& ) in createActivity()
/aoo4110/main/filter/source/msfilter/
H A Descherex.cxx2580 catch ( EnhancedCustomShape::ParseError& ) in ConvertEnhancedCustomShapeEquation()

Completed in 136 milliseconds