[api-dev] Re: Error building OOo (mozilla) on Windows

2011-03-09 Thread Michael Stahl
On 08/03/2011 20:10, Knut Olav Bøhmer wrote: By build now stoped in at instsetoo_native because it did not understant TEMP=C:\tmp Easy fix, but, the building procedure on Windows is really unstable.. indeed, there are too many temp dir variables, and too many path notations to choose from.

[api-dev] SDK cleanup ...

2011-03-09 Thread Jürgen Schmidt
Hi, to reduce the maintenance effort for the SDK in the future i plan to cleanup the SDK a little bit. The first step should be to remove some of the examples that are either redundant or not really important. But i plan to make the sources available somewhere else in a new separate repository

[api-dev] Severe PrinterSettings Problems, need confirmation

2011-03-09 Thread Fernand Vanrie
Hallo Sinds 3.3 (windows) all PrinterSettings except the Printer Name are no longer persistent and not stored anywhere not in the profile, not in the document. Within the settings we have the options who are not Printer specific and we have Settings who are bound to a specific printer.

[api-dev] XTextSection set background image API Changes ?

2011-03-09 Thread underscore
I was setting the background image as follows : (xSectionProps is the XPropertySet of a XTextSection ) Object bitmapTable = createInstance(com.sun.star.drawing.BitmapTable); XNameContainer nameContainer = ooQueryInterface.XNameContainer(bitmapTable); String graphicName =

[api-dev] Re: XTextSection set background image API Changes ?

2011-03-09 Thread Peter Eberlein
Am 09.03.2011 15:44, schrieb underscore: I was setting the background image as follows : (xSectionProps is the XPropertySet of a XTextSection ) Object bitmapTable = createInstance(com.sun.star.drawing.BitmapTable); XNameContainer nameContainer =