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

2018-06-21 Thread Stephan Bergmann
 sc/source/ui/view/tabview3.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4a82543b3419339ae554485c582a80c41a57c417
Author: Stephan Bergmann 
Date:   Thu Jun 21 11:19:33 2018 +0200

Avoid member call through null this pointer

...as seen with UBSan during newly introduced UITest_goalSeek (where 
eOldActive
is 0 and all four members of pGridWin except for pGridWin[2] are null):

> sc/source/ui/view/tabview3.cxx:1814:45: runtime error: member call on 
null pointer of type 'vcl::Window'
>  #0 in ScTabView::SetTabNo(short, bool, bool, bool) at 
sc/source/ui/view/tabview3.cxx:1814:45 (instdir/program/../program/libsclo.so 
+0xb25dfca)
>  #1 in 
ScTabViewShell::DoReadUserDataSequence(com::sun::star::uno::Sequence
 const&) at sc/source/ui/view/tabvwsh4.cxx:500:5 
(instdir/program/../program/libsclo.so +0xb2d27a5)
>  #2 in 
ScTabViewShell::ReadUserDataSequence(com::sun::star::uno::Sequence
 const&) at sc/source/ui/view/tabvwsh4.cxx:491:9 
(instdir/program/../program/libsclo.so +0xb2d245a)
>  #3 in 
SfxBaseController::ConnectSfxFrame_Impl(SfxBaseController::ConnectSfxFrame) at 
sfx2/source/view/sfxbasecontroller.cxx:1368:52 (instdir/program/libsfxlo.so 
+0x320c974)
>  #4 in 
SfxBaseController::attachFrame(com::sun::star::uno::Reference
 const&) at sfx2/source/view/sfxbasecontroller.cxx:550:13 
(instdir/program/libsfxlo.so +0x32055f1)
>  #5 in (anonymous 
namespace)::SfxFrameLoader_Impl::impl_createDocumentView(com::sun::star::uno::Reference
 const&, com::sun::star::uno::Reference const&, 
comphelper::NamedValueCollection const&, rtl::OUString const&) at 
sfx2/source/view/frmload.cxx:593:18 (instdir/program/libsfxlo.so +0x319fcdd)
>  #6 in (anonymous 
namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence
 const&, com::sun::star::uno::Reference const&) 
at sfx2/source/view/frmload.cxx:710:13 (instdir/program/libsfxlo.so +0x319b263)
>  #7 in framework::LoadEnv::impl_loadContent() at 
framework/source/loadenv/loadenv.cxx:1148:37 
(instdir/program/../program/libfwklo.so +0xfa4cc8)
>  #8 in framework::LoadEnv::startLoading() at 
framework/source/loadenv/loadenv.cxx:382:20 
(instdir/program/../program/libfwklo.so +0xf9a76a)
>  #9 in 
framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference
 const&, com::sun::star::uno::Reference 
const&, rtl::OUString const&, rtl::OUString const&, int, 
com::sun::star::uno::Sequence const&) at 
framework/source/loadenv/loadenv.cxx:168:14 
(instdir/program/../program/libfwklo.so +0xf97d15)
>  #10 in framework::Desktop::loadComponentFromURL(rtl::OUString const&, 
rtl::OUString const&, int, 
com::sun::star::uno::Sequence const&) at 
framework/source/services/desktop.cxx:618:12 
(instdir/program/../program/libfwklo.so +0x108e918)
>  #11 in non-virtual thunk to 
framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString 
const&, int, 
com::sun::star::uno::Sequence const&) at 
framework/source/services/desktop.cxx (instdir/program/../program/libfwklo.so 
+0x108e9ca)
>  #12 in gcc3::callVirtualMethod(void*, unsigned int, void*, 
_typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, 
unsigned long*, double*) at 
bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:77:5 
(instdir/program/libgcc3_uno.so +0xba96d)
>  #13 in cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, 
bridges::cpp_uno::shared::VtableSlot, _typelib_TypeDescriptionReference*, int, 
_typelib_MethodParameter*, void*, void**, _uno_Any**) at 
bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:233:13 
(instdir/program/libgcc3_uno.so +0xb6855)
>  #14 in unoInterfaceProxyDispatch at 
bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:420:13 
(instdir/program/libgcc3_uno.so +0xb4663)
>  #15 in binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*, 
std::__debug::vector 
>*) const at binaryurp/source/incomingrequest.cxx:236:13 
(instdir/program/libbinaryurplo.so +0x209ede)
>  #16 in binaryurp::IncomingRequest::execute() const at 
binaryurp/source/incomingrequest.cxx:79:26 (instdir/program/libbinaryurplo.so 
+0x205f10)
>  #17 in request at binaryurp/source/reader.cxx:85:9 
(instdir/program/libbinaryurplo.so +0x2966d3)
>  #18 in cppu_threadpool::JobQueue::enter(long, bool) at 
cppu/source/threadpool/jobqueue.cxx:107:17 (instdir/program/libuno_cppu.so.3 
+0x17e863)
>  #19 in cppu_threadpool::ORequestThread::run() at 
cppu/source/threadpool/thread.cxx:165:31 (instdir/program/libuno_cppu.so.3 
+0x1977bb)
>  #20 in threadFunc at include/osl/thread.hxx:185:15 
(instdir/program/libuno_cppu.so.3 +0x1a0347)
>  #21 in osl_thread_start_Impl(void*) at sal/osl/unx/thread.cxx:234:9 
(instdir/program/libuno_sal.so.3 +0x2e6789)
>  #22 in start_thread at 
/usr/src/debug/glibc-2.27-56-g50df56ca86/nptl/pthread_create.c:463:7 
(/lib64/libpthread.so.0 +0x7593)
>  #23 in __GI___clone at 

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-6-1' - pt_BR/Lightproof.py pt_BR/pythonpath

2018-06-21 Thread Tor Lillqvist
 pt_BR/Lightproof.py  |   17 +
 pt_BR/pythonpath/lightproof_handler_pt_BR.py |2 +-
 pt_BR/pythonpath/lightproof_impl_pt_BR.py|1 +
 3 files changed, 11 insertions(+), 9 deletions(-)

New commits:
commit 3b6db3f228458fa2b2f9911716b95ed0d632c9ce
Author: Tor Lillqvist 
Date:   Wed Jun 20 20:11:55 2018 +0300

tdf#104332 (and others): Speed up Lightproof initialisation

Delay import of the the heavy lightproof_impl_pt_BR to when actually
needed. Shaves several hundred milliseconds (on my machine, about 300
ms) from the time needed to just get a list of what grammars checkers
are available. It's silly to load the heavy pt-BR impl module even if
no Brazilian Portuguese proof reading is being performed.

Sure, the same change could be done to the other Lightproof
dictionaries, too, but they are much smaller, so importing them
unconditionally always does not hurt so much.

Change-Id: I3c3f64e80bd9519f188905abda7c25337c81462d
Reviewed-on: https://gerrit.libreoffice.org/56176
Reviewed-by: László Németh 
Tested-by: Tor Lillqvist 
(cherry picked from commit 2d8dd0af877de8494ca9c2c027eba4a42bbc09eb)
(cherry picked from commit 846e5da4b28bb40158cfb992f3a371614e25a349)
Reviewed-on: https://gerrit.libreoffice.org/56249
Reviewed-by: Tor Lillqvist 

diff --git a/pt_BR/Lightproof.py b/pt_BR/Lightproof.py
index 8064fee..0868693 100644
--- a/pt_BR/Lightproof.py
+++ b/pt_BR/Lightproof.py
@@ -3,9 +3,8 @@
 # 2009-2012 (c) Laszlo Nemeth (nemeth at numbertext org), license: MPL 1.1 / 
GPLv3+ / LGPLv3+
 
 import uno, unohelper, os, sys, traceback
-from lightproof_impl_pt_BR import locales
-from lightproof_impl_pt_BR import pkg
-import lightproof_impl_pt_BR
+locales = {'pt-BR': ['pt', 'BR', '']}
+pkg = "pt_BR"
 import lightproof_handler_pt_BR
 
 from com.sun.star.linguistic2 import XProofreader, XSupportedLocales
@@ -30,11 +29,6 @@ class Lightproof( unohelper.Base, XProofreader, 
XServiceInfo, XServiceName, XSer
 l = locales[i]
 self.locales += [Locale(l[0], l[1], l[2])]
 self.locales = tuple(self.locales)
-currentContext = uno.getComponentContext()
-lightproof_impl_pt_BR.SMGR = currentContext.ServiceManager
-lightproof_impl_pt_BR.spellchecker = \
-
lightproof_impl_pt_BR.SMGR.createInstanceWithContext("com.sun.star.linguistic2.SpellChecker",
 currentContext)
-lightproof_handler_pt_BR.load(currentContext)
 
 # XServiceName method implementations
 def getServiceName(self):
@@ -68,6 +62,13 @@ class Lightproof( unohelper.Base, XProofreader, 
XServiceInfo, XServiceName, XSer
 
 def doProofreading(self, nDocId, rText, rLocale, nStartOfSentencePos, \
 nSuggestedSentenceEndPos, rProperties):
+import lightproof_impl_pt_BR
+currentContext = uno.getComponentContext()
+if lightproof_impl_pt_BR.SMGR == None:
+lightproof_impl_pt_BR.SMGR = currentContext.ServiceManager
+lightproof_impl_pt_BR.spellchecker = \
+
lightproof_impl_pt_BR.SMGR.createInstanceWithContext("com.sun.star.linguistic2.SpellChecker",
 currentContext)
+lightproof_handler_pt_BR.load(currentContext)
 aRes = uno.createUnoStruct( 
"com.sun.star.linguistic2.ProofreadingResult" )
 aRes.aDocumentIdentifier = nDocId
 aRes.aText = rText
diff --git a/pt_BR/pythonpath/lightproof_handler_pt_BR.py 
b/pt_BR/pythonpath/lightproof_handler_pt_BR.py
index 406971a..e80e320 100644
--- a/pt_BR/pythonpath/lightproof_handler_pt_BR.py
+++ b/pt_BR/pythonpath/lightproof_handler_pt_BR.py
@@ -1,7 +1,7 @@
 import uno
 import unohelper
 import lightproof_opts_pt_BR
-from lightproof_impl_pt_BR import pkg
+pkg = "pt_BR"
 
 from com.sun.star.lang import XServiceInfo
 from com.sun.star.awt import XContainerWindowEventHandler
diff --git a/pt_BR/pythonpath/lightproof_impl_pt_BR.py 
b/pt_BR/pythonpath/lightproof_impl_pt_BR.py
index 8611ee5..d3a72a1 100644
--- a/pt_BR/pythonpath/lightproof_impl_pt_BR.py
+++ b/pt_BR/pythonpath/lightproof_impl_pt_BR.py
@@ -29,6 +29,7 @@ suggestions = {}
 # assign Calc functions
 calcfunc = None
 
+SMGR = None
 
 # check settings
 def option(lang, opt):
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - dictionaries

2018-06-21 Thread Tor Lillqvist
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit baf2c3216d4276840526726b9cdb7d5158f22708
Author: Tor Lillqvist 
Date:   Wed Jun 20 20:11:55 2018 +0300

Updated core
Project: dictionaries  3b6db3f228458fa2b2f9911716b95ed0d632c9ce

tdf#104332 (and others): Speed up Lightproof initialisation

Delay import of the the heavy lightproof_impl_pt_BR to when actually
needed. Shaves several hundred milliseconds (on my machine, about 300
ms) from the time needed to just get a list of what grammars checkers
are available. It's silly to load the heavy pt-BR impl module even if
no Brazilian Portuguese proof reading is being performed.

Sure, the same change could be done to the other Lightproof
dictionaries, too, but they are much smaller, so importing them
unconditionally always does not hurt so much.

Change-Id: I3c3f64e80bd9519f188905abda7c25337c81462d
Reviewed-on: https://gerrit.libreoffice.org/56176
Reviewed-by: László Németh 
Tested-by: Tor Lillqvist 
(cherry picked from commit 2d8dd0af877de8494ca9c2c027eba4a42bbc09eb)
(cherry picked from commit 846e5da4b28bb40158cfb992f3a371614e25a349)
Reviewed-on: https://gerrit.libreoffice.org/56249
Reviewed-by: Tor Lillqvist 

diff --git a/dictionaries b/dictionaries
index 25a48a7f821f..3b6db3f22845 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 25a48a7f821fd884f503ce1d2aca594c6abbfe0a
+Subproject commit 3b6db3f228458fa2b2f9911716b95ed0d632c9ce
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - icon-themes/colibre icon-themes/colibre_svg icon-themes/elementary icon-themes/elementary_svg

2018-06-21 Thread andreas kainz
 icon-themes/colibre/cmd/id/lc_numberformatdecdecimals.png   |binary
 icon-themes/colibre/cmd/id/lc_numberformatdecimal.png   |binary
 icon-themes/colibre/cmd/id/lc_numberformatincdecimals.png   |binary
 icon-themes/colibre/cmd/id/lc_numberformatthousands.png |binary
 icon-themes/colibre/cmd/id/sc_numberformatdecdecimals.png   |binary
 icon-themes/colibre/cmd/id/sc_numberformatdecimal.png   |binary
 icon-themes/colibre/cmd/id/sc_numberformatincdecimals.png   |binary
 icon-themes/colibre/cmd/id/sc_numberformatthousands.png |binary
 icon-themes/colibre/cmd/lc_numberformatdate.png |binary
 icon-themes/colibre/cmd/lc_numberformatdecdecimals.png  |binary
 icon-themes/colibre/cmd/lc_numberformatdecimal.png  |binary
 icon-themes/colibre/cmd/lc_numberformatincdecimals.png  |binary
 icon-themes/colibre/cmd/lc_numberformatpercent.png  |binary
 icon-themes/colibre/cmd/lc_numberformatscientific.png   |binary
 icon-themes/colibre/cmd/lc_numberformatstandard.png |binary
 icon-themes/colibre/cmd/lc_numberformatthousands.png|binary
 icon-themes/colibre/cmd/lc_tablenumberformatdialog.png  |binary
 icon-themes/colibre/cmd/sc_flowchartshapes.flowchart-display.png|binary
 icon-themes/colibre/cmd/sc_numberformatdate.png |binary
 icon-themes/colibre/cmd/sc_numberformatdecdecimals.png  |binary
 icon-themes/colibre/cmd/sc_numberformatdecimal.png  |binary
 icon-themes/colibre/cmd/sc_numberformatincdecimals.png  |binary
 icon-themes/colibre/cmd/sc_numberformatscientific.png   |binary
 icon-themes/colibre/cmd/sc_numberformatstandard.png |binary
 icon-themes/colibre/cmd/sc_tablenumberformatdialog.png  |binary
 icon-themes/colibre/links.txt   |7 
 icon-themes/colibre_svg/cmd/id/lc_numberformatdecdecimals.svg   |1 
 icon-themes/colibre_svg/cmd/id/lc_numberformatdecimal.svg   |1 
 icon-themes/colibre_svg/cmd/id/lc_numberformatincdecimals.svg   |1 
 icon-themes/colibre_svg/cmd/id/lc_numberformatthousands.svg |1 
 icon-themes/colibre_svg/cmd/id/sc_numberformatdecdecimals.svg   |3 
 icon-themes/colibre_svg/cmd/id/sc_numberformatdecimal.svg   |1 
 icon-themes/colibre_svg/cmd/id/sc_numberformatincdecimals.svg   |2 
 icon-themes/colibre_svg/cmd/id/sc_numberformatthousands.svg |1 
 icon-themes/colibre_svg/cmd/lc_numberformatdate.svg |2 
 icon-themes/colibre_svg/cmd/lc_numberformatdecdecimals.svg  |2 
 icon-themes/colibre_svg/cmd/lc_numberformatdecimal.svg  |2 
 icon-themes/colibre_svg/cmd/lc_numberformatincdecimals.svg  |2 
 icon-themes/colibre_svg/cmd/lc_numberformatpercent.svg  |2 
 icon-themes/colibre_svg/cmd/lc_numberformatscientific.svg   |2 
 icon-themes/colibre_svg/cmd/lc_numberformatstandard.svg |2 
 icon-themes/colibre_svg/cmd/lc_numberformatthousands.svg|3 
 icon-themes/colibre_svg/cmd/lc_tablenumberformatdialog.svg  |2 
 icon-themes/colibre_svg/cmd/sc_displaymode.svg  |5 
 icon-themes/colibre_svg/cmd/sc_flowchartshapes.flowchart-display.svg|6 
 icon-themes/colibre_svg/cmd/sc_numberformatdate.svg |3 
 icon-themes/colibre_svg/cmd/sc_numberformatdecdecimals.svg  |3 
 icon-themes/colibre_svg/cmd/sc_numberformatdecimal.svg  |3 
 icon-themes/colibre_svg/cmd/sc_numberformatincdecimals.svg  |4 
 icon-themes/colibre_svg/cmd/sc_numberformatscientific.svg   |3 
 icon-themes/colibre_svg/cmd/sc_numberformatstandard.svg |3 
 icon-themes/colibre_svg/cmd/sc_tablenumberformatdialog.svg  |3 
 icon-themes/colibre_svg/links.txt   | 1636 
--
 icon-themes/elementary/cmd/sc_flowchartshapes.flowchart-display.png |binary
 icon-themes/elementary_svg/cmd/sc_flowchartshapes.flowchart-display.svg |3 
 55 files changed, 47 insertions(+), 1662 deletions(-)

New commits:
commit dd83fb12bde594bc857ac292e4d947cd52272056
Author: andreas kainz 
Date:   Thu Jun 21 00:23:40 2018 +0200

colibre icon update thanks for the review Rizal

Change-Id: I80b11e49c84237e1c85fe44c2ea4bd7daf3151b9
Reviewed-on: https://gerrit.libreoffice.org/56211
Tested-by: Jenkins
Reviewed-by: andreas_kainz 
(cherry picked from commit 5c64e8034bf30822cd9f713babff5c1d9db73a0c)
Reviewed-on: https://gerrit.libreoffice.org/56264


[Libreoffice-bugs] [Bug 118303] Wrong converting of the Vendor-String

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118303

Juergen Funk (CIB)  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |juergen.funk...@cib.de
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118311] EDITING Cut+paste table does not remove the table

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118311

--- Comment #3 from V Stuart Foote  ---
Other than being a dupe, if you include an empty paragraph before with an
+enter before selecting the table, a cut/copy & paste will behave...

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118311] EDITING Cut+paste table does not remove the table

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118311

V Stuart Foote  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||vstuart.fo...@utsa.edu

--- Comment #2 from V Stuart Foote  ---


*** This bug has been marked as a duplicate of bug 84806 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84806] Apply actions to full table without the need to select paragraph before/after (to prevent e.g. an empty table is left)

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84806

V Stuart Foote  changed:

   What|Removed |Added

 CC||kelem...@ubuntu.com

--- Comment #15 from V Stuart Foote  ---
*** Bug 118311 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118307] Formatting aids, space indicators do not necessarily appear in documents

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118307

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||vstuart.fo...@utsa.edu
 Resolution|--- |INVALID

--- Comment #2 from V Stuart Foote  ---
Use +F10, or  View -> Formatting Marks from main menu to toggle formating
marks enabled.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111409] [meta] Unify text direction functionality for all components

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111409

Luke  changed:

   What|Removed |Added

 Blocks||117921


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117921
[Bug 117921] Fileopen DOCX: Support both Vertical Directions in Text Box
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117921] Fileopen DOCX: Support both Vertical Directions in Text Box

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117921

Luke  changed:

   What|Removed |Added

 Depends on||111409


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111409
[Bug 111409] [meta] Unify text direction functionality for all components
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111409] [meta] Unify text direction functionality for all components

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111409

Luke  changed:

   What|Removed |Added

Summary|Unify text direction|[meta] Unify text direction
   |functionality for all   |functionality for all
   |components  |components

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51373] Allow restart numbering in paragraph styles

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51373

--- Comment #15 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95433] EDITING autocorrect option "Apply styles" causes Default Style to change to Text Body

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95433

--- Comment #7 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108621] Form-Navigation: CTRL+TAB only works right with Design-Mode switched off

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108621

--- Comment #5 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51096] Allow User to Select External Image Editing Tool

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51096

--- Comment #6 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108564] Empty Security Warning on Linux (git build)

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108564

--- Comment #8 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55429] UI - Edit page break menu item should be disabled when an object is selected

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55429

--- Comment #8 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46623] UI: Edit page break don't work if the cursor is in the header

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46623

--- Comment #9 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64418] image in header cannot be selected via mouse

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64418

--- Comment #8 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107901] Format Cells dialog overwrites user selection

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107901

--- Comment #12 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90654] when putting text with initals into a frame with automatic width, the frame is much too wide

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90654

--- Comment #12 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87894] "Select all" doesn't select objects that are anchored to the first or last paragraph

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87894

--- Comment #17 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 71463] UI: Frame with nowrap and follow text misbehave when moved to the next page

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71463

--- Comment #10 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103078] Left header and right header inconsistent and vary thru doc, and mismatch UI (see comment 11)

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103078

--- Comment #18 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 91172] No spelling/auto-correct when creating document via folder context menu

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91172

--- Comment #6 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53501] Wrong line spacing when mixing large fonts with small ones near a box

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53501

--- Comment #7 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118309] Writer's Word Completion forgets words after exit if they're no longer present in the document

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118309

Sophie Freud  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=86
   ||872

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86872] Word completion: Add ability to save word completion (aka "auto complete") lists and re-use them

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86872

Sophie Freud  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||8309

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86872] Word completion: Add ability to save word completion (aka "auto complete") lists and re-use them

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86872

--- Comment #8 from Sophie Freud  ---
> > (In reply to shantanu from comment #2)
> > > The file acor_en-US.dat contain the "auto correct" word list. Auto 
> > > Complete
> > > word list does not get saved anywhere. 
> 
> Here's a workaround:
> https://help.libreoffice.org/Writer/Fine-
> Tuning_the_Word_Completion_for_Text_Documents#To_Use_the_Word_List_for_Furthe
> r_Sessions
> 
> You can Copy/Paste the list of Word Completion entries into a separate
> document and save it for later use. It's a little more cumbersome than a
> built-in mechanism, but I figure it might be of use to you.

@Robinson Tryon: this workaround is very, very cumbersome. Word Completion
makes much more sense if the collection and the preservation of words works
automatically.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86872] Word completion: Add ability to save word completion (aka "auto complete") lists and re-use them

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86872

Sophie Freud  changed:

   What|Removed |Added

 CC||drows...@cock.li
   Severity|enhancement |normal

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86872] Word completion: Add ability to save word completion (aka "auto complete") lists and re-use them

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86872

--- Comment #7 from Sophie Freud  ---
Writer now has an option called "When closing a document, remove the words
collected from it from the list". Disabling this is supposed to preserve the
Word Completion list throughout sessions, but it doesn't seem to work, the word
list is still lost after exiting Writer.

See details here: https://bugs.documentfoundation.org/show_bug.cgi?id=118309

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111461] XLSX hangs libreoffice and produce a lot of temp files

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111461

--- Comment #11 from paulyste...@web.de ---
i made a test with gnumeric 1.12.17 in windows

it reads the mso-file fast.

the new saved gnumeric xml-file is about 189 MB. wow!!!

save as a ods 1.2 extended creates a file with 182 MB.

about factor 800 in relation to source.

A test with actual gnumeric on linux can show more.

reading of this gnumeric export in LOO 5.4.7 and in LOO 6.0.5.1 was not
successful

Also gnumeric is with some problems here, but gnumeric makes it.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'ref/for/distro/collabora/cd-5.3-3.2' - 0 commits -

2018-06-21 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'ref/for/distro/collabora/cd-5.3-3.2'

2018-06-21 Thread Jan Holesovsky
New branch 'ref/for/distro/collabora/cd-5.3-3.2' available with the following 
commits:
commit 599f960fffe85e336e1d8faacfe9e7062979fd26
Author: Jan Holesovsky 
Date:   Fri Jun 22 00:44:44 2018 +0200

pdfium: Keep the PDF data in memory, so that we can really share them.

Otherwise the swap out / swap in creates new copy of the underlying PDF
stream.

Change-Id: I88a16a69143783a998201e183bea1a9553e337bd

commit 1171f15a7003d2765e15d63028c4aa3c63bd70cf
Author: Jan Holesovsky 
Date:   Thu Jun 21 21:33:56 2018 +0200

pdfium: Share the GfxLink for PDF files.

Partially based on work by Ashod Nakashian, thanks!

Change-Id: Id7e8c4543368b0caf3e459abaff8c53997779c83

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 62511] PRINTING: Calc document refuses to print after adding a sheet

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62511

--- Comment #7 from paulyste...@web.de ---
loss of defined print area  after new table.

workaround: new define of print area in all needed tables

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 62511] PRINTING: Calc document refuses to print after adding a sheet

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62511

--- Comment #6 from paulyste...@web.de ---
Created attachment 143021
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143021=edit
new ots with table and new defined print area

LOO 6.0.5.1 win 10-64

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 62511] PRINTING: Calc document refuses to print after adding a sheet

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62511

--- Comment #5 from paulyste...@web.de ---
Created attachment 143020
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143020=edit
print area new define needed with new table

solved for me with LOO 6.0.5.1-64 and win10-64

with new table the print area is undefined

so define print area in new table.

default is none printing of empty tables.
so new table is only printed with some data and defined print area.

all other tables with data needs new define of print area.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: icon-themes/colibre icon-themes/colibre_svg icon-themes/elementary icon-themes/elementary_svg

2018-06-21 Thread andreas kainz
 icon-themes/colibre/cmd/id/lc_numberformatdecdecimals.png   |binary
 icon-themes/colibre/cmd/id/lc_numberformatdecimal.png   |binary
 icon-themes/colibre/cmd/id/lc_numberformatincdecimals.png   |binary
 icon-themes/colibre/cmd/id/lc_numberformatthousands.png |binary
 icon-themes/colibre/cmd/id/sc_numberformatdecdecimals.png   |binary
 icon-themes/colibre/cmd/id/sc_numberformatdecimal.png   |binary
 icon-themes/colibre/cmd/id/sc_numberformatincdecimals.png   |binary
 icon-themes/colibre/cmd/id/sc_numberformatthousands.png |binary
 icon-themes/colibre/cmd/lc_numberformatdate.png |binary
 icon-themes/colibre/cmd/lc_numberformatdecdecimals.png  |binary
 icon-themes/colibre/cmd/lc_numberformatdecimal.png  |binary
 icon-themes/colibre/cmd/lc_numberformatincdecimals.png  |binary
 icon-themes/colibre/cmd/lc_numberformatpercent.png  |binary
 icon-themes/colibre/cmd/lc_numberformatscientific.png   |binary
 icon-themes/colibre/cmd/lc_numberformatstandard.png |binary
 icon-themes/colibre/cmd/lc_numberformatthousands.png|binary
 icon-themes/colibre/cmd/lc_tablenumberformatdialog.png  |binary
 icon-themes/colibre/cmd/sc_flowchartshapes.flowchart-display.png|binary
 icon-themes/colibre/cmd/sc_numberformatdate.png |binary
 icon-themes/colibre/cmd/sc_numberformatdecdecimals.png  |binary
 icon-themes/colibre/cmd/sc_numberformatdecimal.png  |binary
 icon-themes/colibre/cmd/sc_numberformatincdecimals.png  |binary
 icon-themes/colibre/cmd/sc_numberformatscientific.png   |binary
 icon-themes/colibre/cmd/sc_numberformatstandard.png |binary
 icon-themes/colibre/cmd/sc_tablenumberformatdialog.png  |binary
 icon-themes/colibre/links.txt   |7 
 icon-themes/colibre_svg/cmd/id/lc_numberformatdecdecimals.svg   |1 
 icon-themes/colibre_svg/cmd/id/lc_numberformatdecimal.svg   |1 
 icon-themes/colibre_svg/cmd/id/lc_numberformatincdecimals.svg   |1 
 icon-themes/colibre_svg/cmd/id/lc_numberformatthousands.svg |1 
 icon-themes/colibre_svg/cmd/id/sc_numberformatdecdecimals.svg   |3 
 icon-themes/colibre_svg/cmd/id/sc_numberformatdecimal.svg   |1 
 icon-themes/colibre_svg/cmd/id/sc_numberformatincdecimals.svg   |2 
 icon-themes/colibre_svg/cmd/id/sc_numberformatthousands.svg |1 
 icon-themes/colibre_svg/cmd/lc_numberformatdate.svg |2 
 icon-themes/colibre_svg/cmd/lc_numberformatdecdecimals.svg  |2 
 icon-themes/colibre_svg/cmd/lc_numberformatdecimal.svg  |2 
 icon-themes/colibre_svg/cmd/lc_numberformatincdecimals.svg  |2 
 icon-themes/colibre_svg/cmd/lc_numberformatpercent.svg  |2 
 icon-themes/colibre_svg/cmd/lc_numberformatscientific.svg   |2 
 icon-themes/colibre_svg/cmd/lc_numberformatstandard.svg |2 
 icon-themes/colibre_svg/cmd/lc_numberformatthousands.svg|3 
 icon-themes/colibre_svg/cmd/lc_tablenumberformatdialog.svg  |2 
 icon-themes/colibre_svg/cmd/sc_displaymode.svg  |5 
 icon-themes/colibre_svg/cmd/sc_flowchartshapes.flowchart-display.svg|6 
 icon-themes/colibre_svg/cmd/sc_numberformatdate.svg |3 
 icon-themes/colibre_svg/cmd/sc_numberformatdecdecimals.svg  |3 
 icon-themes/colibre_svg/cmd/sc_numberformatdecimal.svg  |3 
 icon-themes/colibre_svg/cmd/sc_numberformatincdecimals.svg  |4 
 icon-themes/colibre_svg/cmd/sc_numberformatscientific.svg   |3 
 icon-themes/colibre_svg/cmd/sc_numberformatstandard.svg |3 
 icon-themes/colibre_svg/cmd/sc_tablenumberformatdialog.svg  |3 
 icon-themes/colibre_svg/links.txt   | 1636 
--
 icon-themes/elementary/cmd/sc_flowchartshapes.flowchart-display.png |binary
 icon-themes/elementary_svg/cmd/sc_flowchartshapes.flowchart-display.svg |3 
 55 files changed, 47 insertions(+), 1662 deletions(-)

New commits:
commit 5c64e8034bf30822cd9f713babff5c1d9db73a0c
Author: andreas kainz 
Date:   Thu Jun 21 00:23:40 2018 +0200

colibre icon update thanks for the review Rizal

Change-Id: I80b11e49c84237e1c85fe44c2ea4bd7daf3151b9
Reviewed-on: https://gerrit.libreoffice.org/56211
Tested-by: Jenkins
Reviewed-by: andreas_kainz 

diff --git a/icon-themes/colibre/cmd/id/lc_numberformatdecdecimals.png 

[Libreoffice-bugs] [Bug 118280] 6.1 beta2 starts with crash on empty profile (Windows)

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118280

Aron Budea  changed:

   What|Removed |Added

 Blocks||93529
Summary|6.1 beta2 starts with crash |6.1 beta2 starts with crash
   |on empty profile (Windows,  |on empty profile (Windows)
   |64-bit) |
   Severity|normal  |critical


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=93529
[Bug 93529] [META] VCL/OpenGL rendering tracker bug for 5.0+
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93529] [META] VCL/OpenGL rendering tracker bug for 5.0+

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529

Aron Budea  changed:

   What|Removed |Added

 Depends on||118280


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118280
[Bug 118280] 6.1 beta2 starts with crash on empty profile (Windows)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118280] 6.1 beta2 starts with crash on empty profile (Windows, 64-bit)

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118280

--- Comment #3 from Aron Budea  ---
Created attachment 143019
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143019=edit
Backtrace

Here's the backtrace analyzed using WinDbg. Seems to be OpenGL-related
(excerpt):

NULL_CLASS_PTR_READ_AFTER_CALL

mergedlo!std::_Hash,std::_Uhash_compare
>,std::allocator >
>,0> >::lower_bound+0x3f
mergedlo!OpenGLContext::GetProgram+0x1b3
mergedlo!OpenGLContext::UseProgram+0x30


Unfortunately no crash when using bibisect-win32-6.1, with the following commit
checked out (which is right before tag libreoffice-6.1.0.0.beta2):
https://cgit.freedesktop.org/libreoffice/core/commit/?id=294725dd76e6c5288d2e96f47c730a94c9b09037

Otherwise the crash occurs both with 32-bit and 64-bit builds of 6.1 beta2, and
not with 64-bit 6.1 beta1.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63112] FILEOPEN Visualization

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63112

--- Comment #14 from paulyste...@web.de ---
Created attachment 143018
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143018=edit
xls to msoffice 2016 xlsx to ods with LOO6.0.5.1-64

ods of mso2016 in LOO 6.0.5.1-64 win10 64bit

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63112] FILEOPEN Visualization

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63112

--- Comment #13 from paulyste...@web.de ---
Created attachment 143017
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143017=edit
xls to msoffice 2016 xlsx

i convert xls from 95 with mso 2016 to xlsx

msoffice2016 make same warning about loss of number formats.

then i open it with LOO 6.0.5.1-64 and it looks good for me.

but check of native language is necessary.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118311] EDITING Cut+paste table does not remove the table

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118311

--- Comment #1 from Gabor Kelemen  ---
Created attachment 143016
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143016=edit
After pasting the clipboard

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118311] New: EDITING Cut+paste table does not remove the table

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118311

Bug ID: 118311
   Summary: EDITING Cut+paste table does not remove the table
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kelem...@ubuntu.com

Created attachment 143015
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143015=edit
Cutting a full table

In the editor, cutting and pasting a full table does not remove the original
table, only its contents. The empty table remains.

1, Insert a table in the editor, fill its cells with some words
2, Select the full table and cut it. The cell texts disappear, but the table
structure stays.
3, Paste the table. The table appears with the correct amount of cells and text
- this part is good.

Expected result:
There should be only one table after cut+paste

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 74225] FILESAVE/FILEOPEN: Uncalculated cached formula results stored in file.

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74225

--- Comment #10 from paulyste...@web.de ---
same in win10-64 with LOO 5.4.7.2-64 and LOO 6.0.5.1

only ctrl-shift-F9 works like the versions before.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118310] Column chart: datetime X values are grouped by date

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118310

--- Comment #2 from Yauhen Kharuzhy  ---
Created attachment 143014
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143014=edit
Sample file screenshot

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118310] Column chart: datetime X values are grouped by date

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118310

--- Comment #1 from Yauhen Kharuzhy  ---
Created attachment 143013
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143013=edit
Sample file

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118310] New: Column chart: datetime X values are grouped by date

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118310

Bug ID: 118310
   Summary: Column chart: datetime X values are grouped by date
   Product: LibreOffice
   Version: 6.0.4.1 rc
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jek...@gmail.com

Description:
When column chart with datetime X values is created, X values are grouped by
date and it's impossible to change this. Chart works as expected if convert
datetime to text with TEXT() function.

Sample file is attached.

Steps to Reproduce:
1. Create spreadsheet
2. Fill one column by 30 datetime values incremented by 1 hour, second column –
by any numbers
3. Select values in two column, create column chart.

Actual Results:
Only two columns in the chart

Expected Results:
30 columns in the chart.


Reproducible: Always


User Profile Reset: No



Additional Info:
If copy datetime values to another column with conversion to text (TEXT()
function) and use them as X values, chart looks right.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107575] [META] Number format bugs and enhancements

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107575
Bug 107575 depends on bug 117575, which changed state.

Bug 117575 Summary: Number formats: Thousands separator should be space if not 
preceded by a digit.
https://bugs.documentfoundation.org/show_bug.cgi?id=117575

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118251] Crash when closing the color picker dialog if it was opened from the overflow toolbar popup ( Hangs on Win )

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118251

Maxim Monastirsky  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|VERIFIED|REOPENED

--- Comment #7 from Maxim Monastirsky  ---
Yes, this seems fixed with gtk3, but still hangs in Windows (as in comment 3)
and in gtk2. Also, at least with gtk2 if I switch the focus to another
application and back, it crashes.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2018-06-21 Thread Zdeněk Crhonek
 sc/qa/uitest/calc_tests/data/tdf93328.ods |binary
 sc/qa/uitest/calc_tests/tdf93328.py   |   41 ++
 2 files changed, 41 insertions(+)

New commits:
commit 6ed8083ab4124b7469e567d1b24c1471f1688e62
Author: Zdeněk Crhonek 
Date:   Thu Jun 21 17:41:10 2018 +0200

uitest for bug tdf#93328

Change-Id: Id20f21153e98e4c724f2fffdb52c7bbb274c53a9
Reviewed-on: https://gerrit.libreoffice.org/56260
Tested-by: Jenkins
Reviewed-by: Zdenek Crhonek 

diff --git a/sc/qa/uitest/calc_tests/data/tdf93328.ods 
b/sc/qa/uitest/calc_tests/data/tdf93328.ods
new file mode 100644
index ..1f6e32381b39
Binary files /dev/null and b/sc/qa/uitest/calc_tests/data/tdf93328.ods differ
diff --git a/sc/qa/uitest/calc_tests/tdf93328.py 
b/sc/qa/uitest/calc_tests/tdf93328.py
new file mode 100644
index ..c7681c264cd6
--- /dev/null
+++ b/sc/qa/uitest/calc_tests/tdf93328.py
@@ -0,0 +1,41 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+from uitest.framework import UITestCase
+from uitest.uihelper.common import get_state_as_dict
+from uitest.uihelper.common import select_pos
+from uitest.uihelper.calc import enter_text_to_cell
+from libreoffice.calc.document import get_sheet_from_doc
+from libreoffice.calc.conditional_format import 
get_conditional_format_from_sheet
+from uitest.debug import sleep
+from libreoffice.calc.document import get_cell_by_position
+from libreoffice.uno.propertyvalue import mkPropertyValues
+import org.libreoffice.unotest
+import pathlib
+
+def get_url_for_data_file(file_name):
+return 
pathlib.Path(org.libreoffice.unotest.makeCopyFromTDOC(file_name)).as_uri()
+
+#Bug 93328 - Editing circular reference causes #VALUE! error
+#In the attached spreadsheet, when either the cell g15 or g27 is edited (say 
include a "+1"), a #VALUE! error is generated throughout the circular reference 
loop.
+#Editing of other cells in the loop do not (seem to consistently) generate 
this error.
+class tdf93328(UITestCase):
+def test_tdf93328(self):
+calc_doc = 
self.ui_test.load_file(get_url_for_data_file("tdf93328.ods"))
+xCalcDoc = self.xUITest.getTopFocusWindow()
+gridwin = xCalcDoc.getChild("grid_window")
+document = self.ui_test.get_component()
+enter_text_to_cell(gridwin, "G27", "=SUM(G24:G26)+1")
+
+#Verify
+self.assertEqual(round(get_cell_by_position(document, 0, 6, 
26).getValue() ,2), 6427.89)
+
+#undo
+self.xUITest.executeCommand(".uno:Undo")
+self.assertEqual(round(get_cell_by_position(document, 0, 6, 
26).getValue() ,2), 6426.95)
+
+self.ui_test.close_doc()
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
\ No newline at end of file
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 95747] General error. General input/output error opening a presentation

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95747

--- Comment #12 from paulyste...@web.de ---
I test it with 6.0.5.1-64 on win10-64

no problem

So it is a LOO 32-bit problem only like the other users.

Fail with 556 MB compressed file size in view the 2-GB-Limit in 32-bit version
of internal uncompressed pictures is quite normal. And 4 GB is the hard limit
of every 32bit-process with 64-bit machines. In Windows 32bit it is normally 2
GB the limit.

Possible workaround with great files:
you can change in options -> memory -> picture memory and object memory and
number of objects should increased.

Real memory should be more than 4GB to have  full free 4 GB with LOO 32-Bit for
maximal performance and possible size of files.

LOO 32bit should send a message, if the file is too huge.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118090] Scrollbars do not scroll

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118090

--- Comment #8 from voncl...@gmail.com ---
Got it to compile, still having issues.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118251] Crash when closing the color picker dialog if it was opened from the overflow toolbar popup ( Hangs on Win )

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118251

Xisco Faulí  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #6 from Xisco Faulí  ---
Verified in

Version: 6.2.0.0.alpha0+
Build ID: b25f59094794eb72eefdbbbca8ac69eb325120c8
CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118295] Gridlines "Show on colored cells" not working

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118295

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

I noticed that this option was used with vars or const like:
- bGridOnTop
- VOPT_GRID_ONTOP

318 IMPL_LINK( ScTpContentOptions, GridHdl, ListBox&, rLb, void )
319 {
320 sal_Int32   nSelPos = rLb.GetSelectedEntryPos();
321 boolbGrid = ( nSelPos <= 1 );
322 boolbGridOnTop = ( nSelPos == 1 );
323 
324 pColorFT->Enable(bGrid);
325 pColorLB->Enable(bGrid);
326 pLocalOptions->SetOption( VOPT_GRID, bGrid );
327 pLocalOptions->SetOption( VOPT_GRID_ONTOP, bGridOnTop );
328 }
=> 
Show : value 0, bGrid = true, bGridOnTop = false
Show on colored cells : value 1, bGrid = true, bGridOnTop = true
Hide : value 2, bGrid = false, bGridOnTop = false
See
https://opengrok.libreoffice.org/xref/core/sc/source/ui/optdlg/tpview.cxx#318


Again the same mix (grid on color/grid on top):
498 case SCLAYOUTOPT_GRID_ONCOLOR:
499 pValues[nProp] <<= GetOption( VOPT_GRID_ONTOP );
500 break;
https://opengrok.libreoffice.org/xref/core/sc/source/core/tool/viewopti.cxx#498

Finally the value is used in sc/source/ui/view/gridwin4.cxx: 
557 bool bGridFirst = !rOpts.GetOption( VOPT_GRID_ONTOP );
...
715 if ( bGridFirst && ( bGrid || bPage ) )
716 aOutputData.DrawGrid(*pContentDev, bGrid, bPage);
717 
718 aOutputData.DrawBackground(*pContentDev);
719 
720 if ( !bGridFirst && ( bGrid || bPage ) )
721 aOutputData.DrawGrid(*pContentDev, bGrid, bPage);
See
https://opengrok.libreoffice.org/xref/core/sc/source/ui/view/gridwin4.cxx#715

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90677] PDF export in Impress crashes desktop session

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90677

--- Comment #21 from paulyste...@web.de ---
i see significant changes between Version 5.4.7.2 and 6.0.5.1
on windows by this files.

Pdf printing and zoom is without problem in windows.

Background file is changed in  better lines.

File sizes have significant changes.

With MSO2016 converted pptx should tested by linux users.

So the problem is perhaps solved or partly solved.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 118295] Gridlines "Show on colored cells" not working

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118295

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

I noticed that this option was used with vars or const like:
- bGridOnTop
- VOPT_GRID_ONTOP

318 IMPL_LINK( ScTpContentOptions, GridHdl, ListBox&, rLb, void )
319 {
320 sal_Int32   nSelPos = rLb.GetSelectedEntryPos();
321 boolbGrid = ( nSelPos <= 1 );
322 boolbGridOnTop = ( nSelPos == 1 );
323 
324 pColorFT->Enable(bGrid);
325 pColorLB->Enable(bGrid);
326 pLocalOptions->SetOption( VOPT_GRID, bGrid );
327 pLocalOptions->SetOption( VOPT_GRID_ONTOP, bGridOnTop );
328 }
=> 
Show : value 0, bGrid = true, bGridOnTop = false
Show on colored cells : value 1, bGrid = true, bGridOnTop = true
Hide : value 2, bGrid = false, bGridOnTop = false
See
https://opengrok.libreoffice.org/xref/core/sc/source/ui/optdlg/tpview.cxx#318


Again the same mix (grid on color/grid on top):
498 case SCLAYOUTOPT_GRID_ONCOLOR:
499 pValues[nProp] <<= GetOption( VOPT_GRID_ONTOP );
500 break;
https://opengrok.libreoffice.org/xref/core/sc/source/core/tool/viewopti.cxx#498

Finally the value is used in sc/source/ui/view/gridwin4.cxx: 
557 bool bGridFirst = !rOpts.GetOption( VOPT_GRID_ONTOP );
...
715 if ( bGridFirst && ( bGrid || bPage ) )
716 aOutputData.DrawGrid(*pContentDev, bGrid, bPage);
717 
718 aOutputData.DrawBackground(*pContentDev);
719 
720 if ( !bGridFirst && ( bGrid || bPage ) )
721 aOutputData.DrawGrid(*pContentDev, bGrid, bPage);
See
https://opengrok.libreoffice.org/xref/core/sc/source/ui/view/gridwin4.cxx#715

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 118279] No logo in Help -> About

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118279

--- Comment #4 from Xisco Faulí  ---
Created attachment 143012
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143012=edit
How it looks after rebuilding

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118279] No logo in Help -> About

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118279

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #3 from Xisco Faulí  ---
This issue is my fault, I downloaded the icons incorrectly.
After re-downloading the icons and rebuilding, the issue is fixed.
Closing as RESOLVED FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90677] PDF export in Impress crashes desktop session

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90677

--- Comment #20 from paulyste...@web.de ---
Created attachment 143011
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143011=edit
buggy template as pptx of MS-Office2016 win10-64 half size of file

buggy template file in pptx reduced with MS Office 2016 to half file size.

possible way of workaround also for actual LOO on linux with newer pptx.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90677] PDF export in Impress crashes desktop session

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90677

--- Comment #19 from paulyste...@web.de ---
Created attachment 143010
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143010=edit
buggy template in LOO6051 win10-64 half size of file

i found no problem in windows 10-64 in printing pdf or zoom in LOO6.0.5.1-64

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - include/tools svx/source vcl/source

2018-06-21 Thread Caolán McNamara
 include/tools/wintypes.hxx   |3 ++-
 svx/source/gallery2/galbrws2.cxx |2 ++
 vcl/source/control/button.cxx|1 +
 3 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 22c451df33b733440f24c1feb6380d31240d55e6
Author: Caolán McNamara 
Date:   Thu Jun 21 09:14:33 2018 +0100

Resolves: tdf#115816 second 'Insert' menu is paste

reuse existing translation to be backportable wrt no new translations

Change-Id: I1fb94f66d696f836e8f6a10ba2d6933f69cfac95
Reviewed-on: https://gerrit.libreoffice.org/56244
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx
index 9f5229806e3f..87896e23fab3 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -254,7 +254,8 @@ enum class StandardButtonType
 Ignore   = 8,
 Abort= 9,
 Less = 10,
-Count= 11,
+Paste= 11,
+Count= 12,
 };
 
 // prominent place for ListBox window types
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index dc7d4ff6a386..db17f9264376 100644
--- a/svx/source/gallery2/galbrws2.cxx
+++ b/svx/source/gallery2/galbrws2.cxx
@@ -259,6 +259,8 @@ void GalleryThemePopup::ExecutePopup( vcl::Window *pWindow, 
const ::Point 
 mpPopupMenu->EnableItem(mpPopupMenu->GetItemId("paste"));
 }
 
+mpPopupMenu->SetItemText(mpPopupMenu->GetItemId("paste"), 
Button::GetStandardText(StandardButtonType::Paste));
+
 // update status
 css::uno::Reference< css::frame::XDispatchProvider> xDispatchProvider(
 GalleryBrowser2::GetFrame(), css::uno::UNO_QUERY );
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index 6facf9159838..72e4420d357a 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -146,6 +146,7 @@ OUString Button::GetStandardText(StandardButtonType eButton)
 SV_BUTTONTEXT_IGNORE,
 SV_BUTTONTEXT_ABORT,
 SV_BUTTONTEXT_LESS,
+SV_BUTTONTEXT_PASTE,
 };
 
 return VclResId(aResIdAry[static_cast(eButton)]);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 90677] PDF export in Impress crashes desktop session

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90677

--- Comment #18 from paulyste...@web.de ---
Created attachment 143009
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143009=edit
buggy in LOO6051 win10-64 double size of file

lines in text box now like vector lines, double size of file

in win10-64 and LOO 6.0.5.1 

i cannot change the backgrounf from white to yellow or change the lines in
angles

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117907] VIEWING, PDF: Justifying Syriac and Arabic text creates clutter in LibreOffice Writer

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117907

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #7 from V Stuart Foote  ---
lets move this mishandling of Syriac script to bug 116344, with additional work
on calculating Kashida still needed but avoided for now with 6.1.0 release.

*** This bug has been marked as a duplicate of bug 116344 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88278] [META] SVG import image filter (all modules)

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88278

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||48067


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=48067
[Bug 48067] [SVG] path d="M 50 120 L 430 120" opened as a 6 points polygon
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 48067] [SVG] path d="M 50 120 L 430 120" opened as a 6 points polygon

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48067

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||88278


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88278
[Bug 88278] [META] SVG import image filter (all modules)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88278] [META] SVG import image filter (all modules)

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88278

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||40941


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=40941
[Bug 40941] FILEOPEN FORMATTING Draw shifts, breaks apart, and merges icons
importing SVG
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40941] FILEOPEN FORMATTING Draw shifts, breaks apart, and merges icons importing SVG

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40941

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||88278


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88278
[Bug 88278] [META] SVG import image filter (all modules)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 115634] in special characters dialog buttons for recent and favorite characters are too small on high resolution screens

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115634

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
 Blocks||109232


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109232
[Bug 109232] [META] Special character dialog and toolbar group button bugs and
enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109232] [META] Special character dialog and toolbar group button bugs and enhancements

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109232

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||115634


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=115634
[Bug 115634] in special characters dialog buttons for recent and favorite
characters are too small on high resolution screens
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109232] [META] Special character dialog and toolbar group button bugs and enhancements

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109232

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||118304


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118304
[Bug 118304] Graphical illustrations regarding characters are not displayed
according to the font that the application itself chose to focused on.
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118304] Graphical illustrations regarding characters are not displayed according to the font that the application itself chose to focused on.

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118304

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
 Blocks||109232


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109232
[Bug 109232] [META] Special character dialog and toolbar group button bugs and
enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64461] SVG image text with "flowed text frame" will be imported as a black box

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64461

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||88278


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88278
[Bug 88278] [META] SVG import image filter (all modules)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88278] [META] SVG import image filter (all modules)

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88278

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||64461


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=64461
[Bug 64461] SVG image text with "flowed text frame" will be imported as a black
box
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118065] UI - Reodering animations is extremely slow

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118065

Afief Halumi  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #2 from Afief Halumi  ---
There is still a delay (estimate between 0.25 and 0.5 sec) between pressing the
button and the list updating in the UI.

I also noticed that when adding a new animation the animation list is updated
instantaneously, but flickers again (redrawing?) after a similar delay as
happens when reordering.

Test:
Create empty slideshow.
Draw five stars.
Add animations to all of them.
Select last star and press "move up" in animation panel.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sal/osl

2018-06-21 Thread Stephan Bergmann
 sal/osl/unx/signal.cxx |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 6adec4f77ad0aff851d0abf505a430ebb7329d4e
Author: Stephan Bergmann 
Date:   Thu Jun 21 12:43:46 2018 +0200

Don't reset signal that hasn't been set

Once an in-process JVM is instantiated, it is vital that the disposition for
SIGSEGV is not changed afterwards, as we do not make use of Java's 
libjsig.so
(cf. ) in our processes.

I observed sporadic SIGSEGV crashes of CppunitTest_dbaccess_RowSetClones on 
a
64-core aarch64 machine (see comment at  "OpenJDK 10 
is now
available").  What apparently happenes is that the cppunittester process 
first
sets up its signal handlers through vclbootstrapprotector, which doesn't 
set one
for SIGSEGV because bSetSEGVHandler is false in sal/osl/unx/signal.cxx 
because
!is_soffice_Impl().  Then later when the in-process JVM is instantiated it 
sets
its handlers, including a SIGSEGV one.  Towards the end of the process,
DeInitVCL calls osl_removeSignalHandler calls onDeInitSignal, which 
erroneously
resets the SIGSEGV handler because it doesn't honor bSetSEGVHandler.  But it
can apparently happen that JVM threads are still running at that time and 
are
executing JIT'ed code that can cause SIGSEGV that relies on the JVM's 
handler
being installed, which it no longer is.

(This can probably also happen for soffice.bin itself, where bSetSEGVHandler
will be true.  That will need a different, follow-up fix.)

Change-Id: Ib6d99c23e57daa0b7576964908aadff511f2bb21
Reviewed-on: https://gerrit.libreoffice.org/56232
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 
(cherry picked from commit 6417e8cda329116f0d61e0d5e55fa78207b6148c)
Reviewed-on: https://gerrit.libreoffice.org/56242

diff --git a/sal/osl/unx/signal.cxx b/sal/osl/unx/signal.cxx
index 9a528fec327a..a96808574c2a 100644
--- a/sal/osl/unx/signal.cxx
+++ b/sal/osl/unx/signal.cxx
@@ -315,7 +315,10 @@ bool onDeInitSignal()
 
 /* Initialize the rest of the signals */
 for (int i = NoSignals - 1; i >= 0; i--)
-if (Signals[i].Action != ACT_SYSTEM)
+if (Signals[i].Action != ACT_SYSTEM
+&& ((bSetSEGVHandler || Signals[i].Signal != SIGSEGV)
+&& (bSetWINCHHandler || Signals[i].Signal != SIGWINCH)
+&& (bSetILLHandler || Signals[i].Signal != SIGILL)))
 {
 if (Signals[i].siginfo) {
 act.sa_sigaction = reinterpret_cast(
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 118305] Optimisation of the use of the device's available screen surface

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118305

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from V Stuart Foote  ---
The character grid is a 16x8 grid, its frame can be resized to consume more
pixels--but it will remain a 16x8 grid for the chart. The grid will not resize
so retaining that layout, there is *no* reason to make the dialog frame respond
to a full screen resize--it will only increase the size of codepoint glyps on
the chart--not show additional glyphs.

Also, there is some preference to see the chart layouts restored to show each
fonts layout by its Unicode chart and subsets making glyph position relative
again--rather than the "compressed" omission of codepoints with no glyph.
Fixing that would require retention of a 16 column grid for the chart.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118027] Crashes on Windows x64 version when I open Writer

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118027

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118095] Provide an option to disable drag and drop editing

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118095

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Regina Henschel  ---
You select a text and the next mouse-down on it will deselect it? How will you
then drag something?
Currently you click on the selected text, which will deselect it, and then
click with mouse-down starts a new selection. What is bad with that workflow?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 118095] Provide an option to disable drag and drop editing

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118095

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Regina Henschel  ---
You select a text and the next mouse-down on it will deselect it? How will you
then drag something?
Currently you click on the selected text, which will deselect it, and then
click with mouse-down starts a new selection. What is bad with that workflow?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 118090] Scrollbars do not scroll

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118090

--- Comment #7 from voncl...@gmail.com ---
* ERROR: app-office/libreoffice-6.0.4.2::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 * ebuild.sh, line 124:  Called src_compile
 *   environment, line 6694:  Called die
 * The specific snippet of code:
 *   make ${target} || die
 * 
 * If you need support, post the output of `emerge --info
'=app-office/libreoffice-6.0.4.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv
'=app-office/libreoffice-6.0.4.2::gentoo'`.
 * The complete build log is located at
'/var/tmp/portage/app-office/libreoffice-6.0.4.2/temp/build.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/app-office/libreoffice-6.0.4.2/temp/environment'.
 * Working directory:
'/var/tmp/portage/app-office/libreoffice-6.0.4.2/work/libreoffice-6.0.4.2'
 * S:
'/var/tmp/portage/app-office/libreoffice-6.0.4.2/work/libreoffice-6.0.4.2'

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118251] Crash when closing the color picker dialog if it was opened from the overflow toolbar popup ( Hangs on Win )

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118251

Julien Nabet  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #5 from Julien Nabet  ---
I confirm I don't reproduce this with master sources updated today (
eb678c01d35a485b9f79009c126e296d9e811d36)

Let's put this one to FIXED.
If someone still reproduces this, don't hesitate to reopen this tracker.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40259] Unexpected behaviour with Shapes → Intersect

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40259

--- Comment #18 from paulyste...@web.de ---


 Test of all form functions in LOO 6.0.5.1-64bit in win 10-64

right mouse taste form functions

no change against 5.3.6 and 5.4.2 before

Boolean: A is the greater rectangle and B is the ellipse

 1st form function: combine is here like substract of A-B=  here A with hole of
B, but i expect add like A+B in boolean thinking 

 2nd form function: connect (A+B?) is weird 

 3rd function fusion: (A before B?) ellipse is gone, no effect on background
picture
 4th form function: substract: A-B, same like first function, ok

 5th form function: intersect: B-A= Part of A with size of B, is weird in all 3
examples in size

 6th form function: same width like ellipse: ok
(with selection ellipse first, width of ellipse same like rectangle: ok)
 7th form function: same heigth like ellipes: ok
(with selection ellipse first, heigth of ellipse same like rectangle: ok)

 Boolean symbols would be nice for boolean form functions.

You need more control of selection with more objects.  

What is first or second if you select both with mouse rectangle?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118027] Crashes on Windows x64 version when I open Writer

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118027

--- Comment #6 from impreza233  ---
(In reply to Buovjaga from comment #5)
> (In reply to impreza233 from comment #4)
> > Yes, I'm using Windows 10 Fall Creators Update (1709). I use the OS
> > compilation 16299.431. Does April Update solve this crashes?
> 
> Only you can answer that :)

Yes. With April Update, compilation 17134.112, the problem is solved.
Furthermore, I think that it could not be able to reproduce this problem on
that Windows 10 version (and in Insider versions).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2018-06-21 Thread Justin Luth
 sd/source/ui/view/drviewsh.cxx |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit b25f59094794eb72eefdbbbca8ac69eb325120c8
Author: Justin Luth 
Date:   Tue May 22 19:32:25 2018 +0300

NFC sd misc cleanup: earlier exit, comments

The exception in the case of a running slideshow has been around
since the function was introduced, but more and more code
has been building up in front of that if clause. Since no
changes will be made, include that exception in the initial
exit clause to avoid unnecessary computations.

This cleanup is prep work for a bug fix.

Change-Id: Ief0b07d8108e1576459486ef61f038443f64705f
Reviewed-on: https://gerrit.libreoffice.org/54678
Tested-by: Jenkins
Reviewed-by: Justin Luth 

diff --git a/sd/source/ui/view/drviewsh.cxx b/sd/source/ui/view/drviewsh.cxx
index 40454bc331c6..54915188b498 100644
--- a/sd/source/ui/view/drviewsh.cxx
+++ b/sd/source/ui/view/drviewsh.cxx
@@ -58,6 +58,9 @@ void DrawViewShell::GotoBookmark(const OUString& rBookmark)
 
 void DrawViewShell::MakeVisible(const ::tools::Rectangle& rRect, vcl::Window& 
rWin)
 {
+if ( SlideShow::IsRunning( GetViewShellBase() ) )
+return;
+
 // tdf#98646 check if Rectangle which contains the bounds of the region to
 // be shown eventually contains values that cause overflows when processing
 // e.g. when calling GetWidth()
@@ -72,7 +75,8 @@ void DrawViewShell::MakeVisible(const ::tools::Rectangle& 
rRect, vcl::Window& rW
 
 // In older versions, if in X or Y the size of the object was
 // smaller than the visible area, the user-defined zoom was
-// changed. This was decided to be a bug for 6.x, thus I developed a
+// changed. This was decided to be a bug for
+// StarOffice 6.x (Apr 2002), thus I developed a
 // version which instead handles X/Y bigger/smaller and visibility
 // questions separately
 const Size aLogicSize(rRect.GetSize());
@@ -90,7 +94,7 @@ void DrawViewShell::MakeVisible(const ::tools::Rectangle& 
rRect, vcl::Window& rW
 rWin.Pop();
 Size aVisAreaSize(aVisArea.GetSize());
 
-if (!aVisArea.IsInside(rRect) && !SlideShow::IsRunning( GetViewShellBase() 
) )
+if ( !aVisArea.IsInside(rRect) )
 {
 // object is not entirely in visible area
 sal_Int32 nFreeSpaceX(aVisAreaSize.Width() - aLogicSize.Width());
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 118090] Scrollbars do not scroll

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118090

--- Comment #6 from voncl...@gmail.com ---
I removed libreoffice 6.0.4.2, did an emerge --sync.

Trying again

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118090] Scrollbars do not scroll

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118090

--- Comment #5 from voncl...@gmail.com ---
That version is not in Gentoo's portage tree at this time, 

All that exist are:

   5.4.7.2 | o ~ ~ ~ o o o ~ o o o o o o o o | 6 o 0 | gentoo
   6.0.3.2 | o + ~ o o o o + o o o o o o o o | 6 o   | gentoo
[I]6.0.4.2 | o ~ ~ o o o o ~ o o o o o o o o | 6 o   | gentoo
  6.0. | o o o o o o o o o o o o o o o o | 6 #   | gentoo
  6.1. | o o o o o o o o o o o o o o o o | 6 #   | gentoo
   | o o o o o o o o o o o o o o o o | 6 o   | gentoo

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118272] Writer can not extract OLE-embedded DOCX from DOC97 document

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118272

--- Comment #7 from Dieter Praas  ---
I can't reproduce it with the document from attachment 143005. If you mark the
objects by clicking the left button and then open the context menue, you always
get the entries "edit" and "save Copy as". If you only opens the context menu,
these entries are not there.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118095] Provide an option to disable drag and drop editing

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118095

Buovjaga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 118095] Provide an option to disable drag and drop editing

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118095

Buovjaga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3-desktop' - sc/source

2018-06-21 Thread Eike Rathke
 sc/source/ui/view/viewdata.cxx |   13 -
 1 file changed, 12 insertions(+), 1 deletion(-)

New commits:
commit a7b45b225a2ff3deb3b28ff938a67493e0631b90
Author: Eike Rathke 
Date:   Wed Jun 21 17:42:42 2017 +0200

Resolves: tdf#108654 check nTabNo against maTabData size

ScViewData::DeleteTab() and DeleteTabs() never did that and worked by 
accident
for which commit 73dec49802ef8fc42c5719efaa42a33cde68e569 removed the
grounding..

squash this into it too:

assert(nTab < static_cast(maTabData.size())); cause of tdf#108796

Have a dev friendly abort instead of a deep throw in case of the unexpected.

Change-Id: I95460cd017d558c073df7891551d0251009dc1d4
Reviewed-on: https://gerrit.libreoffice.org/56261
Reviewed-by: Aron Budea 
Tested-by: Aron Budea 
(cherry picked from commit abe9a9b023d1b08384f2f529e442e9a59de10f8c)

diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx
index 85ffdce151c6..e93abac8e66b 100644
--- a/sc/source/ui/view/viewdata.cxx
+++ b/sc/source/ui/view/viewdata.cxx
@@ -705,9 +705,15 @@ void ScViewData::InsertTabs( SCTAB nTab, SCTAB nNewSheets )
 
 void ScViewData::DeleteTab( SCTAB nTab )
 {
+assert(nTab < static_cast(maTabData.size()));
 delete maTabData.at(nTab);
-
 maTabData.erase(maTabData.begin() + nTab);
+
+if (static_cast(nTabNo) >= maTabData.size())
+{
+EnsureTabDataSize(1);
+nTabNo = maTabData.size() - 1;
+}
 UpdateCurrentTab();
 mpMarkData->DeleteTab( nTab );
 }
@@ -721,6 +727,11 @@ void ScViewData::DeleteTabs( SCTAB nTab, SCTAB nSheets )
 }
 
 maTabData.erase(maTabData.begin() + nTab, maTabData.begin()+ nTab+nSheets);
+if (static_cast(nTabNo) >= maTabData.size())
+{
+EnsureTabDataSize(1);
+nTabNo = maTabData.size() - 1;
+}
 UpdateCurrentTab();
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 118065] UI - Reodering animations is extremely slow

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118065

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
Is this still a problem in a recent master:
https://wiki.documentfoundation.org/QA/Testing_Daily_Builds

There has been a bitmap handling rework recently.

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 56899] UI: Export dialogue for graphics should remember settings for consecutive exports (within session)

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=56899

Buovjaga  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=89
   ||192

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 89192] Remember settings in export file dialog and export options dialog

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89192

Buovjaga  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=56
   ||899,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=89
   ||360

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 56899] UI: Export dialogue for graphics should remember settings for consecutive exports (within session)

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=56899

Buovjaga  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=89
   ||192

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89360] OS and LO custom file dialogs should retain filetype selection

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89360

Buovjaga  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=89
   ||192

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54035] Remember export format

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54035

Buovjaga  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=89
   ||192

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89192] Remember settings in export file dialog and export options dialog

2018-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89192

Buovjaga  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=54
   ||035,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=67
   ||560

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   4   >