LibreOffice Module svx (master) 1
Macros | Functions
svxrectctaccessiblecontext.cxx File Reference
#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>
Include dependency graph for svxrectctaccessiblecontext.cxx:

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)
 

Macro Definition Documentation

◆ MAX_NUM_OF_CHILDREN

#define MAX_NUM_OF_CHILDREN   9

Definition at line 47 of file svxrectctaccessiblecontext.cxx.

◆ NOCHILDSELECTED

#define NOCHILDSELECTED   -1

Definition at line 48 of file svxrectctaccessiblecontext.cxx.

Function Documentation

◆ IndexToPoint()

static const ChildIndexToPointData * IndexToPoint ( tools::Long  nIndex)
static

◆ PointToIndex()

static tools::Long PointToIndex ( RectPoint  ePoint)
static