/trunk/main/l10ntools/source/ |
H A D | tagtest.cxx | 862 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 …]
|
/trunk/main/toolkit/src2xml/source/ |
H A D | expression.py | 72 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 D | srcparser.py | 182 raise ParseError ('') 318 raise ParseError ('') 419 raise ParseError ('') 426 raise ParseError ('') 433 raise ParseError ('')
|
H A D | srclexer.py | 326 raise ParseError ('') 337 raise ParseError ('') 346 raise ParseError ('')
|
H A D | macroparser.py | 90 raise globals.ParseError ('') 101 raise globals.ParseError ('')
|
H A D | globals.py | 24 class ParseError (Exception): class
|
/trunk/main/slideshow/source/engine/ |
H A D | smilfunctionparser.cxx | 191 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 D | tools.cxx | 186 catch( ParseError& ) in extractValue()
|
/trunk/main/slideshow/source/inc/ |
H A D | slideshowexceptions.hxx | 41 struct ParseError : public SlideShowException struct 43 ParseError() {} in ParseError() argument 44 explicit ParseError( const char* ) {} in ParseError() function
|
/trunk/main/connectivity/source/inc/ |
H A D | RowFunctionParser.hxx | 90 struct OOO_DLLPUBLIC_DBTOOLS ParseError struct 92 ParseError() {} in ParseError() argument 93 ParseError( const char* ) {} in ParseError() function
|
/trunk/main/svx/inc/svx/ |
H A D | EnhancedCustomShapeFunctionParser.hxx | 132 struct ParseError struct 134 ParseError() {} in ParseError() function 135 ParseError( const char* ) {} in ParseError() argument
|
/trunk/main/connectivity/source/commontools/ |
H A D | RowFunctionParser.cxx | 238 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 D | TDatabaseMetaDataBase.cxx | 133 catch(ParseError&) in getTypeInfo()
|
/trunk/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFunctionParser.cxx | 856 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 D | EnhancedCustomShape2d.cxx | 834 catch ( EnhancedCustomShape::ParseError& ) in EnhancedCustomShape2d()
|
/trunk/main/l10ntools/inc/ |
H A D | tagtest.hxx | 336 void ParseError( sal_uInt16 nErrNr, ByteString aErrMsg, const TokenInfo &rTag );
|
/trunk/main/slideshow/source/engine/activities/ |
H A D | activitiesfactory.cxx | 645 catch( ParseError& ) in createActivity()
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 2580 catch ( EnhancedCustomShape::ParseError& ) in ConvertEnhancedCustomShapeEquation()
|