SidebarController.hxx (f120fe41) SidebarController.hxx (54eaaa32)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 95 unchanged lines hidden (view full) ---

104
105private:
106 ::boost::scoped_ptr<Deck> mpCurrentDeck;
107 SidebarDockingWindow* mpParentWindow;
108 ::boost::scoped_ptr<TabBar> mpTabBar;
109 cssu::Reference<css::frame::XFrame> mxFrame;
110 Context maCurrentContext;
111 ::rtl::OUString msCurrentDeckId;
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 95 unchanged lines hidden (view full) ---

104
105private:
106 ::boost::scoped_ptr<Deck> mpCurrentDeck;
107 SidebarDockingWindow* mpParentWindow;
108 ::boost::scoped_ptr<TabBar> mpTabBar;
109 cssu::Reference<css::frame::XFrame> mxFrame;
110 Context maCurrentContext;
111 ::rtl::OUString msCurrentDeckId;
112 ::rtl::OUString msCurrentDeckTitle;
112 AsynchronousCall maPropertyChangeForwarder;
113 bool mbIsDeckClosed;
114 /** Before the deck is closed the sidebar width is saved into this variable,
115 so that it can be restored when the deck is reopended.
116 */
117 sal_Int32 mnSavedSidebarWidth;
118
119 DECL_LINK(WindowEventHandler, VclWindowEvent*);

--- 45 unchanged lines hidden ---
113 AsynchronousCall maPropertyChangeForwarder;
114 bool mbIsDeckClosed;
115 /** Before the deck is closed the sidebar width is saved into this variable,
116 so that it can be restored when the deck is reopended.
117 */
118 sal_Int32 mnSavedSidebarWidth;
119
120 DECL_LINK(WindowEventHandler, VclWindowEvent*);

--- 45 unchanged lines hidden ---