Lines Matching refs:OWeakObject
67 public cppu::OWeakObject, public css::lang::XComponent,
81 virtual void SAL_CALL acquire() throw () { OWeakObject::acquire(); } in acquire()
83 virtual void SAL_CALL release() throw () { OWeakObject::release(); } in release()
109 css::uno::Any a(OWeakObject::queryInterface(type)); in queryInterface()
122 public cppu::OWeakObject, public css::lang::XComponent,
139 virtual void SAL_CALL acquire() throw () { OWeakObject::acquire(); } in acquire()
141 virtual void SAL_CALL release() throw () { OWeakObject::release(); } in release()
167 css::uno::Any a(OWeakObject::queryInterface(type)); in queryInterface()
186 public cppu::OWeakObject, public test::cppuhelper::propertysetmixin::XTest3,
210 virtual void SAL_CALL acquire() throw () { OWeakObject::acquire(); } in acquire()
212 virtual void SAL_CALL release() throw () { OWeakObject::release(); } in release()
265 css::uno::Any a(OWeakObject::queryInterface(type)); in queryInterface()
329 static_cast< cppu::OWeakObject * >(this)); in getThird()
337 static_cast< cppu::OWeakObject * >(this)); in setThird()
345 static_cast< cppu::OWeakObject * >(this)); in getFourth()
353 static_cast< cppu::OWeakObject * >(this)); in setFourth()
390 return static_cast< cppu::OWeakObject * >(new Supplier(context)); in create()