Home
last modified time | relevance | path

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

/AOO41X/main/cppuhelper/source/
H A Dweak.cxx54 class OWeakConnectionPoint : public XAdapter class
60 OWeakConnectionPoint( OWeakObject* pObj ) SAL_THROW( () )
80 OWeakConnectionPoint(OWeakConnectionPoint &); // not defined
81 void operator =(OWeakConnectionPoint &); // not defined
83 virtual ~OWeakConnectionPoint() {} in ~OWeakConnectionPoint()
94 Any SAL_CALL OWeakConnectionPoint::queryInterface( const Type & rType ) in queryInterface()
102 void SAL_CALL OWeakConnectionPoint::acquire() throw() in acquire()
108 void SAL_CALL OWeakConnectionPoint::release() throw() in release()
114 void SAL_CALL OWeakConnectionPoint::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()
137 Reference< XInterface > SAL_CALL OWeakConnectionPoint::queryAdapted() throw(::com::sun::star::uno::… in queryAdapted()
[all …]
/AOO41X/main/cppuhelper/inc/cppuhelper/
H A Dweak.hxx39 class OWeakConnectionPoint;
52 friend class OWeakConnectionPoint;
79 OWeakConnectionPoint * m_pWeakConnectionPoint;