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

--- Comment #42 from rob...@familiegrosskopf.de ---
You could use the following workaround, started by a macro in every form:
SUB Window64
oFrame = StarDesktop.getCurrentFrame()
oWin = oFrame.getContainerWindow()
oWin.setPosSize(0,0,600,400,15)
END SUB

First value: x-start (Flag=1)
Second value: y-start (Flag=2)
Third value: width (Flag=4)
Fourth value: height (Flag=8)
Fifth value: Flag for all 1+2+4+8 = 15

You could also set
oWin.IsMaximized = true
That seems to be the behaviour you get if I understand the bug-report right.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to