LibreOffice Module sw (master) 1
|
#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>
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" |
IMPL_LINK | ( | SwAccessibleDocument | , |
WindowChildEventListener | , | ||
VclWindowEvent & | , | ||
rEvent | , | ||
void | |||
) |
Definition at line 386 of file accdoc.cxx.
References vcl::Window::GetAccessibleRole().
|
constexpr |
Definition at line 55 of file accdoc.cxx.
Referenced by SwAccessibleDocument::getImplementationName().
|
constexpr |
Definition at line 54 of file accdoc.cxx.
Referenced by SwAccessibleDocument::getSupportedServiceNames(), SwXTextField::getSupportedServiceNames(), SwHTMLParser::InsertInput(), SwUnoModule::supportsService(), and SwFilterDetect::supportsService().