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

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

89//_________________________________________________________________________________________________________________
90
91/*-************************************************************************************************************//**
92 We must save informations about our listener and URL for listening.
93 We implement this as a hashtable for strings.
94*//*-*************************************************************************************************************/
95
96typedef ::cppu::OMultiTypeInterfaceContainerHelperVar< ::rtl::OUString ,
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

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

89//_________________________________________________________________________________________________________________
90
91/*-************************************************************************************************************//**
92 We must save informations about our listener and URL for listening.
93 We implement this as a hashtable for strings.
94*//*-*************************************************************************************************************/
95
96typedef ::cppu::OMultiTypeInterfaceContainerHelperVar< ::rtl::OUString ,
97 OUStringHashCode ,
97 rtl::OUStringHash,
98 std::equal_to< ::rtl::OUString > > IMPL_ListenerHashContainer;
99
100
101/*-************************************************************************************************************//**
102 @short helper for desktop only(!) to create new tasks on demand for dispatches
103 @descr Use this class as member only! Never use it as baseclass.
104 XInterface will be ambigous and we hold a weakcss::uno::Reference to ouer OWNER - not to our SUPERCLASS!
105

--- 90 unchanged lines hidden ---
98 std::equal_to< ::rtl::OUString > > IMPL_ListenerHashContainer;
99
100
101/*-************************************************************************************************************//**
102 @short helper for desktop only(!) to create new tasks on demand for dispatches
103 @descr Use this class as member only! Never use it as baseclass.
104 XInterface will be ambigous and we hold a weakcss::uno::Reference to ouer OWNER - not to our SUPERCLASS!
105

--- 90 unchanged lines hidden ---