[Libreoffice-bugs] [Bug 116712] BaseDocumenter

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116712

Adolfo Jayme  changed:

   What|Removed |Added

 Resolution|FIXED   |INVALID

-- 
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: Testing UNO API service properties

2018-03-31 Thread Jens Carl

On 03/29/2018 12:09 AM, Stephan Bergmann wrote:

On 03/27/2018 01:29 AM, Stephan Bergmann wrote:

So coming back to my original question: So the intended behaviour is 
they're read-only and meant to "display" only some information?


css.sheet.FunctionDescription is apparently meant to be documentation 
for the sequence returned by 
css.sheet.XFunctionDescription's getById.


I think all the IDL, which names have Description or Descriptor in it, 
have the same behaviour.



Going forward the I see a couple options:
1. Only test the get part and ignore the set part, because there is no 
value to it.

2. Drop these tests (don't convert them from Java to C++).


I'm not sure what tests exactly you're referring to.  I would naively 
assume that there is an existing test that obtains an instance of 
ScFunctionListObj, calls getById on it, and inspects the returned sequence.


I'm currently working on

https://opengrok.libreoffice.org/xref/core/qadevOOo/tests/java/ifc/sheet/_FunctionDescription.java

and

https://opengrok.libreoffice.org/xref/core/qadevOOo/tests/java/ifc/sheet/_SheetSortDescriptor.java

A test which is already convert would be 
https://opengrok.libreoffice.org/xref/core/test/source/sheet/databaseimportdescriptor.cxx

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


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

2018-03-31 Thread Andrea Gelmini
 sot/qa/cppunit/test_sot.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit af7b2f4c68dc0f98c3cebc4c5e079db2919516ce
Author: Andrea Gelmini 
Date:   Thu Mar 29 20:41:31 2018 +0200

Fix typo

Change-Id: Ice18bb667b2f8da3321ee61904915079075fd136
Reviewed-on: https://gerrit.libreoffice.org/52196
Tested-by: Jenkins 
Reviewed-by: Jens Carl 

diff --git a/sot/qa/cppunit/test_sot.cxx b/sot/qa/cppunit/test_sot.cxx
index 62fa4b1b5b3b..bc6bc95efab1 100644
--- a/sot/qa/cppunit/test_sot.cxx
+++ b/sot/qa/cppunit/test_sot.cxx
@@ -170,7 +170,7 @@ namespace
 const SotAction_Impl* pFormats = 
sot::GetExchangeDestinationWriterFreeAreaCopy();
 // tdf#52547 prefer BITMAP over HTML
 CPPUNIT_ASSERT(FindFormatIndex(pFormats, SotClipboardFormatId::BITMAP) 
< FindFormatIndex(pFormats, SotClipboardFormatId::HTML));
-// tdf#78801 prefer imager over html over text
+// tdf#78801 prefer image over html over text
 CPPUNIT_ASSERT(FindFormatIndex(pFormats, SotClipboardFormatId::BITMAP) 
< FindFormatIndex(pFormats, SotClipboardFormatId::HTML));
 CPPUNIT_ASSERT(FindFormatIndex(pFormats, SotClipboardFormatId::HTML) < 
FindFormatIndex(pFormats, SotClipboardFormatId::STRING));
 // tdf#81835 prefer RTF/HTML over GDI Metafile
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 103918] Keys for "back" in presentation don' t work when using automatic transitions

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103918

--- Comment #2 from Keith  ---
Confirmed again

Version: 6.1.0.0.alpha0+ (x64)
Build ID: 5c7ba324eb1b66b367c3f00164044a80778b8871
CPU threads: 2; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-03-31_17:20:23
Locale: en-US (en_US); Calc: group

I think I see what it's doing: the primary function of the "back" buttons is
"previous *effect*", and it is incorrectly seeing the automatic advance as an
"effect". I'm guessing that since the timer starts when the slide first
appears, that causes it to count as "previous" even though it hasn't actually
completed yet.

-- 
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 77275] SLIDESHOW: Cannot go to previous page with left arrow or PageUp

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77275

--- Comment #9 from Keith  ---
Ok sorry for my hastiness, I see it is reported as a separate 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 116727] EDITING: Undo after Clone Formatting leads to field with double font size

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116727

Mark Hung  changed:

   What|Removed |Added

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

-- 
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 114045] Undo after Clone Formatting changes formatting of entire table

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114045

Mark Hung  changed:

   What|Removed |Added

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

-- 
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 77275] SLIDESHOW: Cannot go to previous page with left arrow or PageUp

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77275

--- Comment #8 from Keith  ---
Minimal steps for me:

create a new, blank Impress document
add a slide
add a distinguishing characteristic to each slide
set the second slide to advance automatically
start slideshow
attempt to navigate using the keyboard

On further examination, the behavior using these steps is slightly different
than when loading the first attached file (I have not succeeded in downloading
the second one yet, it's horribly laggy today). Is this two different bugs?

-- 
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 116706] AGGREGATE COUNTA with hidden rows

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116706

m.a.riosv  changed:

   What|Removed |Added

 Status|REOPENED|NEW

-- 
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 77275] SLIDESHOW: Cannot go to previous page with left arrow or PageUp

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77275

--- Comment #7 from Keith  ---
Still reproduces

Version: 6.1.0.0.alpha0+ (x64)
Build ID: 5c7ba324eb1b66b367c3f00164044a80778b8871
CPU threads: 2; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-03-31_17:20:23
Locale: en-US (en_US); Calc: group

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


CppCheck Report Update

2018-03-31 Thread cppcheck.libreoff...@gmail.com

A new cppcheck report is available at : 
http://dev-builds.libreoffice.org/cppcheck_reports/master/


Note:
The script generating this report was run at :
2018-01-04 02:21:48 with user buildslave at host vm140 as 
/home/buildslave/source/dev-tools/cppcheck/cppcheck-report.sh -s 
/home/buildslave/source/libo-core -c /home/buildslave/source/cppcheck -w 
/home/buildslave/tmp/www

It can be found and improved here:

https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=cppcheck/cppcheck-report.sh


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


[Libreoffice-bugs] [Bug 58941] Support enabling optional smart font features

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58941

--- Comment #76 from LibreTraining  ---
Created attachment 141006
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141006=edit
QuarkXpress OpenType interface examples

The best interface I have seen for OpenType support is in QuarkXpress.
The OpenType features are usually hidden and are accessed from a spinner.
The application actually reads the font file and only activates the available
features.
Unavailable features are grayed-out.
So the user knows what is available. 

This image shows examples for Liberation Sans and Minion Pro.

-- 
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 115538] GnuPG / OpenPGP keys not found on macOS unless from command line

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115538

--- Comment #16 from Kysh  ---
Seems there might be a way to set the PATH within LO itself. Was looking at
https://superuser.com/questions/476752/setting-environment-variables-in-os-x-for-gui-applications/787415#787415
and also
https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-106825
especially the LSEnvironment key.

Unfortunately my attempts at modifying the Info.plist of LO caused it to be
unable to start suggesting that my edits might have been wrongly placed or just
not right.

Have had to revert back to the environment.plist method.

-- 
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 116727] New: EDITING: Undo after Clone Formatting leads to field with double font size

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116727

Bug ID: 116727
   Summary: EDITING: Undo after Clone Formatting leads to field
with double font size
   Product: LibreOffice
   Version: 6.0.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ger...@pfeifer.com
CC: mark...@gmail.com

Created attachment 141005
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141005=edit
Sample document

How to reproduce:

 1. Open attached document
 2. Change text background of cell ONEONEONE
 3. Clone formatting of cell ONEONEONE to cells TWO, THREE, FOUR, and FIVE
 4. Undo ()
 5. Observe how the change is reverted, but font size doubles! Another 
undo step reverts the font size to normal again.

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


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

2018-03-31 Thread andreas kainz
 sw/uiconfig/swriter/ui/notebookbar.ui |   84 +++-
 sw/uiconfig/swriter/ui/notebookbar_compact.ui |  518 +++---
 2 files changed, 444 insertions(+), 158 deletions(-)

New commits:
commit 9815d6d64ac27837807d0233b3ac56f1f227634f
Author: andreas kainz 
Date:   Sun Apr 1 00:26:04 2018 +0200

NB implementation: finish writer tabbed NBs

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

diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui 
b/sw/uiconfig/swriter/ui/notebookbar.ui
index 5597d971e360..f8c68508dbed 100644
--- a/sw/uiconfig/swriter/ui/notebookbar.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar.ui
@@ -1070,6 +1070,26 @@
 .uno:InsertEnvelope
   
 
+
+  
+True
+False
+  
+
+
+  
+True
+False
+.uno:FontworkGalleryFloater
+  
+
+
+  
+True
+False
+.uno:EditGlossary
+  
+
   
   
 True
@@ -3890,7 +3910,7 @@
   
 
 
-  
+  
 
   
   
@@ -4210,7 +4230,7 @@
   
 
 
-  
+  
 
   
   
@@ -4327,7 +4347,7 @@
   
 
 
-  
+  
 
   
   
@@ -4442,7 +4462,7 @@
   
 
 
-  
+  
 
   
   
@@ -5085,8 +5105,10 @@
   
 True
 False
+icons
+False
 
-  
+  
 True
 False
 .uno:Line
@@ -5097,24 +5119,35 @@
   
 
 
-  
+  
 True
 False
-.uno:Freeline_Unfilled
+.uno:Polygon_Unfilled
   
   
-True
+False
 True
   
 
 
-  
+  
 True
 False
-.uno:Polygon_Unfilled
+.uno:Bezier_Unfilled
   
   
-True
+False
+True
+  
+
+
+  
+True
+False
+.uno:ArrowsToolbox
+  
+  
+False
 True
   
 
@@ -5129,8 +5162,10 @@
   
 True
 False
+icons
+False
 
-  
+  
 True
 False
 .uno:BasicShapes.rectangle
@@ -5141,10 +5176,10 @@
   
 
  

[Libreoffice-bugs] [Bug 114045] Undo after Clone Formatting changes formatting of entire table

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114045

--- Comment #11 from Mark Hung  ---
Gerald,

I'd prefer that you report a new issue. For what I've seen the format of the
whole table isn't changed ( tested in 6.0.2 ). The bug description will no
longer the same as the original one.

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

2018-03-31 Thread Khaled Hosny
 vcl/unx/generic/fontmanager/fontmanager.cxx |   25 +
 1 file changed, 9 insertions(+), 16 deletions(-)

New commits:
commit 85b9b178467c3dd7a96a6b07713ca94bc3790c50
Author: Khaled Hosny 
Date:   Sun Apr 1 00:00:38 2018 +0200

Use a simple boolean instead of an enum

All we need to know is whether the font format is supported or not.

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

diff --git a/vcl/unx/generic/fontmanager/fontmanager.cxx 
b/vcl/unx/generic/fontmanager/fontmanager.cxx
index a66aee353449..97bb6162b3c4 100644
--- a/vcl/unx/generic/fontmanager/fontmanager.cxx
+++ b/vcl/unx/generic/fontmanager/fontmanager.cxx
@@ -207,11 +207,6 @@ std::vector PrintFontManager::addFontFile( const 
OString& rFileName )
 return aFontIds;
 }
 
-enum fontFormat
-{
-UNKNOWN, TRUETYPE, CFF
-};
-
 std::vector 
PrintFontManager::analyzeFontFile( int nDirID, const OString& rFontFile, const 
char *pFormat ) const
 {
 std::vector aNewFonts;
@@ -226,26 +221,24 @@ std::vector 
PrintFontManager::anal
 if( access( aFullPath.getStr(), R_OK ) )
 return aNewFonts;
 
-fontFormat eFormat = UNKNOWN;
+bool bSupported = false;
 if (pFormat)
 {
-if (!strcmp(pFormat, "TrueType"))
-eFormat = TRUETYPE;
-else if (!strcmp(pFormat, "CFF"))
-eFormat = CFF;
+if (!strcmp(pFormat, "TrueType") ||
+!strcmp(pFormat, "CFF"))
+bSupported = true;
 }
-if (eFormat == UNKNOWN)
+if (!bSupported)
 {
 OString aExt( rFontFile.copy( rFontFile.lastIndexOf( '.' )+1 ) );
 if( aExt.equalsIgnoreAsciiCase("ttf")
  ||  aExt.equalsIgnoreAsciiCase("ttc")
- ||  aExt.equalsIgnoreAsciiCase("tte") ) // #i33947# for Gaiji 
support
-eFormat = TRUETYPE;
-else if( aExt.equalsIgnoreAsciiCase("otf") ) // check for TTF- and 
PS-OpenType too
-eFormat = CFF;
+ ||  aExt.equalsIgnoreAsciiCase("tte")   // #i33947# for Gaiji 
support
+ ||  aExt.equalsIgnoreAsciiCase("otf") ) // check for TTF- and 
PS-OpenType too
+bSupported = true;
 }
 
-if (eFormat == TRUETYPE || eFormat == CFF)
+if (bSupported)
 {
 // get number of ttc entries
 int nLength = CountTTCFonts( aFullPath.getStr() );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-03-31 Thread andreas kainz
 icon-themes/colibre/cmd/sc_heading1parastyle.png |binary
 icon-themes/colibre/cmd/sc_heading2parastyle.png |binary
 icon-themes/colibre/cmd/sc_heading3parastyle.png |binary
 icon-themes/colibre/cmd/sc_heading4parastyle.png |binary
 icon-themes/colibre/cmd/sc_heading5parastyle.png |binary
 icon-themes/colibre/cmd/sc_heading6parastyle.png |binary
 icon-themes/colibre/cmd/sc_subtitleparastyle.png |binary
 icon-themes/colibre/cmd/sc_titleparastyle.png|binary
 icon-themes/colibre_svg/cmd/sc_heading1parastyle.svg |2 +-
 icon-themes/colibre_svg/cmd/sc_heading2parastyle.svg |2 +-
 icon-themes/colibre_svg/cmd/sc_heading3parastyle.svg |2 +-
 icon-themes/colibre_svg/cmd/sc_heading4parastyle.svg |2 +-
 icon-themes/colibre_svg/cmd/sc_heading5parastyle.svg |2 +-
 icon-themes/colibre_svg/cmd/sc_heading6parastyle.svg |2 +-
 icon-themes/colibre_svg/cmd/sc_subtitleparastyle.svg |2 +-
 icon-themes/colibre_svg/cmd/sc_titleparastyle.svg|2 +-
 16 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit e24f5ba4aab218bd11dbdbadf220458a49e88aff
Author: andreas kainz 
Date:   Sat Mar 31 23:41:40 2018 +0200

Colibre icons: update sc_heading* icons fit's better the grid

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

diff --git a/icon-themes/colibre/cmd/sc_heading1parastyle.png 
b/icon-themes/colibre/cmd/sc_heading1parastyle.png
index 82647853e96e..a350e0c6ce80 100644
Binary files a/icon-themes/colibre/cmd/sc_heading1parastyle.png and 
b/icon-themes/colibre/cmd/sc_heading1parastyle.png differ
diff --git a/icon-themes/colibre/cmd/sc_heading2parastyle.png 
b/icon-themes/colibre/cmd/sc_heading2parastyle.png
index 87921de5d1e9..af22d3252337 100644
Binary files a/icon-themes/colibre/cmd/sc_heading2parastyle.png and 
b/icon-themes/colibre/cmd/sc_heading2parastyle.png differ
diff --git a/icon-themes/colibre/cmd/sc_heading3parastyle.png 
b/icon-themes/colibre/cmd/sc_heading3parastyle.png
index d4426b414085..07bbf4a3bf7c 100644
Binary files a/icon-themes/colibre/cmd/sc_heading3parastyle.png and 
b/icon-themes/colibre/cmd/sc_heading3parastyle.png differ
diff --git a/icon-themes/colibre/cmd/sc_heading4parastyle.png 
b/icon-themes/colibre/cmd/sc_heading4parastyle.png
index 48f4838e7a52..f0b1a4b30c63 100644
Binary files a/icon-themes/colibre/cmd/sc_heading4parastyle.png and 
b/icon-themes/colibre/cmd/sc_heading4parastyle.png differ
diff --git a/icon-themes/colibre/cmd/sc_heading5parastyle.png 
b/icon-themes/colibre/cmd/sc_heading5parastyle.png
index 66bcdcab33db..3d691395a514 100644
Binary files a/icon-themes/colibre/cmd/sc_heading5parastyle.png and 
b/icon-themes/colibre/cmd/sc_heading5parastyle.png differ
diff --git a/icon-themes/colibre/cmd/sc_heading6parastyle.png 
b/icon-themes/colibre/cmd/sc_heading6parastyle.png
index 8e20bcd6ebf8..35e68cc122d6 100644
Binary files a/icon-themes/colibre/cmd/sc_heading6parastyle.png and 
b/icon-themes/colibre/cmd/sc_heading6parastyle.png differ
diff --git a/icon-themes/colibre/cmd/sc_subtitleparastyle.png 
b/icon-themes/colibre/cmd/sc_subtitleparastyle.png
index 3b506e3349a7..9a2eebef9265 100644
Binary files a/icon-themes/colibre/cmd/sc_subtitleparastyle.png and 
b/icon-themes/colibre/cmd/sc_subtitleparastyle.png differ
diff --git a/icon-themes/colibre/cmd/sc_titleparastyle.png 
b/icon-themes/colibre/cmd/sc_titleparastyle.png
index 98f2edadb9be..bc2650fd4a47 100644
Binary files a/icon-themes/colibre/cmd/sc_titleparastyle.png and 
b/icon-themes/colibre/cmd/sc_titleparastyle.png differ
diff --git a/icon-themes/colibre_svg/cmd/sc_heading1parastyle.svg 
b/icon-themes/colibre_svg/cmd/sc_heading1parastyle.svg
index 1544c191eb0b..885e34997e92 100644
--- a/icon-themes/colibre_svg/cmd/sc_heading1parastyle.svg
+++ b/icon-themes/colibre_svg/cmd/sc_heading1parastyle.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
+http://www.w3.org/2000/svg;>
diff --git a/icon-themes/colibre_svg/cmd/sc_heading2parastyle.svg 
b/icon-themes/colibre_svg/cmd/sc_heading2parastyle.svg
index 56bb1b9db75c..86db3f96631e 100644
--- a/icon-themes/colibre_svg/cmd/sc_heading2parastyle.svg
+++ b/icon-themes/colibre_svg/cmd/sc_heading2parastyle.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>2
+http://www.w3.org/2000/svg;>
diff --git a/icon-themes/colibre_svg/cmd/sc_heading3parastyle.svg 
b/icon-themes/colibre_svg/cmd/sc_heading3parastyle.svg
index 8cffb274de30..cb097ed11e80 100644
--- a/icon-themes/colibre_svg/cmd/sc_heading3parastyle.svg
+++ b/icon-themes/colibre_svg/cmd/sc_heading3parastyle.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
+http://www.w3.org/2000/svg;>
diff --git a/icon-themes/colibre_svg/cmd/sc_heading4parastyle.svg 
b/icon-themes/colibre_svg/cmd/sc_heading4parastyle.svg
index 3c94b4dac56f..f478cbf0a76f 100644
--- a/icon-themes/colibre_svg/cmd/sc_heading4parastyle.svg

[Libreoffice-bugs] [Bug 116348] LO Calc keeps crashing after start typing

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116348

Aron Budea  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #15 from Aron Budea  ---
(In reply to gyula_racz25 from comment #12)
> I have installed LO 6.0.3.1 pre-release, the issue still persists.

Gyula, can you please give a try with the 6.0.3.2 pre-release from here:
https://dev-builds.libreoffice.org/pre-releases/win/x86_64/

It's fresh, and contains an important fix concerning the Hungarian spell
checker. Thanks!

-- 
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 45904] move java based api tests to c++

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #116 from Commit Notification 
 ---
Abhyudaya Sharma committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=e4bf7cbc082a428dbef65f0d92cb0cdbda7af16e

tdf#45904 Move _CaptionShape Java tests to C++

It will be available in 6.1.0.

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: include/test qadevOOo/Jar_OOoRunner.mk qadevOOo/objdsc qadevOOo/tests sc/qa test/Library_subsequenttest.mk test/source

2018-03-31 Thread Abhyudaya Sharma
 include/test/drawing/captionshape.hxx|   33 +
 qadevOOo/Jar_OOoRunner.mk|1 
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScAnnotationShapeObj.csv |   12 
 qadevOOo/tests/java/ifc/drawing/_CaptionShape.java   |   26 -
 sc/qa/extras/scannotationshapeobj.cxx|6 
 test/Library_subsequenttest.mk   |1 
 test/source/drawing/captionshape.cxx |  178 
++
 7 files changed, 217 insertions(+), 40 deletions(-)

New commits:
commit e4bf7cbc082a428dbef65f0d92cb0cdbda7af16e
Author: Abhyudaya Sharma 
Date:   Mon Mar 19 21:50:12 2018 +0530

tdf#45904 Move _CaptionShape Java tests to C++

Change-Id: I66fd554a542912784cf730e28cc223591ad5c723
Reviewed-on: https://gerrit.libreoffice.org/51575
Tested-by: Jenkins 
Reviewed-by: Jens Carl 

diff --git a/include/test/drawing/captionshape.hxx 
b/include/test/drawing/captionshape.hxx
new file mode 100644
index ..321de6e792a0
--- /dev/null
+++ b/include/test/drawing/captionshape.hxx
@@ -0,0 +1,33 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef INCLUDED_TEST_DRAWING_CAPTION_SHAPE_HXX
+#define INCLUDED_TEST_DRAWING_CAPTION_SHAPE_HXX
+
+#include 
+#include 
+
+#include 
+
+namespace apitest
+{
+class OOO_DLLPUBLIC_TEST CaptionShape
+{
+public:
+virtual css::uno::Reference init() = 0;
+
+void testCaptionShapeProperties();
+
+protected:
+~CaptionShape() {}
+};
+}
+#endif // INCLUDED_TEST_DRAWING_CAPTION_SHAPE_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk
index 1f9af86d89b6..bf742f150711 100644
--- a/qadevOOo/Jar_OOoRunner.mk
+++ b/qadevOOo/Jar_OOoRunner.mk
@@ -317,7 +317,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
 qadevOOo/tests/java/ifc/document/_XTypeDetection \
 qadevOOo/tests/java/ifc/document/_XViewDataSupplier \
 qadevOOo/tests/java/ifc/drawing/_AreaShapeDescriptor \
-qadevOOo/tests/java/ifc/drawing/_CaptionShape \
 qadevOOo/tests/java/ifc/drawing/_ConnectorProperties \
 qadevOOo/tests/java/ifc/drawing/_ConnectorShape \
 qadevOOo/tests/java/ifc/drawing/_ConnectorShapeDescriptor \
diff --git 
a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScAnnotationShapeObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScAnnotationShapeObj.csv
index 66f2a890537e..8709cf403bc5 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScAnnotationShapeObj.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScAnnotationShapeObj.csv
@@ -163,18 +163,6 @@
 "ScAnnotationShapeObj";"com::sun::star::text::XTextRange";"getEnd()"
 "ScAnnotationShapeObj";"com::sun::star::text::XTextRange";"getString()"
 "ScAnnotationShapeObj";"com::sun::star::text::XTextRange";"setString()"
-"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CornerRadius"
-"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionPoint"
-"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionType"
-"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionIsFixedAngle"
-"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionAngle"
-"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionGap"
-"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionEscapeDirection"
-"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionIsEscapeRelative"
-"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionEscapeRelative"
-"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionEscapeAbsolute"
-"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionLineLength"
-"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionIsFitLineLength"
 
"ScAnnotationShapeObj";"com::sun::star::style::CharacterProperties";"CharFontName"
 
"ScAnnotationShapeObj";"com::sun::star::style::CharacterProperties";"CharFontStyleName"
 
"ScAnnotationShapeObj";"com::sun::star::style::CharacterProperties";"CharFontFamily"
diff --git a/qadevOOo/tests/java/ifc/drawing/_CaptionShape.java 
b/qadevOOo/tests/java/ifc/drawing/_CaptionShape.java
deleted file mode 100644
index 01803f7c5903..
--- a/qadevOOo/tests/java/ifc/drawing/_CaptionShape.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- 

[Libreoffice-bugs] [Bug 108799] [META] HTML export bugs and enhancements

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108799

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||76806


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=76806
[Bug 76806] EDITING HTML Document LABEL FIELD not working in browser
-- 
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 76806] EDITING HTML Document LABEL FIELD not working in browser

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76806

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108799


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108799
[Bug 108799] [META] HTML export 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 116722] Selecting Insert>Field> More Fields in Footer causes crash. OK if in body of text.

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116722

Dean  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
   Hardware|All |x86-64 (AMD64)
Version|unspecified |6.0.2.1 release
 Ever confirmed|1   |0
 OS|All |Windows (All)

--- Comment #2 from Dean  ---
This is weird.  I find that that the bug persists on my principal desktop
(running Windows 10 Pro), but no bug/crash on another desktop and a laptop,
both running the same version of LO and both supposedly running the same
Windows 10 (the desktop the Home version; the laptop the Pro version).

When I said earlier that a work around was to enter the fields in the main text
and then copy to the footer, I was using that second desktop.  I verified today
that I can write fields directly into the footer on that device. But, if I try
to call Insert>More Fields on the first desktop, LO-6 will crash when I am
writing to text or to footer.

The problem never arose under LO-5.  "Document Recovery" was common under LO-5
when saved documents were reopened, but the recovery was almost always
successful and done quickly.  Document Recovery was not so common before under
OpenOffice (or MS Word).

-- 
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 116716] Grouped images with "in line with text" wrap in docx file not displayed/rendered in LibreWriter

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116716

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #3 from Regina Henschel  ---
I think, that the problem is not, that there is a group. But I think, the
problem is, that this group is too wide. The page text area has 7.65cm width
and the group has 7.77cm width. Reduce the width of the group and it will be
rendered.

-- 
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 61606] LibreOffice should import and export custom XML parts in Office Open XML documents

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61606

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||107585


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107585
[Bug 107585] [META] Microsoft Office binary, text and xml file formats
-- 
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 107585] [META] Microsoft Office binary, text and xml file formats

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107585

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||61606


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=61606
[Bug 61606] LibreOffice should import and export custom XML parts in Office
Open XML documents
-- 
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 113541] EDITING - Link to external documents is not created correctly - incorrect URL formation when path contains upper case , spaces and '!', '#' or '$' characters

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113541

--- Comment #14 from bunkem  ---
Still not fixed in 6.0.3.1 Beta either.
Version: 6.0.3.1
Build ID: 62abb169b0efa1520d7bee1f586865354060b989
CPU threads: 8; OS: Mac OS X 10.11.6; UI render: default; 
Locale: en-CA (en.UTF-8); Calc: group

Please let us know which production version will contain the fix.

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 116726] New: Copying Multiple Slides with Identical Names Results in Incorrect Copy

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116726

Bug ID: 116726
   Summary: Copying Multiple Slides with Identical Names Results
in Incorrect Copy
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: fuzzyanaly...@gmail.com

This bug occurs when copying a set of slides with an identical title from from
Impress instance to another.

Example:  I have slide set #1, open in Impress instance #1, and want to copy a
few slides from that slide set to slide set #2.  Let's call the slides that I
want to copy slides 1.1 and 1.2 for clarity.  Slides 1.1 and 1.2 have the same
heading, "Example Heading".  When I copy Slides 1.1 and 1.2 to slide set #2 on
Impress instance #2, the contents of slide 1.1 incorrectly gets copied to slide
1.2.

This has happened several times, and in all cases, it is where multiple slides
have the same heading.

-- 
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 67929] Graphics lists not saved

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67929

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||107943


Referenced Bugs:

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

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107943

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||67929


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=67929
[Bug 67929] Graphics lists not saved
-- 
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: [libo-marketing-priv] Program Committee for LibreOffice conference 2018

2018-03-31 Thread ahmad haris
You can count me in.

Cheers,
Haris

2018-03-27 16:26 GMT+07:00 Sophie :

> Hi all,
>
> Like each year, we need a program committee to frame the tracks and vote
> on the papers for the LibreOffice conference.
>
> The committee will have to decide on the main topics of the conference,
> then read and decide on the talk proposals and set the program for the
> three days of conference together with the local team. This will be done
> during July and August.
>
> If you want to be part of the committee just answer here or send me a
> mail, be aware however that a high availability will be requested
> *during July and August*. We will need no more than 5 persons.
>
> Thanks in advance,
> Cheers
> Sophie
> --
> Sophie Gautier sophie.gaut...@documentfoundation.org
> GSM: +33683901545
> IRC: sophi
> Release coordinator
> The Document Foundation
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 108002] SVG Export to Inkscape Problems

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108002

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||111450


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111450
[Bug 111450] [META] SVG fileSave filter (Draw)
-- 
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 111450] [META] SVG fileSave filter (Draw)

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111450

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||108002


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108002
[Bug 108002] SVG Export to Inkscape Problems
-- 
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 113541] EDITING - Link to external documents is not created correctly - incorrect URL formation when path contains upper case , spaces and '!', '#' or '$' characters

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113541

--- Comment #13 from bunkem  ---
I have been using 
Version: 6.0.2.1
Build ID: f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89
CPU threads: 8; OS: Mac OS X 10.11.6; UI render: default; 
Locale: en-CA (en.UTF-8); Calc: group

and assumed that the fix had been implemented.

But the problem still exists in this version.

Would you please let us know when the fix will be applied to the Fresh
production version?

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 116703] Make clear distinction on differences between "Export" and " Save As", and move items in those filters accordingly

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116703

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||85811


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=85811
[Bug 85811] [META] Main menu bar 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 85811] [META] Main menu bar bugs and enhancements

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85811

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||116703


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116703
[Bug 116703] Make clear distinction on differences between "Export" and "Save
As", and move items in those filters accordingly
-- 
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 116619] Charts for time series to offer smaller units than days

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116619

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbfa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #2 from Jean-Baptiste Faure  ---
Please, could you attach a test file ?
For that kind of data, I always use XY chart instead of line chart. Line chart
is useful for time series with constant timestep. I wonder if you are not
confusing tags and abscissa.

Set status to NEEDINFO, please set it back to UNCONFIRMED once requested
informations are provided.

Best regards. JBF

-- 
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 73827] custom names of images and tables not preserved when saving as .doc or docx

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73827

--- Comment #8 from eisa01  ---
Still present

Version: 6.1.0.0.alpha0+
Build ID: a488c7ad2763b944713997911c1ddb0315d8c93f
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2018-03-26_00:38:29
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 104329] New ipdf filter does not prompt for password for Secured PDF and returns "Image filter not found"

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104329

--- Comment #1 from eisa01  ---
I am prompted for a password, but the opened file just says:
This PDF file is encrypted and can't be opened. 

Version: 6.1.0.0.alpha0+
Build ID: a488c7ad2763b944713997911c1ddb0315d8c93f
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2018-03-26_00:38:29
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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: external/firebird

2018-03-31 Thread himajin100000
 external/firebird/firebird-vs2017.patch.1 |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit bbff9949f9c22daf1921b5680121102e4bd422ab
Author: himajin10 
Date:   Thu Mar 29 03:09:08 2018 +0900

Suppport _MSC_VER 1913 and 1914(Firebird)

Change-Id: Ifeab9119fcc1037365251cd49dd7714cc37b3012
Reviewed-on: https://gerrit.libreoffice.org/52164
Tested-by: Jenkins 
Reviewed-by: Noel Grandin 

diff --git a/external/firebird/firebird-vs2017.patch.1 
b/external/firebird/firebird-vs2017.patch.1
index 7d140589c881..a4dad62e34a9 100644
--- a/external/firebird/firebird-vs2017.patch.1
+++ b/external/firebird/firebird-vs2017.patch.1
@@ -1,11 +1,11 @@
 diff -ru firebird.orig/src/common/os/win32/mod_loader.cpp 
firebird/src/common/os/win32/mod_loader.cpp
 --- firebird.orig/src/common/os/win32/mod_loader.cpp   2017-02-15 
22:11:48.939042400 +0100
 +++ firebird/src/common/os/win32/mod_loader.cpp2017-02-15 
22:12:30.062262700 +0100
-@@ -103,6 +103,8 @@
+@@ -103,6 +103,6 @@
"msvcr120.dll",
- #elif _MSC_VER == 1900
-   "vcruntime140.dll",
-+#elif _MSC_VER == 1910 || _MSC_VER == 1911 || _MSC_VER == 1912
+-#elif _MSC_VER == 1900
+-  "vcruntime140.dll",
++#elif _MSC_VER >= 1900 && _MSC_VER <= 1914
 +  "vcruntime140.dll",
  #else
  #error Specify CRT DLL name here !
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 76806] EDITING HTML Document LABEL FIELD not working in browser

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76806

eisa01  changed:

   What|Removed |Added

   Keywords||filter:html
 OS|Linux (All) |All

--- Comment #10 from eisa01  ---
Still present

Version: 6.1.0.0.alpha0+
Build ID: a488c7ad2763b944713997911c1ddb0315d8c93f
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2018-03-26_00:38:29
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 61606] LibreOffice should import and export custom XML parts in Office Open XML documents

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61606

eisa01  changed:

   What|Removed |Added

   Keywords||dataLoss, filter:ooxml
   Priority|high|medium
   Severity|major   |critical

--- Comment #5 from eisa01  ---
Still there

Version: 6.1.0.0.alpha0+
Build ID: a488c7ad2763b944713997911c1ddb0315d8c93f
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2018-03-26_00:38:29
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 67929] Graphics lists not saved

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67929

--- Comment #5 from eisa01  ---
Still present, saving to root drive does not work and does not throw error

Version: 6.1.0.0.alpha0+
Build ID: a488c7ad2763b944713997911c1ddb0315d8c93f
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2018-03-26_00:38:29
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 108663] [META] AutoText bugs and enhancements

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108663

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||115872


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=115872
[Bug 115872] Introduce formatted dummy text
-- 
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 115872] Introduce formatted dummy text

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115872

Thomas Lendo  changed:

   What|Removed |Added

 CC||thomas.le...@gmail.com
 Blocks||108663


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108663
[Bug 108663] [META] AutoText 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 115872] Introduce formatted dummy text

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115872

Thomas Lendo  changed:

   What|Removed |Added

 CC||thomas.le...@gmail.com
 Blocks||108663


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108663
[Bug 108663] [META] AutoText 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-bugs] [Bug 77915] FILEOPEN [vsdx] shape color not imported

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77915

eisa01  changed:

   What|Removed |Added

   Hardware|Other   |All

--- Comment #6 from eisa01  ---
Still present

The figures are now rendered with a black outline only

Version: 6.1.0.0.alpha0+
Build ID: a488c7ad2763b944713997911c1ddb0315d8c93f
CPU threads: 2; OS: Mac OS X 10.12.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2018-03-26_00:38:29
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 113209] [META] UI bugs and enhancements

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113209

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||115512


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=115512
[Bug 115512] Remove titlebar from UI in case of Gnome
-- 
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 103303] [META] Desktop integration bugs and enhancements

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103303

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||115512


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=115512
[Bug 115512] Remove titlebar from UI in case of Gnome
-- 
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 115512] Remove titlebar from UI in case of Gnome

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115512

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||103303, 113209


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103303
[Bug 103303] [META] Desktop integration bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=113209
[Bug 113209] [META] UI 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 115512] Remove titlebar from UI in case of Gnome

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115512

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||103303, 113209


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103303
[Bug 103303] [META] Desktop integration bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=113209
[Bug 113209] [META] UI 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-bugs] [Bug 115474] Applying autoformat to a large number of cells takes too long ( with row-alternate shading)

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115474

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||113208


Referenced Bugs:

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

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113208

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||115474


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=115474
[Bug 115474] Applying autoformat to a large number of cells takes too long
(with row-alternate shading)
-- 
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 110746] [META] Option dialog's View settings bugs and enhancements

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=110746

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||113281


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113281
[Bug 113281] Workflow with icon set extensions
-- 
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 106228] [META] Icon theme issues

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106228

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||113281


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113281
[Bug 113281] Workflow with icon set extensions
-- 
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 113281] Workflow with icon set extensions

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113281

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||104113, 106228, 110746

--- Comment #1 from Thomas Lendo  ---
I support both ideas.

But instead of switching automatically to the newly installed icon set, the
user should be asked if he want to use it immediately or later with the options
dialog.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104113
[Bug 104113] [META] Extension manager dialog bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=106228
[Bug 106228] [META] Icon theme issues
https://bugs.documentfoundation.org/show_bug.cgi?id=110746
[Bug 110746] [META] Option dialog's View settings 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 104113] [META] Extension manager dialog bugs and enhancements

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104113

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||113281


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113281
[Bug 113281] Workflow with icon set extensions
-- 
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: download.lst external/more_fonts solenv/flatpak-manifest.in

2018-03-31 Thread Andras Timar
 download.lst |4 ++--
 external/more_fonts/ExternalPackage_amiri.mk |   10 +-
 solenv/flatpak-manifest.in   |6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit a3c9d29cdb8d83ce060b5ddc96ef1463ea32350c
Author: Andras Timar 
Date:   Sat Mar 31 12:54:55 2018 +0200

tdf#115226 Update bundled Amiri to 0.111

Change-Id: I4f07943ccd27c1c58e32c0513befe72ae0839b93
Reviewed-on: https://gerrit.libreoffice.org/52184
Tested-by: Jenkins 
Reviewed-by: Andras Timar 

diff --git a/download.lst b/download.lst
index 5225f03d7148..354c39285f43 100644
--- a/download.lst
+++ b/download.lst
@@ -76,8 +76,8 @@ export FONT_LIBRE_HEBREW_SHA256SUM := 
f596257c1db706ce35795b18d7f66a4db99d427725
 export FONT_LIBRE_HEBREW_TARBALL := libre-hebrew-1.0.tar.gz
 export FONT_ALEF_SHA256SUM := 
b98b67602a2c8880a1770f0b9e37c190f29a7e2ade5616784f0b89fbdb75bf52
 export FONT_ALEF_TARBALL := alef-1.001.tar.gz
-export FONT_AMIRI_SHA256SUM := 
97ee6e40d87f4b31de15d9a93bb30bf27bf308f0814f4ee9c47365b027402ad6
-export FONT_AMIRI_TARBALL := amiri-0.109.zip
+export FONT_AMIRI_SHA256SUM := 
1fbfccced6348b5db2c1c21d5b319cd488e14d055702fa817a0f6cb83d882166
+export FONT_AMIRI_TARBALL := Amiri-0.111.zip
 export FONT_KACST_SHA256SUM := 
dca00f5e655f2f217a766faa73a81f542c5c204aa3a47017c3c2be0b31d00a56
 export FONT_KACST_TARBALL := ttf-kacst_2.01+mry.tar.gz
 export FONT_REEM_SHA256SUM := 
4dfbd8b227ea062ca1742fb15d707f0b74398f9ddb231892554f0959048e809b
diff --git a/external/more_fonts/ExternalPackage_amiri.mk 
b/external/more_fonts/ExternalPackage_amiri.mk
index ccf5f1c94c8a..d938b8cf7542 100644
--- a/external/more_fonts/ExternalPackage_amiri.mk
+++ b/external/more_fonts/ExternalPackage_amiri.mk
@@ -10,11 +10,11 @@
 $(eval $(call gb_ExternalPackage_ExternalPackage,fonts_amiri,font_amiri))
 
 $(eval $(call 
gb_ExternalPackage_add_unpacked_files,fonts_amiri,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
-   amiri-bold.ttf \
-   amiri-boldslanted.ttf \
-   amiri-quran.ttf \
-   amiri-regular.ttf \
-   amiri-slanted.ttf \
+   Amiri-Bold.ttf \
+   Amiri-BoldSlanted.ttf \
+   AmiriQuran.ttf \
+   Amiri-Regular.ttf \
+   Amiri-Slanted.ttf \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index b74158a64fbf..594f99dd8646 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -433,10 +433,10 @@
 "dest-filename": "external/tarballs/alef-1.001.tar.gz"
 },
 {
-"url": 
"https://dev-www.libreoffice.org/src/amiri-0.109.zip;,
-"sha256": 
"97ee6e40d87f4b31de15d9a93bb30bf27bf308f0814f4ee9c47365b027402ad6",
+"url": 
"https://dev-www.libreoffice.org/src/Amiri-0.111.zip;,
+"sha256": 
"1fbfccced6348b5db2c1c21d5b319cd488e14d055702fa817a0f6cb83d882166",
 "type": "file",
-"dest-filename": "external/tarballs/amiri-0.109.zip"
+"dest-filename": "external/tarballs/Amiri-0.111.zip"
 },
 {
 "url": 
"https://dev-www.libreoffice.org/src/culmus-0.131.tar.gz;,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 115226] Update bundled Amiri to 0.111

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115226

--- Comment #7 from Commit Notification 
 ---
Andras Timar committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=a3c9d29cdb8d83ce060b5ddc96ef1463ea32350c

tdf#115226 Update bundled Amiri to 0.111

It will be available in 6.1.0.

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

2018-03-31 Thread László Németh
 i18npool/source/collator/data/hu_charset.txt |   56 ++-
 1 file changed, 47 insertions(+), 9 deletions(-)

New commits:
commit 34ae19b1e9ede8bdcf56e393f68a7f875e32a068
Author: László Németh 
Date:   Sat Mar 31 16:08:07 2018 +0200

tdf#11 Hungarian collation: casing and equality fixes

Casing fixes: “CCS” sorted as “CSCS”, not “cscs”.
“Ccs” and “CCS” are capitalized versions of the simplified
double consonant “cs”, but “CCs” is an abbreviation of words
beginning with “C” and “Cs” (similar to “AkH.”, “MHSz.”) etc.

To avoid the comparison result “equal” we set a precedence
between the simplified and compound-like long forms, too.
For example, “ésszerű” (old orthography before 2015) and
“észszerű” (not “észszerű”, “ésszerű”), or “mennyelv” and
“menynyelv” (words with different meanings) sorted as
“észszerű” and “észSzerű”, also “menynyelv” and “menyNyelv”.

Change-Id: If31c97262bc74429b514ede43a0384de80fe8ac5
Reviewed-on: https://gerrit.libreoffice.org/52194
Tested-by: Jenkins 
Reviewed-by: Andras Timar 

diff --git a/i18npool/source/collator/data/hu_charset.txt 
b/i18npool/source/collator/data/hu_charset.txt
index 2b7288e7d8a6..2b6677e0dc1b 100644
--- a/i18npool/source/collator/data/hu_charset.txt
+++ b/i18npool/source/collator/data/hu_charset.txt
@@ -35,12 +35,50 @@
 & u < ü <<< Ü <<< ű <<< Ű
 & z < zs <<< Zs <<< ZS
 
-& cs <<< ccs / cs <<< Ccs / cs <<< CCs / cs <<< CCS / cs
-& dz <<< ddz / dz <<< Ddz / dz <<< DDz / dz <<< DDZ / dz
-& dzs <<< ddzs / dzs <<< Ddzs / dzs <<< DDzs / dzs <<< DDZs / dzs <<< DDZS / 
dzs
-& gy <<< ggy / gy <<< Ggy / gy <<< GGy / gy <<< GGY / gy
-& ly <<< lly / ly <<< Lly / ly <<< LLy / ly <<< LLY / ly
-& ny <<< nny / ny <<< Nny / ny <<< NNy / ny <<< NNY / ny
-& sz <<< ssz / sz <<< Ssz / sz <<< SSz / sz <<< SSZ / sz
-& ty <<< tty / ty <<< Tty / ty <<< TTy / ty <<< TTY / ty
-& zs <<< zzs / zs <<< Zzs / zs <<< ZZs / zs <<< ZZS / zs
+# We expand simplified double consonants, for example,
+# "ccs" sorted as "cscs". This is still not an error-free
+# method, but better, than the old method, because now
+# it's *possible* to fix all errors in a semi-automatic way,
+# using soft hyphens. Inserting them in bad or ambiguous
+# character positions will fix all automatic sortings later,
+# for example, “arccsont” -> “arc|csont” (“|” signs soft
+# hyphen position).
+
+# Note: Ccs and CCS are capitalized versions of the simplified
+# double consonant “cs”, but CCs is an abbreviation of words
+# beginning with C and Cs (similar to “AkH.”, “MHSz.”).
+
+# To avoid the comparison result “equal” we set a precedence
+# between the simplified and compound-like long forms, too.
+# For example, “ésszerű” (old orthography before 2015) and
+# “észszerű” (not “észszerű”, “ésszerű”), or “mennyelv” and
+# “menynyelv” (words with different meanings), sorted as
+# “észszerű” and “észSzerű”, also “menynyelv” and “menyNyelv”.
+
+& cs <<< ccs / cs <<< cscs / Cs
+& Cs <<< Ccs / cs <<< CsCs / Cs
+& CS <<< CCS / Cs <<< CSCS / CS
+& dz <<< ddz / dz <<< dzdz / Dz
+& Dz <<< Ddz / dz <<< DzDz / Dz
+& DZ <<< DDZ / Dz <<< DZDZ / DZ
+& dzs <<< ddzs / dzs <<< dzsdzs / Dzs
+& Dzs <<< Ddzs / dzs <<< DzsDzs / Dzs
+& DZS <<< DDZS / DZs <<< DZSDZS / DZS
+& gy <<< ggy / gy <<< gygy / Gy
+& Gy <<< Ggy / gy <<< GyGy / Gy
+& GY <<< GGY / Gy <<< GYGY / GY
+& ly <<< lly / ly <<< lyly / Ly
+& Ly <<< Lly / ly <<< LyLy / Ly
+& LY <<< LLY / Ly <<< LYLY / LY
+& ny <<< nny / ny <<< nyny / Ny
+& Ny <<< Nny / ny <<< NyNy / Ny
+& NY <<< NNY / Ny <<< NYNY / NY
+& sz <<< ssz / sz <<< szsz / Sz
+& Sz <<< Ssz / sz <<< SzSz / Sz
+& SZ <<< SSZ / Sz <<< SZSZ / SZ
+& ty <<< tty / ty <<< tyty / Ty
+& Ty <<< Tty / ty <<< TyTy / Ty
+& TY <<< TTY / Ty <<< TYTY / TY
+& zs <<< zzs / zs <<< zszs / Zs
+& Zs <<< Zzs / zs <<< ZsZs / Zs
+& ZS <<< ZZS / Zs <<< ZSZS / ZS
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 115226] Update bundled Amiri to 0.111

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115226

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.1.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 116725] !!br0ken!! mysteriously appears in Spellcheck after some steps

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116725

--- Comment #2 from Mike Kaganski  ---
What is the language for the sentence and its parts at the time of spell
checking?

-- 
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: 2 commits - cui/source cui/uiconfig include/svx

2018-03-31 Thread Caolán McNamara
 cui/source/factory/dlgfact.cxx|   13 +++--
 cui/source/factory/dlgfact.hxx|   14 -
 cui/source/inc/optdict.hxx|   25 --
 cui/source/options/optdict.cxx|   75 ++
 cui/source/options/optlingu.cxx   |   62 +---
 cui/uiconfig/ui/breaknumberoption.ui  |   13 +++--
 cui/uiconfig/ui/optnewdictionarydialog.ui |   42 ++--
 include/svx/langbox.hxx   |1 
 include/svx/svxdlg.hxx|2 
 9 files changed, 117 insertions(+), 130 deletions(-)

New commits:
commit 1595604169f7643cf134f71e218ea512887ed8a3
Author: Caolán McNamara 
Date:   Fri Mar 30 21:24:28 2018 +0100

weld SvxNewDictionaryDialog

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

diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index 6dc1f279693d..a3b1ced56c74 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -119,7 +119,11 @@ IMPL_ABSTDLG_BASE(AbstractSvxTransformTabDialog_Impl);
 IMPL_ABSTDLG_BASE(AbstractSvxCaptionDialog_Impl);
 IMPL_ABSTDLG_BASE(AbstractSvxJSearchOptionsDialog_Impl);
 IMPL_ABSTDLG_BASE(AbstractFmInputRecordNoDialog_Impl);
-IMPL_ABSTDLG_BASE(AbstractSvxNewDictionaryDialog_Impl);
+
+short AbstractSvxNewDictionaryDialog_Impl::Execute()
+{
+return m_xDlg->run();
+}
 
 short AbstractSvxNameDialog_Impl::Execute()
 {
@@ -586,7 +590,7 @@ long AbstractFmInputRecordNoDialog_Impl::GetValue() const
 
 ::Reference< css::linguistic2::XDictionary > 
AbstractSvxNewDictionaryDialog_Impl::GetNewDictionary()
 {
-return pDlg->GetNewDictionary();
+return m_xDlg->GetNewDictionary();
 }
 
 void AbstractSvxNameDialog_Impl::GetName(OUString& rName)
@@ -1116,10 +1120,9 @@ VclPtr 
AbstractDialogFactory_Impl::CreateFmInputR
 return VclPtr::Create( pDlg );
 }
 
-VclPtr 
AbstractDialogFactory_Impl::CreateSvxNewDictionaryDialog( vcl::Window* pParent )
+VclPtr 
AbstractDialogFactory_Impl::CreateSvxNewDictionaryDialog(weld::Window* pParent)
 {
-VclPtrInstance pDlg( pParent );
-return VclPtr::Create( pDlg );
+return VclPtr::Create(new 
SvxNewDictionaryDialog(pParent));
 }
 
 VclPtr 
AbstractDialogFactory_Impl::CreateSvxEditDictionaryDialog( vcl::Window* pParent,
diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx
index 25573f60a19e..2b36adee6204 100644
--- a/cui/source/factory/dlgfact.hxx
+++ b/cui/source/factory/dlgfact.hxx
@@ -300,7 +300,14 @@ class AbstractFmInputRecordNoDialog_Impl :public 
AbstractFmInputRecordNoDialog
 class SvxNewDictionaryDialog;
 class AbstractSvxNewDictionaryDialog_Impl :public 
AbstractSvxNewDictionaryDialog
 {
-
DECL_ABSTDLG_BASE(AbstractSvxNewDictionaryDialog_Impl,SvxNewDictionaryDialog)
+protected:
+std::unique_ptr m_xDlg;
+public:
+explicit AbstractSvxNewDictionaryDialog_Impl(SvxNewDictionaryDialog* p)
+: m_xDlg(p)
+{
+}
+virtual short Execute() override;
 virtual css::uno::Reference< css::linguistic2::XDictionary >  
GetNewDictionary() override;
 };
 
@@ -599,9 +606,8 @@ public:
 const SfxItemSet& 
rOptionsSet,
 
TransliterationFlags nInitialFlags) override;
 virtual VclPtr 
CreateFmInputRecordNoDialog() override;
-virtual VclPtr 
CreateSvxNewDictionaryDialog( vcl::Window* pParent ) override;
-virtual VclPtr CreateSvxEditDictionaryDialog( 
vcl::Window* pParent,
-const OUString& rName) override;
+virtual VclPtr 
CreateSvxNewDictionaryDialog(weld::Window* pParent) override;
+virtual VclPtr 
CreateSvxEditDictionaryDialog(vcl::Window* pParent, const OUString& rName) 
override;
 virtual VclPtr CreateSvxNameDialog(weld::Window* 
pParent,
 const OUString& rName, const 
OUString& rDesc) override;
 // #i68101#
diff --git a/cui/source/inc/optdict.hxx b/cui/source/inc/optdict.hxx
index e2dc53bf9e6e..e50accd43276 100644
--- a/cui/source/inc/optdict.hxx
+++ b/cui/source/inc/optdict.hxx
@@ -47,27 +47,22 @@ namespace linguistic2{
 
 // class SvxNewDictionaryDialog --
 
-class SvxNewDictionaryDialog : public ModalDialog
+class SvxNewDictionaryDialog : public weld::GenericDialogController
 {
 private:
-VclPtrpNameEdit;
-VclPtr  pLanguageLB;
-VclPtrpExceptBtn;
-VclPtrpOKBtn;
-css::uno::Reference<
-css::linguistic2::XDictionary >xNewDic;
+std::unique_ptr m_xNameEdit;
+std::unique_ptr m_xLanguageLB;
+std::unique_ptr m_xExceptBtn;
+  

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

2018-03-31 Thread Caolán McNamara
 vcl/source/window/builder.cxx |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 9d8ea0b8ef6388e763a095e51ce9e8f85f86ad49
Author: Caolán McNamara 
Date:   Fri Mar 30 17:08:43 2018 +0100

welded radio buttons are in gtk-style groups

i.e. everything in the group is grouped with the leader of the group
so group to that one to get tab order right

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

diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 8f982e435fe2..bd0e72c22ada 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -314,7 +314,12 @@ VclBuilder::VclBuilder(vcl::Window *pParent, const 
OUString& sUIDir, const OUStr
 RadioButton *pOther = get(elem.m_sValue);
 SAL_WARN_IF(!pOne || !pOther, "vcl", "missing member of radiobutton 
group");
 if (pOne && pOther)
-pOne->group(*pOther);
+{
+if (m_bLegacy)
+pOne->group(*pOther);
+else
+pOther->group(*pOne);
+}
 }
 
 //Set ComboBox models when everything has been imported
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 116597] System Theme Application Failure

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116597

--- Comment #10 from jrheoffic...@gmail.com ---
Created attachment 141004
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141004=edit
LibreOffice Under gtk3

-- 
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 116597] System Theme Application Failure

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116597

--- Comment #9 from jrheoffic...@gmail.com ---
Created attachment 141003
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141003=edit
LibreOffice Under kde4

The two image attachments being sent show LibreOffice using one of the VCL
backends and the effects that follow; the GTK style settings for the kde4
backend; and gucharmap (GNOME Character Map), another application running on
the kde4 VCL backend that is working as expected. It is to note that all GTK
applications on my system work fine with the kde4 VCL backend minus
LibreOffice, which doesn't apply based on kde4, but selects its default theme
instead.

-- 
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 89453] Improve the wording of "Paste Special" options

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89453

--- Comment #17 from Mike Kaganski  ---
Also I'd say Heiko please just do the change, it might be fine-tuned later.

-- 
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 116725] !!br0ken!! mysteriously appears in Spellcheck after some steps

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116725

--- Comment #1 from Dylan Risso  ---
I meant:

Additional Info:
It should have been 'jam jam'

-- 
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 89453] Improve the wording of "Paste Special" options

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89453

--- Comment #16 from Mike Kaganski  ---
(In reply to Heiko Tietze from comment #13)
> ...
> calc8 - Calc object [Remark: what's the difference to standard paste
> operation?]

Regarding the cited line from Heiko's comment: one of the formats is the
default one chosen when user pastes normally (Ctrl+V). It would help to see the
"(default)" after the format that is selected that way (see e.g. bug 116685
where the default for one operation is discussed).

-- 
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 116725] New: !!br0ken!! mysteriously appears in Spellcheck after some steps

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116725

Bug ID: 116725
   Summary: !!br0ken!! mysteriously appears in Spellcheck after
some steps
   Product: LibreOffice
   Version: 6.0.1.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dylan.ri...@outlook.com

Description:
When I typed, on a new sentence, 'jarn jarn' or 'harn harn' or larn larn', then
went on the Spellcheck, and corrected it, !!br0ken!! appeared.

Steps to Reproduce:
1. Type 'jarn jarn' on a new sentence.
2. Go on Spellcheck, and in the top box, not the suggestions, replace it for
'jam jarn'.
3. For the second 'jarn', change it, in the top box, to 'jam jam'
4. Click the greyed-out box 'Always Correct'.
5. Click 'Correct'

Actual Results:  
'jam j!!br0ken!!'

Expected Results:
'jam j!!br0ken!!'


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
'jam jam'


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/65.0.3325.181 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-commits] core.git: compilerplugins/clang include/svx sc/source sd/source svx/source sw/inc sw/source

2018-03-31 Thread Noel Grandin
 compilerplugins/clang/unusedfields.readonly.results  |   78 +--
 compilerplugins/clang/unusedfields.untouched.results |   56 +++--
 compilerplugins/clang/unusedfields.writeonly.results |   50 +++-
 include/svx/langbox.hxx  |4 
 include/svx/xmlgrhlp.hxx |9 --
 sc/source/filter/xml/xmlwrap.cxx |2 
 sd/source/filter/xml/sdxmlwrp.cxx|5 -
 svx/source/dialog/langbox.cxx|4 
 svx/source/xml/xmlgrhlp.cxx  |   10 --
 sw/inc/ddefld.hxx|5 -
 sw/source/core/fields/ddefld.cxx |1 
 sw/source/filter/xml/swxml.cxx   |3 
 sw/source/filter/xml/wrtxml.cxx  |3 
 sw/source/ui/misc/srtdlg.cxx |1 
 sw/source/uibase/inc/srtdlg.hxx  |1 
 sw/source/uibase/inc/tautofmt.hxx|1 
 16 files changed, 114 insertions(+), 119 deletions(-)

New commits:
commit d9e6d51c7a49d612fbc0b5a44d1c2b85e1aac899
Author: Noel Grandin 
Date:   Sat Mar 31 13:28:36 2018 +0200

loplugin:unusedfields

Change-Id: Id2dea1d3a56d5d3be03c5a2a4f2ef530a05f9b19
Reviewed-on: https://gerrit.libreoffice.org/52185
Tested-by: Jenkins 
Reviewed-by: Noel Grandin 

diff --git a/compilerplugins/clang/unusedfields.readonly.results 
b/compilerplugins/clang/unusedfields.readonly.results
index 2dd5a304dbe0..ea8c740e10a0 100644
--- a/compilerplugins/clang/unusedfields.readonly.results
+++ b/compilerplugins/clang/unusedfields.readonly.results
@@ -152,7 +152,7 @@ cppu/source/uno/check.cxx:138
 (anonymous namespace)::Char4 chars struct (anonymous namespace)::Char3
 cui/source/inc/cuicharmap.hxx:86
 SvxCharacterMap m_pFavCharView VclPtr [16]
-cui/source/options/optcolor.cxx:250
+cui/source/options/optcolor.cxx:254
 ColorConfigWindow_Impl aModuleOptions class SvtModuleOptions
 cui/source/options/optpath.cxx:77
 OptPath_Impl m_aDefOpt class SvtDefaultOptions
@@ -182,31 +182,31 @@ editeng/source/editeng/impedit.hxx:449
 ImpEditEngine maColorConfig svtools::ColorConfig
 embeddedobj/source/inc/commonembobj.hxx:104
 OCommonEmbeddedObject m_aClassName class rtl::OUString
-embeddedobj/source/inc/oleembobj.hxx:119
+embeddedobj/source/inc/oleembobj.hxx:121
 OleEmbeddedObject m_pOleComponent class OleComponent *
-embeddedobj/source/inc/oleembobj.hxx:139
+embeddedobj/source/inc/oleembobj.hxx:141
 OleEmbeddedObject m_xClosePreventer 
css::uno::Reference
-embeddedobj/source/inc/oleembobj.hxx:161
+embeddedobj/source/inc/oleembobj.hxx:163
 OleEmbeddedObject m_bHasSizeToSet _Bool
-embeddedobj/source/inc/oleembobj.hxx:162
+embeddedobj/source/inc/oleembobj.hxx:164
 OleEmbeddedObject m_aSizeToSet css::awt::Size
-embeddedobj/source/inc/oleembobj.hxx:163
+embeddedobj/source/inc/oleembobj.hxx:165
 OleEmbeddedObject m_nAspectToSet sal_Int64
-embeddedobj/source/inc/oleembobj.hxx:168
+embeddedobj/source/inc/oleembobj.hxx:170
 OleEmbeddedObject m_bGotStatus _Bool
-embeddedobj/source/inc/oleembobj.hxx:169
+embeddedobj/source/inc/oleembobj.hxx:171
 OleEmbeddedObject m_nStatus sal_Int64
-embeddedobj/source/inc/oleembobj.hxx:170
+embeddedobj/source/inc/oleembobj.hxx:172
 OleEmbeddedObject m_nStatusAspect sal_Int64
-embeddedobj/source/inc/oleembobj.hxx:178
+embeddedobj/source/inc/oleembobj.hxx:180
 OleEmbeddedObject m_aLinkURL class rtl::OUString
-embeddedobj/source/inc/oleembobj.hxx:184
+embeddedobj/source/inc/oleembobj.hxx:186
 OleEmbeddedObject m_bFromClipboard _Bool
 extensions/source/propctrlr/eformshelper.hxx:62
 pcr::EFormsHelper m_aSubmissionUINames pcr::MapStringToPropertySet
 extensions/source/propctrlr/eformshelper.hxx:64
 pcr::EFormsHelper m_aBindingUINames pcr::MapStringToPropertySet
-filter/source/graphicfilter/eps/eps.cxx:114
+filter/source/graphicfilter/eps/eps.cxx:113
 PSWriter pVDev ScopedVclPtrInstance
 filter/source/graphicfilter/icgm/chart.hxx:44
 DataNode nBoxX1 sal_Int16
@@ -286,7 +286,7 @@ include/sfx2/msg.hxx:108
 SfxType aAttrib struct SfxTypeAttrib [1]
 include/sfx2/msg.hxx:118
 SfxType0 pType const std::type_info *
-include/sfx2/sidebar/ResourceManager.hxx:107
+include/sfx2/sidebar/ResourceManager.hxx:108
 sfx2::sidebar::ResourceManager maMiscOptions class SvtMiscOptions
 include/svl/ondemand.hxx:59
 OnDemandLocaleDataWrapper aSysLocale class SvtSysLocale
@@ -336,7 +336,7 @@ include/vcl/bitmap.hxx:177
 BmpFilterParam::(anonymous) mcSolarGreyThreshold sal_uInt8
 include/vcl/bitmap.hxx:178
 BmpFilterParam::(anonymous) mnRadius double
-include/vcl/filter/pdfdocument.hxx:173
+include/vcl/filter/pdfdocument.hxx:174
 vcl::filter::PDFNameElement m_nLength sal_uInt64
 include/vcl/opengl/OpenGLContext.hxx:57
   

[Libreoffice-ux-advise] [Bug 116685] Copy-pasting a range of cells from Calc to Writer should produce a table by default

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116685

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jbfa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #8 from Jean-Baptiste Faure  ---
Valid enhancement request.

Best regards. JBF

-- 
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 116685] Copy-pasting a range of cells from Calc to Writer should produce a table by default

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116685

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jbfa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #8 from Jean-Baptiste Faure  ---
Valid enhancement request.

Best regards. JBF

-- 
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 116712] BaseDocumenter

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116712

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jbfa...@libreoffice.org
 Resolution|--- |FIXED

--- Comment #1 from Jean-Baptiste Faure  ---
>From the third slide of Jean-Pierre Ledure talk, it is an extension that will
be published in 2018H1 that is before 2018-06-30. So you have to check
https://extensions.libreoffice.org or ask Jean-Pierre itself.

Best regards. JBF

-- 
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 116715] The visibility of inserted index entries is poor and editing is difficult

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116715

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbfa...@libreoffice.org
Version|unspecified |6.0.2.1 release
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure  ---
Please could you describe step by step what you do to reproduce this problem
from scratch?
What is your OS ?
In my test, the first word following the caret is selected when I insert an
index entry.
To edit an index entry: hit F1 key and type index in the tab Index of the help.

Set status to NEEDINFO, please set it back to UNCONFIRMED once requested
informations are provided.

Best regards. JBF

-- 
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 112064] FORMATTING Multiple footnotes per line in the footer, rather than the default one footnote per line.

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112064

Dieter Praas  changed:

   What|Removed |Added

 Blocks||108237


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108237
[Bug 108237] [META] ODF specification 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 108237] [META] ODF specification issues

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108237

Dieter Praas  changed:

   What|Removed |Added

 Depends on||112064


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112064
[Bug 112064] FORMATTING Multiple footnotes per line in the footer, rather than
the default one footnote per line.
-- 
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 116722] Selecting Insert>Field> More Fields in Footer causes crash. OK if in body of text.

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116722

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbfa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure  ---
No crash for me with the current master and LO 6.0 under Ubuntu 16.04.
What is your OS, the LO version (see Help > About LibreOffice) ?

Set status to NEEDINFO, please set it back to UNCONFIRMED once requested
informations are provided.

Best regards. JBF

-- 
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 108002] SVG Export to Inkscape Problems

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108002

--- Comment #9 from Christina Rossmanith  ---
Could reproduce the bug with inkscape 0.91 but not with 0.92.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 48799] [META] Impress Bullets and Numbering bugs (formatting and UI)

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48799

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||116536


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116536
[Bug 116536] FILEOPEN: Bullets are higher than the text
-- 
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 116714] Are we bound to the old OOo Tango styled icons/ oasis for the sysui

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116714

--- Comment #6 from V Stuart Foote  ---
(In reply to Andras Timar from comment #4)
> commit b74fd6e8cc43092fa8cb4ce1439bc08fed4ef413
> Author: Thorsten Behrens 
> Date:   Thu Feb 3 17:27:48 2011 +0100
> 
> New mimetype icons for LibreOffice
> 
> Update from design team, source svg is
>
> http://wiki.documentfoundation.org/cgi_img_auth.php/d/d4/
> LibreOffice_Initial_Icons-pre_final.svg
> 
> The link above is broken now.
> 
It is archived here:

https://wiki.documentfoundation.org/images/d/d4/LibreOffice_Initial_Icons-pre_final.svg

meta data, and alternate resolutions:
https://wiki.documentfoundation.org/File:LibreOffice_Initial_Icons-pre_final.svg

-- 
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 116714] Are we bound to the old OOo Tango styled icons/ oasis for the sysui

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116714

--- Comment #6 from V Stuart Foote  ---
(In reply to Andras Timar from comment #4)
> commit b74fd6e8cc43092fa8cb4ce1439bc08fed4ef413
> Author: Thorsten Behrens 
> Date:   Thu Feb 3 17:27:48 2011 +0100
> 
> New mimetype icons for LibreOffice
> 
> Update from design team, source svg is
>
> http://wiki.documentfoundation.org/cgi_img_auth.php/d/d4/
> LibreOffice_Initial_Icons-pre_final.svg
> 
> The link above is broken now.
> 
It is archived here:

https://wiki.documentfoundation.org/images/d/d4/LibreOffice_Initial_Icons-pre_final.svg

meta data, and alternate resolutions:
https://wiki.documentfoundation.org/File:LibreOffice_Initial_Icons-pre_final.svg

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


[Libreoffice-bugs] [Bug 113354] [META] Impress/Draw feature enhancements

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113354

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||115611


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=115611
[Bug 115611] FORMATTING: more flexible page numbering method for presentation
-- 
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 115611] FORMATTING: more flexible page numbering method for presentation

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115611

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||113354


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113354
[Bug 113354] [META] Impress/Draw feature 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 115611] FORMATTING: more flexible page numbering method for presentation

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115611

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||113354


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113354
[Bug 113354] [META] Impress/Draw feature 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-bugs] [Bug 106228] [META] Icon theme issues

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106228

Yousuf Philips (jay) (retired)  changed:

   What|Removed |Added

 Depends on||116695


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116695
[Bug 116695] Default icon theme for Gnome based desktop environments
-- 
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 103303] [META] Desktop integration bugs and enhancements

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103303

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||116694


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116694
[Bug 116694] Replace Quickstarter by taking advantage of the Windows native
"always running" startup method
-- 
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 111928] [META] Quickstarter-related issues

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111928

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||116694


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116694
[Bug 116694] Replace Quickstarter by taking advantage of the Windows native
"always running" startup method
-- 
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: sw/source

2018-03-31 Thread himajin100000
 sw/source/core/bastyp/bparr.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5c7ba324eb1b66b367c3f00164044a80778b8871
Author: himajin10 
Date:   Sat Mar 31 20:58:31 2018 +0900

restore carelessly removed expandtab for vim

see Miklos' comment on https://gerrit.libreoffice.org/#/c/52168/

Change-Id: Ief0cc781580e9b50c28d5f550189469ffa82d25a
Reviewed-on: https://gerrit.libreoffice.org/52191
Tested-by: Jenkins 
Reviewed-by: Noel Grandin 

diff --git a/sw/source/core/bastyp/bparr.cxx b/sw/source/core/bastyp/bparr.cxx
index e8add976077e..da67b8b1a617 100644
--- a/sw/source/core/bastyp/bparr.cxx
+++ b/sw/source/core/bastyp/bparr.cxx
@@ -495,4 +495,4 @@ sal_uInt16 BigPtrArray::Compress()
 return nFirstChgPos;
 }
 
-/* vim:set shiftwidth=4 softtabstop=4 */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 116694] Replace Quickstarter by taking advantage of the Windows native " always running" startup method

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116694

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||111928, 103303


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103303
[Bug 103303] [META] Desktop integration bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=111928
[Bug 111928] [META] Quickstarter-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-commits] core.git: dbaccess/Module_dbaccess.mk

2018-03-31 Thread Tamas Bunth
 dbaccess/Module_dbaccess.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1859b45a08ccc2fa6da72cf6ee8196185df6ef37
Author: Tamas Bunth 
Date:   Sat Mar 31 11:58:23 2018 +0200

Do not use hsql binary import test when..

.. --disable-firebird-sdbc is on.

Change-Id: Ie52485d55697579bfa05d0eb62c15d60cc73b68e
Reviewed-on: https://gerrit.libreoffice.org/52181
Tested-by: Jenkins 
Reviewed-by: Tamás Bunth 

diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
index 0eb7bf97c349..a97578c02508 100644
--- a/dbaccess/Module_dbaccess.mk
+++ b/dbaccess/Module_dbaccess.mk
@@ -36,6 +36,7 @@ ifneq ($(OS),IOS)
 ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
 $(eval $(call gb_Module_add_check_targets,dbaccess,\
 CppunitTest_dbaccess_firebird_test \
+   CppunitTest_dbaccess_hsqlbinary_import \
 ))
 endif
 
@@ -45,7 +46,6 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
CppunitTest_dbaccess_nolib_save \
CppunitTest_dbaccess_macros_test \
CppunitTest_dbaccess_hsqlschema_import \
-   CppunitTest_dbaccess_hsqlbinary_import \
 ))
 
 ifeq ($(ENABLE_JAVA),TRUE)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 99968] The format for an envelope does not get passed to the print function, Print is still set to 11.0" x 8.5"...

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99968

--- Comment #9 from Kenr  ---
Created attachment 141002
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141002=edit
Screenshot-03-31-18 References a PDF file, the Linux driver is a PPD file. Is
this an issue?

Rechecked that driver in Ubuntu is loaded.

-- 
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 116724] [LOCALHELP] Expand help text for Calc function MODE

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116724

Dennis Roczek  changed:

   What|Removed |Added

 CC||dennisroc...@libreoffice.or
   ||g
 Resolution|FIXED   |DUPLICATE

--- Comment #2 from Dennis Roczek  ---


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

-- 
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 97334] [Numbers] Add iWorks' Numbers missing functions

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97334
Bug 97334 depends on bug 97977, which changed state.

Bug 97977 Summary: FILEOPEN: XSLX - MODE results in wrong calculation
https://bugs.documentfoundation.org/show_bug.cgi?id=97977

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 116724] [LOCALHELP] Expand help text for Calc function MODE

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116724

Winfried Donkers  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Winfried Donkers  ---
@Olivier: sorry, I missed your patch:

http://cgit.freedesktop.org/libreoffice/help/commit/?id=dd09149dfe0135a4abbd1abbcee15d115af0f982

-- 
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 116724] [LOCALHELP] Expand help text for Calc function MODE

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116724

Winfried Donkers  changed:

   What|Removed |Added

 CC||olivier.hallot@documentfoun
   ||dation.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||977

-- 
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 116724] New: [LOCALHELP] Expand help text for Calc function MODE

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116724

Bug ID: 116724
   Summary: [LOCALHELP] Expand help text for Calc function MODE
   Product: LibreOffice
   Version: 4.3.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: winfrieddonk...@libreoffice.org

Description:
Calc has 3 functions to calculate the modal value. MODE is fully compliant with
ODFF1.2 and MODE.SNGL and MODE/MULT are fully compatible with Excel.
Excel does not return the same result in some cases as Calc with the function
MODE, both when saved as ods or xlsx.
It would help users when the help text for the MODE functions include text
reflecting the first two lines of this description.

Steps to Reproduce:
-

Actual Results:  
-

Expected Results:
-


Reproducible: Always


User Profile Reset: No



Additional Info:
-


User-Agent: Mozilla/5.0 (X11; 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 116723] LibreOffice programs have no window title bar icon

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116723

--- Comment #6 from Nutchanon Wetchasit  ---
Created attachment 141001
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141001=edit
Screenshot of LibreOffice launcher window and system's task switcher dialog

-- 
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 116723] LibreOffice programs have no window title bar icon

2018-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116723

--- Comment #5 from Nutchanon Wetchasit  ---
Created attachment 141000
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141000=edit
Screenshot of Math window and system's task switcher dialog

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


  1   2   3   >