LibreOffice Module svx (master) 1
|
#include <comphelper/accessibleselectionhelper.hxx>
#include <com/sun/star/accessibility/XAccessibleAction.hpp>
#include <com/sun/star/accessibility/XAccessibleTable.hpp>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase2.hxx>
#include <tools/gen.hxx>
#include <rtl/ref.hxx>
#include <vector>
Go to the source code of this file.
Classes | |
struct | svx::SvxShowCharSetItem |
Simple struct to hold some information about the single items of the table. More... | |
class | svx::SvxShowCharSetAcc |
The table implementation of the vcl control. More... | |
class | svx::SvxShowCharSetItemAcc |
The child implementation of the table. More... | |
Namespaces | |
namespace | svx |
Typedefs | |
typedef ::cppu::ImplHelper1< css::accessibility::XAccessible > | svx::OAccessibleHelper_Base_2 |
typedef ::cppu::ImplHelper2< css::accessibility::XAccessible, css::accessibility::XAccessibleTable > | svx::OAccessibleHelper_Base |
typedef ::cppu::ImplHelper2< css::accessibility::XAccessible, css::accessibility::XAccessibleAction > | svx::OAccessibleHelper_Base_3 |