SidebarPanel.cxx (b9e67834) SidebarPanel.cxx (95a18594)
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

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

23
24#include "SidebarPanel.hxx"
25
26#include "Panel.hxx"
27#include "sfx2/sidebar/Theme.hxx"
28
29#include <vos/mutex.hxx>
30#include <vcl/svapp.hxx>
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

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

23
24#include "SidebarPanel.hxx"
25
26#include "Panel.hxx"
27#include "sfx2/sidebar/Theme.hxx"
28
29#include <vos/mutex.hxx>
30#include <vcl/svapp.hxx>
31#include <svl/smplhint.hxx>
31#include <comphelper/componentcontext.hxx>
32#include <comphelper/componentcontext.hxx>
33#include <comphelper/processfactory.hxx>
34#include <com/sun/star/awt/XWindowPeer.hpp>
32
33
34using namespace css;
35using namespace cssu;
36
37namespace sfx2 { namespace sidebar {
38
39Reference<css::ui::XSidebarPanel> SidebarPanel::Create (Panel* pPanel)

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

66}
67
68
69
70
71void SAL_CALL SidebarPanel::disposing (const css::lang::EventObject& rEventObject)
72 throw(cssu::RuntimeException)
73{
35
36
37using namespace css;
38using namespace cssu;
39
40namespace sfx2 { namespace sidebar {
41
42Reference<css::ui::XSidebarPanel> SidebarPanel::Create (Panel* pPanel)

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

69}
70
71
72
73
74void SAL_CALL SidebarPanel::disposing (const css::lang::EventObject& rEventObject)
75 throw(cssu::RuntimeException)
76{
77 (void)rEventObject;
74}
75
76
77
78
79void SAL_CALL SidebarPanel::disposing (void)
80{
81 if (mpPanel != NULL)

--- 90 unchanged lines hidden ---
78}
79
80
81
82
83void SAL_CALL SidebarPanel::disposing (void)
84{
85 if (mpPanel != NULL)

--- 90 unchanged lines hidden ---