https://issues.apache.org/ooo/show_bug.cgi?id=121113

--- Comment #3 from Regina Henschel <[email protected]> ---
This is a support request.

I'm not familiar with using Apache OpenOffice this way. Please ask on
[email protected] or on the forum
http://user.services.openoffice.org/en/forum/.

Do you know the SDK and the Developer's Guide?
http://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide

In Basic, if the document is opened, you would use something like this (Basic
has a simplified property access)
dim oDocument as variant: oDocument = ThisComponent
dim oController as variant: oController = oDocument.getCurrentController()
dim oViewSettings as variant: oViewSettings = oController.ViewSettings
oViewSettings.ShowOnlineLayout = TRUE

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to