[dev] Basic Libraries and security

2005-08-12 Thread Peter Eberlein
Hi, is there a way to move the standard library from the userprofile to the shared folder? The reason (please correct me, if I'm wrong): I've written some global macros as calc functions, and calc functions must be located in the standard library. But I want to encrypt the code or make it

[dev] A question about the view cursor in Calc

2005-08-12 Thread Michael Mi
Hi, I want to make a program which can automatically move the current view cursor to a particular cell in Calc. I checked the development guild, but found no clue. Anybody can tell me what service/interface I should use? Thanks Michael

[dev] Translate MS Word From Command Line

2005-08-12 Thread Christopher Pryce
I'm new to Open Office, and a bit new to Command Line interfaces (I'm a Mac user). If I had an OOo installation on a Linux box, can a I use a Perl application to upload an MS Word file, and have this Perl application call the shell to have Open Office translate the .doc file to an .swx file? I

Re: [dev] A question about the view cursor in Calc

2005-08-12 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Michael, I want to make a program which can automatically move the current view cursor to a particular cell in Calc. try ... Sub Main Dim oDocument as Object Dim oView as Object Dim oSheet as Object Dim oCell