Standalone document reader using Libreoffice libraries

2015-06-18 Thread M. Amin Farajian
Hi all, I am working on a toolkit which does some text analysis on the given text documents. This toolkit primarily was supposed to work with XML files. But since the input files in the real applications are mostly *.doc/*.docx/*.odt/*.ppt/*.pptx/*.odp/*.pdf/ets, I n

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sw/source

2015-06-18 Thread Caolán McNamara
sw/source/core/frmedt/fecopy.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit ff6fb90179f1aa70e9d83bf4d90848fa13ff87db Author: Caolán McNamara Date: Tue Jun 16 19:57:15 2015 +0100 Resolves: tdf#81806 crash on certain table paste+undo+page cycles

[Bug 79641] LibreOffice 4.4 most annoying bugs

2015-06-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79641 Bug 79641 depends on bug 88295, which changed state. Bug 88295 Summary: FILEOPEN: White Background Appears in Impress Text Boxes https://bugs.documentfoundation.org/show_bug.cgi?id=88295 What|Removed |Add

Re: Standalone document reader using Libreoffice libraries

2015-06-18 Thread toki
On 06/18/2015 08:33 PM, M. Amin Farajian wrote: > I was looking for such a library and learned that LibreOffice does have such > a functionality. If you are using Java, the simplest option is to go with ODFTools, available from The Apache Software Foundation. I've forgotten who/where they are

[Bug 75025] LibreOffice 4.3 most annoying bugs

2015-06-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75025 Bug 75025 depends on bug 61410, which changed state. Bug 61410 Summary: FILESAVE: Save 2-page ODT with Record Changes gets 6-page DOC https://bugs.documentfoundation.org/show_bug.cgi?id=61410 What|Removed

Re: Standalone document reader using Libreoffice libraries

2015-06-18 Thread Michael Stahl
On 18.06.2015 22:33, M. Amin Farajian wrote: > Hi all, > > I am working on a toolkit which does some text analysis on the given > text documents. This toolkit primarily was supposed to work with XML > files. But since the input files in the real applications are mostly > *.doc/*.docx/*.odt/*.ppt/*

Re: Standalone document reader using Libreoffice libraries

2015-06-18 Thread Kohei Yoshida
On Fri, 2015-06-19 at 01:03 +0430, M. Amin Farajian wrote: > Could you please point me to this part of the code in the LibreOffice > project? Perhaps you can give LibreOfficeKit a try. It's a relatively new functionality that's been added relatively recently. A quick google search reveals that

Re: [Libreoffice-qa] minutes of ESC call ...

2015-06-18 Thread Bjoern Michaelsen
Hi, On Thu, Jun 18, 2015 at 06:04:04PM +0100, Michael Meeks wrote: > + request more KDE testers ... (Bubli) > + KDE in rather a sorry state -> a month to reproduce a bug. > + none of the tinderboxes build with KDE vclplug support. > + F19 tinderbox can build with th

[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-2' - 3 commits - loolwsd/configure.ac loolwsd/LOOLSession.cpp loolwsd/LOOLWSD.cpp loolwsd/loolwsd.spec.in

2015-06-18 Thread Tor Lillqvist
loolwsd/LOOLSession.cpp |3 +++ loolwsd/LOOLWSD.cpp | 46 ++ loolwsd/configure.ac|4 ++-- loolwsd/loolwsd.spec.in |2 +- 4 files changed, 52 insertions(+), 3 deletions(-) New commits: commit abaea1ef5e68ad1b61ddb0e3e5a15c3522535081

[Libreoffice-commits] online.git: loleaflet/dist loleaflet/src

2015-06-18 Thread Henry Castro
loleaflet/dist/images/handle_end.png |binary loleaflet/dist/images/handle_start.png |binary loleaflet/src/layer/tile/TileLayer.js | 91 - 3 files changed, 90 insertions(+), 1 deletion(-) New commits: commit bf17fde478bd805fdf0c6d31a40f7401b5a3ce81 Author: He

Re: ScPostIt revision

2015-06-18 Thread Kohei Yoshida
On Wed, 2015-06-17 at 20:20 +1000, Mike Kaganski wrote: > Hello! > > While working on tdf#89226, I found out that there are a number of > places in calc where ScPostIt's, as well as the SdrCaptionObj's > (controlled by ScPostIt) are used after delete. > > Turns out that quite a few regressions

Re: ScPostIt revision

2015-06-18 Thread Kohei Yoshida
On Thu, 2015-06-18 at 21:42 -0400, Kohei Yoshida wrote: > incremental approaches would help, not a big-bang > re-design. And as I'm sure people are getting sick of me saying this, but more unit tests around the note bugs would be a huge step in the right direction. Have a great day! Kohei

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - editeng/source

2015-06-18 Thread matteocam
editeng/source/editeng/impedit3.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit e88cc3616e730655ba34095d90e11177c1d69ed3 Author: matteocam Date: Thu Jun 18 22:57:40 2015 -0400 Check for changes in editing Change-Id: I04e1e642c877d15c8c751f8a69ac

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - include/svx svx/source

2015-06-18 Thread matteocam
include/svx/textchain.hxx |6 +- svx/source/svdraw/svdotext.cxx | 11 +++ svx/source/svdraw/textchain.cxx | 13 + 3 files changed, 29 insertions(+), 1 deletion(-) New commits: commit 465d9d703de940244adb218e60a4f2f77b7c036d Author: matteocam Date: Thu Jun

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - editeng/source svx/source

2015-06-18 Thread matteocam
editeng/source/outliner/overflowingtxt.cxx |2 +- svx/source/svdraw/svdotextdecomposition.cxx |8 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) New commits: commit 83e85d7477b962454d8dd39f208fa7c276fe25fb Author: matteocam Date: Fri Jun 19 00:09:29 2015 -0400 Changed

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - include/svx sd/source svx/source

2015-06-18 Thread matteocam
include/svx/svdedxv.hxx|1 + include/svx/svdotext.hxx | 12 ++-- sd/source/ui/view/outlview.cxx |1 + svx/source/svdraw/svdedxv.cxx | 17 +++-- svx/source/svdraw/svdotext.cxx | 26 +++--- svx/source/svdraw/svdotxed.cxx |7 ---

LibreOffice Gerrit News for core on 2015-06-19

2015-06-18 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + tdf#87348 allow non-sequentially processed textboxes to be linked in https://gerrit.libreoffice.org/16353 from Justin Luth about module writerfilter End o

<    1   2