shutdownicon.hxx (353d8f4d) shutdownicon.hxx (143238c7)
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

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

39#ifndef _RTL_USTRING_HXX
40#include <rtl/ustring.hxx>
41#endif
42#include <osl/mutex.hxx>
43#include <osl/module.hxx>
44#include <sfx2/sfxuno.hxx>
45#include <cppuhelper/compbase4.hxx>
46#include <sfx2/dllapi.h>
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

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

39#ifndef _RTL_USTRING_HXX
40#include <rtl/ustring.hxx>
41#endif
42#include <osl/mutex.hxx>
43#include <osl/module.hxx>
44#include <sfx2/sfxuno.hxx>
45#include <cppuhelper/compbase4.hxx>
46#include <sfx2/dllapi.h>
47#include <tools/link.hxx>
47
48
49struct AsyncDesktopTerminationData;
48class ResMgr;
49namespace sfx2
50{
51 class FileDialogHelper;
52}
53
54typedef ::cppu::WeakComponentImplHelper4<
55 ::com::sun::star::lang::XInitialization,

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

97
98 friend class SfxNotificationListener_Impl;
99
100 public:
101 ShutdownIcon( ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > aSMgr );
102
103 virtual ~ShutdownIcon();
104
50class ResMgr;
51namespace sfx2
52{
53 class FileDialogHelper;
54}
55
56typedef ::cppu::WeakComponentImplHelper4<
57 ::com::sun::star::lang::XInitialization,

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

99
100 friend class SfxNotificationListener_Impl;
101
102 public:
103 ShutdownIcon( ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > aSMgr );
104
105 virtual ~ShutdownIcon();
106
107 DECL_STATIC_LINK( ShutdownIcon, AsyncDesktopTermination, AsyncDesktopTerminationData* );
108
105 SFX_DECL_XSERVICEINFO
106
107 static ShutdownIcon* getInstance();
108 static ShutdownIcon* createInstance();
109
110 static void terminateDesktop();
111 static void addTerminateListener();
112

--- 84 unchanged lines hidden ---
109 SFX_DECL_XSERVICEINFO
110
111 static ShutdownIcon* getInstance();
112 static ShutdownIcon* createInstance();
113
114 static void terminateDesktop();
115 static void addTerminateListener();
116

--- 84 unchanged lines hidden ---