• Stephan Bergmann's avatar
    Wrong downcast from svx::a11y::AccFrameSelectorChild · 3e2f1767
    Stephan Bergmann yazdı
    ...to svx::a11y::AccFrameSelector (which are unrelated final classes).  UBSan
    Calc "Format - Cells... - Borders - Line Arrangement - User-defined:" and
    clicking into the top-right corner of the widget caused
    
    > svx/source/dialog/frmsel.cxx:972:50: runtime error: downcast of address 0x60f0003dfa80 which does not point to an object of type 'a11y::AccFrameSelector'
    > 0x60f0003dfa80: note: object is of type 'svx::a11y::AccFrameSelectorChild'
    >  e1 03 80 0d  90 4f c2 88 ce 7f 00 00  02 00 00 00 be be be be  00 00 00 00 00 00 00 00  00 00 00 00
    >               ^~~~~~~~~~~~~~~~~~~~~~~
    >               vptr for 'svx::a11y::AccFrameSelectorChild'
    >  #0 in svx::FrameSelector::SelectBorder(svx::FrameBorderType) at svx/source/dialog/frmsel.cxx:972:50
    >  #1 in svx::FrameSelector::MouseButtonDown(MouseEvent const&) at svx/source/dialog/frmsel.cxx:1114:21
    [...]
    
    The code was like that ever since 60f11adb
    "Integrate branch of IAccessible2", which had presumably confused
    AccFrameSelector and AccFrameSelectorChild here (while there'd apparently not
    been a deeper need for the static_casts anyway).
    
    Change-Id: I1f52629143dcfc84e57e9539a428fb0f51fdc72e
    Reviewed-on: https://gerrit.libreoffice.org/72910
    Tested-by: Jenkins
    Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
    3e2f1767
Adı
Son kayıt (commit)
Son güncelleme
..
AccessibleFrameSelector.hxx Loading commit data...
DefaultShapesPanel.hxx Loading commit data...
GraphCtlAccessibleContext.hxx Loading commit data...
ShapesUtil.hxx Loading commit data...
cell.hxx Loading commit data...
celltypes.hxx Loading commit data...
charmapacc.hxx Loading commit data...
clonelist.hxx Loading commit data...
datalistener.hxx Loading commit data...
datanavi.hxx Loading commit data...
delayedevent.hxx Loading commit data...
docrecovery.hxx Loading commit data...
eventhandler.hxx Loading commit data...
filtnav.hxx Loading commit data...
fmPropBrw.hxx Loading commit data...
fmcontrolbordermanager.hxx Loading commit data...
fmcontrollayout.hxx Loading commit data...
fmdocumentclassification.hxx Loading commit data...
fmexch.hxx Loading commit data...
fmexpl.hxx Loading commit data...
fmobj.hxx Loading commit data...
fmpgeimp.hxx Loading commit data...
fmprop.hxx Loading commit data...
fmscriptingenv.hxx Loading commit data...
fmservs.hxx Loading commit data...
fmshimp.hxx Loading commit data...
fmslotinvalidator.hxx Loading commit data...
fmtextcontroldialogs.hxx Loading commit data...
fmtextcontrolfeature.hxx Loading commit data...
fmtextcontrolshell.hxx Loading commit data...
fmundo.hxx Loading commit data...
fmurl.hxx Loading commit data...
fmvwimp.hxx Loading commit data...
formcontrolfactory.hxx Loading commit data...
formcontroller.hxx Loading commit data...
formcontrolling.hxx Loading commit data...
formdispatchinterceptor.hxx Loading commit data...
formfeaturedispatcher.hxx Loading commit data...
formtoolbars.hxx Loading commit data...
frmselimpl.hxx Loading commit data...
gridcell.hxx Loading commit data...
gridcols.hxx Loading commit data...
sdbdatacolumn.hxx Loading commit data...
sqlparserclient.hxx Loading commit data...
svdobjplusdata.hxx Loading commit data...
svdobjuserdatalist.hxx Loading commit data...
svdoutlinercache.hxx Loading commit data...
svxpixelctlaccessiblecontext.hxx Loading commit data...
svxrectctaccessiblecontext.hxx Loading commit data...
tablemodel.hxx Loading commit data...
tabwin.hxx Loading commit data...
tbxform.hxx Loading commit data...
treevisitor.hxx Loading commit data...
xfm_addcondition.hxx Loading commit data...
xmlxtexp.hxx Loading commit data...
xmlxtimp.hxx Loading commit data...