menubarmanager.hxx (f8e07b45) menubarmanager.hxx (5758ad8c)
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

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

73namespace framework
74{
75
76struct PopupControllerEntry
77{
78 ::com::sun::star::uno::WeakReference< ::com::sun::star::frame::XDispatchProvider > m_xDispatchProvider;
79};
80
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

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

73namespace framework
74{
75
76struct PopupControllerEntry
77{
78 ::com::sun::star::uno::WeakReference< ::com::sun::star::frame::XDispatchProvider > m_xDispatchProvider;
79};
80
81typedef std::hash_map< rtl::OUString, PopupControllerEntry, OUStringHashCode, ::std::equal_to< rtl::OUString > > PopupControllerCache;
81typedef std::hash_map< rtl::OUString, PopupControllerEntry, rtl::OUStringHash, ::std::equal_to< rtl::OUString > > PopupControllerCache;
82
83class BmkMenu;
84class AddonMenu;
85class AddonPopupMenu;
86class MenuBarManager : public com::sun::star::frame::XStatusListener ,
87 public com::sun::star::frame::XFrameActionListener ,
88 public com::sun::star::ui::XUIConfigurationListener ,
89 public com::sun::star::lang::XComponent ,

--- 185 unchanged lines hidden ---
82
83class BmkMenu;
84class AddonMenu;
85class AddonPopupMenu;
86class MenuBarManager : public com::sun::star::frame::XStatusListener ,
87 public com::sun::star::frame::XFrameActionListener ,
88 public com::sun::star::ui::XUIConfigurationListener ,
89 public com::sun::star::lang::XComponent ,

--- 185 unchanged lines hidden ---