SidebarController.hxx (ae13266d) | SidebarController.hxx (309fba80) |
---|---|
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 --- 149 unchanged lines hidden (view full) --- 158 sidebar will only show the tab bar. 159 */ 160 ::boost::scoped_ptr<Window> mpCloseIndicator; 161 162 DECL_LINK(WindowEventHandler, VclWindowEvent*); 163 /** Make maRequestedContext the current context. 164 */ 165 void UpdateConfigurations (void); | 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 --- 149 unchanged lines hidden (view full) --- 158 sidebar will only show the tab bar. 159 */ 160 ::boost::scoped_ptr<Window> mpCloseIndicator; 161 162 DECL_LINK(WindowEventHandler, VclWindowEvent*); 163 /** Make maRequestedContext the current context. 164 */ 165 void UpdateConfigurations (void); |
166 |
|
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, 173 const Context& rContext); --- 57 unchanged lines hidden --- | 167 bool ArePanelSetsEqual ( 168 const SharedPanelContainer& rCurrentPanels, 169 const ResourceManager::PanelContextDescriptorContainer& rRequestedPanels); 170 cssu::Reference<css::ui::XUIElement> CreateUIElement ( 171 const cssu::Reference<css::awt::XWindowPeer>& rxWindow, 172 const ::rtl::OUString& rsImplementationURL, 173 const bool bWantsCanvas, 174 const Context& rContext); --- 57 unchanged lines hidden --- |