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

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

77//_________________________________________________________________________________________________________________
78
79/*-************************************************************************************************************//**
80 We must save informations about our listener and URL for listening.
81 We implement this as a hashtable for strings.
82*//*-*************************************************************************************************************/
83
84typedef ::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

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

77//_________________________________________________________________________________________________________________
78
79/*-************************************************************************************************************//**
80 We must save informations about our listener and URL for listening.
81 We implement this as a hashtable for strings.
82*//*-*************************************************************************************************************/
83
84typedef ::cppu::OMultiTypeInterfaceContainerHelperVar< ::rtl::OUString ,
85 OUStringHashCode ,
85 rtl::OUStringHash,
86 std::equal_to< ::rtl::OUString > > IMPL_ListenerHashContainer;
87
88
89/*-************************************************************************************************************//**
90 @short helper for desktop only(!) to create new tasks on demand for dispatches
91 @descr Use this class as member only! Never use it as baseclass.
92 XInterface will be ambigous and we hold a weakcss::uno::Reference to ouer OWNER - not to ouer SUPERCLASS!
93

--- 239 unchanged lines hidden ---
86 std::equal_to< ::rtl::OUString > > IMPL_ListenerHashContainer;
87
88
89/*-************************************************************************************************************//**
90 @short helper for desktop only(!) to create new tasks on demand for dispatches
91 @descr Use this class as member only! Never use it as baseclass.
92 XInterface will be ambigous and we hold a weakcss::uno::Reference to ouer OWNER - not to ouer SUPERCLASS!
93

--- 239 unchanged lines hidden ---