[Libreoffice-commits] core.git: 2 commits - compilerplugins/clang

2014-01-31 Thread Stephan Bergmann
compilerplugins/clang/compat.hxx | 64 +++ compilerplugins/clang/implicitboolconversion.cxx | 15 +++-- compilerplugins/clang/pluginhandler.cxx |5 + 3 files changed, 76 insertions(+), 8 deletions(-) New commits: commit

FreeBSD 10 PowerPC LibreOffice

2014-01-31 Thread precutcolours
FreeBSD just accomplished a major new release. Yet apparently LibreOffice needs attention on the PPC Mac port - and perhaps others? Discussions of FreeBSD port on PowerPC http://lists.freebsd.org/pipermail/freebsd-ppc/2014-January/thread.html

Re: how to detect compiler warning

2014-01-31 Thread Miklos Vajna
Hi Winfried, On Fri, Jan 31, 2014 at 08:12:54AM +0100, Winfried Donkers w.donk...@dci-electronics.nl wrote: Did you find a situation where fLastPos would be without valid value, or is just to get rid of the warning? In the latter case, how do you find this warning in the long, long list of

[Libreoffice-commits] core.git: Changes to 'private/moggi/chart-dialogs'

2014-01-31 Thread Markus Mohrhard
New branch 'private/moggi/chart-dialogs' available with the following commits: commit ec653c788e3077f7415b32fe2068f9d61bce2f07 Author: Markus Mohrhard markus.mohrh...@collabora.co.uk Date: Fri Jan 31 02:23:56 2014 +0100 improve dialogs for mapped properties Change-Id:

Re: NOTE: Impress remote clients have been moved to their own repos

2014-01-31 Thread Thorsten Behrens
Norbert Thiebaud wrote: Impress clients, ios/android/firefoxos have been moved out of core.git and into git://gerrit.libreoffice.org/impress_remote Thanks a whole lot - this was one frequently requested item from mobile ecosystem packagers! -- Thorsten signature.asc Description:

Re: Sketches and diagrams in open source software development

2014-01-31 Thread Thorsten Behrens
Sebastian Baltes wrote: I'm primarily looking for sketches and diagrams directly related to source code (e.g. architecture diagrams, sketches visualizing a bug or a certain data structure). FWICT, at least the computer-generated diagrams that are used for hacking purposes all in the end employ

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

2014-01-31 Thread Jan Holesovsky
canvas/source/cairo/cairo_textlayout.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 9d5024a46e12dc91f75a964d87a1d53385c1a521 Author: Jan Holesovsky ke...@collabora.com Date: Fri Jan 31 10:28:55 2014 +0100 cairo canvas: Zero font's width means the

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

2014-01-31 Thread Jan Holesovsky
canvas/source/cairo/cairo_textlayout.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit f2293d1c1c30ea0f6d8b1d1af5f12262f796cd81 Author: Jan Holesovsky ke...@collabora.com Date: Fri Jan 31 10:28:55 2014 +0100 cairo canvas: Zero font's width means the

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

2014-01-31 Thread YogeshBharate
sw/source/filter/ww8/docxattributeoutput.cxx |2 +- sw/source/filter/ww8/docxexport.cxx |5 ++--- sw/source/filter/ww8/docxexport.hxx |2 +- 3 files changed, 4 insertions(+), 5 deletions(-) New commits: commit ac177e3919362deb6e46257a2787384620ca9a5e Author:

[Bug 51780] default to Firebird not HSQLDB in Base

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51780 Popa Adrian Marius map...@gmail.com changed: What|Removed |Added See Also|

[Bug 51780] default to Firebird not HSQLDB in Base

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51780 Popa Adrian Marius map...@gmail.com changed: What|Removed |Added See Also|https://bugs.freedesktop.or |

[Bug 51780] default to Firebird not HSQLDB in Base

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51780 Popa Adrian Marius map...@gmail.com changed: What|Removed |Added See Also|

[Bug 51780] default to Firebird not HSQLDB in Base

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51780 Popa Adrian Marius map...@gmail.com changed: What|Removed |Added Blocks||36546 -- You are

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

2014-01-31 Thread Miklos Vajna
include/filter/msfilter/sprmids.hxx |1 + sw/source/filter/ww8/wrtw8num.cxx |2 +- sw/source/filter/ww8/ww8par3.cxx|2 +- 3 files changed, 3 insertions(+), 2 deletions(-) New commits: commit 2df08acc4c0bdbe1df96770cab347d1f5df9d7a7 Author: Miklos Vajna vmik...@collabora.co.uk

RE: how to detect compiler warning

2014-01-31 Thread Winfried Donkers
Hi Miklos, Just use: ./autogen.sh --enable-werror and then any warning from your compiler will fail your build, making sure you don't introduce new warnings without noticing them. Thank you, will do so. I only hope that 'others' will get rid of 'their' warnings too ;-) Winfried

[Libreoffice-commits] core.git: javaunohelper/com ridljar/com

2014-01-31 Thread Stephan Bergmann
javaunohelper/com/sun/star/comp/helper/Bootstrap.java | 13 ++- javaunohelper/com/sun/star/comp/helper/ComponentContextEntry.java |2 javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader.java | 34 +- javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java

[Bug 54938] Adapt supportsService implementations to cppu::supportsService

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54938 --- Comment #35 from Stephan Bergmann sberg...@redhat.com --- (In reply to comment #34) sal_Bool SAL_CALL FilterBase::supportsService( const OUString rServiceName ) throw( RuntimeException ) { return (rServiceName ==

[Libreoffice-commits] core.git: odk/examples

2014-01-31 Thread Alexandre Vicenzi
odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.cxx | 23 +--- odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx |4 odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx

[Bug 54938] Adapt supportsService implementations to cppu::supportsService

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54938 --- Comment #36 from Commit Notification libreoffice-comm...@lists.freedesktop.org --- Alexandre Vicenzi committed a patch related to this issue. It has been pushed to master:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - odk/CustomTarget_settings.mk odk/settings

2014-01-31 Thread Stephan Bergmann
odk/CustomTarget_settings.mk |5 +++- odk/settings/dk.mk |3 +- odk/settings/settings.mk | 48 ++- 3 files changed, 22 insertions(+), 34 deletions(-) New commits: commit 54eb449459db74634695c1a986e973f97adc6ab6 Author: Stephan

Re: NOTE: Impress remote clients have been moved to their own repos

2014-01-31 Thread Norbert Thiebaud
On Fri, Jan 31, 2014 at 7:04 AM, Jan Holesovsky ke...@collabora.com wrote: Hi Norbert, Norbert Thiebaud píše v Čt 30. 01. 2014 v 19:00 -0600: Impress clients, ios/android/firefoxos have been moved out of core.git and into git://gerrit.libreoffice.org/impress_remote Thanks! - any chance

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

2014-01-31 Thread Jan Holesovsky
sfx2/source/control/thumbnailview.cxx | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) New commits: commit 470b393fd593440f49f0c3c1e95ef7a41fac0bb5 Author: Jan Holesovsky ke...@collabora.com Date: Fri Jan 31 13:10:27 2014 +0100 Kill one indentation level.

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

2014-01-31 Thread Zolnai Tamás
include/vcl/window.hxx|3 + sfx2/source/control/thumbnailview.cxx |1 sfx2/source/dialog/backingwindow.cxx | 55 +- sfx2/source/dialog/backingwindow.hxx |2 + vcl/source/window/taskpanelist.cxx| 12 +++

Cppcheck Same expression on both sides of '|' in PresenterPaneBorderManager.cxx (sdext)

2014-01-31 Thread julien2412
Hello, Cppcheck reported this: sdext/source/presenter/PresenterPaneBorderManager.cxx 171 duplicateExpression style Same expression on both sides of '|'. switch (nCode) { case mnOutside | mnOutside:--- Same expression on both sides of '|'. case mnOutside | mnLeft:

Re: NOTE: Impress remote clients have been moved to their own repos

2014-01-31 Thread Jan Holesovsky
Hi Norbert, Norbert Thiebaud píše v Čt 30. 01. 2014 v 19:00 -0600: Impress clients, ios/android/firefoxos have been moved out of core.git and into git://gerrit.libreoffice.org/impress_remote Thanks! - any chance to create a mirroring repo on freedesktop.org, please? :-) Thank you, Kendy

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

2014-01-31 Thread Kohei Yoshida
sc/source/core/data/table4.cxx | 50 ++--- 1 file changed, 32 insertions(+), 18 deletions(-) New commits: commit b74233d410b1d25c7fab3bf360dc61bf1f2c769c Author: Kohei Yoshida kohei.yosh...@collabora.com Date: Fri Jan 31 11:49:44 2014 -0500 Slight

[Libreoffice-commits] core.git: compilerplugins/clang

2014-01-31 Thread Andrzej Hunt
compilerplugins/clang/compat.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b8ca3737fbdf51038f80db89048ee00db4ba26b4 Author: Andrzej Hunt andrzej.h...@collabora.com Date: Fri Jan 31 15:23:51 2014 + DiagnosticsEngine::getCustomDiagID isn't const, so

[Libreoffice-commits] core.git: 2 commits - chart2/opengl chart2/source

2014-01-31 Thread Markus Mohrhard
chart2/opengl/backgroundFragmentShader.glsl | 11 +++ chart2/opengl/backgroundVertexShader.glsl | 11 +++ chart2/opengl/commonFragmentShader.glsl | 11 +++ chart2/opengl/commonVertexShader.glsl | 11 +++ chart2/opengl/debugFragmentShader.glsl

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

2014-01-31 Thread Markus Mohrhard
chart2/opengl/symbolFragmentShader.glsl |2 +- chart2/opengl/symbolVertexShader.glsl|2 +- chart2/source/view/main/DummyXShape.cxx |5 ++--- chart2/source/view/main/OpenGLRender.cxx | 30 -- oox/source/shape/ShapeContextHandler.cxx |7 --- 5

[Libreoffice-commits] core.git: compilerplugins/clang

2014-01-31 Thread Jesús Corrius
compilerplugins/clang/compat.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 82300f367dda20e3e83477dae9dd37124ac9831b Author: Jesús Corrius jcorr...@gmail.com Date: Fri Jan 31 10:31:30 2014 +0100 sbergman's typo Change-Id:

Re: Sketches and diagrams in open source software development

2014-01-31 Thread Kohei Yoshida
On Thu, 2014-01-30 at 23:09 +0100, Sebastian Baltes wrote: I write to this mailing list to ask for hints on where to find sketches and diagrams related to the development of LibreOffice (maybe your version control system, bug tracking system, or wiki?). I use and maintain this class diagram

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sw/source

2014-01-31 Thread Armin Le Grand
sw/source/core/doc/docnew.cxx | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) New commits: commit 059b53d8ae713be9c3db2348176e74e39586 Author: Armin Le Grand a...@apache.org Date: Fri Jan 31 17:42:41 2014 + i123914 Use an own hold on the newly created

Keyboard navigation in StartCenter and Template Manager

2014-01-31 Thread V Stuart Foote
@Kendy, @Zolnai Thanks for the work on the backingwindow.cxx and thumbnailview.cxx keyboard navigation to resolve fdo#71763 and fdo#71764. Will test the F6 navigation as the next TB builds of master roll around. Since you've already gotten so far into the key board navigation might I be able to

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

2014-01-31 Thread Kohei Yoshida
sc/inc/column.hxx |5 + sc/inc/table.hxx|8 + sc/source/core/data/column4.cxx | 112 ++- sc/source/core/data/table4.cxx | 161 +--- 4 files changed, 206 insertions(+), 80 deletions(-) New

[Libreoffice-commits] help.git: 2 commits - helpers/help_hid.lst source/text

2014-01-31 Thread Caolán McNamara
helpers/help_hid.lst |2 -- source/text/shared/02/2401.xhp | 13 ++--- 2 files changed, 6 insertions(+), 9 deletions(-) New commits: commit 8d10ad8bf909f3624f57065f4950fe0e2e171b2b Author: Caolán McNamara caol...@redhat.com Date: Fri Jan 31 17:34:54 2014 +

[Libreoffice-commits] core.git: helpcontent2

2014-01-31 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 48e14ccf97609a62711fd102266e35468fba2230 Author: Caolán McNamara caol...@redhat.com Date: Fri Jan 31 17:34:54 2014 + Updated core Project: help 8d10ad8bf909f3624f57065f4950fe0e2e171b2b

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

2014-01-31 Thread Armin Le Grand
vcl/win/source/gdi/salgdi.cxx | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) New commits: commit 9b677819a703208a650c08186546b11f0a535fd2 Author: Armin Le Grand a...@apache.org Date: Thu Jan 30 21:34:57 2014 + Resolves: #i12355# Corrected case that...

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 99/57d5854dcc65db37f0631c19e3421df1311089

2014-01-31 Thread Caolán McNamara
99/57d5854dcc65db37f0631c19e3421df1311089 |1 + 1 file changed, 1 insertion(+) New commits: commit 997c70773775bde3b2900aab75313f1f302cf4f0 Author: Caolán McNamara caol...@redhat.com Date: Fri Jan 31 21:28:39 2014 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 05/9b53d8ae713be9c3db23481768888e74e39586

2014-01-31 Thread Caolán McNamara
05/9b53d8ae713be9c3db2348176e74e39586 |1 + 1 file changed, 1 insertion(+) New commits: commit 1b08d26778f3c1f72cf00f0a4d622c3c3b089d1e Author: Caolán McNamara caol...@redhat.com Date: Fri Jan 31 21:37:09 2014 + Notes added by 'git notes add' diff --git

[PATCH] fdo#43157: Clean up OSL_ASSERT, DBG_ASSERT, etc.

2014-01-31 Thread Tim Markle
Here is a small contribution I tried for one of the easy hacks. This code is contributed under the LGPLv3+ / MPL. From 67b3b38717f788931c7acf44dd7b75d85a3fb713 Mon Sep 17 00:00:00 2001 From: Timothy Markle tmark...@gmail.com Date: Fri, 31 Jan 2014 21:17:10 +0100 Subject: [PATCH] fdo#43157 - Clean

Re: plans to preserve field type info during pdf import?

2014-01-31 Thread Larry Evans
On 12/27/13 12:24, Larry Evans wrote: Opening the irs f1040 form for 2012: f1040.pdf with LibreOffice4.1.2.3 on my ubuntu system: ~/prog_dev/LibreOffice/file_conversion/inp $ uname -a Linux evansl-Inspiron-531 3.2.0-57-generic #87-Ubuntu SMP Tue Nov 12 21:35:10 UTC 2013 x86_64 x86_64

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

2014-01-31 Thread Kohei Yoshida
sc/inc/table.hxx |9 - sc/source/core/data/table4.cxx | 339 - 2 files changed, 181 insertions(+), 167 deletions(-) New commits: commit 28d5f8c69b2105dbc13af3993fcc5a4cfd4cc432 Author: Kohei Yoshida kohei.yosh...@collabora.com Date:

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

2014-01-31 Thread Kohei Yoshida
sc/source/core/data/table4.cxx | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) New commits: commit a995462e6855061816c6529c366f20ace2b45868 Author: Kohei Yoshida kohei.yosh...@collabora.com Date: Fri Jan 31 18:05:05 2014 -0500 Take advantage of segment-based hidden

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svx/source

2014-01-31 Thread Armin Le Grand
svx/source/sidebar/possize/PosSizePropertyPanel.cxx | 12 1 file changed, 8 insertions(+), 4 deletions(-) New commits: commit 7e12414bf5e88108116653eee1870612d34c49cb Author: Armin Le Grand a...@apache.org Date: Fri Jan 31 22:23:07 2014 + i123993 When executing rotation

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

2014-01-31 Thread Kohei Yoshida
sc/inc/table.hxx |6 ++ sc/source/core/data/table4.cxx | 119 ++--- 2 files changed, 72 insertions(+), 53 deletions(-) New commits: commit dcca10d4e26d4602d9ac4f0b340b52c31fe086e3 Author: Kohei Yoshida kohei.yosh...@collabora.com Date: Fri

[Libreoffice-commits] core.git: 9 commits - include/tools sw/source ucb/source vbahelper/source

2014-01-31 Thread Norbert Thiebaud
include/tools/config.hxx |1 sw/source/core/doc/docfld.cxx |9 ++- sw/source/core/doc/htmltbl.cxx | 81 ++--- sw/source/core/layout/laycache.cxx | 22 +-- sw/source/filter/html/htmltabw.cxx | 11

LibreOffice Gerrit News for core on 2014-02-01

2014-01-31 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things ! + fdo#64337 Do not show empty findbar in startcenter. in https://gerrit.libreoffice.org/7770 from Robert Roth about module sfx2 + fdo#54938 Convert framework

[Libreoffice-commits] core.git: 5 commits - chart2/source codemaker/source reportdesign/source

2014-01-31 Thread Norbert Thiebaud
chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx | 21 +- chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx |9 ++-- codemaker/source/javamaker/classfile.cxx|7 ++- reportdesign/source/core/api/FixedLine.cxx

QA Meeting Minutes - 2014-01-27

2014-01-31 Thread Robinson Tryon
Hi all, Meeting minutes are available here: https://wiki.documentfoundation.org/QA/Meetings/2014/January_27 Our upcoming meeting will be in two weeks: https://wiki.documentfoundation.org/QA/Meetings/2014/February_10 As always, our meetings are open to everyone -- please feel free to join us in

Re: [Libreoffice-qa] Trendline equation

2014-01-31 Thread Stefan Weigel
Hi, Am 30.01.2014 22:12, schrieb Laurent BP: https://bugs.freedesktop.org/show_bug.cgi?id=74163 Lets take an example which corresponds to a common error of beginner: 1. Enter Data such as X=1, 10, 100 and Y=11, 12, 13 2. Create a *XY* (scatter) chart 3. Insert trendline and show equation

Re: [Libreoffice-qa] Trendline equation

2014-01-31 Thread Laurent BP
Stefan Weigel wrote 1. Enter Data A1=11, A2=13, A3=12, A4=14, A5=16, A6=15 2. Select A1:A6 3. 4. Create a Line chart 4. Insert linear trendline and show equation -- Equation does make sense. If you do not specify X-values/categories, what sense can you give in the equation for 'x'? From my

[Libreoffice-qa] QA Meeting Minutes - 2014-01-27

2014-01-31 Thread Robinson Tryon
Hi all, Meeting minutes are available here: https://wiki.documentfoundation.org/QA/Meetings/2014/January_27 Our upcoming meeting will be in two weeks: https://wiki.documentfoundation.org/QA/Meetings/2014/February_10 As always, our meetings are open to everyone -- please feel free to join us in

[Libreoffice-bugs] [Bug 72324] Other: Figures copied from Matlab and pasted as metafiles lose some lines.

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72324 --- Comment #5 from Karel Hruska push...@email.cz --- Created attachment 93102 -- https://bugs.freedesktop.org/attachment.cgi?id=93102action=edit EMF file generated by Matlab (imported broken) -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 74261] New: Figure labels hide after document opening

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74261 Priority: medium Bug ID: 74261 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Figure labels hide after document opening Severity: major Classification: Unclassified

[Libreoffice-bugs] [Bug 74254] exporting to PDF appends PDF to the file name

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74254 --- Comment #4 from Tim Lloyd tim.ll...@gmx.com --- LO4.2.0.4 Fedora 20. I tried this with calc and writer and the problem was not visible. abc.odt becomes abc.pdf. xyz.ods becomes xyz.pdf I have been using 4.1.4.2 and the problem was not

[Libreoffice-bugs] [Bug 74261] Figure labels hide after document opening

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74261 --- Comment #1 from Karel Hruska push...@email.cz --- I forgot to add, that I noticed this behaviour in earlier versions of LO, too. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 74262] New: Writer crash

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74262 Priority: medium Bug ID: 74262 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Writer crash Severity: normal Classification: Unclassified OS: All

[Libreoffice-bugs] [Bug 74262] Writer crash

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74262 --- Comment #1 from se...@riseup.net --- I uploaded crash dump here: http://zalil.ru/34943545 Bug tracker doesn't allow me to attach large files. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 74264] New: Editing Calc - Cut then Undo looses hyperlinks

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74264 Priority: medium Bug ID: 74264 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Editing Calc - Cut then Undo looses hyperlinks Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 69017] PRINTING: Printing doc: Row heights partially changed in printout

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69017 --- Comment #3 from bugzi...@team.cortado.com --- Wa re-tested the issue with Arial. Rows are still moved but less than in the first test. But still a new page can be created by moved rows. Please see attachments - the lines indicate the offset.

[Libreoffice-bugs] [Bug 69017] PRINTING: Printing doc: Row heights partially changed in printout

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69017 --- Comment #4 from bugzi...@team.cortado.com --- Created attachment 93104 -- https://bugs.freedesktop.org/attachment.cgi?id=93104action=edit offset in LibreOffice -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 69017] PRINTING: Printing doc: Row heights partially changed in printout

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69017 --- Comment #5 from bugzi...@team.cortado.com --- Created attachment 93105 -- https://bugs.freedesktop.org/attachment.cgi?id=93105action=edit original -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 69017] PRINTING: Printing doc: Row heights partially changed in printout

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69017 bugzi...@team.cortado.com changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 74259] Draw crahs by opening a new file

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74259 Foss f...@openmailbox.org changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Whiteboard|

[Libreoffice-bugs] [Bug 74262] Writer crash

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74262 Foss f...@openmailbox.org changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 74262] Writer crash

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74262 --- Comment #3 from se...@riseup.net --- Created attachment 93106 -- https://bugs.freedesktop.org/attachment.cgi?id=93106action=edit test file -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 74262] Writer crash

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74262 --- Comment #4 from se...@riseup.net --- I have uploaded odt file. I was just scrolling window with it and then libreoffice went segfault. Doesn't crash dump contains enough information to understand what the problem was? -- You are receiving

[Libreoffice-bugs] [Bug 38639] DOCX: section change with different header/footer settings not regarded

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38639 --- Comment #7 from vulc...@gmx.com --- Still here in LibreOffice 4.2.0.4 Build ID: 05dceb5d363845f2cf968344d7adab8dcfb2ba71 on Ubuntu 12.04.4 x86_64 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 61543] Add Soft-edge Shadow to Impress

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61543 Kumāra kumara.bhik...@gmail.com changed: What|Removed |Added CC||diaz.bast...@ymail.com

[Libreoffice-bugs] [Bug 69577] Improve appearance of shadows added to objects (text and images) in LO Impress

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69577 Kumāra kumara.bhik...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 61543] Add Soft-edge Shadow to Impress

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61543 Kumāra kumara.bhik...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 51781] Select a good replacement for embedded HSQLDB 1.8

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51781 Popa Adrian Marius map...@gmail.com changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 51780] default to Firebird not HSQLDB in Base

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51780 Popa Adrian Marius map...@gmail.com changed: What|Removed |Added See Also|https://bugs.freedesktop.or |

[Libreoffice-bugs] [Bug 51780] default to Firebird not HSQLDB in Base

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51780 Popa Adrian Marius map...@gmail.com changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 51780] default to Firebird not HSQLDB in Base

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51780 Popa Adrian Marius map...@gmail.com changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 51781] Select a good replacement for embedded HSQLDB 1.8

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51781 Popa Adrian Marius map...@gmail.com changed: What|Removed |Added See Also|https://bugs.freedesktop.or |

[Libreoffice-bugs] [Bug 36546] Internal HSQLDB 1.8 fails to cascade updates through multiple paths and deletions through some cyclic structures

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36546 Popa Adrian Marius map...@gmail.com changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 70105] FORMATTING: Rendering of the header/footer is incorrect

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70105 --- Comment #4 from vulc...@gmx.com --- Reproduce with LibreOffice 4.2.0.4 Build ID: 05dceb5d363845f2cf968344d7adab8dcfb2ba71 on Ubuntu 12.04.4 x86_64 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 68167] Create an outline view similar to that in MS Word and Apple Pages

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68167 --- Comment #20 from Jean-Marc Liotier j...@liotier.org --- Saying that developers ignore the gaping functional hole is exaggerated: some are fully aware, but then it is all a matter of prioritizing issues vs. resources... And we don't bring much

[Libreoffice-bugs] [Bug 36546] Internal HSQLDB 1.8 fails to cascade updates through multiple paths and deletions through some cyclic structures

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36546 --- Comment #16 from Popa Adrian Marius map...@gmail.com --- This can be marked as fixed once #51780 is marked as done -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 74259] Draw crahs by opening a new file

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74259 --- Comment #2 from Dennis d.cra...@gmail.com --- Created attachment 93120 -- https://bugs.freedesktop.org/attachment.cgi?id=93120action=edit corrput draw-file -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 74259] Draw crahs by opening a new file

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74259 Dennis d.cra...@gmail.com changed: What|Removed |Added Hardware|Other |All OS|All

[Libreoffice-bugs] [Bug 36546] Internal HSQLDB 1.8 fails to cascade updates through multiple paths and deletions through some cyclic structures

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36546 Popa Adrian Marius map...@gmail.com changed: What|Removed |Added Depends on||51780 -- You are

[Libreoffice-bugs] [Bug 51780] default to Firebird not HSQLDB in Base

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51780 Popa Adrian Marius map...@gmail.com changed: What|Removed |Added Blocks||36546 -- You are

[Libreoffice-bugs] [Bug 54346] Libreoffice 3.5.5 Calc WEEKDAY() function shows wrong number of day

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54346 --- Comment #7 from andis.lazd...@gmail.com --- Hello! The problem with weekday() function is still there for me. I just stopped to use this function after conclusion on this bug report that this is not a bug, but feature :) Probably this

[Libreoffice-bugs] [Bug 74267] New: Revert to system fonts on windows instead of Liberation fonts

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74267 Priority: medium Bug ID: 74267 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Revert to system fonts on windows instead of Liberation fonts Severity: normal

[Libreoffice-bugs] [Bug 74268] New: Chart forgets

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74268 Priority: medium Bug ID: 74268 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Chart forgets Severity: normal Classification: Unclassified OS: All

[Libreoffice-bugs] [Bug 74270] New: [FILEOPEN]: PPS ou PPSX add a countdown option for impress

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74270 Priority: medium Bug ID: 74270 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: [FILEOPEN]: PPS ou PPSX add a countdown option for impress Severity: enhancement

[Libreoffice-bugs] [Bug 60268] FORMATTING: Square root and cdot are not correct displayed under Windows 8

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60268 --- Comment #11 from Andrea si...@libero.it --- Still reproducible with 4.2.0.4 under Windows 8 -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing

[Libreoffice-bugs] [Bug 74271] New: File Corruption - Issue related with hyperlink in footer

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74271 Priority: medium Bug ID: 74271 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: File Corruption - Issue related with hyperlink in footer Severity: normal

[Libreoffice-bugs] [Bug 74264] Editing Calc - Cut then Undo looses hyperlinks

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74264 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 74271] File Corruption - Issue related with hyperlink in footer

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74271 Yogesh Bharate yogesh.bhar...@synerzip.com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Libreoffice-bugs] [Bug 74233] FILESAVE: RTF resaved without modifications changes the tables formatting

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74233 --- Comment #3 from Benjamin Bellec b.bel...@gmail.com --- The problem doesn't occurs with Apache OpenOffice 4.0.1 -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 74273] New: EDITING: Insert cell shift cell and comments down, deleting cell shift cell up and comment too much

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74273 Priority: medium Bug ID: 74273 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: EDITING: Insert cell shift cell and comments down, deleting cell shift cell up and comment too

[Libreoffice-bugs] [Bug 74229] FORMATTING: RTF cells are too close

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74229 --- Comment #4 from Benjamin Bellec b.bel...@gmail.com --- The problem doesn't occurs with Apache OpenOffice 4.0.1 -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 40907] FILEOPEN - concurrent access to AFP shared files impossible - total lock on file

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40907 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Assignee|be...@benny.de

[Libreoffice-bugs] [Bug 35176] Can't paste image from MS Word

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35176 Luke lukebe...@hotmail.com changed: What|Removed |Added Status|REOPENED|NEW -- You are receiving

[Libreoffice-bugs] [Bug 74217] FORMATTING: Copy and past of a chart to any other LibO or MSOffice application

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74217 --- Comment #2 from Diego Roncoroni diego.roncor...@garzantispecialties.it --- Created attachment 93124 -- https://bugs.freedesktop.org/attachment.cgi?id=93124action=edit screenshots of the bug -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 74217] FORMATTING: Copy and past of a chart to any other LibO or MSOffice application

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74217 --- Comment #3 from Diego Roncoroni diego.roncor...@garzantispecialties.it --- See the attachement. Hope it is clear now Thanks and Ciao -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 54346] Libreoffice 3.5.5 Calc WEEKDAY() function shows wrong number of day

2014-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54346 --- Comment #8 from Winfried Donkers winfrieddonk...@libreoffice.org --- (In reply to comment #7) Hi, if you want the week to start on a different day than Sunday, you need to use the 2nd argument in function WEEKDAY. This argument can have 3

  1   2   3   >