LibreOffice Gerrit News for core on 2014-04-27

2014-04-27 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + DrawWaveLine/ImplDrawWaveLine fixes: - try to avoid huge looping due to in https://gerrit.libreoffice.org/9174 from Douglas Mencken about module vcl

[Libreoffice-commits] core.git: include/framework include/svtools include/unotools

2014-04-27 Thread Julien Nabet
include/framework/addonsoptions.hxx |4 ++-- include/svtools/menuoptions.hxx |4 ++-- include/svtools/miscopt.hxx |4 ++-- include/svtools/optionsdrawinglayer.hxx |4 ++-- include/svtools/slidesorterbaropt.hxx|2 +-

[Libreoffice-commits] core.git: sw/source

2014-04-27 Thread Michael Stahl
sw/source/core/uibase/wrtsh/delete.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit f5fb361df94449850a83be3b412f68e1f9b949c5 Author: Michael Stahl mst...@redhat.com Date: Fri Apr 25 20:09:47 2014 +0200 fdo#60967: fix deletion of paragraph following

[Libreoffice-commits] core.git: 2 commits - sd/source svx/source

2014-04-27 Thread Julien Nabet
sd/source/ui/inc/slideshow.hxx |1 - sd/source/ui/slideshow/slideshowimpl.cxx |2 +- svx/source/svdraw/svdotxln.cxx |3 ++- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 037754fa9ecea1792e1a8f73b8b4cad4dac75ee0 Author: Julien Nabet

[Libreoffice-commits] core.git: 7 commits - avmedia/Library_avmedia.mk avmedia/source include/vcl solenv/gbuild svx/Library_svxcore.mk vcl/source

2014-04-27 Thread Zolnai Tamás
avmedia/Library_avmedia.mk |7 - avmedia/source/opengl/oglframegrabber.cxx |2 avmedia/source/opengl/oglplayer.cxx| 28 ++-- avmedia/source/opengl/oglplayer.hxx|3 avmedia/source/opengl/oglwindow.cxx| 32 +++-

[SOLVED] Re: About ANIMATIONMODE_VIEW in slideshow module

2014-04-27 Thread julien2412
Thorsten Behrens wrote Julien Nabet wrote: Ok to remove ANIMATIONMODE_VIEW or did I miss something? Yep, looks fine to me. Thank you Thorsten for your feedback, I pushed the patch on master (see http://cgit.freedesktop.org/libreoffice/core/commit/?id=916cbd94d1c848bc69166915b96ff89ac380c913)

[Libreoffice-commits] core.git: vcl/source

2014-04-27 Thread Zolnai Tamás
vcl/source/opengl/OpenGLContext.cxx |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit 1bf5639cb30cfc133f8ca30b3a54074ae4a0527a Author: Zolnai Tamás tamas.zol...@collabora.com Date: Sun Apr 27 12:47:52 2014 +0200 Fix mac build: explicitly check all

[Libreoffice-commits] core.git: sfx2/source

2014-04-27 Thread Zolnai Tamás
sfx2/source/control/recentdocsviewitem.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2b4f2541e7bcabc5cf61f2389f64de46eb084a3f Author: Zolnai Tamás tamas.zol...@collabora.com Date: Sun Apr 27 12:52:34 2014 +0200 Fix ambiguity error Change-Id:

[Libreoffice-commits] core.git: sd/source

2014-04-27 Thread Luboš Luňák
sd/source/ui/view/sdview3.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit dffcd67a9a9865c9eca9756eea4e85445b50a15e Author: Luboš Luňák l.lu...@collabora.com Date: Sun Apr 27 12:55:32 2014 +0200 do not crash when pasting impress page into another impress page

Re: upper case digits in OUString/OString::number() (was: [Libreoffice-commits] core.git: Change RGB FFFF00 - ffff00 to keep roundtrip test happy)

2014-04-27 Thread Lubos Lunak
On Friday 25 of April 2014, Eike Rathke wrote: Hi Stephan, On Friday, 2014-04-25 10:06:17 +0200, Stephan Bergmann wrote: Would it be better to change oox::drawingml::DrawingML::WriteColor(sal_uInt32, sal_Int32) (oox/source/export/drawingml.cxx) to always write OOXML ST_HexColorRGB

[Libreoffice-commits] core.git: sfx2/source

2014-04-27 Thread Zolnai Tamás
sfx2/source/control/recentdocsviewitem.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7b3ff3882dcaa87e62188ef9300d771321998b20 Author: Zolnai Tamás tamas.zol...@collabora.com Date: Sun Apr 27 13:06:32 2014 +0200 Fix one more ambiguity error

[Libreoffice-commits] core.git: include/vcl

2014-04-27 Thread Chris Sherlock
include/vcl/outdev.hxx | 29 ++--- 1 file changed, 26 insertions(+), 3 deletions(-) New commits: commit 75886eb439cb8bc4d78c87482a74aaa1fa422604 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Apr 27 21:08:12 2014 +1000 VCL: make all private functions

About removing macros

2014-04-27 Thread julien2412
Hello, I noticed the use of macros like DECL_PROP1IMPL, DECL_PROP0 (see http://opengrok.libreoffice.org/search?q=DECL_PROP1IMPLproject=coredefs=refs=path=hist=). Does it worth it to remove them? More generally, what macros could/should be removed? Julien -- View this message in context:

[Libreoffice-commits] core.git: include/vcl vcl/Library_vcl.mk

2014-04-27 Thread Chris Sherlock
include/vcl/outdev.hxx | 209 --- vcl/Library_vcl.mk | 238 - 2 files changed, 238 insertions(+), 209 deletions(-) New commits: commit ce941a33b7bcae6a1954d7f4235a1cf15690d95e Author: Chris Sherlock

[Libreoffice-commits] core.git: sw/source

2014-04-27 Thread Caolán McNamara
sw/source/ui/chrdlg/drpcps.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d19af82eabb4a356a1d29cd470c48c42952b6a7e Author: Caolán McNamara caol...@redhat.com Date: Sun Apr 27 13:58:10 2014 +0100 surely std::min was the intent Change-Id:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/inc sc/source

2014-04-27 Thread Kohei Yoshida
sc/inc/tokenarray.hxx |2 + sc/source/core/tool/token.cxx | 46 + sc/source/filter/excel/excform.cxx |4 ++- sc/source/filter/excel/impop.cxx |1 4 files changed, 52 insertions(+), 1 deletion(-) New commits: commit

[Libreoffice-commits] core.git: oox/source

2014-04-27 Thread Armin Le Grand
oox/source/drawingml/customshapeproperties.cxx | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) New commits: commit c764a3d978beb2e6197a8d3f7df53d81ebf72467 Author: Armin Le Grand a...@apache.org Date: Fri Apr 25 12:56:19 2014 + Resolves: #i124703# adapt coordinate

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 86/25253da753153838554fef459ae603ca8d3ecc

2014-04-27 Thread Caolán McNamara
86/25253da753153838554fef459ae603ca8d3ecc |1 + 1 file changed, 1 insertion(+) New commits: commit c42b2a3c22ea95ebf2f2c5ad05458cc10f38a2fe Author: Caolán McNamara caol...@redhat.com Date: Sun Apr 27 14:05:12 2014 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 34/243aa8c03a913b97465433a95a22513625b5a4

2014-04-27 Thread Caolán McNamara
34/243aa8c03a913b97465433a95a22513625b5a4 |1 + 1 file changed, 1 insertion(+) New commits: commit 1b9e3427eec15a7ce552a479f4308841ebb8e02b Author: Caolán McNamara caol...@redhat.com Date: Sun Apr 27 14:24:52 2014 +0100 Notes added by 'git notes add' diff --git

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 76611, which changed state. Bug 76611 Summary: FILEOPEN: Error formula on .XLS file https://bugs.freedesktop.org/show_bug.cgi?id=76611 What|Removed |Added

Re: [libreoffice-projects] [ANN] LIbreOffice 4.1.6 RC2 available

2014-04-27 Thread Italo Vignoli
On 25/04/14 01:41, Christian Lohmaier wrote: The Document Foundation is pleased to announce the second release candidate of LibreOffice 4.1.6. The upcoming 4.1.6 will be the sixth and final in a sequence of frequent bugfix releases for our feature-packed 4.1 line. Feel free to give it a try

[Libreoffice-commits] core.git: sc/source

2014-04-27 Thread Takeshi Abe
sc/source/core/data/table1.cxx |5 ++--- sc/source/core/tool/chgtrack.cxx | 12 +--- sc/source/core/tool/interpr4.cxx |8 sc/source/filter/dif/difimp.cxx |8 +++- 4 files changed, 14 insertions(+), 19 deletions(-) New commits: commit

[Libreoffice-commits] core.git: 2 commits - cui/source include/vcl svtools/source svx/source vcl/source

2014-04-27 Thread Chris Sherlock
cui/source/options/optgdlg.cxx|2 include/vcl/outdev.hxx|6 svtools/source/config/optionsdrawinglayer.cxx |2 svx/source/sdr/overlay/overlayselection.cxx |2 vcl/source/outdev/bitmap.cxx | 362

[Bug 67465] EPS rendering: locating pstoedit on Mac a problem

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67465 V Stuart Foote vstuart.fo...@utsa.edu changed: What|Removed |Added See Also|

[Libreoffice-commits] core.git: 2 commits - svx/source writerfilter/source

2014-04-27 Thread Luboš Luňák
svx/source/sdr/primitive2d/sdrattributecreator.cxx | 27 ++- writerfilter/source/dmapper/TablePositionHandler.cxx |4 ++ 2 files changed, 23 insertions(+), 8 deletions(-) New commits: commit 313b59d787357ef3da34e2833fefcf1143b09b5e Author: Luboš Luňák

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 V Stuart Foote vstuart.fo...@utsa.edu changed: What|Removed |Added Depends on||64161 -- You

[Libreoffice-commits] core.git: 2 commits - sw/source vcl/source

2014-04-27 Thread Tor Lillqvist
sw/source/filter/xml/xmltble.cxx|2 -- vcl/source/opengl/OpenGLContext.cxx |2 +- 2 files changed, 1 insertion(+), 3 deletions(-) New commits: commit 62219707ff063ce4d4679a3614a551b2854ffcfd Author: Tor Lillqvist t...@collabora.com Date: Sun Apr 27 19:26:26 2014 +0300 WaE:

[Libreoffice-commits] core.git: nlpsolver/src

2014-04-27 Thread Alex Gulyás
nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseNLPSolver.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit dfbaef22fcc66f86ecdfccb82037fbfd171c975d Author: Alex Gulyás gulyas.a...@gmail.com Date: Sun Apr 27 18:06:15 2014 +0200 fdo#78004 fix string

Alex Gulyás license statement

2014-04-27 Thread Alex Gulyás
All of my past future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: ImageMagick convert -- a required bundle to handle EPS on Windows and OSX?

2014-04-27 Thread V Stuart Foote
So, poking around on this in Bugzilla and OpenGrok, seems there is no native handling of EPS in LibreOffice, and the filters (input output) are a mess. There has been a call for built-in EPS rendering as fdo#67464 https://bugs.freedesktop.org/show_bug.cgi?id=67464 as an enhancement.

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - sd/source

2014-04-27 Thread Luboš Luňák
sd/source/ui/view/sdview3.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 5d870f0474d43d6bbcaabda6ac3912c2ae2bbe28 Author: Luboš Luňák l.lu...@collabora.com Date: Sun Apr 27 12:55:32 2014 +0200 do not crash when pasting impress page into another impress page

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

2014-04-27 Thread Luboš Luňák
sd/source/ui/view/sdview3.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit ff33ba96929cc4591f04e0963aa8c630d989e8bd Author: Luboš Luňák l.lu...@collabora.com Date: Sun Apr 27 12:55:32 2014 +0200 do not crash when pasting impress page into another impress page

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - vcl/source

2014-04-27 Thread Tomaž Vajngerl
vcl/source/filter/wmf/winmtf.cxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit db477faebd75ed31416cc642a6a1de30227cac29 Author: Tomaž Vajngerl tomaz.vajng...@collabora.com Date: Tue Apr 22 12:06:11 2014 +0200 wmf: support fat lines for PolyPolygons in wmf filter

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - vcl/source

2014-04-27 Thread Tomaž Vajngerl
vcl/source/gdi/outdev.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ce9161733a8ef433d060b87a24ce566d20365679 Author: Tomaž Vajngerl tomaz.vajng...@collabora.com Date: Thu Apr 24 17:57:09 2014 +0200 fdo#74336 wrongly transformed line width - use 0 for

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - include/oox oox/source

2014-04-27 Thread Tomaž Vajngerl
include/oox/helper/graphichelper.hxx |4 +++- oox/source/drawingml/shape.cxx | 10 +- oox/source/helper/graphichelper.cxx |4 ++-- oox/source/vml/vmlshape.cxx | 10 -- 4 files changed, 22 insertions(+), 6 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - 2 commits - vcl/source

2014-04-27 Thread Tomaž Vajngerl
vcl/source/filter/wmf/winmtf.cxx | 17 +++-- vcl/source/filter/wmf/winwmf.cxx | 37 - 2 files changed, 31 insertions(+), 23 deletions(-) New commits: commit d0855e3a4d874b76b64d219ba2737901621bda6a Author: Tomaž Vajngerl

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - 2 commits - drawinglayer/source vcl/source

2014-04-27 Thread Tomaž Vajngerl
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 10 +++ vcl/source/filter/wmf/winmtf.cxx| 22 +--- vcl/source/filter/wmf/winmtf.hxx|2 + 3 files changed, 30 insertions(+), 4 deletions(-) New commits: commit

[Libreoffice-commits] core.git: sw/qa sw/source

2014-04-27 Thread umeshkadam
sw/qa/extras/ooxmlexport/data/fdo77718.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx| 34 +++- sw/source/filter/ww8/docxsdrexport.cxx | 10 sw/source/filter/ww8/docxsdrexport.hxx |3 +- 4 files changed, 41 insertions(+), 6

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - nlpsolver/src

2014-04-27 Thread Alex Gulyás
nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseNLPSolver.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a4c438de33df540f18749b2d1013ebee73a38f54 Author: Alex Gulyás gulyas.a...@gmail.com Date: Sun Apr 27 18:06:15 2014 +0200 fdo#78004 fix string

[Libreoffice-commits] core.git: 4 commits - avmedia/source chart2/source external/libgltf include/vcl vcl/source

2014-04-27 Thread Zolnai Tamás
avmedia/source/opengl/oglframegrabber.cxx | 27 + avmedia/source/opengl/oglplayer.cxx| 41 +++ avmedia/source/opengl/oglplayer.hxx|1 chart2/source/view/main/OpenGLRender.cxx | 27 -

[Bug 67465] EPS rendering: locating pstoedit on Mac a problem

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67465 V Stuart Foote vstuart.fo...@utsa.edu changed: What|Removed |Added CC|

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Jorendc jore...@libreoffice.org changed: What|Removed |Added Depends on|77973 | -- You are receiving

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Jorendc jore...@libreoffice.org changed: What|Removed |Added Depends on||77973 --- Comment #6

[Bug 75025] LibreOffice 4.3 most annoying bugs

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025 Jorendc jore...@libreoffice.org changed: What|Removed |Added Depends on||77973 -- You are

[Libreoffice-commits] core.git: 2 commits - sw/source writerfilter/source

2014-04-27 Thread Miklos Vajna
sw/source/core/view/vprint.cxx |2 writerfilter/source/rtftok/rtftokenizer.cxx | 197 ++-- writerfilter/source/rtftok/rtftokenizer.hxx | 82 +-- 3 files changed, 143 insertions(+), 138 deletions(-) New commits: commit

Re: [libreoffice-projects] [ANN] LIbreOffice 4.1.6 RC2 available

2014-04-27 Thread Christian Lohmaier
Hi Italo, *, On Sun, Apr 27, 2014 at 3:44 PM, Italo Vignoli italo.vign...@gmail.com wrote: On 25/04/14 01:41, Christian Lohmaier wrote: Do you think it will be possible to release on Tuesday at 1:00PM CEST? No technical / availablilty reason that does speak against this. Just that time

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 74333, which changed state. Bug 74333 Summary: DATALOSS: Textfield or Picture inside a chart is hidden https://bugs.freedesktop.org/show_bug.cgi?id=74333 What|Removed |Added

Re: ImageMagick convert -- a required bundle to handle EPS on Windows and OSX?

2014-04-27 Thread Christian Lohmaier
Hi Stuart, *, On Sat, Apr 26, 2014 at 8:45 PM, V Stuart Foote vstuart.fo...@utsa.edu wrote: Looking at issue fdo#62051 https://bugs.freedesktop.org/show_bug.cgi?id=62051 , why no versions of LibreOffice seem to handle insertion of EPS. Looking in OpenGrok at ieps.cxx

Re: Missing package in build

2014-04-27 Thread Christian Lohmaier
Hi Björn, *, On Sat, Apr 26, 2014 at 8:04 PM, Bjoern Michaelsen bjoern.michael...@canonical.com wrote: On Sat, Apr 26, 2014 at 05:41:46PM +0200, Miklos Vajna wrote: […] So the default upstream build still uses ancient gstreamer 0.10, while 'apt-get build-dep libreoffice' installs what the

[Bug 70414] create VSProject files for code editing in MSVS from gbuild

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70414 Björn Michaelsen bjoern.michael...@canonical.com changed: What|Removed |Added Status|ASSIGNED

[Libreoffice-qa] Empty menus in LO master

2014-04-27 Thread Thomas Hackert
Hello @ll, to reproduce a bug, I downloaded LO Version: 4.3.0.0.alpha1+ Build ID: f4a6837025a293312cbc43b9c527851362f11030 TinderBox: Linux-rpm_deb-x86@45-TDF, Branch:master, Time: 2014-04-26_09:15:55 and installed it with en_US lang- as well as helppack under Debian Testing i686, following the

Re: [Libreoffice-qa] [libreoffice-projects] [ANN] LIbreOffice 4.1.6 RC2 available

2014-04-27 Thread Italo Vignoli
On 25/04/14 01:41, Christian Lohmaier wrote: The Document Foundation is pleased to announce the second release candidate of LibreOffice 4.1.6. The upcoming 4.1.6 will be the sixth and final in a sequence of frequent bugfix releases for our feature-packed 4.1 line. Feel free to give it a try

Re: [Libreoffice-qa] Empty menus in LO master

2014-04-27 Thread Thomas Hackert
Hello Joren, *, On So, 27. Apr 2014 15:30 Joren DC wrote: Should be fixed: https://bugs.freedesktop.org/show_bug.cgi?id=77913 :) ah, O.K. Already reported ... ;) Thanks for the link and your answer Thomas. -- I wonder, he said to himself, what's in a book while it's closed. Oh, I know it's

Re: [Libreoffice-qa] [libreoffice-projects] [ANN] LIbreOffice 4.1.6 RC2 available

2014-04-27 Thread Christian Lohmaier
Hi Italo, *, On Sun, Apr 27, 2014 at 3:44 PM, Italo Vignoli italo.vign...@gmail.com wrote: On 25/04/14 01:41, Christian Lohmaier wrote: Do you think it will be possible to release on Tuesday at 1:00PM CEST? No technical / availablilty reason that does speak against this. Just that time

[Libreoffice-qa] Simpler Updates

2014-04-27 Thread Jay Philips
Hi All, Is there no means of getting smaller updates to development builds, as i find it wasteful to redownload 200mb on every update. -- Jay Philips ___ List Name: Libreoffice-qa mailing list Mail address: Libreoffice-qa@lists.freedesktop.org

Re: [Libreoffice-qa] Simpler Updates

2014-04-27 Thread Joel Madero
No - tinderbox builds those daily. The only other option is to pull and build. That will be less downloading but could take more time building depending on the day and what commits have come through. Best, Joel On 04/27/2014 07:41 PM, Jay Philips wrote: Hi All, Is there no means of

[Libreoffice-bugs] [Bug 77987] New: Vertical guidelines X-coordinate in edit window =0 for any guideline with X0

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77987 Priority: medium Bug ID: 77987 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Vertical guidelines X-coordinate in edit window =0 for any guideline with X0

[Libreoffice-bugs] [Bug 77987] Vertical guidelines X-coordinate in edit window =0 for any guideline with X0

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77987 Sergey Homenko sergey.home...@dinom.su changed: What|Removed |Added Priority|medium |low

[Libreoffice-bugs] [Bug 77988] New: FILESAVE: DOC, DOCX sentences appear on following line

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77988 Priority: medium Bug ID: 77988 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FILESAVE: DOC, DOCX sentences appear on following line Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 77893] filter_xslt unit test failed

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77893 --- Comment #1 from Douglas Mencken dougmenc...@gmail.com --- Still present in current master. Backtrace: $ export CPPUNITTRACE=gdb --args make CppunitTest_filter_xslt make -j 2 -rs -f ./lo-build/Makefile.gbuild CppunitTest_filter_xslt [build

[Libreoffice-bugs] [Bug 77988] FILESAVE: DOC, DOCX sentences appear on following line

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77988 Jay philip...@hotmail.com changed: What|Removed |Added Attachment #98063|text/plain |image/png mime

[Libreoffice-bugs] [Bug 77987] Vertical guidelines X-coordinate in edit window =0 for any guideline with X0

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77987 --- Comment #1 from Sergey Homenko sergey.home...@dinom.su --- Horisontal guidelines similarly And show - sign on rules for coordinates0, please -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 75594] FILESAVE: MS Visual C++ Runtime error R6025

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75594 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 77989] New: CONFIGURATION: Can't turn off autocorrect.

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77989 Priority: medium Bug ID: 77989 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: CONFIGURATION: Can't turn off autocorrect. Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 77893] filter_xslt unit test failed

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77893 --- Comment #2 from Douglas Mencken dougmenc...@gmail.com --- Fix is here: https://gerrit.libreoffice.org/#/c/9177/ -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 48783] Clipboard cleared on exit on Linux

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48783 Lubos Lunak l.lu...@collabora.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Libreoffice-bugs] [Bug 77771] Correction orthographe dans tableur et texte

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=1 Urmas davian...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 77771] Correction orthographe dans tableur et texte

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=1 tommy27 ba...@quipo.it changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever confirmed|0

[Libreoffice-bugs] [Bug 77771] Correction orthographe dans tableur et texte

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=1 tommy27 ba...@quipo.it changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Libreoffice-bugs] [Bug 77962] FILEOPEN: DOC incorrect font color

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77962 Alexandr alexpik...@gmail.com changed: What|Removed |Added CC||alexpik...@gmail.com

[Libreoffice-bugs] [Bug 77962] FILEOPEN: DOC incorrect font color

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77962 Alexandr alexpik...@gmail.com changed: What|Removed |Added Attachment #98016|application/octet-stream|application/msword

[Libreoffice-bugs] [Bug 62038] SLIDESHOW: particular .eps images not shown

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62038 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 77971] FORMATTING: Writer: Better font selection in Japanese locale on Mac OSX.

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77971 --- Comment #2 from Tomofumi Yagi ya...@mknada.sakura.ne.jp --- I added Khaled Hosny on CC. Because I was taught he is the expert on Mac CoreText API. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 77897] Quotes in edit mode dissapear after saving or switching to sql-mode

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77897 rob...@familiegrosskopf.de changed: What|Removed |Added Attachment #97919|0 |1 is obsolete|

[Libreoffice-bugs] [Bug 77913] Menus are getting invisible when hovering

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77913 Jorendc jore...@libreoffice.org changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment

[Libreoffice-bugs] [Bug 77978] Editing: deleting row with formulas results in crash with vector::_M_range_check error

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77978 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Attachment #98053|text/plain

[Libreoffice-bugs] [Bug 76984] crash with vector::_M_range_check

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76984 --- Comment #2 from Julien Nabet serval2...@yahoo.fr --- Any update? -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 77990] New: Update of function results

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77990 Priority: medium Bug ID: 77990 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Update of function results Severity: normal Classification: Unclassified OS: All

[Libreoffice-bugs] [Bug 77962] FILEOPEN: DOC incorrect font color

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77962 --- Comment #4 from Jay philip...@hotmail.com --- (In reply to comment #3) Reproducible in LibreOffice 3.5.4 on Debian Wheezy. According to https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Version We currently use the Version field to

[Libreoffice-bugs] [Bug 77934] right-click 'Picture...' dialog does not appear

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77934 --- Comment #4 from Jorendc jore...@libreoffice.org --- Tested using Windows 8.1 using Version: 4.3.0.0.alpha1+ Build ID: 145f2e970f46a3a3e5456b122d71f17c3abe878f TinderBox: Win-x86@42, Branch:master, Time: 2014-04-26_23:32:36 I can NOT reproduce

[Libreoffice-bugs] [Bug 77991] New: Crash in Picture Macro tab

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77991 Priority: medium Bug ID: 77991 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Crash in Picture Macro tab Severity: major Classification: Unclassified OS: Windows

[Libreoffice-bugs] [Bug 77991] Crash in Picture Macro tab

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77991 Jorendc jore...@libreoffice.org changed: What|Removed |Added CC||jmadero@gmail.com,

[Libreoffice-bugs] [Bug 77934] right-click 'Picture...' dialog does not appear

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77934 Jorendc jore...@libreoffice.org changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 77991] Crash in Picture Macro tab

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77991 Jorendc jore...@libreoffice.org changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 77991] Crash in Picture Macro tab

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77991 --- Comment #2 from Julien Nabet serval2...@yahoo.fr --- On pc Debian x86-64 with master sources udpated today (037754fa9ecea1792e1a8f73b8b4cad4dac75ee0), I don't reproduce the crash (tested in with png file) Just for information, I noticed

[Libreoffice-bugs] [Bug 77978] Editing: deleting row with formulas results in crash with vector::_M_range_check error

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77978 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC||serval2...@yahoo.fr

[Libreoffice-bugs] [Bug 77992] New: No visual clue sidebar division is collapsed or not

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77992 Priority: medium Bug ID: 77992 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: No visual clue sidebar division is collapsed or not Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 77992] No visual clue sidebar division is collapsed or not

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77992 Jorendc jore...@libreoffice.org changed: What|Removed |Added Keywords||regression -- You are

[Libreoffice-bugs] [Bug 77978] Editing: deleting row with formulas results in crash with vector::_M_range_check error

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77978 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 77992] No visual clue sidebar division is collapsed or not

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77992 Jorendc jore...@libreoffice.org changed: What|Removed |Added Attachment #98068|text/plain |image/png

[Libreoffice-bugs] [Bug 77459] Other: Insert Rows Above produces crash with vector::_M_range_check error

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77459 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 77987] Vertical guidelines X-coordinate in edit window =0 for any guideline with X0

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77987 Regina Henschel rb.hensc...@t-online.de changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 77993] New: Writer crashes constantly

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77993 Priority: medium Bug ID: 77993 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Writer crashes constantly Severity: major Classification: Unclassified OS: Mac OS X

[Libreoffice-bugs] [Bug 77994] New: Find Replace doesn't search footnotes in LibO Writer

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77994 Priority: medium Bug ID: 77994 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Find Replace doesn't search footnotes in LibO Writer Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 77988] FILESAVE: DOC, DOCX sentences appear on following line

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77988 Jorendc jore...@libreoffice.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 77987] Vertical guidelines X-coordinate in edit window =0 for any guideline with X0

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77987 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC||serval2...@yahoo.fr

[Libreoffice-bugs] [Bug 75330] EDITING: Feature request Show the legend without overlapping the chart

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75330 Jorendc jore...@libreoffice.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 77992] No visual clue sidebar division is collapsed or not

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77992 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 75330] EDITING: Show the legend without overlapping the chart

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75330 Jorendc jore...@libreoffice.org changed: What|Removed |Added Summary|EDITING: Feature request|EDITING: Show the

[Libreoffice-bugs] [Bug 77992] No visual clue if sidebar division is collapsed or not

2014-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77992 Jorendc jore...@libreoffice.org changed: What|Removed |Added OS|Windows (All) |All

  1   2   3   >