SidebarController.hxx (7e429a12) | SidebarController.hxx (ae13266d) |
---|---|
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 --- 155 unchanged lines hidden (view full) --- 164 */ 165 void UpdateConfigurations (void); 166 bool ArePanelSetsEqual ( 167 const SharedPanelContainer& rCurrentPanels, 168 const ResourceManager::PanelContextDescriptorContainer& rRequestedPanels); 169 cssu::Reference<css::ui::XUIElement> CreateUIElement ( 170 const cssu::Reference<css::awt::XWindowPeer>& rxWindow, 171 const ::rtl::OUString& rsImplementationURL, | 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 --- 155 unchanged lines hidden (view full) --- 164 */ 165 void UpdateConfigurations (void); 166 bool ArePanelSetsEqual ( 167 const SharedPanelContainer& rCurrentPanels, 168 const ResourceManager::PanelContextDescriptorContainer& rRequestedPanels); 169 cssu::Reference<css::ui::XUIElement> CreateUIElement ( 170 const cssu::Reference<css::awt::XWindowPeer>& rxWindow, 171 const ::rtl::OUString& rsImplementationURL, |
172 const bool bWantsCanvas); | 172 const bool bWantsCanvas, 173 const Context& rContext); |
173 SharedPanel CreatePanel ( 174 const ::rtl::OUString& rsPanelId, 175 ::Window* pParentWindow, | 174 SharedPanel CreatePanel ( 175 const ::rtl::OUString& rsPanelId, 176 ::Window* pParentWindow, |
176 const bool bIsInitiallyExpanded); | 177 const bool bIsInitiallyExpanded, 178 const Context& rContext); |
177 void SwitchToDeck ( 178 const DeckDescriptor& rDeckDescriptor, 179 const Context& rContext); 180 void ShowPopupMenu ( 181 const Rectangle& rButtonBox, 182 const ::std::vector<TabBar::DeckMenuData>& rDeckSelectionData, 183 const ::std::vector<TabBar::DeckMenuData>& rDeckShowData) const; 184 void ShowDetailMenu (const ::rtl::OUString& rsMenuCommand) const; --- 44 unchanged lines hidden --- | 179 void SwitchToDeck ( 180 const DeckDescriptor& rDeckDescriptor, 181 const Context& rContext); 182 void ShowPopupMenu ( 183 const Rectangle& rButtonBox, 184 const ::std::vector<TabBar::DeckMenuData>& rDeckSelectionData, 185 const ::std::vector<TabBar::DeckMenuData>& rDeckShowData) const; 186 void ShowDetailMenu (const ::rtl::OUString& rsMenuCommand) const; --- 44 unchanged lines hidden --- |