[Libreoffice-bugs] [Bug 116211] LO Send by email fails in Writer

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

--- Comment #1 from Olivier Tilloy  ---
Tested and I can reproduce the issue when claws-mail is the default e-mail
client on the system, even with apparmor profiles disabled (so unlikely to be
an apparmor-related issue).

-- 
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 116215] Sum button: Calc adds wrong sum formulas if you select more than one row or column

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

--- Comment #5 from Alois Klotz  ---
(In reply to Gilward Kukel from comment #2)
> You get the desired result when you select A3:B3 and press the sum button.

Thank you for your comment!
But LO changed his behavior since (i think) 5.4.3.2
In older versions e.g. 5.3.4.2 it works ok if you select A1:C3

-- 
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 64509] CONFIGURATION: Enhance Font Substitution Table

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

Ulrich Windl  changed:

   What|Removed |Added

 CC||ulrich.wi...@rz.uni-regensb
   ||urg.de

--- Comment #15 from Ulrich Windl  ---
The problem with a font substitution table is that, while fonts are similar,
they are not the same. Even if the glyphs look identical, there my be
significant differences in kerning information.
So what the use typically sees if a font is missing and was substituted, is an
ugly or broken layout (caused by different kerning, character spacing, or line
spacing). (You can see this effect in PDFs also where the kerning information
is basically hard-coded (glyphs positioned absolutely), but the fonts can be
missing.)
My personal preference over a manually edited (and probably huge) font
substitution table is using typeface information (like PANOSE
(https://en.wikipedia.org/wiki/PANOSE)) to find ou which fonts are similar to
each other. I don't know whether Windows or other OSes support it, but I
remember that Smalltalk-80 had it in the 80ies ;-) Of course the usefulness of
typeface metadata depend on its accuracy. If people just copy it blindly from
another font, it will be hardly useful...

-- 
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 116215] Sum button: Calc adds wrong sum formulas if you select more than one row or column

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

Alois Klotz  changed:

   What|Removed |Added

Version|6.0.2.1 release |5.4.3.2 release
 OS|Windows (All)   |All

--- Comment #4 from Alois Klotz  ---
Tested also with Linux Mint and LO 5.4.3.2 - wrong formulas
ok in LO 5.3.4.2 under Windows 10

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


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - odk/settings

2018-03-05 Thread Damjan Jovanovic
 odk/settings/settings.mk |8 
 1 file changed, 8 insertions(+)

New commits:
commit 7a13aeb63e3246f31c653d4c7dc9e5f7d5404339
Author: Damjan Jovanovic 
Date:   Tue Mar 6 06:14:02 2018 +

Win64 has the "mscx" CPPU_ENV.

Patch by: me

diff --git a/odk/settings/settings.mk b/odk/settings/settings.mk
index 0976ec27b988..f22d2d1eedb2 100644
--- a/odk/settings/settings.mk
+++ b/odk/settings/settings.mk
@@ -57,6 +57,8 @@ JAVABIN=bin
 ifeq "$(PLATFORM)" "windows"
 # Settings for Windows using Microsoft compiler/linker
 
+PROCTYPE := $(shell $(PRJ)/config.guess | cut -d"-" -f1 | sed -e 
's/^i.86$$/i386/')
+
 OS=WIN
 PS=\\
 ICL=$$
@@ -119,8 +121,14 @@ SDK_JAVA_INCLUDES = -I"$(OO_SDK_JAVA_HOME)/include" 
-I"$(OO_SDK_JAVA_HOME)/inclu
 # define for used compiler necessary for UNO
 # -DCPPU_ENV=msci -- windows msvc 4.x - 7.x
 
+ifeq "$(PROCTYPE)" "i386"
 CC_DEFINES_JNI=-DWIN32 -DWNT -D_DLL -DCPPU_ENV=msci
 CC_DEFINES=-DWIN32 -DWNT -D_DLL -DCPPU_ENV=msci
+endif
+ifeq "$(PROCTYPE)" "x86_64"
+CC_DEFINES_JNI=-DWIN32 -DWNT -D_DLL -DCPPU_ENV=mscx
+CC_DEFINES=-DWIN32 -DWNT -D_DLL -DCPPU_ENV=mscx
+endif
 CC_OUTPUT_SWITCH=-Fo
 
 LIBRARY_LINK_FLAGS=/NODEFAULTLIB /DLL /DEBUGTYPE:cv
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 116224] Move highlighted text up or down in document.

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

--- Comment #1 from rcbigler  ---
You need a submission page for new program enhancements other than just a bug
report. I had no idea where to wright the program enhancement concept. So it
got splattered everywhere. You might want code a specific spot for this. 

Program Improvement suggestion.
Move highlighted text up and down in a document by hitting Example: the (ctrl +
alt + up arrow or down arrow.) (Make the keys command easy to use and remember)
An editing example can be found on .org mode in Emacs. This feature greatly
speeds up editing and moving text around in a document. This does not replace
copy and paste.

  LOL

-- 
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 116224] New: Move highlighted text up or down in document.

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

Bug ID: 116224
   Summary: Move highlighted text up or down in document.
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rcbig...@gmail.com

Description:
Program Improvement suggestion.
Move highlighted text up and down in a document by hitting Example: the (ctrl +
alt + up arrow or down arrow.) (Make the keys command easy to use and remember)
An editing example can be found on .org mode in Emacs. This feature greatly
speeds up editing and moving text around in a document. This does not replace
copy and paste.


Steps to Reproduce:
1.Program Improvement suggestion.
Move highlighted text up and down in a document by hitting Example: the (ctrl +
alt + up arrow or down arrow.) (Make the keys command easy to use and remember)
An editing example can be found on .org mode in Emacs. This feature greatly
speeds up editing and moving text around in a document. This does not replace
copy and paste.

2.
3.

Actual Results:  
Program Improvement suggestion.
Move highlighted text up and down in a document by hitting Example: the (ctrl +
alt + up arrow or down arrow.) (Make the keys command easy to use and remember)
An editing example can be found on .org mode in Emacs. This feature greatly
speeds up editing and moving text around in a document. This does not replace
copy and paste.


Expected Results:
Program Improvement suggestion.
Move highlighted text up and down in a document by hitting Example: the (ctrl +
alt + up arrow or down arrow.) (Make the keys command easy to use and remember)
An editing example can be found on .org mode in Emacs. This feature greatly
speeds up editing and moving text around in a document. This does not replace
copy and paste.



Reproducible: Couldn't Reproduce


User Profile Reset: No



Additional Info:
Program Improvement suggestion.
Move highlighted text up and down in a document by hitting Example: the (ctrl +
alt + up arrow or down arrow.) (Make the keys command easy to use and remember)
An editing example can be found on .org mode in Emacs. This feature greatly
speeds up editing and moving text around in a document. This does not replace
copy and paste.



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

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


[Libreoffice-bugs] [Bug 103427] [META] Styles and Formatting sidebar deck and floating window

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

Bug 94397 Summary: Little contrast in Styles and Formatting sidebar with 
background color
https://bugs.documentfoundation.org/show_bug.cgi?id=94397

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 94397] Little contrast in Styles and Formatting sidebar with background color

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #6 from Buovjaga  ---


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

-- 
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 115507] Style names become invisible if the default style used white color

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #11 from Buovjaga  ---
*** Bug 94397 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 116148] FILESAVE PPTX hatching in chart becomes a solid bar

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

Luke  changed:

   What|Removed |Added

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

-- 
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 94231] FILEOPEN: XLSX - Pattern/ hatching fill colors not imported into charts

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

Luke  changed:

   What|Removed |Added

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

-- 
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/sax sax/Library_sax.mk sc/source svx/source sw/source xmloff/source

2018-03-05 Thread Noel Grandin
 include/sax/tools/converter.hxx|   12 
 sax/Library_sax.mk |1 +
 sc/source/filter/xml/xmlcondformat.cxx |   14 --
 sc/source/filter/xml/xmlexprt.cxx  |   12 ++--
 svx/source/dialog/hexcolorcontrol.cxx  |2 +-
 sw/source/filter/xml/xmlexpit.cxx  |4 ++--
 xmloff/source/style/xmlnumfe.cxx   |2 +-
 7 files changed, 27 insertions(+), 20 deletions(-)

New commits:
commit ffee771f8dae50aea716ffc0def4ef5fe5c104d2
Author: Noel Grandin 
Date:   Thu Mar 1 16:14:23 2018 +0200

add some color conversion methods to sax::Converter

to make the call-sites less verbose

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

diff --git a/include/sax/tools/converter.hxx b/include/sax/tools/converter.hxx
index 2dfc33461919..c7fe12f4c100 100644
--- a/include/sax/tools/converter.hxx
+++ b/include/sax/tools/converter.hxx
@@ -29,6 +29,7 @@
 #include 
 #include 
 #include 
+#include 
 
 
 namespace com { namespace sun { namespace star {
@@ -97,10 +98,21 @@ public:
 /** convert string to rgb color */
 static bool convertColor( sal_Int32& rColor,
   const OUString );
+static bool convertColor( ::Color& rColor,
+  const OUString )
+{
+sal_Int32 n(rColor);
+bool b = convertColor( n, rValue );
+if (b) rColor = n;
+return b;
+}
 
 /** convert color to string */
 static void convertColor( OUStringBuffer ,
   sal_Int32 nColor );
+static void convertColor( OUStringBuffer ,
+  ::Color nColor )
+{ convertColor( rBuffer, sal_Int32(nColor) ); }
 
 /** convert string to number with optional min and max values */
 static bool convertNumber( sal_Int32& rValue,
diff --git a/sax/Library_sax.mk b/sax/Library_sax.mk
index d4149d382b66..6ef11645f6f3 100644
--- a/sax/Library_sax.mk
+++ b/sax/Library_sax.mk
@@ -23,6 +23,7 @@ $(eval $(call gb_Library_use_libraries,sax,\
cppu \
cppuhelper \
sal \
+   tl \
 ))
 
 $(eval $(call gb_Library_add_defs,sax,\
diff --git a/sc/source/filter/xml/xmlcondformat.cxx 
b/sc/source/filter/xml/xmlcondformat.cxx
index be215df81d72..3db4904f99ca 100644
--- a/sc/source/filter/xml/xmlcondformat.cxx
+++ b/sc/source/filter/xml/xmlcondformat.cxx
@@ -457,15 +457,13 @@ ScXMLDataBarFormatContext::ScXMLDataBarFormatContext( 
ScXMLImport& rImport,
 
 if(!sPositiveColor.isEmpty())
 {
-sal_Int32 nColor = 0;
-sax::Converter::convertColor( nColor, sPositiveColor );
-mpFormatData->maPositiveColor = Color(nColor);
+sax::Converter::convertColor( mpFormatData->maPositiveColor, 
sPositiveColor );
 }
 
 if(!sNegativeColor.isEmpty())
 {
 // we might check here for 0xff and don't write it
-sal_Int32 nColor = 0;
+Color nColor;
 sax::Converter::convertColor( nColor, sNegativeColor );
 mpFormatData->mpNegativeColor.reset(new Color(nColor));
 }
@@ -482,9 +480,7 @@ ScXMLDataBarFormatContext::ScXMLDataBarFormatContext( 
ScXMLImport& rImport,
 
 if(!sAxisColor.isEmpty())
 {
-sal_Int32 nColor = 0;
-sax::Converter::convertColor( nColor, sAxisColor );
-mpFormatData->maAxisColor = Color(nColor);
+sax::Converter::convertColor( mpFormatData->maAxisColor, sAxisColor );
 }
 
 if(!sShowValue.isEmpty())
@@ -889,9 +885,7 @@ 
ScXMLColorScaleFormatEntryContext::ScXMLColorScaleFormatEntryContext( ScXMLImpor
 }
 }
 
-sal_Int32 nColor;
-sax::Converter::convertColor(nColor, sColor);
-aColor = Color(nColor);
+sax::Converter::convertColor(aColor, sColor);
 
 if(!sVal.isEmpty())
 sax::Converter::convertDouble(nVal, sVal);
diff --git a/sc/source/filter/xml/xmlexprt.cxx 
b/sc/source/filter/xml/xmlexprt.cxx
index d41bc3ba2b5a..baf55bb3213e 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -3971,7 +3971,7 @@ void ScXMLExport::WriteScenario()
 if (!(nFlags & ScScenarioFlags::ShowFrame))
 AddAttribute(XML_NAMESPACE_TABLE, XML_DISPLAY_BORDER, XML_FALSE);
 OUStringBuffer aBuffer;
-::sax::Converter::convertColor(aBuffer, aColor.GetColor());
+::sax::Converter::convertColor(aBuffer, aColor);
 AddAttribute(XML_NAMESPACE_TABLE, XML_BORDER_COLOR, 
aBuffer.makeStringAndClear());
 if (!(nFlags & ScScenarioFlags::TwoWay))
 AddAttribute(XML_NAMESPACE_TABLE, XML_COPY_BACK, XML_FALSE);
@@ -4426,7 +4426,7 @@ void ScXMLExport::ExportConditionalFormat(SCTAB nTab)
 
 AddAttribute(XML_NAMESPACE_CALC_EXT, XML_TYPE, 
getCondFormatEntryType(*it[0]));

[Libreoffice-bugs] [Bug 116194] table content from .DOCX shown as text in Writer

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

--- Comment #6 from niki...@list.ru ---
I do not know what the problem is. I hope it's just fixed.
There are many rtf with a similar problem. In them, too, the tables disappear,
although they are present in openoffice 4.1.5 or mso or onlyoffice. Attach an
example? Is this the same problem?
All these rtf are generated by the Russian program consultant +

-- 
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 106149] comments/annotations doesn't support list items

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

--- Comment #4 from Pranav Kant  ---
Still reproducible: Version: 6.1.0.0.alpha0+

-- 
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 106152] moving view cursor over a comment anchor position is faulty

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

--- Comment #3 from Pranav Kant  ---
Still reproducible: Version: 6.1.0.0.alpha0+

-- 
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 106227] shouldn't be possible to break the comment thread

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

--- Comment #3 from Pranav Kant  ---
Still reproducible in:

Version: 6.1.0.0.alpha0+

-- 
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 106288] table calculations wrong when show track changes is on

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

--- Comment #3 from Phillip Brown  ---
Bug still exists

Version: 6.0.2.1 (x64)
Build ID: f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89
CPU threads: 4; OS: Windows 6.1; UI render: default; 
Locale: en-AU (en_AU); 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


Re: CppunitTest_xmlsecurity_signing Unit Test Failure on 32-bit Linux

2018-03-05 Thread Luke Benes
Here is the new backtrace:

https://pastebin.com/uKsUJMUX

$ cat autogen.input 
--enable-debug

So I think optimizations are all disabled. 

Let me know if that helps.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 115573] EDITING: Table loses formatting when inserting a new row in a table

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

--- Comment #50 from Jim Raykowski  ---
(In reply to Aron Budea from comment #48)

Hi Aron, great to be able to discuss this with you.

> is it possible to know what formatting comes from
> direct formatting, and what comes from autoformat style in an existing
> cell/row/column?

The ability to know cells that have direct formatting is here [1] but there
seems to be no provision for persistence. Using this is how the most recent
patch submitted for cell font attributes works [2]. This can also be used for
cell borders, cell number formatting, and cell background. 

How to make this persistent is beyond my knowledge.

[1] https://opengrok.libreoffice.org/xref/core/sw/inc/swtable.hxx#433
[2] https://gerrit.libreoffice.org/#/c/50612/

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


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

2018-03-05 Thread Chris Sherlock
 vcl/source/bitmap/bitmappaint.cxx |   12 
 1 file changed, 12 deletions(-)

New commits:
commit 4eb78dc722e33f03b4ee57d43cbc64fe94e6e9cf
Author: Chris Sherlock 
Date:   Thu Mar 1 06:13:29 2018 +1100

vcl: remove commented code from bitmappaint.cxx

Change-Id: I80c1f8961bee4e72b7ffd8e4d9647dbb40f4fc10
Reviewed-on: https://gerrit.libreoffice.org/50531
Tested-by: Jenkins 
Reviewed-by: Tomaž Vajngerl 

diff --git a/vcl/source/bitmap/bitmappaint.cxx 
b/vcl/source/bitmap/bitmappaint.cxx
index 38472333a0c3..2de3624007e2 100644
--- a/vcl/source/bitmap/bitmappaint.cxx
+++ b/vcl/source/bitmap/bitmappaint.cxx
@@ -646,15 +646,12 @@ vcl::Region Bitmap::CreateRegion(const Color& rColor, 
const tools::Rectangle& rR
 const long nBottom = aRect.Bottom();
 const BitmapColor aMatch(pReadAcc->GetBestMatchingColor(rColor));
 
-//RectangleVector aRectangles;
-//aRegion.ImplBeginAddRect();
 std::vector aLine;
 long nYStart(nTop);
 long nY(nTop);
 
 for (; nY <= nBottom; nY++)
 {
-//aSubRect.Top() = aSubRect.Bottom() = nY;
 std::vector aNewLine;
 long nX(nLeft);
 Scanline pScanlineRead = pReadAcc->GetScanline(nY);
@@ -667,7 +664,6 @@ vcl::Region Bitmap::CreateRegion(const Color& rColor, const 
tools::Rectangle& rR
 if (nX <= nRight)
 {
 aNewLine.push_back(nX);
-//aSubRect.Left() = nX;
 
 while ((nX <= nRight)
&& (aMatch == 
pReadAcc->GetPixelFromData(pScanlineRead, nX)))
@@ -675,12 +671,7 @@ vcl::Region Bitmap::CreateRegion(const Color& rColor, 
const tools::Rectangle& rR
 nX++;
 }
 
-//aSubRect.Right() = nX - 1;
 aNewLine.push_back(nX - 1);
-
-//aRegion.ImplAddRect( aSubRect );
-//aRectangles.push_back(aSubRect);
-//aRegion.Union(aSubRect);
 }
 }
 
@@ -726,9 +717,6 @@ vcl::Region Bitmap::CreateRegion(const Color& rColor, const 
tools::Rectangle& rR
 }
 }
 
-//aRegion.ImplEndAddRect();
-//aRegion.SetRegionRectangles(aRectangles);
-
 pReadAcc.reset();
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-03-05 Thread Chris Sherlock
 vcl/Library_vcl.mk|3 
 vcl/source/bitmap/bitmap.cxx  | 1088 ---
 vcl/source/bitmap/bitmappaint.cxx | 1158 ++
 3 files changed, 1164 insertions(+), 1085 deletions(-)

New commits:
commit bdd62b4c327ab894dbba00fe2e07696c1b7d9de6
Author: Chris Sherlock 
Date:   Thu Mar 1 06:07:39 2018 +1100

vcl: split painting bitmap functions to bitmappaint.cxx

Change-Id: Ib5f52e4b7b5121de15cdb205165fcbdb8b09bc8a
Reviewed-on: https://gerrit.libreoffice.org/50530
Tested-by: Jenkins 
Reviewed-by: Tomaž Vajngerl 

diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index b116fd15705a..9e292916f843 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -300,8 +300,9 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
 vcl/source/gdi/wall \
 vcl/source/gdi/scrptrun \
 vcl/source/gdi/CommonSalLayout \
-vcl/source/bitmap/bitmap \
+   vcl/source/bitmap/bitmap \
 vcl/source/bitmap/bitmapfilter \
+vcl/source/bitmap/bitmappaint \
 vcl/source/bitmap/bitmapscalesuper \
 vcl/source/bitmap/BitmapScaleConvolution \
 vcl/source/bitmap/BitmapSymmetryCheck \
diff --git a/vcl/source/bitmap/bitmap.cxx b/vcl/source/bitmap/bitmap.cxx
index bf670f20ffce..b5602327f75d 100644
--- a/vcl/source/bitmap/bitmap.cxx
+++ b/vcl/source/bitmap/bitmap.cxx
@@ -17,20 +17,15 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include 
-#include 
-#include 
-#include 
-#include 
+#include 
+#include 
 #include 
 #include 
-#include 
-#include 
-#include 
-#include 
 
 #include 
 #include 
+
+#include 
 #include 
 
 Bitmap::Bitmap()
@@ -377,366 +372,6 @@ void Bitmap::ReleaseAccess( BitmapInfoAccess* 
pBitmapAccess )
 delete pBitmapAccess;
 }
 
-bool Bitmap::Erase(const Color& rFillColor)
-{
-if (IsEmpty())
-return true;
-
-Bitmap::ScopedWriteAccess  pWriteAcc(*this);
-bool bRet = false;
-
-if (pWriteAcc)
-{
-const ScanlineFormat nFormat = pWriteAcc->GetScanlineFormat();
-sal_uInt8 cIndex = 0;
-bool bFast = false;
-
-switch (nFormat)
-{
-case ScanlineFormat::N1BitMsbPal:
-case ScanlineFormat::N1BitLsbPal:
-{
-cIndex = 
static_cast(pWriteAcc->GetBestPaletteIndex(rFillColor));
-cIndex = (cIndex ? 255 : 0);
-bFast = true;
-}
-break;
-
-case ScanlineFormat::N4BitMsnPal:
-case ScanlineFormat::N4BitLsnPal:
-{
-cIndex = 
static_cast(pWriteAcc->GetBestPaletteIndex(rFillColor));
-cIndex = cIndex | ( cIndex << 4 );
-bFast = true;
-}
-break;
-
-case ScanlineFormat::N8BitPal:
-{
-cIndex = 
static_cast(pWriteAcc->GetBestPaletteIndex(rFillColor));
-bFast = true;
-}
-break;
-
-case ScanlineFormat::N24BitTcBgr:
-case ScanlineFormat::N24BitTcRgb:
-{
-if (rFillColor.GetRed() == rFillColor.GetGreen() &&
-rFillColor.GetRed() == rFillColor.GetBlue())
-{
-cIndex = rFillColor.GetRed();
-bFast = true;
-}
-else
-bFast = false;
-}
-break;
-
-default:
-bFast = false;
-break;
-}
-
-if( bFast )
-{
-const sal_uLong nBufSize = pWriteAcc->GetScanlineSize() * 
pWriteAcc->Height();
-memset( pWriteAcc->GetBuffer(), cIndex, nBufSize );
-}
-else
-{
-const tools::Rectangle aRect( Point(), Size( pWriteAcc->Width(), 
pWriteAcc->Height() ) );
-pWriteAcc->SetFillColor( rFillColor );
-pWriteAcc->FillRect( aRect );
-}
-
-bRet = true;
-}
-
-return bRet;
-}
-
-bool Bitmap::Invert()
-{
-ScopedWriteAccess   pAcc(*this);
-boolbRet = false;
-
-if( pAcc )
-{
-if( pAcc->HasPalette() )
-{
-BitmapPalette   aBmpPal( pAcc->GetPalette() );
-const sal_uInt16nCount = aBmpPal.GetEntryCount();
-
-for( sal_uInt16 i = 0; i < nCount; i++ )
-aBmpPal[ i ].Invert();
-
-pAcc->SetPalette( aBmpPal );
-}
-else
-{
-const long  nWidth = pAcc->Width();
-const long  nHeight = pAcc->Height();
-
-for( long nY = 0; nY < nHeight; nY++ )
-{
-Scanline pScanline = pAcc->GetScanline(nY);
-for( long nX = 0; nX < nWidth; nX++ )
-pAcc->SetPixelOnData( pScanline, nX, 
pAcc->GetPixelFromData( pScanline, nX ).Invert() );
- 

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

2018-03-05 Thread Chris Sherlock
 include/vcl/bitmap.hxx |   23 +--
 1 file changed, 17 insertions(+), 6 deletions(-)

New commits:
commit 221b17794c1cb15ce7f5a0b5a543fc79eee7085f
Author: Chris Sherlock 
Date:   Thu Mar 1 05:10:26 2018 +1100

vcl: document Bitmap::MakeMonochrome(), fix @return format

Change-Id: I10b37907a3ccd5219b7d5e04177bba58d80a676b
Reviewed-on: https://gerrit.libreoffice.org/50528
Tested-by: Jenkins 
Reviewed-by: Tomaž Vajngerl 

diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx
index cc105600094d..2549c9c05a01 100644
--- a/include/vcl/bitmap.hxx
+++ b/include/vcl/bitmap.hxx
@@ -263,18 +263,29 @@ public:
 
 public:
 
-boolMakeMonochrome(sal_uInt8 cThreshold);
-
-
 /** Convert bitmap format
 
 @param eConversion
 The format this bitmap should be converted to.
 
-@return true, if the conversion was completed successfully.
+@return true the conversion was completed successfully.
  */
 boolConvert( BmpConversion eConversion );
 
+
+/** Convert to 2 color bitmap.
+
+Converts to a 2 color indexed bitmap - note that we don't change to 
black and white
+monochrome, but we pick the closest color to black and white in the 
bitmap.
+
+@param cThreshold
+Luminance value that determines whether the colour should be black (or 
closest
+color to black) or white (or closest color to white).
+
+@return true conversion to monochrome bitmap was successful
+*/
+boolMakeMonochrome(sal_uInt8 cThreshold);
+
 /** Reduce number of colors for the bitmap
 
 @param nNewColorCount
@@ -283,7 +294,7 @@ public:
 @param eReduce
 Algorithm to use for color reduction
 
-@return true, if the color reduction operation was completed 
successfully.
+@return true the color reduction operation was completed successfully.
  */
 boolReduceColors(
 sal_uInt16 nNewColorCount,
@@ -310,7 +321,7 @@ public:
 dimension, i.e. negative left,top rectangle coordinates or
 exceeding width or height is ignored.
 
-@return true, if cropping was performed successfully. If
+@return true cropping was performed successfully. If
 nothing had to be cropped, because e.g. the crop rectangle
 included the bitmap, false is returned, too!
  */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98028] "Justify" not work correctly with Arabic in copy-past from web page to writer docx

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 88974] [RTL] Outline numbering not shown correctly

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 89013] Regular expressions doesn' t work with MATCH and VLOOKUP when searched range is in other file.

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 106288] table calculations wrong when show track changes is on

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 115686] endnote labels in format a, b, c, d... shown on screen as such but in copied text they are shown as i, ii, iii , iv, v etc

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

--- Comment #4 from marc  ---
Created attachment 140370
  --> https://bugs.documentfoundation.org/attachment.cgi?id=140370=edit
PDF

PDF thereof

-- 
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 115686] endnote labels in format a, b, c, d... shown on screen as such but in copied text they are shown as i, ii, iii , iv, v etc

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

--- Comment #3 from marc  ---
Created attachment 140369
  --> https://bugs.documentfoundation.org/attachment.cgi?id=140369=edit
write doc with footnotes

it's fine now looks like...

doc odt

-- 
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 111910] Opening file from address bar in Open dialog results in strange error message

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

Aron Budea  changed:

   What|Removed |Added

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

--- Comment #5 from Aron Budea  ---
No error in 6.0 for me anymore, either. Thanks for checking!
Closing as WFM.

-- 
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 116200] Empty entry (space) is shown as suggested correction in context menu for double space

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

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu
  Component|Writer  |Linguistic
Version|6.1.0.0.alpha0+ Master  |4.0.0.3 release
Summary|Blank context menu entry|Empty entry (space) is
   |for double space correction |shown as suggested
   ||correction in context menu
   ||for double space
 Ever confirmed|0   |1

--- Comment #2 from Aron Budea  ---
Seems so indeed. Confirmed using LO 6.0.2.1 & 4.0.0.3 / Windows 7.

-- 
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 116196] Impress presentation renders a white rectangle over content

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

Aron Budea  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|NEEDINFO|NEW
 CC||ba...@caesar.elte.hu
 Blocks||93529

--- Comment #3 from Aron Budea  ---
Confirmed in LO 5.4.5.1 & 6.0.2.1 / Windows 7, only with OpenGL enabled.
No issue in LO 5.4.0.3.
=> regression


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 115567] LibreOffice-l10n-zh-tw 6.0 Packages from launchpad ppa is incomplete

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

Kevin Suo  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
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 115567] LibreOffice-l10n-zh-tw 6.0 Packages from launchpad ppa is incomplete

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

Kevin Suo  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||suokunl...@126.com
 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 93529] [META] VCL/OpenGL rendering tracker bug for 5.0+

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||116196


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116196
[Bug 116196] Impress presentation renders a white rectangle over content
-- 
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 114765] The "Navigator" selection in Find bar does not fit in ( insufficient space) the localized interface with Source Han Sans/ Noto Sans CJK as the UI font

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

Kevin Suo  changed:

   What|Removed |Added

  Component|LibreOffice |UI

-- 
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 114765] The "Navigator" selection in Find bar does not fit in ( insufficient space) the localized interface with Source Han Sans/ Noto Sans CJK as the UI font

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

Kevin Suo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #6 from Kevin Suo  ---
I confirm this on Fedora 27 Gnome desktop with Simplified Chinese UI.

-- 
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 116134] Misalignment & wrong direction of Arabic contents in output EPUB when export from office to EPUB

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

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu
 Ever confirmed|0   |1
 OS|Linux (All) |All

--- Comment #3 from Aron Budea  ---
Hi, thanks for the bug report!
Confirmed using LO 6.1 master build (bc6f3c0fe95f9162fb14dc540fa2b4bc81af32bf)
/ Windows 7.

-- 
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 116182] Hebrew character and number make Writer crash

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

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #3 from Aron Budea  ---
Mark, can you please give it a try with 6.0.2.1?
This slightly resembles bug 114736, though that was only triggered with OpenGL
rendering (so maybe this is not related at all).

-- 
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 116217] Export as EPUB does not include pictures

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

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||ba...@caesar.elte.hu
 Blocks||114162
 Resolution|--- |DUPLICATE

--- Comment #4 from Aron Budea  ---
This should be fixed in master, and can be tested in a master daily build from
[1]. For details please see bug 115722.

[1] https://dev-builds.libreoffice.org/daily/master/

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


Referenced Bugs:

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

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||116217


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116217
[Bug 116217] Export as EPUB does not include pictures
-- 
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 114162] [META] EPUB export bugs and enhancements

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

Bug 116217 Summary: Export as EPUB does not include pictures
https://bugs.documentfoundation.org/show_bug.cgi?id=116217

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

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


[Libreoffice-bugs] [Bug 116134] Misalignment & wrong direction of Arabic contents in output EPUB when export from office to EPUB

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

Aron Budea  changed:

   What|Removed |Added

 Blocks||114162


Referenced Bugs:

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

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||116134


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116134
[Bug 116134] Misalignment & wrong direction of Arabic contents in output EPUB
when export from office to EPUB
-- 
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 116223] Request: annotation of charts in Calc

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

--- Comment #4 from Paul  ---
Yes, that's a problem. I'll leave it resolved, though, and let a higher-up
decide if they want to keep the request alive. Thanks again!

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


[Libreoffice-bugs] [Bug 116223] Request: annotation of charts in Calc

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

--- Comment #3 from Kevin Suo  ---
(In reply to Paul from comment #2)
One down-side of this workaround is that, when you move the chart to another
place, the text boxes etc are not move together.

-- 
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 116215] Sum button: Calc adds wrong sum formulas if you select more than one row or column

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

Kevin Suo  changed:

   What|Removed |Added

 OS|All |Windows (All)

-- 
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 116223] Request: annotation of charts in Calc

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

Paul  changed:

   What|Removed |Added

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

--- Comment #2 from Paul  ---
Yes it does. Thank you. I missed that. Getting Callouts to work adequately is
another matter, but I think I should close this request. Thanks much for your
input!

-- 
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 116215] Sum button: Calc adds wrong sum formulas if you select more than one row or column

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

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com

--- Comment #3 from Kevin Suo  ---
Do not reproduce in linux

Version: 6.0.2.1
Build ID:f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89
CPU 线程:4; 操作系统:Linux 4.15; UI 渲染:默认; VCL: gtk2; 
区域语言:zh-CN (zh_CN.UTF-8); Calc: group threaded [or not threaded]

Fedora 27

-- 
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 116223] Request: annotation of charts in Calc

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

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com

--- Comment #1 from Kevin Suo  ---
Does Insert > Text Box etc do the trick?

-- 
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 116223] New: Request: annotation of charts in Calc

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

Bug ID: 116223
   Summary: Request: annotation of charts in Calc
   Product: LibreOffice
   Version: 6.0.1.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pbpub...@gmail.com

Currently, there is no way to annotate Charts in Calc.

For instance, I have a series of charts in a spreadsheet, and I want to be able
to draw attention to significant points along the axis. I want to do this in
Calc, because the analysis is ongoing. What would be involved is text boxes and
arrows, and perhaps circular shapes, for instance.

I understand this might be doable in Impress, which is good, but I'm trying to
get it in Calc, before it reaches Impress.

-- 
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 71732] [META] Bugs related to text rendering, typography and font features in LO

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

Bug 113226 Summary: SAL_DISABLE_GRAPHITE does not work
https://bugs.documentfoundation.org/show_bug.cgi?id=113226

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WONTFIX

-- 
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 113226] SAL_DISABLE_GRAPHITE does not work

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

Khaled Hosny  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WONTFIX

--- Comment #9 from Khaled Hosny  ---
We no longer have a way to disable Graphite support. Making such fundamental
features optional is needless complexity.

-- 
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 116215] Sum button: Calc adds wrong sum formulas if you select more than one row or column

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

--- Comment #2 from Gilward Kukel  ---
You get the desired result when you select A3:B3 and press the sum button.

-- 
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 116192] Calc busy loop when using VLOOKUP

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

--- Comment #10 from Kevin Suo  ---
(In reply to Benoit Sigoure from comment #9)
Do you mean the bug still exists without enableing threaded calculation?

Also, does reseting the user profile resolves the issue?

-- 
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 116155] LibreOffice crashes when clicking on the LibreOffice icon from the Start Menu

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #2 from Xisco Faulí  ---
Thank you for reporting the bug. To be certain the reported issue is not
related to corruption in the user profile, could you please reset your
Libreoffice profile ( https://wiki.documentfoundation.org/UserProfile ) and
re-test?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the issue is still present

-- 
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 116182] Hebrew character and number make Writer crash

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #2 from Xisco Faulí  ---
I can't reproduce it in

Versión: 6.0.1.1
Id. de compilación: 60bfb1526849283ce2491346ed2aa51c465abfe6
Subprocs. CPU: 1; SO: Windows 6.1; Repres. IU: predet.; 
Configuración regional: es-ES (es_ES); Calc: group

Do you reproduce it systematically?
What happen if you try in safe mode ?

-- 
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 116192] Calc busy loop when using VLOOKUP

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

--- Comment #9 from Benoit Sigoure  ---
Oh I enabled threading yesterday to see if it would make a difference.  I had
the issue before enabling it.  It wasn't enabled out of the box.

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


[Libreoffice-bugs] [Bug 114509] LibreOffice Calc may hang at 100 % CPU usage

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

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com

--- Comment #11 from Kevin Suo  ---
As said, this bug may be caused by Calc Threaded Calculation. Multithreading is
still under development, and is already disable by default in 6.0 releases.

To observe this, goto the about libreoffice dialog and you will see Calc: Group
Threaded. To disabled it, either reset the user profile or goto advanced
settings and search for threaded.

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


[Libreoffice-commits] core.git: Changes to 'feature/cib_contract935'

2018-03-05 Thread Samuel Mehrbrodt
New branch 'feature/cib_contract935' available with the following commits:
commit 0d9ac9a849fabc8437a5fd6931a1840f15f93217
Author: Samuel Mehrbrodt 
Date:   Fri Jan 27 16:57:49 2017 +0100

Symstore: Also add .exe and .dlls to symstore

These are needed when analyzing the minidump.

Change-Id: Ife296c298e3b2f1ca8a47dcbaaf1947e6aefdc81
Reviewed-on: https://gerrit.libreoffice.org/33631
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 
(cherry picked from commit 8a0416be440180d0a6cedd449307f6a9bde22eaa)
(cherry picked from commit ebe2acbebd8c7f375802f90a12b5d92691932194)

commit 98fc0d4661640cdb3725fedfee57c77c6941a591
Author: Thorsten Behrens 
Date:   Wed Feb 1 03:29:18 2017 +0100

logging: add some strategic places around vcl messages

Change-Id: I3eb1076a0dd697ceb3b4310444542f324848b358

commit 1f808d270b065ab477e1cd83a92deb37b8248839
Author: Samuel Mehrbrodt 
Date:   Fri Jan 13 16:46:34 2017 +0100

bridges: Log function names, not string pointers

Change-Id: I5177dd4fbc8f1b638ceff14c5d88d19fff8076a3

commit 1d88a42de343b3ed5934f858e56d4c5306249452
Author: Thorsten Behrens 
Date:   Fri Jan 27 17:58:24 2017 +0100

sal: flush log-to-file, remove extra linefeeds otherwise

syslog and windows debugger console don't need explicit line feeds.
For ofstream, use endl which implies a flush.

Change-Id: Id94e07aa1ae042557052fab6483e5db75aada89d

commit 79814a57138eac51ae9dbf3d35a7006937560fcd
Author: Samuel Mehrbrodt 
Date:   Tue Jan 17 12:24:49 2017 +0100

Fix crash when logging.ini does not exist

Change-Id: I1ed82fdcce1eb15548e699ffbf93ae39664612b3

commit d744367a9fa9dabed792999710db8d936ef537ab
Author: Katarina Behrens 
Date:   Tue Jan 17 09:56:52 2017 +0100

This code wouldn't otherwise build on 5.0.7@Linux

Change-Id: I106c1a286ff5ad710a54cabc873cc5356f0a3123

commit f4b6e0c88fc42eba3bdb0e3c81e7addc3dba2b65
Author: Samuel Mehrbrodt 
Date:   Tue Jan 17 09:40:15 2017 +0100

Optionally include timestamp in the log

Change-Id: Ia9f162b704b6e16c84f259e9548e91b7bcd6a378

commit 14467071cc23f02ca502c42910e10a6f2fc1f8c3
Author: Thorsten Behrens 
Date:   Mon Jan 16 05:04:20 2017 +0100

sal: log windows trace output to debugger console

Change-Id: Ic8fea70fd3b0b2d4881cd30e3616f5bbf7c0c533

commit 84b02fa4ed21911ea554e121320f983e0a5dcec5
Author: Thorsten Behrens 
Date:   Mon Jan 16 04:19:34 2017 +0100

sal: don't reopen logfile on every log line

Change-Id: Iac34fc87a99e98ca5e41eb621d55bf356c371e97

commit 65d26d062dc4a47c3c0ea06efdef4eb98bb99b07
Author: Samuel Mehrbrodt 
Date:   Fri Jan 13 11:50:12 2017 +0100

Crashdump: Make crash directory configurable

Change-Id: I8106ec674080ede7072581dab2e6700040de5828

commit c9952304e93790ca3a2cf2b82d3f6f03acf4cdd2
Author: Samuel Mehrbrodt 
Date:   Thu Jan 12 16:47:40 2017 +0100

Disable CrashReportUI

since we don't offer upload - only want the dumps

Change-Id: I6d084757d83204cb960905d7eb78571b13f8f875

commit f64b6d52c5b6e097ff57087a7e00a4d545aa862f
Author: Samuel Mehrbrodt 
Date:   Thu Jan 12 16:46:45 2017 +0100

Add build id to crash metadata

Change-Id: I0e11a96936ea08cc439fcc1b1e3ff1f59c636665

commit f56c6fc9be908a9fc13cc774fb6b3aad8cc6fe7f
Author: Caolán McNamara 
Date:   Fri Apr 28 11:41:44 2017 +0100

download via https rather than http

Change-Id: I2840d116d1a59e19f5869c0550c6ed3d1b911304
Reviewed-on: https://gerrit.libreoffice.org/37063
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
(cherry picked from commit 2f3060d40a7c6972a2054514e59cea36e0437951)

commit cb45c61a38a96e5bc85dc8b0aed7e7e330c73142
Author: Eike Rathke 
Date:   Mon Jan 29 18:19:33 2018 +0100

CheckLinkFormulaNeedingCheck() for named expressions

 This is a combination of 3 commits.

CheckLinkFormulaNeedingCheck() for .ods named expressions

This is specifically necessary for named expressions that are used
in conditional format formulas, for which RPN is generated at a
later stage, not during import.

(cherry picked from commit eae9648e99be53ba441d9d8207aac6f3ce211ef2)

CheckLinkFormulaNeedingCheck() for .xls named expressions

(cherry picked from commit 8512f13c42ae3fbb287a555616fe10ff04295616)

CheckLinkFormulaNeedingCheck() for .xlsx named expressions

(cherry picked from commit a1f933ee2b9e23a505d937035821e9571cf4119c)
  

[Libreoffice-bugs] [Bug 113805] Insert->Footnote/Endnote , choose character

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

--- Comment #3 from Commit Notification 
 ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to "master":

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

Resolves: tdf#113805 insert special character fails in insert footnote, etc
dialog

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-bugs] [Bug 113805] Insert->Footnote/Endnote , choose character

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

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-commits] core.git: chart2/source cui/source include/svx sc/source sd/source svx/source sw/source

2018-03-05 Thread Caolán McNamara
 chart2/source/controller/main/ChartController_TextEdit.cxx |2 -
 cui/source/dialogs/cuicharmap.cxx  |   15 +
 cui/source/factory/dlgfact.cxx |5 +---
 cui/source/factory/dlgfact.hxx |2 -
 include/svx/svxdlg.hxx |3 +-
 sc/source/ui/drawfunc/drawsh.cxx   |2 -
 sc/source/ui/view/cellsh1.cxx  |2 -
 sc/source/ui/view/viewutil.cxx |2 -
 sd/source/ui/func/fubullet.cxx |2 -
 svx/source/dialog/imapwnd.cxx  |2 -
 sw/source/ui/dialog/macassgn.cxx   |2 -
 sw/source/ui/misc/glossary.cxx |2 -
 sw/source/ui/misc/insfnote.cxx |2 -
 sw/source/ui/misc/srtdlg.cxx   |2 -
 sw/source/uibase/shells/annotsh.cxx|2 -
 sw/source/uibase/shells/drwtxtsh.cxx   |2 -
 sw/source/uibase/shells/textsh.cxx |2 -
 17 files changed, 33 insertions(+), 18 deletions(-)

New commits:
commit 80c98c069b37bd2f8f67d2f6b59edc3b4c6abea5
Author: Caolán McNamara 
Date:   Mon Mar 5 17:13:12 2018 +

Resolves: tdf#113805 insert special character fails in insert footnote, etc 
dialog

i.e. since

commit 710a39414569995bd5a8631a948c939dc73bcef9
Date:   Thu May 11 13:27:38 2017 +0530

GSoC: Glyph View and Recent Characters Control in Special Characters 
dialog

Change-Id: Ia55f3fefe7c14327cff2e996ab0038dc52f9b017

it inserts into the document, extend the fix of

commit 4020945651b4f3c636980e2103db440b5c55459c
Author: Daniel 
Date:   Sun Sep 24 17:55:19 2017 -0300

tdf#111739 fix Selecting a custom character as a bullet symbol insertion

to do the old thing that existing code depends on if this is not an
"insert" dialog, and bubble that setting around from the callers

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

diff --git a/chart2/source/controller/main/ChartController_TextEdit.cxx 
b/chart2/source/controller/main/ChartController_TextEdit.cxx
index 5b5378b5f7d1..60ff53feb417 100644
--- a/chart2/source/controller/main/ChartController_TextEdit.cxx
+++ b/chart2/source/controller/main/ChartController_TextEdit.cxx
@@ -166,7 +166,7 @@ void 
ChartController::executeDispatch_InsertSpecialCharacter()
 vcl::Font aCurFont = 
m_pDrawViewWrapper->getOutliner()->GetRefDevice()->GetFont();
 aSet.Put( SvxFontItem( aCurFont.GetFamilyType(), aCurFont.GetFamilyName(), 
aCurFont.GetStyleName(), aCurFont.GetPitch(), aCurFont.GetCharSet(), 
SID_ATTR_CHAR_FONT ) );
 
-ScopedVclPtr pDlg(pFact->CreateSfxDialog( 
GetChartWindow(), aSet, getFrame(), RID_SVXDLG_CHARMAP ));
+ScopedVclPtr pDlg(pFact->CreateSfxDialog( 
GetChartWindow(), aSet, getFrame(), RID_SVXDLG_CHARMAP, false ));
 OSL_ENSURE( pDlg, "Couldn't create SvxCharacterMap dialog" );
 if( pDlg->Execute() == RET_OK )
 {
diff --git a/cui/source/dialogs/cuicharmap.cxx 
b/cui/source/dialogs/cuicharmap.cxx
index 49aba8503618..2aa6c6cb060e 100644
--- a/cui/source/dialogs/cuicharmap.cxx
+++ b/cui/source/dialogs/cuicharmap.cxx
@@ -42,6 +42,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -632,6 +633,20 @@ void SvxCharacterMap::insertCharToDoc(const OUString& 
sGlyph)
 comphelper::dispatchCommand(".uno:InsertSymbol", aArgs);
 
 updateRecentCharacterList(sGlyph, aFont.GetFamilyName());
+
+} else {
+SfxItemSet* pSet = GetOutputSetImpl();
+if ( pSet )
+{
+sal_Int32 tmp = 0;
+sal_UCS4 cChar = sGlyph.iterateCodePoints();
+const SfxItemPool* pPool = pSet->GetPool();
+pSet->Put( SfxStringItem( pPool->GetWhich(SID_CHARMAP), sGlyph ) );
+pSet->Put( SvxFontItem( aFont.GetFamilyType(), 
aFont.GetFamilyName(),
+aFont.GetStyleName(), aFont.GetPitch(), aFont.GetCharSet(), 
pPool->GetWhich(SID_ATTR_CHAR_FONT) ) );
+pSet->Put( SfxStringItem( pPool->GetWhich(SID_FONT_NAME), 
aFont.GetFamilyName() ) );
+pSet->Put( SfxInt32Item( pPool->GetWhich(SID_ATTR_CHAR), cChar ) );
+}
 }
 }
 
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index b1f5a97dc2e3..b441edfdf85f 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -1207,8 +1207,7 @@ VclPtr 
AbstractDialogFactory_Impl::CreateSvxLineTabDialog(
 VclPtr AbstractDialogFactory_Impl::CreateSfxDialog( 
vcl::Window* pParent,
  

[Libreoffice-bugs] [Bug 114159] [META] Calc Threaded Calculation bugs and enhancements

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

Kevin Suo  changed:

   What|Removed |Added

 Depends on||116192


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116192
[Bug 116192] Calc busy loop when using VLOOKUP
-- 
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 116192] Calc busy loop when using VLOOKUP

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

Kevin Suo  changed:

   What|Removed |Added

 Blocks||114159


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114159
[Bug 114159] [META] Calc Threaded Calculation 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 116192] Calc busy loop when using VLOOKUP

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

Kevin Suo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #8 from Kevin Suo  ---
(In reply to Benoit Sigoure from comment #7)
This seems to be caused by Calc Threaded Calculation (Calc: group threaded).
Would you try to reset your yser profile and see if the issue is gone?

Threaded Calculation was disabled by default in Version 6.0 due to bugs. But I
see it is enabled in your version, this may be because you haved installed a
tesing version of 6.0 which enabled threaded calculation?

-- 
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 86349] [META] Context menu bugs and enhancements

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

Bug 107927 Summary: [META] Context menu label regressions in 5.2+
https://bugs.documentfoundation.org/show_bug.cgi?id=107927

   What|Removed |Added

 Status|RESOLVED|NEW
 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 107927] [META] Context menu label regressions in 5.2+

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #3 from Xisco Faulí  ---
Keeping it open in case a new bug lands here...

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

2018-03-05 Thread Julien Nabet
 desktop/source/app/app.cxx   |5 
 desktop/source/app/appinit.cxx   |5 
 desktop/source/app/cmdlineargs.cxx   |5 
 desktop/source/app/officeipcthread.cxx   |   20 +-
 desktop/source/app/updater.cxx   |6 
 desktop/source/deployment/dp_persmap.cxx |8 -
 desktop/source/deployment/gui/dp_gui_dependencydialog.cxx|5 
 desktop/source/deployment/gui/dp_gui_dialog2.cxx |   13 +
 desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx   |   13 -
 desktop/source/deployment/gui/dp_gui_extlistbox.cxx  |   74 ---
 desktop/source/deployment/gui/dp_gui_updatedialog.cxx|   62 -
 desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx |   63 -
 desktop/source/deployment/manager/dp_activepackages.cxx  |   13 -
 desktop/source/deployment/manager/dp_extensionmanager.cxx|   18 +-
 desktop/source/deployment/manager/dp_informationprovider.cxx |6 
 desktop/source/deployment/manager/dp_manager.cxx |   31 ++--
 desktop/source/deployment/manager/dp_managerfac.cxx  |6 
 desktop/source/deployment/misc/dp_descriptioninfoset.cxx |4 
 desktop/source/deployment/misc/dp_update.cxx |   28 ++--
 desktop/source/deployment/registry/dp_backend.cxx|4 
 20 files changed, 175 insertions(+), 214 deletions(-)

New commits:
commit cbc58ebf14bd77a5f9297b7f2948952ed22460e7
Author: Julien Nabet 
Date:   Mon Mar 5 22:29:17 2018 +0100

Use for-range loops in desktop (part1)

+ remove some useless typedef
+ some reindent

Change-Id: Ic1e445a7096b1663ca8cbc58c40bb8f7af0c70e1
Reviewed-on: https://gerrit.libreoffice.org/50787
Tested-by: Jenkins 
Reviewed-by: Julien Nabet 

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 77152718287e..175a12304b26 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1090,10 +1090,9 @@ void restartOnMac(bool passArguments) {
 }
 }
 std::vector< char const * > argPtrs;
-for (std::vector< OString >::iterator i(args.begin()); i != args.end();
- ++i)
+for (auto const& elem : args)
 {
-argPtrs.push_back(i->getStr());
+argPtrs.push_back(elem.getStr());
 }
 argPtrs.push_back(nullptr);
 execv(execPath8.getStr(), const_cast< char ** >([0]));
diff --git a/desktop/source/app/appinit.cxx b/desktop/source/app/appinit.cxx
index 2e302be587a3..2363b36722f0 100644
--- a/desktop/source/app/appinit.cxx
+++ b/desktop/source/app/appinit.cxx
@@ -116,10 +116,9 @@ void Desktop::RegisterServices(Reference< 
XComponentContext > const & context)
 }
 
 std::vector< OUString > const & conDcp = rCmdLine.GetAccept();
-for (std::vector< OUString >::const_iterator i(conDcp.begin());
- i != conDcp.end(); ++i)
+for (auto const& elem : conDcp)
 {
-createAcceptor(*i);
+createAcceptor(elem);
 }
 
 configureUcb();
diff --git a/desktop/source/app/cmdlineargs.cxx 
b/desktop/source/app/cmdlineargs.cxx
index 3317189531b0..e67f204866e9 100644
--- a/desktop/source/app/cmdlineargs.cxx
+++ b/desktop/source/app/cmdlineargs.cxx
@@ -62,10 +62,9 @@ std::vector< OUString > translateExternalUris(
 std::vector< OUString > const & input)
 {
 std::vector< OUString > t;
-for (std::vector< OUString >::const_iterator i(input.begin());
- i != input.end(); ++i)
+for (auto const& elem : input)
 {
-t.push_back(translateExternalUris(*i));
+t.push_back(translateExternalUris(elem));
 }
 return t;
 }
diff --git a/desktop/source/app/officeipcthread.cxx 
b/desktop/source/app/officeipcthread.cxx
index 72aba80344ec..b70e3d5396c0 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -974,20 +974,18 @@ bool IpcThread::process(OString const & arguments, bool * 
waitProcessed) {
 
 // handle request for acceptor
 std::vector< OUString > const & accept = aCmdLineArgs->GetAccept();
-for (std::vector< OUString >::const_iterator i(accept.begin());
- i != accept.end(); ++i)
+for (auto const& elem : accept)
 {
 ApplicationEvent* pAppEvent = new ApplicationEvent(
-ApplicationEvent::Type::Accept, *i);
+ApplicationEvent::Type::Accept, elem);
 ImplPostForeignAppEvent( pAppEvent );
 }
 // handle acceptor removal
 std::vector< OUString > const & unaccept = aCmdLineArgs->GetUnaccept();
-for (std::vector< OUString >::const_iterator i(unaccept.begin());
- i != unaccept.end(); ++i)
+for (auto const& elem : unaccept)
 {
 

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

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||116222


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 116222] [META] Edit conditional formatting dialog bugs and enhancements

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

Thomas Lendo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Blocks||87351
 Ever confirmed|0   |1
  Alias||Conditional-Formatting-Edit
   ||ing


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=87351
[Bug 87351] [META] Conditional formatting 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 116222] New: [META] Edit conditional formatting dialog bugs and enhancements

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

Bug ID: 116222
   Summary: [META] Edit conditional formatting dialog bugs and
enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thomas.le...@gmail.com

Format > Conditional Formatting > ...

-- 
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 87351] [META] Conditional formatting bugs and enhancements

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||116221


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 116221] [META] Manage conditional formatting dialog bugs and enhancements

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

Thomas Lendo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Blocks||87351
 Ever confirmed|0   |1
  Alias||Conditional-Formatting-Mana
   ||ging


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=87351
[Bug 87351] [META] Conditional formatting 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 116221] New: [META] Manage conditional formatting dialog bugs and enhancements

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

Bug ID: 116221
   Summary: [META] Manage conditional formatting dialog bugs and
enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thomas.le...@gmail.com

Format > Conditional Formatting > Manage...

-- 
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 116220] New: Impress Slide Show incorrectly resizes objects outside slide boundary

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

Bug ID: 116220
   Summary: Impress Slide Show incorrectly resizes objects outside
slide boundary
   Product: LibreOffice
   Version: 5.4.5.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: j...@curioussymbols.com

Description:
A new bug seems to have arising in LO 5.4.5.1. I have an .odp file with various
images and text boxes in the slides. Some of the items are deliberately placed
to overlap the page margin, so that they are chopped off during full-screen
view of during PDF export.

However recently something has happened with the full screen view and my
overlapping objects are 'squeezed' so that they fit entirely within the screen.
They are resized instead of being chopped.

The correct behaviour is still maintained in the PDF export, but this bug is
irritating because it means the full-screen slideshow view is no longer
trustworthy in comparison to the PDF view.


Steps to Reproduce:
1.create a new Impress document
2.paste an image from somewhere.
3.move the image so that part of its bounding box sits outside the page edges
4.enter slideshow mode -- you will be able to (wrongly) see the full image
5.exit slideshow mode
6.export as PDF, then view the PDF in fullscreen model -- you will see the
choped image as expected

Actual Results:  
Impress Slideshow mode scales images instead of chopping them (and messes up
the aspect ratio)

Expected Results:
Images overlapping the edge of the view should be chopped instead of resize.
This was always working correctly before around LO 5.4 or so.


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101
Firefox/58.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 116219] [META] Grid and helplines bugs and enhancements

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||116027


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116027
[Bug 116027] Draw: Grid and dotted line misalignment although both are at 1 cm
-- 
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 116219] [META] Grid and helplines bugs and enhancements

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||109367


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109367
[Bug 109367] [META] Sheet grid line 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 116027] Draw: Grid and dotted line misalignment although both are at 1 cm

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

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||116219


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116219
[Bug 116219] [META] Grid and helplines 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 109367] [META] Sheet grid line bugs and enhancements

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

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||116219


Referenced Bugs:

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

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

Thomas Lendo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
  Alias||Grid-Helplines

-- 
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 116219] New: [META] Grid and helplines bugs and enhancements

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

Bug ID: 116219
   Summary: [META] Grid and helplines bugs and enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thomas.le...@gmail.com

Issues regarding Tools > Options > Writer/Calc/Impress/Draw > Grid and View >
Grid and Helplines.

-- 
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 116218] LO6.0.*: About box shows copyright year 2017, not 2018

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

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||xiscofa...@libreoffice.org
 Resolution|--- |WONTFIX

--- Comment #1 from Xisco Faulí  ---
Thanks for reporting the issue.
This is similar to bug 105789.
As in bug 105789, it can't be backported to 6.0 branch because the 'Hard
English string & UI freeze' was reached before the end of 2017.
Anyway, Copyright in the work expires 70 years after the death of the author.
Closing as RESOLVED WONTFIX

-- 
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 102187] [META] Options dialog bugs and enhancements

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||108855


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108855
[Bug 108855] 'Restart Now' from Certificate Path either does nothing
-- 
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 108855] 'Restart Now' from Certificate Path either does nothing

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

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||102187


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 88964] Add SOUNDEX() and LEVELSHTEIN_DISTANCE() function in Calc

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

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108827


Referenced Bugs:

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

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||88964


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88964
[Bug 88964] Add SOUNDEX() and LEVELSHTEIN_DISTANCE() function in Calc
-- 
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 109180] Crash when trying to digitally sign an ODT using aHungarian eID card

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

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||105605


Referenced Bugs:

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

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||109180


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109180
[Bug 109180] Crash when trying to digitally sign an ODT using aHungarian eID
card
-- 
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 105605] [META] Digital signatures bugs and enhancements

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||115884


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=115884
[Bug 115884] PDF signing should mention it only works with x509 certificates
-- 
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 115884] PDF signing should mention it only works with x509 certificates

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

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||105605


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105605
[Bug 105605] [META] Digital signatures 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 65205] Print Component fails to recognize 'Tabloid' as 11x17, uses Letter instead

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

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108800, 103309


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103309
[Bug 103309] [META] Print dialog bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108800
[Bug 108800] [META] Print related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103309] [META] Print dialog bugs and enhancements

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||65205


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=65205
[Bug 65205] Print Component fails to recognize 'Tabloid' as 11x17, uses Letter
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 108800] [META] Print related issues

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||65205


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=65205
[Bug 65205] Print Component fails to recognize 'Tabloid' as 11x17, uses Letter
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-commits] core.git: sc/qa

2018-03-05 Thread Eike Rathke
 sc/qa/unit/ucalc.hxx |2 ++
 sc/qa/unit/ucalc_formula.cxx |   19 +++
 2 files changed, 21 insertions(+)

New commits:
commit ba490001c2d82c1172854ca16d7099b19e29cb60
Author: Eike Rathke 
Date:   Mon Mar 5 22:50:07 2018 +0100

Unit test for tdf#116216

Change-Id: Icd2e37c279db43b792e84b3aae64c16db0c4834b

diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index 630e9b09b0a0..6718e10a4248 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -186,6 +186,7 @@ public:
 void testFuncNUMBERVALUE();
 void testFuncLEN();
 void testFuncLOOKUP();
+void testFuncLOOKUParrayWithError();
 void testFuncVLOOKUP();
 void testFuncMATCH();
 void testFuncCELL();
@@ -607,6 +608,7 @@ public:
 CPPUNIT_TEST(testFuncNUMBERVALUE);
 CPPUNIT_TEST(testFuncLEN);
 CPPUNIT_TEST(testFuncLOOKUP);
+CPPUNIT_TEST(testFuncLOOKUParrayWithError);
 CPPUNIT_TEST(testFuncVLOOKUP);
 CPPUNIT_TEST(testFuncMATCH);
 CPPUNIT_TEST(testFuncCELL);
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index a67ef5063dcd..639dac3527db 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -4773,6 +4773,25 @@ void Test::testFuncLOOKUP()
 m_pDoc->DeleteTab(0);
 }
 
+void Test::testFuncLOOKUParrayWithError()
+{
+sc::AutoCalcSwitch aACSwitch(*m_pDoc, true);
+m_pDoc->InsertTab(0, "Test");
+
+std::vector aData = {
+{ "x", "y", "z" },
+{ "a", "b", "c" }
+};
+insertRangeData(m_pDoc, ScAddress(2,1,0), aData);   // C2:E3
+m_pDoc->SetString(0,0,0, "=LOOKUP(2;1/(C2:E2<>\"\");C3:E3)");   // A1
+
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Should find match for last column.", 
OUString("c"), m_pDoc->GetString(0,0,0));
+m_pDoc->SetString(4,1,0, "");   // E2
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Should find match for second last column.", 
OUString("b"), m_pDoc->GetString(0,0,0));
+
+m_pDoc->DeleteTab(0);
+}
+
 void Test::testFuncVLOOKUP()
 {
 // VLOOKUP
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 106234] EDITING: centered tabulator not effective in justified paragraph with line breaks

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

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||107831

--- Comment #5 from Thomas Lendo  ---
Still repro.

Version: 6.1.0.0.alpha0+
Build ID: 77db2da61658906c354084b13a95f1102949fbd0
CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; 
Locale: de-DE (de_DE.UTF-8); Calc: group
2018-03-05


Referenced Bugs:

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

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||106234


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106234
[Bug 106234] EDITING: centered tabulator not effective in justified paragraph
with line breaks
-- 
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 116218] New: LO6.0.*: About box shows copyright year 2017, not 2018

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

Bug ID: 116218
   Summary: LO6.0.*: About box shows copyright year 2017, not 2018
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mi...@filmsi.net

Description:
The About box in the copyright statement states years 2000-2017.
Since this is 2018 it should be bumped up.

Steps to Reproduce:
1. Open LO, then About box.
2.
3.

Actual Results:  
Year is set to 2017.

Expected Results:
Should be 2018.


Reproducible: Always


User Profile Reset: No



Additional Info:
Using LO6.0.3 official macOS daily build (March 5, 2018).


User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:58.0)
Gecko/20100101 Firefox/58.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 116001] Incorrect Colors in Chart Wall Area w/ 3D Look and Extruded Shapes

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

Laurent BP  changed:

   What|Removed |Added

 CC||jumbo4...@yahoo.fr

--- Comment #10 from Laurent BP  ---
I can confirm that bug 116180 is also fixed with up to date master.

-- 
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 108198] [META] ODF export is unsuitable or invalid XML

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||106125


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106125
[Bug 106125] FILESAVE Calc don't save size font style default, change if open
file in other app.
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   4   5   >