Lines Matching refs:beans

123         css::beans::Property const & theProperty, bool thePresent):  in PropertyData()
126 css::beans::Property property;
168 throw css::beans::UnknownPropertyException(name, object); in get()
203 attrAttribs |= css::beans::PropertyAttribute::BOUND; in initProperties()
207 attrAttribs |= css::beans::PropertyAttribute::READONLY; in initProperties()
240 |= css::beans::PropertyAttribute::CONSTRAINED; in initProperties()
244 attrAttribs |= css::beans::PropertyAttribute::OPTIONAL; in initProperties()
256 n = css::beans::PropertyAttribute::MAYBEAMBIGUOUS; in initProperties()
261 n = css::beans::PropertyAttribute::MAYBEDEFAULT; in initProperties()
266 n = css::beans::PropertyAttribute::MAYBEVOID; in initProperties()
304 css::beans::Property( in initProperties()
336 class Info: public cppu::WeakImplHelper1< css::beans::XPropertySetInfo > {
340 virtual css::uno::Sequence< css::beans::Property > SAL_CALL getProperties()
343 virtual css::beans::Property SAL_CALL getPropertyByName(
346 css::beans::UnknownPropertyException, css::uno::RuntimeException);
355 css::uno::Sequence< css::beans::Property > Info::getProperties() in getProperties()
360 css::uno::Sequence< css::beans::Property > s( in getProperties()
379 css::beans::Property Info::getPropertyByName(rtl::OUString const & name) in getPropertyByName()
380 throw (css::beans::UnknownPropertyException, css::uno::RuntimeException) in getPropertyByName()
394 std::multiset< css::uno::Reference< css::beans::XPropertyChangeListener > >
403 css::beans::PropertyChangeEvent event;
450 rtl::OUString const & name, css::beans::PropertyState * state) const;
458 std::multiset< css::uno::Reference< css::beans::XVetoableChangeListener > >
534 throw css::beans::UnknownPropertyException( in translateHandle()
549 throw css::beans::UnknownPropertyException(name, object); in setProperty()
553 & css::beans::PropertyAttribute::MAYBEAMBIGUOUS) in setProperty()
557 & css::beans::PropertyAttribute::MAYBEDEFAULT) in setProperty()
578 & css::beans::PropertyAttribute::MAYBEAMBIGUOUS) in setProperty()
582 & css::beans::PropertyAttribute::MAYBEDEFAULT) in setProperty()
586 & css::beans::PropertyAttribute::MAYBEVOID) in setProperty()
606 throw css::beans::PropertyVetoException( in setProperty()
618 static_cast< css::beans::UnknownPropertyException * >(0))) in setProperty()
620 & css::beans::PropertyAttribute::OPTIONAL) in setProperty()
623 throw css::beans::UnknownPropertyException(name, object); in setProperty()
626 static_cast< css::beans::PropertyVetoException * >( in setProperty()
629 & css::beans::PropertyAttribute::CONSTRAINED) in setProperty()
632 throw css::beans::PropertyVetoException(name, object); in setProperty()
642 rtl::OUString const & name, css::beans::PropertyState * state) const in getProperty()
646 throw css::beans::UnknownPropertyException(name, object); in getProperty()
667 static_cast< css::beans::UnknownPropertyException * >(0))) in getProperty()
669 & css::beans::PropertyAttribute::OPTIONAL) in getProperty()
672 throw css::beans::UnknownPropertyException(name, object); in getProperty()
680 & css::beans::PropertyAttribute::MAYBEAMBIGUOUS) in getProperty()
684 & css::beans::PropertyAttribute::MAYBEDEFAULT) in getProperty()
688 & css::beans::PropertyAttribute::MAYBEVOID) in getProperty()
821 ? css::beans::PropertyState_AMBIGUOUS_VALUE in getProperty()
823 ? css::beans::PropertyState_DEFAULT_VALUE in getProperty()
824 : css::beans::PropertyState_DIRECT_VALUE; in getProperty()
1024 static_cast< css::beans::XPropertySet * >(this), propertyName); in checkUnknown()
1041 static_cast< css::beans::XPropertySet * >(this)); in prepareSet()
1044 & css::beans::PropertyAttribute::CONSTRAINED) in prepareSet()
1058 & css::beans::PropertyAttribute::BOUND) in prepareSet()
1074 & css::beans::PropertyAttribute::CONSTRAINED) in prepareSet()
1077 css::beans::PropertyChangeEvent event( in prepareSet()
1078 static_cast< css::beans::XPropertySet * >(this), propertyName, in prepareSet()
1095 if ((it->second.property.Attributes & css::beans::PropertyAttribute::BOUND) in prepareSet()
1099 boundListeners->m_impl->event = css::beans::PropertyChangeEvent( in prepareSet()
1100 static_cast< css::beans::XPropertySet * >(this), propertyName, in prepareSet()
1115 static_cast< css::beans::XPropertySet * >(this)); in dispose()
1140 && type == css::beans::XPropertySet::static_type())) in queryInterface()
1143 static_cast< css::beans::XPropertySet * >(this)); in queryInterface()
1146 && type == css::beans::XFastPropertySet::static_type()) in queryInterface()
1149 static_cast< css::beans::XFastPropertySet * >(this)); in queryInterface()
1152 && type == css::beans::XPropertyAccess::static_type()) in queryInterface()
1155 static_cast< css::beans::XPropertyAccess * >(this)); in queryInterface()
1162 css::uno::Reference< css::beans::XPropertySetInfo >
1169 rtl::OUString(), static_cast< css::beans::XPropertySet * >(this)); in getPropertySetInfo()
1176 css::beans::UnknownPropertyException, css::beans::PropertyVetoException, in setPropertyValue()
1182 static_cast< css::beans::XPropertySet * >(this), propertyName, in setPropertyValue()
1187 rtl::OUString(), static_cast< css::beans::XPropertySet * >(this)); in setPropertyValue()
1194 css::beans::UnknownPropertyException, css::lang::WrappedTargetException, in getPropertyValue()
1199 static_cast< css::beans::XPropertySet * >(this), propertyName, 0); in getPropertyValue()
1203 rtl::OUString(), static_cast< css::beans::XPropertySet * >(this)); in getPropertyValue()
1209 css::uno::Reference< css::beans::XPropertyChangeListener > const & listener) in addPropertyChangeListener()
1211 css::beans::UnknownPropertyException, css::lang::WrappedTargetException, in addPropertyChangeListener()
1214 css::uno::Reference< css::beans::XPropertyChangeListener >( in addPropertyChangeListener()
1229 static_cast< css::beans::XPropertySet * >(this))); in addPropertyChangeListener()
1234 rtl::OUString(), static_cast< css::beans::XPropertySet * >(this)); in addPropertyChangeListener()
1240 css::uno::Reference< css::beans::XPropertyChangeListener > const & listener) in removePropertyChangeListener()
1242 css::beans::UnknownPropertyException, css::lang::WrappedTargetException, in removePropertyChangeListener()
1260 rtl::OUString(), static_cast< css::beans::XPropertySet * >(this)); in removePropertyChangeListener()
1266 css::uno::Reference< css::beans::XVetoableChangeListener > const & listener) in addVetoableChangeListener()
1268 css::beans::UnknownPropertyException, css::lang::WrappedTargetException, in addVetoableChangeListener()
1271 css::uno::Reference< css::beans::XVetoableChangeListener >( in addVetoableChangeListener()
1286 static_cast< css::beans::XPropertySet * >(this))); in addVetoableChangeListener()
1291 rtl::OUString(), static_cast< css::beans::XPropertySet * >(this)); in addVetoableChangeListener()
1297 css::uno::Reference< css::beans::XVetoableChangeListener > const & listener) in removeVetoableChangeListener()
1299 css::beans::UnknownPropertyException, css::lang::WrappedTargetException, in removeVetoableChangeListener()
1317 rtl::OUString(), static_cast< css::beans::XPropertySet * >(this)); in removeVetoableChangeListener()
1324 css::beans::UnknownPropertyException, css::beans::PropertyVetoException, in setFastPropertyValue()
1330 static_cast< css::beans::XPropertySet * >(this), in setFastPropertyValue()
1332 static_cast< css::beans::XPropertySet * >(this), handle), in setFastPropertyValue()
1337 rtl::OUString(), static_cast< css::beans::XPropertySet * >(this)); in setFastPropertyValue()
1343 css::beans::UnknownPropertyException, css::lang::WrappedTargetException, in getFastPropertyValue()
1348 static_cast< css::beans::XPropertySet * >(this), in getFastPropertyValue()
1350 static_cast< css::beans::XPropertySet * >(this), handle), in getFastPropertyValue()
1355 rtl::OUString(), static_cast< css::beans::XPropertySet * >(this)); in getFastPropertyValue()
1359 css::uno::Sequence< css::beans::PropertyValue >
1362 css::uno::Sequence< css::beans::PropertyValue > s( in getPropertyValues()
1368 static_cast< css::beans::XPropertySet * >(this), in getPropertyValues()
1370 } catch (css::beans::UnknownPropertyException &) { in getPropertyValues()
1374 e.Message, static_cast< css::beans::XPropertySet * >(this), in getPropertyValues()
1386 rtl::OUString(), static_cast< css::beans::XPropertySet * >(this)); in getPropertyValues()
1391 css::uno::Sequence< css::beans::PropertyValue > const & props) in setPropertyValues()
1393 css::beans::UnknownPropertyException, css::beans::PropertyVetoException, in setPropertyValues()
1402 static_cast< css::beans::XPropertySet * >(this), in setPropertyValues()
1405 throw css::beans::UnknownPropertyException( in setPropertyValues()
1411 static_cast< css::beans::XPropertySet * >(this)); in setPropertyValues()
1414 static_cast< css::beans::XPropertySet * >(this), props[i].Name, in setPropertyValues()
1416 props[i].State == css::beans::PropertyState_AMBIGUOUS_VALUE, in setPropertyValues()
1417 props[i].State == css::beans::PropertyState_DEFAULT_VALUE, 0); in setPropertyValues()
1422 rtl::OUString(), static_cast< css::beans::XPropertySet * >(this)); in setPropertyValues()