Re: [api-dev] OpenOffice Add-On in NetBeans: no java files created

2008-10-27 Thread Steffen Grund
Hello George, no, the paths cannot be the problem - they're changed to valid system paths internally. I can reproduce the problem, even in a shell. When I set up the sdk environment and execute the uno-skeletonmaker command in a shell, it crahses. I will check further. Regards, Steffen

Re: [api-dev] Getting the document name displayed in the title bar of the window

2008-10-27 Thread Fernand Vanrie
Stefan, Do you know the all resolving tool Xray ? , Well after 2 minutes using Xray i found thiscomponent.CurrentController.model.title must do the job hope it helps Fernand Stefan Weigel wrote: Hi Fernand, thank you for your suggestion. Fernand Vanrie schrieb: Why not cheking if the

[api-dev] C++ equivalent of the java desk sample

2008-10-27 Thread Alain Rist
Hi, As a homework, I have written a C++ WTL 'equivalent' of the java desk sample: http://www.codeproject.com/script/Membership/Uploads/161329/WtlOOo.zip. The VS/VCExpress project requiring WTL 8.0: http://www.codeproject.com/script/Membership/Uploads/161329/VC2005X.zip. Thanks for any

[api-dev] Removing focus from a control

2008-10-27 Thread Andrew Douglas Pitonyak
I was recently asked how to solve a simple problem. A checkbox in a Calc document calls a macro when it is clicked. I want the macro to select a cell such that the cell is in input mode. Ignoring the checkbox, I can use code similar to the following: Sub CellSelectOne Dim oCell Dim oSheet