[dev] Window title not displayed in OOo 3.1.1

2009-12-14 Thread true801
Hi The following macro creates a simple window with a title. OOo 2.4.1 shows the title normally, while OOo 3.1.1 seems to ignore it. Does anyone know what's wrong ? Thanks Option Explicit Sub Main Dim oNewFrame As Object Dim oNewWindow As Object oNewWindow = CreateWindow( GetToolkit,

[dev] Libraries moved from svx module

2009-12-14 Thread Mathias Bauer
Hi, starting with the DEV300m68 build the libraries cui and msfilter are not built in svx anymore. The code for the cui library has been moved to an own module called (surprise!) cui. It also got an own resource file, including its own resource IDs and Help IDs. In result the svx resource file

[dev] New module svl

2009-12-14 Thread Mathias Bauer
Hi, starting with the DEV300m68 a new module svl will be part of our build. The code in this module isn't just a 1:1 copy of the former svl library built in the svtools module, it is a library that contains as much code as possible from svtools that does not have any vcl or toolkit dependency.

[dev] Test Cleanup

2009-12-14 Thread Stephan Bergmann
Hi all, I just embarked on a new project, namely to clean up and consolidate the various test frameworks and corresponding tests available in the OOo build environment. These include at least: - C++ unit tests, based on CppUnit and/or testshl2, and Java unit tests, based on JUnit and/or

Re: [dev] Test Cleanup

2009-12-14 Thread Steffen Grund
Hello, see my 2 cents below. Stephan Bergmann wrote: Hi all, I just embarked on a new project, namely to clean up and consolidate the various test frameworks and corresponding tests available in the OOo build environment. These include at least: - C++ unit tests, based on CppUnit and/or

Re: [dev] Test Cleanup

2009-12-14 Thread bjoern michaelsen - Sun Microsystems - Hamburg Germany
On Mon, 14 Dec 2009 15:06:45 +0100 Stephan Bergmann stephan.bergm...@sun.com wrote: Hi all, I just embarked on a new project, namely to clean up and consolidate the various test frameworks and corresponding tests available in the OOo build environment. ... Comments on all of this are, of

Re: [dev] Test Cleanup

2009-12-14 Thread Juergen Schmidt
Stephan Bergmann wrote: Hi all, I just embarked on a new project, namely to clean up and consolidate the various test frameworks and corresponding tests available in the OOo build environment. These include at least: - C++ unit tests, based on CppUnit and/or testshl2, and Java unit tests,

Re: [dev] Test Cleanup

2009-12-14 Thread Frank Schoenheit, Sun Microsystems Germany
Hi Stephan, I just embarked on a new project, namely to clean up and consolidate the various test frameworks and corresponding tests available in the OOo build environment. That#s highly appreciated! - The so-called UNO-API and Complex tests. These are located in */qa/unoapi and

Re: [dev] StarOffice3.1 executing macros from the command line

2009-12-14 Thread Markus Daniel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hiho, Mathias Bauer schrieb: Markus Daniel wrote: I tried to load the documents with OpenOffice, this works fine, but the layout was not like the original sdw-Files and the pdf-export in early OpenOffice-Versions is not so good as needed.

Re: [dev] Test Cleanup

2009-12-14 Thread Stephan Bergmann
On 12/14/09 16:21, Frank Schoenheit, Sun Microsystems Germany wrote: I just embarked on a new project, namely to clean up and consolidate the various test frameworks and corresponding tests available in the OOo build environment. That#s highly appreciated! - The so-called UNO-API and Complex