LibreOffice Module svx (master) 1
|
#include <svxrectctaccessiblecontext.hxx>
#include <com/sun/star/accessibility/AccessibleRole.hpp>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <toolkit/helper/convert.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
#include <tools/debug.hxx>
#include <tools/gen.hxx>
#include <sal/log.hxx>
#include <vcl/settings.hxx>
#include <svx/strings.hrc>
#include <svx/dlgctrl.hxx>
#include <svx/dialmgr.hxx>
#include <com/sun/star/accessibility/AccessibleRelationType.hpp>
#include <unotools/accessiblerelationsethelper.hxx>
Go to the source code of this file.
Macros | |
#define | MAX_NUM_OF_CHILDREN 9 |
#define | NOCHILDSELECTED -1 |
Functions | |
static const ChildIndexToPointData * | IndexToPoint (tools::Long nIndex) |
static tools::Long | PointToIndex (RectPoint ePoint) |
#define MAX_NUM_OF_CHILDREN 9 |
Definition at line 47 of file svxrectctaccessiblecontext.cxx.
#define NOCHILDSELECTED -1 |
Definition at line 48 of file svxrectctaccessiblecontext.cxx.
|
static |
Definition at line 62 of file svxrectctaccessiblecontext.cxx.
References DBG_ASSERT, LB, LM, LT, MB, MM, MT, nIndex, RB, RM, and RT.
Referenced by SvxRectCtlAccessibleContext::getAccessibleChild(), and SvxRectCtlAccessibleContext::implSelect().
|
static |
Definition at line 84 of file svxrectctaccessiblecontext.cxx.
References DBG_ASSERT, LB, LM, LT, MB, MM, MT, RB, RM, and RT.
Referenced by SvxRectCtlAccessibleContext::FireChildFocus(), SvxRectCtlAccessibleContext::getAccessibleAtPoint(), and SvxRectCtlAccessibleContext::selectChild().