Lines Matching refs:beans

101         static_cast< beans::XPropertySet * >( this ),  in queryInterface()
102 static_cast< beans::XMultiPropertySet * >( this ), in queryInterface()
103 static_cast< beans::XFastPropertySet * >( this ), in queryInterface()
104 static_cast< beans::XPropertyState * >( this ), in queryInterface()
105 static_cast< beans::XMultiPropertyStates * >( this ), in queryInterface()
165 aTypes.push_back( LCL_PROP_CPPUTYPE( beans::XPropertySet )); in getTypes()
166 aTypes.push_back( LCL_PROP_CPPUTYPE( beans::XMultiPropertySet )); in getTypes()
167 aTypes.push_back( LCL_PROP_CPPUTYPE( beans::XFastPropertySet )); in getTypes()
168 aTypes.push_back( LCL_PROP_CPPUTYPE( beans::XPropertyState )); in getTypes()
169 aTypes.push_back( LCL_PROP_CPPUTYPE( beans::XMultiPropertyStates )); in getTypes()
195 beans::PropertyState SAL_CALL
197 throw (beans::UnknownPropertyException, in getPropertyState()
206 Sequence< beans::PropertyState > SAL_CALL
208 throw (beans::UnknownPropertyException, in getPropertyStates()
224 throw (beans::UnknownPropertyException, in setPropertyToDefault()
235 throw (beans::UnknownPropertyException, in getPropertyDefault()
260 throw (beans::UnknownPropertyException, in setPropertiesToDefault()
276 throw (beans::UnknownPropertyException, in getPropertyDefaults()
351 catch( beans::UnknownPropertyException ex ) in setFastPropertyValue_NoBroadcast()
370 …uno::Reference< beans::XFastPropertySet > xStylePropSet( m_pImplProperties->GetStyle(), uno::UNO_Q… in getFastPropertyValue()
377 uno::Reference< beans::XPropertySet > xPropSet( xStylePropSet, uno::UNO_QUERY ); in getFastPropertyValue()
380 uno::Reference< beans::XPropertySetInfo > xInfo( xPropSet->getPropertySetInfo(), in getFastPropertyValue()
390 Sequence< beans::Property > aProps( xInfo->getProperties() ); in getFastPropertyValue()
399 beans::Property aProp( rPH.getPropertyByName( aProps[ nI ].Name ) ); in getFastPropertyValue()
434 catch( beans::UnknownPropertyException ex ) in getFastPropertyValue()
461 static_cast< beans::XPropertySet * >( this ), in setStyle()
503 throw(beans::PropertyVetoException, in setPropertyValues()
515 throw(beans::UnknownPropertyException, in setFastPropertyValue()
516 beans::PropertyVetoException, in setFastPropertyValue()