propertysethelper.hxx (a49f1911) propertysethelper.hxx (4e7d57d8)
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

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

80
81 PropertySetHelper::TPropInfoHash m_lProps;
82
83 ListenerHash m_lSimpleChangeListener;
84 ListenerHash m_lVetoChangeListener;
85
86 sal_Bool m_bReleaseLockOnCall;
87
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

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

80
81 PropertySetHelper::TPropInfoHash m_lProps;
82
83 ListenerHash m_lSimpleChangeListener;
84 ListenerHash m_lVetoChangeListener;
85
86 sal_Bool m_bReleaseLockOnCall;
87
88 // hold it weak ... otherwhise this helper has to be "killed" explicitly .-)
88 // hold it weak ... otherwise this helper has to be "killed" explicitly .-)
89 css::uno::WeakReference< css::uno::XInterface > m_xBroadcaster;
90
91 LockHelper& m_rLock;
92 TransactionManager& m_rTransactionManager;
93
94 //-------------------------------------------------------------------------
95 /* native interface */
96 public:

--- 158 unchanged lines hidden ---
89 css::uno::WeakReference< css::uno::XInterface > m_xBroadcaster;
90
91 LockHelper& m_rLock;
92 TransactionManager& m_rTransactionManager;
93
94 //-------------------------------------------------------------------------
95 /* native interface */
96 public:

--- 158 unchanged lines hidden ---