Re: [api-dev] options for the pdf export

2010-05-20 Thread Ariel Constenla-Haile
Hello Andreas, On Thursday 20 May 2010, 15:01, Andreas Mantke wrote: > > I have a look on the wiki site > (http://wiki.services.openoffice.org/wiki/API/Tutorials/PDF_export) and > missed the option "FitWindow". AFAIK there is no option (in the PDF configuration) with that name (though I may ha

Re: [api-dev] Handling configuration schema versions

2010-05-20 Thread Stephan Bergmann
On May 20, 2010, at 9:45 AM, Patrick Bernard wrote: > Is it possible design a schema so that configuration data can be migrated > from > an older to a newer version of the schema ? What is the best way to do it ? When, upon OOo startup, the configmgr implementation encounters any configuration

Re: [api-dev] remote bridge with OOo 3.2

2010-05-20 Thread Stephan Bergmann
On May 19, 2010, at 6:37 PM, denis wrote: > using OOo SDK 3.2, the attached C++ example of a manually created bridge > segfaults while accessing the instance of com.sun.star.frame.Desktop > (the last line in the test-function). Set up that way, the UNO environment bootstrapped in your client proce

Re: [api-dev] options for the pdf export

2010-05-20 Thread Andreas Mantke
Hi Ariel, *, Am Samstag, 15. Mai 2010 00:00:13 schrieb Andreas Mantke: > Hello Ariel, > > Am Freitag, 14. Mai 2010 22:17:10 schrieb Ariel Constenla-Haile: > > Hello Andreas, > > > > On Friday 14 May 2010, 17:05, Andreas Mantke wrote: > > > I worked a bit on a PDFexport java application, that was

[api-dev] Re: remote bridge with OOo 3.2

2010-05-20 Thread denis
On Wed, May 19, 2010 at 6:37 PM, denis wrote: > using OOo SDK 3.2, the attached C++ example of a manually created bridge > segfaults while accessing the instance of com.sun.star.frame.Desktop > (the last line in the test-function). > > That is because > > bridge->getInstance ("StarOffice.ServiceM

Re: [api-dev] Base: Disable navigator save button

2010-05-20 Thread Fernand Vanrie
Peter Eberlein wrote: Hi, Am 20.05.2010 14:07, schrieb Fernand Vanrie: Johannes Öberg wrote: Thanks! What is the call I make to perform the same action as when pushing the Save Record button? Starts making a "save" macro ("record" the save action with the macro recorder or write your own basi

Re: [api-dev] Base: Disable navigator save button

2010-05-20 Thread Peter Eberlein
Hi, Am 20.05.2010 14:07, schrieb Fernand Vanrie: Johannes Öberg wrote: Thanks! What is the call I make to perform the same action as when pushing the Save Record button? Starts making a "save" macro ("record" the save action with the macro recorder or write your own basic code) and place a but

Re: [api-dev] Base: Disable navigator save button

2010-05-20 Thread Fernand Vanrie
Johannes Öberg wrote: Thanks! What is the call I make to perform the same action as when pushing the Save Record button? Starts making a "save" macro ("record" the save action with the macro recorder or write your own basic code) and place a button who calls this macro /J 2010/5/20 Fernan

Re: [api-dev] Base: Disable navigator save button

2010-05-20 Thread Johannes Öberg
Thanks! What is the call I make to perform the same action as when pushing the Save Record button? /J 2010/5/20 Fernand Vanrie > Johannes Öberg wrote: > >> Wow, if that's what it takes, it seems easier to write the app in C++ or >> something... >> >> > No :-) just basic will do the job, you c

Re: [api-dev] Base: Disable navigator save button

2010-05-20 Thread Fernand Vanrie
Johannes Öberg wrote: Wow, if that's what it takes, it seems easier to write the app in C++ or something... No :-) just basic will do the job, you can find a lot of examples on the net How can I disable the navigator buttons but still call their functionality Use the Form-properties whe

Re: [api-dev] Application for OO internship

2010-05-20 Thread Juergen Schmidt
Hi Arindam, thank you for your interest in our internship program. You have to apply to a specific project and should send an email to one of the members of the supervisor team. I would also recommend that you start to work with OOo build env and get familiar with the source code. A good sta

Re: [api-dev] Base: Disable navigator save button

2010-05-20 Thread Johannes Öberg
Wow, if that's what it takes, it seems easier to write the app in C++ or something... How can I disable the navigator buttons but still call their functionality from macros? I see you can set "Visible button" by rightclicking on the navigator, but then the user can reenable them (not really a prob

Re: [api-dev] Base: Disable navigator save button

2010-05-20 Thread Fernand Vanrie
Johannes , I was troubled with same problems, we finaly decided NOT to uses the OO buttons for "Editing" only for "Viewing", and keeping the Gui-users as far as posible from or "Tables" We avoid to open OO-DBase-DOC (infact the Gui-user do not know of the exitens of this DbaseDoc) we only "op

[api-dev] Base: Disable navigator save button

2010-05-20 Thread Johannes Öberg
I'm making an Invoice database more user friendly / screwup resistant. Sent invoices are locked and not editable from the interface so people won't change them by mistake (they are still editable in the table view, but that's no problem). You can however view locked invoices and print copies and m

[api-dev] Application for OO internship

2010-05-20 Thread arindam chakraborty
Hello people, I, Arindam Chakraborty, am in my last semester of engineering from Vellore Institute of Technology(VIT), Vellore. We have a Linux Users Group in our college that spread the word for this Internship program. I am currently doing my last semester 6-months internship from *eBay in Chen

Re: [api-dev] Regarding significant digits in cell

2010-05-20 Thread Niklas Nebel
On 05/20/10 07:46, Madhur Kashyap wrote: I cross checked the options. I have not selected "Precision as shown" option. I found a strange Decimal places combo-box present right next to it which has value 2 in it. What is this combo-box supposed to do ? Does this have to do something with getValue

[api-dev] API question on the forum that needs answering

2010-05-20 Thread ccornell - OpenOffice.org
This API question posed on teh OOo Forum could use some expert knowledge. MacOS X support for the UNO Api and NativView http://user.services.openoffice.org/en/forum/viewtopic.php?f=20&t=30752 C. - To unsubscribe, e-mail: dev-un

Re: [api-dev] Handling configuration schema versions

2010-05-20 Thread Patrick Bernard
Le mercredi 19 mai 2010, Stephan Bergmann a écrit : > On 05/19/10 17:03, Patrick Bernard wrote: > > http://util.openoffice.org/common/configuration/oor-document-format.html# > >Versioning| outline describes the possibility to add a version number to a > > configuration schema. How can I handle sche