[Libreoffice-commits] core.git: chart2/source forms/source sc/source sd/source sw/source

2018-04-23 Thread Stephan Bergmann
 chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx |3 ---
 forms/source/richtext/richtextunowrapper.cxx  |3 ---
 sc/source/ui/unoobj/textuno.cxx   |3 ---
 sd/source/core/text/textapi.cxx   |3 ---
 sd/source/ui/accessibility/AccessiblePageShape.cxx|3 ---
 sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx |3 ---
 sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx |3 ---
 sw/source/core/fields/textapi.cxx |3 ---
 8 files changed, 24 deletions(-)

New commits:
commit 6325d571cae03357ea13354deea9df279377c730
Author: Stephan Bergmann 
Date:   Fri Apr 20 08:59:55 2018 +0200

Revert "work around clang-cl ABI bug PR25641"

This reverts commit 81ce629c9e8a4fc26ded9d49157e3f3263991e03, now that
 "clang-cl: vtordisp thunks not
emitted for functions with class template specializations in their 
signatures"
is fixed.

diff --git a/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx 
b/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx
index 73d57841c1fd..a05b3965b174 100644
--- a/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/WallFloorWrapper.cxx
@@ -85,9 +85,6 @@ WallFloorWrapper::WallFloorWrapper( bool bWall,
 m_bWall( bWall )
 
 {
-#if defined __clang__ && defined _MSC_VER // workaround clang-cl ABI bug 
PR25641
-css::uno::Sequence dummy; (void) dummy;
-#endif
 }
 
 WallFloorWrapper::~WallFloorWrapper()
diff --git a/forms/source/richtext/richtextunowrapper.cxx 
b/forms/source/richtext/richtextunowrapper.cxx
index 34a6fb48568c..ce5c15a58253 100644
--- a/forms/source/richtext/richtextunowrapper.cxx
+++ b/forms/source/richtext/richtextunowrapper.cxx
@@ -61,9 +61,6 @@ namespace frm
 ORichTextUnoWrapper::ORichTextUnoWrapper( EditEngine& _rEngine, 
IEngineTextChangeListener* _pTextChangeListener )
 :SvxUnoText( getTextEnginePropertySet() )
 {
-#if defined __clang__ && defined _MSC_VER // workaround clang-cl ABI bug 
PR25641
-css::uno::Sequence dummy; (void) dummy;
-#endif
 SetEditSource( new RichTextEditSource( _rEngine, _pTextChangeListener 
) );
 }
 
diff --git a/sc/source/ui/unoobj/textuno.cxx b/sc/source/ui/unoobj/textuno.cxx
index c1071f85d57c..d868dffd3a84 100644
--- a/sc/source/ui/unoobj/textuno.cxx
+++ b/sc/source/ui/unoobj/textuno.cxx
@@ -96,9 +96,6 @@ SC_SIMPLE_SERVICE_INFO( ScHeaderFooterTextObj, 
"ScHeaderFooterTextObj", "stardiv
 
 ScHeaderFooterContentObj::ScHeaderFooterContentObj()
 {
-#if defined __clang__ && defined _MSC_VER // workaround clang-cl ABI bug 
PR25641
-css::uno::Sequence dummy; (void) dummy;
-#endif
 }
 
 ScHeaderFooterContentObj::~ScHeaderFooterContentObj() {}
diff --git a/sd/source/core/text/textapi.cxx b/sd/source/core/text/textapi.cxx
index 40e40dc3fb3b..785bd0d9bca7 100644
--- a/sd/source/core/text/textapi.cxx
+++ b/sd/source/core/text/textapi.cxx
@@ -55,9 +55,6 @@ UndoTextAPIChanged::UndoTextAPIChanged(SdrModel& rModel, 
TextApiObject* pTextObj
 , mpOldText( pTextObj->CreateText() )
 , mxTextObj( pTextObj )
 {
-#if defined __clang__ && defined _MSC_VER // workaround clang-cl ABI bug 
PR25641
-css::uno::Sequence dummy; (void) dummy;
-#endif
 }
 
 void UndoTextAPIChanged::Undo()
diff --git a/sd/source/ui/accessibility/AccessiblePageShape.cxx 
b/sd/source/ui/accessibility/AccessiblePageShape.cxx
index 041cd8c4dc8a..e7ee451cd3e2 100644
--- a/sd/source/ui/accessibility/AccessiblePageShape.cxx
+++ b/sd/source/ui/accessibility/AccessiblePageShape.cxx
@@ -47,9 +47,6 @@ AccessiblePageShape::AccessiblePageShape (
 : AccessibleShape (AccessibleShapeInfo (nullptr, rxParent), 
rShapeTreeInfo),
   mxPage (rxPage)
 {
-#if defined __clang__ && defined _MSC_VER // workaround clang-cl ABI bug 
PR25641
-css::uno::Sequence dummy; (void) dummy;
-#endif
 // The main part of the initialization is done in the init method which
 // has to be called from this constructor's caller.
 }
diff --git a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx 
b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
index 26c218d3f9a4..90a1734dcff3 100644
--- a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
+++ b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
@@ -36,9 +36,6 @@ 
AccessiblePresentationGraphicShape::AccessiblePresentationGraphicShape (
 const AccessibleShapeTreeInfo& rShapeTreeInfo)
 : AccessibleGraphicShape (rShapeInfo, rShapeTreeInfo)
 {
-#if defined __clang__ && defined _MSC_VER // workaround clang-cl ABI bug 
PR25641
-css::uno::Sequence dummy; (void) dummy;
-#endif
 }
 
 AccessiblePresentationGraphicShape::~AccessiblePresentationGraphicShape()
diff --git 

[Libreoffice-bugs] [Bug 117199] New: Objects in VSDX files are not treated as single objects in LO Draw

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117199

Bug ID: 117199
   Summary: Objects in VSDX files are not treated as single
objects in LO Draw
   Product: LibreOffice
   Version: 6.0.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: wwych...@gmail.com

Description:
While selecting and moving objects in VSD/VSDX files, instead of moving a
object (e.g. a computer or server) as single object, the "skins", "lines" are
being peel off one by one.

I am not a user using Inkscape to draw vector graphics. I just want to draw
network diagrams just I do in Visio.

Steps to Reproduce:
1. Open any VSD/VSDX files
2. Select and move a object
3. Observe the result

Actual Results:  
Objects are treated as single objects

Expected Results:
parts of the objects are peeled off one by one


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:59.0) Gecko/20100101
Firefox/59.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 117147] latest update won't open the DOCX documents, crashes

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117147

--- Comment #12 from Mike Kaganski  ---
(In reply to rcdorner from comment #9)
> Tried both enabled & disabled.

In comment 2 and comment 10, you mention two crash reports. They both happened
with OpenGL enabled. Additionally, looking through first several dozens of
reports at
http://crashreport.libreoffice.org/stats/signature/GlyphCache::IsGlyphCached(int)
also shows that each of them had OpenGL enabled (see Metadata tab,
"UseOpenGL").

Could you please also send a crashreport address for a crash with OpenGL
*disabled*?

-- 
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 117147] latest update won't open the DOCX documents, crashes

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117147

--- Comment #11 from rcdor...@gmail.com ---
(In reply to Buovjaga from comment #6)
> No problem here
> 
> Version: 6.0.3.2 (x64)
> Build ID: 8f48d515416608e3a835360314dac7e47fd0b821
> CPU threads: 4; OS: Windows 10.0; UI render: default; 
> Locale: fi-FI (fi_FI); Calc: group
> 
> Do you get the crash when launching in Safe mode from the start menu or Help
> - Restart in safe mode and then Continue in safe mode?

Nope, in safemode it opens after about 10-15sec.

UPDATE:
After disabling OpenGL LO still crashed.
Updating the Intel Graphics 530 driver resolved the crash problem.
However, re-enabling OpenGL causes crash again.
Without enabled it works but document take ridiculously long to open, about 20
- 25sec for 1 page!

-- 
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 117198] New: Missing non-breaking space for French punctuation

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117198

Bug ID: 117198
   Summary: Missing non-breaking space for French punctuation
   Product: LibreOffice
   Version: 6.0.2.1 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: patrice.karatchentz...@gmail.com

Description:
Version: 6.0.2.1
Build ID: f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89
Threads CPU : 4; OS : Linux 4.10; UI Render : par défaut; VCL: gtk2; 
Locale : fr-FR (fr_FR.UTF-8); Calc: group

When you enter the French symbol "«", you need to have "«" following by a
non-breaking space. The same thing with "«" but preceding by a non-breaking
space.

A work-around is to type a word between English symbol " like "test" which
writes automatly « test » but you cannot use the French symbols « and » on you
keyboard (which is more efficient on the Linux keyboard).

This fails also with 5.x Writer version...

Steps to Reproduce:
1. Frecn environment
2. Enter the following word: «test»
3. Compare with "test"

Actual Results:  
2. «test»
3. « test »

Expected Results:
2. «test»
3. « test »


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 6.0.2.1
Build ID: f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89
Threads CPU : 4; OS : Linux 4.10; UI Render : par défaut; VCL: gtk2; 
Locale : fr-FR (fr_FR.UTF-8); Calc: group


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101
Firefox/59.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 116979] [META] Regression introduced by Aw080

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116979
Bug 116979 depends on bug 117181, which changed state.

Bug 117181 Summary: CRASH: LibreOffice crashes changes the master slides
https://bugs.documentfoundation.org/show_bug.cgi?id=117181

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

-- 
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 117179] Unable to apply master slide

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117179

--- Comment #2 from raal  ---
*** Bug 117181 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 117181] CRASH: LibreOffice crashes changes the master slides

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117181

raal  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||r...@post.cz
 Resolution|--- |DUPLICATE

--- Comment #5 from raal  ---


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

-- 
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 117147] latest update won't open the DOCX documents, crashes

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117147

--- Comment #10 from rcdor...@gmail.com ---
(In reply to Buovjaga from comment #8)
> (In reply to rcdorner from comment #7)
> > Try it on Windows 10
> 
> I already did. Now please let us know how it goes with Safe mode.

Safe mode appears to work. A DOCX takes about10 - 15 sec to open

Normal mode crashes. Takes about 20-25sec never opens but crashes.
crashreport.libreoffice.org/stats/crash_details/ad3ff1d1-f3e4-4df9-858c-9f18aa97c9a0

-- 
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 117196] CSV import not happening correctly

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117196

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
Hello,

Thank you for filing the bug. Please send us a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO', so please do change it back to
'UNCONFIRMED' once you have attached a document.
(Please note that the attachment will be public, remove any sensitive
information before attaching it.)
How can I eliminate confidential data from a sample document?
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
Thank you

-- 
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 117127] error when reading the value of a variable in the IDE (crash)

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117127

--- Comment #5 from raal  ---
Created attachment 141583
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141583=edit
basic IDE

-- 
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 117127] error when reading the value of a variable in the IDE (crash)

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117127

raal  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
Summary|error when reading the  |error when reading the
   |value of a variable in the  |value of a variable in the
   |IDE |IDE (crash)
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #4 from raal  ---
I can reproduce the crash with following steps:
 - open IDE -> Module1 -> Sub AnadirFilaTablaRF()
 - set break at line 321
 - run the macro 
 - confirm message ¿Realmente quiere agregar una imagen?  -> Yes
 - program stop at line 321
 - copy miTabla to watch pane
 - click on rectangle to show miTabla's properties

  Crash

Version: 6.1.0.0.alpha0+
Build ID: 5bc6a7629fbcadb634b1c2e6ba2c931a15d353a8
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk3; 

error in console:
(soffice:23133): GLib-GObject-WARNING **:
/build/glib2.0-prJhLS/glib2.0-2.48.2/./gobject/gsignal.c:3486: signal name
'selection_changed' is invalid for instance '0x3041ec0' of type
'OOoAtkObjCompTxtEdt'


no crash in 4.1, regression

-- 
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 117115] Firebird: migration from HSQLDB does not respect language-specific characters

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117115

--- Comment #4 from Drew Jensen  ---
Once more just to note - this functions as expected with the existing code used
for a simple drag drop of the table from hsql->fb odb.

Is there some reason this is all be reimplemented apparently from scratch?

-- 
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 117197] New: Libre Office Writer does not update characters, words, pages in status bar in version 6 until file is closed and reopened

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117197

Bug ID: 117197
   Summary: Libre Office Writer does not update characters, words,
pages in status bar in version 6 until file is closed
and reopened
   Product: LibreOffice
   Version: 6.0.3.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: barryt...@ibtechservices.com.au

Description:
If I insert into the document using paste the status bar does not update the
characters, words, pages, The properties tab updates but not the status bar.
When you save the file an reopen the status bar becomes correct.

Steps to Reproduce:
1.Write in Writer
2.Add to file using paste
3.

Actual Results:  
Pasted words appear OK but the status bar is not updated to included the added
content

Expected Results:
Status bar should have updated to give stats of file and match info in
properties tab


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101
Firefox/59.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 106984] Searching the CharEscapement attribute does not work from macro

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106984

--- Comment #4 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 107364] Currently assigned slide layout not highlighted in Slide Layout group button

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107364

--- Comment #2 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 36419] EDITING: + does not work reliable as expected.

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36419

--- 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 86101] writer icon missing when icon size bigger than 32x32

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86101

--- 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 107363] Grouped buttons doesn't become properly disabled

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107363

--- Comment #2 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 106996] Unsaved changes not indicated, if character style upon opening changed from custom one to Default Style

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106996

--- Comment #2 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 71795] FORMATTING: Distorted Formatting

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71795

--- 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 72032] FORMATTING: Vertically merged cells in TABLE are distorted

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72032

--- 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 109339] HANG: Calc hangs when I cut and paste a column by selecting a whole new column

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109339

--- Comment #13 from mattreecebent...@gmail.com ---
Does not occur in current v6, but does in v5.41.

However current behaviour is to replace entire column with DUPLICATES of the
copied data from source until ~1 million columns. This is also bad behaviour.

Suggest closure.

-- 
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 117196] New: CSV import not happening correctly

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117196

Bug ID: 117196
   Summary: CSV import not happening correctly
   Product: LibreOffice
   Version: 5.1.6.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kal...@yahoo.com

Description:
My version:
Version: 5.1.6.2
Build ID: 1:5.1.6~rc2-0ubuntu1~xenial2
CPU Threads: 2; OS Version: Linux 4.4; UI Render: default; 
Locale: en-US (en_US.UTF-8); Calc: group

I have the following CSV plain text file, a few lines from which are:

"
Agilent Technologies,
114.49

AbbVie,
28.15

AmerisourceBergen,
20.38

Abbott Laboratories,
236.76"

There are spaces, tabs, newlines, and COMMAS between the text (company names)
and the numbers (P/E ratios).  

I want to open it in calc with ONLY the comma as delimiter. I open the file in
Calc, and select delimiter as ONLY the comma.  Calc doesn't split the two
fields into separate columns (as it should) instead it puts them in separate
rows!

Steps to Reproduce:
in description above

Actual Results:  
Agilent Technologies
114.49

AbbVie
28.15

AmerisourceBergen
20.38

Abbott Laboratories
236.76


Expected Results:
Agilent Technologies|114.49 (in separate column) and SO FORTH


Reproducible: Always


User Profile Reset: No



Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: SpreadsheetDocument
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: yes


User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Ubuntu Chromium/63.0.3239.84 Chrome/63.0.3239.84 Safari/537.36

-- 
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 117115] Firebird: migration from HSQLDB does not respect language-specific characters

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117115

Adolfo Jayme  changed:

   What|Removed |Added

   Keywords||dataLoss

-- 
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 116821] row and column toolbar not available when selecting non-adjacent rows/ columns by pressing ctrl key

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116821

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.1.0|target:6.1.0 target:6.0.5

-- 
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 116821] row and column toolbar not available when selecting non-adjacent rows/ columns by pressing ctrl key

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116821

--- Comment #8 from Commit Notification 
 ---
Maxim Monastirsky committed a patch related to this issue.
It has been pushed to "libreoffice-6-0":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=a3ea83896f2d3aefa8cd67b3aa54884450999481=libreoffice-6-0

tdf#116821 Keep row/column buttons enabled even when insert impossible

It will be available in 6.0.5.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
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-0' - sc/source

2018-04-23 Thread Maxim Monastirsky
 sc/source/ui/view/cellsh.cxx   |2 --
 sc/source/ui/view/tabview3.cxx |2 --
 2 files changed, 4 deletions(-)

New commits:
commit a3ea83896f2d3aefa8cd67b3aa54884450999481
Author: Maxim Monastirsky 
Date:   Sun Apr 15 13:15:28 2018 +0300

tdf#116821 Keep row/column buttons enabled even when insert impossible

So other commands included in these buttons (like delete or set height/
width), could still be used.

Change-Id: If9e96116aebf73b2d20fb8d63ee67da3d17e3d9f
Reviewed-on: https://gerrit.libreoffice.org/52909
Tested-by: Jenkins 
Reviewed-by: Maxim Monastirsky 
(cherry picked from commit 3732d5ab1782bbadfee457115fbd8dce78453cc2)
Reviewed-on: https://gerrit.libreoffice.org/53286
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/sc/source/ui/view/cellsh.cxx b/sc/source/ui/view/cellsh.cxx
index 8167be10088f..acbb5768552b 100644
--- a/sc/source/ui/view/cellsh.cxx
+++ b/sc/source/ui/view/cellsh.cxx
@@ -246,7 +246,6 @@ void ScCellShell::GetBlockState( SfxItemSet& rSet )
 break;
 }
 case FID_INS_CELLSDOWN:
-case SID_ROW_OPERATIONS:
 bDisable = (!bSimpleArea) || GetViewData()->SimpleColMarked();
 break;
 
@@ -267,7 +266,6 @@ void ScCellShell::GetBlockState( SfxItemSet& rSet )
 break;
 }
 case FID_INS_CELLSRIGHT:
-case SID_COLUMN_OPERATIONS:
 bDisable = (!bSimpleArea) || GetViewData()->SimpleRowMarked();
 break;
 
diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx
index 69bc8035b421..6e93f5f5756a 100644
--- a/sc/source/ui/view/tabview3.cxx
+++ b/sc/source/ui/view/tabview3.cxx
@@ -535,8 +535,6 @@ void ScTabView::SelectionChanged()
 rBindings.Invalidate( FID_INS_CELL );
 rBindings.Invalidate( FID_INS_CELLSDOWN );
 rBindings.Invalidate( FID_INS_CELLSRIGHT );
-rBindings.Invalidate( SID_ROW_OPERATIONS );
-rBindings.Invalidate( SID_COLUMN_OPERATIONS );
 
 rBindings.Invalidate( FID_CHG_COMMENT );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 108042] Tooltips display for toolbar icons suffer from broken font fallback on OSX in CJK UIs

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108042

Kamei  changed:

   What|Removed |Added

 Blocks||42082


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=42082
[Bug 42082] [META] Make LibreOffice shine and glow on OS X
-- 
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 42082] [META] Make LibreOffice shine and glow on OS X

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42082

Kamei  changed:

   What|Removed |Added

 Depends on||108042


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108042
[Bug 108042] Tooltips display for toolbar icons suffer from broken font
fallback on OSX in CJK UIs
-- 
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 117174] image in LibreOffice Writer keep disappearing after a few hour of use

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117174

fake name  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from fake name  ---
nah no thanks...i'm just normal user,beta is a no go for me.its not like this
ticket getting close over time...

-- 
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 117195] New: PRINTING Cannot print from writer

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117195

Bug ID: 117195
   Summary: PRINTING Cannot print from writer
   Product: LibreOffice
   Version: 6.0.3.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pma...@olivebr.com

Updated from 5.4(?) to 6.0.3.2. Will not print from Writer, will print from
Calc. After failure and exit, LO will not start up again, needs reboot. I
installed latest JRE, no change. Can't find matching bug in bugzilla.
Version: 6.0.3.2 (x64)
Build ID: 8f48d515416608e3a835360314dac7e47fd0b821
CPU threads: 8; OS: Windows 10.0; UI render: default; 
Locale: en-US (en_US); Calc: group
Printers: Brother MFC-L2740DW, Brother MFC-L2700DW, fails printing to either of
them.
Print to file... ALSO fails, and similarly, LO will not start up again
afterwards.
Note that a very similar report is at
https://ask.libreoffice.org/en/question/149390/libreoffice-6-writer-wont-printother-lo-apps-will/
She is also using a Brother all-in-one on Win 10.
I'm a retired programmer, happy to perform diagnostics for you.

-- 
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 117166] Improve UX of moving complex drawings with arrow keys

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117166

--- Comment #4 from Eyal Rozenberg  ---
(In reply to Buovjaga from comment #3)
> So in essence, you would favour a solution, where only the selection handles
> are seen moving and no processing power is wasted on rendering the drawing
> itself?
> 
> I guess another (more complex to implement) way would be to replace the
> drawing with a low-quality proxy rendering on the fly.
> 
>
> Let's consult design team.

If we're getting into it, I'd differentiate at least three cases:

1. Movement key combination held down (that's a hardware abstraction layer
thing - not something LO should detect; I think)
2. Second move key (or another key combination?) pressed very closely after
first movement key (or another combination?)
3. Nothing pressed very closely after first movement (or other key combination)

The differentiation between the second and third case isn't clear, but it could
perhaps be based on whether the effect of the keypress can be comfortably
rendered before the next key/key combination registers.

So, for case 1 I would indeed like something like the effect of the moving
selection rectangle rather than the selection itself. A simplified rendering
(e.g. less lines/no area/no transparency/etc. could work too, but like you said
- implementing that is a big deal. Now, I do mean animation - along a
continuous path, not at intervals (Not 100% sure about this though).

For case 2 - Act similarly to case 1, but don't make it an animation; or
rather, a "stop-motion" animation - only render at the positions the move keys
would have placed the object.

For case 3 - Just render the whole thing like LO does now.

-- 
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 117194] New: Cursor does not align with cells

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117194

Bug ID: 117194
   Summary: Cursor does not align with cells
   Product: LibreOffice
   Version: 6.1.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gilbert.n...@gmail.com

Windows 10 Professional 64-bit.  Dell Laptop with hi-res screen.
Cursor does not align with cells at top of spreadsheet.  Works fine at bottom
but as it nears the top, clicking on a cell will highlight the cell immediately
above.  Also the control panel at top of the screen is off by the same
distance.
I have tried Win7 compatibility, Run as Administrator, and changing screen
resolution.  Nothing seems to work.

-- 
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 117166] Improve UX of moving complex drawings with arrow keys

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117166

--- Comment #4 from Eyal Rozenberg  ---
(In reply to Buovjaga from comment #3)
> So in essence, you would favour a solution, where only the selection handles
> are seen moving and no processing power is wasted on rendering the drawing
> itself?
> 
> I guess another (more complex to implement) way would be to replace the
> drawing with a low-quality proxy rendering on the fly.
> 
>
> Let's consult design team.

If we're getting into it, I'd differentiate at least three cases:

1. Movement key combination held down (that's a hardware abstraction layer
thing - not something LO should detect; I think)
2. Second move key (or another key combination?) pressed very closely after
first movement key (or another combination?)
3. Nothing pressed very closely after first movement (or other key combination)

The differentiation between the second and third case isn't clear, but it could
perhaps be based on whether the effect of the keypress can be comfortably
rendered before the next key/key combination registers.

So, for case 1 I would indeed like something like the effect of the moving
selection rectangle rather than the selection itself. A simplified rendering
(e.g. less lines/no area/no transparency/etc. could work too, but like you said
- implementing that is a big deal. Now, I do mean animation - along a
continuous path, not at intervals (Not 100% sure about this though).

For case 2 - Act similarly to case 1, but don't make it an animation; or
rather, a "stop-motion" animation - only render at the positions the move keys
would have placed the object.

For case 3 - Just render the whole thing like LO does now.

-- 
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 101956] FILEOPEN: No JRE or JDK found in OSX 10.9 and lower, 10.10 and up need full JDK

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101956

--- Comment #21 from David  ---
I don't know if this should be registered as a new bug, but given the number of
duplicates here, I'll report my experience and if it needs its own space, so be
it.

I'm using Version: LibO 6.0.3.2 [Collabora release]
Build ID: 8f48d515416608e3a835360314dac7e47fd0b821
CPU threads: 4; OS: Mac OS X 10.10.5;

I have installed the JDK: 

$ java -version
  java version "1.8.0_172"
  Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
  Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)

  export
JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home"

The problem is that my LibO Options have the `LibreOffice > Advanced` "Use a
Java runtime environment" greyed out -- it is impossible to use that tool. [See
screenshot "_000-libo-adv.png" attached at Comment #20.]

And it seems I have no "embedded" database of any kind: I cannot create a db
from within the app. [See screenshot "_000-libo-embed-none.png" attached.]

I have spent several hours (more than 4, less than 10) trying to solve this,
and  have failed miserably. I have read through this thread more than once, and
have no more options.

I use Base happily on Ubuntu, and would seriously like to be able to access
Base on OSX as well. I will happily respond to prompts to diagnose, etc., but
I've reached the limits of my ability at this point.

-- 
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 101956] FILEOPEN: No JRE or JDK found in OSX 10.9 and lower, 10.10 and up need full JDK

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101956

--- Comment #20 from David  ---
Created attachment 141582
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141582=edit
Options 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-commits] core.git: sd/uiconfig sw/uiconfig

2018-04-23 Thread Christian Lohmaier
 sd/uiconfig/simpress/ui/notebookbar.ui |4 ++--
 sw/uiconfig/swriter/ui/notebookbar.ui  |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 930a3cbaeeaf6bca594f8651c4d5dffc1e5391d4
Author: Christian Lohmaier 
Date:   Mon Apr 23 23:39:47 2018 +0200

fix duplicate strings in notebookbar *again*

added a jenkins step for that now since it gets annoying now...

Change-Id: I9565ef62671afa996aea8c626e3d93c0783ce321

diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui 
b/sd/uiconfig/simpress/ui/notebookbar.ui
index 84e6e35bd119..2a36164d8ed9 100644
--- a/sd/uiconfig/simpress/ui/notebookbar.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar.ui
@@ -6405,7 +6405,7 @@
 vertical
 
   
-_Slide Show
+_Slide Show
 True
 False
 False
@@ -7028,7 +7028,7 @@
 vertical
 
   
-_Review
+_Review
 True
 True
 False
diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui 
b/sw/uiconfig/swriter/ui/notebookbar.ui
index 11ed57620371..8e133a1ea67e 100644
--- a/sw/uiconfig/swriter/ui/notebookbar.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar.ui
@@ -2135,7 +2135,7 @@
 vertical
 
   
-_File
+_File
 True
 True
 False
@@ -2154,7 +2154,7 @@
 
 
   
-_Help
+_Help
 True
 True
 False
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 117192] Add key shortcut for "Copy hyperlink location"

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117192

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de

--- Comment #1 from Dieter Praas  ---
You can assign a shortcut to that command in the customize dialog (tools =>
customize). So I would close this as 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-commits] help.git: source/text

2018-04-23 Thread Sophia Schröder
 source/text/scalc/01/04060109.xhp   |   12 +++---
 source/text/scalc/01/04060119.xhp   |   10 ++---
 source/text/scalc/01/04060181.xhp   |   22 ++--
 source/text/scalc/01/04060182.xhp   |   12 +++---
 source/text/scalc/01/04060183.xhp   |   10 ++---
 source/text/scalc/01/04060184.xhp   |   44 
 source/text/scalc/01/04060185.xhp   |   66 ++--
 source/text/scalc/01/func_skewp.xhp |7 +--
 8 files changed, 91 insertions(+), 92 deletions(-)

New commits:
commit 3db795172c8031ac1a88967f28858812a2d35089
Author: Sophia Schröder 
Date:   Mon Apr 23 12:58:00 2018 +0100

Improve formatting in help text.

Change-Id: I873128ed6353caf37f063a87361bd0a6f7c79f96
Reviewed-on: https://gerrit.libreoffice.org/53321
Tested-by: Jenkins 
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/01/04060109.xhp 
b/source/text/scalc/01/04060109.xhp
index 95e3d8791..caa0431b5 100644
--- a/source/text/scalc/01/04060109.xhp
+++ b/source/text/scalc/01/04060109.xhp
@@ -33,7 +33,7 @@
 
 Spreadsheet Functions
   This section contains descriptions 
of the Spreadsheet functions together with an example.
-
+
   
  
   
@@ -381,7 +381,7 @@
 =OFFSET(B2:C3;1;0;3;4) returns a 
reference to B2:C3 moved down by one row resized to 3 rows and 4 columns 
(B3:E5).
  
 =SUM(OFFSET(A1;2;2;5;6)) determines the 
total of the area that starts in cell C3 and has a height of 5 rows and a width 
of 6 columns (area=C3:H7).
- If the 
width or height is included, the OFFSET function returns a range and thus must 
be entered as an array formula. 
If both the width and height are missing, a cell reference is 
returned.
+ If the 
width or height is included, the OFFSET function returns a range and thus must 
be entered as an array formula. 
If both the width and height are missing, a cell reference is 
returned.
   
   
 LOOKUP function
@@ -409,7 +409,7 @@
 
 
 STYLE
- Applies a style to the cell 
containing the formula. After a set amount of time, another style can 
be applied. This function always returns the value 0, allowing you to add it to 
another function without changing the value. Together with the CURRENT function 
you can apply a color to a cell depending on the value. For example: 
=...+STYLE(IF(CURRENT()3;"red";"green")) applies the style "red" to the 
cell if the value is greater than 3, otherwise the style "green" is applied. 
Both cell formats have to be defined beforehand.
+ Applies a style to the cell 
containing the formula. After a set amount of time, another style can 
be applied. This function always returns the value 0, allowing you to add it to 
another function without changing the value. Together with the CURRENT function 
you can apply a color to a cell depending on the value. For example: 
=...+STYLE(IF(CURRENT()3;"red";"green")) applies the style "red" to the 
cell if the value is greater than 3, otherwise the style "green" is applied. 
Both cell formats, "red" and "green" have to be defined beforehand.
  Syntax
  STYLE("Style"; Time; "Style2")
  
@@ -424,7 +424,7 @@
  Example
  
 =STYLE("Invisible";60;"Default") formats 
the cell in transparent format for 60 seconds after the document was 
recalculated or loaded, then the Default format is assigned. Both cell formats 
have to be defined beforehand.
- Since 
STYLE() has a numeric return value of zero, this return value gets appended to 
a string. This can be avoided using T() as in the following example 
+ Since 
STYLE() has a numeric return value of zero, this return value gets appended to 
a string. This can be avoided using T() as in the following example:
  
 ="Text"T(STYLE("myStyle"))
  
@@ -441,7 +441,7 @@
  
 Index is a reference or number between 1 and 30 
indicating which value is to be taken from the list.
  
-Value1...Value30 is the list of values entered as a 
reference to a cell or as individual values.
+Value1, Value2, ..., Value30 is the list of values 
entered as a reference to a cell or as individual values.
  Example
  
 =CHOOSE(A1;B1;B2;B3;"Today";"Yesterday";"Tomorrow"), for 
example, returns the contents of cell B2 for A1 = 2; for A1 = 4, the function 
returns the text "Today".
@@ -527,7 +527,7 @@
  
 =HYPERLINK("#Sheet1.A1";"Go to top") 
displays the text Go to top and jumps to cell Sheet1.A1 in this 
document.
  
-=HYPERLINK("file:///C:/writer.odt#Specification";"Go to Writer 
bookmark")displays the text Go to Writer bookmark, loads the specified 
text document and jumps to bookmark "Specification".
+=HYPERLINK("file:///C:/writer.odt#Specification";"Go to 

[Libreoffice-commits] core.git: helpcontent2

2018-04-23 Thread Sophia Schröder
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 48b85abcc973fc979582adeee97259a49a169686
Author: Sophia Schröder 
Date:   Mon Apr 23 12:58:00 2018 +0100

Updated core
Project: help  3db795172c8031ac1a88967f28858812a2d35089

Improve formatting in help text.

Change-Id: I873128ed6353caf37f063a87361bd0a6f7c79f96
Reviewed-on: https://gerrit.libreoffice.org/53321
Tested-by: Jenkins 
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 41c6294398f9..3db795172c80 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 41c6294398f9a3a8ba7c3c66abd4cc14dbbcecd1
+Subproject commit 3db795172c8031ac1a88967f28858812a2d35089
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 117193] New: Linux Lite Calc Zoom is 27 different than windows

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117193

Bug ID: 117193
   Summary: Linux Lite Calc Zoom is 27 different than windows
   Product: LibreOffice
   Version: 6.0.0.2 rc
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mclean8...@gmail.com

Description:
I use 2, Windows 10 and Linux Lite. Much different in the zoom between them. It
is ok, but would be nice if they match. If there is a adjustment I can do, it
is not easy to find in tool/options. Thanks for a great package and all your
work. Just though you would want to know. 

Actual Results:  
View difference of 27

Expected Results:
Hope so :)


Reproducible: Always


User Profile Reset: No



Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: SpreadsheetDocument
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: no


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:59.0) Gecko/20100101
Firefox/59.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


Help setting SSL between internet and Apache, but plain HTTP between Apache and CODE?

2018-04-23 Thread Felix Rubio Dalmau
Hi all,

I have set up CODE based on docker, and I am trying to achieve the 
following: have connections through internet use SSL/TLS to Apache, while 
Apache uses plain HTTP to communicate with Docker. Does anybody know if this is 
doable? I have been playing with the options (I have already SSL enabled for 
other sites, so I want to keep the same configuration, certificates, etc.) for 
SSL and SSLproxy, while either disabling SSL in the Docker container or leaving 
it enabled while setting the "terminal" parameter to "true"... all of them 
unsuccessfully.

Furthermore: does make sense what I am trying to accomplish? I 
understand that there is no need to have SSL between the Apache and Docker, 
because they are in the same machine, while Apache enforces SSL on the 
connections from the internet to keep the data secure. When I do this, what I 
get in Firefox (when accessing any document in nextcloud) is a Content Security 
Policy error that refers to the plain text URL (http) although I have set up in 
nextcloud to use the SSL enabled URL (https), as I am enabling SSL on Apache 
itself.

Thank you all!
Felix


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 117017] Text formatting .uno:Subscript, .uno: Superscript work from menu and Sidebar deck, but not completed with assigned keyboard shortcut

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117017

--- Comment #11 from Maxim Monastirsky  ---
(In reply to Eike Rathke from comment #10)
Maybe we can paste as unformatted text when the focus is in the formula bar (so
users could still override this with the paste special dialog or the toolbar
button), i.e. something like this:

diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index e3e6ec2f35de..75ddf11ece37 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -1468,7 +1468,8 @@ void ScTextWnd::StartDrag( sal_Int8 /* nAction */, const
Point& rPosPixel )
 void ScTextWnd::KeyInput(const KeyEvent& rKEvt)
 {
 bInputMode = true;
-if (!SC_MOD()->InputKeyEvent( rKEvt ))
+if (rKEvt.GetKeyCode().GetFunction() == KeyFuncType::PASTE ||
+!SC_MOD()->InputKeyEvent( rKEvt ))
 {
 bool bUsed = false;
 ScTabViewShell* pViewSh = ScTabViewShell::GetActiveViewShell();
diff --git a/sc/source/ui/view/editsh.cxx b/sc/source/ui/view/editsh.cxx
index 804401b303f4..5c8d00bff7b3 100644
--- a/sc/source/ui/view/editsh.cxx
+++ b/sc/source/ui/view/editsh.cxx
@@ -217,7 +217,11 @@ void ScEditShell::Execute( SfxRequest& rReq )
 break;

 case SID_PASTE:
-pTableView->PasteSpecial();
+if (pTopView && pTopView->GetWindow()->HasFocus())
+pTableView->Paste();
+else
+pTableView->PasteSpecial();
+
 if (pTopView)
 pTopView->Paste();
 break;

-- 
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 117180] Dashed lines of the hard page break separator in Writer appears only, if you scroll or zoom in/out

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117180

--- Comment #7 from Dieter Praas  ---
(In reply to Telesto from comment #4)
> A duplicate of bug 108553(and bug 107305)

Telesto, I disagree, because it works fine with LO 5.4.6.2, whereas bug 107305
is reproducible with LO 5.4.

-- 
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


Re: Build LOOL - WSD Permission problem - Access to file denied -

2018-04-23 Thread Eike Rathke
Hi Andras,

On Thursday, 2018-04-19 21:16:51 +0200, Andras Timar wrote:

> You have multiple options.
> 1. You can give rights to your user to write /var/log/loolwsd.log
> 2. If you configure with --enable-debug, which makes sense in combination
> with make run, then your log file will be /tmp/loolwsd.log, and /tmp is
> hopefully writable for anyone.
> 3. Last but not least you can configure the log file path, too.
> --with-logfile=   Path to the location of the logfile.

I think the default should not be /var/log/loolwsd.log as usually users
do not (and should not) have write permission in /var/log/

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A
Care about Free Software, support the FSFE https://fsfe.org/support/?erack


signature.asc
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 108804] [META] Print preview bugs and enhancements

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108804

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||117039


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117039
[Bug 117039] Print Preview crashes on signed document
-- 
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 117039] Print Preview crashes on signed document

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117039

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108804


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108804
[Bug 108804] [META] Print preview 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


Re: How to make a locale available for CTL text

2018-04-23 Thread Eike Rathke
Hi Khaled,

On Saturday, 2018-04-21 23:21:23 +0200, Khaled Hosny wrote:

> On Fri, Mar 30, 2018 at 01:59:51PM +0200, Khaled Hosny wrote:
> > I want to set a text in Malay [1] but using the Arabic script (AKA Jawi
> > [2]), but it seems that Malay is only allowed for “Western” text and not
> > “CTL” and free-form language tags are not allowed in CTL as well. Do I
> > need to add a new locale or do something else? Any reason why free-form
> > language tags are not allowed for CTL text?
> 
> I found https://bugs.documentfoundation.org/show_bug.cgi?id=81714 which
> answers the last question somehow (though it is not clear what is
> exactly needed). My main question about supporting Jawi is still
> unanswered.

Seems I overlooked your previous mail. Anyway, if this is about
supporting the same language in different scripts we can sort that out
by using proper language tags and hard categorizing the CTL one.

However, the Malay language group is confusing to me. Are we talking
about "Standard Malay [zsm]" https://iso639-3.sil.org/code/zsm written
in Latin and Arabic script, or any of the various languages listed under
the [msa] macrolanguage code there (the macrolanguage code being the
[ms] 639-1 code we currently have as tag, which actually is not "a
language"), or "Malay (individual language) [zlm]"
https://iso639-3.sil.org/code/zlm

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A
Care about Free Software, support the FSFE https://fsfe.org/support/?erack


signature.asc
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 108025] Kerning problem for glyph with applied OpenType Feature

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108025

--- Comment #10 from LibreTraining  ---
(In reply to Khaled Hosny from comment #8)
> Created attachment 141562 [details]
> Document using feature ranges
> 
> Here is a document that works for me.

I see. 
I assumed the count was from where I applied the edited font name.
Missed the "from beginning of paragraph" part.

Odd that the first letter is 0, not 1.


Something is still off with the kerning of inserted special characters.
And characters directly entered via ALT codes.
It works with some manual intervention, but not as expected.
I will post a separate bug about that.

-- 
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 117161] REPORTBUILDER - Horizontal align isn' t shown while editing the report

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117161

Buovjaga  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bisected
 CC||noelgran...@gmail.com

--- Comment #5 from Buovjaga  ---
Bisect blames
https://cgit.freedesktop.org/libreoffice/core/commit/?id=5d0e485e827057eee9fb2c997685690b710e7f34

commit  5d0e485e827057eee9fb2c997685690b710e7f34 (patch)
treec83057f1e85195379451fafe32b274065f99167e
parent  ed6c5a4908edb7d4ab075127b710a92e2abc753f (diff)
use actual UNO enums in reportdesign..svtools
Change-Id: Idcd916382b87f8542dc6b5cdcb5ecb01d6947203
Reviewed-on: https://gerrit.libreoffice.org/36043

Adding Noel to CC

-- 
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 94691] [META] OpenGL bugs

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94691

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||117104


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117104
[Bug 117104] Slower document scrolling with WMF/EMF/SVM picture and OpenGL
enabled (compared with OpenGL disabled)
-- 
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 108075] [META] Scrolling and Page up/down issues

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108075

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||117104


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117104
[Bug 117104] Slower document scrolling with WMF/EMF/SVM picture and OpenGL
enabled (compared with OpenGL disabled)
-- 
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 117104] Slower document scrolling with WMF/EMF/ SVM picture and OpenGL enabled (compared with OpenGL disabled)

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117104

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108075, 94691


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=94691
[Bug 94691] [META] OpenGL bugs
https://bugs.documentfoundation.org/show_bug.cgi?id=108075
[Bug 108075] [META] Scrolling and Page up/down 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 73805] EDITING: Layout Loop when writing into a section with 3 columns

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73805

--- Comment #17 from Simon Wilper  ---
Can reproduce with latest git checkout 6.1.0.0.alpha0+.

I also cannot even get the bugdoc open and the office gets stuck in an endless
loop of calls to SwLayoutFrame::MakeAll(vcl::RenderContext*) what gets called
from SwSectionFrame::MakeAll(vcl::RenderContext*).

There at the top a so-called StackHack is queried and the function is left when
the count is greater that a hardcoded 50. When I examined the stack size when
opening the document it never grows > 1.

So when I change the 50 to 0 I can get the document open but as it seems the
multicolumn section does not appear. Obviously this is the wrong way to do it
but where do you intervene? Before or after MakeAll() or not even remotely
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 117183] GTK3: gtk-cancel in cancel button

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117183

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |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 116901] The bitmap appears blurred when inserting a bitmap with the scale checkbox checked (and the size set to 100%)

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116901

--- Comment #5 from Buovjaga  ---
(In reply to Telesto from comment #4)
> I'm a little confused right know. Yes, zooming in an image will blur
> things.. 
> 
> The confusion is about relative/absolute setting. 
> 1. Format -> Page -> Area tab
> 2. Bitmap button -> Select a bitmap (style: tiled) 
> 3. Press Apply -> Nothing wrong here
> 4. Check the scale checkbox & Press apply.. A complete different look. I
> would expect the same results with the initial state of absolute and scale.

Hmm, I think the percentage is against the page dimensions. Try setting width
and height to 10%, apply and then play around changing the page format (A5,
A3...). It seems to stay constantly relative to the page size. You can compare
with absolute size.

-- 
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 117191] Comment in the header/ footer moves to the second page after inserting a second page

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117191

Telesto  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression

-- 
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 117180] Dashed lines of the hard page break separator in Writer appears only, if you scroll or zoom in/out

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117180

--- Comment #6 from mwtjunkm...@gmail.com ---
They're one in the same. I have bad eyes so I always view documents at 120% or
130%. The visibility and rendering speed of the dashed line is probably sourced
from the same problem.

-- 
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


GSoC'18 Introduction - Manuj Vashist

2018-04-23 Thread Manuj Vashist
Hello Everyone,

I am an undergraduate student from BITS Pilani, India.

I have been accepted in Google Summer of Code'18 for project "Interface for
External Data source import in Calc
" with
Markus Mohrhard as my mentor.
Congratulations to all fellow students also, who got accepted.

Looking forward to an awesome summer of hacking with LibreOffice.

Regards,
Manuj Vashist.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 103270] [META] Image/Picture dialog bugs and enhancements

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103270

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||117102


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117102
[Bug 117102] picture scaling not fine enough
-- 
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: include/sfx2 sfx2/source sw/source

2018-04-23 Thread Caolán McNamara
 include/sfx2/tabdlg.hxx|1 +
 sfx2/source/dialog/tabdlg.cxx  |   16 
 sw/source/ui/envelp/labprt.hxx |2 +-
 sw/source/ui/envelp/swuilabimp.hxx |2 +-
 4 files changed, 15 insertions(+), 6 deletions(-)

New commits:
commit db9f6c44cac246250e89ca4e9aa127dee912d7f5
Author: Caolán McNamara 
Date:   Mon Apr 23 10:50:29 2018 +0100

set SfxTabPage parent dialog explicitly

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

diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index e288e07cd8f7..9b0aa249c668 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -266,6 +266,7 @@ protected:
 return static_cast(GetOldItem(rSet, sal_uInt16(nSlot), 
bDeep));
 }
 SfxTabDialog*   GetTabDialog() const;
+voidSetTabDialog(SfxTabDialog* pDialog);
 
 voidAddItemConnection( sfx::ItemConnectionBase* 
pConnection );
 
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index ff5c508efdf9..f31e12784316 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -52,6 +52,7 @@ struct TabPageImpl
 {
 boolmbStandard;
 sfx::ItemConnectionArraymaItemConn;
+VclPtrmxDialog;
 css::uno::Reference< css::frame::XFrame > mxFrame;
 
 TabPageImpl() : mbStandard( false ) {}
@@ -307,13 +308,20 @@ void SfxTabPage::AddItemConnection( 
sfx::ItemConnectionBase* pConnection )
 pImpl->maItemConn.AddConnection( pConnection );
 }
 
+void SfxTabPage::SetTabDialog(SfxTabDialog* pDialog)
+{
+pImpl->mxDialog = pDialog;
+}
+
 SfxTabDialog* SfxTabPage::GetTabDialog() const
 {
-return dynamic_cast(GetParentDialog());
+return pImpl->mxDialog;
 }
 
 OString SfxTabPage::GetConfigId() const
 {
+if (m_xContainer)
+return m_xContainer->get_help_id();
 OString sId(GetHelpId());
 if (sId.isEmpty() && isLayoutEnabled(this))
 sId = GetWindow(GetWindowType::FirstChild)->GetHelpId();
@@ -1127,12 +1135,12 @@ IMPL_LINK( SfxTabDialog, ActivatePageHdl, TabControl *, 
pTabCtrl, void )
 if ( !pTabPage )
 {
 if ( m_pSet )
-pTabPage = (pDataObject->fnCreatePage)( 
static_cast(pTabCtrl), m_pSet );
+pTabPage = 
(pDataObject->fnCreatePage)(static_cast(pTabCtrl), m_pSet);
 else
-pTabPage = (pDataObject->fnCreatePage)
-( pTabCtrl, CreateInputItemSet( nId ) );
+pTabPage = (pDataObject->fnCreatePage)(pTabCtrl, 
CreateInputItemSet(nId));
 DBG_ASSERT( nullptr == pDataObject->pTabPage, "create TabPage more 
than once" );
 pDataObject->pTabPage = pTabPage;
+pTabPage->SetTabDialog(this);
 
 OUString sConfigId = OStringToOUString(pTabPage->GetConfigId(), 
RTL_TEXTENCODING_UTF8);
 if (sConfigId.isEmpty())
diff --git a/sw/source/ui/envelp/labprt.hxx b/sw/source/ui/envelp/labprt.hxx
index e36ab980e1f4..500f2c40332c 100644
--- a/sw/source/ui/envelp/labprt.hxx
+++ b/sw/source/ui/envelp/labprt.hxx
@@ -45,7 +45,7 @@ class SwLabPrtPage : public SfxTabPage
 
 DECL_LINK( CountHdl, Button *, void );
 
-SwLabDlg* GetParentSwLabDlg() {return 
static_cast(GetParentDialog());}
+SwLabDlg* GetParentSwLabDlg() {return 
static_cast(GetTabDialog());}
 
 using TabPage::ActivatePage;
 using TabPage::DeactivatePage;
diff --git a/sw/source/ui/envelp/swuilabimp.hxx 
b/sw/source/ui/envelp/swuilabimp.hxx
index 09e4dcc96b12..b63c30df324f 100644
--- a/sw/source/ui/envelp/swuilabimp.hxx
+++ b/sw/source/ui/envelp/swuilabimp.hxx
@@ -72,7 +72,7 @@ public:
 virtual bool FillItemSet(SfxItemSet* rSet) override;
 virtual void Reset(const SfxItemSet* rSet) override;
 
-SwLabDlg* GetParentSwLabDlg() {return 
static_cast(GetParentDialog());}
+SwLabDlg* GetParentSwLabDlg() {return 
static_cast(GetTabDialog());}
 
 voidSetToBusinessCard();
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 117102] picture scaling not fine enough

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117102

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||103270


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103270
[Bug 103270] [META] Image/Picture dialog 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-ux-advise] [Bug 117102] picture scaling not fine enough

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117102

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||103270


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103270
[Bug 103270] [META] Image/Picture dialog bugs and enhancements
-- 
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: 2 commits - external/libetonyek sfx2/source

2018-04-23 Thread Caolán McNamara
 external/libetonyek/UnpackedTarball_libetonyek.mk |1 
 external/libetonyek/initial-creator.patch.1   |   26 ++
 sfx2/source/appl/appinit.cxx  |2 -
 3 files changed, 28 insertions(+), 1 deletion(-)

New commits:
commit c5ab53e3a143b7090e0bf024dff6dd9fb50c2a67
Author: Caolán McNamara 
Date:   Mon Apr 23 16:35:57 2018 +0100

type mismatch at 1st parameter ('vcl::Window *const' vs 'const vcl::Window 
*')

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

diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx
index 49a4ca54c1d4..3771047e805e 100644
--- a/sfx2/source/appl/appinit.cxx
+++ b/sfx2/source/appl/appinit.cxx
@@ -141,7 +141,7 @@ Sequence< OUString > SAL_CALL 
SfxTerminateListener_Impl::getSupportedServiceName
 }
 
 
-typedef bool ( *PFunc_getSpecialCharsForEdit)( vcl::Window* const i_pParent, 
const vcl::Font& i_rFont, OUString& o_rOutString );
+typedef bool ( *PFunc_getSpecialCharsForEdit)( vcl::Window const * i_pParent, 
const vcl::Font& i_rFont, OUString& o_rOutString );
 
 
 // Lazy binding of the GetSpecialCharsForEdit function as it resides in
commit 46d7ea280c03776f7781fac97db29f431725a5c8
Author: Caolán McNamara 
Date:   Mon Apr 23 17:30:04 2018 +0100

crashtesting: assert on export of fdo72030-2.key, fix typo

Change-Id: Id7ef38be46f7d2ff1de1f3124d4fa82258b086a2
Reviewed-on: https://gerrit.libreoffice.org/53339
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/external/libetonyek/UnpackedTarball_libetonyek.mk 
b/external/libetonyek/UnpackedTarball_libetonyek.mk
index d64d7e45212b..d90e44955687 100644
--- a/external/libetonyek/UnpackedTarball_libetonyek.mk
+++ b/external/libetonyek/UnpackedTarball_libetonyek.mk
@@ -20,6 +20,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,libetonyek,\
external/libetonyek/ubsan.patch \
external/libetonyek/rpath.patch \
external/libetonyek/warnings.patch \
+   external/libetonyek/initial-creator.patch.1 \
 ))
 
 ifneq ($(OS),MACOSX)
diff --git a/external/libetonyek/initial-creator.patch.1 
b/external/libetonyek/initial-creator.patch.1
new file mode 100644
index ..44b7b19ea1b3
--- /dev/null
+++ b/external/libetonyek/initial-creator.patch.1
@@ -0,0 +1,26 @@
+From 1a91c62e829a2eda2f5870aae984125ef48ce672 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= 
+Date: Mon, 23 Apr 2018 17:20:16 +0100
+Subject: [PATCH] intial-creator->initial-creator
+
+Change-Id: I6fe5d0732edb97ac7ff6d527f48543cab1bb3f7b
+---
+ src/lib/IWORKCollector.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/lib/IWORKCollector.cpp b/src/lib/IWORKCollector.cpp
+index 0e0c775..4252a49 100644
+--- a/src/lib/IWORKCollector.cpp
 b/src/lib/IWORKCollector.cpp
+@@ -771,7 +771,7 @@ void 
IWORKCollector::fillMetadata(librevenge::RVNGPropertyList )
+   if (!m_metadata.m_title.empty())
+ props.insert("dc:subject", m_metadata.m_title.c_str());
+   if (!m_metadata.m_author.empty())
+-props.insert("meta:intial-creator", m_metadata.m_author.c_str());
++props.insert("meta:initial-creator", m_metadata.m_author.c_str());
+   if (!m_metadata.m_keywords.empty())
+ props.insert("meta:keyword", m_metadata.m_keywords.c_str());
+   if (!m_metadata.m_comment.empty())
+-- 
+2.14.3
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 117161] REPORTBUILDER - Horizontal align isn' t shown while editing the report

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117161

--- Comment #4 from Buovjaga  ---
Hmm, now I realised that I had been testing Geschlecht_Diagramm, because
Diagramm_Vorlage is not even shown in the reports list in master. If I try to
open it in 6.0, it says that it requires the Oracle Report Builder feature.

However, I will try to bisect the centering bug in Geschlecht_Diagramm

-- 
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 117192] New: Add key shortcut for "Copy hyperlink location"

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117192

Bug ID: 117192
   Summary: Add key shortcut for "Copy hyperlink location"
   Product: LibreOffice
   Version: 5.4.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: drows...@cock.li

Description:
Right-clicking on a hyperlink offers to "Copy hyperlink location". However,
this option doesn't happen to have a keyboard shortcut like in Microsoft Word.

For productivity reasons, let's have a shortcut here as well.

Steps to Reproduce:
-

Actual Results:  
-

Expected Results:
-


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:56.0) Gecko/20100101
Firefox/56.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 117180] Dashed lines of the hard page break separator in Writer appears only, if you scroll or zoom in/out

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117180

--- Comment #5 from Dieter Praas  ---
(In reply to mwtjunkmail from comment #3)
> The biggest issue with it is that it slows down scrolling. You scroll
> through pages where there's a hard page break, the entire scrolling process
> stops until the dashes of the page break renders.

So perhaps we better should differ between these two 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-commits] core.git: Branch 'distro/collabora/cp-6.0' - instsetoo_native/CustomTarget_install.mk

2018-04-23 Thread Andras Timar
 instsetoo_native/CustomTarget_install.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9b8d55812170070ba60c45e46b38c0049aa480f2
Author: Andras Timar 
Date:   Mon Apr 23 20:18:45 2018 +0200

Revert "always strip non-archive type installation packages"

This reverts commit 2797c4a0efe60726467593c6f2ea93774038b683.

diff --git a/instsetoo_native/CustomTarget_install.mk 
b/instsetoo_native/CustomTarget_install.mk
index 23c7f591af76..c5ac2b0ccca5 100644
--- a/instsetoo_native/CustomTarget_install.mk
+++ b/instsetoo_native/CustomTarget_install.mk
@@ -79,7 +79,7 @@ $(call instsetoo_native_msitemplates,$(1))
 $(call gb_Helper_print_on_error, \
 cd $(dir $@) \
 $(foreach pkgformat,$(5),\
-&& $(if $(filter-out archive,$(pkgformat)),ENABLE_STRIP=1) $(PERL) -w $< \
+&& $(PERL) -w $< \
-f $(BUILDDIR)/instsetoo_native/util/openoffice.lst \
-l $(subst $(WHITESPACE),$(COMMA),$(strip $(2))) \
-p $(PRODUCTNAME_no_spaces)$(3) \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 104522] [META] DOCX (OOXML) header & footer-related issues

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104522

Dieter Praas  changed:

   What|Removed |Added

 Depends on||117188


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117188
[Bug 117188] DOCX import -> ODF export hides some text in header
-- 
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 117188] DOCX import -> ODF export hides some text in header

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117188

Dieter Praas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||dgp-m...@gmx.de
 Blocks||104522
 Ever confirmed|0   |1

--- Comment #6 from Dieter Praas  ---
I confimr it with

Version: 6.1.0.0.alpha0+ (x64)
Build ID: 2325f9ac789cd12e5ecc9d239baf2558e1d678bb
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-04-05_00:37:47
Locale: en-US (de_DE); Calc: CL


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104522
[Bug 104522] [META] DOCX (OOXML) header & footer-related 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 117158] Icons with low resolution, pixelized

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117158

Renato S. Yamane  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
   Assignee|libreoffice-b...@lists.free |renatoyam...@gmail.com
   |desktop.org |
 Ever confirmed|1   |0

--- Comment #5 from Renato S. Yamane  ---
Created attachment 141581
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141581=edit
1920 x 1080 x 150percent scale

Detail of screen resolution (1920 x 1080 x 150percent scale)

-- 
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 117191] Comment in the header/ footer moves to the second page after inserting a second page

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117191

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=65
   ||107
 Blocks||48741, 106179

--- Comment #1 from Dieter Praas  ---
Reproducible with

Version: 5.4.6.2 (x64)
Build-ID: 4014ce260a04f1026ba855d3b8d91541c224eab8
CPU-Threads: 4; BS: Windows 6.19; UI-Render: Standard; 
Gebietsschema: en-US (de_DE); Calc: group


If you press CTRL+ENTER again, comment remains on second page.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=48741
[Bug 48741] [META] Page header and footer issues
https://bugs.documentfoundation.org/show_bug.cgi?id=106179
[Bug 106179] [META] Writer comment 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 117158] Icons with low resolution, pixelized

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117158

--- Comment #4 from Renato S. Yamane  ---
Created attachment 141580
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141580=edit
1920 x 1080 x 100percent scale

Detail of screen resolution (1920 x 1080 x 100percent scale)

-- 
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 48741] [META] Page header and footer issues

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48741

Dieter Praas  changed:

   What|Removed |Added

 Depends on||117191


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117191
[Bug 117191] Comment in the header/footer moves to the second page after
inserting a second page
-- 
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 117191] Comment in the header/ footer moves to the second page after inserting a second page

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117191

Dieter Praas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

-- 
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 65107] Header/Footer comments pop up on first page only

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65107

Dieter Praas  changed:

   What|Removed |Added

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

-- 
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 106179] [META] Writer comment bugs and enhancements

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106179

Dieter Praas  changed:

   What|Removed |Added

 Depends on||117191


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117191
[Bug 117191] Comment in the header/footer moves to the second page after
inserting a second page
-- 
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 113498] UI Wayland Calc pulldown font menu highlighted selection is four lines below cursor

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113498

Roger T. Imai  changed:

   What|Removed |Added

 CC||roger.t.i...@gmail.com

--- Comment #4 from Roger T. Imai  ---
Created attachment 141579
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141579=edit
font_selection_pulldown_menu

Sorry for the delay. I had some difficulty finding a way to include the cursor
in a screenshot. Pressing the prtscn button captures a screenshot without a
cursor. A supplemental screenshot application has the ability to 'include
cursor' -- but (frustratingly) the font selection pulldown menu closes as soon
as the left (primary) touchpad/mouse button is released, making it impossible
to activate the screenshot application after opening the pulldown menu. I
finally figured out that I needed to run first the screenshot application, set
the screenshot with a 30-second delay, THEN open the Calc font selection
pulldown menu.

rtimai@debian:~$  libreoffice --version
LibreOffice 5.2.7.2 20m0(Build:2)
rtimai@debian:~$  lsb_release -d ; uname -r ; gnome-shell --version ; echo
$DESKTOP_SESSION # DESCRIBE SESSION  [default=gnome-X11]
Description:Debian GNU/Linux 9.4 (stretch)
4.9.0-6-amd64
GNOME Shell 3.22.3
gnome-wayland

-- 
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 112483] Impress Remote: Slide preview is blank

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112483

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #10 from raal  ---
I can confirm. Impress remote 2.3; Android 5; wifi and bluetooth connection.

-- 
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 112483] Impress Remote: Slide preview is blank

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112483

raal  changed:

   What|Removed |Added

 CC||sergio.calleg...@gmail.com

--- Comment #9 from raal  ---
*** Bug 116169 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 116169] Impress remote 2.3 distributed on Fdroid does not show slides on mobile

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116169

raal  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #6 from raal  ---


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

-- 
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 116169] Impress remote 2.3 distributed on Fdroid does not show slides on mobile

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116169

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #5 from raal  ---
I can confirm. Impress remote 2.3; Android 5; wifi and bluetooth connection.

-- 
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 116901] The bitmap appears blurred when inserting a bitmap with the scale checkbox checked (and the size set to 100%)

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116901

--- Comment #4 from Telesto  ---
(In reply to Buovjaga from comment #3)
> (In reply to Telesto from comment #2)
> > 1. Format -> Page -> Area tab
> > 2. Bitmap button -> Select a bitmap (style: tiled) 
> > 3. Press Apply (multiple 'tiles' of the same image are added)
> 
> Try zooming to like 600% at this point and compare with the scale/stretched
> image. It's the same. All bitmaps are "blurred" when you scale them up
> enough.

I'm a little confused right know. Yes, zooming in an image will blur things.. 

The confusion is about relative/absolute setting. 
1. Format -> Page -> Area tab
2. Bitmap button -> Select a bitmap (style: tiled) 
3. Press Apply -> Nothing wrong here
4. Check the scale checkbox & Press apply.. A complete different look. I would
expect the same results with the initial state of absolute and scale.

-- 
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 116903] Wrong image size shown when using an external image area bitmap fill

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116903

--- Comment #4 from Telesto  ---
Hmm, not only 'external images' are affected
1. Format -> Page -> Area tab
2. Bitmap button -> Select a bitmap (style: tiled)  -> Size shown: 1 cm width 1
cm height
3. Press OK
4. Format -> Page - Area tab -> Bitmap
5. Size shown: 23,90 x 23,90
6. Change it to  1 cm width 1 cm 
7. Press OK (layout changes)
8. Open the Format -> Page - Area tab -> Bitmap again:  1 cm width 1 cm shows
up
9. Press OK layout changes again (back to the look in step 3)

-- 
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 102998] [META] Mail merge bugs and enhancements

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102998

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||117080


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117080
[Bug 117080] Mail Merge doesn't work in all 6.0 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-bugs] [Bug 117080] Mail Merge doesn't work in all 6.0 versions

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117080

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||102998


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102998
[Bug 102998] [META] Mail merge 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 117157] Add " Paste special → as =?UTF-8?Q?SVG?=" option

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117157

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108479


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108479
[Bug 108479] [META] Paste special 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 108479] [META] Paste special bugs and enhancements

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108479

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||117157


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117157
[Bug 117157] Add "Paste special → as SVG" option
-- 
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 117101] Address Book Data Source Wizard: Default external data source format is dBASE

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117101

--- Comment #7 from Thomas Lendo  ---
Set to Enhancement as the current solution is working and not a bug or
regression.

-- 
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 117101] Address Book Data Source Wizard: Default external data source format is dBASE

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117101

--- Comment #7 from Thomas Lendo  ---
Set to Enhancement as the current solution is working and not a bug or
regression.

-- 
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: vcl/source

2018-04-23 Thread Khaled Hosny
 vcl/source/gdi/CommonSalLayout.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 26e83244a31048af4ee8e3b5857ccf1c060a99cf
Author: Khaled Hosny 
Date:   Mon Apr 23 18:24:32 2018 +0200

Fix thinko

This should be the end of the run we are currently shaping, not not the
end of the whole text.

Change-Id: Ie9e5f009eadccc50dd04d81c5a6bffaf8ae14524
Reviewed-on: https://gerrit.libreoffice.org/53338
Tested-by: Jenkins 
Reviewed-by: Khaled Hosny 

diff --git a/vcl/source/gdi/CommonSalLayout.cxx 
b/vcl/source/gdi/CommonSalLayout.cxx
index 5f27b744779d..7404984f4620 100644
--- a/vcl/source/gdi/CommonSalLayout.cxx
+++ b/vcl/source/gdi/CommonSalLayout.cxx
@@ -717,7 +717,7 @@ bool CommonSalLayout::LayoutText(ImplLayoutArgs& rArgs)
 nNextCharPos = pHbGlyphInfos[j++].cluster;
 
 if (nNextCharPos == nCharPos)
-nNextCharPos = rArgs.mnEndCharPos;
+nNextCharPos = nEndRunPos;
 nCharCount = nNextCharPos - nCharPos;
 }
 }
@@ -740,7 +740,7 @@ bool CommonSalLayout::LayoutText(ImplLayoutArgs& rArgs)
 nNextCharPos = pHbGlyphInfos[j--].cluster;
 
 if (nNextCharPos == nCharPos)
-nNextCharPos = rArgs.mnEndCharPos;
+nNextCharPos = nEndRunPos;
 nCharCount = nNextCharPos - nCharPos;
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 117101] Address Book Data Source Wizard: Default external data source format is dBASE

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117101

Thomas Lendo  changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 117101] Address Book Data Source Wizard: Default external data source format is dBASE

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117101

Thomas Lendo  changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 117101] Address Book Data Source Wizard: Default external data source format is dBASE

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117101

Thomas Lendo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #6 from Thomas Lendo  ---
Set to NEW regarding comment 5.
I also vote for Spreadsheet as default format.

-- 
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 117101] Address Book Data Source Wizard: Default external data source format is dBASE

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117101

Thomas Lendo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #6 from Thomas Lendo  ---
Set to NEW regarding comment 5.
I also vote for Spreadsheet as default format.

-- 
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 117180] Dashed lines of the hard page break separator in Writer appears only, if you scroll or zoom in/out

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117180

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #4 from Telesto  ---
A duplicate of bug 108553(and bug 107305)

-- 
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 114293] [META] Address Book Data Source bugs and enhancements

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114293

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||117101


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117101
[Bug 117101] Address Book Data Source Wizard: Default external data source
format is dBASE
-- 
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 117101] Address Book Data Source Wizard: Default external data source format is dBASE

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117101

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||114293


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114293
[Bug 114293] [META] Address Book Data Source 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-ux-advise] [Bug 117101] Address Book Data Source Wizard: Default external data source format is dBASE

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117101

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||114293


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114293
[Bug 114293] [META] Address Book Data Source bugs and enhancements
-- 
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


  1   2   3   4   5   >