Home
last modified time | relevance | path

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

/trunk/main/UnoControls/source/controls/
H A Dframecontrol.cxx69 …, m_aConnectionPointContainer ( m_aMutex … in FrameControl()
263 return m_aConnectionPointContainer.getConnectionPointTypes(); in getConnectionPointTypes()
273 return m_aConnectionPointContainer.queryConnectionPoint( aType ); in queryConnectionPoint()
284 m_aConnectionPointContainer.advise( aType, xListener ); in advise()
295 m_aConnectionPointContainer.unadvise( aType, xListener ); in unadvise()
/trunk/main/UnoControls/source/inc/
H A Dframecontrol.hxx612 UNO3_OCONNECTIONPOINTCONTAINERHELPER m_aConnectionPointContainer ; member in unocontrols::FrameControl