|
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 | |
| namespace | accessibility |
| namespace | vcl |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::accessibility |
| namespace | o3tl |
Typedefs | |
| using | SwShapeList_Impl = std::vector< css::uno::Reference< css::drawing::XShape > > |
Enumerations | |
| enum class | AccessibleStates { NONE = 0x0000 , EDITABLE = 0x0001 , OPAQUE = 0x0002 , TEXT_ATTRIBUTE_CHANGED = 0x0200 , TEXT_SELECTION_CHANGED = 0x0100 , CARET = 0x0080 , RELATION_FROM = 0x0040 , 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.