Searched refs:rErrorMessage (Results 1 – 10 of 10) sorted by relevance
/trunk/main/svx/workben/msview/ |
H A D | xmlconfig.cxx | 76 void errorThrow( const OUString& rErrorMessage ) throw (SAXException ); 77 ElementConfigType parseType( const OUString& rErrorMessage ) throw ( SAXException ); 90 void ConfigHandler::errorThrow( const OUString& rErrorMessage ) throw (SAXException ) in errorThrow() argument 94 throw SAXException(rErrorMessage, aContext, aWrappedException); in errorThrow()
|
/trunk/main/connectivity/source/simpledbt/ |
H A D | parser_s.cxx | 68 …ple::ISQLParseNode > OSimpleSQLParser::predicateTree(::rtl::OUString& rErrorMessage, const ::rtl::… in predicateTree() argument 72 …de = const_cast<OSimpleSQLParser*>(this)->m_aFullParser.predicateTree(rErrorMessage, rStatement, _… in predicateTree()
|
H A D | parser_s.hxx | 51 ::rtl::OUString& rErrorMessage,
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | sqlparse.hxx | 200 OSQLParseNode* parseTree(::rtl::OUString& rErrorMessage, 205 OSQLParseNode* predicateTree(::rtl::OUString& rErrorMessage, const ::rtl::OUString& rStatement,
|
H A D | virtualdbtools.hxx | 304 ::rtl::OUString& rErrorMessage,
|
/trunk/main/extensions/source/update/check/ |
H A D | download.hxx | 40 virtual void downloadStalled(const rtl::OUString& rErrorMessage) = 0;
|
H A D | updatecheck.hxx | 106 virtual void downloadStalled(const rtl::OUString& rErrorMessage);
|
H A D | updatecheck.cxx | 1150 UpdateCheck::downloadStalled(const rtl::OUString& rErrorMessage) in downloadStalled() argument 1156 aUpdateHandler->setErrorMessage(rErrorMessage); in downloadStalled()
|
/trunk/main/connectivity/source/parse/ |
H A D | sqlbison.y | 4575 OSQLParseNode* OSQLParser::parseTree(::rtl::OUString& rErrorMessage, 4604 rErrorMessage = m_sErrorMessage;
|
H A D | sqlnode.cxx | 1125 OSQLParseNode* OSQLParser::predicateTree(::rtl::OUString& rErrorMessage, const ::rtl::OUString& rSt… in predicateTree() argument 1259 rErrorMessage = m_sErrorMessage; in predicateTree()
|
Completed in 64 milliseconds