LibreOffice Module sw (master)
1
|
#include <sal/config.h>
#include <memory>
#include "SidebarTxtControlAcc.hxx"
#include "SidebarTxtControl.hxx"
#include <svl/SfxBroadcaster.hxx>
#include <toolkit/awt/vclxaccessiblecomponent.hxx>
#include <editeng/unoedsrc.hxx>
#include <editeng/unoforou.hxx>
#include <editeng/unoviwou.hxx>
#include <editeng/unoedhlp.hxx>
#include <svx/AccessibleTextHelper.hxx>
#include <editeng/outliner.hxx>
#include <vcl/vclevent.hxx>
Go to the source code of this file.
Namespaces | |
sw | |
Dialog to specify the properties of date form field. | |
sw::sidebarwindows | |
Functions | |
sw::sidebarwindows::IMPL_LINK (SidebarTextEditSource, NotifyHdl, EENotify &, rNotify, void) | |
::osl::Mutex maMutex |
Definition at line 156 of file SidebarTxtControlAcc.cxx.
Referenced by IMPL_LINK(), and IMPL_LINK_NOARG().
std::unique_ptr<::accessibility::AccessibleTextHelper> mpAccessibleTextHelper |
Definition at line 154 of file SidebarTxtControlAcc.cxx.
SidebarTextControl& mrSidebarTextControl |
Definition at line 63 of file SidebarTxtControlAcc.cxx.
SvxOutlinerForwarder mTextForwarder |
Definition at line 64 of file SidebarTxtControlAcc.cxx.
SvxDrawOutlinerViewForwarder mViewForwarder |
Definition at line 65 of file SidebarTxtControlAcc.cxx.