Apache OpenOffice (AOO) Bugzilla – Issue 112450
Using the command line macro calling don't work with ODB files
Last modified: 2013-08-07 15:45:09 UTC
Steps to reproduce: 1- save the following attached files 1- open a Windows shell console 2- execute line command: "%programfiles%\<ooo-dir>\program\soffice.exe" <path_to_file>\Arg.ods macro://Arg/Standard.Module1.PysTest("Good") 3- ODS runs and a dialog is displayed with "Good" 4- execute line command: "%programfiles%\<ooo-dir>\program\soffice.exe" <path_to_file>\Arg.odb macro://Arg/Standard.Module1.PysTest("Good") 5- ODB runs but did not execute the macro Reproductible with DEV300_m82 too
Created attachment 70035 [details] ODB document contains macro
Created attachment 70036 [details] ODS document contains macro
Confirmed w/ Ubutnu 10.04, OO.o3.2.0 (Ubuntu) & DEV300m_81 I tested this with the macro embedded in the ODB/S file and stored in the stand-alone Standard Library. When the command line opens an ODB file the MACRO option on the command line is ignored.
set target.