LibreOffice Module sw (master)
1
|
#include <cppuhelper/weakref.hxx>
#include <rtl/ref.hxx>
#include <osl/mutex.hxx>
#include <svx/IAccessibleViewForwarder.hxx>
#include <svx/IAccessibleParent.hxx>
#include <svx/AccessibleControlShape.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <vector>
#include <memory>
#include <o3tl/sorted_vector.hxx>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< AccessibleStates > |
class | SwAccessibleMap |
Namespaces | |
accessibility | |
vcl | |
com::sun::star::accessibility | |
o3tl | |
Typedefs | |
using | SwShapeList_Impl = std::vector< css::uno::Reference< css::drawing::XShape >> |
Enumerations | |
enum | AccessibleStates { AccessibleStates::NONE = 0x0000, AccessibleStates::EDITABLE = 0x0001, AccessibleStates::OPAQUE = 0x0002, AccessibleStates::TEXT_ATTRIBUTE_CHANGED = 0x0200, AccessibleStates::TEXT_SELECTION_CHANGED = 0x0100, AccessibleStates::CARET = 0x0080, AccessibleStates::RELATION_FROM = 0x0040, AccessibleStates::RELATION_TO = 0x0020 } |
using SwShapeList_Impl = std::vector<css::uno::Reference<css::drawing::XShape>> |
Definition at line 68 of file accmap.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
EDITABLE | |
OPAQUE | |
TEXT_ATTRIBUTE_CHANGED | |
TEXT_SELECTION_CHANGED | |
CARET | |
RELATION_FROM | |
RELATION_TO |
Definition at line 70 of file accmap.hxx.