I found previous discussion on http://www.OOoForum.org . There was discussion that in 2.0 there would be a way to do this, but then it turns out the announcement was wrong or misunderstood.
I thought I'd try one more time.

Sub reSize(X As Integer, Y As Integer)
Dim aSize As New com.sun.star.awt.Size
aSize.Width = X
aSize.Height = Y
thisComponent.CurrentController.Frame.ContainerWindow.setOutputSize(aSize)
End Sub
Users browsing this forum: No registered users and 6 guests