Lines Matching refs:beans
96 public cppu::WeakImplHelper1< css::beans::XPropertyChangeListener >
115 css::beans::PropertyChangeEvent const &) in propertyChange()
130 public cppu::WeakImplHelper1< css::beans::XVetoableChangeListener >
149 css::beans::PropertyChangeEvent const &) in vetoableChange()
150 throw (css::beans::PropertyVetoException, css::uno::RuntimeException) in vetoableChange()
241 !css::uno::Reference< css::beans::XPropertySet >( in testEmpty1()
244 !css::uno::Reference< css::beans::XFastPropertySet >( in testEmpty1()
247 !css::uno::Reference< css::beans::XPropertyAccess >( in testEmpty1()
258 css::uno::Reference< css::beans::XPropertySet > empty2p( in testEmpty2()
261 css::uno::Reference< css::beans::XPropertySetInfo > info( in testEmpty2()
270 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
278 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
283 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
296 css::uno::Reference< css::beans::XFastPropertySet > empty2f( in testEmpty2()
302 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
306 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
310 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
314 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
315 css::uno::Reference< css::beans::XPropertyAccess > empty2a( in testEmpty2()
321 css::uno::Sequence< css::beans::PropertyValue >()); in testEmpty2()
322 css::uno::Sequence< css::beans::PropertyValue > vs(2); in testEmpty2()
325 vs[0].State = css::beans::PropertyState_DIRECT_VALUE; in testEmpty2()
328 vs[0].State = css::beans::PropertyState_DIRECT_VALUE; in testEmpty2()
332 } catch (css::beans::UnknownPropertyException &) {} in testEmpty2()
355 css::uno::Reference< css::beans::XPropertyChangeListener >()); in testEmpty2()
360 css::uno::Reference< css::beans::XVetoableChangeListener >()); in testEmpty2()
374 css::uno::Reference< css::beans::XPropertySet > fullp( in testFull()
377 css::uno::Reference< css::beans::XPropertySetInfo > info( in testFull()
382 css::beans::Property prop( in testFull()
398 css::beans::PropertyAttribute::MAYBEVOID in testFull()
399 | css::beans::PropertyAttribute::BOUND in testFull()
400 | css::beans::PropertyAttribute::CONSTRAINED in testFull()
401 | css::beans::PropertyAttribute::MAYBEAMBIGUOUS in testFull()
402 | css::beans::PropertyAttribute::MAYBEDEFAULT in testFull()
403 | css::beans::PropertyAttribute::OPTIONAL), in testFull()
409 } catch (css::beans::UnknownPropertyException &) {} in testFull()
417 static_cast< sal_Int16 >(css::beans::PropertyAttribute::OPTIONAL), in testFull()
423 } catch (css::beans::UnknownPropertyException &) {} in testFull()
482 } catch (css::beans::UnknownPropertyException &) {} in testFull()
487 } catch (css::beans::UnknownPropertyException &) {} in testFull()
493 } catch (css::beans::UnknownPropertyException &) {} in testFull()
498 } catch (css::beans::UnknownPropertyException &) {} in testFull()
504 } catch (css::beans::UnknownPropertyException &) {} in testFull()
509 } catch (css::beans::UnknownPropertyException &) {} in testFull()
510 css::uno::Reference< css::beans::XFastPropertySet > fullf( in testFull()
523 } catch (css::beans::UnknownPropertyException &) {} in testFull()
526 } catch (css::beans::UnknownPropertyException &) {} in testFull()
527 css::uno::Reference< css::beans::XPropertyAccess > fulla( in testFull()
530 css::uno::Sequence< css::beans::PropertyValue > vs( in testFull()
538 CPPUNIT_ASSERT_EQUAL(css::beans::PropertyState_DIRECT_VALUE, vs[0].State); in testFull()
543 CPPUNIT_ASSERT_EQUAL(css::beans::PropertyState_DIRECT_VALUE, vs[1].State); in testFull()
546 vs[1].State = css::beans::PropertyState_AMBIGUOUS_VALUE; in testFull()
554 CPPUNIT_ASSERT_EQUAL(css::beans::PropertyState_DIRECT_VALUE, vs[0].State); in testFull()
560 css::beans::PropertyState_AMBIGUOUS_VALUE, vs[1].State); in testFull()
566 css::uno::Reference< css::beans::XPropertyChangeListener > boundListener( in testFull()
581 } catch (css::beans::UnknownPropertyException &) {} in testFull()
587 } catch (css::beans::UnknownPropertyException &) {} in testFull()
597 } catch (css::beans::UnknownPropertyException &) {} in testFull()
603 } catch (css::beans::UnknownPropertyException &) {} in testFull()
604 css::uno::Reference< css::beans::XVetoableChangeListener > vetoListener( in testFull()
619 } catch (css::beans::UnknownPropertyException &) {} in testFull()
625 } catch (css::beans::UnknownPropertyException &) {} in testFull()
635 } catch (css::beans::UnknownPropertyException &) {} in testFull()
641 } catch (css::beans::UnknownPropertyException &) {} in testFull()