I want to use the DEPS solver inside a macro and get an error. For this report, I have used an example from https://wiki.openoffice.org/wiki/NLPSolver. The macro blows up on the command:
Solver.Objective = ObjectiveCell
with the following message:
Message: [jni_uno bridge error] UNO calling Java method Objective: [map_to_uno0:com.sun.star.table.CellAddress] null-ref given! java stack trace: ./bridges/source/jni_uno/jni_uno2java.cxx:783.
The problem relates to LO Calc version: 7.3.5.2.
Thanks in advance for your advice.