Lines Matching refs:beans

244 uno::Reference< beans::XPropertySetInfo >  SwXTextPortion::getPropertySetInfo()  in getPropertySetInfo()
249 static uno::Reference< beans::XPropertySetInfo > in getPropertySetInfo()
253 static uno::Reference< beans::XPropertySetInfo > in getPropertySetInfo()
265 throw( beans::UnknownPropertyException, in setPropertyValue()
266beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::R… in setPropertyValue()
418 beans::PropertyState eTemp; in GetPropertyValue()
441 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in GetPropertyValues_Impl()
464 …throw beans::UnknownPropertyException(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: … in GetPropertyValues_Impl()
475 … throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in getPropertyValue()
488 …throw( beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExcepti… in SetPropertyValues_Impl()
503 …throw beans::UnknownPropertyException(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: … in SetPropertyValues_Impl()
504 if ( pEntry->nFlags & beans::PropertyAttribute::READONLY) in SetPropertyValues_Impl()
505 …throw beans::PropertyVetoException ( OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Property is read-on… in SetPropertyValues_Impl()
516 throw(beans::PropertyVetoException, lang::IllegalArgumentException, in setPropertyValues()
526 catch (beans::UnknownPropertyException &rException) in setPropertyValues()
550 catch (beans::UnknownPropertyException &) in getPropertyValues()
567 uno::Sequence< beans::SetPropertyTolerantFailed > SAL_CALL SwXTextPortion::setPropertyValuesToleran… in setPropertyValuesTolerant()
587 uno::Sequence< beans::SetPropertyTolerantFailed > aFailed( nProps ); in setPropertyValuesTolerant()
588 beans::SetPropertyTolerantFailed *pFailed = aFailed.getArray(); in setPropertyValuesTolerant()
601 … pFailed[ nFailed++ ].Result = beans::TolerantPropertySetResultType::UNKNOWN_PROPERTY; in setPropertyValuesTolerant()
606 if (pEntry->nFlags & beans::PropertyAttribute::READONLY) in setPropertyValuesTolerant()
607 … pFailed[ nFailed++ ].Result = beans::TolerantPropertySetResultType::PROPERTY_VETO; in setPropertyValuesTolerant()
615 catch (beans::UnknownPropertyException &) in setPropertyValuesTolerant()
619 pFailed[ nFailed++ ].Result = beans::TolerantPropertySetResultType::UNKNOWN_PROPERTY; in setPropertyValuesTolerant()
623 pFailed[ nFailed++ ].Result = beans::TolerantPropertySetResultType::ILLEGAL_ARGUMENT; in setPropertyValuesTolerant()
625 catch (beans::PropertyVetoException &) in setPropertyValuesTolerant()
627 pFailed[ nFailed++ ].Result = beans::TolerantPropertySetResultType::PROPERTY_VETO; in setPropertyValuesTolerant()
631 pFailed[ nFailed++ ].Result = beans::TolerantPropertySetResultType::WRAPPED_TARGET; in setPropertyValuesTolerant()
640 uno::Sequence< beans::GetPropertyTolerantResult > SAL_CALL SwXTextPortion::getPropertyValuesToleran… in getPropertyValuesTolerant()
646 uno::Sequence< beans::GetDirectPropertyTolerantResult > aTmpRes( in getPropertyValuesTolerant()
648 const beans::GetDirectPropertyTolerantResult *pTmpRes = aTmpRes.getConstArray(); in getPropertyValuesTolerant()
652 uno::Sequence< beans::GetPropertyTolerantResult > aRes( nLen ); in getPropertyValuesTolerant()
653 beans::GetPropertyTolerantResult *pRes = aRes.getArray(); in getPropertyValuesTolerant()
660 uno::Sequence< beans::GetDirectPropertyTolerantResult > SAL_CALL SwXTextPortion::getDirectPropertyV… in getDirectPropertyValuesTolerant()
669 uno::Sequence< beans::GetDirectPropertyTolerantResult > SAL_CALL SwXTextPortion::GetPropertyValuesT… in GetPropertyValuesTolerant_Impl()
687 uno::Sequence< beans::PropertyState > aPropertyStates = in GetPropertyValuesTolerant_Impl()
692 const beans::PropertyState* pPropertyStates = aPropertyStates.getConstArray(); in GetPropertyValuesTolerant_Impl()
694 std::vector< beans::GetDirectPropertyTolerantResult > aResultVector; in GetPropertyValuesTolerant_Impl()
697 beans::GetDirectPropertyTolerantResult aResult; in GetPropertyValuesTolerant_Impl()
701 if(pPropertyStates[i] == beans::PropertyState_MAKE_FIXED_SIZE) // property unknown? in GetPropertyValuesTolerant_Impl()
706 aResult.Result = beans::TolerantPropertySetResultType::UNKNOWN_PROPERTY; in GetPropertyValuesTolerant_Impl()
713 aResult.Result = beans::TolerantPropertySetResultType::UNKNOWN_FAILURE; in GetPropertyValuesTolerant_Impl()
718 aResult.State = beans::PropertyState_DIRECT_VALUE; in GetPropertyValuesTolerant_Impl()
720 if (!bDirectValuesOnly || beans::PropertyState_DIRECT_VALUE == aResult.State) in GetPropertyValuesTolerant_Impl()
725 aResult.Result = beans::TolerantPropertySetResultType::SUCCESS; in GetPropertyValuesTolerant_Impl()
730 catch (beans::UnknownPropertyException &) in GetPropertyValuesTolerant_Impl()
734 aResult.Result = beans::TolerantPropertySetResultType::UNKNOWN_PROPERTY; in GetPropertyValuesTolerant_Impl()
738 aResult.Result = beans::TolerantPropertySetResultType::ILLEGAL_ARGUMENT; in GetPropertyValuesTolerant_Impl()
740 catch (beans::PropertyVetoException &) in GetPropertyValuesTolerant_Impl()
742 aResult.Result = beans::TolerantPropertySetResultType::PROPERTY_VETO; in GetPropertyValuesTolerant_Impl()
746 aResult.Result = beans::TolerantPropertySetResultType::WRAPPED_TARGET; in GetPropertyValuesTolerant_Impl()
751 uno::Sequence< beans::GetDirectPropertyTolerantResult > aResult( aResultVector.size() ); in GetPropertyValuesTolerant_Impl()
752 … std::vector< beans::GetDirectPropertyTolerantResult >::const_iterator aIt = aResultVector.begin(); in GetPropertyValuesTolerant_Impl()
753 beans::GetDirectPropertyTolerantResult *pResult = aResult.getArray(); in GetPropertyValuesTolerant_Impl()
769 const uno::Reference< beans::XPropertiesChangeListener >& /*xListener*/ ) in addPropertiesChangeListener()
776 const uno::Reference< beans::XPropertiesChangeListener >& /*xListener*/ ) in removePropertiesChangeListener()
784 const uno::Reference< beans::XPropertiesChangeListener >& /*xListener*/ ) in firePropertiesChangeEvent()
792 const uno::Reference< beans::XPropertyChangeListener > & /*xListener*/) in addPropertyChangeListener()
793 … throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in addPropertyChangeListener()
800 …ng& /*rPropertyName*/, const uno::Reference< beans::XPropertyChangeListener > & /*aListener*/) thr… in removePropertyChangeListener()
807 …ng& /*rPropertyName*/, const uno::Reference< beans::XVetoableChangeListener > & /*aListener*/) thr… in addVetoableChangeListener()
814 …ng& /*rPropertyName*/, const uno::Reference< beans::XVetoableChangeListener > & /*aListener*/) thr… in removeVetoableChangeListener()
821 beans::PropertyState SwXTextPortion::getPropertyState(const OUString& rPropertyName) in getPropertyState()
822 throw( beans::UnknownPropertyException, uno::RuntimeException ) in getPropertyState()
825 beans::PropertyState eRet = beans::PropertyState_DEFAULT_VALUE; in getPropertyState()
833 eRet = beans::PropertyState_DIRECT_VALUE; in getPropertyState()
845 uno::Sequence< beans::PropertyState > SwXTextPortion::getPropertyStates( in getPropertyStates()
847 throw( beans::UnknownPropertyException, uno::RuntimeException ) in getPropertyStates()
854 uno::Sequence< beans::PropertyState > aRet = in getPropertyStates()
861 beans::PropertyState* pStates = aRet.getArray(); in getPropertyStates()
865 pStates[nProp] = beans::PropertyState_DIRECT_VALUE; in getPropertyStates()
874 throw( beans::UnknownPropertyException, uno::RuntimeException ) in setPropertyToDefault()
888 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in getPropertyDefault()