SidebarController.hxx (65908a7e) | SidebarController.hxx (22f77e9e) |
---|---|
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 --- 114 unchanged lines hidden (view full) --- 123 124 DECL_LINK(WindowEventHandler, VclWindowEvent*); 125 void UpdateConfigurations (const Context& rContext); 126 bool ArePanelSetsEqual ( 127 const SharedPanelContainer& rCurrentPanels, 128 const ResourceManager::PanelContextDescriptorContainer& rRequestedPanels); 129 cssu::Reference<css::ui::XUIElement> CreateUIElement ( 130 const cssu::Reference<css::awt::XWindowPeer>& rxWindow, | 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 --- 114 unchanged lines hidden (view full) --- 123 124 DECL_LINK(WindowEventHandler, VclWindowEvent*); 125 void UpdateConfigurations (const Context& rContext); 126 bool ArePanelSetsEqual ( 127 const SharedPanelContainer& rCurrentPanels, 128 const ResourceManager::PanelContextDescriptorContainer& rRequestedPanels); 129 cssu::Reference<css::ui::XUIElement> CreateUIElement ( 130 const cssu::Reference<css::awt::XWindowPeer>& rxWindow, |
131 const ::rtl::OUString& rsImplementationURL); | 131 const ::rtl::OUString& rsImplementationURL, 132 const bool bWantsCanvas); |
132 SharedPanel CreatePanel ( 133 const ::rtl::OUString& rsPanelId, 134 ::Window* pParentWindow, 135 const ::rtl::OUString& rsMenuCommand); 136 void SwitchToDeck ( 137 const DeckDescriptor& rDeckDescriptor, 138 const Context& rContext); 139 void ShowPopupMenu ( --- 30 unchanged lines hidden --- | 133 SharedPanel CreatePanel ( 134 const ::rtl::OUString& rsPanelId, 135 ::Window* pParentWindow, 136 const ::rtl::OUString& rsMenuCommand); 137 void SwitchToDeck ( 138 const DeckDescriptor& rDeckDescriptor, 139 const Context& rContext); 140 void ShowPopupMenu ( --- 30 unchanged lines hidden --- |