Re: [dev] Calc C#CLI programming - Get the used range in a sheet - XUsedAreaCursor

2006-12-18 Thread Niklas Nebel
Paul Veuve wrote: But accessible methods for xUsedCursor in C# are only: xUsedCursor.Equals() xUsedCursor.GetHashCode() xUsedCursor.GetType() xUsedCursor.gotoStartOfUsedArea() xUsedCursor.gotoEndOfUsedArea() xUsedCursor.ToString() There is no

RE: [dev] Calc C#CLI programming - Get the used range in a sheet - XUsedAreaCursor

2006-12-18 Thread Paul Veuve
Hello Niklas, This seems to be ok: unoidl.com.sun.star.sheet.XSheetCellCursor xCursor = xSheet.createCursor(); unoidl.com.sun.star.sheet.XUsedAreaCursor xUsedCursor = (unoidl.com.sun.star.sheet.XUsedAreaCursor)xCursor;

Re: [dev] In the Works: New OOo C++ Coding Standards

2006-12-18 Thread Thorsten Behrens
Hi Eric, you wrote: Let's imagine I'm a new dev willing to contribute to OpenOffice.org : [H] : like common people who want to help, I do have C/C++ background ( something like 3 to 10 years of coding something somewhere) - first question : where are things ? How is organized

Re: [dev] base

2006-12-18 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Glen, I was looking to work on base. I would like to do forms and reports. What exactly are you looking for? Contribution of source code, bug fixes, features, documentation, QA? Do you have own detailed plans what you want to do, or are you still looking for something to start with? If the

[dev] Re: Release intervals

2006-12-18 Thread Ain Vagula
Clytie Siddall wrote: To: l10n, releases CC: mac-porting Hello everyone :) I am very concerned about the current three-month release interval. When I first arrived here, with our fairly complete interface translation, I was met on the lists with a mélange of information about impending

Re: [dev] In the Works: New OOo C++ Coding Standards

2006-12-18 Thread Kohei Yoshida
On 18 Dec 2006 11:46:35 +0100, Thorsten Behrens [EMAIL PROTECTED] wrote: I'd say let's add the rule then. I'm relatively indifferent about this, though - if people think it's ok to start removing external header guards right now (because it will take years to clean them up anyway), I'd be fine

[dev] problems to grant code of openOffice that runs embed in an applet

2006-12-18 Thread Clovis Wichoski
hi, I have a great doubt about a Signed Applet that embed the openOffice, this applet have a ClassLoader that find some jars files located at openOffice instalation directory on client machine. the grant to allow the ClassLoader to read local jars works very well, its something like: grant

[dev] OO 2.1 with jre 1.6 - xml validation problem

2006-12-18 Thread Oliver Brinzing
Hi, now i know whats going wrong: another extension (which i did not develop) deploys a xerces-2.6.2.jar. if i remove the extension (or only the *.jar), from uno_packages\cache\uno_packages\xx.tmp...\ it works ... but is this behaviour correct ? it seems the above mentioned *.jar overwrites