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


Hi there,

mst pointed me to a problem with overloaded names on interface
implementations (the very bottommost entry of
http://wiki.documentfoundation.org/Development/LibreOffice4#UNO_related_changes_2),
for which I promised to look into.

It seems the bulk of the problem stems from
css::accessibility::XAccessibleEventBroadcaster - at any rate,
here's the list of places which have overloaded addEventListener()
methods, harvested via some semi-manual crunching of the code base:

    sc/inc/AccessibleFilterMenu.hxx
    comphelper/inc/comphelper/accessiblecontexthelper.hxx
    comphelper/inc/comphelper/accessiblewrapper.hxx
    editeng/inc/editeng/AccessibleContextBase.hxx
    editeng/inc/editeng/AccessibleEditableTextPara.hxx
    sfx2/source/control/thumbnailviewacc.hxx
    svtools/source/control/toolbarmenuimp.hxx
    svtools/source/control/valueimp.hxx
    svx/inc/svx/AccessibleShape.hxx
    svx/source/table/accessiblecell.hxx
    svx/source/inc/GraphCtlAccessibleContext.hxx
    svx/source/inc/svxrectctaccessiblecontext.hxx
    accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx
    accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx
    accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx
    accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx
    accessibility/inc/accessibility/extended/textwindowaccessibility.hxx
    accessibility/inc/accessibility/standard/vclxaccessiblelistitem.hxx
    chart2/source/controller/inc/AccessibleBase.hxx
    dbaccess/source/core/dataaccess/databasedocument.hxx
    sc/source/ui/inc/AccessibleContextBase.hxx
    sc/source/ui/inc/AccessibleEditObject.hxx
    sc/source/ui/inc/AccessibleEditObject.hxx
    sc/source/ui/inc/AccessibleSpreadsheet.hxx
    sd/source/ui/inc/AccessibleOutlineView.hxx
    sd/source/ui/inc/AccessibleSlideSorterView.hxx
    sd/source/ui/inc/AccessibleTreeNode.hxx
    sw/source/ui/docvw/SidebarTxtControlAcc.cxx

Easiest remedy of course would be to rename the
XAccessibleEventBroadcaster one - to e.g.
addAccessibleEventListener().

Thoughts?

Cheers,

-- Thorsten

Attachment: pgpnukJsDhS7e.pgp
Description: PGP signature


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.