diff options
author | Steve Yin <steve_y@apache.org> | 2013-11-29 13:03:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-02 10:25:33 +0000 |
commit | 76c549eb01dcb7b5bf28a271ce00e386f3d388ba (patch) | |
tree | bb09874a25b3b29c52556228abdf4aafb9ca6515 /sw/inc/docsh.hxx | |
parent | 84972949a3501003b0b6ad98f07f1b4ab83f3ca1 (diff) |
Integrate branch of IAccessible2
Conflicts:
everything
Change-Id: I9619634ee1e60d449025c006803da29c1e9d14b3
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r-- | sw/inc/docsh.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index 9c8f841a0dae..267060338d7a 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -283,6 +283,12 @@ public: read by the binary filter: */ virtual void UpdateLinks(); + virtual void setDocAccTitle( const OUString& rTitle ); + virtual const OUString getDocAccTitle() const; + + void setDocReadOnly( bool bReadOnly); + bool getDocReadOnly() const; + ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > GetController(); |