LibreOffice Module sc (master) 1
Classes | Typedefs
AccessibleDocumentPagePreview.cxx File Reference
#include <AccessibleDocumentPagePreview.hxx>
#include <AccessiblePreviewTable.hxx>
#include <AccessiblePageHeader.hxx>
#include <AccessibilityHints.hxx>
#include <AccessibleText.hxx>
#include <document.hxx>
#include <prevwsh.hxx>
#include <prevloc.hxx>
#include <drwlayer.hxx>
#include <editsrc.hxx>
#include <scresid.hxx>
#include <strings.hrc>
#include <strings.hxx>
#include <preview.hxx>
#include <postit.hxx>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <comphelper/sequence.hxx>
#include <tools/gen.hxx>
#include <svx/fmview.hxx>
#include <svx/svdpage.hxx>
#include <svx/svdobj.hxx>
#include <svx/AccessibleTextHelper.hxx>
#include <svx/AccessibleShape.hxx>
#include <svx/AccessibleShapeInfo.hxx>
#include <svx/IAccessibleParent.hxx>
#include <svx/IAccessibleViewForwarder.hxx>
#include <svx/ShapeTypeHandler.hxx>
#include <toolkit/helper/convert.hxx>
#include <vcl/svapp.hxx>
#include <sfx2/docfile.hxx>
#include <vector>
#include <algorithm>
#include <memory>
#include <utility>
Include dependency graph for AccessibleDocumentPagePreview.cxx:

Go to the source code of this file.

Classes

class  ScNotesChildren
 
class  ScShapeChildren
 

Typedefs

typedef std::vector< uno::Reference< XAccessible > > ScXAccVector
 
typedef std::vector< ScShapeChild > ScShapeChildVec
 
typedef std::vector< ScShapeRange > ScShapeRangeVec
 

Typedef Documentation

◆ ScShapeChildVec

typedef std::vector<ScShapeChild> ScShapeChildVec

Definition at line 626 of file AccessibleDocumentPagePreview.cxx.

◆ ScShapeRangeVec

typedef std::vector<ScShapeRange> ScShapeRangeVec

Definition at line 646 of file AccessibleDocumentPagePreview.cxx.

◆ ScXAccVector

typedef std::vector< uno::Reference< XAccessible > > ScXAccVector

Definition at line 63 of file AccessibleDocumentPagePreview.cxx.