LibreOffice Module comphelper (master) 1
|
#include <config_options.h>
#include <comphelper/uno3.hxx>
#include <comphelper/accessiblecomponenthelper.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/accessibility/XAccessibleSelection.hpp>
#include <comphelper/comphelperdllapi.h>
Go to the source code of this file.
Classes | |
class | comphelper::OCommonAccessibleSelection |
base class encapsulating common functionality for the helper classes implementing the XAccessibleSelection More... | |
Namespaces | |
namespace | comphelper |
Macros | |
#define | ACCESSIBLE_SELECTION_CHILD_ALL (sal_Int32(-1)) |
#define | ACCESSIBLE_SELECTION_CHILD_SELF ((sal_Int32)-2) |
#define ACCESSIBLE_SELECTION_CHILD_ALL (sal_Int32(-1)) |
Definition at line 30 of file accessibleselectionhelper.hxx.
#define ACCESSIBLE_SELECTION_CHILD_SELF ((sal_Int32)-2) |
Definition at line 31 of file accessibleselectionhelper.hxx.