LibreOffice Module sw (master) 1
Functions | Variables
accdoc.cxx File Reference
#include <vcl/window.hxx>
#include <rootfrm.hxx>
#include <com/sun/star/accessibility/AccessibleRole.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <cppuhelper/typeprovider.hxx>
#include <vcl/svapp.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <viewsh.hxx>
#include <doc.hxx>
#include <accmap.hxx>
#include "accdoc.hxx"
#include <strings.hrc>
#include <pagefrm.hxx>
#include <swatrset.hxx>
#include <docsh.hxx>
#include <crsrsh.hxx>
#include <fesh.hxx>
#include <fmtclds.hxx>
#include <flyfrm.hxx>
#include <txtfrm.hxx>
#include <sectfrm.hxx>
#include <section.hxx>
#include <swmodule.hxx>
#include <svtools/colorcfg.hxx>
#include <fmtanchr.hxx>
#include <viewimp.hxx>
#include <dview.hxx>
#include <dcontact.hxx>
#include <svx/svdmark.hxx>
Include dependency graph for accdoc.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK (SwAccessibleDocument, WindowChildEventListener, VclWindowEvent &, rEvent, void)
 

Variables

constexpr OUStringLiteral sServiceName = u"com.sun.star.text.AccessibleTextDocumentView"
 
constexpr OUStringLiteral sImplementationName = u"com.sun.star.comp.Writer.SwAccessibleDocumentView"
 

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( SwAccessibleDocument  ,
WindowChildEventListener  ,
VclWindowEvent ,
rEvent  ,
void   
)

Definition at line 386 of file accdoc.cxx.

References vcl::Window::GetAccessibleRole().

Variable Documentation

◆ sImplementationName

constexpr OUStringLiteral sImplementationName = u"com.sun.star.comp.Writer.SwAccessibleDocumentView"
constexpr

Definition at line 55 of file accdoc.cxx.

Referenced by SwAccessibleDocument::getImplementationName().

◆ sServiceName

constexpr OUStringLiteral sServiceName = u"com.sun.star.text.AccessibleTextDocumentView"
constexpr