https://bugs.freedesktop.org/show_bug.cgi?id=54854

--- Comment #1 from Forester <[email protected]> ---
With 3.6.3, behaviour A) is still present but behaviour B) appears to have gone
away.

In 3.5.7, there is also behaviour A) but not B).

The problem is easier to reproduce using a python script as a macro:
{{{
import uno

def bug54854():
    ctx = uno.getComponentContext()
    desktop =
ctx.ServiceManager.createInstanceWithContext("com.sun.star.frame.Desktop",ctx)
    cell =
desktop.getCurrentComponent().Sheets.getByName('Sheet1').getCellRangeByName("E5")
    cell.setFormula("=PAGENAME(SHEET(Sheet1.A1)-1)")

g_exportedScripts = bug54854,
}}}

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to