LibreOffice Module sw (master)
1
|
#include "SidebarWinAcc.hxx"
#include <AnnotationWin.hxx>
#include <viewsh.hxx>
#include <accmap.hxx>
#include <toolkit/awt/vclxaccessiblecomponent.hxx>
#include <com/sun/star/accessibility/AccessibleRole.hpp>
#include <mutex>
Go to the source code of this file.
Namespaces | |
sw::sidebarwindows | |
std::mutex maMutex |
Definition at line 91 of file SidebarWinAcc.cxx.
Referenced by IMPL_LINK_NOARG().
const SwFrame* mpAnchorFrame |
Definition at line 89 of file SidebarWinAcc.cxx.
Referenced by SwAnchoredObject::AnchorFrame(), sw::annotation::SwAnnotationWin::ChangeSidebarItem(), and SwAnchoredObject::GetAnchorFrame().
SwViewShell& mrViewShell |
Definition at line 88 of file SidebarWinAcc.cxx.