#include <svx/svxdllapi.h>
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
#include <tools/long.hxx>
#include <unordered_map>
#include <utility>
#include <vector>
Go to the source code of this file.
|
struct | accessibility::ShapeTypeDescriptor |
| Each shape type is described by listing its id, its service name and a function which creates a new accessible object that can represent that service. More...
|
|
class | accessibility::ShapeTypeHandler |
| @descr This class is a singleton that has the purpose to transform between service names of shapes and associated enum values and to create new accessible objects for given shapes. More...
|
|