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

2017-03-12 Thread Jochen Nitschke
vcl/source/gdi/bmpacc2.cxx | 36 1 file changed, 24 insertions(+), 12 deletions(-) New commits: commit b8261a99ae537078e0bc1c62154fc6c66c7556b4 Author: Jochen Nitschke Date: Sun Mar 12 15:22:18 2017 +0100 improve

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

2017-03-12 Thread Ashod Nakashian
wsd/DocumentBroker.cpp |3 ++ wsd/LOOLWSD.cpp| 54 + 2 files changed, 35 insertions(+), 22 deletions(-) New commits: commit 3d78e5f2a1a6c1369e6cdeddd39cb00a6e33d1bd Author: Ashod Nakashian Date: Sun

[Libreoffice-commits] online.git: net/Socket.hpp

2017-03-12 Thread Ashod Nakashian
net/Socket.hpp |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 94051f21b5ebbbc5c410842df8a302f2e2ff0832 Author: Ashod Nakashian Date: Sun Mar 12 22:30:30 2017 -0400 wsd: SocketPoll::startThread can be protected

[Libreoffice-commits] online.git: net/Socket.cpp

2017-03-12 Thread Ashod Nakashian
net/Socket.cpp |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit c4d27fd060d93c61e9f475c63c34c828e84a55d6 Author: Ashod Nakashian Date: Sun Mar 12 22:29:58 2017 -0400 wsd: prevent and warn when joining own thread

[Libreoffice-commits] online.git: net/Socket.hpp

2017-03-12 Thread Ashod Nakashian
net/Socket.hpp | 39 --- 1 file changed, 24 insertions(+), 15 deletions(-) New commits: commit 862d7a07342f1caad5a9474c480b06585c813bea Author: Ashod Nakashian Date: Sun Mar 12 22:29:30 2017 -0400 wsd: write as many

[Libreoffice-commits] online.git: net/Socket.cpp net/Socket.hpp wsd/DocumentBroker.cpp

2017-03-12 Thread Ashod Nakashian
net/Socket.cpp |3 ++- net/Socket.hpp |5 + wsd/DocumentBroker.cpp | 12 +--- 3 files changed, 12 insertions(+), 8 deletions(-) New commits: commit 9248107702745f37d321b5b31a22e9dc7a1963ec Author: Ashod Nakashian Date: Sun

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

2017-03-12 Thread Ashod Nakashian
wsd/DocumentBroker.hpp |6 ++ wsd/LOOLWSD.cpp|6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) New commits: commit 8901fcf074da289bfc7063eff0e21175f439ae3a Author: Ashod Nakashian Date: Sun Mar 12 19:18:12 2017 -0400 wsd:

[Libreoffice-bugs] [Bug 91070] opposite result in conditioned format in Libreoff CALC

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91070 Aron Budea changed: What|Removed |Added Status|NEW |UNCONFIRMED

[Libreoffice-bugs] [Bug 87351] [META] Conditional formatting bugs and enhancements

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87351 Aron Budea changed: What|Removed |Added Depends on||91070

[Libreoffice-commits] online.git: net/Socket.hpp net/WebSocketHandler.hpp

2017-03-12 Thread Ashod Nakashian
net/Socket.hpp |1 + net/WebSocketHandler.hpp |2 ++ 2 files changed, 3 insertions(+) New commits: commit c9a07a3087cced9c0ea8973a039b284bcb01a0e7 Author: Ashod Nakashian Date: Sun Mar 12 19:04:52 2017 -0400 wsd: assert socket is in

[Libreoffice-commits] online.git: net/ServerSocket.hpp net/Socket.cpp net/Socket.hpp wsd/DocumentBroker.cpp wsd/DocumentBroker.hpp wsd/LOOLWSD.cpp

2017-03-12 Thread Ashod Nakashian
net/ServerSocket.hpp |2 +- net/Socket.cpp | 23 --- net/Socket.hpp |6 +++--- wsd/DocumentBroker.cpp | 36 ++-- wsd/DocumentBroker.hpp |2 +- wsd/LOOLWSD.cpp| 33 +++-- 6

[Libreoffice-bugs] [Bug 106516] Start of week does not come from locale in conditional formatting

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106516 --- Comment #3 from Aron Budea --- Hey Cor! How certain are you about these two bugs being the same? I was a bit surprised to find that WEEKS() is an add-in function (not sure what that means), and not part of the

[Libreoffice-commits] online.git: kit/Kit.cpp net/loolnb.cpp net/Socket.hpp wsd/LOOLWSD.cpp

2017-03-12 Thread Ashod Nakashian
kit/Kit.cpp |1 + net/Socket.hpp |4 ++-- net/loolnb.cpp |2 +- wsd/LOOLWSD.cpp | 12 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) New commits: commit 2e2f62eddeeb92761df1e1316aaa59687e2aac69 Author: Ashod Nakashian Date:

[Libreoffice-commits] online.git: test/httpwstest.cpp

2017-03-12 Thread Ashod Nakashian
test/httpwstest.cpp |5 + 1 file changed, 5 insertions(+) New commits: commit 851195215addd668fedb7cf476825689b80820b7 Author: Ashod Nakashian Date: Sun Mar 12 18:32:31 2017 -0400 wsd: log testHandshake traffic Change-Id:

[Libreoffice-commits] online.git: net/SslSocket.hpp

2017-03-12 Thread Ashod Nakashian
net/SslSocket.hpp | 28 ++-- 1 file changed, 26 insertions(+), 2 deletions(-) New commits: commit 6f1191866133e85921ffa24efab9c2fed7abdebf Author: Ashod Nakashian Date: Sun Mar 12 14:33:16 2017 -0400 wsd: more informative SSL

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

2017-03-12 Thread Ashod Nakashian
wsd/DocumentBroker.cpp |9 - 1 file changed, 4 insertions(+), 5 deletions(-) New commits: commit c939eeab6837dd4151815da597acea6e6b36dd99 Author: Ashod Nakashian Date: Sun Mar 12 14:13:48 2017 -0400 wsd: remove the last session immediately if

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

2017-03-12 Thread Ashod Nakashian
wsd/DocumentBroker.cpp |5 - wsd/DocumentBroker.hpp |8 wsd/LOOLWSD.cpp|6 +- 3 files changed, 5 insertions(+), 14 deletions(-) New commits: commit 388d7b1dbf1a5c2d155c0149247b3a319114f8b0 Author: Ashod Nakashian Date: Sun

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

2017-03-12 Thread Ashod Nakashian
wsd/DocumentBroker.cpp | 34 ++ wsd/DocumentBroker.hpp | 10 +- wsd/LOOLWSD.cpp|4 ++-- 3 files changed, 13 insertions(+), 35 deletions(-) New commits: commit cbd00bf7c8600afb0f7ec09a8ad90f1b5ed2f298 Author: Ashod Nakashian

[Libreoffice-commits] online.git: test/integration-http-server.cpp

2017-03-12 Thread Ashod Nakashian
test/integration-http-server.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d1f201c63ce8697ee9328c05f49deccbe51fbd00 Author: Ashod Nakashian Date: Sun Mar 12 13:53:32 2017 -0400 wsd: testHandshake test doc filename

[Libreoffice-bugs] [Bug 106368] Android: restrict zoom to page width

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106368 Ximeng Zu changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |uzno...@yahoo.com

[Libreoffice-bugs] [Bug 106517] New: Program frozen in screen. Cant close unless i shut and wont open completely

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106517 Bug ID: 106517 Summary: Program frozen in screen. Cant close unless i shut and wont open completely Product: LibreOffice Online Version: unspecified Hardware: All

[Libreoffice-bugs] [Bug 106148] Tooltip is incorrect on some buttons. It shows " □□□".

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106148 --- Comment #7 from Kamei --- Created attachment 131840 --> https://bugs.documentfoundation.org/attachment.cgi?id=131840=edit I confirm this issue is occurred on Korean too. -- You are receiving this mail because:

[Libreoffice-bugs] [Bug 106148] Tooltip is incorrect on some buttons. It shows " □□□".

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106148 --- Comment #6 from Kamei --- Created attachment 131839 --> https://bugs.documentfoundation.org/attachment.cgi?id=131839=edit I confirm this issue is occurred on Chinese too. Can anybody confirm this? -- You are

[Libreoffice-bugs] [Bug 80400] FILEOPEN: LO do not respect formatting of empty cells while importing from Excel 2003 XML

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80400 Dennis Roczek changed: What|Removed |Added CC|

[Libreoffice-commits] core.git: Makefile.fetch

2017-03-12 Thread Khaled Hosny
Makefile.fetch |5 + 1 file changed, 1 insertion(+), 4 deletions(-) New commits: commit 48670533998f078525f7dad94b89bc371a5b3947 Author: Khaled Hosny Date: Sat Mar 11 04:09:21 2017 +0200 Ignore the checksum embedded in the file name That is always

[Libreoffice-bugs] [Bug 95612] Page header numbering wrong in print preview using calc

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95612 --- Comment #12 from Commit Notification --- Katarina Behrens committed a patch related to this issue. It has been pushed to "libreoffice-5-2":

[Libreoffice-bugs] [Bug 95612] Page header numbering wrong in print preview using calc

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95612 Commit Notification changed: What|Removed |Added Whiteboard|target:5.4.0

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

2017-03-12 Thread Katarina Behrens
sc/source/ui/view/preview.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit b95ac4bac7ae43f3f3d60738f739a75f8f8e9b6e Author: Katarina Behrens Date: Wed Mar 1 17:45:16 2017 +0100 tdf#95612: Print preview: page numbering starts

[Libreoffice-bugs] [Bug 105320] Dragging (reordering) slides on the Slides pane deletes slides instead (gtk3?)

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105320 --- Comment #7 from Aron Budea --- Created attachment 131838 --> https://bugs.documentfoundation.org/attachment.cgi?id=131838=edit Screencast with a bunch of attempts I had to try 7 or so times... the last

[Libreoffice-bugs] [Bug 106348] LibreOffice hangs opening multiple docx

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106348 --- Comment #4 from sc...@health.qld.gov.au --- Please note that I am managing an application which incorporates "ApexOfficePrint", which calls your product to render reports. I am relaying messages only. They're feedback on your

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

2017-03-12 Thread aleksandar-stefanovic
android/source/res/menu/view_menu.xml | 25 +- android/source/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java | 121 +- 2 files changed, 83 insertions(+), 63 deletions(-) New commits: commit 243476399e76fb5ad2ce8c7fbef9e224b330c706 Author:

[Libreoffice-commits] core.git: chart2/Module_chart2.mk

2017-03-12 Thread Markus Mohrhard
chart2/Module_chart2.mk |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 7f09093b8bbc119f50763e1b629424cc2669628a Author: Markus Mohrhard Date: Sun Mar 12 22:46:49 2017 +0100 the test seems to depend on the fonts

[Libreoffice-bugs] [Bug 106504] Unable to edit this spreadsheet

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106504 m.a.riosv changed: What|Removed |Added Status|NEEDINFO

[Libreoffice-bugs] [Bug 75889] Hyperlinks in formula cells cannot be edited

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75889 m.a.riosv changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 106514] =SUMMAJOSJOUKKO(Area for sum; comparing area; <=Cell)

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106514 m.a.riosv changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - solenv/bin

2017-03-12 Thread Matthias Seidel
solenv/bin/modules/installer/patch/InstallationSet.pm | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit 2bf0ec1ac35dec10af8b0beb52d9daac96e453f1 Author: Matthias Seidel Date: Sun Mar 12 20:37:33 2017 + Fixed typos diff

[Libreoffice-bugs] [Bug 106512] Filesave - Saving a Calc file takes more than 5-15 minutes

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106512 m.a.riosv changed: What|Removed |Added Status|NEW

[Libreoffice-bugs] [Bug 97187] Metadata fields are not being refreshed correctly when moving slider in the «Properties» dialogue of Impress

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97187 Jean-Baptiste Faure changed: What|Removed |Added Status|NEW

[Libreoffice-bugs] [Bug 105933] Means to create new or modify existing table styles missing

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105933 --- Comment #3 from Thomas Lendo --- IMHO this bug should have a higher importance because table styles without the possibility to create or modify styles are useless in a large part. Also the table style feature

[Libreoffice-ux-advise] [Bug 105933] Means to create new or modify existing table styles missing

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105933 --- Comment #3 from Thomas Lendo --- IMHO this bug should have a higher importance because table styles without the possibility to create or modify styles are useless in a large part. Also the table style feature

[Libreoffice-bugs] [Bug 46928] EDITING Insert Field Filename inserts Path+Filename instead of Filename

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46928 --- Comment #9 from Joachim Wilder --- bug is still present LO 5.3.0.3 Windows 10 -- You are receiving this mail because: You are the assignee for the bug.___

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

2017-03-12 Thread Caolán McNamara
filter/source/graphicfilter/ipict/ipict.cxx | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) New commits: commit 4cde204c297ab122b1496444aa2e31c388f621d7 Author: Caolán McNamara Date: Sun Mar 12 21:16:57 2017 + ofz: pct oom, avoid

[Libreoffice-bugs] [Bug 106516] Start of week does not come from locale in conditional formatting

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106516 Cor Nouws changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 106510] WIDEVEC not working when OpenGL enabled

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106510 Johnny_M changed: What|Removed |Added Resolution|FIXED |WORKSFORME ---

[Libreoffice-bugs] [Bug 70551] WEEKS() function uses ISO weeknum and is not locale-dependent, which is not explained in the Help

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70551 Cor Nouws changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 87351] [META] Conditional formatting bugs and enhancements

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87351 Bug 87351 depends on bug 106516, which changed state. Bug 106516 Summary: Start of week does not come from locale in conditional formatting https://bugs.documentfoundation.org/show_bug.cgi?id=106516 What|Removed

[Libreoffice-bugs] [Bug 106511] RSUB doesn't work with OpenGL enabled

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106511 Johnny_M changed: What|Removed |Added Resolution|FIXED |WORKSFORME ---

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

2017-03-12 Thread Caolán McNamara
vcl/source/filter/ixpm/xpmread.cxx |4 1 file changed, 4 insertions(+) New commits: commit 2a118816d90e8daa36a447db7cf4718830450099 Author: Caolán McNamara Date: Sun Mar 12 21:06:23 2017 + ofz#827 avoid oom in xpms Change-Id:

[Libreoffice-bugs] [Bug 71098] PAGE-BREAK: sub-documents force a page-break when inserted in the master document

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71098 --- Comment #9 from Thomas Lendo --- Created attachment 131837 --> https://bugs.documentfoundation.org/attachment.cgi?id=131837=edit ZIP archive with master document and sub-document Created with LibO version:

[Libreoffice-bugs] [Bug 71098] PAGE-BREAK: sub-documents force a page-break when inserted in the master document

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71098 Thomas Lendo changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 87351] [META] Conditional formatting bugs and enhancements

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87351 Aron Budea changed: What|Removed |Added Depends on||86941

[Libreoffice-bugs] [Bug 86941] add more conditional formatting unit tests

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86941 Aron Budea changed: What|Removed |Added Blocks||87351

[Libreoffice-bugs] [Bug 106516] Start of week does not come from locale in conditional formatting

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106516 Aron Budea changed: What|Removed |Added Keywords|

[Libreoffice-bugs] [Bug 87351] [META] Conditional formatting bugs and enhancements

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87351 Aron Budea changed: What|Removed |Added Depends on||106516

[Libreoffice-bugs] [Bug 106516] New: Start of week does not come from locale in conditional formatting

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106516 Bug ID: 106516 Summary: Start of week does not come from locale in conditional formatting Product: LibreOffice Version: Inherited From OOo Hardware: All

[Libreoffice-ux-advise] [Bug 41063] Saving/Autosaving (Save/Autosave) while in table causes view to jump to cursor position

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41063 Heiko Tietze changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374 Heiko Tietze changed: What|Removed |Added Keywords|needsUXEval |

[Libreoffice-ux-advise] [Bug 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374 Heiko Tietze changed: What|Removed |Added Keywords|needsUXEval |

[Libreoffice-bugs] [Bug 41063] Saving/Autosaving (Save/Autosave) while in table causes view to jump to cursor position

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41063 Heiko Tietze changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 106507] Small enhancement to bullet formatting toolbar: Add 4 more default bullet types

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106507 Heiko Tietze changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-ux-advise] [Bug 106507] Small enhancement to bullet formatting toolbar: Add 4 more default bullet types

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106507 Heiko Tietze changed: What|Removed |Added Status|UNCONFIRMED |NEW

Ximeng Zu license statement

2017-03-12 Thread uznomis
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-bugs] [Bug 106513] [Feature request] Optical margin alignment

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106513 Regina Henschel changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-commits] core.git: include/filter lotuswordpro/source odk/examples offapi/com officecfg/registry qadevOOo/tests shell/source

2017-03-12 Thread Andrea Gelmini
include/filter/msfilter/svdfppt.hxx |2 - lotuswordpro/source/filter/xfilter/xfdrawobj.hxx |2 - lotuswordpro/source/filter/xfilter/xfparastyle.hxx | 14

[Libreoffice-bugs] [Bug 106507] Small enhancement to bullet formatting toolbar: Add 4 more default bullet types

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106507 --- Comment #6 from V Stuart Foote --- (In reply to Gerry from comment #5) > (In reply to V Stuart Foote from comment #4) > Do I understand correctly that you wouldn't see a technical problem with the > addition

[Libreoffice-ux-advise] [Bug 106507] Small enhancement to bullet formatting toolbar: Add 4 more default bullet types

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106507 --- Comment #6 from V Stuart Foote --- (In reply to Gerry from comment #5) > (In reply to V Stuart Foote from comment #4) > Do I understand correctly that you wouldn't see a technical problem with the > addition

[Libreoffice-bugs] [Bug 102930] [LOCALHELP] Review and complete the mail merge help pages

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102930 Gabor Kelemen changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 106347] BASIC: word Null is recognized in string

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106347 raal changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 91178] FILEOPEN: docx table export loses table spacing

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

[Libreoffice-bugs] [Bug 106350] FORMATTING: literal tab \0x09 in text in cell lost after FILESAVE/FILEOPEN

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106350 raal changed: What|Removed |Added CC||r...@post.cz --- Comment

[Libreoffice-bugs] [Bug 106507] Small enhancement to bullet formatting toolbar: Add 4 more default bullet types

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106507 --- Comment #5 from Gerry --- (In reply to V Stuart Foote from comment #4) Thanks a lot Stuart for looking into the bug and for the technical description. Do I understand correctly that you wouldn't see a

[Libreoffice-ux-advise] [Bug 106507] Small enhancement to bullet formatting toolbar: Add 4 more default bullet types

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106507 --- Comment #5 from Gerry --- (In reply to V Stuart Foote from comment #4) Thanks a lot Stuart for looking into the bug and for the technical description. Do I understand correctly that you wouldn't see a

[Libreoffice-bugs] [Bug 93681] FILEOPEN: PPTX Import reverse order of columns in a right-to-left table

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93681 Xisco Faulí changed: What|Removed |Added Hardware|Other |All

[Libreoffice-bugs] [Bug 106514] =SUMMAJOSJOUKKO(Area for sum; comparing area; <=Cell)

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106514 raal changed: What|Removed |Added CC||r...@post.cz --- Comment

[Libreoffice-bugs] [Bug 98876] FILEOPEN:image color is degraded when open pptx file

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

[Libreoffice-bugs] [Bug 104848] [META] DOC file opening issues

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104848 Bug 104848 depends on bug 105570, which changed state. Bug 105570 Summary: FILEOPEN DOC Table duplicated (tripled) https://bugs.documentfoundation.org/show_bug.cgi?id=105570 What|Removed |Added

[Libreoffice-bugs] [Bug 106515] lcl_GetDefaultBulletFont font set to legacy "StarSymbol" so unexpected system font fallback occurs

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106515 --- Comment #1 from V Stuart Foote --- (In reply to V Stuart Foote from comment #0) > lcl_GetDefaultBulletFont [2] s/[2]/[1]/ -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 105318] Behavior of Special Character dialog on launch when font at edit cursor is not installed and fallback occurs

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105318 V Stuart Foote changed: What|Removed |Added See Also|

[Libreoffice-ux-advise] [Bug 105318] Behavior of Special Character dialog on launch when font at edit cursor is not installed and fallback occurs

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105318 V Stuart Foote changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 92657] Questionable Default for Bullet Sizing

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92657 V Stuart Foote changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 106515] lcl_GetDefaultBulletFont font set to legacy "StarSymbol" so unexpected system font fallback occurs

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106515 V Stuart Foote changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 106507] Small enhancement to bullet formatting toolbar: Add 4 more default bullet types

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106507 V Stuart Foote changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 106515] lcl_GetDefaultBulletFont font set to legacy "StarSymbol" so unexpected system font fallback occurs

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106515 V Stuart Foote changed: What|Removed |Added See Also|

[Libreoffice-ux-advise] [Bug 106507] Small enhancement to bullet formatting toolbar: Add 4 more default bullet types

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106507 V Stuart Foote changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 105320] Dragging (reordering) slides on the Slides pane deletes slides instead (gtk3?)

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105320 Aron Budea changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 106515] New: lcl_GetDefaultBulletFont font set to legacy "StarSymbol" so unexpected system font fallback occurs

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106515 Bug ID: 106515 Summary: lcl_GetDefaultBulletFont font set to legacy "StarSymbol" so unexpected system font fallback occurs Product: LibreOffice Version: 3.3.0 release

[Libreoffice-bugs] [Bug 106421] Help article 02010000.xhp -- notation of "Apply Style" should read "Set Paragraph Style"

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106421 Buovjaga changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 106511] RSUB doesn't work with OpenGL enabled

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106511 Pierre C changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 106510] WIDEVEC not working when OpenGL enabled

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106510 Pierre C changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-commits] core.git: Changes to 'refs/tags/cp-5.1-22'

2017-03-12 Thread Andras Timar
Tag 'cp-5.1-22' created by Andras Timar at 2017-03-12 17:42 + cp-5.1-22 Changes since cp-5.1-21-35: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org

[Libreoffice-commits] translations.git: Changes to 'refs/tags/cp-5.1-22'

2017-03-12 Thread jan Iversen
Tag 'cp-5.1-22' created by Andras Timar at 2017-03-12 17:42 + cp-5.1-22 Changes since cp-5.1-9-2: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org

[Libreoffice-commits] help.git: Changes to 'refs/tags/cp-5.1-22'

2017-03-12 Thread Miklos Vajna
Tag 'cp-5.1-22' created by Andras Timar at 2017-03-12 17:42 + cp-5.1-22 Changes since libreoffice-5-1-branch-point-11: --- 0 files changed --- ___ Libreoffice-commits mailing list

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.1-22'

2017-03-12 Thread Andras Timar
Tag 'cp-5.1-22' created by Andras Timar at 2017-03-12 17:42 + cp-5.1-22 Changes since cp-5.1-17: Andras Timar (1): tdf#105396 update German dictionaries --- de/README_extension_owner.txt | 11 de/README_hyph_de.txt |5

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - configure.ac

2017-03-12 Thread Andras Timar
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 081188442b1f5ed22df150e620cc81f1cf43f7ff Author: Andras Timar Date: Sun Mar 12 18:41:58 2017 +0100 Bump version to 5.1-22 Change-Id:

[Libreoffice-bugs] [Bug 106514] New: =SUMMAJOSJOUKKO(Area for sum; comparing area; <=Cell)

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106514 Bug ID: 106514 Summary: =SUMMAJOSJOUKKO(Area for sum;comparing area;<=Cell) Product: LibreOffice Version: 5.3.0.3 release Hardware: x86-64 (AMD64) OS: Windows (All)

[Libreoffice-bugs] [Bug 105538] Download destination folder should be default to Download folder on Windows

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105538 Volga changed: What|Removed |Added Blocks||60251

[Libreoffice-bugs] [Bug 60251] [META] ACCESSIBILITY: Tracking Windows OS accessibility and AT issues

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60251 Volga changed: What|Removed |Added Depends on||105538

[Libreoffice-ux-advise] [Bug 105538] Download destination folder should be default to Download folder on Windows

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105538 Volga changed: What|Removed |Added Blocks||60251

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - desktop/CppunitTest_desktop_app.mk desktop/source

2017-03-12 Thread Mike Kaganski
desktop/CppunitTest_desktop_app.mk |1 desktop/source/app/cmdlineargs.cxx | 90 - 2 files changed, 90 insertions(+), 1 deletion(-) New commits: commit 731f073f1ff469e446da68c2c75f0ad8ff86c299 Author: Mike Kaganski Date:

[Libreoffice-bugs] [Bug 38159] Better full text justification with auto character scaling and paragraph level adjustment

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38159 Johnny_M changed: What|Removed |Added Blocks||71732

  1   2   >