Searched refs:isExtractableTo (Results 1 – 19 of 19) sorted by relevance
643 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 …]
139 if (aRequest.isExtractableTo(rInfo.m_aInteraction)) in handle()195 if (aRequest.isExtractableTo(rInfo.m_aInteraction)) in handleInteractionRequest()
734 OSL_ENSURE( ! aValue.isExtractableTo( in ApplySpecialItem()771 OSL_ENSURE( ! aValue.isExtractableTo( in ApplySpecialItem()
388 (aProperty.Value.hasValue() && aProperty.Value.isExtractableTo( in allArgumentsForRectRangeDetected()395 … (aProperty.Value.hasValue() && aProperty.Value.isExtractableTo(::getBooleanCppuType())); in allArgumentsForRectRangeDetected()
341 OSL_ENSURE( rValue.isExtractableTo( rPH.getPropertyByName( aName ).Type ), in setFastPropertyValue_NoBroadcast()
616 if (e.TargetException.isExtractableTo( in setProperty()624 } else if (e.TargetException.isExtractableTo( in setProperty()665 if (e.TargetException.isExtractableTo( in getProperty()
217 inline sal_Bool SAL_CALL isExtractableTo( const Type & rType ) const SAL_THROW( () );
140 inline sal_Bool Any::isExtractableTo( const Type & rType ) const SAL_THROW( () ) in isExtractableTo() function in com::sun::star::uno::Any
519 if ( aError.isExtractableTo( ::cppu::UnoType< RuntimeException >::get() ) ) in implImport()
701 …if( e.TargetException.isExtractableTo( ::cppu::UnoType< ::com::sun::star::ucb::CommandAbortedExcep… in getUpdateInformation()
325 if (e.isExtractableTo( in checkException()
899 if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) ) in SaveDatabaseDocument()
361 return i_rRequest.isExtractableTo( aType ); in lcl_matchesRequest()
330 && ( aError.isExtractableTo( ::cppu::UnoType< WrongFormatException >::get() ) ) in lcl_loadSubDocument_nothrow()
1404 !exc.isExtractableTo( in bindBundleItem()
1735 if ( aRequest.isExtractableTo( ::cppu::UnoType< css::uno::Exception >::get() ) ) in impl_reactForLoadingState()
2609 if ( !aElement.isExtractableTo(m_aType) ) in insertByName()2632 if ( !aElement.isExtractableTo(m_aType) ) in replaceByName()
374 ok = value.hasValue() ? value.isExtractableTo(mapType(type)) : nillable; in checkValue()
2498 if ( e.TargetException.isExtractableTo( ::cppu::UnoType< SQLException >::get() ) ) in implLoadAnything()
Completed in 196 milliseconds