LibreOffice Module comphelper (master) 1
|
a helper class for implementing an AccessibleContext which at the same time supports an XAccessibleComponent interface. More...
#include <accessiblecomponenthelper.hxx>
Public Member Functions | |
virtual sal_Bool SAL_CALL | containsPoint (const css::awt::Point &aPoint) override |
virtual css::awt::Point SAL_CALL | getLocation () override |
virtual css::awt::Point SAL_CALL | getLocationOnScreen () override |
virtual css::awt::Size SAL_CALL | getSize () override |
virtual css::awt::Rectangle SAL_CALL | getBounds () override |
Protected Member Functions | |
OAccessibleComponentHelper () | |
Private Member Functions | |
OAccessibleComponentHelper (OAccessibleComponentHelper const &)=delete | |
OAccessibleComponentHelper (OAccessibleComponentHelper &&)=delete | |
void | operator= (OAccessibleComponentHelper const &)=delete |
void | operator= (OAccessibleComponentHelper &&)=delete |
a helper class for implementing an AccessibleContext which at the same time supports an XAccessibleComponent interface.
Definition at line 186 of file accessiblecomponenthelper.hxx.
|
privatedelete |
|
privatedelete |
|
protected |
Definition at line 297 of file accessiblecomponenthelper.cxx.
|
overridevirtual |
Definition at line 302 of file accessiblecomponenthelper.cxx.
References comphelper::OCommonAccessibleComponent::containsPoint().
|
overridevirtual |
Definition at line 326 of file accessiblecomponenthelper.cxx.
References comphelper::OCommonAccessibleComponent::getBounds().
|
overridevirtual |
Definition at line 308 of file accessiblecomponenthelper.cxx.
References comphelper::OCommonAccessibleComponent::getLocation().
|
overridevirtual |
Definition at line 314 of file accessiblecomponenthelper.cxx.
References comphelper::OCommonAccessibleComponent::getLocationOnScreen().
|
overridevirtual |
Definition at line 320 of file accessiblecomponenthelper.cxx.
References comphelper::OCommonAccessibleComponent::getSize().
|
privatedelete |
|
privatedelete |