Home
last modified time | relevance | path

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

/AOO42X/main/l10ntools/source/
H A Dtagtest.cxx857 ParseError( 3, "Extra Tag <#END>. Switch or <#HREF> expected.", aTag ); in Parse()
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()
882 ParseError( 5, "Extra Tag <#AEND>. <#AVIS> or <#AHID> expected.", aTag ); in Parse()
887ParseError( 16, "Application-tag or platform-tag expected before <#ELSE>.", aTag ); in Parse()
892 ParseError( 6, "unknown Tag", aTag ); in Parse()
897 ParseError( 6, "unexpected Tag", aTag ); in Parse()
1040 ParseError( 8, "<#ELSE> or <#END> or platform-tag expected.", aTag ); in PfCase()
1063 ParseError( 9, "Tag defined twice in the same platform-case", aTag ); in PfCaseBegin()
[all …]
/AOO42X/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 Dsrclexer.py326 raise ParseError ('')
337 raise ParseError ('')
346 raise ParseError ('')
H A Dmacroparser.py90 raise globals.ParseError ('')
101 raise globals.ParseError ('')
H A Dglobals.py24 class ParseError (Exception): class
/AOO42X/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()
/AOO42X/main/slideshow/source/inc/
H A Dslideshowexceptions.hxx41 struct ParseError : public SlideShowException struct
43 ParseError() {} in ParseError() argument
44 explicit ParseError( const char* ) {} in ParseError() argument
/AOO42X/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
/AOO42X/main/svx/inc/svx/
H A DEnhancedCustomShapeFunctionParser.hxx132 struct ParseError struct
134 ParseError() {} in ParseError() function
135 ParseError( const char* ) {} in ParseError() argument
/AOO42X/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()
/AOO42X/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()
/AOO42X/main/l10ntools/inc/
H A Dtagtest.hxx336 void ParseError( sal_uInt16 nErrNr, ByteString aErrMsg, const TokenInfo &rTag );
/AOO42X/main/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx645 catch( ParseError& ) in createActivity()
/AOO42X/main/filter/source/msfilter/
H A Descherex.cxx2580 catch ( EnhancedCustomShape::ParseError& ) in ConvertEnhancedCustomShapeEquation()