Hi Lionel,
On Mon, 2011-08-22 at 18:18 +0200, Lionel Elie Mamane wrote:
class OPropertySetHelperFireEventOption : public OPropertySetHelper,
public ::com::sun::star::beans::XPropertySetOptions
{
bool m_bFireEvent;
public:
(...)
virtual void SAL_CALL enableChangeListenerNotification( sal_Bool
bEnable )
throw(::com::sun::star::uno::RuntimeException);
(...)
}
BTW, how do you plan to use that m_bFireEvent data member to decide to
skip or fire events in OPropertySetHelper::fire() ? The method that
needs to be influenced by that boolean is still in the
OPropertySetHelper.
Kohei
--
Kohei Yoshida, LibreOffice hacker, Calc
<kohei.yoshida@suse.com>
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.