Lines Matching refs:beans

314             uno::Reference< beans::XPropertySet > const xProps(  in queryInterface()
396 CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ), in getTypes()
398 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
399 CPPU_TYPE_REF( beans::XPropertySetInfoChangeNotifier ), in getTypes()
429 CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ), in getTypes()
431 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
432 CPPU_TYPE_REF( beans::XPropertySetInfoChangeNotifier ), in getTypes()
531 uno::Sequence< beans::Property > Properties; in execute()
553 uno::Sequence< beans::PropertyValue > aProperties; in execute()
791 catch ( const beans::PropertyExistException &e ) in execute()
795 catch ( const beans::IllegalTypeException&e ) in execute()
824 catch( const beans::UnknownPropertyException &e ) in execute()
828 catch( const beans::NotRemoveableException &e ) in execute()
886 throw( beans::PropertyExistException, in addProperty()
887 beans::IllegalTypeException, in addProperty()
893 const beans::Property aProperty = aCmdArg.Property; in addProperty()
906 throw beans::IllegalTypeException( in addProperty()
913 throw beans::IllegalTypeException( in addProperty()
933 throw beans::PropertyExistException(); in addProperty()
960 beans::PropertySetInfoChangeEvent evt( in addProperty()
964 beans::PropertySetInfoChange::PROPERTY_INSERTED ); in addProperty()
1024 throw( beans::UnknownPropertyException, in removeProperty()
1025 beans::NotRemoveableException, in removeProperty()
1032 beans::Property aProp in removeProperty()
1036 if ( !( aProp.Attributes & beans::PropertyAttribute::REMOVEABLE ) ) in removeProperty()
1039 throw beans::NotRemoveableException(); in removeProperty()
1042 catch ( beans::UnknownPropertyException const & ) in removeProperty()
1072 beans::PropertySetInfoChangeEvent evt( in removeProperty()
1076 beans::PropertySetInfoChange::PROPERTY_REMOVED ); in removeProperty()
1099 throw beans::UnknownPropertyException(); in removeProperty()
1135 throw( beans::PropertyExistException, in addProperty()
1136 beans::IllegalTypeException, in addProperty()
1140 beans::Property aProperty; in addProperty()
1152 throw( beans::UnknownPropertyException, in removeProperty()
1153 beans::NotRemoveableException, in removeProperty()
1182 beans::Property aProp; in queryCreatableContentsInfo()
1186 uno::Sequence< beans::Property > aDocProps( 1 ); in queryCreatableContentsInfo()
1196 uno::Sequence< beans::Property > aFolderProps( 1 ); in queryCreatableContentsInfo()
1298 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
1311 uno::Reference< beans::XPropertySet > xAdditionalPropSet; in getPropertyValues()
1314 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues()
1317 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
1331 = uno::Reference< beans::XPropertySet >( in getPropertyValues()
1359 beans::Property aProp; in getPropertyValues()
1370 uno::Reference< beans::XPropertySet > xSet( in getPropertyValues()
1381 const uno::Sequence< beans::Property >& rProperties, in getPropertyValues()
1459 uno::Sequence< beans::Property > aProperties( in getPropertyValues()
1728 const uno::Sequence< beans::PropertyValue >& rValues, in setPropertyValues()
1749 uno::Sequence< beans::PropertyChangeEvent > aChanges( rValues.getLength() ); in setPropertyValues()
1752 beans::PropertyChangeEvent aEvent; in setPropertyValues()
1771 uno::Reference< beans::XPropertySetInfo > xInfo; in setPropertyValues()
1773 const beans::PropertyValue* pValues = rValues.getConstArray(); in setPropertyValues()
1777 const beans::PropertyValue& rValue = pValues[ n ]; in setPropertyValues()
1780 beans::Property aTmpProp; in setPropertyValues()
1783 if ( aTmpProp.Attributes & beans::PropertyAttribute::READONLY ) in setPropertyValues()
1870 aRet[ n ] <<= beans::IllegalTypeException( in setPropertyValues()
1894 aRet[ n ] <<= beans::UnknownPropertyException( in setPropertyValues()
1988 catch ( beans::UnknownPropertyException const & e ) in setPropertyValues()
1996 catch ( beans::PropertyVetoException const & e ) in setPropertyValues()
3234 uno::Sequence< beans::Property > aProperties( 1 ); in isFolder()
3277 aArgs[ 0 ] <<= beans::PropertyValue( in MapDAVException()
3280 beans::PropertyState_DIRECT_VALUE); in MapDAVException()
3376 aArgs[ 0 ] <<= beans::PropertyValue( in MapDAVException()
3379 beans::PropertyState_DIRECT_VALUE); in MapDAVException()
3540 uno::Sequence< beans::Property > aProperties( 6 ); in getResourceType()
3618 uno::Sequence< beans::Property > aProperties( 1 ); in getLockOwner()