https://bugs.documentfoundation.org/show_bug.cgi?id=170499

--- Comment #8 from Ferdinand <[email protected]> ---
(In reply to Buovjaga from comment #6)
> Not sure what it would take, but it would be better to somehow hook into the
> creation of the error rather than iterating through all sheets and cells to
> find #REF!

that was my first approach, but not successful.

primary target was.
source/core/tool/interpr2.cxx:    ValidateRef( *pRes);    // set #REF! if
needed
other candidates
source/core/tool/compiler.cxx:            aRef.Ref1.SetTabDeleted( true );     
  // #REF!
source/core/tool/compiler.cxx:            aRef.Ref2.SetTabDeleted( true );     
  // #REF!
source/core/tool/chgtrack.cxx:    // Therefore set everything to #REF!

I didn't manage neither to catch the error nor to pass it to the gui.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to