LibreOffice Module editeng (master) 1
Classes | Namespaces | Typedefs | Functions
AccessibleStaticTextBase.cxx File Reference
#include <utility>
#include <memory>
#include <vector>
#include <algorithm>
#include <rtl/ustrbuf.hxx>
#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <comphelper/sequence.hxx>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/awt/Point.hpp>
#include <com/sun/star/awt/Rectangle.hpp>
#include <com/sun/star/accessibility/AccessibleTextType.hpp>
#include <editeng/editdata.hxx>
#include <editeng/unoedprx.hxx>
#include <editeng/AccessibleStaticTextBase.hxx>
#include <editeng/AccessibleEditableTextPara.hxx>
Include dependency graph for AccessibleStaticTextBase.cxx:

Go to the source code of this file.

Classes

class  accessibility::AccessibleStaticTextBase_Impl
 AccessibleStaticTextBase_Impl. More...
 

Namespaces

namespace  accessibility
 

Typedefs

typedef std::vector< beans::PropertyValue > accessibility::PropertyValueVector
 

Functions

sal_Unicode const accessibility::cNewLine (0x0a)
 
static ESelection accessibility::MakeSelection (sal_Int32 nStartPara, sal_Int32 nStartIndex, sal_Int32 nEndPara, sal_Int32 nEndIndex)
 

Variable Documentation

◆ m_rPValue

const beans::PropertyValue& m_rPValue
private

Definition at line 68 of file AccessibleStaticTextBase.cxx.