[api-dev] [EMAIL PROTECTED] REQUEST: unanswered questions

2006-03-01 Thread Michael Hoennig
Dear OpenOffice.org community, We really would like to see all questions answered, but we need your help to keep track of your questions and their answer status. Thus, if you still have a question unanswered for more than two days, feel free to place a reminder on the list. But maybe you should

Re: [api-dev] Across sheet parameter to custom function?

2006-03-01 Thread Ian Laurenson
On Wed, 2006-03-01 at 09:54 +0100, Niklas Nebel wrote: > Ian Laurenson wrote: > > I can not work out how to pass a range parameter that works across > > sheets to a custom macro. > > > > E.g. In a cell on a spreadsheet: > > =FNMYCUSTOMFUNCTION(Sheet1.B41:Sheet6.C88) > > That's not supported. You

[api-dev] FollowStyle & Next Style

2006-03-01 Thread Kent Gibson
Does FollowStyle correspond to "Next Style" in the user interface? And there is an error in the documentation at: http://api.openoffice.org/docs/common/ref/com/sun/star/style/Style.html there is no way unless I am really whacked out that FollowStyle could be a boolean. Thanks. _

[api-dev] OOoBean correct termination

2006-03-01 Thread cedric . bosdonnat . ooo
Hi everybody, I'm using the OOoBean and would like to terminate correctly the OOo I've started. I used the code of the Developer's Guide example (http://api.openoffice.org/source/browse/api/odk/examples/DevelopersGuide/OfficeBean/OOoBeanViewer.java) and I get the exception pasted at the end of the

Re: [api-dev] How to close the quickstarter

2006-03-01 Thread Tom Schindl
Hi, Thanks for your contribution your snippet has been added to our collection and can be found here: http://codesnippets.services.openoffice.org/Office/Office.HowToCloseTheQuickstarterUnderWindows.snip Tom signature.asc Description: OpenPGP digital signature

Re: [api-dev] [code snippet] Remove iterative and transient menubar items

2006-03-01 Thread Tom Schindl
Hi, thanks for your contributionm your snippet has been added to our collection and can be found here: http://codesnippets.services.openoffice.org/Office/Office.RemoveIterativeAndTransientMenubarItems.snip Tom signature.asc Description: OpenPGP digital signature

Re: [api-dev] Re: Re: Re: Re: OpenNewView snippet code

2006-03-01 Thread Tom Schindl
Hi, sorry for the delay but I didn't time 'til now. Your snippet has been added to the collection and can be found here: http://codesnippets.services.openoffice.org/Office/Office.OpenNewView.snip Tom signature.asc Description: OpenPGP digital signature

[api-dev] How to close the quickstarter

2006-03-01 Thread Didier Dorange-Pattoret
Hi, I suggest a new snippet. -- Didier Dorange-Pattoret http://www.dmaths.org http://sesamath.net S'inscrire à la liste de diffusion de dmaths: [EMAIL PROTECTED] Ses archives: http://listes.dmaths.org/wws/arc/users Les Forums: http://www.dmaths.org/modules.php?name=Forums Mailing List in engl

Re: [api-dev] Across sheet parameter to custom function?

2006-03-01 Thread Niklas Nebel
Ian Laurenson wrote: I can not work out how to pass a range parameter that works across sheets to a custom macro. E.g. In a cell on a spreadsheet: =FNMYCUSTOMFUNCTION(Sheet1.B41:Sheet6.C88) That's not supported. You should separate the range into several single-sheet range parameters. Nikla