Category Archives: OO Basic

Updating my HTML Export

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 … Continue reading

Posted in OO Basic, OO Writer, OpenOffice, Wordpress | Leave a comment

Exporting Partial HTML for WordPress Posts

I’m a bit eccentric and don’t use the visual editor with WordPress on this blog and several others that I maintain. For a number of posts I write my basic material in OpenOffice Writer and then post it. Up to … Continue reading

Posted in OO Basic, OO Writer, Wordpress | 1 Comment

In which I confess to stupidity

In my previous post on sorting a scripture index, I used a rather lousy way of telling where the index was in the document. This came back to bite me today when I changed the number of references to a … Continue reading

Posted in OO Basic, OO Writer, OpenOffice | 6 Comments

Beginning Work with Draw

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 … Continue reading

Posted in OO Basic, OO Draw, OpenOffice | 2 Comments

Listing Tables and Indexes

Here’s a piece of code I adapted from the “Programming Guide to BASIC.” It didn’t actually prove to get me anywhere I wanted to go, but it might help in some other effort. This one simply iterates all indexes and … Continue reading

Posted in OO Basic, OO Writer, OpenOffice | Leave a comment

Sorting a Scriptural Index – Take I

Update: Please see my next try at this. If you mess up the count of instances of “scripture index” in the rather unhandy way I found the scripture index you could get some nasty results. The new one fixes that. … Continue reading

Posted in OO Basic, OO Writer, OpenOffice | Leave a comment

Converting to OpenOffice.org – My Experience

I’ve seen many comments and questions on the various e-mail lists about just how compatible OpenOffice, especially OpenOffice.org Writer, actually is with Microsoft Office. I’ve largely converted my own business, including the publishing element (Energion Publications), and while there are … Continue reading

Posted in OO Basic, OO Calc, OO Writer, OpenOffice | Leave a comment

OO Basic Guide

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. … Continue reading

Posted in OO Basic, OpenOffice | Leave a comment

Fill in OO Calc

On a spreadsheet I needed to enter a formula in one cell and then fill down with that formula over a range. My first thought was that, as in VBA, I would record a macro and get the commands. I … Continue reading

Posted in OO Basic, OO Calc, OpenOffice | Leave a comment