toolbarmanager.hxx (f8e07b45) toolbarmanager.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

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

41#include <com/sun/star/frame/XFrame.hpp>
42#include <com/sun/star/frame/XStatusListener.hpp>
43#include <com/sun/star/lang/XComponent.hpp>
44#include <com/sun/star/container/XIndexAccess.hpp>
45#include <com/sun/star/container/XNameAccess.hpp>
46#include <com/sun/star/container/XIndexContainer.hpp>
47#include <com/sun/star/frame/XModuleManager.hpp>
48#include <com/sun/star/lang/XMultiServiceFactory.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

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

41#include <com/sun/star/frame/XFrame.hpp>
42#include <com/sun/star/frame/XStatusListener.hpp>
43#include <com/sun/star/lang/XComponent.hpp>
44#include <com/sun/star/container/XIndexAccess.hpp>
45#include <com/sun/star/container/XNameAccess.hpp>
46#include <com/sun/star/container/XIndexContainer.hpp>
47#include <com/sun/star/frame/XModuleManager.hpp>
48#include <com/sun/star/lang/XMultiServiceFactory.hpp>
49#include <com/sun/star/frame/XUIControllerRegistration.hpp>
49#include <com/sun/star/frame/XUIControllerFactory.hpp>
50#include <com/sun/star/ui/XImageManager.hpp>
51#include <com/sun/star/ui/XUIConfigurationManager.hpp>
52#include <com/sun/star/frame/XStatusListener.hpp>
53#include <com/sun/star/frame/XSubToolbarController.hpp>
54#include <com/sun/star/frame/XToolbarController.hpp>
55#include <com/sun/star/ui/ItemStyle.hpp>
56#include <com/sun/star/util/XURLTransformer.hpp>
57#include <com/sun/star/ui/XAcceleratorConfiguration.hpp>

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

225 rtl::OUString m_aModuleIdentifier;
226 rtl::OUString m_aResourceName;
227 com::sun::star::uno::Reference< ::com::sun::star::util::XURLTransformer > m_xURLTransformer;
228 com::sun::star::uno::Reference< com::sun::star::frame::XFrame > m_xFrame;
229 com::sun::star::uno::Reference< com::sun::star::container::XNameAccess > m_xUICommandLabels;
230 ToolBarControllerMap m_aControllerMap;
231 ::cppu::OMultiTypeInterfaceContainerHelper m_aListenerContainer; /// container for ALL Listener
232 ::com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xServiceManager;
50#include <com/sun/star/ui/XImageManager.hpp>
51#include <com/sun/star/ui/XUIConfigurationManager.hpp>
52#include <com/sun/star/frame/XStatusListener.hpp>
53#include <com/sun/star/frame/XSubToolbarController.hpp>
54#include <com/sun/star/frame/XToolbarController.hpp>
55#include <com/sun/star/ui/ItemStyle.hpp>
56#include <com/sun/star/util/XURLTransformer.hpp>
57#include <com/sun/star/ui/XAcceleratorConfiguration.hpp>

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

225 rtl::OUString m_aModuleIdentifier;
226 rtl::OUString m_aResourceName;
227 com::sun::star::uno::Reference< ::com::sun::star::util::XURLTransformer > m_xURLTransformer;
228 com::sun::star::uno::Reference< com::sun::star::frame::XFrame > m_xFrame;
229 com::sun::star::uno::Reference< com::sun::star::container::XNameAccess > m_xUICommandLabels;
230 ToolBarControllerMap m_aControllerMap;
231 ::cppu::OMultiTypeInterfaceContainerHelper m_aListenerContainer; /// container for ALL Listener
232 ::com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xServiceManager;
233 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XUIControllerRegistration > m_xToolbarControllerRegistration;
233 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XUIControllerFactory > m_xToolbarControllerFactory;
234 ::com::sun::star::uno::Reference< ::com::sun::star::ui::XImageManager > m_xModuleImageManager;
235 ::com::sun::star::uno::Reference< ::com::sun::star::ui::XImageManager > m_xDocImageManager;
236 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > m_xImageOrientationListener;
237 ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIConfigurationManager > m_xUICfgMgr;
238 ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIConfigurationManager > m_xDocUICfgMgr;
239
240 CommandToInfoMap m_aCommandMap;
241 SubToolBarToSubToolBarControllerMap m_aSubToolBarControllerMap;

--- 12 unchanged lines hidden ---
234 ::com::sun::star::uno::Reference< ::com::sun::star::ui::XImageManager > m_xModuleImageManager;
235 ::com::sun::star::uno::Reference< ::com::sun::star::ui::XImageManager > m_xDocImageManager;
236 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > m_xImageOrientationListener;
237 ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIConfigurationManager > m_xUICfgMgr;
238 ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIConfigurationManager > m_xDocUICfgMgr;
239
240 CommandToInfoMap m_aCommandMap;
241 SubToolBarToSubToolBarControllerMap m_aSubToolBarControllerMap;

--- 12 unchanged lines hidden ---