Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Tue, Aug 23, 2011 at 07:48:19AM +0200, Lionel Elie Mamane wrote:
On Mon, Aug 22, 2011 at 07:06:59PM -0400, Kohei Yoshida wrote:

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.

class  OPropertySetHelper : public ...
{
(...)
    virtual void SAL_CALL fire(
        sal_Int32 * pnHandles,
        const ::com::sun::star::uno::Any * pNewValues,
        const ::com::sun::star::uno::Any * pOldValues,
        sal_Int32 nCount,
        sal_Bool bVetoable );
(...)
}

Ah no, that will break ABI, too, by adding a new function in the
vtable... Sorry, not 100% woken up yet. m_pReserved starts to look
good.

-- 
Lionel

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.