summaryrefslogtreecommitdiff
path: root/sw/inc/SidebarWin.hxx
diff options
context:
space:
mode:
authorOliver-Rainer Wittmann <od@openoffice.org>2010-02-02 15:11:26 +0100
committerOliver-Rainer Wittmann <od@openoffice.org>2010-02-02 15:11:26 +0100
commit84a72b88e50b60765fadd00c8caa73112a7e5830 (patch)
tree7407bab76e6161e81cbf1cd62fb36ebe4e247ea1 /sw/inc/SidebarWin.hxx
parentbb1a225066bc5a57f5a194e6f4dfd585a6d5a30e (diff)
sw33a11y01: #i88070# - accessible Writer comments - part 1
Diffstat (limited to 'sw/inc/SidebarWin.hxx')
-rw-r--r--sw/inc/SidebarWin.hxx12
1 files changed, 9 insertions, 3 deletions
diff --git a/sw/inc/SidebarWin.hxx b/sw/inc/SidebarWin.hxx
index c7b81cf1d18f..abeba2e2c6aa 100644
--- a/sw/inc/SidebarWin.hxx
+++ b/sw/inc/SidebarWin.hxx
@@ -47,7 +47,6 @@
class SwPostItMgr;
class SwPostItField;
-class SwFmtFld;
class OutlinerView;
class Outliner;
class ScrollBar;
@@ -56,7 +55,8 @@ class SwView;
class Edit;
class MenuButton;
//class SwRedline;
-class OutlinerParaObject;
+class SwFrm;
+
namespace sw { namespace sidebarwindows {
@@ -75,7 +75,8 @@ class SwSidebarWin : public Window
SwSidebarWin( SwEditWin& rEditWin,
WinBits nBits,
SwPostItMgr& aMgr,
- SwPostItBits aBits );
+ SwPostItBits aBits,
+ SwSidebarItem& rSidebarItem );
virtual ~SwSidebarWin();
void SetSize( const Size& rNewSize );
@@ -175,6 +176,9 @@ class SwSidebarWin : public Window
void SetLanguage(const SvxLanguageItem aNewItem);
+ void ChangeSidebarItem( SwSidebarItem& rSidebarItem );
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > CreateAccessible();
+
protected:
virtual void DataChanged( const DataChangedEvent& aEvent);
virtual void LoseFocus();
@@ -232,6 +236,8 @@ class SwSidebarWin : public Window
bool mbReadonly;
bool mbIsFollow;
+
+ SwSidebarItem& mrSidebarItem;
};
} } // eof namespace sw::sidebarwindows