• Eike Rathke's avatar
    in OOXML save references of named expressions with col,row=0,0 base position · d5268ba8
    Eike Rathke yazdı
    Saving relative references of named expressions to OOXML never worked,
    upon reload they pointed to a different position offset by the value of
    the original base position. This at least saves positive relative
    references correctly, while generating #REF! for negative offsets which
    is slightly better than having them point to a wrong location and
    silently calculate different values..
    
    Also, this is a prerequisite for TableRef ThisRow references in named
    expressions to be saved correctly in A1 notation, which results in a
    relative row 0 value.
    
    Change-Id: I3734f910794ceab4b9224b214ad11c64d1d18e67
    (cherry picked from commit 80aafaf7)
    d5268ba8
Adı
Son kayıt (commit)
Son güncelleme
..
ExternalReferenceHelper.hxx Loading commit data...
FormulaCompiler.hxx Loading commit data...
FormulaOpCodeMapperObj.hxx Loading commit data...
IControlReferenceHandler.hxx Loading commit data...
IFunctionDescription.hxx Loading commit data...
compiler.hrc Loading commit data...
errorcodes.hxx Loading commit data...
formdata.hxx Loading commit data...
formula.hxx Loading commit data...
formuladllapi.h Loading commit data...
formulahelper.hxx Loading commit data...
funcutl.hxx Loading commit data...
grammar.hxx Loading commit data...
omoduleclient.hxx Loading commit data...
opcode.hxx Loading commit data...
random.hxx Loading commit data...
token.hxx Loading commit data...
tokenarray.hxx Loading commit data...
types.hxx Loading commit data...
vectortoken.hxx Loading commit data...