[dev] re: interested in getting involved in open office, 6/25/2005

2005-06-27 Thread darsunt
Dear Sir/Madame I am interested in getting involved in Open Office open source developement. I've been browsing through the openoffice.org website but have difficulty understanding it. I am a recent graduate with a BA in computer science. I am very familiar with C++ and C. Thanks Mark Yang

[dev] basic macro to uno package

2005-06-27 Thread Ales Kahanek
Hi, can anybody give me a hint how to create an uno package? I have small basic macro attached to document close event and I want to create uno package with this macro. The purpose of doing this is that our Delphi application is cooperating with OOo and when our app is installed on a system,

[dev] Stop Ctrl-C(copy) on password field (UnoControlEditModel)

2005-06-27 Thread Aditya Pandey
Hi I have been developing an addon for openoffice for some time. I just observed a behavior in one of dialogs, in which I use UnoControlEditModel for a password field with echochar set to '*'. But anybody can easily ctrl-c (copy) the echo-ed string and copy into a text editor like vi and see

Re: [dev] Problems with XTextTable

2005-06-27 Thread Andre B Derraik
Great Andrew!! Like i said at oooforum.org: Nothing like to talk to the Master! It´s works! At the forum I put some extra code and informations. http://www.oooforum.org/forum/viewtopic.phtml?t=21175 Best Regards and Many Thanks. --- André

Re: [dev] basic macro to uno package

2005-06-27 Thread Daniel Carrera
Hello Ales, I've never made an uno package, but I know of a brief tutorial for making one using *Python*: http://ext.openoffice.org.nz/doku.php?id=cookbook:python_uno_component It's not quite what you want because yours is in StarBasic. But perhaps it'll take you one step forward. Also

[dev] Re: trying to understand data flow for plugin

2005-06-27 Thread Aditya Pandey
James May be you are looking for this location in OpenOffice 2.0 SDK: IDL related example: $(SDK_HOME_DIR)/examples/DevelopersGuide/Components/JavaComponent Menu addition example: $(SDK_HOME_DIR)/examples/DevelopersGuide/Components/ Addons/ProtocolHandlerAddon_java

[dev] re: plugin is enabled, but not in menu bar

2005-06-27 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a package for OO2.0, and I am testing it under OO 1.9.109. My directory structure for the package is: Addons.xcu ProtocolHandler.xcu META-INF manifest.xml dist My plugin jar files lib The jar files needed to be a webservice client My