Home
last modified time | relevance | path

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

/trunk/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()
99 void SAL_CALL OWeakConnectionPoint::acquire() throw() in acquire()
105 void SAL_CALL OWeakConnectionPoint::release() throw() in release()
111 void SAL_CALL OWeakConnectionPoint::dispose() in dispose()
134 Reference< XInterface > SAL_CALL OWeakConnectionPoint::queryAdapted() in queryAdapted()
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dweak.hxx40 class OWeakConnectionPoint;
53 friend class OWeakConnectionPoint;
79 OWeakConnectionPoint * m_pWeakConnectionPoint;