Home
last modified time | relevance | path

Searched refs:aException (Results 26 – 50 of 78) sorted by relevance

1234

/trunk/main/comphelper/source/property/
H A Dproperty.cxx119 Any aException( ::cppu::getCaughtException() ); in copyProperties() local
121 ::rtl::OUString sExceptionType( aException.getValueTypeName() ); in copyProperties()
126 if ( ( aException >>= aBaseException ) && aBaseException.Message.getLength() ) in copyProperties()
/trunk/main/svtools/source/dialogs/
H A Daddresstemplate.cxx863 Any aException; in resetTables() local
895 catch(SQLContext& e) { aException <<= e; } in resetTables()
896 catch(SQLWarning& e) { aException <<= e; } in resetTables()
897 catch(SQLException& e) { aException <<= e; } in resetTables()
903 if (aException.hasValue()) in resetTables()
905 Reference< XInteractionRequest > xRequest = new OInteractionRequest(aException); in resetTables()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx976 catch ( sdbc::SQLException& aException ) in DBaseExport() local
978 sal_Int32 nError = aException.ErrorCode; in DBaseExport()
981 (int)nError, OUStringToOString( aException.SQLState, in DBaseExport()
983 aException.Message, RTL_TEXTENCODING_UTF8).getStr()); in DBaseExport()
1073 else if ( aException.Message.getLength() ) in DBaseExport()
1074 …nErr = *new StringErrorInfo( (SCERR_EXPORT_SQLEXCEPTION), aException.Message, ERRCODE_BUTTON_OK | … in DBaseExport()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DParseException.java31 final Exception aException, in ParseException() argument
34 super(aException); in ParseException()
H A DLog.java68 catch (final Exception aException) in CreateFileOutputStream()
70 aException.printStackTrace(); in CreateFileOutputStream()
H A DParseTableReader.java76 catch (final Exception aException) in ParseTableReader()
78 throw new RuntimeException(aException); in ParseTableReader()
H A DStateMachine.java191 catch (RuntimeException aException) in ProcessStartElement()
196 throw aException; in ProcessStartElement()
/trunk/main/connectivity/source/commontools/
H A Dsqlerror.cxx215 Any aException( NULL, _rExceptionType ); in raiseTypedException() local
218 SQLException* pException = static_cast< SQLException* >( aException.pData ); in raiseTypedException()
222 ::cppu::throwException( aException ); in raiseTypedException()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx373 catch (RuntimeException aException) in selectionChanged() local
467 catch (RuntimeException aException) in FireSelectionChangeListener() local
589 catch (RuntimeException aException) in FirePropertyChange() local
911 catch(beans::UnknownPropertyException aException) in convertFastPropertyValue() local
/trunk/main/editeng/source/editeng/
H A Deeobj.cxx82 datatransfer::UnsupportedFlavorException aException; in getTransferData() local
83 throw( aException ); in getTransferData()
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DRegistrationThread.java125 catch (com.sun.star.lang.IndexOutOfBoundsException aException) in traverseTree()
131 catch (com.sun.star.lang.DisposedException aException) in traverseTree()
H A DConnectionTask.java108 catch (com.sun.star.lang.IndexOutOfBoundsException aException) in registerListeners()
140 catch (com.sun.star.uno.Exception aException) in getToolkit()
/trunk/main/udkapi/com/sun/star/io/
H A DDataTransferEvent.idl45 // DocMerge from xml: field com::sun::star::io::DataTransferEvent::aException
48 any aException;
/trunk/main/forms/source/xforms/
H A Ddatatypes.cxx271 IllegalArgumentException aException; in convertFastPropertyValue() local
272 aException.Message = sErrorMessage; in convertFastPropertyValue()
273 aException.Context = *this; in convertFastPropertyValue()
274 throw IllegalArgumentException( aException ); in convertFastPropertyValue()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java85 } catch (FileNotFoundException aException) in HtmlGenerator()
87 aException.printStackTrace(); in HtmlGenerator()
88 throw new RuntimeException(aException); in HtmlGenerator()
/trunk/main/desktop/source/app/
H A Dconfiginit.cxx118 static void handleGeneralException(uno::Exception& aException, in handleGeneralException() argument
121 aException.Message = aMessage ; in handleGeneralException()
/trunk/main/sd/source/ui/tools/
H A DEventMultiplexer.cxx204 catch (RuntimeException aException) in ~EventMultiplexer() local
207 catch (Exception aException) in ~EventMultiplexer() local
465 catch (const lang::DisposedException aException) in ConnectToController() local
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DStringNode.java83 catch (PatternSyntaxException aException) in ApplyRestriction()
85 aException.printStackTrace(); in ApplyRestriction()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx1995 InteractiveAugmentedIOException aException; in displayIOException() local
1996 aException.Arguments.realloc( 2 ); in displayIOException()
1997 aException.Arguments[ 0 ] <<= ::rtl::OUString( sDisplayPath ); in displayIOException()
1998 aException.Arguments[ 1 ] <<= PropertyValue( in displayIOException()
2000 -1, aException.Arguments[ 0 ], PropertyState_DIRECT_VALUE in displayIOException()
2004 aException.Code = _eCode; in displayIOException()
2005 aException.Classification = InteractionClassification_ERROR; in displayIOException()
2010 new ::comphelper::OInteractionRequest( makeAny( aException ) ); in displayIOException()
/trunk/main/scripting/source/provider/
H A DMasterScriptProvider.cxx184 Exception aException; aError >>= aException; in initialize() local
185 buf.append ( aException.Message ); in initialize()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DLogGenerator.java66 catch (final FileNotFoundException aException) in Write()
68 aException.printStackTrace(); in Write()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DDocumentTokenFormatter.java81 catch(final Exception aException) in Parse()
83 aException.printStackTrace(); in Parse()
/trunk/main/dbaccess/source/ui/dlg/
H A DCollectionView.cxx234 … InteractiveAugmentedIOException aException(sTemp,Reference<XInterface>(),eClass,eError,aValues); in IMPL_LINK() local
245 OInteractionRequest* pRequest = new OInteractionRequest(makeAny(aException)); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1120 Exception aException; in impl_processCopyError_nothrow() local
1121 OSL_VERIFY( _rEvent.Error >>= aException ); in impl_processCopyError_nothrow()
1123 aContext.Context = aException.Context; in impl_processCopyError_nothrow()
1124 aContext.Message = aException.Message; in impl_processCopyError_nothrow()
/trunk/main/io/test/stm/
H A Dpumptest.cxx272 virtual void SAL_CALL error( const ::com::sun::star::uno::Any& aException ) in error() argument
277 aException >>= e; in error()

Completed in 128 milliseconds

1234