RE: ruby uno to control openoffice

2015-04-09 Thread Dennis E. Hamilton
. Namaste, - Dennis -Original Message- From: Brick Ma [mailto:brickman...@gmail.com] Sent: Wednesday, April 8, 2015 04:30 To: dev; Dennis Hamilton Subject: Re: ruby uno to control openoffice Hi,Dennis I replace openoffice 3.4.1 to openoffice4.1.1. static const ::sal_Int16 OPTIONAL

Re: ruby uno to control openoffice

2015-04-08 Thread Brick Ma
- From: Brick Ma [mailto:brickman...@gmail.com] Sent: Thursday, April 2, 2015 08:47 To: dev; Dennis Hamilton Subject: Re: ruby uno to control openoffice I wrote a line(#define OPTIONAL OPTIONAL) in PropertyAttribute.hdl. It seems works. E:\RUNO-master\include\com/sun/star/beans

Re: ruby uno to control openoffice

2015-04-03 Thread Brick Ma
for any of those capitalized names that do not fail. There may be clues there. - Dennis -Original Message- From: Brick Ma [mailto:brickman...@gmail.com] Sent: Thursday, April 2, 2015 08:47 To: dev; Dennis Hamilton Subject: Re: ruby uno to control openoffice I wrote a line(#define

Re: ruby uno to control openoffice

2015-04-02 Thread Brick Ma
, 2015 08:06 To: dev; dennis.hamil...@acm.org Subject: Re: ruby uno to control openoffice But with the same PropertyAttribute.hdl i had built c++ sample DocumentLoader.cxx,and it works . How can i disable this feature of pre-processor -Brick On Sun, Mar 29, 2015 at 11:56 PM, Dennis E

RE: ruby uno to control openoffice

2015-04-02 Thread Dennis E. Hamilton
. There may be clues there. - Dennis -Original Message- From: Brick Ma [mailto:brickman...@gmail.com] Sent: Thursday, April 2, 2015 08:47 To: dev; Dennis Hamilton Subject: Re: ruby uno to control openoffice I wrote a line(#define OPTIONAL OPTIONAL) in PropertyAttribute.hdl. It seems works

Re: ruby uno to control openoffice

2015-04-01 Thread Brick Ma
, 2015 08:06 To: dev; dennis.hamil...@acm.org Subject: Re: ruby uno to control openoffice But with the same PropertyAttribute.hdl i had built c++ sample DocumentLoader.cxx,and it works . How can i disable this feature of pre-processor -Brick On Sun, Mar 29, 2015 at 11:56 PM, Dennis E. Hamilton

RE: ruby uno to control openoffice

2015-03-31 Thread Dennis E. Hamilton
Subject: Re: ruby uno to control openoffice But with the same PropertyAttribute.hdl i had built c++ sample DocumentLoader.cxx,and it works . How can i disable this feature of pre-processor -Brick On Sun, Mar 29, 2015 at 11:56 PM, Dennis E. Hamilton dennis.hamil...@acm.org wrote: It appears

Re: ruby uno to control openoffice

2015-03-30 Thread Brick Ma
Subject: ruby uno to control openoffice Hi,All There is a runo on github developed by hanya. Ruby-UNO (Ruby-OpenOffice) native bridge. http://wiki.github.com/hanya/RUNO/ I spend days to build the runo on window 7 with ActiveScriptRuby2.2, openoffice 3.4 and vs2010. i got this error

RE: ruby uno to control openoffice

2015-03-29 Thread Dennis E. Hamilton
...@gmail.com] Sent: Sunday, March 29, 2015 07:09 To: dev Subject: ruby uno to control openoffice Hi,All There is a runo on github developed by hanya. Ruby-UNO (Ruby-OpenOffice) native bridge. http://wiki.github.com/hanya/RUNO/ I spend days to build the runo on window 7 with ActiveScriptRuby2.2

ruby uno to control openoffice

2015-03-29 Thread Brick Ma
Hi,All There is a runo on github developed by hanya. Ruby-UNO (Ruby-OpenOffice) native bridge. http://wiki.github.com/hanya/RUNO/ I spend days to build the runo on window 7 with ActiveScriptRuby2.2, openoffice 3.4 and vs2010. i got this error which i dont understand why .