SidebarController.hxx (13e1c3b4) SidebarController.hxx (f35c6d02)
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

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

176 void SwitchToDeck (
177 const DeckDescriptor& rDeckDescriptor,
178 const Context& rContext);
179 void ShowPopupMenu (
180 const Rectangle& rButtonBox,
181 const ::std::vector<TabBar::DeckMenuData>& rDeckSelectionData,
182 const ::std::vector<TabBar::DeckMenuData>& rDeckShowData) const;
183 void ShowDetailMenu (const ::rtl::OUString& rsMenuCommand) const;
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

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

176 void SwitchToDeck (
177 const DeckDescriptor& rDeckDescriptor,
178 const Context& rContext);
179 void ShowPopupMenu (
180 const Rectangle& rButtonBox,
181 const ::std::vector<TabBar::DeckMenuData>& rDeckSelectionData,
182 const ::std::vector<TabBar::DeckMenuData>& rDeckShowData) const;
183 void ShowDetailMenu (const ::rtl::OUString& rsMenuCommand) const;
184 css::util::URL GetURL (const ::rtl::OUString& rsCommand) const;
185 cssu::Reference<css::frame::XDispatch> GetDispatch (const css::util::URL& rURL) const;
186 ::boost::shared_ptr<PopupMenu> CreatePopupMenu (
187 const ::std::vector<TabBar::DeckMenuData>& rDeckSelectionData,
188 const ::std::vector<TabBar::DeckMenuData>& rDeckShowData) const;
189 DECL_LINK(OnMenuItemSelected, Menu*);
190 void BroadcastPropertyChange (void);
191
192 /** The close of the deck changes the width of the child window.
193 That is only possible if there is no other docking window docked above or below the sidebar.

--- 28 unchanged lines hidden ---
184 ::boost::shared_ptr<PopupMenu> CreatePopupMenu (
185 const ::std::vector<TabBar::DeckMenuData>& rDeckSelectionData,
186 const ::std::vector<TabBar::DeckMenuData>& rDeckShowData) const;
187 DECL_LINK(OnMenuItemSelected, Menu*);
188 void BroadcastPropertyChange (void);
189
190 /** The close of the deck changes the width of the child window.
191 That is only possible if there is no other docking window docked above or below the sidebar.

--- 28 unchanged lines hidden ---