OpenOffice 3.0 Released
You can download it here, or find a review at pcmag. HT: OpenOffice.org Training, Tips, and Ideas.
You can download it here, or find a review at pcmag. HT: OpenOffice.org Training, Tips, and Ideas.
As a means of teaching myself how to program OO Draw using OO Basic, I am trying to duplicate some of the functionality of a game mapping system I wrote some years ago using C++. I’m going to post my earliest material here just because it took me a bit of effort to find out…
In using OpenOffice Writer for preliminary work on manuscripts I often need to replace large amounts of formatting, mainly eliminating areas in which writers have used character formatting and replacing them with consistent use of styles. The native search/replace is not very good for this. There is an excellent solution, readily available: The AltSearch addon. …
I would really like to be able to recommend to a small business client that they adopt Linux because it is lower cost. I have been able to recommend OpenOffice.org to a number of folks, and have even had it accepted. That is because for most users it will perform all the functions for which…
I have long been an advocate of OpenOffice.org, and have some of my commercial clients using it. For most business needs for an office suite, it provides more than enough capability, and saves companies large amounts of money, even if they make significant donations to the project. I was disappointed in the latest version of…
There’s an important OpenOffice BASIC guide that I failed to mention previously. It’s official, and the main index of the help file for OO BASIC, so I assumed it without mentioning it. It is Programming Guide for BASIC on docs.sun.com. For someone like me who has some experience with VBA, but no clues about OpenOffice,…
In a previous post I provided code for a simple macro I wrote to export text from an Office Writer document that was suitable to paste in the non-visual WordPress editor. The reason I wrote this was to produce the minimal HTML necessary without cluttering the resulting document. Occasionally I write in Writer and then…