ContextChangeEventMultiplexer.hxx (22de8995) ContextChangeEventMultiplexer.hxx (b9e67834)
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

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

50class ContextChangeEventMultiplexer
51 : private ::boost::noncopyable,
52 private ::cppu::BaseMutex,
53 public ContextChangeEventMultiplexerInterfaceBase
54{
55public:
56 ContextChangeEventMultiplexer(const cssu::Reference<css::uno::XComponentContext>& rxContext);
57 virtual ~ContextChangeEventMultiplexer (void);
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

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

50class ContextChangeEventMultiplexer
51 : private ::boost::noncopyable,
52 private ::cppu::BaseMutex,
53 public ContextChangeEventMultiplexerInterfaceBase
54{
55public:
56 ContextChangeEventMultiplexer(const cssu::Reference<css::uno::XComponentContext>& rxContext);
57 virtual ~ContextChangeEventMultiplexer (void);
58
58
59 virtual void SAL_CALL disposing (void);
60
59 // XContextChangeEventMultiplexer
60 virtual void SAL_CALL addContextChangeEventListener (
61 const cssu::Reference<css::ui::XContextChangeEventListener>& rxListener,
62 const cssu::Reference<cssu::XInterface>& rxEventFocus)
63 throw(cssu::RuntimeException, cssl::IllegalArgumentException);
64 virtual void SAL_CALL removeContextChangeEventListener (
65 const cssu::Reference<css::ui::XContextChangeEventListener>& rxListener,
66 const cssu::Reference<cssu::XInterface>& rxEventFocus)

--- 56 unchanged lines hidden ---
61 // XContextChangeEventMultiplexer
62 virtual void SAL_CALL addContextChangeEventListener (
63 const cssu::Reference<css::ui::XContextChangeEventListener>& rxListener,
64 const cssu::Reference<cssu::XInterface>& rxEventFocus)
65 throw(cssu::RuntimeException, cssl::IllegalArgumentException);
66 virtual void SAL_CALL removeContextChangeEventListener (
67 const cssu::Reference<css::ui::XContextChangeEventListener>& rxListener,
68 const cssu::Reference<cssu::XInterface>& rxEventFocus)

--- 56 unchanged lines hidden ---