Lines Matching refs:beans
94 public cppu::WeakImplHelper1< css::beans::XPropertyChangeListener >
113 css::beans::PropertyChangeEvent const &) in propertyChange()
128 public cppu::WeakImplHelper1< css::beans::XVetoableChangeListener >
147 css::beans::PropertyChangeEvent const &) in vetoableChange()
148 throw (css::beans::PropertyVetoException, css::uno::RuntimeException) in vetoableChange()
218 !css::uno::Reference< css::beans::XPropertySet >( in testEmpty1()
221 !css::uno::Reference< css::beans::XFastPropertySet >( in testEmpty1()
224 !css::uno::Reference< css::beans::XPropertyAccess >( in testEmpty1()
235 css::uno::Reference< css::beans::XPropertySet > empty2p( in testEmpty2()
238 css::uno::Reference< css::beans::XPropertySetInfo > info( in testEmpty2()
247 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
255 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
260 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
273 css::uno::Reference< css::beans::XFastPropertySet > empty2f( in testEmpty2()
279 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
283 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
287 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
291 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
292 css::uno::Reference< css::beans::XPropertyAccess > empty2a( in testEmpty2()
298 css::uno::Sequence< css::beans::PropertyValue >()); in testEmpty2()
299 css::uno::Sequence< css::beans::PropertyValue > vs(2); in testEmpty2()
302 vs[0].State = css::beans::PropertyState_DIRECT_VALUE; in testEmpty2()
305 vs[0].State = css::beans::PropertyState_DIRECT_VALUE; in testEmpty2()
309 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
332 css::uno::Reference< css::beans::XPropertyChangeListener >()); in testEmpty2()
337 css::uno::Reference< css::beans::XVetoableChangeListener >()); in testEmpty2()
351 css::uno::Reference< css::beans::XPropertySet > fullp( in testFull()
354 css::uno::Reference< css::beans::XPropertySetInfo > info( in testFull()
359 css::beans::Property prop( in testFull()
375 css::beans::PropertyAttribute::MAYBEVOID in testFull()
376 | css::beans::PropertyAttribute::BOUND in testFull()
377 | css::beans::PropertyAttribute::CONSTRAINED in testFull()
378 | css::beans::PropertyAttribute::MAYBEAMBIGUOUS in testFull()
379 | css::beans::PropertyAttribute::MAYBEDEFAULT in testFull()
380 | css::beans::PropertyAttribute::OPTIONAL), in testFull()
386 } catch (css::beans::UnknownPropertyException &) {} in testFull()
394 static_cast< sal_Int16 >(css::beans::PropertyAttribute::OPTIONAL), in testFull()
400 } catch (css::beans::UnknownPropertyException &) {} in testFull()
459 } catch (css::beans::UnknownPropertyException &) {} in testFull()
464 } catch (css::beans::UnknownPropertyException &) {} in testFull()
470 } catch (css::beans::UnknownPropertyException &) {} in testFull()
475 } catch (css::beans::UnknownPropertyException &) {} in testFull()
481 } catch (css::beans::UnknownPropertyException &) {} in testFull()
486 } catch (css::beans::UnknownPropertyException &) {} in testFull()
487 css::uno::Reference< css::beans::XFastPropertySet > fullf( in testFull()
500 } catch (css::beans::UnknownPropertyException &) {} in testFull()
503 } catch (css::beans::UnknownPropertyException &) {} in testFull()
504 css::uno::Reference< css::beans::XPropertyAccess > fulla( in testFull()
507 css::uno::Sequence< css::beans::PropertyValue > vs( in testFull()
515 ASSERT_EQ(css::beans::PropertyState_DIRECT_VALUE, vs[0].State); in testFull()
520 ASSERT_EQ(css::beans::PropertyState_DIRECT_VALUE, vs[1].State); in testFull()
523 vs[1].State = css::beans::PropertyState_AMBIGUOUS_VALUE; in testFull()
531 ASSERT_EQ(css::beans::PropertyState_DIRECT_VALUE, vs[0].State); in testFull()
537 css::beans::PropertyState_AMBIGUOUS_VALUE, vs[1].State); in testFull()
543 css::uno::Reference< css::beans::XPropertyChangeListener > boundListener( in testFull()
558 } catch (css::beans::UnknownPropertyException &) {} in testFull()
564 } catch (css::beans::UnknownPropertyException &) {} in testFull()
574 } catch (css::beans::UnknownPropertyException &) {} in testFull()
580 } catch (css::beans::UnknownPropertyException &) {} in testFull()
581 css::uno::Reference< css::beans::XVetoableChangeListener > vetoListener( in testFull()
596 } catch (css::beans::UnknownPropertyException &) {} in testFull()
602 } catch (css::beans::UnknownPropertyException &) {} in testFull()
612 } catch (css::beans::UnknownPropertyException &) {} in testFull()
618 } catch (css::beans::UnknownPropertyException &) {} in testFull()