[Libreoffice-bugs] [Bug 98805] FILESAVE: Save As crashes when specific file is present in working directory

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

--- Comment #12 from Buovjaga  ---
eisa01: can you get debug output for the crash?
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#Mac_OSX

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


[Libreoffice-bugs] [Bug 108743] [META] Find toolbar bugs and enhancements

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

Bug 115600 Summary: Missing Messages at the Use of “Navigate by” Function when 
Document Beginning or End is Reached
https://bugs.documentfoundation.org/show_bug.cgi?id=115600

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 115600] Missing Messages at the Use of “Navigate by” Function when Document Beginning or End is Reached

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

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||s.mehrbr...@gmail.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 115600] Missing Messages at the Use of “Navigate by” Function when Document Beginning or End is Reached

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.1.0

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


[Libreoffice-bugs] [Bug 115600] Missing Messages at the Use of “Navigate by” Function when Document Beginning or End is Reached

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

--- Comment #10 from Commit Notification 
 ---
Jim Raykowski committed a patch related to this issue.
It has been pushed to "master":

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

tdf#115600 Display messages in Findbar for Headings navigation

It will be available in 6.1.0.

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

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

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


[Libreoffice-commits] core.git: include/svx svx/source sw/source

2018-04-08 Thread Jim Raykowski
 include/svx/srchdlg.hxx  |4 +++-
 include/svx/strings.hrc  |2 ++
 svx/source/dialog/srchdlg.cxx|4 
 sw/source/core/crsr/crstrvl.cxx  |   35 +--
 sw/source/uibase/ribbar/workctrl.cxx |3 +++
 5 files changed, 41 insertions(+), 7 deletions(-)

New commits:
commit 0b859bf33ed722c5c90f41cb08099fecfe494272
Author: Jim Raykowski 
Date:   Thu Mar 22 09:23:58 2018 -0800

tdf#115600 Display messages in Findbar for Headings navigation

...and make Headings navigation wrap

Change-Id: Ia06caba9b93064c63750c54c1061d781811ed62a
Reviewed-on: https://gerrit.libreoffice.org/52139
Tested-by: Jenkins 
Reviewed-by: Samuel Mehrbrodt 

diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index cf0168ca3eea..f655931008da 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -86,7 +86,9 @@ enum class SearchLabel
 End,
 Start,
 EndSheet,
-NotFound
+NotFound,
+StartWrapped,
+EndWrapped
 };
 
 class SvxSearchDialog;
diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc
index 16dbd5f4673e..9593cf515623 100644
--- a/include/svx/strings.hrc
+++ b/include/svx/strings.hrc
@@ -1252,9 +1252,11 @@
 #define RID_SVXSTR_SEARCH   
NC_("RID_SVXSTR_SEARCH", "Search for formatting")
 #define RID_SVXSTR_REPLACE  
NC_("RID_SVXSTR_REPLACE", "Replace with formatting")
 #define RID_SVXSTR_SEARCH_END   
NC_("RID_SVXSTR_SEARCH_END", "Reached the end of the document")
+#define RID_SVXSTR_SEARCH_END_WRAPPED   
NC_("RID_SVXSTR_SEARCH_END_WRAPPED", "Reached the end of the document, 
continued from the beginning")
 #define RID_SVXSTR_SEARCH_END_SHEET 
NC_("RID_SVXSTR_SEARCH_END_SHEET", "Reached the end of the sheet")
 #define RID_SVXSTR_SEARCH_NOT_FOUND 
NC_("RID_SVXSTR_SEARCH_NOT_FOUND", "Search key not found")
 #define RID_SVXSTR_SEARCH_START 
NC_("RID_SVXSTR_SEARCH_START", "Reached the beginning of the document")
+#define RID_SVXSTR_SEARCH_START_WRAPPED 
NC_("RID_SVXSTR_SEARCH_START_WRAPPED", "Reached the beginning of the document, 
continued from the end")
 
 #define RID_SVXDLG_BMPMASK_STR_PALETTE  
NC_("RID_SVXDLG_BMPMASK_STR_PALETTE", "Color Palette")
 
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index 3b7fca06a673..eb5787575771 100644
--- a/svx/source/dialog/srchdlg.cxx
+++ b/svx/source/dialog/srchdlg.cxx
@@ -2440,6 +2440,10 @@ void SvxSearchDialogWrapper::SetSearchLabel(const 
SearchLabel& rSL)
 sStr = SvxResId(RID_SVXSTR_SEARCH_END);
 else if (rSL == SearchLabel::Start)
 sStr = SvxResId(RID_SVXSTR_SEARCH_START);
+else if (rSL == SearchLabel::EndWrapped)
+sStr = SvxResId(RID_SVXSTR_SEARCH_END_WRAPPED);
+else if (rSL == SearchLabel::StartWrapped)
+sStr = SvxResId(RID_SVXSTR_SEARCH_START_WRAPPED);
 else if (rSL == SearchLabel::EndSheet)
 sStr = SvxResId(RID_SVXSTR_SEARCH_END_SHEET);
 else if (rSL == SearchLabel::NotFound)
diff --git a/sw/source/core/crsr/crstrvl.cxx b/sw/source/core/crsr/crstrvl.cxx
index cd08869de125..6218f5a460d3 100644
--- a/sw/source/core/crsr/crstrvl.cxx
+++ b/sw/source/core/crsr/crstrvl.cxx
@@ -70,6 +70,7 @@
 #include 
 #include 
 #include 
+#include 
 
 using namespace ::com::sun::star;
 
@@ -940,16 +941,27 @@ bool SwCursorShell::GotoOutline( const OUString& rName )
 /// jump to next node with outline num.
 bool SwCursorShell::GotoNextOutline()
 {
-SwCursor* pCursor = getShellCursor( true );
 const SwNodes& rNds = GetDoc()->GetNodes();
 
+if ( rNds.GetOutLineNds().size() == 0 )
+{
+SvxSearchDialogWrapper::SetSearchLabel( SearchLabel::Empty );
+return false;
+}
+
+SwCursor* pCursor = getShellCursor( true );
 SwNode* pNd = &(pCursor->GetNode());
 SwOutlineNodes::size_type nPos;
 if( rNds.GetOutLineNds().Seek_Entry( pNd,  ))
 ++nPos;
 
 if( nPos == rNds.GetOutLineNds().size() )
-return false;
+{
+nPos = 0;
+SvxSearchDialogWrapper::SetSearchLabel( SearchLabel::EndWrapped );
+}
+else
+SvxSearchDialogWrapper::SetSearchLabel( SearchLabel::Empty );
 
 pNd = rNds.GetOutLineNds()[ nPos ];
 
@@ -968,20 +980,31 @@ bool SwCursorShell::GotoNextOutline()
 /// jump to previous node with outline num.
 bool SwCursorShell::GotoPrevOutline()
 {
-SwCursor* pCursor = getShellCursor( true );
 const SwNodes& rNds = GetDoc()->GetNodes();
 
+if ( rNds.GetOutLineNds().size() == 0 )
+{
+SvxSearchDialogWrapper::SetSearchLabel( SearchLabel::Empty );
+return false;
+}
+
+SwCursor* pCursor = getShellCursor( true );
 SwNode* pNd = 

[Libreoffice-commits] core.git: Changes to 'private/Ashod/pdfium'

2018-04-08 Thread Ashod Nakashian
New branch 'private/Ashod/pdfium' available with the following commits:
commit 9c2ed67ad6b9781d3c2ec28a4e38a7e48327d8dd
Author: Ashod Nakashian 
Date:   Mon Apr 9 01:06:43 2018 -0400

svx: share PDF stream when saving imported PDF as images

Still needs work, incomplete.

Change-Id: Ide0c3f0792e816d64a81922a653a8afd77c7511a

commit 26ef34cda7e0404689fb30e3b345476cc0df32f7
Author: Ashod Nakashian 
Date:   Sun Apr 8 23:38:55 2018 -0400

svx: more accurate PDF text importing

Change-Id: If37119510cbc091dc86cb5f699984186167745c7

commit e403615fb00390b5ab692a60882f85e9fc5325b6
Author: Ashod Nakashian 
Date:   Sun Apr 8 20:34:29 2018 -0400

svx: import PDF text using PDFium

Change-Id: I7c75477f5257931f5182b8d65e898857526bf555

commit 52d1ed1e5c95cc54f1fc773a9784a6ce13a84ac6
Author: Ashod Nakashian 
Date:   Sun Apr 8 15:41:38 2018 -0400

svx: import PDF images at correct possition and scale

Change-Id: Idb447b99143ad326294f2748f4d5154432fc328a

commit 79ba1237f139fe6ba39d24af2085c150e2d1059e
Author: Ashod Nakashian 
Date:   Sun Apr 8 11:37:30 2018 -0400

svx: import images from PDF

Change-Id: If0765aac9f47df73f1021664e13afa15ebf0f9ee

commit 854a1077be49be9e237aded080827a6deae37ecc
Author: Ashod Nakashian 
Date:   Sat Apr 7 19:00:32 2018 -0400

svx: support importing PDF images

Change-Id: Id4524a30b8f9fa4228c4acb4bf8714700da3017c

commit 40f374c762f811164eefb67fb23c8878033ae18d
Author: Ashod Nakashian 
Date:   Sat Apr 7 17:26:30 2018 -0400

vcl: move bitmapwriteaccess header to public include

Importing and breaking PDFs with images need to make
heavy use of bitmaps as the data provided by PDFium
is in raw pixels, which needs conversion to Bitmaps.

Change-Id: I6bc4100678cbd7fbadedb064bbb14e9cb050f5d6

commit 78ea07b2c14233d5632ba38824feb44c776f7c20
Author: Ashod Nakashian 
Date:   Sat Apr 7 15:22:06 2018 -0400

svx: support breaking PDFs imported as images

Change-Id: I990c2b3c3055fbffddedc407c34beb5824277b38

commit 06402509980fbf65d2afd38278839c98402d13f0
Author: Ashod Nakashian 
Date:   Mon Apr 2 20:34:11 2018 -0400

vcl: svx: preserve the imported PDF page number in Graphic

Change-Id: I1bb3fa7d44d5f92df2bb8c4ed4b85ccd984c2617

commit 1b793a0f9e42381414f66177dfb2fb88f6224cf0
Author: Ashod Nakashian 
Date:   Fri Mar 30 23:34:03 2018 -0400

svx: sd: cosmetics

Change-Id: Ic82e0b20b6e0f0ecdd308969c85c887ef84d2340

commit 8ef1a8709f2d92c1cbcc079653d0e1d7bd88c426
Author: Ashod Nakashian 
Date:   Tue Mar 13 23:55:26 2018 -0400

sd: import PDFs as images using Pdfium new SdPdfFilter

LOK now opens PDFs as images using Pdfium,
which has a superior accuracy and support
to poppler, the default pdf reader.

Change-Id: Ifbbecf7f048f001836fb98886705cba47e6bed4e

commit 253797ded47dec4ed29c616416fa8a63f279aa8f
Author: Ashod Nakashian 
Date:   Sat Mar 17 15:33:54 2018 -0400

pdf: share pdf data in Graphic

Change-Id: I8146aa4e206788afff71142e1877fd7a885f4652

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


[Libreoffice-bugs] [Bug 116891] Sorting of date by ascending and descending is incorrect

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

--- Comment #9 from NARAYAN  ---
Created attachment 141224
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141224=edit
Second file showing same sort behaviour

Another file, showing same sorting 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 116891] Sorting of date by ascending and descending is incorrect

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

--- Comment #8 from NARAYAN  ---
Interestingly, I did another test. 
Just copied the column alone and sorted. It sorts fine.

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


[Libreoffice-bugs] [Bug 116891] Sorting of date by ascending and descending is incorrect

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

--- Comment #7 from NARAYAN  ---
Created attachment 141223
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141223=edit
New file without the unicode apostrophe character

See attached file. Problem of sorting still persists.
Meanwhile , perhaps another issue, why the unicode character was not recognized
in Find & Replace function.

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


[Libreoffice-bugs] [Bug 116891] Sorting of date by ascending and descending is incorrect

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

--- Comment #6 from NARAYAN  ---
The character U+0027 : APOSTROPHE {APL quote} Upon Normal Copy & Paste into
text pad, this is not visible or available.

However also upon CTRL + H find and replace '. It says No character found.
However this character is visible if I open the cell individually only inside
the cell

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


[Libreoffice-bugs] [Bug 107792] Introduce reference counting for GDI handles

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

--- Comment #4 from Tomaz Vajngerl  ---
std::shared_ptr should work, so I would just use that where
appropriate.

Anyway - chromium uses similar code to ScopedHDC [1] - it also uses same
principle for other resources.

[1]
https://github.com/mozilla/gecko-dev/blob/86897859913403b68829dbf9a154f5a87c4b0638/ipc/chromium/src/base/scoped_handle_win.h

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


[Libreoffice-bugs] [Bug 116891] Sorting of date by ascending and descending is incorrect

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

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #5 from V Stuart Foote  ---
(In reply to NARAYAN from comment #4)
> Uploaded both screen shot of cell data type and also actual spread sheet. 
> Please try sorting by column labeled appointment.

Looks like every "date" entered into the "appointment" column has been escaped
to text with a leading ' --apostrophe. Clear that and the dates will follow the
input pattern and will sort by date.

=> NAB

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


[Libreoffice-bugs] [Bug 116861] Minimize Presentation default settings

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

Tomaz Vajngerl  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Tomaz Vajngerl  ---
Well the values are not percentual, so it is not 25% 50% 75% as the
size/quality factor doesn't increase linearly so you can't say much from the
values itself.

Anyway, value 25 JPEG compression will pretty much destroy your image (bye bye
gradients), 50 is also too low. I would say that the most sensible values are
between 60 - 90. Most people won't see any difference between 75-100, but the
difference in size is big. 
All this also very much depends on the image itself. The assumption here is
that the image is photo, where JPEG makes must sense. For screen images the the
quality factor can get quite different (a lot of edges in the image) and the
most quality killer here is the 4:2:0 subsampling, which we always use (it is
possible to use 4:4:4 subsampling but we never do that).

So just for this profiles I would recommend to use a constant quality factor -
maybe 75 or 80 for all uses. The biggest saver here is the downsampling of the
image anyway. I tried a 8MB JPEG picture at 300DPI and 80 QF is already 1MB, at
150DPI we are already in 300kb range and 96DPI <200kb. I would say that's good
enough for most people.

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


[Libreoffice-bugs] [Bug 105136] TextCursor gotoNextWord method fails when paragraph does not end in period

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

--- 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 40068] LibreOffice doesn' t remember the search path when saving Basic code and dialogues to a file.

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

--- Comment #13 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 42705] Graphics Anchored to Cell Do Not Move With Data When Sorted, ' Protect Position' Set or Not, 'Link' or Not

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

u2nBz  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 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 105584] [META] Calc image bugs and enhancements

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

Bug 42705 Summary: Graphics Anchored to Cell Do Not Move With Data When Sorted, 
'Protect Position' Set or Not, 'Link' or Not
https://bugs.documentfoundation.org/show_bug.cgi?id=42705

   What|Removed |Added

 Status|RESOLVED|NEW
 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 116894] unable to load CSV file

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

perie_...@hotmail.com changed:

   What|Removed |Added

   Keywords||perf, regression

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


[Libreoffice-bugs] [Bug 116894] New: unable to load CSV file

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

Bug ID: 116894
   Summary: unable to load CSV file
   Product: LibreOffice
   Version: 6.0.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: perie_...@hotmail.com

Created attachment 141222
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141222=edit
csv test file

unable to load csv

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


[Libreoffice-bugs] [Bug 116893] New: Firebird - Error when transferring/ pasting NUMERIC or DECIMAL table data

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

Bug ID: 116893
   Summary: Firebird - Error when transferring/pasting NUMERIC or
DECIMAL table data
   Product: LibreOffice
   Version: 6.0.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sgre...@yahoo.com

Description:
Any table containing a numeric or decimal data field creates an error and the
data is not transferred.  This happens whether data originates from HSQL
embedded, split, MySQL and other DB's.  Will work if just copying data within
the same .odb.

Steps to Reproduce:
1.Copy source table 
2.Try to paste table in Firebird
3.

Actual Results:  
Message stating error.

Expected Results:
Data is copied


Reproducible: Always


User Profile Reset: Yes



Additional Info:


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

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


[Libreoffice-bugs] [Bug 116858] [Feature Request] View > Freeze Cells > Freeze Rows and Columns

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

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu
 Ever confirmed|0   |1

--- Comment #1 from Aron Budea  ---
Hi, good suggestion! Setting to NEW.

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


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

2018-04-08 Thread Chris Sherlock
 vcl/source/gdi/impgraph.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ec5eee5ed5c00e1808dd2830d7d443267233c456
Author: Chris Sherlock 
Date:   Sat Apr 7 00:36:54 2018 +1000

vcl: maBitmapSize = aSize to SetSizePixel(aSize)

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

diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index 215386aba32c..3fd0c7a1d034 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -1038,7 +1038,7 @@ bool ImpGraphic::ImplReadEmbedded( SvStream& rIStm )
 maEx = maVectorGraphicData->getReplacement();
 }
 
-maEx.maBitmapSize = aSize;
+maEx.SetSizePixel(aSize);
 
 if( aMapMode != MapMode() )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 116891] Sorting of date by ascending and descending is incorrect

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

--- Comment #4 from NARAYAN  ---
Uploaded both screen shot of cell data type and also actual spread sheet. 
Please try sorting by column labeled appointment.

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


[Libreoffice-bugs] [Bug 116891] Sorting of date by ascending and descending is incorrect

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

--- Comment #3 from NARAYAN  ---
Created attachment 141221
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141221=edit
Actual CSV file stored as XLSX format

Actual excel spread

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


[Libreoffice-bugs] [Bug 116891] Sorting of date by ascending and descending is incorrect

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

--- Comment #2 from NARAYAN  ---
Created attachment 141220
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141220=edit
Screen shot of Cell Date based data type

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


[Libreoffice-bugs] [Bug 116854] FILEOPEN Table overlaps with textbox in attached DOCX

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

Aron Budea  changed:

   What|Removed |Added

Summary|FILEOPEN Tables overlap in  |FILEOPEN Table overlaps
   |attached DOCX   |with textbox in attached
   ||DOCX

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


[Libreoffice-bugs] [Bug 116720] LibreOffice Calc does not read its own HTML export attributes.

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

chris  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
   Assignee|libreoffice-b...@lists.free |mmmr7...@yahoo.co.uk
   |desktop.org |
 Ever confirmed|1   |0

--- Comment #4 from chris  ---
Created attachment 141219
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141219=edit
3- html import

Attachments as requested.

Note the currency (format [$$-C09]#,##0.00;[RED]-[$$-C09]#,##0.00) is correctly
re-read but the custom format "$"0.00 is not re-read.

My issue is that I am hand-crafting HTML reports and I hoped they could be
re-read into Libreoffice, but I cannot know the Libreoffice currency ID C09 in
[$$-C09].

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


[Libreoffice-bugs] [Bug 116720] LibreOffice Calc does not read its own HTML export attributes.

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

--- Comment #2 from chris  ---
Created attachment 141217
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141217=edit
1-original spreadsheet

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


[Libreoffice-bugs] [Bug 116720] LibreOffice Calc does not read its own HTML export attributes.

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

--- Comment #3 from chris  ---
Created attachment 141218
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141218=edit
2- html export

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


[Libreoffice-bugs] [Bug 116892] Rotated Objects Anchored to Cells set Move when Saved

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

Luke  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 116891] Sorting of date by ascending and descending is incorrect

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

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #1 from Regina Henschel  ---
Please attach the original file. I suspect, that you do not have dates but
text, that look like dates.

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


[Libreoffice-bugs] [Bug 116892] Rotated Objects Anchored to Cells set Move when Saved

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

--- Comment #1 from Luke  ---
Created attachment 141216
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141216=edit
Square shape originally anchored to B2

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


[Libreoffice-bugs] [Bug 116892] New: Rotated Objects Anchored to Cells set Move when Saved

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

Bug ID: 116892
   Summary: Rotated Objects Anchored to Cells set Move when Saved
   Product: LibreOffice
   Version: 6.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lukebe...@hotmail.com

Steps to reproduce.
1. In Calc, in B2, insert a shape
2. Set Anchor "To Cell, Resize with Cell"
3. right click -> Position and Size -> rotate by some angle
3. Save 
4. Close and re-open 

Expected behavior
1. Shape stays in same position 

Actual behavior
1. Shape moves on each save

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


[Libreoffice-bugs] [Bug 116208] zoom factor does not update (OpenGL)

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

Aron Budea  changed:

   What|Removed |Added

Version|6.1.0.0.alpha0+ Master  |6.0.3.1 rc

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


[Libreoffice-bugs] [Bug 116891] New: Sorting of date by ascending and descending is incorrect

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

Bug ID: 116891
   Summary: Sorting of date by ascending and descending is
incorrect
   Product: LibreOffice
   Version: 6.0.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: narayanvenugo...@hotmail.com

Description:
I have defined a column as date column. 
When i try to sort this out by ascending or descending,the dates don't sort ,
but the behavior is rather sorted as a numerical string. 
This should not occur and with little change in algorithm or forced behavior,
dates entered in the various date format should sort by Month Jan - Dec ( 1-12)
followed by Sort order of dates ( 1-31) , followed by sort order of Year ( in
YY or  )

Steps to Reproduce:
1. Create columns with various dates representing every month , few dates, few
years such as in attached list
2. Select sort area
3. Select sort by ascending and descending.

Actual Results:  
I ordered the dates by ascending. This is how it is sorted

1/13/17
1/26/17
1/26/17
1/26/17
1/27/17
1/28/17
1/3/17
1/3/17
1/5/17
1/9/17
10/18/16
10/19/16
10/20/16
10/24/16
10/25/16
10/27/16
11/17/17
11/19/16
11/22/16
11/23/16
11/25/16
11/25/16
11/9/16
12/10/16
12/13/16
12/14/16
12/18/17
12/19/16
12/2/16
12/20/16
12/20/16
12/21/16
12/23/16
12/24/16
12/26/16
12/26/16
12/27/16
12/28/16
12/28/16
12/29/16
12/3/16
12/3/16
2/15/17
2/7/17
3/3/17
3/30/17
3/30/17
3/31/17
3/31/17
4/28/17
4/3/17
5/5/17
8/12/16
8/12/16
8/16/16
8/17/16
8/18/16
8/20/16
8/22/16
8/23/16
8/23/16
8/23/16
8/24/16
8/24/16
8/24/16
8/24/16
8/25/16
8/25/16
8/26/16
8/26/16
8/26/16
8/26/16
8/3/16
8/30/16
8/30/16
8/31/16
8/8/16
9/12/16
9/13/16
9/14/16
9/14/16
9/16/16
9/16/16
9/16/16
9/19/16
9/25/17
9/26/16
9/26/16
9/27/17
9/28/16
9/29/16
9/3/16
9/6/16
9/7/16
9/9/16


Expected Results:
8/12/16
8/12/16
8/16/16
8/17/16
8/18/16
8/20/16
8/22/16
8/23/16
8/23/16
8/23/16
8/24/16
8/24/16
8/24/16
8/24/16
8/25/16
8/25/16
8/26/16
8/26/16
8/26/16
8/26/16
8/3/16
8/30/16
8/30/16
8/31/16
8/8/16
9/12/16
9/13/16
9/14/16
9/14/16
9/16/16
9/16/16
9/16/16
9/19/16
9/25/17
9/26/16
9/26/16
9/27/17
9/28/16
9/29/16
9/3/16
9/6/16
9/7/16
9/9/16
10/18/16
10/19/16
10/20/16
10/24/16
10/25/16
10/27/16
11/17/17
11/19/16
11/22/16
11/23/16
11/25/16
11/25/16
11/9/16
12/10/16
12/13/16
12/14/16
12/18/17
12/19/16
12/2/16
12/20/16
12/20/16
12/21/16
12/23/16
12/24/16
12/26/16
12/26/16
12/27/16
12/28/16
12/28/16
12/29/16
12/3/16
12/3/16
1/13/17
1/26/17
1/26/17
1/26/17
1/27/17
1/28/17
1/3/17
1/3/17
1/5/17
1/9/17
2/15/17
2/7/17
3/3/17
3/30/17
3/30/17
3/31/17
3/31/17
4/28/17
4/3/17
5/5/17



Reproducible: Always


User Profile Reset: No



Additional Info:
Sort algorithm  must order by by year , then sort by month ascending from 01 to
12 or Jan - Dec
then Sort by Date



User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/65.0.3325.181 Safari/537.36

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


[Libreoffice-bugs] [Bug 116889] Table from Word 2013 is transformed into text in LibreOffice Writer 6.0.3.2

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

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m.a.riosv  ---
Opening the doc with LibreOffice, saving with LibreOffice as docx, opening this
last docx, open with the table. I have not word to test.

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


[Libreoffice-bugs] [Bug 116867] Allow direct jump navigation between tabs/ sheets in Calc via a drop up list that could be access via a button located between the two tabs /sheets scrolling arrows

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

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||miguelangelrv@libreoffice.o
   ||rg
 Resolution|--- |NOTABUG

--- Comment #1 from m.a.riosv  ---
The option is there with right-click on the '+' next to the tab navigator.

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


[Libreoffice-bugs] [Bug 116877] Horizontal Lines Created by Typing Three Hyphens

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

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||rb.hensc...@t-online.de
 Resolution|--- |NOTABUG

--- Comment #1 from Regina Henschel  ---
This feature of the auto-corrections generates a bottom border to the
paragraph. If you go back to this paragraph and hit enter, then this style is
used for the next paragraph too. Therefore you get a horizontal line, where you
do not expect one.
To get rid of the unwanted line right click into the paragraph and take item
"Paragraph". In the "Border" tab of this dialog you can remove the line.
Removing hard formatting with Ctrl+M would work too, but you might loose other
hard formatting too.

This is not a bug report but a support request.

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


[Libreoffice-bugs] [Bug 77919] FORMATTING: Bibliography, character styles are lost after update

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

Mihkel Tõnnov  changed:

   What|Removed |Added

   Keywords|bibisectRequest |
 Resolution|WORKSFORME  |FIXED

--- Comment #24 from Mihkel Tõnnov  ---
(In reply to Michael Stahl from comment #21)
> current master: with attachment from comment #14 :
> 
> * the tooltip text is correctly generated in SwTokenWindow::CreateQuickHelp
>   but i can't get the tooltip to actually show up on screen
>   which looks like an unrelated issue or maybe it's intentional
>   and there is some obscure setting that would enable tooltips

I see the tooltip perfectly fine on current master - ?!

> ...
> would be nice to bisect the fix and backport it.

Bibisected; and while I couldn't get Git to show me a proper commit message for
some reason, it did consistently identify this commit as the first "fixed" one:

61d60487533bc93c1207747719d6382eaaa2c4f7 is the first fixed commit
commit 61d60487533bc93c1207747719d6382eaaa2c4f7
Author: Jenkins Build User 
Date:   Sun Feb 11 16:09:25 2018 +0100

source sha:34b98af8e5a4e568d8316700bea1ce604d825ce8

Diff of changes by this commit:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=34b98af8e5a4e568d8316700bea1ce604d825ce8

Matteo, you said back in January that you "fixed two issues with [old commit
f4fd558ac9d61fe06aa0f56d829916ef9e5ee7b9], but have not seen the "expected
results" with the known good file, yet" - does this new commit mean you figured
it out? Or is there something still to be done?

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


[Libreoffice-bugs] [Bug 116890] Firebird: empty columns gone with query

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

--- Comment #2 from Gerhard Schaber  ---
Tested with:
Version: 6.1.0.0.alpha0+
Build ID: d39a8e791618a40328c0f90bece3cc246dcf57f7
CPU threads: 8; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-04-05_23:46:48
Locale: de-AT (de_AT); Calc: group

and with 6.0.3.2.

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


[Libreoffice-bugs] [Bug 116890] Firebird: empty columns gone with query

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

--- Comment #1 from Gerhard Schaber  ---
Some of the columns in the query have been set to NULL intentionally.

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


[Libreoffice-commits] help.git: source/text

2018-04-08 Thread Sophia Schröder
 source/text/scalc/01/04060106.xhp |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit d560cb36d2eb28f15922417c0025892ecfbc1836
Author: Sophia Schröder 
Date:   Sat Apr 7 10:40:03 2018 +0100

scalc: cleanup markup and whitespace

Change-Id: Id279950e7b50f46a55784153ce7faf1fddf6b6b1
Reviewed-on: https://gerrit.libreoffice.org/52531
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/source/text/scalc/01/04060106.xhp 
b/source/text/scalc/01/04060106.xhp
index 10c1fd291..d5ffe778e 100644
--- a/source/text/scalc/01/04060106.xhp
+++ b/source/text/scalc/01/04060106.xhp
@@ -730,9 +730,9 @@
 Mode is an optional value. If the Mode value is 
given and not equal to zero, and if Number and Significance are negative, then 
rounding is done based on the absolute value of Number, i.e. negative numbers 
are rounded away from zero. If the Mode value is equal to zero or is not given, 
negative numbers are rounded towards zero.
 This 
function exists for interoperability with Microsoft Excel 2013 or 
newer.
 Example
-=CEILING.MATH(-10;-3)  returns 
-9
-=CEILING.MATH(-10;-3;0)  returns 
-9
-=CEILING.MATH(-10;-3;1)  returns 
-12
+=CEILING.MATH(-10;-3) returns 
-9
+=CEILING.MATH(-10;-3;0) returns 
-9
+=CEILING.MATH(-10;-3;1) returns 
-12
 
 
 
@@ -747,9 +747,9 @@
 Significance is the number to whose multiple the 
value is to be rounded.
 This 
function exists for interoperability with Microsoft Excel 2007 or older 
versions.
 Example
-=CEILING.XCL(1;3)  returns 
3
-=CEILING.XCL(7;4)  returns 
8
-=CEILING.XCL(-10;-3)  returns 
-12
+=CEILING.XCL(1;3) returns 
3
+=CEILING.XCL(7;4) returns 
8
+=CEILING.XCL(-10;-3) returns 
-12
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

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

New commits:
commit b1009e095180ae0c24e5ec65dba6b459180d3869
Author: Sophia Schröder 
Date:   Sat Apr 7 10:40:03 2018 +0100

Updated core
Project: help  d560cb36d2eb28f15922417c0025892ecfbc1836

scalc: cleanup markup and whitespace

Change-Id: Id279950e7b50f46a55784153ce7faf1fddf6b6b1
Reviewed-on: https://gerrit.libreoffice.org/52531
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/helpcontent2 b/helpcontent2
index 855ce08c6d82..d560cb36d2eb 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 855ce08c6d82aaedd44b770a54003a10b13b33c6
+Subproject commit d560cb36d2eb28f15922417c0025892ecfbc1836
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 87964] FILEOPEN: xls chart displayed incorrectly (formatting; values) . Line type- Stepped

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

--- Comment #16 from Denis Lisov  ---
This bug is still present in Libreoffice 6.0.3.2 on Gentoo Linux (distribution
package).

-- 
You are receiving this mail because:
You 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: helpcontent2

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

New commits:
commit 4e207cc7dc2d1b51ec497e4e988d64513046707d
Author: Sophia Schröder 
Date:   Sat Apr 7 18:30:50 2018 +0100

Updated core
Project: help  855ce08c6d82aaedd44b770a54003a10b13b33c6

Fix typo in help

Double space in text.

Change-Id: I981556d796ab7b0fcc249c7c2a58b38899ebf635
Reviewed-on: https://gerrit.libreoffice.org/52557
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/helpcontent2 b/helpcontent2
index 7612e7931df8..855ce08c6d82 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 7612e7931df82c40da6c2047e40f10792e54aff5
+Subproject commit 855ce08c6d82aaedd44b770a54003a10b13b33c6
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - helpcontent2

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

New commits:
commit e411efcf53d07b7f6cdf7e8244328424db187972
Author: Sophia Schröder 
Date:   Sat Apr 7 12:46:17 2018 +0100

Updated core
Project: help  7612e7931df82c40da6c2047e40f10792e54aff5

scalc: cleanup markup and whitespace

Change-Id: I5de820f3ce4d12bf4e3aca7846c7edd33fe1616f
Reviewed-on: https://gerrit.libreoffice.org/52538
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/helpcontent2 b/helpcontent2
index 598c9b7c8be4..7612e7931df8 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 598c9b7c8be452aa36ea0187ac4e9839a0aa5384
+Subproject commit 7612e7931df82c40da6c2047e40f10792e54aff5
commit acd9be28cf54fd34e399b31d39de08e21360f9fb
Author: Sophia Schröder 
Date:   Sat Apr 7 19:09:51 2018 +0100

Updated core
Project: help  598c9b7c8be452aa36ea0187ac4e9839a0aa5384

Fix typos in help

Remove whitespaces

Change-Id: I53502e9c09206964134ab2b453dfa7c8d1023f77
Reviewed-on: https://gerrit.libreoffice.org/52559
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/helpcontent2 b/helpcontent2
index eb089726f453..598c9b7c8be4 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit eb089726f453bbcd74458ca8eb97bab5db1a7902
+Subproject commit 598c9b7c8be452aa36ea0187ac4e9839a0aa5384
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: 3 commits - source/text

2018-04-08 Thread Sophia Schröder
 source/text/scalc/01/func_roundsig.xhp   |8 
 source/text/scalc/01/func_webservice.xhp |2 +-
 source/text/shared/00/0406.xhp   |4 +---
 3 files changed, 6 insertions(+), 8 deletions(-)

New commits:
commit 855ce08c6d82aaedd44b770a54003a10b13b33c6
Author: Sophia Schröder 
Date:   Sat Apr 7 18:30:50 2018 +0100

Fix typo in help

Double space in text.

Change-Id: I981556d796ab7b0fcc249c7c2a58b38899ebf635
Reviewed-on: https://gerrit.libreoffice.org/52557
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/source/text/scalc/01/func_webservice.xhp 
b/source/text/scalc/01/func_webservice.xhp
index 5b1c45bf4..6c23fc89f 100644
--- a/source/text/scalc/01/func_webservice.xhp
+++ b/source/text/scalc/01/func_webservice.xhp
@@ -55,7 +55,7 @@
ENCODEURL(Text)
Text: String to encode to a sequence of 
URL-standard symbols.
Example
-   If cell A1 contains the cyrillic text "автомобиль",  =ENCODEURL(A1) returns 
%D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%BE%D0%B1%D0%B8%D0%BB%D1%8C (the word 
"автомобиль" means car in Russian).
+   If cell A1 contains the Cyrillic text "автомобиль", =ENCODEURL(A1) returns 
%D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%BE%D0%B1%D0%B8%D0%BB%D1%8C (the word 
"автомобиль" means car in Russian).
If cell B1 contains the text "車", =ENCODEURL(B1) returns %E8%BB%8A ("車" means car in 
Japanese).

  
commit 7612e7931df82c40da6c2047e40f10792e54aff5
Author: Sophia Schröder 
Date:   Sat Apr 7 12:46:17 2018 +0100

scalc: cleanup markup and whitespace

Change-Id: I5de820f3ce4d12bf4e3aca7846c7edd33fe1616f
Reviewed-on: https://gerrit.libreoffice.org/52538
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/source/text/scalc/01/func_roundsig.xhp 
b/source/text/scalc/01/func_roundsig.xhp
index 574db4cf5..5e89a9762 100644
--- a/source/text/scalc/01/func_roundsig.xhp
+++ b/source/text/scalc/01/func_roundsig.xhp
@@ -32,10 +32,10 @@
 
 
 
-=ROUNDSIG(123.456789; 5)  returns 
123.46.
-=ROUNDSIG(0.000123456789; 5)  
returns 1.2346E-4
-=ROUNDSIG(123456789012345; 2)  
returns 1.2E13
-=ROUNDSIG(123456789; 4)  returns 
12350 or 123.5E6
+=ROUNDSIG(123.456789; 5) returns 
123.46.
+=ROUNDSIG(0.000123456789; 5) returns 
1.2346E-4
+=ROUNDSIG(123456789012345; 2) 
returns 1.2E13
+=ROUNDSIG(123456789; 4) returns 
12350 or 123.5E6
 
 See also ROUND, MROUND, ROUNDUP, ROUNDDOWN.
 
commit 598c9b7c8be452aa36ea0187ac4e9839a0aa5384
Author: Sophia Schröder 
Date:   Sat Apr 7 19:09:51 2018 +0100

Fix typos in help

Remove whitespaces

Change-Id: I53502e9c09206964134ab2b453dfa7c8d1023f77
Reviewed-on: https://gerrit.libreoffice.org/52559
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/source/text/shared/00/0406.xhp 
b/source/text/shared/00/0406.xhp
index 72ca906f0..edfdbb1b3 100644
--- a/source/text/shared/00/0406.xhp
+++ b/source/text/shared/00/0406.xhp
@@ -19,7 +19,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
 
-
 
 
 Tools Menu
@@ -35,8 +34,7 @@
 
 
 
-Icon
-   
+Icon
   
   
  Gallery
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

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

New commits:
commit 60b98f64f1bbe1117595b939a58fff3db8877896
Author: Sophia Schröder 
Date:   Sat Apr 7 14:18:54 2018 +0100

Updated core
Project: help  eb089726f453bbcd74458ca8eb97bab5db1a7902

Help Files Cleanups

Further removing of whitespaces

Change-Id: I891bb186ea7db2961b323cea8578bc8ba1e817c9
Reviewed-on: https://gerrit.libreoffice.org/52546
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/helpcontent2 b/helpcontent2
index 5d003dff32ef..eb089726f453 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 5d003dff32ef763f7f0a63caa68b659947cb9ae8
+Subproject commit eb089726f453bbcd74458ca8eb97bab5db1a7902
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: source/text

2018-04-08 Thread Sophia Schröder
 source/text/simpress/guide/vectorize.xhp |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit eb089726f453bbcd74458ca8eb97bab5db1a7902
Author: Sophia Schröder 
Date:   Sat Apr 7 14:18:54 2018 +0100

Help Files Cleanups

Further removing of whitespaces

Change-Id: I891bb186ea7db2961b323cea8578bc8ba1e817c9
Reviewed-on: https://gerrit.libreoffice.org/52546
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/source/text/simpress/guide/vectorize.xhp 
b/source/text/simpress/guide/vectorize.xhp
index 5e2bddae7..4e87c701c 100644
--- a/source/text/simpress/guide/vectorize.xhp
+++ b/source/text/simpress/guide/vectorize.xhp
@@ -18,7 +18,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-   
+
 
 
 
@@ -33,7 +33,7 @@
 vectorizing bitmaps
 converting; bitmaps to polygons
 bitmaps; converting to vector graphics
-vector graphics;converting bitmaps
+vector graphics; converting bitmaps
 
 Converting Bitmap Images into Vector Graphics
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-04-08 Thread Serge Krot
 sc/source/ui/view/cellsh1.cxx |   41 -
 1 file changed, 20 insertions(+), 21 deletions(-)

New commits:
commit ca5a01e7cfa2db9b1c7a0537e09ddf69c28acd57
Author: Serge Krot 
Date:   Thu Apr 5 11:43:07 2018 +0200

tdf#116816: Show/hide notes takes too much time to run

The commands show/hide notes take too much time to run,
while they check all cells for notes, it is better to
check registered notes and then check if they are in
selected range.

Change-Id: I6a65dc974af7d62430c6f48a9061dcb2594fea00
Reviewed-on: https://gerrit.libreoffice.org/52451
Tested-by: Jenkins 
Reviewed-by: Thorsten Behrens 

diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index 97892de03912..a7b28e26fafd 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -2281,31 +2281,31 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
 bool bDone = false;
 ScRangeListRef aRangesRef;
 pData->GetMultiArea(aRangesRef);
-ScRangeList aRanges = *aRangesRef;
-size_t nRangeSize = aRanges.size();
+const ScRangeList aRanges = *aRangesRef;
 
 OUString aUndo = ScGlobal::GetRscString( bShowNote ? 
STR_UNDO_SHOWNOTE : STR_UNDO_HIDENOTE );
 pData->GetDocShell()->GetUndoManager()->EnterListAction( 
aUndo, aUndo, 0, pData->GetViewShell()->GetViewShellId() );
 
-for ( size_t i = 0; i < nRangeSize; ++i )
+for (auto const& rTab : rMark.GetSelectedTabs())
 {
-const ScRange & rRange = aRanges[i];
-const SCROW nRow0 = rRange.aStart.Row();
-const SCROW nRow1 = rRange.aEnd.Row();
-const SCCOL nCol0 = rRange.aStart.Col();
-const SCCOL nCol1 = rRange.aEnd.Col();
-const SCTAB nRangeTab = rRange.aStart.Tab();
-// Check by each cell
-for ( SCROW nRow = nRow0; nRow <= nRow1; ++nRow )
+// get notes
+std::vector aNotes;
+pDoc->GetAllNoteEntries(rTab, aNotes);
+
+for (const sc::NoteEntry& rNote : aNotes)
 {
-for ( SCCOL nCol = nCol0; nCol <= nCol1; ++nCol )
+// check if note is in our selection range
+const ScAddress& rAdr = rNote.maPos;
+const ScRange* rRange = aRanges.Find(rAdr);
+if (! rRange)
+continue;
+
+// check if cell is editable
+const SCTAB nRangeTab = rRange->aStart.Tab();
+if (pDoc->IsBlockEditable( nRangeTab, rAdr.Col(), 
rAdr.Row(), rAdr.Col(), rAdr.Row() ))
 {
-if ( pDoc->HasNote(nCol, nRow, nRangeTab) && 
pDoc->IsBlockEditable( nRangeTab, nCol,nRow, nCol,nRow ) )
-{
-ScAddress aPos( nCol, nRow, nRangeTab );
-
pData->GetDocShell()->GetDocFunc().ShowNote( aPos, bShowNote );
-bDone = true;
-}
+pData->GetDocShell()->GetDocFunc().ShowNote( 
rAdr, bShowNote );
+bDone = true;
 }
 }
 }
@@ -2341,10 +2341,9 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
  pDoc->GetAllNoteEntries(rTab, aNotes);
  }
 
- for(std::vector::const_iterator itr = 
aNotes.begin(),
- itrEnd = aNotes.end(); itr != itrEnd; ++itr)
+ for (const sc::NoteEntry& rNote : aNotes)
  {
- const ScAddress& rAdr = itr->maPos;
+ const ScAddress& rAdr = rNote.maPos;
  pData->GetDocShell()->GetDocFunc().ShowNote( rAdr, 
bShowNote );
  }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 116890] New: Firebird: empty columns gone with query

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

Bug ID: 116890
   Summary: Firebird: empty columns gone with query
   Product: LibreOffice
   Version: 6.0.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gerhard.scha...@gmx.at

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

- Open the attached test file.
- Run the included macro ExportDataExcelvorlage.
- It is supposed to create an Excel file with the same number of columns as the
query "MitgliederVerbandExcelvorlage", but it removes most of the empty
columns, and instead adds one named "CONSTANT". oPrepStatement.Columns only
returns 10 columns.

It would be good to have at least a workaround for this.

By the way, the same code works perfectly with HSQLDB.

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


[Libreoffice-bugs] [Bug 101915] F11 shortcut should put focus to control sidebar content panel of Styles and Formatting deck (or back in document on closing the panel)

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

--- Comment #9 from Jim Raykowski  ---
This bug is related to bug 115786 where it is suggested by Samuel Thibault that

"F11 should just always get the caret into the style panel, be it in the
sidebar or a floating window. If the style panel is already visible, then the
caret should just be moved there, instead of closing it."

The patch here does just this. The already implemented Ctrl-F6 can be used to
move focus back to the the document view from anywhere. 

https://gerrit.libreoffice.org/#/c/52612/

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


[Libreoffice-commits] help.git: source/text

2018-04-08 Thread Stanislav Horacek
 source/text/smath/01/03090400.xhp |2 +-
 source/text/smath/01/03090700.xhp |2 +-
 source/text/smath/01/03090800.xhp |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5d003dff32ef763f7f0a63caa68b659947cb9ae8
Author: Stanislav Horacek 
Date:   Sun Apr 8 19:42:21 2018 +0200

use precise name for Elements pane in Math and fix related description

Change-Id: I3cc6a320518ad841e184d78d7c1bbafd125e05e3
Reviewed-on: https://gerrit.libreoffice.org/52605
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/source/text/smath/01/03090400.xhp 
b/source/text/smath/01/03090400.xhp
index 11a969384..d2c0fa7cd 100644
--- a/source/text/smath/01/03090400.xhp
+++ b/source/text/smath/01/03090400.xhp
@@ -61,7 +61,7 @@
 
 
 Functions
-Choose a 
function in the lower part of the window. These functions are also listed in 
the context menu of the Commands window. Any functions 
not contained in the Elements pane need to be typed manually in the Commands 
window.
+Choose a 
function in the lower part of the Elements pane. These functions are also 
listed in the context menu of the Commands window. 
Any functions not contained in the Elements pane need to be typed manually in 
the Commands window.
 
 
   
diff --git a/source/text/smath/01/03090700.xhp 
b/source/text/smath/01/03090700.xhp
index c741669ae..1f57de08a 100644
--- a/source/text/smath/01/03090700.xhp
+++ b/source/text/smath/01/03090700.xhp
@@ -56,7 +56,7 @@
 mw added two index entries about formula alignment and 
made "formatting.." a two level entry
 
 Format
-You can choose 
among various options for formatting a $[officename] Math formula. The format 
options are displayed in the lower half of the Formula Elements pane. These 
options are also listed in the context 
menu of the Commands window.
+You can choose 
among various options for formatting a $[officename] Math formula. The format 
options are displayed in the lower part of the Elements pane. These options are 
also listed in the context menu of the Commands 
window.
 
 
   
diff --git a/source/text/smath/01/03090800.xhp 
b/source/text/smath/01/03090800.xhp
index 257f7725c..37673d3e2 100644
--- a/source/text/smath/01/03090800.xhp
+++ b/source/text/smath/01/03090800.xhp
@@ -60,7 +60,7 @@
 
   
 
-After clicking 
the Set Operations icon in the Elements pane additional icons will 
be shown in the lower part of this window. Simply click a symbol to incorporate 
the operator in the formula being edited in the Commands window.
+After 
selecting the Set Operations item in the Elements pane, relevant 
icons will be shown in the lower part of this pane. Simply click a symbol to 
incorporate the operator in the formula being edited in the Commands 
window.
 The set 
operations in detail:
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2018-04-08 Thread Stanislav Horacek
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5f349801d546db1ded1fcc9a2880004bc25f7add
Author: Stanislav Horacek 
Date:   Sun Apr 8 19:42:21 2018 +0200

Updated core
Project: help  5d003dff32ef763f7f0a63caa68b659947cb9ae8

use precise name for Elements pane in Math and fix related description

Change-Id: I3cc6a320518ad841e184d78d7c1bbafd125e05e3
Reviewed-on: https://gerrit.libreoffice.org/52605
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/helpcontent2 b/helpcontent2
index 4c1f70c686c3..5d003dff32ef 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 4c1f70c686c30fcba3c8dafa236076dc2ec703e5
+Subproject commit 5d003dff32ef763f7f0a63caa68b659947cb9ae8
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 116889] Table from Word 2013 is transformed into text in LibreOffice Writer 6.0.3.2

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

--- Comment #2 from Reiner Banken  ---
Created attachment 141214
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141214=edit
Table in .doc format

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


[Libreoffice-bugs] [Bug 116889] Table from Word 2013 is transformed into text in LibreOffice Writer 6.0.3.2

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

--- Comment #1 from Reiner Banken  ---
Created attachment 141213
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141213=edit
Table in .docx format

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


[Libreoffice-bugs] [Bug 116889] New: Table from Word 2013 is transformed into text in LibreOffice Writer 6.0.3.2

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

Bug ID: 116889
   Summary: Table from Word 2013 is transformed into text in
LibreOffice Writer 6.0.3.2
   Product: LibreOffice
   Version: 6.0.3.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: reiner.ban...@gmail.com

Description:
When opening in LibreOffice Writer 6.0.3.2 a .docx file created in Microsoft
Word 2013, a specific table is transformed into text.  Saving the word document
first as a word97-2003.doc document solves the problem. The files of the table
both in .docx and .doc formats are attached.
Here is the information on the Word version: 
Word2013 (15.0.5007.1000) MSO (15.0.5007.1000) 32 bits Partie de Microsoft
Office Famille et Etudiant 2013  ID de produit (Product ID) :
00197-19038-49802-AA423

Actual Results:  
Opening the copy of the table in .docx format in LibreOffice Writer 6.0.3.2

Expected Results:
Table appears as text, not as a table


Reproducible: Always


User Profile Reset: No



Additional Info:
It seems to be a bug related to the way Word 2013 formats or creates the table.


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

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


[Libreoffice-bugs] [Bug 116851] General Input Output error opening an rtf file

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

--- Comment #6 from Julien Nabet  ---
I submitted a patch on gerrit:
https://gerrit.libreoffice.org/#/c/52610/

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


[Libreoffice-commits] help.git: source/text

2018-04-08 Thread Stanislav Horacek
 source/text/simpress/00/0405.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4c1f70c686c30fcba3c8dafa236076dc2ec703e5
Author: Stanislav Horacek 
Date:   Sun Apr 8 22:24:32 2018 +0200

fix menu path to item invoking Slide Design dialog

Change-Id: I2cf253893edafa8d642823b3a0b23ab6f444527b
Reviewed-on: https://gerrit.libreoffice.org/52608
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/source/text/simpress/00/0405.xhp 
b/source/text/simpress/00/0405.xhp
index 8b1b9963f..805d40cca 100644
--- a/source/text/simpress/00/0405.xhp
+++ b/source/text/simpress/00/0405.xhp
@@ -47,7 +47,7 @@
 
 Choose 
Format - Layer (only $[officename] Draw)
 
-Choose Slide - Master Slide Design
+Choose Slide - Master Slide
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2018-04-08 Thread Stanislav Horacek
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 83d8f7c3d869bb88f4d0558cebd8a5e1645ca76e
Author: Stanislav Horacek 
Date:   Sun Apr 8 22:24:32 2018 +0200

Updated core
Project: help  4c1f70c686c30fcba3c8dafa236076dc2ec703e5

fix menu path to item invoking Slide Design dialog

Change-Id: I2cf253893edafa8d642823b3a0b23ab6f444527b
Reviewed-on: https://gerrit.libreoffice.org/52608
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/helpcontent2 b/helpcontent2
index 9c769f9b79e1..4c1f70c686c3 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 9c769f9b79e171a6500b4150ace3896266db9e17
+Subproject commit 4c1f70c686c30fcba3c8dafa236076dc2ec703e5
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 116888] export a monocrome gif in a writer-document to pdf fails

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

--- Comment #1 from Elmar Hinrichs  ---
Created attachment 141212
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141212=edit
file export to pdf example

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


[Libreoffice-bugs] [Bug 116851] General Input Output error opening an rtf file

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

--- Comment #5 from Julien Nabet  ---
It seems that according to
https://www.microsoft.com/en-us/download/confirmation.aspx?id=10725, edmins
shouldn't be followed with an "-".
I gave it a try just by removing the "-" and it indeed opened.

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


[Libreoffice-bugs] [Bug 116888] New: export a monocrome gif in a writer-document to pdf fails

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

Bug ID: 116888
   Summary: export a monocrome gif in a writer-document to pdf
fails
   Product: LibreOffice
   Version: 5.4.1.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: el_...@gmx.li

Description:
I imported a monocrome gif image (from gimp) into a writer document and wanted
to export that document to pdf. It seems to be all right, but the output looks
not useable.

Steps to Reproduce:
1. create a monocrome gif image using gimp
2. import this image to a writer document
3. export this ducument to pdf
4. look the result 

Actual Results:  
the image looks like an output of an algorithm that detects borders

Expected Results:
clean image


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.40

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


[Libreoffice-bugs] [Bug 116847] image style - aspect ratio greyed out?

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

Dieter Praas  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #5 from Dieter Praas  ---
You can't confirm your own bugs. So we have to change the status back to
UNCONFIRMED unless somebody else is able to reproduce the 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 116851] General Input Output error opening an rtf file

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

Julien Nabet  changed:

   What|Removed |Added

 CC||vmik...@collabora.co.uk

--- Comment #4 from Julien Nabet  ---
Rtf can be opened if you remove "{\edmins-8361}" from line 144

Miklos: thought you might be interested in this one.

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


[Libreoffice-bugs] [Bug 116847] image style - aspect ratio greyed out?

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

tariq.rashi...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from tariq.rashi...@gmail.com ---
see uploaded image which shows the bug reproduced for both LibreOffice 6.0.3.2
and 6.1.0.0

To demonstrate the image style does work for there tasks - it is shown working
applying a coloured border to every image with that style.

However the image scaling options are still buggy in both LO60 and LO61.

I've searched google and the official docs and found no answers.

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


[Libreoffice-bugs] [Bug 116847] image style - aspect ratio greyed out?

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

--- Comment #3 from tariq.rashi...@gmail.com ---
Created attachment 141211
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141211=edit
lo60 and lo61 "aspect ratio" problem

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


[Libreoffice-bugs] [Bug 116887] Move drawing tools between palettes in Draw

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

kompilainenn <79045_79...@mail.ru> changed:

   What|Removed |Added

   Keywords||needsUXEval

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


[Libreoffice-bugs] [Bug 116887] New: Move drawing tools between palettes in Draw

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

Bug ID: 116887
   Summary: Move drawing tools between palettes in Draw
   Product: LibreOffice
   Version: 6.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 79045_79...@mail.ru

Description:
IMHO, some drawing tools need move to more suitable palettes in Draw
I offer:
1. Line (45 dg) and Insert line from "Arrows" to "Lines"
2. Arc (not Block Arc!) from "Basic Shapes" to "Lines"
3. Square, Octagon and Diamond Bevels from "Symbol Shapes" to "Basic Shapes"
4. Doorplate from "Stars and Banners" to "Basic Shapes"
5. Explosion, Vertical Scroll, Horizontal Scroll, Signet from "Stars and
Banners" to "Symbol Shapes"

ps: in palette "Stars and Banners" will be only star shapes. We can rename it
into just "Stars"

Steps to Reproduce:
1. Open new Draw document
2. Look at tools in palettes and will think about my offer

Actual Results:  
there are some tools in incorrect palettes

Expected Results:
there are all tools in more suitable palettes for it


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101
Firefox/59.0

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


[Libreoffice-bugs] [Bug 98805] FILESAVE: Save As crashes when specific file is present in working directory

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

eisa01  changed:

   What|Removed |Added

   Keywords|bibisected  |notBibisectable

--- Comment #11 from eisa01  ---
I tried to bibisect this again, found a new bad commit, tested it, turned out
the previous was also bad, tried again, turned out to work after all, tried
again and the first good was the previous which no longer worked...

So I think this is not bibisectable

Still present in master as of March 26 2018

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


[Libreoffice-bugs] [Bug 104411] Area tab: bitmap filling does not remember tiled style options

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

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

--- Comment #4 from Jean-Baptiste Faure  ---
(In reply to Katarina Behrens (CIB) from comment #3)
> Hello good people, 
> 
> so I've done some larger cleanup in bitmap tab and this issue might be
> fixed. Hard to link specific commit to specific issue, it could've been any
> or all of:
> 
> https://cgit.freedesktop.org/libreoffice/core/commit/
> ?id=b85691995e7b1a1aadf714c34e7fe6b9cd3206d8
> https://cgit.freedesktop.org/libreoffice/core/commit/
> ?id=177dbe968b5af1c548be9f52178daa528edc2aab
> https://cgit.freedesktop.org/libreoffice/core/commit/
> ?id=d2c8766a5e827e53f8f34893ff3d82a0df252f30
> https://cgit.freedesktop.org/libreoffice/core/commit/
> ?id=3a30799e377004f77ddcf5c1d6b62ca3e62c0905
> 
> So if you could please take a daily (no older than 9th of March 2018),
> re-test your issue and if fixed, close accordingly. If you happen to find
> additional issues (different from the orig one), please file a new bug and
> avoid bugfix creep. Thank you.

Thank you very much Katarina, I do not reproduce the bug anymore with the
master updated today with your commits. :-)

Closing as resolved-fixed.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 113224] [META] Bitmap fill issues of the Area fill tab

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

Bug 104411 Summary: Area tab: bitmap filling does not remember tiled style 
options
https://bugs.documentfoundation.org/show_bug.cgi?id=104411

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 116473] The "Export only note pages" in the PDF export options dialog is enabled even with Export note pages disabled (see: comment 2)

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

Gabor Kelemen  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |kelem...@ubuntu.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 116886] New: Signed ODT hangs Writer

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

Bug ID: 116886
   Summary: Signed ODT hangs Writer
   Product: LibreOffice
   Version: 6.0.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: marcoagpi...@sapo.pt

Created attachment 141210
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141210=edit
Signed ODT that makes Writer hang

I installed LO 6.0.3 moments ago and attempted to sign an ODT with my ECC
25519.

When I open the file with Writer, there is an infinite loop drawing the GUI and
I have to close the application to exit.

I have the notebook bar enabled, not sure if this has anything to do with the
hang.

Could someone replicate it?

Thanks!

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


[Libreoffice-bugs] [Bug 115407] Impress loses transition sounds and sound instructions

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

--- Comment #10 from Julien Nabet  ---
(In reply to Robert Simpson from comment #9)
> If the latest build (2018-04-07) includes this patch, it does not seem to
> have worked. On Ubuntu 16.04, the symptoms remain as originally described.

In LO, could you try Help/About LO and provide build ID?

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


[Libreoffice-bugs] [Bug 90806] CALC: Borders should be automatically added when border style or color are set

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

--- Comment #5 from Thomas Lendo  ---
Note: Telesto reported in bug 116800 that selecting a border color other than
default black for cells without a border has no effect. That's a bug that
should be considered when fixing this enhancement.

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


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

2018-04-08 Thread Markus Mohrhard
 accessibility/source/standard/vclxaccessiblebox.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 929aff6d2d25c4b1e72f9326e597f04ba7e9e4b4
Author: Markus Mohrhard 
Date:   Sun Apr 8 15:35:41 2018 +0200

fix wrong mismatch of type modifiers

Change-Id: I204b2ad15958a3782c27cc20f07f37b917eae02f
Reviewed-on: https://gerrit.libreoffice.org/52598
Tested-by: Jenkins 
Reviewed-by: Markus Mohrhard 

diff --git a/accessibility/source/standard/vclxaccessiblebox.cxx 
b/accessibility/source/standard/vclxaccessiblebox.cxx
index c9561c352bdb..e80c14abee3c 100644
--- a/accessibility/source/standard/vclxaccessiblebox.cxx
+++ b/accessibility/source/standard/vclxaccessiblebox.cxx
@@ -263,7 +263,7 @@ Reference< XAccessibleContext > SAL_CALL 
VCLXAccessibleBox::getAccessibleContext
 
 //=  XAccessibleContext  ==
 
-sal_Int32 SAL_CALL VCLXAccessibleBox::getAccessibleChildCount()
+sal_Int32 VCLXAccessibleBox::getAccessibleChildCount()
 {
 SolarMutexGuard aSolarGuard;
 ::osl::Guard< ::osl::Mutex > aGuard( GetMutex() );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 102907] Blue selection indicator for characters and words does not show when text is rotated 90°

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

--- Comment #6 from Gerhard Weydt  ---
forgot to add the precise information from help:
Version: 6.0.2.1
Build-ID: f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group

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


[Libreoffice-bugs] [Bug 116797] key combination not working

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

Dieter Praas  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTOURBUG

--- Comment #6 from Dieter Praas  ---
(In reply to Duns from comment #5)
> So the problem is not in LibreOffice.

=> RESOLVED NOTOURBUG

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


[Libreoffice-bugs] [Bug 116847] image style - aspect ratio greyed out?

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

Dieter Praas  changed:

   What|Removed |Added

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

--- Comment #2 from Dieter Praas  ---
Can't reproduce it with

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

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


[Libreoffice-bugs] [Bug 116833] Metadata not deleted

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

Thomas Lendo  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #3 from Thomas Lendo  ---
Weird. The first test after your comment 2 with LO 6.1 results in what you
described. The meta data was not removed respectively was restored after
reopening. But my following tests after that don't show this behavior. Neither
with 6.1 nor with 6.0.1.

But I found another bug:
Deactivating "Save preview image with this document" works only until saving
the file. After reopening the checkmark is restored. And I can see the file
preview in the start center. This option has no effect.

@Buovjaga:
Can you please try to reproduce the bug opener's or my or both issues?

It's a privacy issue, so if one or more bugs are reproduced, I would set
importance to 'major'.

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


[Libreoffice-bugs] [Bug 102907] Blue selection indicator for characters and words does not show when text is rotated 90°

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

Gerhard Weydt  changed:

   What|Removed |Added

   Keywords||regression
 CC||gerhard.we...@t-online.de

--- Comment #5 from Gerhard Weydt  ---
I can reproduce the bug in 6.0.2.1, 5.2.3.3 and 5.1.0.2.
I can add some more information:
It still works in 5.0.6.3, and it already does not work in 5.1.0.2.

I reproduced the bug with simply setting the character format to a rotation of
90° as well as with the same attribute for character and paragraph styles.

The previous comments do not say it clearly, but the selection you would expect
using Shift+Right/Left is in effect; only the blue selection indicator is
missing.

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


[Libreoffice-bugs] [Bug 116854] FILEOPEN Tables overlap in attached DOCX

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

--- Comment #5 from Aron Budea  ---
Created attachment 141209
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141209=edit
Exported PDF (from Word)

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


[Libreoffice-bugs] [Bug 116877] Horizontal Lines Created by Typing Three Hyphens

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

Dieter Praas  changed:

   What|Removed |Added

   Severity|enhancement |normal

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


[Libreoffice-bugs] [Bug 116854] FILEOPEN Tables overlap in attached DOCX

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

Aron Budea  changed:

   What|Removed |Added

 Blocks||10

--- Comment #4 from Aron Budea  ---
(In reply to Eyal Rozenberg from comment #3)
> 1. Please attach screenshots of the first page or two from MS-Word.
Sure, attaching the exported PDF.

> 2. The "table with the addresses" is not a table at all, it's just a textbox.
Fair enough, however the problem isn't with the text box, but with the table.

> I'm not an expert on OOXML; are you certain LibreOffice is getting this
> wrong?
I'll let devs who know more about OOXML decide that, generally we can take MS
Office as reference.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=10
[Bug 10] [META] DOCX (OOXML) table-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 104444] [META] DOCX (OOXML) table-related issues

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||116854


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116854
[Bug 116854] FILEOPEN Tables overlap in attached DOCX
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116768] Change predefined Impress templates to allow to edit text by clicking anywhere in the Text Box

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

--- Comment #7 from Pedro  ---
So do you guys think that this is easily doable?
It would be a nice change...

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


[Libreoffice-bugs] [Bug 116794] Add the "New" File button from the cogwheel drop-down menu in the Tabbed bar to the same location as the "Open", "Save", Undo and Redo buttons

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

--- Comment #3 from Pedro  ---
Oh, I understood now. Yeah, I meant to move that split New button to the
Open--Save--Undo--Redo. :P

-- 
You are receiving this mail because:
You 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: filter/source

2018-04-08 Thread Caolán McNamara
 filter/source/graphicfilter/iras/iras.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 53d34f69a7fb29e6a6a1bf14bfefd958b79bdc0c
Author: Caolán McNamara 
Date:   Sun Apr 8 17:27:01 2018 +0100

ofz#7468 Abrt

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

diff --git a/filter/source/graphicfilter/iras/iras.cxx 
b/filter/source/graphicfilter/iras/iras.cxx
index 1908afb6273c..6c851837163c 100644
--- a/filter/source/graphicfilter/iras/iras.cxx
+++ b/filter/source/graphicfilter/iras/iras.cxx
@@ -167,10 +167,10 @@ bool RASReader::ReadRAS(Graphic & rGraphic)
 //for the sake of simplicity we'll assume that RAS_TYPE_BYTE_ENCODED can
 //describe data 255 times larger than the data stored
 size_t nMaxCompression = mnType != RAS_TYPE_BYTE_ENCODED ? 1 : 255;
-sal_uInt32 nBitSize;
-if (o3tl::checked_multiply(mnWidth, mnHeight, nBitSize) || 
o3tl::checked_multiply(nBitSize, mnDepth, nBitSize))
+sal_Int32 nBitSize;
+if (o3tl::checked_multiply(mnWidth, mnHeight, nBitSize) || 
o3tl::checked_multiply(nBitSize, mnDepth, nBitSize))
 return false;
-if (m_rRAS.remainingSize() * nMaxCompression < nBitSize / 8)
+if (m_rRAS.remainingSize() * nMaxCompression < 
static_cast(nBitSize) / 8)
 return false;
 
 vcl::bitmap::RawBitmap aBmp(Size(mnWidth, mnHeight), 24);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 116864] The table cell selection changes after undo of a drag & drop change

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

Dieter Praas  changed:

   What|Removed |Added

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

--- Comment #1 from Dieter Praas  ---
Two columns are selected after Undo

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

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


[Libreoffice-bugs] [Bug 116870] Table borders doesnt work as intended

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

Dieter Praas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||dgp-m...@gmx.de
 Resolution|--- |NOTABUG

--- Comment #2 from Dieter Praas  ---
Pajaro, you can adjust the borders as follows:
1) open borders in the table properties dialog (as you did)
2) choose the borders you like to change (they are marked with arrows)
3) Change the line (style / width / color) of this border(s). For exmple if you
wat to remove the borders choose the style "none"

I close this as NOTABUG. Please feel free to change it back to UNCONFIRMED, if
there is still a problem that might be caused by a 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 116773] Power Detective Trace arrows embedded in exported Excel document

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

--- Comment #7 from Colin  ---
(In reply to Buovjaga from comment #6)
>
> > ods version of the originally submitted Excel file
> 
> I don't see any arrows in this.

Probably because I was asked to provide a copy of the originating .ods. I only
identified that reloading the saved EXCEL file into Libre required the arrows
to be manually removed. I sort of considered it was implied that Libre CALC was
"discarding" the "Power Detective" status on save and exit so there was no
issue from the trace arrows when reloading the original .ods document into
Libre. Conversely, the Excel file, with everything actively displayed when it
was saved, had everything --  wll, sort of embedded when it was reopened.

If you take the new file, select a few random locations or even all of the
array and then request some power detective precedents and dependents then you
will see the arrows.

If you save the document as an Excel file - give it any name you like - the
saved version will have all the embedded arrows in it and then, when you reopen
it in CALC, you will have to select each arrow individually to delete it.

Remiss of me, I failed to investigate whether the same effect is experienced
for ALL Excel derivative saves - I only used 2007-13 XML (xlsx) because that's
what I was targetting.

As the error report is about the extension "power Detective" it may also be
prudent to install that before testing.
Sorry, My original "steps to produce" failed to specify that probable step 1 is
instal power detective - with the remaining identified steps incremented by 1.

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


[Libreoffice-bugs] [Bug 116833] Metadata not deleted

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

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||116885


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116885
[Bug 116885] [META] Privacy and data security 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 116885] [META] Privacy and data security issues

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

Thomas Lendo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Depends on||49665, 116833
 Ever confirmed|0   |1
  Alias||Privacy


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=49665
[Bug 49665] Window placement can't be controlled - privacy issue
https://bugs.documentfoundation.org/show_bug.cgi?id=116833
[Bug 116833] Metadata not deleted
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 49665] Window placement can't be controlled - privacy issue

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

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||116885


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116885
[Bug 116885] [META] Privacy and data security 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 116885] New: [META] Privacy and data security issues

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

Bug ID: 116885
   Summary: [META] Privacy and data security issues
   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

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


[Libreoffice-bugs] [Bug 97704] Pictures anchored to a cell in Calc show position data relative to page, no information on position in cell available

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

jens116  changed:

   What|Removed |Added

 Attachment #122493|0   |1
is obsolete||

--- Comment #12 from jens116  ---
Comment on attachment 122493
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122493
Example

works within LO 5.4.1

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


[Libreoffice-bugs] [Bug 97704] Pictures anchored to a cell in Calc show position data relative to page, no information on position in cell available

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

--- Comment #11 from jens116  ---
Now after 2 Years I find a partial solution of the problem. Within the LO 5.4.1
the anchoring of a picture to a cell works! Therefore my example from the top
is obsolete. But the errors in the positioning parameters remain as described.
Thanks to Olivier Hallot who found the same problems at calc form-controls.

-- 
You are receiving this mail because:
You 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: sal/Library_sal.mk

2018-04-08 Thread Mike Kaganski
 sal/Library_sal.mk |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit bf54aa59d08984a45ed6adee32a919bfff87fd3d
Author: Mike Kaganski 
Date:   Sun Apr 8 17:31:23 2018 +0100

Properly filter(out) - pattern words are the first argument

https://www.gnu.org/software/make/manual/html_node/Text-Functions.html

Change-Id: Ifb1d92cd9c7b59360d296026f01aa54ed83ed9c3
Reviewed-on: https://gerrit.libreoffice.org/52604
Tested-by: Jenkins 
Reviewed-by: Mike Kaganski 

diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index 41db5e910c65..d33719097c9d 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -20,13 +20,13 @@ $(eval $(call gb_Library_set_include,sal,\
 ))
 
 $(eval $(call gb_Library_add_defs,sal,\
-   $(if $(filter $(BUILD_TYPE),FUZZERS), \
+   $(if $(filter FUZZERS,$(BUILD_TYPE)), \
-DFORCE_DEFAULT_SIGNAL \
) \
-   $(if $(filter $(ALLOC),SYS_ALLOC)$(filter-out 
X$(ENABLE_RUNTIME_OPTIMIZATIONS),XTRUE), \
+   $(if $(filter SYS_ALLOC,$(ALLOC))$(filter-out 
XTRUE,X$(ENABLE_RUNTIME_OPTIMIZATIONS)), \
-DFORCE_SYSALLOC \
) \
-   $(if $(filter $(OS),IOS), \
+   $(if $(filter IOS,$(OS)), \
-DNO_CHILD_PROCESSES \
) \
-DSAL_DLLIMPLEMENTATION \
@@ -36,7 +36,7 @@ $(eval $(call gb_Library_add_defs,sal,\
 ))
 
 $(eval $(call gb_Library_use_libraries,sal,\
-   $(if $(filter $(OS),ANDROID), \
+   $(if $(filter ANDROID,$(OS)), \
lo-bootstrap \
) \
 ))
@@ -60,15 +60,15 @@ $(eval $(call gb_Library_add_libs,sal,\
$(if $(filter-out ANDROID HAIKU WNT,$(OS)), \
-lpthread \
) \
-   $(if $(filter $(OS),LINUX), \
+   $(if $(filter LINUX,$(OS)), \
-ldl \
-lrt \
) \
-   $(if $(filter $(OS),SOLARIS), \
+   $(if $(filter SOLARIS,$(OS)), \
-lnsl \
-lsocket \
) \
-   $(if $(filter $(OS),HAIKU), \
+   $(if $(filter HAIKU,$(OS)), \
-lnetwork \
) \
 ))
@@ -197,7 +197,7 @@ $(eval $(call gb_Library_add_exception_objects,sal,\
 ))
 endif
 
-ifneq ($(filter $(OS),MACOSX IOS),)
+ifneq ($(filter MACOSX IOS,$(OS)),)
 $(eval $(call gb_Library_add_exception_objects,sal,\
sal/osl/unx/osxlocale \
 ))
@@ -207,7 +207,7 @@ $(eval $(call gb_Library_add_cobjects,sal,\
sal/osl/unx/backtrace \
 ))
 endif
-ifneq ($(filter $(CPUNAME),SPARC64 SPARC),)
+ifneq ($(filter SPARC64 SPARC,$(CPUNAME)),)
 $(eval $(call gb_Library_add_asmobjects,sal,\
sal/osl/unx/asm/interlck_sparc \
 ))
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


  1   2   3   >