[api-dev] external application getting OOo version number

2007-03-21 Thread Jorge Marques Pelizzoni
Hi, all! I'd like to know what is the easiest way for an external application (say, an ebuild binary) to find out OOo's version number (e.g. 2.0.2). Thanks in advance. Cheers, Jorge M. Pelizzoni ICMC - Universidade de São Paulo

RE: [api-dev] external application getting OOo version number

2007-03-21 Thread Jorge Marques Pelizzoni
threads have discussed how OO Basic can do the same. John Sisson -Original Message- From: Jorge Marques Pelizzoni [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 3:12 PM To: dev@api.openoffice.org Subject: [api-dev] external application getting OOo version number Hi, all

[api-dev] programatically know which platform

2005-09-30 Thread Jorge Marques Pelizzoni
Hi, all! I am using OOo 1.1.4 and would like to know if the API provides a way to identify which the current platform is (windows, linux_x86, etc.) so I can load the right version of a third-party dynamic library. Thanks in advance. Cheers, Jorge.

[api-dev] calling Basic function from C++ component

2005-09-26 Thread Jorge Marques Pelizzoni
Hi, all! Having the service manager passed to a C++ component on its construction, is it possible to execute a function from a Basic Module (passing parameters and retrieving the result)? I'm working on OOo version 1.1.4. Thanks in advance. Cheers, Jorge.

Re: [api-dev] referencing resources inside UNO package

2005-07-21 Thread Jorge Marques Pelizzoni
Great, Paolo! Thank you very much! Cheers, Jorge. Quoting Paolo Mantovani [EMAIL PROTECTED]: Hi, Alle 10:30, giovedì 21 luglio 2005, Jorge Marques Pelizzoni ha scritto: Daniel, Thank you also for your idea, but I am afraid I don't quite get it. As far as I know, pkgchk will only

[api-dev] Dialog controls: relative ImageURLs

2005-07-18 Thread Jorge Marques Pelizzoni
Hi, all! I wonder if there is a way to set property ImageURL (e.g. of CommandButtons) to some kind of relative URL at _design time_ (i.e. not resorting to com.sun.star.util.PathSettings at runtime). I what I need is (in decreasing order of importance): 1 - an application dialog to retrieve

[api-dev] setting OOo options

2005-03-10 Thread Jorge Marques Pelizzoni
Hi, all! I'd like to write a macro setting some of OOo's options (Menu Tools-Options) programatically. Can this be done? So far, by means of recording a macro, I've just got to: dispatcher = createUnoService(com.sun.star.frame.DispatchHelper) dispatcher.executeDispatch(document,

[api-dev] AGAIN: auto grammar checking

2005-01-20 Thread Jorge Marques Pelizzoni
Following Michael Hoenig's advice (unanswered questions), here I am again. AIM: check the current API's support for prototyping a grammar-checker API externally, i.e. without messing with OOo's source. MY QUESTIONS TO API DEVELOPERS REGARDING THE CURRENT API'S CURRENT FEATURES (not necessary