statusbarmanager.hxx (2503e1a5) statusbarmanager.hxx (dccf82be)
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

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

35#include <stdtypes.h>
36
37//_________________________________________________________________________________________________________________
38// interface includes
39//_________________________________________________________________________________________________________________
40#include <com/sun/star/frame/XFrame.hpp>
41#include <com/sun/star/frame/XStatusListener.hpp>
42#include <com/sun/star/frame/XStatusbarController.hpp>
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

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

35#include <stdtypes.h>
36
37//_________________________________________________________________________________________________________________
38// interface includes
39//_________________________________________________________________________________________________________________
40#include <com/sun/star/frame/XFrame.hpp>
41#include <com/sun/star/frame/XStatusListener.hpp>
42#include <com/sun/star/frame/XStatusbarController.hpp>
43#include <com/sun/star/frame/XUIControllerRegistration.hpp>
43#include <com/sun/star/frame/XUIControllerFactory.hpp>
44#include <com/sun/star/ui/XUIConfiguration.hpp>
45#include <com/sun/star/frame/XModuleManager.hpp>
46#include <com/sun/star/lang/XMultiServiceFactory.hpp>
47#include <com/sun/star/container/XNameAccess.hpp>
48
49//_________________________________________________________________________________________________________________
50// other includes
51//_________________________________________________________________________________________________________________

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

127 StatusBar* m_pStatusBar;
128 rtl::OUString m_aModuleIdentifier;
129 rtl::OUString m_aResourceName;
130 com::sun::star::uno::Reference< com::sun::star::frame::XFrame > m_xFrame;
131 com::sun::star::uno::Reference< com::sun::star::container::XNameAccess > m_xUICommandLabels;
132 StatusBarControllerMap m_aControllerMap;
133 ::cppu::OMultiTypeInterfaceContainerHelper m_aListenerContainer; /// container for ALL Listener
134 ::com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xServiceManager;
44#include <com/sun/star/ui/XUIConfiguration.hpp>
45#include <com/sun/star/frame/XModuleManager.hpp>
46#include <com/sun/star/lang/XMultiServiceFactory.hpp>
47#include <com/sun/star/container/XNameAccess.hpp>
48
49//_________________________________________________________________________________________________________________
50// other includes
51//_________________________________________________________________________________________________________________

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

127 StatusBar* m_pStatusBar;
128 rtl::OUString m_aModuleIdentifier;
129 rtl::OUString m_aResourceName;
130 com::sun::star::uno::Reference< com::sun::star::frame::XFrame > m_xFrame;
131 com::sun::star::uno::Reference< com::sun::star::container::XNameAccess > m_xUICommandLabels;
132 StatusBarControllerMap m_aControllerMap;
133 ::cppu::OMultiTypeInterfaceContainerHelper m_aListenerContainer; /// container for ALL Listener
134 ::com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xServiceManager;
135 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XUIControllerRegistration > m_xStatusbarControllerRegistration;
135 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XUIControllerFactory > m_xStatusbarControllerFactory;
136};
137
138}
139
140#endif // __FRAMEWORK_UIELEMENT_STATUSBARMANAGER_HXX_
136};
137
138}
139
140#endif // __FRAMEWORK_UIELEMENT_STATUSBARMANAGER_HXX_