Home
last modified time | relevance | path

Searched refs:isExtractableTo (Results 1 – 19 of 19) sorted by relevance

/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx643 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in storeToRecoveryFile()
644 || aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) in storeToRecoveryFile()
645 || aError.isExtractableTo( ::cppu::UnoType< WrappedTargetException >::get() ) in storeToRecoveryFile()
692 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in recoverFromFile()
693 || aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) in recoverFromFile()
963 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in store()
964 || aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) in store()
1065 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in impl_storeAs_throw()
1066 || aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) in impl_storeAs_throw()
1226 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) in storeToURL()
[all …]
/trunk/main/framework/source/fwe/interaction/
H A Dpreventduplicateinteraction.cxx139 if (aRequest.isExtractableTo(rInfo.m_aInteraction)) in handle()
195 if (aRequest.isExtractableTo(rInfo.m_aInteraction)) in handleInteractionRequest()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx734 OSL_ENSURE( ! aValue.isExtractableTo( in ApplySpecialItem()
771 OSL_ENSURE( ! aValue.isExtractableTo( in ApplySpecialItem()
/trunk/main/chart2/source/tools/
H A DDataSourceHelper.cxx388 (aProperty.Value.hasValue() && aProperty.Value.isExtractableTo( in allArgumentsForRectRangeDetected()
395 … (aProperty.Value.hasValue() && aProperty.Value.isExtractableTo(::getBooleanCppuType())); in allArgumentsForRectRangeDetected()
H A DOPropertySet.cxx341 OSL_ENSURE( rValue.isExtractableTo( rPH.getPropertyByName( aName ).Type ), in setFastPropertyValue_NoBroadcast()
/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx616 if (e.TargetException.isExtractableTo( in setProperty()
624 } else if (e.TargetException.isExtractableTo( in setProperty()
665 if (e.TargetException.isExtractableTo( in getProperty()
/trunk/main/cppu/inc/com/sun/star/uno/
H A DAny.h217 inline sal_Bool SAL_CALL isExtractableTo( const Type & rType ) const SAL_THROW( () );
H A DAny.hxx140 inline sal_Bool Any::isExtractableTo( const Type & rType ) const SAL_THROW( () ) in isExtractableTo() function in com::sun::star::uno::Any
/trunk/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx519 if ( aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) ) in implImport()
/trunk/main/extensions/source/update/feed/
H A Dupdatefeed.cxx701 …if( e.TargetException.isExtractableTo( ::cppu::UnoType< ::com::sun::star::ucb::CommandAbortedExcep… in getUpdateInformation()
/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx325 if (e.isExtractableTo( in checkException()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbwizsetup.cxx857 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) ) in SaveDatabaseDocument()
/trunk/main/uui/source/
H A Diahndl.cxx361 return i_rRequest.isExtractableTo( aType ); in lcl_matchesRequest()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx330 && ( aError.isExtractableTo( ::cppu::UnoType< WrongFormatException >::get() ) ) in lcl_loadSubDocument_nothrow()
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx1404 !exc.isExtractableTo( in bindBundleItem()
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx1735 if ( aRequest.isExtractableTo( ::cppu::UnoType< css::uno::Exception >::get() ) ) in impl_reactForLoadingState()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx2610 if ( !aElement.isExtractableTo(m_aType) ) in insertByName()
2633 if ( !aElement.isExtractableTo(m_aType) ) in replaceByName()
/trunk/main/configmgr/source/
H A Daccess.cxx374 ok = value.hasValue() ? value.isExtractableTo(mapType(type)) : nillable; in checkValue()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2499 if ( e.TargetException.isExtractableTo( ::cppu::UnoType< SQLException >::get() ) ) in implLoadAnything()

Completed in 221 milliseconds