#include "precompiled_starmath.hxx"
#include <com/sun/star/accessibility/AccessibleRole.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <com/sun/star/accessibility/AccessibleTextType.hpp>
#include <com/sun/star/accessibility/XAccessibleEventListener.hpp>
#include <com/sun/star/accessibility/AccessibleEventObject.hpp>
#include <com/sun/star/awt/FocusEvent.hpp>
#include <com/sun/star/awt/XFocusListener.hpp>
#include <unotools/accessiblerelationsethelper.hxx>
#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
#include <com/sun/star/datatransfer/clipboard/XFlushableClipboard.hpp>
#include <com/sun/star/i18n/WordType.hpp>
#include <unotools/accessiblestatesethelper.hxx>
#include <comphelper/accessibleeventnotifier.hxx>
#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <vcl/window.hxx>
#include <vcl/unohelp2.hxx>
#include <tools/gen.hxx>
#include <vos/mutex.hxx>
#include <svtools/itemset.hxx>
#include <svx/editdata.hxx>
#include <svx/editview.hxx>
#include <svx/eeitem.hxx>
#include <svx/outliner.hxx>
#include <svx/unoedhlp.hxx>
#include "accessibility.hxx"
#include <applicat.hxx>
#include <document.hxx>
#include <view.hxx>
Include dependency graph for accessibility.cxx:
Go to the source code of this file.
Namespaces | |
namespace | rtl |
Defines | |
#define | C2U(cChar) rtl::OUString::createFromAscii(cChar) |
Functions | |
static awt::Rectangle | lcl_GetBounds (Window *pWin) |
static awt::Point | lcl_GetLocationOnScreen (Window *pWin) |
IMPL_LINK (SmTextForwarder, NotifyHdl, EENotify *, aNotify) | |
USHORT | GetSvxEditEngineItemState (EditEngine &rEditEngine, const ESelection &rSel, USHORT nWhich) |
#define C2U | ( | cChar | ) | rtl::OUString::createFromAscii(cChar) |
USHORT GetSvxEditEngineItemState | ( | EditEngine & | rEditEngine, | |
const ESelection & | rSel, | |||
USHORT | nWhich | |||
) |
IMPL_LINK | ( | SmTextForwarder | , | |
NotifyHdl | , | |||
EENotify * | , | |||
aNotify | ||||
) |
Definition at line 1070 of file accessibility.cxx.
static awt::Rectangle lcl_GetBounds | ( | Window * | pWin | ) | [static] |
Definition at line 142 of file accessibility.cxx.
Referenced by SmEditAccessible::getBounds(), SmGraphicAccessible::getBounds(), SmEditAccessible::getLocation(), SmGraphicAccessible::getLocation(), SmEditAccessible::getSize(), and SmGraphicAccessible::getSize().
static awt::Point lcl_GetLocationOnScreen | ( | Window * | pWin | ) | [static] |
Definition at line 169 of file accessibility.cxx.
Referenced by SmEditAccessible::getLocationOnScreen(), and SmGraphicAccessible::getLocationOnScreen().