Lines Matching refs:OCommonAccessibleComponent

42 	OCommonAccessibleComponent::OCommonAccessibleComponent( )  in OCommonAccessibleComponent()  function in comphelper::OCommonAccessibleComponent
47 OCommonAccessibleComponent::OCommonAccessibleComponent( IMutex* _pExternalLock ) in OCommonAccessibleComponent() function in comphelper::OCommonAccessibleComponent
53 OCommonAccessibleComponent::~OCommonAccessibleComponent( ) in ~OCommonAccessibleComponent()
61 …sal_Bool SAL_CALL OCommonAccessibleComponent::containsPoint( const Point& _rPoint ) throw (Runtime… in containsPoint()
72 Point SAL_CALL OCommonAccessibleComponent::getLocation( ) throw (RuntimeException) in getLocation()
80 Point SAL_CALL OCommonAccessibleComponent::getLocationOnScreen( ) throw (RuntimeException) in getLocationOnScreen()
101 Size SAL_CALL OCommonAccessibleComponent::getSize( ) throw (RuntimeException) in getSize()
109 Rectangle SAL_CALL OCommonAccessibleComponent::getBounds( ) throw (RuntimeException) in getBounds()
125 :OCommonAccessibleComponent( _pExternalLock ) in OAccessibleComponentHelper()
130 …IMPLEMENT_FORWARD_XINTERFACE2( OAccessibleComponentHelper, OCommonAccessibleComponent, OAccessible… in IMPLEMENT_FORWARD_XINTERFACE2() argument
131 …IMPLEMENT_FORWARD_XTYPEPROVIDER2( OAccessibleComponentHelper, OCommonAccessibleComponent, OAccessi… in IMPLEMENT_FORWARD_XINTERFACE2()
137 return OCommonAccessibleComponent::containsPoint( _rPoint ); in IMPLEMENT_FORWARD_XINTERFACE2()
143 return OCommonAccessibleComponent::getLocation( ); in getLocation()
149 return OCommonAccessibleComponent::getLocationOnScreen( ); in getLocationOnScreen()
155 return OCommonAccessibleComponent::getSize( ); in getSize()
161 return OCommonAccessibleComponent::getBounds( ); in getBounds()
174 :OCommonAccessibleComponent( _pExternalLock ) in OAccessibleExtendedComponentHelper()
179 …IMPLEMENT_FORWARD_XINTERFACE2( OAccessibleExtendedComponentHelper, OCommonAccessibleComponent, OAc… in IMPLEMENT_FORWARD_XINTERFACE2() argument
180 …IMPLEMENT_FORWARD_XTYPEPROVIDER2( OAccessibleExtendedComponentHelper, OCommonAccessibleComponent, … in IMPLEMENT_FORWARD_XINTERFACE2()
186 return OCommonAccessibleComponent::containsPoint( _rPoint ); in IMPLEMENT_FORWARD_XINTERFACE2()
192 return OCommonAccessibleComponent::getLocation( ); in getLocation()
198 return OCommonAccessibleComponent::getLocationOnScreen( ); in getLocationOnScreen()
204 return OCommonAccessibleComponent::getSize( ); in getSize()
210 return OCommonAccessibleComponent::getBounds( ); in getBounds()