2005/12/8, Alejandro Rivas:
>
> # - Macros de OOo http://ext.openoffice.org.nz/feed.php
>
> tengo interes en esta lista pero no puedo accesar.
> ?Me la podrían confirmar por favor ?
> (me sale un desorden de palabras...)
>
> Gracias anticipadas
>
Hola Comunidad.

Aparentemente alguien corrompió la plantilla.

Sale esto:



        DokuWiki

        http://openoffice.kc/doku.php?id=
       2005-12-09T07:59:55+01:00


























        text/html
        2005-11-15T11:33:52+01:00
        [EMAIL PROTECTED]
        resources
        http://openoffice.kc/doku.php?id=resources&rev=1132007632
        [Removed pointer to the OOo Help Outline.]  Links to other
sites about programming OpenOffice.org  Please add any relevant links
to this list.  Final versions of OOoAuthors documents 
OpenOffice.org's How-To Documents  OpenOffice.org's Scripting Home
Page  PyUno  OOoMacros  OpenOffice.org For...


        text/html
        2005-11-15T11:32:23+01:00
        [EMAIL PROTECTED]
        wiki:ooohelpoutline
        http://openoffice.kc/doku.php?id=wiki:ooohelpoutline&rev=1132007543
        [Update URL target for new OOo Help Outline location.] OOo
Help Outline  The outline of existing OpenOffice.org user resources
has moved to  http://wiki.services.openoffice.org/wiki/Main_OOoHelpOutline
 to open its accessibility as much as possible to the OpenOffice.org
community, so that all may help to...


        text/html
        2005-10-25T11:43:56+01:00
        [EMAIL PROTECTED]
        collaboration:collaboration
        
http://openoffice.kc/doku.php?id=collaboration:collaboration&rev=1130193836
        [Cross-reference to OpenOffice.org Issue #54987 (group
collaboration)]  Collaboration  This area is for collaborating on
macros of a generically useful nature.  The macros found here are for
macro developers to collaborate on and so may not be ready for end
users. End users should check out:  http://ooomacros.org/  Iann...


        text/html
        2005-10-20T16:26:32+01:00
        [EMAIL PROTECTED]
        wiki:playground
        http://openoffice.kc/doku.php?id=wiki:playground&rev=1129778792
        PlayGround  All good playgrounds should have a SandBox, if you
can keep the cats out.  ...


        text/html
        2005-10-19T18:36:16+01:00
        [EMAIL PROTECTED]
        wiki:syntax
        http://openoffice.kc/doku.php?id=wiki:syntax&rev=1129700176
        Formatting Syntax  DokuWiki supports some simple markup
language, which tries to make the datafiles to be as readable as
possible. This page contains all possible syntax you may use when
editing the pages. Simply have a look at the source of this pag...
    Apodos (por el look =) ):
"El Stallman Platense" (autor "Mojo"),
Jesucristo,
El "Che" Guevara,
........ Bin ........... (arabe mundialmente famoso desde el 11-S-2001)

Buscando a Adrian "el Chueco" Suar para hacer las 4 películas:
Localizado en Polka Producciones.


        text/html
        2005-09-22T19:08:57+01:00
        [EMAIL PROTECTED]
        cookbook:properties
        http://openoffice.kc/doku.php?id=cookbook:properties&rev=1127372937
         Working with properties  The following routines all deal with
properties. They are revised routines from my RevealCodes macro, and
the main routine which demonstrates calling some of the other routines
displays the changes in "codes" for t...


        text/html
        2005-09-12T21:42:14+01:00
        [EMAIL PROTECTED]
        start
        http://openoffice.kc/doku.php?id=start&rev=1126518134
         OpenOffice.org Extensions Wiki   News This wiki is now
operating on a new server. The reason for the change is that web
spiders were adversely affecting the performance of the server (read I
stuffed-up with the robots.txt file). The new server is le...


        text/html
        2005-09-09T19:50:55+01:00
        [EMAIL PROTECTED]
        cookbook:python_uno_component
        
http://openoffice.kc/doku.php?id=cookbook:python_uno_component&rev=1126252255
        Python UNO component  This page shows you how to pack and
deploy already written UNO component. I'm using my Wavelet class as an
example of a very simple component.  More detailed info is in the
Developers Guide.  Python loader  Python loader is not ...


        text/html
        2005-08-25T11:19:56+01:00
        [EMAIL PROTECTED]
        getting_started
        http://openoffice.kc/doku.php?id=getting_started&rev=1124925596
         Getting started tutorial  Before we can access the
OpenOffice.org Basic Integrated Development Environment (IDE), to
write some code, a decision needs to be made about where the code is
to be stored.  Where do I write the code?  OpenOffice.org Basic...


        text/html
        2005-08-23T23:31:31+01:00
        [EMAIL PROTECTED]
        cookbook:spreadsheet_common
        
http://openoffice.kc/doku.php?id=cookbook:spreadsheet_common&rev=1124796691
         Working with spreadsheet documents, sheets, rows, columns,
cells, ranges  Basic document operations  See also
working_with_documents  Current document  Dim oDoc As Object oDoc =
ThisComponent  Load existing document  Dim oDoc As Object oDoc =
StartD...


        text/html
        2005-08-23T23:03:55+01:00
        [EMAIL PROTECTED]
        menu_entry
        http://openoffice.kc/doku.php?id=menu_entry&rev=1124795035
        [created]  Adding a menu entry   Tools > Configure... >
Menu Select desired location in the top list box In the category list
box: Navigate to the macro by clicking on the + signs next to
libraries and click on the module. In the function list box: Click...


        text/html
        2005-08-23T22:59:26+01:00
        [EMAIL PROTECTED]
        key_press
        http://openoffice.kc/doku.php?id=key_press&rev=1124794766
        [created]  Assigning a macro to a key press   Tools >
Configure... > Keyboard Select desired key press in the top list
box Navigate to where tha macro is stored (scroll to the bottom of the
Category list box, then click the plus signs to expand libraries...


        text/html
        2005-08-23T22:35:20+01:00
        [EMAIL PROTECTED]
        control_in_a_document
        
http://openoffice.kc/doku.php?id=control_in_a_document&rev=1124793320
        [created]  Creating a Control in a Document  These
instructions are for OpenOffice.org 1.1.x (it has changed slightly in
1.9.x).  By way of example a button will be added to the page.  On the
Main toolbar (which by default is on the left edge of the window),
t...


        text/html
        2005-07-06T11:11:29+01:00
        [EMAIL PROTECTED]
        cookbook:cookbook
        http://openoffice.kc/doku.php?id=cookbook:cookbook&rev=1120605089
         Cookbook  The material in this tutorial style cookbook builds
upon the material covered in getting started.  General Guides  Working
with documents  Working with properties  Sorting and searching 
Working with styles   Component specific guides  Wor...


        text/html
        2005-07-06T11:04:01+01:00
        [EMAIL PROTECTED]
        collaboration:writer
        http://openoffice.kc/doku.php?id=collaboration:writer&rev=1120604641
         This area is for collaboration on macros for Writer     
docuwiki   Writer macro for editing these pages or anyother dokuwiki
site.      IannzFindReplace   A macro that helps with regular
expressions.      Indents   Macros to simulate Word and WordP...


        text/html
        2005-05-31T18:36:25+01:00
        [EMAIL PROTECTED]
        collaboration:mail_merge
        
http://openoffice.kc/doku.php?id=collaboration:mail_merge&rev=1117521385
         Mail merge  The original code sent to me: Sub Main xMailMerge
= createUnoService("com.sun.star.text.MailMerge")
xMailMerge.DataSourceName = "Bibliography" xMailMerge.Command =
"biblio" xMailMerge.CommandType = 0 xMailMerge.OutputType = 3 ' 1...


        text/html
        2005-05-16T15:48:44+01:00
        [EMAIL PROTECTED]
        ref:drafts:com:sun:star:ui:modulewindowstateconfiguration
        
http://openoffice.kc/doku.php?id=ref:drafts:com:sun:star:ui:modulewindowstateconfiguration&rev=1116215324
        [old revision restored]     Overview   Module   Use   Devguide
  Index      :: drafts :: com :: sun :: star :: ui ::  service
ModuleWindowStateConfiguration     Exported Interfaces     
::com::sun::star::container::XNameContainer   Description provides
read/write access to ...


        text/html
        2005-05-16T15:23:41+01:00
        [EMAIL PROTECTED]
        ref:drafts:com:sun:star:frame:xlayoutmanager-xref
        
http://openoffice.kc/doku.php?id=ref:drafts:com:sun:star:frame:xlayoutmanager-xref&rev=1116213821
            Overview   Module   Use   Devguide   Index      uses of
interface XLayoutManager  back to interface XLayoutManager  Derived
Interfaces Synonym Typedefs Services which Support this Interface
Singletons which Support this Interface Uses as Return T...


        text/html
        2005-05-16T15:17:31+01:00
        [EMAIL PROTECTED]
        ref:drafts:com:sun:star:frame:xlayoutmanager
        
http://openoffice.kc/doku.php?id=ref:drafts:com:sun:star:frame:xlayoutmanager&rev=1116213451
            Overview   Module   Use   Devguide   Index          ::
drafts :: com :: sun :: star :: frame ::    interface XLayoutManager  
   Base Interfaces ::com::sun::star::uno::XInterface  |  
+--XLayoutManager         ::com::sun::star::uno::XInterface   ...


        text/html
        2005-05-16T12:30:33+01:00
        [EMAIL PROTECTED]
        cookbook:custom_functions
        
http://openoffice.kc/doku.php?id=cookbook:custom_functions&rev=1116203433
         Custom functions   Simple functions  Cell as an argument 
Function Cube( c1 )   Cube = c1 * c1 * c1 End Function  You
can put =Cube(A1) in any cell.  More cells as the arguments  Function
SimpleSum( c1, c2 )   SimpleSum = c1 + c2 End...



--
Alejandro Rene "El Corrector Empedernido" Fernandez Blanco
Miembro de PLUG (Argentina).
www.plug.org.ar
Petitorio contra el Programa de Malversacion miPC
http://www.petitiononline.com/noamipc1/

Coordinador General del I FLISOL La Plata
http://installfest.net/2005/lugares/ar/laplata

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

Responder a