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
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 that OPTIONAL is defined to empty string in a

RE: ruby uno to control openoffice

2015-03-29 Thread Dennis E. Hamilton
It appears that OPTIONAL is defined to empty string in a pre-processor definition. This is probably a conflict with use of OPTIONAL as a way of controlling code inclusion and not as name of a feature in a bit flag [;). - Dennis -Original Message- From: Brick Ma