Re: OpenOffice API Programming

2016-03-10 Thread Andrew Douglas Pitonyak
You can create Macros in Basic and tie them to toolbar icons or keyboard short cuts. You can also create an extension with a menu item. On 03/09/2016 03:31 PM, Michel wrote: Good day everyone, I'm interested in programming a little extension for OpenOffice, especially Impress. But currently

Re: Set property of selected cell range in a textable in Writer

2015-07-08 Thread Andrew Douglas Pitonyak
First, you need to understand what is returned when you get the current selection and then you need to check for it. For example: Nothing selected or multiple text ranges: com.sun.star.text.TextRanges ne or more cells selected in one block: com.sun.star.text.TextTableCursor So, you must

Re: STOP SENDING TRASH

2015-01-08 Thread Andrew Douglas Pitonyak
It is more likely that she is subscribed, but, that will not show in the TO field. I think that this is Victoria and her specialty, although highly technical, is not related to computers. Seems like an odd list for her to have subscribed to, so not sure how it occurred. Victoria, remember

Re: loadComponentFromURL - Solaris 11 OO 3.3

2014-01-21 Thread Andrew Douglas Pitonyak
Given all of the lists that you copied, I assumed that you were not subscribed so I copied you directly. Please respond to the list rather than me directly so that others will see your response... On 01/15/2014 07:00 PM, Steele, Raymond wrote: Hello, I have OpenOffice 3.3 installed and

Re: EXTERNAL: Re: loadComponentFromURL - Solaris 11 OO 3.3

2014-01-21 Thread Andrew Douglas Pitonyak
instead of the one installed by the Solaris apps. If I change my LD_LIBRARY_PATH to include the one openoffice requires, I then get other library references out of sync. Raymond -Original Message- From: Andrew Douglas Pitonyak [mailto:and...@pitonyak.org] Sent: Tuesday, January 21, 2014 6:49

Re: trouble with program that i cant figure out

2014-01-04 Thread Andrew Douglas Pitonyak
Couple of comments: First, the API list is probably not the best list for such a question. I recommend that you use the user's mailing list (see http://openoffice.apache.org/mailing-lists.html) You can subscribe by sending an email to : users-subscr...@openoffice.apache.org You can then

Re: *.docx

2013-09-26 Thread Andrew Douglas Pitonyak
On 09/26/2013 06:11 AM, K.Misha wrote: I distribute OpenOffice in Ukraine. A lot of people ask me if OpenOffice will be working with *.docx extension. Will be? I had expected docx writing in AOO on this next release based on comments shortly after 4.0.0 was released, but I have not seen the

Re: Find\replace in writer

2013-09-26 Thread Andrew Douglas Pitonyak
On 09/26/2013 01:20 AM, Ariel Constenla-Haile wrote: On Wed, Sep 25, 2013 at 04:31:52PM +0300, K.Misha wrote: Hello! What interface i need to use to find\replace text in writer documet? Search and Replace in text documents is described in the Developer's Guide:

Re: *.docx in OpenOffice 4.0

2013-09-26 Thread Andrew Douglas Pitonyak
On 09/26/2013 09:50 AM, K.Misha wrote: Hi, Andrew. OpenOffice4.0 opens *.docx format. Yes, but it does not WRITE the docx format. I should have emphasized that it reads DOCX formats, and that the capability has been improved for the latest release. Thanks for the clarification for my