[dev] Re: Dev. tools

2011-04-02 Thread Joost Andrae

Hi,

there's some documentation available. Please have a look at the 
following pages:


http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide
http://wiki.services.openoffice.org/wiki/Using_Cpp_with_the_OOo_SDK
http://api.openoffice.org/
http://wiki.services.openoffice.org/wiki/OpenOffice_NetBeans_Integration

If you develop on Windows then please have a look at the following page:
http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows


I'd like to develop (modify source code) OpenOffice, but I don't know
which tools and methods you use. For developing the extensions anyone
may use NetBeans or MS VS. In case of OpenOffice, there is no
information about tools and IDEs which are used by developers of
OpenOffice. Could you tell me about OpenOffice developing process? What
tools and IDEs you use to develop and debug OpenOffice?


I hope that's sufficient for you.

Kind regards, Joost

--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[dev] Re: OO 3.3 is installing JRE 1.6.22 (already have 1.6.24)

2011-03-14 Thread Joost Andrae

Hi Stuart,


I just updated to OpenOffice 3.3.0 (OOO330m20 (Build:9567)).  The update
installed JRE 1.6.22.

If I remove JRE 1.6.22, will OpenOffice still work?


yes. If you completely remove Java from your system then only some parts 
will not work eg. the database is Java based and some wizards or some of 
the document (XSLT based) filters that rely on Java. If you installed 
extensions then it depends on the extension if it has been written in 
Java or not.


Kind regards, Joost

--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


Re: [dev] Provoke crash reporter on Windows

2010-12-17 Thread Joost Andrae

Hi,

just a remark:

You could also use the kill.exe from

http://hg.services.openoffice.org/OOO330/file/97f1a2f4892b/sal/systools/win32/kill

and using it this way:

kill.exe -NULL soffice.bin (do not kill the soffice.exe)

Kind regards, Joost


On 17.12.10 12:50, Andor E wrote:

Thanks for the tip. That's exactly what I was looking for.

eymux

On Fri, Dec 17, 2010 at 9:36 AM, Stephan Bergmann
stephan.bergm...@oracle.com  wrote:


On 12/17/10 09:28, Andor E wrote:


I'm trying to create my own crash reporter for OOo. My problem is, that
I'm
unable to crash OOo in a reliable way on Windows. On Linux it's quite easy




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Re: Debugging Hanging OOo

2010-11-29 Thread Joost Andrae

Hi,

ouch...it must read http://qa.openoffice.org/issues/show_bug.cgi?id=115804

Information about CWS fwk160 can be found here:
http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=falseId=9850Path=DEV300%2Ffwk160


The fix has been applied to CWS fwk160. The change set is
273247:f2e6d56eb5b7. The issue is i115804 with the stacktrace included.

https://so-web.germany.sun.com/iBIS/servlet/edit.ControlPanel?tid=i115804


Thanks! This is great news :) I'll test this on couple of hundred
installations.
But this hyperlink does not work for me.


Kind regards, Joost

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Dev builds m92 and m93 core dumps

2010-11-16 Thread Joost Andrae

Hi,

could you please generate a callstack ? You could use the command 
'pstack' to generate it from the core file.



My platform OS - Solaris Express 11 (b151a)
Hardware - HP Z800 Dual 5590 processors, 24 gig ram

When I start OOO exactly 55 seconds later I get a core dump, leaving the
program alone, non-interactive, it happens by itself. The core dumps
started with m92 on Opensolaris b134. I upgraded today to Solaris
Express 11 and installed m93 and still the same core dump.


Kind regards, Joost

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Ubuntu desktop 10.4.1 de: Cannot start OOo, because

2010-09-15 Thread Joost Andrae

Hi,




I suggest you

   sudo chown -R administator:administrator
/home/administrator/.openoffice.org

to clean up the mess.  :)


:-)

Thank you very much for your efforts !



I believe you just mixed up 'su -' with 'su' ...

Kind regards, Joost

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Re: How to get logs from non product builds

2010-09-15 Thread Joost Andrae

Hi,


How should that combination be pressed? Alt, then add Shift, then add
Control and the D key? Or one by one in sequence?


within a debug build press Ctrl+Shift+Alt+D at the same time to get the 
debug window.


Kind regards, Joost


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] What is the best desktop tool to browse/navigate the OOo source?

2010-07-07 Thread Joost Andrae

Hi Samphan.


What is the best GUI source browser/cross-reference tools for the giant
OOo source now?
sourcenav? eclipse?


do you mean something like http://svn.services.openoffice.org/opengrok/ ?

If you just like to browse the source then 
http://hg.services.openoffice.org/ might be something for you.


DEV300 codeline is to be understood as 'trunk'
OOO330 release codeline is a branch-off of DEV300_m84 milestone to 
stabilize this branch before OpenOffice.org 3.3.x release (next: 3.3.0)


Information about the API can be found here: http://api.openoffice.org/
Information about usage of a NetBeans plugin can be found here: 
http://wiki.services.openoffice.org/wiki/OpenOffice_NetBeans_Integration
Information about usage of an Eclipse plugin can be found 
here:http://wiki.services.openoffice.org/wiki/OpenOffice_Eclipse_Integration


Kind regards, Joost

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Want to help develop using Java

2010-07-02 Thread Joost Andrae

Hi Liran,

there's some documentation available to get started. Maybe these links 
help you to understand a bit better how to develop for OpenOffice.org:


http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide
http://api.openoffice.org/
http://codesnippets.services.openoffice.org/index.xml
http://wiki.services.openoffice.org/wiki/Extensions
http://wiki.services.openoffice.org/wiki/Extensions_development_java
http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html
http://download.openoffice.org/sdk/index.html


I am  interested in helping develop Open Office, using Java language. I am a
Computer Science first degree student at a University. I am
interesting in *actually
writing a code* that will be used in Open Office.
Maybe you can give me specific directions on how to begin ?
I have read the TO-DO list...


Kind regards, Joost

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Need you help on a string: Panel Deck Tab Bar

2010-06-22 Thread Joost Andrae

Hi Sophie,

Does one of you recognize his baby and could enlighten us (L10n people 
in cc of the mail) on what it is supposed to be/do:


[Panel Deck Tab Bar]

This string is located in the openoffice/accessibility/source/helper.po.



If I'm not wrong it must be this change:
http://hg.services.openoffice.org/DEV300/diff/88ad3a3f14bf/accessibility/source/helper/accessiblestrings.src
Integrated by CWS slidecopy (integrated into DEV300m81) by using issue 
http://qa.openoffice.org/issues/show_bug.cgi?id=111236

Feature mail:
http://tools.services.openoffice.org/EIS2/changesmails.EditFeature?Id=4653

Maybe Frank Schoenheit can shed some light on this accessibility related 
string...



Kind regards, Joost

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Re: [ux-discuss] Re: CWS printerpullpages now ready for QA

2009-10-26 Thread Joost Andrae

Hi,

it has been brought to my attention that the issue list posted could be 
mistaken for fixed issues; that is not the case. The list I posted was 
meant to be a list of issues that are already known - and therefore need 
created as duplicates - and will be fixed as a follow up. For a list of 
tasks that are fixed in CWS printerpullpages please look here:


http://tools.services.openoffice.org/EIS2/cws.ShowCWS?Id=7202logon=trueOpenOnly=falseSection=Tasks 



Sorry for the inconvenience.



for your convenience take this link (doesn't need a logon):
http://tools.services.openoffice.org/EIS2/cws.ShowCWS?Id=7202logon=trueOpenOnly=falseSection=Tasks

Kind regards, Joost

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Reminder: Make Sure your specifications are suitable for the WhatsNewGuide creation

2009-10-14 Thread Joost Andrae

Hi,

If others agree to such a change I would like to implement something 
like that extra section within the Feature Mail as you have suggested 
with some kind of fallback to the old handling if the new field in the 
EIS FeatureMail Information is not being set.


So what do others think?



me as the main user of the output data (to generate the Release Notes 
for each release) can only support Ingrid's request.


+1

Kind regards, Joost

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] extracting document statistics on a server using open office

2009-10-09 Thread Joost Andrae

Hi,


I want to do server side extraction of document statistics in all document
types supported by Open Office Writer on a Linux server. The statistics I am
interested in is the word count, character count and number of pages. Are
you aware of any way in which this can be achieved using Open Office?


You don't need OOo for that, you can use some XML processing on the
meta.xml stream inside the ODF package file format. Another way would be
 writing some Java code using ODFDOM, I assume.


further information about ODFDOM can be found here:
http://odftoolkit.org/

Kind regards, Joost

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Trouble in langauge

2009-09-23 Thread Joost Andrae

Hi,

how is your locale setting ? (open a terminal and type the word 'locale' 
and press return)




I meet a trouble with the langauge, it happens when my program invoke
the OO API to do the conversion from ppt to html, the following is the
detail:
1. Environment:
OS: OpenSuse11.1
OO 3.1.1 with SDK
2. The ppt document has chinese fonts which no problem to display
3. It is no problem when I do it in X-Windows manually to perform the
conversion into HTML file, both text and image mode
4. It is no problem when the program invoke the API to convert the ppt
into text HTML
5. The problem happens when convert the chinese ppt document into html
IMAGE mode



Kind regards, Joost

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] What is a SLOT and What is a WHICH?

2009-08-05 Thread Joost Andrae

Hi,

have a look at the following wiki page:

http://wiki.services.openoffice.org/wiki/Framework/Article/OpenOffice.org_2.x_Commands

The column ID contains the so called Slot IDs. These IDs were used to 
access UI elements from within a URL object.


example:

slot:5500 will open the New Document From Template dialog.


Kind regards, Joost


Zhu Lihua schrieb:

Hi all,

I read the following code in OOo source code(itempool.hxx):

#define SFX_WHICH_MAX 4999

static int  IsWhich(USHORT nId) {
return nId  nId = SFX_WHICH_MAX; }
static int  IsSlot(USHORT nId) {
return nId  nId  SFX_WHICH_MAX; }


I think: if nId  4999, it's a Slot. if nId = 4999 and nId !=0 , it's a Which. 


What are the terms slot and which mean?
Thank you!



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Description of source tarballs

2009-07-03 Thread Joost Andrae

Hi Per,

I am currently updating the Getting it wiki page with some new 
information, and would like to know the following.


http://wiki.services.openoffice.org/wiki/Getting_It

I have added the extensions and testautomation tarballs in the article. 
Can somebody please send a good short description for these two?


Would it be correct to remove the section about CVS in favour of 
Subversion?


not yet because CVS is still used for OOo 2.4.x. But there should be a 
section describing the usage of SVN.


Joost

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Description of source tarballs

2009-07-03 Thread Joost Andrae

Hi,


Maybe this is that page?

http://tools.openoffice.org/svn_checkout.html

Is there anything missing except maybe some user details? To me it seems 
very good.


From my POV this page contains at least all information needed.

Kind regards, Joost

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Description of source tarballs

2009-07-03 Thread Joost Andrae

Hi,

I've updated http://download.openoffice.org/3.1.0/source.html to contain 
this link





Maybe this is that page?

http://tools.openoffice.org/svn_checkout.html



Kind regards, Joost

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Which solution to add labels size.

2009-03-27 Thread Joost Andrae

Hi,

I prefer to have an extension to add labels. This gives label producers 
the option to define the time frame for an update of their labels.


Kind regards, Joost

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Re: Our distribution systems

2008-10-12 Thread Joost Andrae

Hi Per,

there's a wiki page where things about Bouncer are collected:

http://wiki.services.openoffice.org/wiki/Bouncer

Information about our mirror infrastructure can be found here:

http://distribution.openoffice.org/mirrors/

Do we have a web page/wiki describing our systems which are involved 
with distribution? I am talking about our Bouncer, how our FTPs work, 
and you mentioned something called Sentry? Which servers are involved, 
and which software?


Kind regards, Joost


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Help with Calc TRUE function interrupting alphabetical listing

2008-09-01 Thread Joost Andrae

Hello Ann,

just enter it as 'True

By using the apostrophe the following text is handled as text. Otherwise 
the TRUE is handled as function which gives 1 (formatted as TRUE) as 
return value.



I am new to OO, but am loving it thus far.  I do have a dilemna with the
TRUE function.  I have created a database of personal contact info for an
exhibit I am curating.  One of the artists has the surname of 'True'.  I've
tried again and  again to enter as such, but Calc automatically changes it
to 'TRUE' and apparently attaches the TRUE function to it.  It also lists
the name at the top of the list when I sort the data.
Please advise on how to override this.


Kind regards, Joost

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Any workaround for auto file extension always on?

2008-01-11 Thread Joost Andrae

Hi,

on 'real' operating systems file extensions aren't necessarily needed as 
the operating system provides automatic file content detection by itself 
(eg. /etc/magic). Inside OpenOffice.org in case of text files (eg. 
ASCII) there's the only exception I know because if a text file uses the 
file extension .csv then this file is opened in Calc and otherwise 
Writer will care about text files. I can second your opinion that the 
removal of an 'auto-extension' is not useful because files can be 
overwritten by accident but in my opinion the user should have the 
choice to create files without an extension.


Kind regards, Joost





As can be seen in our user lists and elsewhere the inadvertent removal
of auto-extension is a source of severe user problems including data
loss. I know several examples where users have overwritten their
original document with a pdf they have created. There are also numerous
examples where users couldn't reopen their documents from the desktop or
even didn't find them at all because they accidently saved them without
extensions. So removing the check box basically was a good idea.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] How to get a list of all CWS in a build?

2007-08-23 Thread Joost Andrae

Hello Joe,

to look at EIS was a good idea...

I'm looking at cws impress122 and I want to know if it has been 
integrated in the OOG680_mX builds. How can I do that?


According to EIS, impress122 was integrated in m218 for 2.3:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fimpress122 


have a look at the Master Workspace Info link to get an idea which 
version the OOG680 branch is based on


The parent milestone points to SRC680 m225. SRC680_m255 was the 
version OOG680_m0 was branched off SRC680 (head) codeline and the 
current build on OOG680 is m2.





but that's a different branch (OOF680), and I don't know if the G branch 
will absolutely include all the cws' from the F branch.


OOG680 is the release branch for the upcoming 2.3.x version[s]. OOF680 
was the release branch for version 2.2.0 and 2.2.1.




The release notes list changed cws' but not all cws'; impress122 may not 
have changed for this release.


The release notes for SRC680_m218 lists this CWS as integrated:
http://development.openoffice.org/releases/2.3.m218_snapshot.html



I remember seeing somewhere a page that would list all cws integrated in 
a specific release, but now I can't find that page.


Any clues?


...use eis.services.openoffice.org and use it's CWS search features (esp 
the Milestone integrated after and the Milestone integrated before 
feature.



Kind regards, Joost

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] i71990 closed as a duplicate of i3884, while topics are different

2007-05-16 Thread Joost Andrae

Hi Pierre-André,

try it again...



I don't have the rights to, but I suppose someone (maybe KPalagin)
could do it.



Kind regards, Joost

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] how to speed up pdf export?

2007-04-03 Thread Joost Andrae

Hi Laurent,

if you print to a postscript printer and want to reduce transparency, 
gradients and other things to reduce the output size of the printout 
then please have a look at /tools/options/print.



I noticed that when I try to print to a PS file instead, Impress warns me
that the Impress document contains transparent objects.


Kind regards, Joost

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Keyboard shortcuts for common diacritics

2006-11-15 Thread Joost Andrae

sure...

Christian Lohmaier wrote:


The other way round.. Activate deadkeys. Or use compose sequences or use
groupshift/meta,... There are tons of different solutions and each of
them is better than defining shortcuts in an application.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Keyboard shortcuts for common diacritics

2006-11-14 Thread Joost Andrae
...or if you're working on Linux you might set NODEADKEYS within your X 
configuration to allow the input of characters like áàéèî etc...


Kind regards, Joost



Can't you just pretend to your desktop environment (GNOME, Windows, etc)
that you have a French keyboard? At least on Windows it's easy to add
keyboard layouts, and keyboard layouts are program-specific, so you can
in one open Writer window use a French keyboard layout, and still use
the US layout in all your other windows. You might want to write the
French key symbols, where different, with some suitable marker on your
keyboard if you can't remember them by heart ;)


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] cpu looping in cupsd and soffice.bin

2006-10-23 Thread Joost Andrae

Hi Andy,

I'm not sure but I think it's network configuration related (because of 
the 'gettimeofday' system call). Did you have a look at your /etc/hosts 
if there is an entry for localhost available ?


...something like

127.0.0.1   localhost

and did you check your /etc/nsswitch.conf if the name resolution has the 
correct order ?


Kind regards, Joost

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] cpu looping in cupsd and soffice.bin

2006-10-23 Thread Joost Andrae

oops...sorry...

Cups administration default port was 631

http://localhost:631 should point you to Cups administration.

Kind regards, Joost


That only gives Could not connect to host localhost (port 431) whatever user 
I try.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] cpu looping in cupsd and soffice.bin

2006-10-23 Thread Joost Andrae

Sorry. I have no idea.

workaround:
The environment variable SAL_DISABLE_CUPS set to a value (eg. 1) 
disables cups use within OpenOffice.org. In that case you can manually 
configure your printers using OOo's printer administration tool spadmin 
which you can find within the program directory of OOo.


Kind regards, Joost


OK, that gets me to the admin page, but as soon as I try any admin tasks, I 
get an authentication dialogue where neither root no lp allow me in. I get 
the message: This server could not verify that you are authorized to access 
the resource (a 401 from the browser). So I don't know at the moment how I 
can use this interface, nor what I would look for.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Why I no longer do beta testing for OOo

2006-09-28 Thread Joost Andrae

Hi Utomo,

please consider targets before you form an opinion about such a query.

When considering targets like 2.1 and 2.x that query really looks 
different. In my opinion attracting more developers to work on 
OpenOffice.org in general is a good idea.


Kind regards, Joost



I think Too many issue for the developer to handle, maybe.
Any suggestions how to help this situations ? 
Maybe attracting more outside developer ? 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Re: Build ID INSANITY...

2006-01-24 Thread Joost Andrae

Hello G. Roderick,

having the version information displayed within the bitmap is a feature 
that simply hasn't been implemented.
Adding the version information to that splash screen would mean that the 
bitmap has to be changed for every build. This is not really manageable. 
In case of the OOo-Dev2.0 build it's a setting within the build 
environment to use the other splash screen instead of the OpenOffice.org 
2.0 splash screen. The 2.0 spash screen will be used for 2.0.2 RC again.


Kind regards, Joost


Not certain I understand. Are you saying that the bitmap is fixed and
cannot be changed or that the bitmap is such a pain to change that doing
so is not worth it? I ask because I see on invoking OOo that the
splashscreen dynamically shows loading progress and, also, that there is a
new splashscreen for the developer snapshots. 
Please explain why adding the release and build info cannot be inserted in

the same manner as the progress bar.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Snapshots

2005-11-14 Thread Joost Andrae

Hi Matt,

take a look at the QA announcement at 
http://qa.openoffice.org/servlets/NewsItemView?newsItemID=319


You will find the builds within the 'developer' subdirectory.

Kind regards, Joost

Matt Needles wrote:

Will someone please direct me to the URL with links to latest snapshot
binaries.  I want to keep testing these.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] OO 2.0 and Perl

2005-05-03 Thread Joost Andrae
Hello Helmut,
did you take a look at CPAN ?
http://search.cpan.org/search?query=OpenOffice.orgmode=all
Regards, Joost

as OO and perl developer i am curius to know weather it is (or will be)
possible to automate oo 2.0 from perl (mainly on linux-machines). i.e.
load a document, move to a certain place in this document, insert text,
close and save a document etc.
if this is possible is there any example-code available?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]