Lines Matching refs:aException
75 void ShowErrorDialog( const Any& aException ) in ShowErrorDialog() argument
77 SvxScriptErrorDialog* pDlg = new SvxScriptErrorDialog( NULL, aException ); in ShowErrorDialog()
1524 ::rtl::OUString GetErrorMessage( const com::sun::star::uno::Any& aException ) in GetErrorMessage() argument
1527 if ( aException.getValueType() == in GetErrorMessage()
1531 aException >>= ite; in GetErrorMessage()
1553 …else if ( aException.getValueType() == ::getCppuType( ( const provider::ScriptFrameworkErrorExcept… in GetErrorMessage()
1557 aException >>= sfe; in GetErrorMessage()
1564 if ( aException >>= rte ) in GetErrorMessage()
1569 aException >>= e; in GetErrorMessage()
1575 Window* , ::com::sun::star::uno::Any aException ) in SvxScriptErrorDialog() argument
1579 m_sMessage = GetErrorMessage( aException ); in SvxScriptErrorDialog()