LibreOffice Module sw (master)
1
|
#include <sal/log.hxx>
#include <com/sun/star/accessibility/AccessibleRole.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <unotools/accessiblestatesethelper.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/typeprovider.hxx>
#include <vcl/svapp.hxx>
#include <cellfrm.hxx>
#include <tabfrm.hxx>
#include <swtable.hxx>
#include <crsrsh.hxx>
#include <viscrs.hxx>
#include "accfrmobj.hxx"
#include "accfrmobjslist.hxx"
#include <frmfmt.hxx>
#include <cellatr.hxx>
#include <accmap.hxx>
#include "acccell.hxx"
#include <cfloat>
#include <string_view>
#include <editeng/brushitem.hxx>
#include <swatrset.hxx>
#include <frmatr.hxx>
#include "acctable.hxx"
Go to the source code of this file.
Functions | |
static OUString | ReplaceOneChar (const OUString &oldOUString, std::u16string_view replacedChar, std::u16string_view replaceStr) |
static OUString | ReplaceFourChar (const OUString &oldOUString) |
Variables | |
constexpr OUStringLiteral | sImplementationName = u"com.sun.star.comp.Writer.SwAccessibleCellView" |
|
static |
Definition at line 384 of file acccell.cxx.
References ReplaceOneChar(), and u.
Referenced by SwAccessibleCell::getExtendedAttributes().
|
static |
Definition at line 372 of file acccell.cxx.
Referenced by ReplaceFourChar().
constexpr OUStringLiteral sImplementationName = u"com.sun.star.comp.Writer.SwAccessibleCellView" |
Definition at line 52 of file acccell.cxx.
Referenced by SwAccessibleCell::getImplementationName().