LibreOffice Module sc (master) 1
|
#include <memory>
#include <com/sun/star/accessibility/AccessibleRole.hpp>
#include <com/sun/star/accessibility/AccessibleScrollType.hpp>
#include <com/sun/star/accessibility/XAccessibleText.hpp>
#include <com/sun/star/accessibility/XAccessibleTable.hpp>
#include <com/sun/star/accessibility/XAccessibleSelection.hpp>
#include <tools/gen.hxx>
#include <rtl/ref.hxx>
#include <rtl/ustrbuf.hxx>
#include <comphelper/accessiblecomponenthelper.hxx>
#include <cppuhelper/implbase.hxx>
#include <editeng/AccessibleStaticTextBase.hxx>
#include <comphelper/uno3.hxx>
#include <map>
Go to the source code of this file.
Classes | |
class | ScAccessibleCsvControl |
Accessible base class used for CSV controls. More... | |
class | ScAccessibleCsvRuler |
Accessible class representing the CSV ruler control. More... | |
class | ScAccessibleCsvGrid |
Accessible class representing the CSV grid control. More... | |
class | ScAccessibleCsvCell |
Accessible class representing a cell of the CSV grid control. More... | |