Halmai Csongor | 1 Nov 06:15
Picon

[sw-dev] Libre Office - split window mentese

Sziasztok,

van egy nagyobbacska Calc tablazatom, amelyet evek ota hasznalok,
bovitgetek. Korabban OpenOfficeOrg alatt ugy mukodott, hogy ha a
fuggoleges gorditosav feletti fekete vonallal ketteosztottam a
munkalapot, akkor a mentes utyan visszatoltve tovabbra is ezt az
osztott nezetet kaptam.

LibreOffice-ban viszont mentes utan elveszik az osztott nezet, es
oszthatom fel ujra. Mivel megnyitasonkent csak 1-2 sort irok hozza,
viszont surun kell megnyitnom, ezert elegge bosszanto a dolog.

Hogyan lehet beallitani a LO-t, hogy a menteskor az osztottsagi
informaciot is mentse el, majd betoltes utan igy is jelenitse meg?

Kosz:

Csongi bacsi

--

-- 
-----------------------------------------------------------------
To unsubscribe send email to dev-unsubscribe@...
For additional commands send email to sympa@...
with Subject: help

Picon
Favicon

[sw-dev] new Apache OpenOffice.org mail list to replace this list

Please read this note in its entirety. It contains important information related to this mailing list, its migration to the Apache Software Foundation, and the steps you must take to ensure continuous access to the list.

Background

As you may have heard, Oracle contributed the OpenOffice.org (OOo) code to Apache in June. All new projects at Apache start in the "Incubator", a special part of Apache where new projects ("Podlings") and their communities are given special attention by Apache "mentors" as they learn about Apache, ensure that the source code meets Apache's license requirements, and work toward their initial Apache release.

In parallel with the coding efforts needed before we can publish Apache OpenOffice.org 3.4.0, the Apache OpenOffice.org community, working with the Apache Infrastructure team, is migrating the many legacy OOo websites and other online services formerly hosted by Sun/Oracle onto Apache servers. This has been a huge effort and we are showing good progress in many areas. 

You can read more about the current status of the migration effort on this wiki page: 
https://cwiki.apache.org/confluence/display/OOOUSERS/OpenOffice.org+Migration+Status

Additional relevant information is published in our project blog at:  http://blogs.apache.org/OOO/

Resubscribing

Among the services hosted by Oracle on the legacy OOo servers are over 300 mailing lists, including the  mailing list you are reading now.  In order to participate in Apache OpenOffice.org through a relevant mailing list, you will need to resubscribe to a new list address, per the following instructions:


  1. Send an email to ooo-dev-subscribe-d1GL8uUpDdXTxqt0kkDzDmD2FQJk+8+b@public.gmane.org. This should be done from an e-mail account that you want to use to receive messages from the new list.
  2. This will generate a confirmation email which will be sent to your email address. You will need to reply to the confirmation email in order to complete your subscription to the new list.
  3. To send posts to the new list, you will mail them to the following address: ooo-dev <at> incubator.apache.org
  4. And if you ever want to unsubscribe to the new list, you can do so by sending an email to: ooo-dev-unsubscribe-d1GL8uUpDdXTxqt0kkDzDmD2FQJk+8+b@public.gmane.org

We invite and encourage you to follow the above steps and to participate in Apache OpenOffice.org project. If you have any questions, feel free to post as responses to this note, or send a question to ooo-dev-d1GL8uUpDdXTxqt0kkDzDmD2FQJk+8+b@public.gmane.org (you must be subscribed to post a question).

Notes

  1. We recommend that you do not subscribe via a legacy openoffice.org email address. It is uncertain at this point whether these addresses will be supported in the future.
  2. Archives of the legacy mailing lists are available here: http://openoffice.markmail.org/
  3. Archives of the new mailing lists and other relevant information can be found at: Apache OpenOffice.org mail list information.
  4. If you prefer to access the list via Gmane, please post a request on the new list and we will try to accommodate you.

--
The Apache OpenOffice.org (Incubating) Project Management Committee

Wikum Dinalankara | 28 Oct 20:02
Picon

[sw-dev] Seeding faults in the Writer GUI

Hi,

I am working on testing the OpenOffice Writer GUI for a class project, and I need to seed some faults in the source code (I built OO330_m20 successfully on Ubuntu 10.04 running on VMWare), that could possibly generate some errors related to the Writer GUI. I've been looking through the wiki pages and the source files, but I'm having trouble figuring out which modules in the source code I should be focusing on. Can anyone point me to which files/folders in the source code I should be looking at?

Thanks,

Wikum

Peter Kenny | 5 Jul 13:24
Picon

[sw-dev] Game manual completed using openoffice

Hi Devs at OpenOffice,

I've recently completed this game manual using OpenOffice. No monies were exchanged for me doing this work. I did it all for free.

I've worked professionally as a typesetter in the Advertisement and Printing industries in Ireland and have one single issue that I think would make Openoffice much better.

Vertical justification within columns. I mean: To vertically justify the lines within the confines of the column box, so all the lines line-up on the bottom lines; making it much better visually. The vertical justification controller being put instead or with a line space, or multiple line spaces within the column.

Otherwise, things went very well. My compliments to OpenOffice, and thanks.

Game Manual is not attached as its compressed it is still 12MB in size and my previous post was returned by the daemon on the server. If you can direct me to where I can send it, I will.  It is available on the Paradox website, in the Darkest Hour forum, Tech Support area.

Kind Regards, Peter Kenny

Jason Vas Dias | 12 Jun 00:43
Picon

[sw-dev] full CSS & HTML5 support in "Save As"->"HTML" ?

Hi - this is my first post to this list, sorry if it is the wrong place,
but I gather my initial post to the "Writer Community Forum" @
 http://user.services.openoffice.org/en/forum/viewtopic.php?f=7&t=41683&sid=e0623b280a0d6461fc007da81f4ee3f5
was the wrong place - so here is the post :

Hi -

I want to be able to create and maintain HTML files which retain and maintain use of CSS from an original HTML
document import .

So if I import a document like :

Code: Select all   Expand view
            <!DOCTYPE HTML>
            <html xmlns="http://www.w3.org/1999/xhtml">
            <head>
               <title>Test Import HTML Document</title>
               <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
               <meta http-equiv="Content-Script-Type" content="text/javascript"/>
               <meta name="author" content="JVD"/> 
                <style type="text/css">
                     @page { size:            216mm 279mm;
                       margin:    12mm;
           }
                     body   { margin:       8mm;
            width:        180mm;
            font-family:  "Gill Sans", "Gill Sans MT",  "Garrison Sans", "Bauhaus", "Arial", "Verdana",
"Helvetica", sans-serif, sans;
            font-size:    10pt;
            font-style:   normal;       
            font-weight:  normal; text-align: justify; text-decoration: none;
            background:   #FFFFFF;
            color:        #000000;
            text-align:   center;
          }
                    p        {  margin: +4mm;  text-align :  justify;  } 
                </style>
              </head>
              <body>
                 <h3>Heading - left indent here should be 20mm and this should be centered </h3>
                  <p>This paragraph should be justified and its left indent should be 24mm.</p>
              </body>
              </html>

OOO-writer seems to import this OK cosmetically - but if I make any change, for instance
I modify style "Paragraph" so that "Gill Sans" is removed from the font face list , or increase
the "Paragraph" style indent, then OOO-writer comments out my '<style><!-- --></style>'
section and encloses every paragraph text in a '<FONT ...>...</FONT>' tag , so I loose
my original style sheet settings and render the document horrible to edit in a text editor .

Is an OOO-writer HTML5+ compatible plugin that retains and is able to write CSS style sheets
to reflect OOO "Style" item changes feasible or on the cards ?
If not, I intend to develop one.

Thanks in advance for any responses, & Regards,
Jason
OpenOffice 3.3 linux

JVD

    Posts: 2
    Joined: Sat Jun 11, 2011 4:38 pm

Top
Re: full CSS + HTML5 support in "Save As"->"HTML" ?

Postby TheGurkha » Sat Jun 11, 2011 6:32 pm
The ability of OOo to usefully edit HTML is pretty poor IMHO. I wouldn't recommend it at all. I use a dedicated
tool such as KompoZer.
Ubuntu 11.04 Natty, LibO 3.3.2 (330m B:202)
OOo Portable 3.2.0 (320m12 B:9483)
Gurkha Welfare Trust

User avatar
TheGurkha
    Moderator

    Posts: 6093
    Joined: Thu Mar 13, 2008 12:13 pm
    Location: North Wales, UK.

Top
Re: Full CSS + HTML5 support in "Save As"->"HTML" ?

Postby JVD » Sat Jun 11, 2011 7:18 pm

    Re: full CSS + HTML5 support in "Save As"->"HTML" ?

    Postby TheGurkha » Sat Jun 11, 2011 6:32 pm
    The ability of OOo to usefully edit HTML is pretty poor IMHO. I wouldn't recommend it at all. I use a dedicated
tool such as KompoZer.

Thanks for your response ! I will check out KompoZer .

But I prefer writing HTML generators myself with CGI programs / PERL + mod_perl + HTML::Mason for web
development .

For non-web development documents , eg. for my CV, I have my own "simplified markup language" (like
"intelligent troff") parsed by my own PERL script
that can emit DocBook XML + XSL , or HTML / XHTML + CSS .

It is really, really great the way OOO can load one of the HTML files produced by xsltproc from the DocBook
source or my own HTML + CSS , and export
the document to PDF or MS-Word so that cosmetically it looks exactly like the printed document .

But if a document is loaded from an HTML file , and saved in HTML format, then I think OOO should have more
respect for the CSS that it evidently is able
to parse successfully , rather than simply commenting it out .

I'd be interested in re-writing the OOO HTML 'Save As' plugin to do this - also as a way of refreshing my Java
skills - and also upgrade it to support HTML5 -
unless people think this would be a waste of time / is already being done ?
OpenOffice 3.3 linux

JVD

    Posts: 2
    Joined: Sat Jun 11, 2011 4:38 pm

Top
Re: Full CSS + HTML5 support in "Save As"->"HTML" ?

Postby TheGurkha » Sat Jun 11, 2011 8:28 pm
We're not the developers, just users trying to help other users. The developers don't hang out here.
Ubuntu 11.04 Natty, LibO 3.3.2 (330m B:202)

So do the developers hang out here ?

I'd be most grateful for their ideas on the above .

I have compiled OpenOffice before using gcc / g++ + Sun J2EE / gcj / OpenJDK ,  and would like to
understand how big a job the above might be .  If it is already parsing the CSS, as it seems to be, 
I can't imagine why this would be such a huge job . 

Thanks in advance for any responses, 
Jason ( JVD ) <jason.vas.dias@...>
--

-- 
-----------------------------------------------------------------
To unsubscribe send email to dev-unsubscribe@...
For additional commands send email to sympa@...
with Subject: help

lijian | 4 May 11:22
Picon
Favicon

[sw-dev] difference between method SwFrm::InsertBefore and SwFrm::InsertBehind

Hi all,
 
I find that there are 2 similar method in SwFrm to create the layout tree in sw,
they are SwFrm::InsertBefore and SwFrm::InsertBehind.
 
I wonder the difference between these 2 methods and when to use anyone of them.
And I find there is a while loop in method SwFrm::InsertBefore but there isn't in the other.
 
Could anybody help me regarding this question ? Thank you very much.
 
Regards,
2011-05-04
lijian
Favicon

[sw-dev] issue 86769 - ww8 in vertical writing

Hi,

How could we fix an issue 86769?

Best regards,
Tora
--

-- 
-----------------------------------------------------------------
To unsubscribe send email to dev-unsubscribe@...
For additional commands send email to sympa@...
with Subject: help

Zongbo Zhang | 18 Jan 12:52

track change

Hi,

 

One question: how to find out the source code module that is in charge of providing the track change feature in OOo?

It is a kind of urgent request, I actually do not have enough time to read through all the material or try out a build process.

Thanks in advance!

 Best regards

Zongbo Zhang
Software Developer

E-mail: zzh-OyzMm2K3GN7YtjvyW6yDsg@public.gmane.org
Tel.:    +45 4436 6800
Direct: +45 4436 6827
Web:  
www.bimco.org

NOTE: Please be advised that the information contained in this communication may be confidential/intended only for the use of the recipient(s) indicated above, and may be legally privileged. If the reader of this message is not an intended/indicated recipient, please be hereby notified that the dissemination, distribution, or copying of this communication or any of its contents is prohibited. In the event you feel you have received this communication in error, you are hereby requested to so indicate by re-sending this communication to the sender and deleting the original message and any copy of it from your computer system.

Although we believe that the message and any attachments are free from viruses and other errors that might affect the computer or IT system where it is received and read, the recipient opens the message at his or her own risk. We assume no responsibility for any loss or damage arising from the receipt or use of this message.

Apology for any inconvenience and/or intrusion is hereby extended to any unintended recipients.

 

Andy Brown | 29 Aug 01:36
Favicon

Looking for information

Hi All,

I am currently working on some projects for the Documentation Project. 
I am looking for information on two different items.  The first is on 
XForms.  The second is on the standard styles that are installed with OOo.

I would greatly appreciate any links that I can get on either or both.

TIA.

Andy
Picon
Favicon

meaning of classes

There are many base classes in the code of swriter that I am trying to understand. What is their function?


SwTxtAttr
SwFrm
SwCntntFrm
SwTxtFrm

It would be good if classes, or at least the most important ones, have a brief comment at the top stating their
purpose and their relation with the rest of the code.

Thanks.

Aviso legal – Comisión Nacional del Mercado de Valores

Este mensaje y, en su caso, los ficheros que lleve incorporados, está dirigido exclusivamente a su
destinatario y es de carácter confidencial. Si fuere recibido por error o se tuviere conocimiento del
mismo sin ser su destinatario, rogamos nos lo comunique por la misma vía o telefónicamente (91 585 15 00)
y proceda a su destrucción, debiendo abstenerse de utilizar, transmitir, divulgar o  reproducir la
información contenida en el mismo. La CNMV se reserva las acciones legales que procedan contra todo
tercero que acceda de forma ilegítima al contenido de cualquier mensaje externo procedente de la entidad

Para información y consultas visite nuestra web: http://www.cnmv.es



Disclaimer - Comisión Nacional del Mercado de Valores

This message, its content and any file attached thereto is for the intended recipient only and is
confidential. If you have received this e-mail in error or had access to it, you should note that the
information in it is private and any use thereof is unauthorised. In such an event please notify us by
e-mail or by telephone (+ 34 91 585 15 00). Any reproduction of this e-mail by whatsoever means and any
transmission or dissemination thereof to other persons is prohibited. The Comisión Nacional del
Mercado de Valores reserves the right to take legal action against any persons unlawfully gaining access
to the content of any external message it has emitted

For additional information, please visit our website: http://www.cnmv.es

Picon
Favicon

Possible typo in textsh.cxx

While reading code I find the following:

        if((SID_INSERT_APPLET == nSlot || SID_INSERT_PLUGIN)
                && (pClassItem || pClassLocationItem || pCommandsItem))
        {

This looks like a typo. I guess it means:


if((SID_INSERT_APPLET == nSlot || SID_INSERT_PLUGIN == nSlot)
        && (pClassItem || pClassLocationItem || pCommandsItem))


Best regards,

Ramon Garcia
Infraestructura
Departamento de Sistemas de Información
Comisión Nacional de Mercado de Valores

Aviso legal – Comisión Nacional del Mercado de Valores

Este mensaje y, en su caso, los ficheros que lleve incorporados, está dirigido exclusivamente a su
destinatario y es de carácter confidencial. Si fuere recibido por error o se tuviere conocimiento del
mismo sin ser su destinatario, rogamos nos lo comunique por la misma vía o telefónicamente (91 585 15 00)
y proceda a su destrucción, debiendo abstenerse de utilizar, transmitir, divulgar o  reproducir la
información contenida en el mismo. La CNMV se reserva las acciones legales que procedan contra todo
tercero que acceda de forma ilegítima al contenido de cualquier mensaje externo procedente de la entidad

Para información y consultas visite nuestra web: http://www.cnmv.es



Disclaimer - Comisión Nacional del Mercado de Valores

This message, its content and any file attached thereto is for the intended recipient only and is
confidential. If you have received this e-mail in error or had access to it, you should note that the
information in it is private and any use thereof is unauthorised. In such an event please notify us by
e-mail or by telephone (+ 34 91 585 15 00). Any reproduction of this e-mail by whatsoever means and any
transmission or dissemination thereof to other persons is prohibited. The Comisión Nacional del
Mercado de Valores reserves the right to take legal action against any persons unlawfully gaining access
to the content of any external message it has emitted

For additional information, please visit our website: http://www.cnmv.es


Gmane