Re: [PROPOSAL] New OOXML import framework

2014-05-21 Thread Andre Fischer

On 20.05.2014 23:38, Andrea Pescetti wrote:

On 19/05/2014 Andre Fischer wrote:

As one of the first tasks in the OOXML area I would like to propose to
redesign and re-implement the OOXML parser.


I can only agree with this one. We've already discussed it many times, 
but even the many users who prefer ODF need a good support for OOXML 
for interoperability, and better support for the Microsoft Office 
native formats is consistently in the top requests.



I propose a new and unified approach that will essentially replace the
current design and implementation.


Sounds good. Especially the idea to be able to automatically know how 
much of the specification is covered will be helpful.



I also propose to focus first on Impress. Its complexity regarding
OOXML is less than that of Writer and Calc


And this is probably good for users too. In my experience, the import 
of .PPTX files is the most unsatisfactory one at the moment, with many 
obvious deficiencies. Improving this one first would already give good 
results for users.



I have made several experiments regarding the reading of the
specification and generation of parsers and am confident that the
outlined approach will work.


A not-so-original question: we have another Apache project, POI, 
http://poi.apache.org/ that among the other things has an OOXML 
parser. If we are starting from scratch, why not reusing their code? 
And, if there are reasons for not reusing it, could we validate this 
roadmap with the POI developers, who are probably more familiar with 
OOXML parsing than the average reader of this list?


First, we are not really starting from scratch.  There are several 
components to importing OOXML files.  Two important ones are the parser 
that reads (OO)XML streams and turns them into events for start tags, 
end tags, text, etc.  The second  part are the callbacks that are called 
for each of these events.  This second part is the larger and more 
important part.  I want to replace the parser but would like to migrate 
as much as possible of the second part callbacks as possible.


Most of the work in the OOXML import/export project, however, will be 
spent in other areas:


- Implementing features that exist in MS Office but not in OpenOffice.  
Examples are SmartArt shapes (for all applications).


- Improve features in OpenOffice that are not working as well as they 
should/could.  Examples are pivot tables in Calc or the slide show in 
Impress.


- Support existing features in OpenOffice that are just not handled by 
the OOXML importer.



Regarding POI, there are several reasons not to use it:

- As said above, the existing import code is to be migrated to the new 
framework.   The new framework should offer an interface that supports 
this migration.


- POI is implemented in Java.

- As far as I understand POI (I don't find its documentation very 
helpful) is more like a DOM tree with better access to its nodes then a 
streaming parser.  That would result in lower execution speed and larger 
memory consumption.


- OOXML / MS Office is supported up to 2007.   That seems like an 
undesirable restriction.


- The original naming (see http://en.wikipedia.org/wiki/Apache_POI) does 
not imply professional development of the POI project.



Regards,
Andre




Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



review canceled: [Issue 124191] Mac64 only: Mighty Mouse horizontal scrolling issue : [Attachment 83422] patch to be tested

2014-05-21 Thread bugzilla
h...@apache.org h...@apache.org has canceled h...@apache.org 
h...@apache.org's
request for review:
Issue 124191: Mac64 only: Mighty  Mouse horizontal scrolling issue
https://issues.apache.org/ooo/show_bug.cgi?id=124191

Attachment 83422: patch to be tested
https://issues.apache.org/ooo/attachment.cgi?id=83422action=edit

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Reporting a problem with the OpenOffice website

2014-05-21 Thread Mathias Röllig

Hello Joan!


I have a new spread sheet for each month and between each
month I insert a sheet to paste a picture to, in total I use about 25
new sheets for this project so when I go to Edit - Header/footer and
type in the month of January this copies to every sheet, but what I
want is January for January, February for February and so on.


You have 2 options.

1) Create a page template for each month (with different headers) and 
assign it to the right sheets.


2) Name the sheets with the month name and insert the sheet name as 
field into the header.


Greetings, Mathias

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO 4.1 crashes by opening database using MySQL SDBC Driver

2014-05-21 Thread Mathias Röllig

Hello Ariel!


See
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes#AOO4.1ReleaseNotes-KnownIssues
For the MacOSX version only, any extensions that are written in C++
will no longer work and be marked as disabled in the AOO extensions
manager. This is because of the change of AOO from a 32-bit to a 64-bit
application on MacOSX. Please report the problem to the developer of the
extension.


I dropped AOO 4.0.1 and installed AOO 4.1 using the same user directory.
But ... and be marked as disabled in the AOO extensions manager. 
wasn't the case.


What's wrong? My installation process, AOO 4.1 or this cited passage?


And by the way: 
http://extensions.openoffice.org/de/project/oracle-report-builder now 
has gone for Mac?


Greetings, Mathias

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO 4.1 crashes by opening database using MySQL SDBC Driver

2014-05-21 Thread Ariel Constenla-Haile

Hi Mathias,

On Wed, May 21, 2014 at 04:06:45PM +0200, Mathias Röllig wrote:
 Hello Ariel!
 
 See
 https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes#AOO4.1ReleaseNotes-KnownIssues
 For the MacOSX version only, any extensions that are written in C++
 will no longer work and be marked as disabled in the AOO extensions
 manager. This is because of the change of AOO from a 32-bit to
 a 64-bit application on MacOSX. Please report the problem to the
 developer of the extension.
 
 I dropped AOO 4.0.1 and installed AOO 4.1 using the same user
 directory.  But ... and be marked as disabled in the AOO extensions
 manager. wasn't the case.
 
 What's wrong? My installation process, AOO 4.1 or this cited passage?

When that passage was written, only the PDF import extension was taken
into account, see
http://people.apache.org/~arielch/extensions/pdfimport-disabled.png

I didn't try with the driver, but according to your description it isn't
disabled on the Extension Manager; that's strange because the
extension's description.xml has

platform value=macosx_x86/

but given issue 124783 it might be broken. 

 And by the way:
 http://extensions.openoffice.org/de/project/oracle-report-builder now has
 gone for Mac?

That one is written in Java, it should run in any platform. Anyway
I wouldn't recommend anyone to install that extension, it is
unmaintained (like most Base stuff) and broken, see:

https://issues.apache.org/ooo/show_bug.cgi?id=124063
https://issues.apache.org/ooo/show_bug.cgi?id=124470
https://issues.apache.org/ooo/show_bug.cgi?id=121222
...


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


signature.asc
Description: Digital signature


Re: AOO 4.1 crashes by opening database using MySQL SDBC Driver

2014-05-21 Thread Mathias Röllig

Hi Ariel!

Thank you!

Regards, Mathias

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Volunteering with OpenOffice Documentation

2014-05-21 Thread Andrea Pescetti

Forwarding Keith's answer (below) to Bailey who is not subscribed. Andrea

On 20/05/2014 Keith N. McKenna wrote:

Bailey Naas wrote:

Hello All,

I'm hoping to get involved with documenting OpenOffice.  My degree was in
computer science, so I have a lot of programming background, and I just
received a certificate in technical communication.  I am excited to expand
my skill set, so please let me know what I can do to help!

Thanks,
Bailey Naas


Greetings Bailey and Welcome to Apache OpenOffice. For more information
on volunteering for Documentation please see our Introduction to
Documentation orientation page at
http://openoffice.apache.org/orientation/intro-doc.html.

Regards
Keith McKenna




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



AOO snapshot on Ubuntu and GLIBC_2.15

2014-05-21 Thread Mathias Röllig

Hello!

Today I downloaded the AOO snapshot for Debian. I extracted the *.deb to 
a directory and want to start soffice. I get 4 error messages:
[...] /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.15' not found 
(required by [...]


Does it mean that further AOO version will not work on older Ubuntu 
versions (here 10.04) because there is no GLIBC_2.15 for Ubuntu versions 
lesser than 12.04?


Regards, Mathias

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO snapshot on Ubuntu and GLIBC_2.15

2014-05-21 Thread Andrea Pescetti

Mathias Röllig wrote:

I get 4 error messages:
[...] /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.15' not found ...
Does it mean that further AOO version will not work on older Ubuntu
versions (here 10.04) because there is no GLIBC_2.15 for Ubuntu versions
lesser than 12.04?


No. It simply means that, since we haven't managed to have buildbots 
available for releases yet, we build snapshots and releases on different 
machines. Snapshots are built on modern systems and require a recent 
glibc, but releases are built on older systems and can work with an 
older glibc. So nothing changes as for compatibility of releases.


Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO snapshot on Ubuntu and GLIBC_2.15

2014-05-21 Thread Mathias Röllig

Hi Andrea!

Thanks for this information.


[...]we build snapshots and releases on different
machines. Snapshots are built on modern systems and require a recent
glibc, but releases are built on older systems and can work with an
older glibc. So nothing changes as for compatibility of releases.


So I can only test release versions at the moment.

Regards, Mathias

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: E-mail outage resolved

2014-05-21 Thread Marcus (OOo)

Seems to be working now as before the outage.

Again, thanks a lot to all involved people. :-)

Marcus



Am 05/19/2014 12:54 AM, schrieb Marcus (OOo):

Without to blame someone or doing any finger-pointing.

Just FYI

The mail backlog seems still not yet empty. I receive new mails - e.g.,
mails from commits I've done - appr. 30-45 min. later than before the
mail outage.

Marcus



Am 05/13/2014 12:05 PM, schrieb jan iversen:

On 13 May 2014 11:55, Mathias Rölligmroellig.n...@gmx.net wrote:


Hello Andrea!

All OpenOffice mailing lists were silent in the last few days.


The reason was a severe outage of the Apache mail servers. Messages
were
queued but not delivered. Service will back to normal in a matter of
hours, and we will receive all messages in queue.




Because some of my messages (direct to the dev-list or automated from
Bugzilla to the issues-list) are not received at this time:
Already some messages are in the queue? If not I want to resend my
messages to the dev-list but I want to prevent double sending.



The backlog queue is still being emptied, there was 9 million mails in
it,
so that takes days before all mails are sent (e.g. google throttles our
mail sending).

rgds
jan I.


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [Forum] Default preference to be changed ASAP (mail notification)

2014-05-21 Thread Hagar Delest

Hi Andrea,

Thanks again for your work on this matter!

Hagar


Le 21/05/2014 01:02, Andrea Pescetti a écrit :


On 21/04/2014 Hagar Delest wrote:

Well, another question... Is it possible to run the query so that it is
applied again on old accounts?


Done. So the default Notify me by e-mail setting is now set to ON for all old 
users (and new users, as already discussed).

Of course, users can visit their profile to set it to OFF and can even 
enable/disable it on a per-post basis.

Regards,
   Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO snapshot on Ubuntu and GLIBC_2.15

2014-05-21 Thread Andrea Pescetti

Mathias Röllig wrote:

So I can only test release versions at the moment.


Building on Linux is quite painless. You could also give a try to 
building yourself. 
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Ubuntu_12.04 
needs some obvious updates (and it doesn't work verbatim for 14.04, see 
this list's archives and bugzilla about 14.04) but is quite 
straightforward. If you are going to give it a try, we can give you 
further guidance.


Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org