#include "accframe.hxx"
#include <accmap.hxx>
#include <com/sun/star/accessibility/XAccessibleComponent.hpp>
#include <com/sun/star/accessibility/XAccessibleContext3.hpp>
#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/implbase.hxx>
#include <unotools/resmgr.hxx>
#include <memory>
#include <mutex>
Go to the source code of this file.
◆ sAccessibleServiceName
constexpr OUStringLiteral sAccessibleServiceName = u"com.sun.star.accessibility.Accessible" |
|
inlineconstexpr |
Definition at line 42 of file acccontext.hxx.
Referenced by SwAccessibleCell::getSupportedServiceNames(), SwAccessibleDocument::getSupportedServiceNames(), SwAccessibleEmbeddedObject::getSupportedServiceNames(), SwAccessibleFootnote::getSupportedServiceNames(), SwAccessibleGraphic::getSupportedServiceNames(), SwAccessibleHeaderFooter::getSupportedServiceNames(), SwAccessiblePage::getSupportedServiceNames(), SwAccessibleParagraph::getSupportedServiceNames(), SwAccessiblePreview::getSupportedServiceNames(), SwAccessibleTable::getSupportedServiceNames(), and SwAccessibleTextFrame::getSupportedServiceNames().