LibreOffice Gerrit News for core on 2014-08-17

2014-08-17 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: None * Merged changes on master for project core changed in the last 25 hours: + svl: Remove ASCII art and pointless comments in https://gerrit.libreoffice.org/10945 from Chris Laplante + fdo#80453 (part) Help

Re: Crash test update

2014-08-17 Thread Markus Mohrhard
Hey Eike, On Sun, Aug 10, 2014 at 10:27 AM, crashtest.libreoff...@gmail.com crashtest.libreoff...@gmail.com wrote: New crashtest update available Apparently the .csv files attached to that mail list number of crashes per file extension over time, if I didn't misread. If it is easy to

Re: Suspicious loop: any idea?

2014-08-17 Thread julien2412
Just to check more quickly, here's the link: http://opengrok.libreoffice.org/xref/core/sw/source/core/frmedt/feshview.cxx#720 I agree with you, this part is strange: SdrObject *pO = pLst-GetMark( 0 )-GetMarkedSdrObj(); Shouldn't it be this? SdrObject *pO = pLst-GetMark( j )-GetMarkedSdrObj();

[Bug 82577] get rid of prex.h / postx.h wrapper headers

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82577 --- Comment #3 from Tor Lillqvist t...@iki.fi --- One thing that we need consensus on is whether to use a real C++ namespace or a C-style one, i.e. just prefixing the conlicting LibreOffice type names with some short string, like Vcl. I guess

Re: CppUnit

2014-08-17 Thread Markus Mohrhard
Hey Walter, On Fri, Aug 15, 2014 at 12:49 AM, Walter Borges whiskeybr...@gmail.com wrote: Hello Is this test library still maintained? Yes. I'm working from time to time on it and are currently working towards a new release with most likely two new features. If so, is there a way to run

[Libreoffice-commits] core.git: Changes to 'feature/orcus-continuous-integration'

2014-08-17 Thread Markus Mohrhard
New branch 'feature/orcus-continuous-integration' available with the following commits: commit 70430d77cc5c3681b611648a3832d96d7daaec87 Author: Markus Mohrhard markus.mohrh...@collabora.co.uk Date: Sun Aug 17 09:47:28 2014 +0200 make the code work against current orcus master

[Libreoffice-commits] core.git: 2 commits - avmedia/source external/collada2gltf external/libgltf

2014-08-17 Thread Zolnai Tamás
avmedia/source/opengl/oglplayer.cxx| 13 - external/collada2gltf/patches/shader_compatibility.patch.1 | 10 ++-- external/libgltf/UnpackedTarball_libgltf.mk|1 external/libgltf/patches/append_shader_version.patch | 30 + 4

[Libreoffice-commits] core.git: Branch 'feature/mac-opengl-fixes' - 88 commits - basctl/source canvas/opengl canvas/source chart2/opengl chart2/source config_host.mk.in configure.ac cui/source dbacces

2014-08-17 Thread Markus Mohrhard
Rebased ref, commits from common ancestor: commit a669953eef0be40f2cf0a91b68d137428a17e9d6 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sun Aug 17 10:21:01 2014 +0200 add more notes about deprecated OpenGL features Change-Id:

Re: Helpcontent2

2014-08-17 Thread Noel Grandin
Assuming the licensing is ok , why don't we import this extension this extension, make it an official extension and then start improving it. Note that I see from a discussion on the Apache OO list that their copy if this extension is incomplete and bits of it are lying around in another git repo.

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

2014-08-17 Thread Tomaž Vajngerl
svtools/source/control/fmtfield.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ef4fb3976af2a9e05a54c796067246862b2f0c73 Author: Tomaž Vajngerl tomaz.vajng...@collabora.com Date: Mon May 26 10:13:45 2014 +0200 svtools: show spin for FormattedField

[Bug 82580] get rid of prewin.h / postwin.h wrapper headers

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82580 --- Comment #4 from Noel Grandin noelgran...@gmail.com --- Personally I think we should do what Cygwin have done and create our own copy of the win32 header that only contains the definitions we need, thus minimizing the odds of conflict. --

Re: Helpcontent2

2014-08-17 Thread Sophie
Hi Olivier, Le 17/08/2014 02:04, Olivier Hallot a écrit : Hello guys... AFAIK we have no tool to edit the help pages for LibreOffice. The tools scattered here and there that I tested are broken and I end up having to edit the XML text file with great pain, limiting the possibilities to

[Bug 82580] get rid of prewin.h / postwin.h wrapper headers

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82580 --- Comment #5 from Tor Lillqvist t...@iki.fi --- That is madness. We can't cross-compile a complete LibreOffice because the reverse-engineered headers provided by mingw-w64 are incomplete. And those headers have a very long history. So you

[Bug 82579] get rid of premac.h / postmac.h wrapper headers

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82579 Commit Notification libreoffice-comm...@lists.freedesktop.org changed: What|Removed |Added Whiteboard|EasyHack

[Libreoffice-commits] core.git: include/postmac.h include/premac.h

2014-08-17 Thread Tor Lillqvist
include/postmac.h | 10 -- include/premac.h | 10 -- 2 files changed, 20 deletions(-) New commits: commit c2d3b7e4aa0480ed2c66b7240ef05cfff6a07125 Author: Tor Lillqvist t...@iki.fi Date: Sun Aug 17 13:09:43 2014 +0300 fdo#82579: Only Point, Polygon, Size and TimeValue

[Libreoffice-commits] core.git: include/postmac.h include/premac.h

2014-08-17 Thread Tor Lillqvist
include/postmac.h |2 ++ include/premac.h |2 ++ 2 files changed, 4 insertions(+) New commits: commit 95a5d7733190d66b1c4761a5bbaa5a2cc2361dd0 Author: Tor Lillqvist t...@collabora.com Date: Sun Aug 17 13:27:42 2014 +0300 fdo#82579: The SDK used by the TDF tb needs Cursor and Line

[Bug 82579] get rid of premac.h / postmac.h wrapper headers

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82579 --- Comment #2 from Commit Notification libreoffice-comm...@lists.freedesktop.org --- Tor Lillqvist committed a patch related to this issue. It has been pushed to master:

[Libreoffice-commits] core.git: configure.ac

2014-08-17 Thread Tor Lillqvist
configure.ac |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b6ef6831b419d774e51b4655b2fddf7a053b7915 Author: Tor Lillqvist t...@collabora.com Date: Sun Aug 17 13:31:02 2014 +0300 Handle SYSTEM_LIBXML_FOR_BUILD, should fix cross-compilation

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

2014-08-17 Thread Miklos Vajna
writerfilter/source/ooxml/factoryimpl.py|2 ++ writerfilter/source/ooxml/factoryimpl_ns.py |2 ++ writerfilter/source/ooxml/namespaceids.py | 16 +--- 3 files changed, 9 insertions(+), 11 deletions(-) New commits: commit 99b9e06b7cdfd1f3336226583d73aa49cc6ce305

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

2014-08-17 Thread Jean-Pierre Ledure
wizards/source/access2base/Application.xba | 23 +++ wizards/source/access2base/DoCmd.xba |8 wizards/source/access2base/Event.xba |7 --- wizards/source/access2base/L10N.xba |4 ++--

[Libreoffice-commits] core.git: 3 commits - cui/AllLangResTarget_cui.mk cui/source svx/source sw/source

2014-08-17 Thread Thomas Arnhold
cui/AllLangResTarget_cui.mk |1 cui/source/inc/cuires.hrc | 25 --- cui/source/options/optpath.src | 116 cui/source/options/treeopt.src |8 -- svx/source/src/app.hrc |3

Re: Helpcontent2

2014-08-17 Thread Olivier Hallot
Hi Sophie On 17-08-2014 05:55, Sophie wrote: I sent you one some times ago, and I've it installed on my Debian working with the last LibreOffice version. But using it is a nightmare, you have a lot to learn with the styles used, the syntax and the structure before being able to create an

[Libreoffice-commits] core.git: 4 commits - writerfilter/CustomTarget_source.mk writerfilter/inc writerfilter/source

2014-08-17 Thread Miklos Vajna
writerfilter/CustomTarget_source.mk |6 -- writerfilter/inc/pch/precompiled_writerfilter.hxx |1 writerfilter/source/ooxml/OOXMLFastContextHandler.cxx | 15 ++--- writerfilter/source/ooxml/factory_ns.py |2

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

2014-08-17 Thread Caolán McNamara
vcl/source/filter/igif/decode.cxx | 24 ++-- vcl/source/filter/igif/decode.hxx |2 +- 2 files changed, 19 insertions(+), 7 deletions(-) New commits: commit 43b39d3e47ffd179071732c0a8fc201c31b2bb46 Author: Caolán McNamara caol...@redhat.com Date: Sun Aug 17 16:21:31

[Libreoffice-commits] core.git: 12 commits - basic/source comphelper/source dbaccess/source editeng/source include/canvas include/comphelper include/editeng offapi/com qadevOOo/tests sc/inc sc/source

2014-08-17 Thread Caolán McNamara
basic/source/classes/sbunoobj.cxx |4 - basic/source/inc/sbunoobj.hxx |2 comphelper/source/property/propertycontainerhelper.cxx | 14 ++-- dbaccess/source/core/api/SingleSelectQueryComposer.cxx

[Bug 44580] share autocorrect replacement table for misc. language subgroups

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

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

2014-08-17 Thread Luboš Luňák
sw/qa/extras/ww8import/data/bnc787942.doc |binary sw/qa/extras/ww8import/ww8import.cxx |7 +++ sw/source/filter/ww8/ww8par.hxx |2 ++ sw/source/filter/ww8/ww8par6.cxx | 14 +- 4 files changed, 22 insertions(+), 1 deletion(-) New commits: commit

user profile in testing

2014-08-17 Thread Terrence Enger
It is possible to direct LibreOffice to a particular user profile directory using the command line parameter -env:UserInstallation=URL, and I have grown into the habit of using a separate user profile for each bug report I look at. I think that this parameter inhibits the usual conversion of user

[Libreoffice-commits] core.git: toolkit/qa

2014-08-17 Thread Caolán McNamara
toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java | 10 ++ 1 file changed, 10 insertions(+) New commits: commit cc4f4e2054ba1c5676ebb1890e85d0f9b0b19262 Author: Caolán McNamara caol...@redhat.com Date: Sun Aug 17 19:20:55 2014 +0100 catch UnknownPropertyException

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

2014-08-17 Thread Caolán McNamara
sd/source/filter/ppt/pptin.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fad62d928a4b4cd3aa96e16d7ab8f8db0331b8c0 Author: Caolán McNamara caol...@redhat.com Date: Sun Aug 17 19:21:52 2014 +0100 check TRG_HasMasterPage before TRG_GetMasterPage

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

2014-08-17 Thread Thomas Arnhold
include/sfx2/dinfdlg.hxx |5 + sfx2/source/dialog/dinfdlg.cxx | 27 --- 2 files changed, 17 insertions(+), 15 deletions(-) New commits: commit eacc9e6bad22525e99e243b3fbb2405a00503bd3 Author: Thomas Arnhold tho...@arnhold.org Date: Sun Aug 17 20:43:06

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

2014-08-17 Thread Luboš Luňák
sw/qa/extras/ooxmlimport/data/bnc519228_odd-breaks.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx| 31 ++ writerfilter/source/dmapper/PropertyMap.cxx | 180 +--- writerfilter/source/dmapper/PropertyMap.hxx |2 4 files changed,

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 77057, which changed state. Bug 77057 Summary: Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1 https://bugs.freedesktop.org/show_bug.cgi?id=77057 What|Removed

[Libreoffice-commits] core.git: cui/uiconfig

2014-08-17 Thread Rachit Gupta
cui/uiconfig/ui/applyautofmtpage.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1401c111455c43288c6b5965c433e8bea1c91ee3 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Sun Aug 17 21:55:05 2014 +0530 fdo#72333 Changed [T] description to reduce

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

2014-08-17 Thread Markus Mohrhard
sc/source/filter/xml/xmlexprt.cxx |6 +++--- sc/source/filter/xml/xmlimprt.cxx |3 +++ sc/source/filter/xml/xmltabi.cxx |2 +- 3 files changed, 7 insertions(+), 4 deletions(-) New commits: commit bc348d6fef453c268093092e29bf671208c06b48 Author: Markus Mohrhard

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - avmedia/source external/libgltf

2014-08-17 Thread Zolnai Tamás
avmedia/source/opengl/oglplayer.cxx | 13 external/libgltf/UnpackedTarball_libgltf.mk |1 external/libgltf/pathces/append_shader_version.patch | 30 +++ 3 files changed, 32 insertions(+), 12 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3-1' - writerperfect/source

2014-08-17 Thread osnola
writerperfect/source/common/DocumentHandler.cxx | 103 +++- 1 file changed, 102 insertions(+), 1 deletion(-) New commits: commit ef54782c776e44e462c584cbac47963fe4bf4101 Author: osnola alo...@loria.fr Date: Wed Aug 13 09:52:05 2014 +0200 fdo#81787 attrs are already

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

2014-08-17 Thread Jan-Marek Glogowski
sw/source/uibase/docvw/edtwin.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 428c45fc779223371818bd11b2b846e1c13ebe47 Author: Jan-Marek Glogowski glo...@fbihome.de Date: Wed Aug 6 17:44:56 2014 +0200 Input fields are always editable... if the

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

2014-08-17 Thread Jan-Marek Glogowski
sw/source/uibase/shells/basesh.cxx |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) New commits: commit 3f26ab24e0bfd27645c97ff7915fba2db409930a Author: Jan-Marek Glogowski glo...@fbihome.de Date: Thu Aug 7 15:18:19 2014 +0200 fdo#76565 Allow pasting into input fields

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

2014-08-17 Thread Jan-Marek Glogowski
sw/source/core/doc/doc.cxx | 49 ++--- 1 file changed, 38 insertions(+), 11 deletions(-) New commits: commit 2579adb13188d276701b1504b4a10bed4d8d4b6f Author: Jan-Marek Glogowski glo...@fbihome.de Date: Thu Aug 7 14:49:36 2014 +0200 fdo#81750 MM:

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

2014-08-17 Thread Jan-Marek Glogowski
sw/source/core/crsr/crstrvl.cxx | 34 ++ 1 file changed, 30 insertions(+), 4 deletions(-) New commits: commit d33db207e27198df7af9fc007d7532ec76c80991 Author: Jan-Marek Glogowski glo...@fbihome.de Date: Fri Aug 8 11:21:14 2014 +0200 Fix input field tab

[Libreoffice-commits] core.git: 3 commits - sc/uiconfig sfx2/uiconfig uui/source

2014-08-17 Thread Thomas Arnhold
sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui |1 sfx2/uiconfig/ui/versionsofdialog.ui |3 +- uui/source/iahndl.cxx | 33 - 3 files changed, 9 insertions(+), 28 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'feature/orcus-continuous-integration' - 3 commits - sc/source

2014-08-17 Thread Markus Mohrhard
sc/source/filter/inc/orcusinterface.hxx| 38 ++ sc/source/filter/inc/worksheethelper.hxx |2 sc/source/filter/oox/worksheetfragment.cxx | 18 sc/source/filter/oox/worksheethelper.cxx |4 - sc/source/filter/orcus/interface.cxx | 105

[Libreoffice-commits] core.git: 26 commits - avmedia/source configmgr/qa cui/source dbaccess/source desktop/source include/sfx2 include/svx officecfg/registry sd/source sfx2/sdi sfx2/source starmath/i

2014-08-17 Thread Thomas Arnhold
avmedia/source/viewer/mediawindow.src|2 configmgr/qa/unit/data.xcd |5 cui/source/customize/cfg.cxx |5 cui/source/customize/cfg.hrc

[Libreoffice-commits] core.git: 2 commits - sfx2/sdi sw/inc sw/source

2014-08-17 Thread Thomas Arnhold
sfx2/sdi/sfx.sdi| 25 - sw/inc/dochdl.hrc |1 + sw/source/ui/dochdl/dochdl.src |5 + sw/source/uibase/dochdl/gloshdl.cxx |1 - sw/source/uibase/uiview/view.hrc|1 - sw/source/uibase/uiview/view.src|

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

2014-08-17 Thread Thomas Arnhold
sw/source/ui/table/tabledlg.cxx |1 + sw/source/uibase/shells/tabsh.cxx |1 + 2 files changed, 2 insertions(+) New commits: commit ff25eed68d1f99a71ffbe8416b7d9139351d3410 Author: Thomas Arnhold tho...@arnhold.org Date: Mon Aug 18 06:56:24 2014 +0200 include app.hrc

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

2014-08-17 Thread Tor Lillqvist
sw/source/ui/misc/srtdlg.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e379401618268ed7f7f5885a36b90e1f4f6cd4af Author: Tor Lillqvist t...@collabora.com Date: Mon Aug 18 08:15:31 2014 +0300 Test compiling before committing is overrated

[Libreoffice-bugs] [Bug 76845] Other: File Wizards Web Pages crashes LibreOffice 4.2.2.1 on Windows

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76845 Kevin Suo suokunl...@gmail.com changed: What|Removed |Added Hardware|Other |All -- You are

[Libreoffice-bugs] [Bug 76845] Other: File Wizards Web Pages crashes LibreOffice 4.2.2.1 on Windows

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76845 --- Comment #3 from Kevin Suo suokunl...@gmail.com --- Created attachment 104750 -- https://bugs.freedesktop.org/attachment.cgi?id=104750action=edit test odt file for web page export Attached is a simple odt file for web page exporting. Wizard

[Libreoffice-bugs] [Bug 76845] Other: File Wizards Web Pages crashes LibreOffice 4.2.2.1 on Windows

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76845 Kevin Suo suokunl...@gmail.com changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 76844] Other: File Wizards Web Pages crashes LibreOffice 4.2.2.1 (Windows)

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76844 Kevin Suo suokunl...@gmail.com changed: What|Removed |Added Hardware|x86-64 (AMD64) |All CC|

[Libreoffice-bugs] [Bug 82229] Value NaN in configuration fields of ToolsOptionsLibreofficeView

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82229 --- Comment #7 from peter.harde.pri...@gmail.com --- I updated LO to 4.3.0.4 (Build 4) yesterday and I confirm this bug. I am working with Ubuntu 12.04.5 LTS, language set to german for the operating system and for LibreOffice. Not only the

[Libreoffice-bugs] [Bug 72983] VIEWING: artifacts

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72983 Matthew Francis fdb...@neosheffield.co.uk changed: What|Removed |Added Status|REOPENED|RESOLVED

[Libreoffice-bugs] [Bug 82595] pictures lost in writer and calc

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82595 ign_christian ign_christ...@yahoo.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 82719] New: EDITING: String with hyperlink not pasted

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82719 Priority: medium Bug ID: 82719 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: EDITING: String with hyperlink not pasted Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 82595] pictures lost in writer and calc

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82595 --- Comment #9 from ign_christian ign_christ...@yahoo.com --- Also try: raising memory in Tools Options Memory Graphics cache -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 74572] EDITING: Embedded/Pasted images disappear

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74572 ign_christian ign_christ...@yahoo.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 82720] New: SUBFORM REFRESH - Wildcard filter

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82720 Priority: medium Bug ID: 82720 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: SUBFORM REFRESH - Wildcard filter Severity: normal Classification: Unclassified OS:

[Libreoffice-bugs] [Bug 82577] get rid of prex.h / postx.h wrapper headers

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82577 --- Comment #3 from Tor Lillqvist t...@iki.fi --- One thing that we need consensus on is whether to use a real C++ namespace or a C-style one, i.e. just prefixing the conlicting LibreOffice type names with some short string, like Vcl. I guess

[Libreoffice-bugs] [Bug 79172] 4.3Beta1 missing the beta string on its splash screen

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79172 --- Comment #10 from Foss f...@openmailbox.org --- I don’t think this is about branding imagery, but rather a) the info string e.g. shown in OS X finder when selecting the LibreOffice.app under „Version“ b) the „About“ window of LO itself Both

[Libreoffice-bugs] [Bug 82476] Crash in presentation with 3D animated model

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82476 Zolnai Tamás zolnaitamas2...@gmail.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 82656] VIEWING: Stains on slides in slides pane

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82656 --- Comment #4 from E Moen emo...@gmail.com --- Created attachment 104752 -- https://bugs.freedesktop.org/attachment.cgi?id=104752action=edit Another odp file with the stain problem -- You are receiving this mail because: You are the assignee

[Libreoffice-bugs] [Bug 82656] VIEWING: Stains on slides in slides pane

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82656 --- Comment #5 from E Moen emo...@gmail.com --- Created attachment 104753 -- https://bugs.freedesktop.org/attachment.cgi?id=104753action=edit Screenshot with the stain before removing an object -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 82656] VIEWING: Stains on slides in slides pane

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82656 --- Comment #6 from E Moen emo...@gmail.com --- Created attachment 104754 -- https://bugs.freedesktop.org/attachment.cgi?id=104754action=edit Screenshot with the stain after removing an object -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 82656] VIEWING: Stains on slides in slides pane

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82656 --- Comment #7 from E Moen emo...@gmail.com --- Hi, This is not the first time I had this issue. I do not recall exactly when I first encountered it but I think I also saw this in the first 4-release I used (4.0...). This was on another computer

[Libreoffice-bugs] [Bug 82580] get rid of prewin.h / postwin.h wrapper headers

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82580 --- Comment #4 from Noel Grandin noelgran...@gmail.com --- Personally I think we should do what Cygwin have done and create our own copy of the win32 header that only contains the definitions we need, thus minimizing the odds of conflict. --

[Libreoffice-bugs] [Bug 82722] New: EDITING: By editing a macro in the IDE Libo crashes immediatly and completely when macro opens

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82722 Priority: medium Bug ID: 82722 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: EDITING: By editing a macro in the IDE Libo crashes immediatly and completely when macro

[Libreoffice-bugs] [Bug 82552] segfault in libvcl when reopening presentation

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82552 --- Comment #2 from Riccardo Magliocchetti riccardo.magliocche...@gmail.com --- (In reply to comment #1) TESTING with LO 4.3.1.1 + Ubuntu 12.04 (In reply to comment #0) How to reproduce: - open GerritForLibreOffice.odp (from berlin

[Libreoffice-bugs] [Bug 48402] EDITING: Misaligned cursor with proportional fonts on OSX

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48402 --- Comment #12 from Norbert Thiebaud nthieb...@gmail.com --- for info: the issue is related to spaced-charaters font (the proportional font is just making thing more easy to see) or even with non spaced-character if one put more than one space

[Libreoffice-bugs] [Bug 48402] EDITING: Misaligned cursor with proportional fonts on OSX

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48402 Norbert Thiebaud nthieb...@gmail.com changed: What|Removed |Added Severity|critical|normal ---

[Libreoffice-bugs] [Bug 82723] New: VIEWING: If text is longer than 1 page in web view, changing zoom size crashes Libreoffice

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82723 Priority: medium Bug ID: 82723 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: VIEWING: If text is longer than 1 page in web view, changing zoom size crashes Libreoffice

[Libreoffice-bugs] [Bug 82700] EDITING: Unable to select part of a hyperlink

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82700 --- Comment #2 from bowlins j...@encremento.com --- Thanks for answering to my query. I've tried again and I've discovered what's happening. If I cut and paste a link I can certainly select any part of the text. LibreOffice is treating the link

[Libreoffice-bugs] [Bug 82680] Orca doesn't work in tables

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82680 Arnaud Versini arnaud.vers...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 82705] EDITING: Alt+Down doesn't start Selection list

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82705 --- Comment #5 from Cor Nouws c...@nouenoff.nl --- (In reply to comment #4) Is the behavior when set Legacy OpenOffice.org for Key Bindings in Tools Options LODev Calc, Compatibility instead of default. Yes, was about to check that. But has

[Libreoffice-bugs] [Bug 58965] Autoshape shadows are misplaced at doc import

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58965 Ruslan Kabatsayev b7.10110...@gmail.com changed: What|Removed |Added Attachment #72411|0 |1 is

[Libreoffice-bugs] [Bug 58965] Autoshape shadows are misplaced at doc import

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58965 Ruslan Kabatsayev b7.10110...@gmail.com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Libreoffice-bugs] [Bug 82720] SUBFORM REFRESH - Wildcard filter

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82720 rob...@familiegrosskopf.de changed: What|Removed |Added CC||rob...@familiegrosskopf.de

[Libreoffice-bugs] [Bug 58965] Autoshape shadows are misplaced at doc import

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58965 --- Comment #6 from Ruslan Kabatsayev b7.10110...@gmail.com --- If we fix the page position and compare with MSWord rendering, then the boxes are positioned almost correctly, and the arrows currently are shifted towards page top. -- You are

[Libreoffice-bugs] [Bug 82580] get rid of prewin.h / postwin.h wrapper headers

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82580 --- Comment #5 from Tor Lillqvist t...@iki.fi --- That is madness. We can't cross-compile a complete LibreOffice because the reverse-engineered headers provided by mingw-w64 are incomplete. And those headers have a very long history. So you

[Libreoffice-bugs] [Bug 82722] EDITING: By editing a macro in the IDE Libo crashes immediatly and completely when macro opens

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82722 rob...@familiegrosskopf.de changed: What|Removed |Added OS|Windows (All) |All

[Libreoffice-bugs] [Bug 82579] get rid of premac.h / postmac.h wrapper headers

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82579 Commit Notification libreoffice-comm...@lists.freedesktop.org changed: What|Removed |Added Whiteboard|EasyHack

[Libreoffice-bugs] [Bug 82692] U+2027 HYPHENATION POINT sometimes mis-rendered on 4.4 master

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82692 Norbert Thiebaud nthieb...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 82720] SUBFORM REFRESH - Wildcard filter

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82720 --- Comment #2 from agojc ag...@free.fr --- Wildcard filter means one textbox in which no, one, or several character(s) can be typed in with a button to refresh the form. The textbox is in the main form. Refresh button and table to show the

[Libreoffice-bugs] [Bug 82027] PRINTING: blue rectangle turns black when printing

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82027 Jay Philips philip...@hotmail.com changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 82579] get rid of premac.h / postmac.h wrapper headers

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82579 --- Comment #2 from Commit Notification libreoffice-comm...@lists.freedesktop.org --- Tor Lillqvist committed a patch related to this issue. It has been pushed to master:

[Libreoffice-bugs] [Bug 82595] pictures lost in writer and calc

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82595 --- Comment #10 from MM plokk...@fastmail.fm --- (In reply to comment #8) Perhaps it's different problem. Bug description told about deleted pictures after editing filesave. Could be, but the graphics *are* showing correctly when loading on a

[Libreoffice-bugs] [Bug 82561] F9 all the things

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82561 Ronald Hudson hudson...@live.com changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #5

[Libreoffice-bugs] [Bug 82725] New: FORMATTING: Format Paintbrush not working with pasted text

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82725 Priority: medium Bug ID: 82725 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FORMATTING: Format Paintbrush not working with pasted text Severity: normal

[Libreoffice-bugs] [Bug 82692] U+2027 HYPHENATION POINT sometimes mis-rendered on 4.4 master

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82692 Matthew Francis fdb...@neosheffield.co.uk changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 66674] FILEOPEN: Calc sometimes freezes when opening ods file

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66674 mats.as...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 66674] FILEOPEN: Calc sometimes freezes when opening ods file

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66674 mats.as...@gmail.com changed: What|Removed |Added Resolution|FIXED |NOTOURBUG -- You are receiving

[Libreoffice-bugs] [Bug 66674] FILEOPEN: Calc sometimes freezes when opening ods file

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66674 mats.as...@gmail.com changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving this

[Libreoffice-bugs] [Bug 75805] Apply button in insert - Hyperlink closes dialog

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75805 --- Comment #4 from Thomas Arnhold thomas-l...@arnhold.org --- Proposed fix: https://gerrit.libreoffice.org/10946 -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 75578] Other: Improve Hyperlink Dialog Buttons

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75578 --- Comment #32 from Thomas Arnhold thomas-l...@arnhold.org --- Proposed fix: https://gerrit.libreoffice.org/10946 -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 56456] Change Insert Hyperlink dialog buttons to [OK][Apply][Cancel][Help][Reset] (from Apply Close Help Back)

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56456 --- Comment #12 from Thomas Arnhold thomas-l...@arnhold.org --- Proposed fix: https://gerrit.libreoffice.org/10946 -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 82727] New: Wrong index, content or missing text in pdf documenr exported from master document

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82727 Priority: medium Bug ID: 82727 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Wrong index, content or missing text in pdf documenr exported from master document

[Libreoffice-bugs] [Bug 82728] New: PASTE: LibreOffice should prefer rtf paste over html

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82728 Priority: medium Bug ID: 82728 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: PASTE: LibreOffice should prefer rtf paste over html Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 62947] UI Add 'paste special' or even better 'paste text without formatting' to context menu in Writer

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62947 --- Comment #11 from Jay Philips philip...@hotmail.com --- Hi Tomaz, Yes 'libreoffice writer' isnt that useful, as regular paste will normally choose that option, but how useful the rest are will very from user to user, so the best means would

[Libreoffice-bugs] [Bug 48068] [SVG] path d=M 20 120 H 40.5.6 not parsed properly

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48068 --- Comment #7 from Regina Henschel rb.hensc...@t-online.de --- Created attachment 104761 -- https://bugs.freedesktop.org/attachment.cgi?id=104761action=edit Omitted zero in path data I have written a corresponding issue in OpenOffice with

[Libreoffice-bugs] [Bug 81052] problem opening xlsx file

2014-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81052 mahesh patil mahesh_patil...@rediffmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

  1   2   >