[Libreoffice-ux-advise] [Bug 127633] Relative Cells

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Oct 2 19:15:50 UTC 2019


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

--- Comment #15 from Eike Rathke <erack at redhat.com> ---
(In reply to Rick C. Hodgin from comment #13)
> Point me in the general direction in the source code base and I'll begin
> investigating it.
Of specific interest are
include/formula/grammar.hxx
  formula::FormulaGrammar::AddressConvention
formula/source/core/api/grammar.cxx
sc/inc/address.hxx
  ScAddress::Details
sc/source/core/tool/address.cxx
  specifically the parts that handle a ScAddress::Details
sc/source/core/tool/compiler.cxx
  to see how things are called in
  ScCompiler::IsSingleReference()
  ScCompiler::IsDoubleReference()
  ScCompiler::CreateStringFromSingleRef()
  ScCompiler::CreateStringFromDoubleRef()
and maybe formula/source/core/api/FormulaCompiler.cxx for the base class
implementation.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list