[api-dev] Re: Severe PrinterSettings Problems, need confirmation

2011-03-16 Thread Fernand Vanrie
Mathias, Any idea, who is working on or in what version we can do some testing ? thanks Fernand Hi Fernand, On 09.03.2011 14:24, Fernand Vanrie wrote: Hallo Sinds 3.3 (windows) all PrinterSettings except the Printer Name are no longer persistent and not stored anywhere not in the profile,

[api-dev] read oo Enum/Constant values with VBScript ...

2011-03-16 Thread Oliver Brinzing
Hi, is it legal to use the following source code for reading oo Enum/Constant values ? cause i found all vbscript examples seem to use direct values instead of constants, for example: http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Bridge/Automation_Bridge and i am not a

[api-dev] Problem with newlines

2011-03-16 Thread Christian Voigt
Hi, I've figured out a strange behavior while adding text. Adding multiple lines to an XTextDocument works fine on linux when using method in LISTING but not on Windows. In both cases (using \n or \r\n) on Windows are added 2 newlines for every single newline. I dont't know where to begin

[api-dev] using external libraries with Pyuno components

2011-03-16 Thread Paolo Mantovani
Hallo, I'm developing a tool in python that perform some very basic image manipulation. The tool uses the Python Imaging Library (PIL) Now I would like to integrate my tool in OOo as a pyuno component, but PyUno comes without the PIL library Is there any way to deploy such a dependence