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

2017-11-13 Thread Tor Lillqvist
sd/source/ui/remotecontrol/BluetoothServer.cxx | 12 vcl/osx/a11ytextattributeswrapper.mm | 12 vcl/osx/salprn.cxx |5 - 3 files changed, 4 insertions(+), 25 deletions(-) New commits: commit

[Libreoffice-commits] core.git: sd/Module_sd.mk

2017-11-13 Thread Tamás Zolnai
sd/Module_sd.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4d982839241041ad959bbd577223009af142fb4d Author: Tamás Zolnai Date: Sun Nov 12 19:26:50 2017 +0100 Move sd unit tests to slowcheck Similar to sw modules

[Libreoffice-commits] core.git: dictionaries

2017-11-13 Thread Stephan Bergmann
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 255c01451dc6de29e439905d289384278e54b1c3 Author: Stephan Bergmann Date: Mon Nov 13 09:05:22 2017 +0100 Revert erroneous change of dictionaries ...in

Re: PRINTs landscape despite configured as portrait (Mac OS) (bug 92190)

2017-11-13 Thread Tor Lillqvist
Hi, thanks for your email (although I do think it would have been good to have it as a comment in the bug instead, or to include the development list). The thing that I was most interested in was whether changing the #define IN2MM100( v ) \ ((long)(((v) * 2540) + 0.5)) to #define IN2MM100(

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

2017-11-13 Thread Andrea Gelmini
vcl/unx/gtk/gtksalframe.cxx |3 --- 1 file changed, 3 deletions(-) New commits: commit 791ab22556e7926f87dc2345ab49738ae6e67a24 Author: Andrea Gelmini Date: Sat Nov 11 22:54:48 2017 +0100 Removed include check is already included at the beginning

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

2017-11-13 Thread Caolán McNamara
bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) New commits: commit 70fa61918415f642228127847491224078532218 Author: Caolán McNamara Date: Sat Nov 11 19:42:18 2017 + ofz: Direct-leak

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

2017-11-13 Thread Eike Rathke
include/sot/formats.hxx |3 ++- include/svtools/strings.hrc |1 + sot/source/base/exchange.cxx |3 ++- svtools/source/dialogs/insdlg.cxx |1 + 4 files changed, 6 insertions(+), 2 deletions(-) New commits: commit 1568e51ff288e43b0a97257dbe3d3c81bdb1d386

Re: Running unit test by make

2017-11-13 Thread Zolnai Tamás
Hi Bjoern, OK, thanks for the info. Not a real problem. I have a headache mostly because of the sd module, but now sd tests are moved to slowcheck, so something improved here at least. I guess if this fast tests (run by "make") are not usefull in general, in long term they will be moved all to

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

2017-11-13 Thread Miklos Vajna
sw/source/ui/envelp/label1.cxx | 70 +-- sw/source/ui/envelp/labfmt.cxx | 64 sw/source/uibase/envelp/labelcfg.cxx | 60 +++--- sw/source/uibase/inc/labrec.hxx | 28 +++--- 4

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

2017-11-13 Thread Takeshi Abe
sot/source/base/exchange.cxx | 39 +-- 1 file changed, 13 insertions(+), 26 deletions(-) New commits: commit 6dd8b701058fc02e78941270ce0423199e4d2352 Author: Takeshi Abe Date: Mon Nov 13 18:39:20 2017 +0900 sot: Simplify

[Libreoffice-commits] core.git: include/test qadevOOo/Jar_OOoRunner.mk qadevOOo/objdsc qadevOOo/tests sc/CppunitTest_sc_labelrangesobj.mk sc/Module_sc.mk sc/qa test/Library_subsequenttest.mk test/sour

2017-11-13 Thread Jens Carl
include/test/sheet/xlabelranges.hxx | 35 +++ qadevOOo/Jar_OOoRunner.mk|1 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScLabelRangesObj.csv |2 qadevOOo/tests/java/ifc/sheet/_XLabelRanges.java | 88

[Libreoffice-commits] core.git: connectivity/source dbaccess/source

2017-11-13 Thread Caolán McNamara
connectivity/source/drivers/odbc/OFunctions.cxx |2 ++ dbaccess/source/ui/dlg/odbcconfig.cxx |4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) New commits: commit 9984579e96a966c2e47db98ceeb9a83b1adefa00 Author: Caolán McNamara Date: Mon Nov 13

Re: PRINTs landscape despite configured as portrait (Mac OS) (bug 92190)

2017-11-13 Thread Tor Lillqvist
I experimented with manually editing the .ppd file for my printer (/etc/cups/ppd/HP_LaserJet_1010___sniff.ppd in my case). I changed the "*DefaultPageSize: A4" line to use Letter and not A4. Then in LibreOffice I set the Format > Page... > Page > Format: of my test document to Letter, too.

[Libreoffice-commits] core.git: sd/Module_sd.mk

2017-11-13 Thread Tamás Zolnai
sd/Module_sd.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0c5eda9876f353e0516171fec67568643f24c5b6 Author: Tamás Zolnai Date: Mon Nov 13 10:13:13 2017 +0100 Let's have activex control test also a slowcheck test

Re: PRINTs landscape despite configured as portrait (Mac OS) (bug 92190)

2017-11-13 Thread Tor Lillqvist
> 3. I also found a different approach. It doesn't fix the underlying > problem (similar to my initial solution), but it will work (without any > side effect, as far I can tell) and limited to MacOS printer code > I switched the orientation order in https://opengrok.libreoffice. >

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

2017-11-13 Thread Tor Lillqvist
vcl/osx/salprn.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 38c03901406b439ea3453279838894d9c0b4bd3d Author: Tor Lillqvist Date: Mon Nov 13 10:52:47 2017 +0200 Apparent fix for what seems like a copy-paste error by me in 2014

[Libreoffice-commits] core.git: .git-hooks/pre-commit solenv/clang-format vcl/qt5

2017-11-13 Thread Miklos Vajna
.git-hooks/pre-commit| 38 +++-- solenv/clang-format/list-formatted-files | 40 +++ vcl/qt5/Qt5Frame.cxx | 14 ++ vcl/qt5/tst_exclude_posted_events.hxx|3 +- 4 files changed, 75

[Libreoffice-commits] core.git: .git-hooks/pre-commit

2017-11-13 Thread Stephan Bergmann
.git-hooks/pre-commit | 20 1 file changed, 12 insertions(+), 8 deletions(-) New commits: commit e61a1b8dd8d4ea99f50eed3f8118bc01a0617889 Author: Stephan Bergmann Date: Mon Nov 13 11:59:08 2017 +0100 First look for clang-format in CLANG_FORMT

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

2017-11-13 Thread Samuel Mehrbrodt
editeng/source/editeng/editview.cxx |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) New commits: commit 9a1ffec3207a0e4282d8033a657690363762b9fe Author: Samuel Mehrbrodt Date: Fri Nov 10 11:06:46 2017 +0100 tdf#113591 Fix crash when switching

[Libreoffice-commits] core.git: basctl/source connectivity/source

2017-11-13 Thread Johnny_M
basctl/source/basicide/baside2b.cxx |2 +- connectivity/source/drivers/dbase/DTable.cxx |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 97b5b99d715733dde6c0e8ed59b3f16236a7fff1 Author: Johnny_M Date: Sat Nov 11 15:10:18 2017

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

2017-11-13 Thread Noel Grandin
compilerplugins/clang/flatten.cxx | 17 - compilerplugins/clang/test/flatten.cxx | 18 ++ jvmfwk/source/elements.cxx |5 + 3 files changed, 27 insertions(+), 13 deletions(-) New commits: commit 4de9091c6235bdb080cee9c79592c3f0f5ef0fcc

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

2017-11-13 Thread Bartosz Kosiorek
drawinglayer/source/tools/emfphelperdata.cxx | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) New commits: commit 2796b7e298b7c536a87fdf9502e1a6093a041e93 Author: Bartosz Kosiorek Date: Tue Nov 14 00:10:47 2017 +0100 tdf#113758 EMF+ Add

Re: [Libreoffice-commits] core.git: Let's have activex control test also a slowcheck test

2017-11-13 Thread Zolnai Tamás
*Typo: I was who added this activex test to the source. 2017-11-13 15:51 GMT+01:00 Zolnai Tamás : > Hi Stephan, > > I was how added this activex test to the source. First I added it to > subsequent_test because I don't want it to run by make , but then I > realized

[Libreoffice-commits] core.git: sc/CppunitTest_sc_pivottable_filters_test.mk sc/Module_sc.mk sc/qa

2017-11-13 Thread Tamás Zolnai
sc/CppunitTest_sc_pivottable_filters_test.mk | 120 + sc/Module_sc.mk |1 sc/qa/unit/pivottable_filters_test.cxx | 2167 +++ sc/qa/unit/subsequent_export-test.cxx| 1491 --

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

2017-11-13 Thread Bartosz Kosiorek
drawinglayer/source/tools/emfphelperdata.cxx | 22 -- drawinglayer/source/tools/emfphelperdata.hxx |2 +- 2 files changed, 21 insertions(+), 3 deletions(-) New commits: commit 6db0267156030ca24163efd9b66278f54bf28d73 Author: Bartosz Kosiorek

Re: PRINTs landscape despite configured as portrait (Mac OS) (bug 92190)

2017-11-13 Thread Tor Lillqvist
> I experimented with manually editing the .ppd file for my printer > (/etc/cups/ppd/HP_LaserJet_1010___sniff.ppd in my case). I changed the > "*DefaultPageSize: A4" line to use Letter and not A4. > Correction: I had also in System Preferences... > Printers & Scanners changed the "Default paper

[Libreoffice-commits] online.git: 2 commits - wsd/DocumentBroker.cpp wsd/LOOLWSD.cpp wsd/LOOLWSD.hpp wsd/Storage.hpp

2017-11-13 Thread Tor Lillqvist
wsd/DocumentBroker.cpp | 54 - wsd/LOOLWSD.cpp| 31 wsd/LOOLWSD.hpp|4 +++ wsd/Storage.hpp|8 +++ 4 files changed, 96 insertions(+), 1 deletion(-) New commits: commit

[Libreoffice-commits] core.git: sal/osl

2017-11-13 Thread Mike Kaganski
sal/osl/w32/file_url.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 4b334e45d570b79708ef34afba2eab78a410dab5 Author: Mike Kaganski Date: Mon Nov 13 15:58:59 2017 +0300 IsValidFilePath: fix correction of double path

Re: [Libreoffice-commits] core.git: Let's have activex control test also a slowcheck test

2017-11-13 Thread Zolnai Tamás
Hi Stephan, I was how added this activex test to the source. First I added it to subsequent_test because I don't want it to run by make , but then I realized that there is also the slowchecks, which are not run by make , but run by top level make. It has the same dependency as other filters test

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

2017-11-13 Thread Mike Kaganski
extensions/source/abpilot/datasourcehandling.cxx | 17 +++-- sw/qa/extras/inc/swmodeltestbase.hxx |2 +- sw/qa/extras/uiwriter/uiwriter.cxx |3 ++- sw/source/uibase/app/docsh.cxx | 14 +++--- 4 files changed, 25

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

2017-11-13 Thread Winfried Donkers
sc/inc/scfuncs.hrc|4 - sc/qa/unit/data/functions/financial/fods/vdb.fods | 53 +- sc/source/core/opencl/opinlinefun_finacial.cxx|6 +- sc/source/core/tool/interpr2.cxx |8 +-- 4 files changed, 61

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

2017-11-13 Thread Eike Rathke
sc/source/ui/app/seltrans.cxx |1 + sc/source/ui/app/transobj.cxx | 11 ++- sc/source/ui/docshell/docsh4.cxx |6 -- sc/source/ui/docshell/impex.cxx | 10 ++ sc/source/ui/docshell/servobj.cxx |4 +++- sc/source/ui/view/cellsh.cxx |2 ++

[Libreoffice-commits] help.git: help3xsl/xhp2html.sh

2017-11-13 Thread Olivier Hallot
help3xsl/xhp2html.sh | 69 +-- 1 file changed, 67 insertions(+), 2 deletions(-) New commits: commit ac105fe860f05e66f574e135fa6fcb738db9347f Author: Olivier Hallot Date: Sat Nov 11 13:30:17 2017 -0200 Fix

[Libreoffice-commits] core.git: helpcontent2

2017-11-13 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 249c5b293113e2cea838695b21ceeb179a56e2a6 Author: Olivier Hallot Date: Sat Nov 11 13:30:17 2017 -0200 Updated core Project: help

Weekly QA Report (W45-2017)

2017-11-13 Thread Xisco Fauli
Hello, What have happened in QA in the last 7 days?   * 127 bugs have been created, of which, 51 are still unconfirmed ( Total Unconfirmed bugs: 393 )     Link: http://tinyurl.com/y9a7twuz   * 1260 comments have been written. == STATUSES CHANGED ==   * 21 bugs have been changed to 'ASSIGNED'.  

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

2017-11-13 Thread Michael Stahl
slideshow/source/engine/shapes/drawshape.cxx | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) New commits: commit 11e6f0d7e1b92ace72ab626ad293c43f4c7407ee Author: Michael Stahl Date: Fri Nov 10 23:28:19 2017 +0100 slideshow: clip shapes

[Libreoffice-commits] core.git: external/harfbuzz

2017-11-13 Thread Stephan Bergmann
external/harfbuzz/UnpackedTarball_harfbuzz.mk |1 + external/harfbuzz/ubsan.patch | 11 +++ 2 files changed, 12 insertions(+) New commits: commit 0ea5c91253926181488a1da61a31d49d50ed09d1 Author: Stephan Bergmann Date: Mon Nov 13 19:03:18 2017

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

2017-11-13 Thread Johnny_M
sc/source/core/opencl/op_financial.cxx | 52 - sc/source/core/opencl/opinlinefun_finacial.cxx | 46 +++--- 2 files changed, 49 insertions(+), 49 deletions(-) New commits: commit 971b81b1c0922ab749eaf620cbf56d9780a15cfb Author: Johnny_M

[Libreoffice-commits] core.git: framework/qa include/test qadevOOo/Jar_OOoRunner.mk qadevOOo/objdsc qadevOOo/tests sc/CppunitTest_sc_labelrangeobj.mk sc/Module_sc.mk sc/qa test/Library_subsequenttest.

2017-11-13 Thread Jens Carl
framework/qa/complex/api_internal/api.lst |1 include/test/sheet/xlabelrange.hxx | 35 ++ qadevOOo/Jar_OOoRunner.mk |2 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScLabelRangeObj.csv |4

[Libreoffice-commits] online.git: common/UnitHTTP.hpp

2017-11-13 Thread Rene Engelhard
common/UnitHTTP.hpp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 623b45a533198acc3ef7a393382f23ebb0f6ebab Author: Rene Engelhard Date: Mon Nov 13 20:20:00 2017 +0100 fix build with poco 1.8.0(.1) diff --git

Impress video glitch - comments and a workaround

2017-11-13 Thread Mike Scott
Hi all. I've raised this issue on the LO users list; they suggested transferring it here for better comment. So, I'm totally new here and to LO's source code and its quirks (as well as very out of date with my C++ skills!). Apologies if I transgress any mail-list rules. There has been (even

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

2017-11-13 Thread Caolán McNamara
sc/source/core/tool/compiler.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8959754d2617dad38968ca008791e6431afcbdbd Author: Caolán McNamara Date: Sun Nov 12 21:16:42 2017 + ofz+valgrind: Conditional jump or move depends on

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

2017-11-13 Thread Caolán McNamara
sc/source/core/tool/compiler.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6be596c282f84a3cb3a62edccfdfbf69663cf59e Author: Caolán McNamara Date: Sun Nov 12 21:16:42 2017 + ofz+valgrind: Conditional jump or move depends on

Re: [Libreoffice-commits] core.git: Let's have activex control test also a slowcheck test

2017-11-13 Thread Stephan Bergmann
On 11/13/2017 11:54 AM, Tamás Zolnai wrote: commit 0c5eda9876f353e0516171fec67568643f24c5b6 Author: Tamás Zolnai Date: Mon Nov 13 10:13:13 2017 +0100 Let's have activex control test also a slowcheck test Change-Id:

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

2017-11-13 Thread Caolán McNamara
vcl/source/window/floatwin.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 7f2e2f683778a508bfc67e37ae2c01102cca7a67 Author: Caolán McNamara Date: Mon Nov 13 10:47:59 2017 + Resolves: tdf#113366 Contour editor does not open

[Libreoffice-commits] dev-tools.git: 2 commits - esc-reporting/qa-tools.py

2017-11-13 Thread Xisco Fauli
esc-reporting/qa-tools.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 7b7ae79e0e53cdf4029efea231d593fea0376e16 Author: Xisco Fauli Date: Mon Nov 13 16:28:57 2017 +0100 QA tools: Ignore some bugs in inactiveAssigned diff

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

2017-11-13 Thread Caolán McNamara
editeng/source/editeng/editeng.cxx |2 -- sc/source/filter/rtf/eeimpars.cxx | 11 ++- 2 files changed, 10 insertions(+), 3 deletions(-) New commits: commit 79742eab111e5f3722075abc3cdb1333faacd076 Author: Caolán McNamara Date: Mon Nov 13 15:03:04 2017 +

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - vcl/osx

2017-11-13 Thread Tor Lillqvist
vcl/osx/salprn.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9f8429d81c08cc40d5b1210cb6e4b383316cdc75 Author: Tor Lillqvist Date: Mon Nov 13 15:18:13 2017 +0200 Apparent fix for what seems like a copy-paste error by me in 2014

[Libreoffice-commits] core.git: framework/qa framework/source sal/osl

2017-11-13 Thread Andrea Gelmini
framework/qa/complex/framework/autosave/Protocol.java |2 +- framework/source/accelerators/presethandler.cxx |2 +- framework/source/jobs/job.cxx |2 +- framework/source/services/autorecovery.cxx|6 +++--- sal/osl/w32/module.cxx

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

2017-11-13 Thread Muhammet Kara
odk/examples/DevelopersGuide/examples.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9050854c35c389466923f0224a36572d36cd471a Author: Muhammet Kara Date: Mon Nov 13 17:19:41 2017 + odk: fix broken link to the Developer's

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

2017-11-13 Thread Caolán McNamara
emfio/source/reader/wmfreader.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1243f89c6b90f95527104d38ed4e015a69abd1bd Author: Caolán McNamara Date: Mon Nov 13 17:00:55 2017 + ofz: detect short read Change-Id:

[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp

2017-11-13 Thread Tor Lillqvist
wsd/LOOLWSD.cpp |1 - 1 file changed, 1 deletion(-) New commits: commit 0df65d21104e1c4a2717c7aea825e9207bcca1ed Author: Tor Lillqvist Date: Mon Nov 13 23:50:29 2017 +0200 Bin accidental debugging printout leftover Change-Id:

[Libreoffice-bugs] [Bug 113785] On filtered list an autofill upwards erases data.

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113785 Xisco Faulí changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 74693] Footnotes text appearing above footnote separator line after repagination

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74693 Tamás Zolnai changed: What|Removed |Added Assignee|libreoffice-b...@lists.free

[Libreoffice-bugs] [Bug 113798] New: Using Menu Button (keyboard right click) eats cursor

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113798 Bug ID: 113798 Summary: Using Menu Button (keyboard right click) eats cursor Product: LibreOffice Version: 5.2.0.4 release Hardware: x86-64 (AMD64) OS: Windows (All)

[Libreoffice-bugs] [Bug 113780] Protected PDF, with a password not protecting the opening of the file itself can' t be opened on Mac

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113780 --- Comment #3 from Alex Thurgood --- @Jan : no repro with Version: 6.0.0.0.alpha1+ Build ID: 57c5f980835f834f6ea96c6f5ca841b5372aa61d CPU threads: 4; OS: Mac OS X 10.13.1; UI render: default; Locale: fr-FR

[Libreoffice-bugs] [Bug 113780] Protected PDF, with a password not protecting the opening of the file itself can' t be opened on Mac

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113780 --- Comment #4 from Alex Thurgood --- No repro either with: Version: 5.4.2.2 Build ID: 22b09f6418e8c2d508a9eaf86b2399209b0990f4 Threads CPU : 4; OS : Mac OS X 10.13.1; UI Render : par défaut; Locale : fr-FR

[Libreoffice-bugs] [Bug 112605] [NSTimer(NSTimer) scheduledTimerWithTimeInterval:target: selector:userInfo:repeats:] leaks with multiple invocations

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112605 Xisco Faulí changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 103678] please switch from POCO JSON parser to something else

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103678 Rene Engelhard changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 113801] Calc: no selection visible when click in th einput line

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113801 Eike Rathke changed: What|Removed |Added Status|RESOLVED|CLOSED -- You

[Libreoffice-bugs] [Bug 113801] Calc: no selection visible when click in th einput line

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113801 Eike Rathke changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 112605] [NSTimer(NSTimer) scheduledTimerWithTimeInterval:target: selector:userInfo:repeats:] leaks with multiple invocations

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112605 Jan-Marek Glogowski changed: What|Removed |Added Status|NEW

[Libreoffice-bugs] [Bug 112314] Typing accented/special characters doesn' t work in LO Online in OSX

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112314 --- Comment #2 from zefir --- This issue also impacts regional characters in OSX, for some keyboards (PL for instance) R-Alt is used for inputting regional chars. This is not working correctly too. Tested with OSX

[Libreoffice-bugs] [Bug 113799] New: : Paste

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113799 Bug ID: 113799 Summary: : Paste Product: LibreOffice Version: 5.3.4.2 release Hardware: All OS: All Status: UNCONFIRMED Severity: normal

[Libreoffice-bugs] [Bug 112828] Crash when accessing printer settings

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112828 --- Comment #8 from enigmista1...@gmail.com --- Bug disappeared with Libreoffice 5.4.2 -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing

[Libreoffice-bugs] [Bug 113761] LibreOffice incomplete french translation

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113761 Kevin Suo changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 113781] Error in french translation of the donation page

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113781 --- Comment #4 from sophie --- Thanks for the feedback and sorry for the typo, this will be corrected when Christian will be back from vacation. For the link at the top of the page, it seems that part of the

[Libreoffice-bugs] [Bug 112282] Crash in: ntdll.dll

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112282 Julien Nabet changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 108367] XHTML Export: Some Images are missing after export

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108367 --- Comment #6 from Julian Jung --- Created attachment 137708 --> https://bugs.documentfoundation.org/attachment.cgi?id=137708=edit Modified/Repaired File I figured out that the usage of nodes (instead of

[Libreoffice-bugs] [Bug 113801] New: Calc: no selection visible when click in th einput line

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113801 Bug ID: 113801 Summary: Calc: no selection visible when click in th einput line Product: LibreOffice Version: 5.4.3.2 release Hardware: x86-64 (AMD64)

[Libreoffice-bugs] [Bug 113780] Protected PDF, with a password not protecting the opening of the file itself can' t be opened on Mac

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113780 --- Comment #5 from Alex Thurgood --- Also no repro with Version: 5.4.3.2 Build ID: 92a7159f7e4af62137622921e809f8546db437e5 CPU threads: 4; OS: Mac OS X 10.13.1; UI render: default; Locale: fr-FR (fr_FR.UTF-8); Calc:

[Libreoffice-bugs] [Bug 113800] EDITING: Formula Bar Is Not Getting Focus

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113800 --- Comment #1 from Kevin Suo --- Note that we have column/row freeze enabled in Sheet2. Bug is not reproducible if we remove the column/row freeze state. -- You are receiving this mail because: You are the assignee

[Libreoffice-bugs] [Bug 45904] move java based api tests to c++

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904 --- Comment #77 from Commit Notification --- Jens Carl committed a patch related to this issue. It has been pushed to "master":

[Libreoffice-bugs] [Bug 113366] Contour editor does not open

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113366 Caolán McNamara changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 113799] : Paste

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113799 Kevin Suo changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 113799] Can Not Copy and Paste From Websites or Email to Writer

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113799 Kevin Suo changed: What|Removed |Added Summary|: Paste |Can Not Copy and

[Libreoffice-bugs] [Bug 113800] EDITING: Formula Bar Is Not Getting Focus When Column/ Row Freeze Enabled

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113800 Kevin Suo changed: What|Removed |Added Summary|EDITING: Formula Bar Is Not |EDITING: Formula

[Libreoffice-bugs] [Bug 112828] Crash when accessing printer settings

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112828 tommy27 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 112590] Base forms open maximum size each time with GTK3 VCL backend

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112590 --- Comment #30 from t...@tim-passingham.co.uk --- I have now tried with libreoffice-gtk2, removing libreoffice-gtk3 and liberoffice-gnome. The version is now: Version: 5.4.3.2 Build ID: 1:5.4.3~rc2-0ubuntu0.17.10.1~lo1 CPU threads: 8;

[Libreoffice-bugs] [Bug 113571] Copy of cell with multi-line text is pasted as CSV for unformatted text, enclosed in double quotes and with quote escaping (FORMATTING)

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113571 --- Comment #5 from Commit Notification --- Eike Rathke committed a patch related to this issue. It has been pushed to "master":

[Libreoffice-bugs] [Bug 113571] Copy of cell with multi-line text is pasted as CSV for unformatted text, enclosed in double quotes and with quote escaping (FORMATTING)

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113571 Commit Notification changed: What|Removed |Added Whiteboard|

[Libreoffice-bugs] [Bug 91530] FEATURE REQUEST: rotate the frame

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91530 --- Comment #11 from John Statler --- I want either the frame to rotate or I want the text box searchable again. I have a macro that searches the envelope for the word "address", replaces the word with

[Libreoffice-bugs] [Bug 113780] Protected PDF, with a password not protecting the opening of the file itself can' t be opened on Mac

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113780 Alex Thurgood changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 112314] Typing accented/special characters doesn' t work in LO Online in OSX

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112314 zefir changed: What|Removed |Added QA Contact||zef...@gmail.com --

[Libreoffice-bugs] [Bug 113761] LibreOffice incomplete french translation

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113761 Kevin Suo changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 108308] FILESAVE: DOCX - Hyperlink text not exported to tag when in comments

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108308 Gabor Kelemen changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 104707] FILESAVE DOCX: URL in comment is not saved to docx format

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104707 Gabor Kelemen changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 112916] [META] DOCX (OOXML) comment issues

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112916 Bug 112916 depends on bug 108308, which changed state. Bug 108308 Summary: FILESAVE: DOCX - Hyperlink text not exported to tag when in comments https://bugs.documentfoundation.org/show_bug.cgi?id=108308 What|Removed

[Libreoffice-bugs] [Bug 107733] [META] Hyperlink bugs and enhancements

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107733 Bug 107733 depends on bug 108308, which changed state. Bug 108308 Summary: FILESAVE: DOCX - Hyperlink text not exported to tag when in comments https://bugs.documentfoundation.org/show_bug.cgi?id=108308 What|Removed

[Libreoffice-bugs] [Bug 112282] Crash in: ntdll.dll

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112282 --- Comment #9 from Xisco Faulí --- (In reply to PaulJayD from comment #7) > 1. The 'endif' IS present in the file. It's just above the comment line: > > ' add majority pick to column header > > 2.

[Libreoffice-bugs] [Bug 113786] Text not displaying opening SVG in Draw

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113786 --- Comment #6 from Alex Thurgood --- Confirming with Version: 5.4.3.2 Build ID: 92a7159f7e4af62137622921e809f8546db437e5 CPU threads: 4; OS: Mac OS X 10.13.1; UI render: default; Locale: fr-FR (fr_FR.UTF-8); Calc:

[Libreoffice-bugs] [Bug 113786] Text not displaying opening SVG in Draw

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113786 Alex Thurgood changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 113786] Text not displaying opening SVG in Draw

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113786 --- Comment #7 from Alex Thurgood --- (In reply to Regina Henschel from comment #5) > Do not use File > Open, but start with a document and then use Insert > > Image. > > The File > Open import filter will not be

[Libreoffice-bugs] [Bug 113800] New: EDITING: Formula Bar Is Not Getting Focus

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113800 Bug ID: 113800 Summary: EDITING: Formula Bar Is Not Getting Focus Product: LibreOffice Version: 5.4.3.2 release Hardware: All OS: Linux (All) Status:

[Libreoffice-bugs] [Bug 112314] Typing accented/special characters doesn' t work in LO Online in OSX

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112314 Aron Budea changed: What|Removed |Added QA Contact|zef...@gmail.com| -- You are

[Libreoffice-bugs] [Bug 113339] [META] Updates bug tracker

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113339 Aron Budea changed: What|Removed |Added Depends on||113225

[Libreoffice-bugs] [Bug 113225] LibreOffice 5.4.1.2 crashes when checking for updates ( OpenGL )

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113225 Aron Budea changed: What|Removed |Added Blocks||113339

[Libreoffice-bugs] [Bug 85932] Change case group button

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85932 --- Comment #17 from radwan hallak --- really i missed it in LO :( -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing

[Libreoffice-bugs] [Bug 47849] EDITING: Spell & grammar check "seems" it isn't working

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47849 --- Comment #21 from Glen --- Spell check just will not work in New Zealand English -- You are receiving this mail because: You are the assignee for the bug.___

[Libreoffice-bugs] [Bug 113811] FILESAVE: dialogs are not preserved in flat ODS file

2017-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113811 Mohamed changed: What|Removed |Added CC|

  1   2   3   4   >