Re: [api-dev] undoing things in a document using python

2005-10-24 Thread Alexandro Colorado
of the macro? Have you seen DannyBs Python libraries to wrap the UNO API? http://www.oooforum.org/forum/viewtopic.phtml?t=14409 I tried to import the classes used in the macros I found, but they doesn't exist. if anyone has a solution/idea... Thanks -- Alexandro Colorado CoLeader

[api-dev] Info about Mail modules

2005-11-11 Thread Alexandro Colorado
://api.openoffice.org/docs/common/ref/com/sun/star/mail/module-ix.html -- Alexandro Colorado CoLeader of OpenOffice.org ES http://es.openoffice.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [api-dev] Info about Mail modules

2005-11-11 Thread Alexandro Colorado
On Fri, 11 Nov 2005 16:44:48 -, Mathias Bauer [EMAIL PROTECTED] wrote: Alexandro Colorado wrote: I want to learn more about the mail interface for openoffice.org, I found some information bit is a bit narrow, where can I find more information like developers working on it, dependencies

Re: [api-dev] Info about Mail modules

2005-11-12 Thread Alexandro Colorado
On Sat, 12 Nov 2005 08:09:51 -, Marc Santhoff [EMAIL PROTECTED] wrote: Am Samstag, den 12.11.2005, 08:46 +0100 schrieb Mathias Bauer: Alexandro Colorado wrote: [...] XSmtpService(http://api.openoffice.org/docs/common/ref/com/sun/star/mail/XSmtpService.html) Represents a SMTP

Re: [api-dev] OOo as a Linux service

2005-11-17 Thread Alexandro Colorado
listening mode? soffice -accept=socket,host=0,port=2002;urp; -- Alexandro Colorado CoLeader of OpenOffice.org ES http://es.openoffice.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [api-dev] OOo as a Linux service

2005-11-17 Thread Alexandro Colorado
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexandro Colorado CoLeader of OpenOffice.org ES http

[api-dev] Python and XML Podcast

2005-12-06 Thread Alexandro Colorado
). -- Alexandro Colorado CoLeader of OpenOffice.org ES http://es.openoffice.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[api-dev] How to set print to file

2006-03-02 Thread Alexandro Colorado
couldnt find any other option to set it as a PrinttoFile. -- Alexandro Colorado CoLeader of OpenOffice.org ES http://es.openoffice.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[api-dev] Making Live Spreadsheets: Can OOo connect to an XML feed

2006-04-10 Thread Alexandro Colorado
be aware? Any answer to the previous doubts about best way to connect and parse? -- Alexandro Colorado CoLeader of OpenOffice.org ES http://es.openoffice.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [api-dev] Converting only some pages to pdf

2006-04-25 Thread Alexandro Colorado
. Am I right? Are there other ways to convert only one page? Well, I can solve it with printing on a PDF writer, but that not the best solution... Greetings, Tobias Read the converttopdf methods as opposed to ConvertDirecttoPDF. -- Alexandro Colorado CoLeader of OpenOffice.org ES http

Re: [api-dev] UnknownPropertyException when trying to set HyperLinkURL

2006-04-27 Thread Alexandro Colorado
], True) oVCursor.HyperLinkTarget = mailto:[EMAIL PROTECTED] oVCursor.HyperLinkURL = [EMAIL PROTECTED] End Sub -- Alexandro Colorado CoLeader of OpenOffice.org ES http://es.openoffice.org - To unsubscribe, e-mail: [EMAIL

Re: [api-dev] Export selected sheets from Calc to PDF

2006-11-15 Thread Alexandro Colorado
Hi this was asked some time ago, there are some parameters to specify a range. Please read the IDL Reference. DeCouto, Douglas wrote: Dear All, Is there a way to programmatically tell the calc_pdf_Export filter to only export a particular sheet in a spreadsheet document? I see that using the

Re: [api-dev] how to use open office api

2007-04-02 Thread Alexandro Colorado
to the openoffice.org sockets to use a remote convertion. Similar to what Laurent Gogard put when he did OOoConv. He did it in PHP, but I guess it can be ported with Java with no major issue. http://oooconv.free.fr Juergen -- Alexandro Colorado OpenOffice.org Community Contact // Mexico http

[api-dev] Part of the source that handles the Store.xcu

2007-04-09 Thread Alexandro Colorado
I would like to know which project handles the branch that generates the Store.xcu file. Regards. -- Alexandro Colorado OpenOffice.org Community Contact // Mexico http://www.openoffice.org Twitter: http://www.twitter.com/jza Jabber: [EMAIL PROTECTED

[api-dev] Launching an application from Shell

2007-04-13 Thread Alexandro Colorado
I am following the tutorail on Linux.com by Dimitri Propov on having an interface to execute a query on firefox. The script seem to work except that it doesn't launch firefox itself. I wonder if the Shell should have a special treatment on Linux as opposed to Linux. The faulty line is:

Re: [api-dev] protecting drawpages

2007-04-17 Thread Alexandro Colorado
this in the gui, but do something exist in the api for this? You can protect layers. Not sure how to do thatprograming wise. To protect go to Insert Layer Protect -- Alexandro Colorado OpenOffice.org Community Contact // Mexico http://www.openoffice.org Twitter: http://www.twitter.com/jza Jabber

[api-dev] SimpleSystemMail

2007-10-11 Thread Alexandro Colorado
to run it. What I am trying to achieve is the user be able to send a registration email to the Mailing list from within openoffice.org. Maybe this could help. -- Alexandro Colorado CoLeader of OpenOffice.org ES http://es.openoffice.org21

Re: [api-dev] SimpleSystemMail

2007-10-11 Thread Alexandro Colorado
On Thu, 11 Oct 2007 02:36:14 -0500, Alexandro Colorado [EMAIL PROTECTED] wrote: Hi Paolo, In Barcelona I asked you about the possibility of using SimpleSystemMail uno service to be able to send email from OpenOffice.org. The only reference I got to how it works is through the snippet

Re: [api-dev] SimpleSystemMail

2007-10-12 Thread Alexandro Colorado
On Fri, 12 Oct 2007 12:55:51 -0500, Mathias Bauer [EMAIL PROTECTED] wrote: Hi Alexandro, Alexandro Colorado schrieb: However I want to know if I would need a transport on my system so the API is able to send the email. This is a similar dilema that I face with python's libsmtpd module

Re: [api-dev] SimpleSystemMail

2007-10-16 Thread Alexandro Colorado
which is what I need. This means that the email will get there regardless if the user doesn't have a Pop3/IMAP account and uses a Webmail account. -- Alexandro Colorado CoLeader of OpenOffice.org ES http://es.openoffice.org

Re: [api-dev] Styling cells in a spreadsheet in Basic

2007-10-24 Thread Alexandro Colorado
().getByIndex(0).getCellRangeByPosition(2,6,4,8) oRange.CellStyle = Result End Sub Oliver Am 23.10.2007 17:50 schrieb Alexandro Colorado: Hi I want to know how to style cells in a spreadsheet, things like background color, border and width. I am not sure if this is the best list to ask OOoBasic

[api-dev] Infinite loop on presentation

2007-10-26 Thread Alexandro Colorado
() oController.CurrentPage = oDoc.drawPages(1) End Sub Is there a method that will tell me the total amount of pages and then get a jump to the first. Also I would need to know how to manage a timer. Regards. -- Alexandro Colorado CoLeader of OpenOffice.org ES http://es.openoffice.org

[api-dev] Re: [Marketing] Developer oriented Flyer

2007-11-16 Thread Alexandro Colorado
OpenOffice.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexandro Colorado OpenOffice.org Español http://es.openoffice.org

[api-dev] How to open the Web Module

2007-11-16 Thread Alexandro Colorado
: http://api.openoffice.org/docs/common/ref/com/sun/star/text/WebDocument.html Unfortunately I havent been able to open it. -- Alexandro Colorado Help the Tabasco Relief efforts: http://rootcoffee.blogspot.com/2007/11/race-to-save-mexico-flood-victims.html

Re: [api-dev] How to open the Web Module

2007-11-17 Thread Alexandro Colorado
On Sat, 17 Nov 2007 01:57:37 -0600, Christian Lohmaier [EMAIL PROTECTED] wrote: Hi Alexandro, On Nov 17, 2007 7:36 AM, Alexandro Colorado [EMAIL PROTECTED] wrote: I would like to know how can I get a web document: private:factory/swriter will open a document on writer using

Re: [api-dev] Help with Assistive Technology

2007-11-19 Thread Alexandro Colorado
: C++ (only short version given, see SDK for full example) A4: C# (.NET Framework needed) A5: Python (win32 package by Mark Hammond required) A6: ActiveState Perl A7: Ruby A8: TCL A9: Delphi A10: PHP -- Alexandro Colorado Help the Tabasco Relief efforts: http://rootcoffee.blogspot.com/2007/11/race

[api-dev] How to get OOo on OLPC

2007-11-21 Thread Alexandro Colorado
/Hardware_specification -- Alexandro Colorado Help the Tabasco Relief efforts: http://rootcoffee.blogspot.com/2007/11/race-to-save-mexico-flood-victims.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [api-dev] How to deploy Python macros as Addon

2007-12-07 Thread Alexandro Colorado
a good explanation of the addon is on the wiki. then just zip it and rename to an oxd so you can install as a package manager. http://wiki.services.openoffice.org/wiki/UNO_component_packaging#Addons.xcu http://wiki.services.openoffice.org/wiki/Extension_Deployement -- Alexandro Colorado Help

Re: [api-dev] SystemShellExecute.execute(document) opens always Firefox in Linux

2008-02-29 Thread Alexandro Colorado
it's the same problem. I don't use parameters. Greetings, Tobias - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexandro Colorado CoLeader of OpenOffice.org ES http

Re: [api-dev] SystemShellExecute.execute(document) opens always Firefox in Linux

2008-03-07 Thread Alexandro Colorado
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexandro Colorado CoLeader of OpenOffice.org ES http://es.openoffice.org - To unsubscribe, e

Re: [api-dev] Newbie questions: Use Java instead of Basic for event handling?

2008-05-09 Thread Alexandro Colorado
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexandro Colorado CoLeader of OpenOffice.org ES http://es.openoffice.org

[api-dev] Announcement: Call for papers Online Conference Sessions

2008-06-16 Thread Alexandro Colorado
and project you are currently working at. Please submit your proposal before the 30th of June here: http://creator.zoho.com/jza/form/3/ More information about the talk will be publish here: http://wiki.services.openoffice.org/wiki/Marketing/OnlineConferenceSessions -- Alexandro Colorado

Re: [api-dev] Hyperlink within a shape

2008-07-15 Thread Alexandro Colorado
into the shape? Thanks Nicole -- Alexandro Colorado CoLeader of OpenOffice.org ES http://es.openoffice.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[api-dev] Scriptable Formula framework.

2008-07-17 Thread Alexandro Colorado
in java/python/basic and load it as a Calc function. This basically turn the function classes programable and develoeprs can come up with their own calc functions to perform non-existent formulas. Example: RealState(propertyvalue, morgage rate, period) -- Alexandro Colorado CoLeader

Re: [api-dev] Scriptable Formula framework.

2008-07-17 Thread Alexandro Colorado
as natural language words as a special Calc function and they are basically AddOns. Regards, Marcin Alexandro Colorado pisze: Before I create a feautre request I really want to verify that this is not possible currently or can be solved with an easier workaround. Basically can the formulas

Re: [api-dev] Basic Dialogues doesn't look like when I created them.

2008-09-13 Thread Alexandro Colorado
to watch. Also take in mind that there could be a themeing diference, some styles are stripped off the toolkit format in favor of the application theme. -- Alexandro Colorado CoLeader of OpenOffice.org ES http://es.openoffice.org

[api-dev] OpenDesktop and social applications on OOo

2008-09-17 Thread Alexandro Colorado
could push this forward? What do you think? Cheers Frank On 06.08.2008, at 17:44, Alexandro Colorado wrote: Hi Frank, how are you. Well I am really interested on the functionality earlier this year I tried to assemble a developer team that will take on this task however the team really never

[api-dev] Maximum selection in Writer

2008-12-10 Thread Alexandro Colorado
=self.smgr.createInstanceWithContext(es.ua.apertium.transel, self.ctx) ap.trigger(execute); -- Alexandro Colorado CoLeader of OpenOffice.org ES http://es.openoffice.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [api-dev] Could not save document as PDF (java, openoffice 3)

2009-02-07 Thread Alexandro Colorado
: --- at $Proxy6.storeAsURL(Unknown Source) --- When I try to use filtername like Text or MS Word 95, it works. But with PDF its fail. What I need to convert document to PDF? -- Alexandro Colorado CoLeader of OpenOffice.org ES http

Re: [api-dev] Deploying an OOo Python extension that requires ctypes.

2009-04-08 Thread Alexandro Colorado
with older OpenOffice versions as well - depending on their Python versions of course ? Kind regards -- Jan Holst Jensen for a while we been trying to migrate OOo to Python 2.6, hopefully we can count on your help to make sure that everything compiles including ctypes. -- Alexandro Colorado

Re: [api-dev] Deploying an OOo Python extension that requires ctypes.

2009-04-09 Thread Alexandro Colorado
On Thu, 09 Apr 2009 10:55:18 -0500, Jan Holst Jensen j...@biochemfusion.com wrote: Alexandro Colorado wrote: On Wed, 08 Apr 2009 16:31:52 -0500, Jan Holst Jensen j...@biochemfusion.com wrote: I have the final python code working on the command line on Linux, where I interface

Re: [api-dev] UNO Package

2009-04-20 Thread Alexandro Colorado
and immediately and permanently delete the message and any attachments. Thank you - To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org For additional commands, e-mail: dev-h...@api.openoffice.org -- Alexandro

[api-dev] OpenOffice.org port to Qt

2009-07-07 Thread Alexandro Colorado
and with better performance toolkit than what they have seen in OOo. Qt is also very portable as it has been ported to several architectures even mobile devices. So before knocking this idea, I would like to maybe learn more about how OOo native toolkit works within OOo. -- Alexandro Colorado

Re: [api-dev] Python support in Netbeans plugin

2009-08-10 Thread Alexandro Colorado
...@api.openoffice.org -- Alexandro Colorado OpenOffice.org Espantilde;ol IM: j...@jabber.org - To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org For additional commands, e-mail: dev-h...@api.openoffice.org

[api-dev] Budget: Create extra recognition by OpenOffice.org for GHOP

2009-10-04 Thread Alexandro Colorado
the extra motivation to participate with us. The goal is to have a special handcraft trophy from the OpenOffice.org and a Diploma signed by the OOo Leads and Mentors and have it shipped to their homes. -- Alexandro Colorado OpenOffice.org Espantilde;ol IM: j...@jabber.org

[api-dev] Presenting Instant Bird

2009-11-19 Thread Alexandro Colorado
This is an interesting test case of the future of the toolkits such as libpurple and XUL. http://instantbird.com/ This is a great way to see if OOo can grow into new modules maybe by encapsulating the libraries such as the project management project. For example something like the Planner

Re: [api-dev] Sharing macros with people…

2010-01-11 Thread Alexandro Colorado
- To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org For additional commands, e-mail: dev-h...@api.openoffice.org -- Alexandro Colorado OpenOffice.org Espantilde;ol IM: j...@jabber.org signature.asc Description: OpenPGP digital signature

Re: [api-dev] Sharing macros with people…

2010-01-12 Thread Alexandro Colorado
On Tue, Jan 12, 2010 at 11:43 AM, Johnny Rosenberg gurus.knu...@gmail.com wrote: 2010/1/12 Alexandro Colorado j...@openoffice.org: On Mon, Dec 21, 2009 at 11:42 AM, Johnny Rosenberg gurus.knu...@gmail.com wrote: 2009/12/20 Ariel Constenla-Haile ariel.constenla.ha...@googlemail.com

Re: [api-dev] [Fwd: BasicAddOnBuilder question]

2010-01-14 Thread Alexandro Colorado
-- Alexandro Colorado OpenOffice.org Espantilde;ol IM: j...@jabber.org signature.asc Description: OpenPGP digital signature

Re: [api-dev] Sending email to multiple recipients

2010-04-21 Thread Alexandro Colorado
to it. - To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org For additional commands, e-mail: dev-h...@api.openoffice.org -- Alexandro Colorado OpenOffice.org Español http://es.openoffice.org - To unsubscribe, e-mail: dev

[api-dev] API documentation and improving interactivity

2010-09-05 Thread Alexandro Colorado
snippet. My next step could be to find a converter from HTML to a wikilang that allow us to easy publish it on the wiki and publish it on the wiki as a service (batch upload). Help is welcomed. -- *Alexandro Colorado* *OpenOffice.org* Español http://es.openoffice.org

Re: [api-dev] API documentation and improving interactivity

2010-09-10 Thread Alexandro Colorado
@api.openoffice.org Juergen On 9/5/10 10:37 AM, Alexandro Colorado wrote: Hi during OOoCon a conversation started about the lack of examples on the API documentation as far as contributions goes. Basically there are several places where to go to: - API Documentation - CodeSnippets - Developer Guide

Re: [api-dev] API documentation and improving interactivity

2010-09-10 Thread Alexandro Colorado
, ---rony On 10.09.2010 16:19, Alexandro Colorado wrote: 2010/9/6 Jürgen Schmidt juergen.schm...@oracle.com Hi Alexandro, thanks for picking up this topic immediately. Whatever we think will be an appropriate solution to provide an easier way how users can give feedback. I would suggest

Re: [api-dev] UNO Accessibility API and Windows screen readers (for the blind)

2010-12-01 Thread Alexandro Colorado
of the sender and do not necessarily coincide with those of Dolphin Computer Access Inc. -- Alexandro Colorado - To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org For additional commands, e-mail: dev-h...@api.openoffice.org

Re: [api-dev] UNO Accessibility API and Windows screen readers (for the blind)

2010-12-01 Thread Alexandro Colorado
or opinions expressed in this e-mail are those of the sender and do not necessarily coincide with those of Dolphin Computer Access Inc. - -- Alexandro Colorado -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkz2NWwACgkQPeaoSmjQcua0HQCglGeUNJTkB9/y8lpicis3eY96

Re: [api-dev] Start participating in project

2011-02-09 Thread Alexandro Colorado
- To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org For additional commands, e-mail: dev-h...@api.openoffice.org -- *Alexandro Colorado* *OpenOffice.org* Español http://es.openoffice.org