Home
last modified time | relevance | path

Searched refs:OWeakConnectionPoint (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/cppuhelper/source/
H A Dweak.cxx52 class OWeakConnectionPoint : public XAdapter class
58 OWeakConnectionPoint( OWeakObject* pObj ) SAL_THROW( () )
78 OWeakConnectionPoint(OWeakConnectionPoint &); // not defined
79 void operator =(OWeakConnectionPoint &); // not defined
81 virtual ~OWeakConnectionPoint() {} in ~OWeakConnectionPoint()
92 Any SAL_CALL OWeakConnectionPoint::queryInterface( const Type & rType ) in queryInterface()
100 void SAL_CALL OWeakConnectionPoint::acquire() throw() in acquire()
106 void SAL_CALL OWeakConnectionPoint::release() throw() in release()
112 void SAL_CALL OWeakConnectionPoint::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()
135 Reference< XInterface > SAL_CALL OWeakConnectionPoint::queryAdapted() throw(::com::sun::star::uno::… in queryAdapted()
[all …]
/AOO42X/main/cppuhelper/inc/cppuhelper/
H A Dweak.hxx40 class OWeakConnectionPoint;
53 friend class OWeakConnectionPoint;
80 OWeakConnectionPoint * m_pWeakConnectionPoint;