SidebarPanel.hxx (95a18594) | SidebarPanel.hxx (7a32b0c8) |
---|---|
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 --- 51 unchanged lines hidden (view full) --- 60 Panel* pPanel); 61 virtual ~SidebarPanel (void); 62 63 virtual void SAL_CALL disposing (const css::lang::EventObject& rEventObject) 64 throw(cssu::RuntimeException); 65 66 virtual void SAL_CALL disposing (void); 67 | 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 --- 51 unchanged lines hidden (view full) --- 60 Panel* pPanel); 61 virtual ~SidebarPanel (void); 62 63 virtual void SAL_CALL disposing (const css::lang::EventObject& rEventObject) 64 throw(cssu::RuntimeException); 65 66 virtual void SAL_CALL disposing (void); 67 |
68 // XSidebarPanel 69 virtual cssu::Reference<css::rendering::XCanvas> SAL_CALL getCanvas (void) 70 throw (cssu::RuntimeException); 71 virtual css::awt::Point SAL_CALL getPositionOnScreen (void) 72 throw (cssu::RuntimeException); 73 virtual cssu::Reference<css::beans::XPropertySet> SAL_CALL getThemeProperties (void) 74 throw (cssu::RuntimeException); 75 | |
76private: 77 Panel* mpPanel; 78 cssu::Reference<css::rendering::XCanvas> mxCanvas; 79 80 DECL_LINK(HandleWindowEvent, VclWindowEvent*); 81}; 82 83 84} } // end of namespace sfx2::sidebar 85 86#endif | 68private: 69 Panel* mpPanel; 70 cssu::Reference<css::rendering::XCanvas> mxCanvas; 71 72 DECL_LINK(HandleWindowEvent, VclWindowEvent*); 73}; 74 75 76} } // end of namespace sfx2::sidebar 77 78#endif |