[dev] RE:[dev] question about use XStorag

2007-07-05 Thread cokecola13574
Hi! With your help ,the exoprt in filter works well. But now I get some problem with importing the file that I export. I implement the XImporter as following: void SAL_CALL XXFilter::setTargetDocument( const Reference XComponent xDoc ) throw(IllegalArgumentException,

[dev] proposal for change of cws policies

2007-07-05 Thread Martin Hollmichel
Hi, for a long time it has been already practice that not all child workspaces had to be approved by a QA Team member but also by another developer. The same applies for the involvement of the user experience Team. Together with Lutz for the user experience team and Thorsten for the QA team we

Re: [dev] proposal for change of cws policies

2007-07-05 Thread Eike Rathke
Hi Martin, On Wednesday, 2007-07-04 17:04:39 +0200, Martin Hollmichel wrote: modified version of the child workspace policies on http://wiki.services.openoffice.org/wiki/CWS_Policies http://wiki.services.openoffice.org/wiki/CWS_Policies#Build_Configurations | A CWS must be built on at least

Re: [dev] Netbeans (with Openoffice Plugin ) does not start a new client application

2007-07-05 Thread Werner Schulte
Hi Juergen Juergen Schmidt wrote: Hi Werner, mmh, no that is a hack and i don't want to have it documented in the wiki (i will remove it). Anyway, thanks for your commitment and please don't misunderstand me your feedback is valuable. Thats OK for me as long as it is solved ;-) Your

[dev] OOo Accessibility on WIndows via IAccessible2

2007-07-05 Thread Malte Timmermann
Hi, I am not sure if all of you are aware of IAccessible2 (IA2, http://www.linux-foundation.org/en/Accessibility/IAccessible2 ), and the influence that it will have on Assistive Technology (AT) on Windows. Right now, OOo is not well accessible (with screen readers) on Windows. OOo itself has a

Re: [dev] proposal for change of cws policies

2007-07-05 Thread Michael Meeks
Hi Martin, On Thu, 2007-07-05 at 14:14 +0200, Martin Hollmichel wrote: With the help of Nikolai we are now able to provide a proposal for a modified version of the child workspace policies on http://wiki.services.openoffice.org/wiki/CWS_Policies This looks like an improvement :-)

[dev] Bug in determining Java type for UNO_LONG properties ?

2007-07-05 Thread Rony G. Flatscher
Hi there, tried to find an entry on this in the issue tracker, but have not been successful. Hence, first asking whether this is a bug in the Java interface to UNO or a misconception on my side. Problem: using a property's' Type attribute (prop.Type) one works with a com.sun.star.uno.Type

Re: [dev] RE:[dev] question about use XStorag

2007-07-05 Thread Mathias Bauer
[EMAIL PROTECTED] wrote: sal_Bool SAL_CALL XXFilter::filter( const Sequence PropertyValue rDescriptor ) throw (RuntimeException) { Window* pFocusWindow = Application::GetFocusWindow(); if( pFocusWindow ) pFocusWindow-EnterWait(); Please! Don't use any GUI code in

Re: [dev] RE:[dev] question about use XStorag

2007-07-05 Thread chensuchun
[EMAIL PROTECTED] wrote: sal_Bool SAL_CALL XXFilter::filter( const Sequence PropertyValue rDescriptor ) throw (RuntimeException) { Window* pFocusWindow = Application::GetFocusWindow(); if( pFocusWindow ) pFocusWindow-EnterWait(); Please! Don't use any GUI code in filter

Re: [dev] proposal for change of cws policies

2007-07-05 Thread Peter Junge
Hi Martin, Martin Hollmichel wrote: Hi, for a long time it has been already practice that not all child workspaces had to be approved by a QA Team member but also by another developer. The same applies for the involvement of the user experience Team. Together with Lutz for the user

Re: [dev] proposal for change of cws policies

2007-07-05 Thread Thorsten Ziehm
Moin Peter :-) Peter Junge schrieb: Hi Martin, Martin Hollmichel wrote: Hi, for a long time it has been already practice that not all child workspaces had to be approved by a QA Team member but also by another developer. The same applies for the involvement of the user experience Team.