diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-09-11 14:10:21 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-12-16 10:19:25 +0100 |
commit | 68d75af9c6644928ee60d21fbc8b15cd8b3bc55e (patch) | |
tree | 7d02c8cf05327e33ca412d1b8b28d5e850fce681 /include | |
parent | a22702ab0daff2bf2cdf573feda256606a705383 (diff) |
vcl: Initial NotebookBar implementation.
Re-introduced, this is still useful code to have :-)
Change-Id: I91535c13d68261f7195989ec78bd305cf572c87c
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/syswin.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx index d31f68eb7561..12b0f8f69302 100644 --- a/include/vcl/syswin.hxx +++ b/include/vcl/syswin.hxx @@ -28,6 +28,7 @@ class ModalDialog; class MenuBar; +class NotebookBarWindow; class TaskPaneList; class VclContainer; @@ -237,6 +238,8 @@ public: MenuBar* GetMenuBar() const { return mpMenuBar; } void SetMenuBarMode( MenuBarMode nMode ); + void CreateNotebookBar(const OUString& rUIXMLDescription, const css::uno::Reference<css::frame::XFrame>& rFrame); + TaskPaneList* GetTaskPaneList(); void GetWindowStateData( WindowStateData& rData ) const; |