https://bugs.documentfoundation.org/show_bug.cgi?id=161495
Alain Romedenne <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |UNCONFIRMED Ever confirmed|1 |0 --- Comment #5 from Alain Romedenne <[email protected]> --- Hi Stéphane, 1. The purpose of this bug report is to better document VBA Objects - properties & methods - proposed by MSOffice VBA data model. Some VBA objects are accessible when reading MSOffice docs in LibO and can be executed or modified under certain - yet unprecised enough - conditions. 2. VBA functions currently documented are extending Lib BASIC language with utility methods that solely require 'Option VBASupport 1' preliminary statement. This statement does not allow the access to former VBA Objects. <obj>.ExportAsFixedFormat() method falls into category 1. This method requires to instantiate VBA objects to be used, hence its documentation is partial/incorrect. Using VBASupport'd functions next to libO BASIC may cause runtime hickups as per this post: https://ask.libreoffice.org/t/what-are-possible-negative-consequences-of-enabling-vba-support/101170/3 However, documenting supported VBA objects properties & methods - next to VBA functions - will precise VBA data model supported scope, thus easing MSOffice docs conversion to LibreOffice. Hoping this clarifies ! -- You are receiving this mail because: You are the assignee for the bug.
