Re: Problems with SetSnapRect() for rotated and/or sheared custom shapes

2019-11-04 Thread Miklos Vajna
Hi Regina,

On Mon, Nov 04, 2019 at 07:00:18PM +0100, Regina Henschel 
 wrote:
> So my question is:
> What is SdrObjCustomShape::SetSnapRect() supposed to do?

My guess is the snap rectangle is the same as the bounding box, i.e. if
you have a shape with e.g. 45 deg rotation, the snap rectangle is larger
than the original size of the rectangle.

> A different approach would be, to keep the current version of
> SdrObjCustomShape::SetSnapRect() and change the found combinations so, that
> in case of a SdrObjCustomShape, not GetSnapRect() but GetLogicRect() is
> used.

Do we know what "logic" means in GetLogicRect()? Is that "logic" because
it's in mm100/twips, not pixels or something else?

Regards,

Miklos


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

[Libreoffice-commits] core.git: sw/IwyuFilter_sw.yaml sw/source

2019-11-04 Thread Gabor Kelemen (via logerrit)
 sw/IwyuFilter_sw.yaml |   15 +
 sw/source/core/doc/CntntIdxStore.cxx  |7 --
 sw/source/core/doc/DocumentChartDataProviderManager.cxx   |1 
 sw/source/core/doc/DocumentContentOperationsManager.cxx   |4 -
 sw/source/core/doc/DocumentDeviceManager.cxx  |3 -
 sw/source/core/doc/DocumentDrawModelManager.cxx   |4 -
 sw/source/core/doc/DocumentFieldsManager.cxx  |1 
 sw/source/core/doc/DocumentLayoutManager.cxx  |1 
 sw/source/core/doc/DocumentLinksAdministrationManager.cxx |3 -
 sw/source/core/doc/DocumentListsManager.cxx   |2 
 sw/source/core/doc/DocumentRedlineManager.cxx |5 -
 sw/source/core/doc/DocumentSettingManager.cxx |1 
 sw/source/core/doc/DocumentStateManager.cxx   |1 
 sw/source/core/doc/DocumentStatisticsManager.cxx  |5 -
 sw/source/core/doc/DocumentStylePoolManager.cxx   |2 
 sw/source/core/doc/SwStyleNameMapper.cxx  |3 -
 sw/source/core/doc/acmplwrd.cxx   |5 -
 sw/source/core/doc/doc.cxx|   37 
 sw/source/core/doc/docbm.cxx  |   19 +-
 sw/source/core/doc/docchart.cxx   |8 --
 sw/source/core/doc/doccomp.cxx|7 --
 sw/source/core/doc/doccorr.cxx|6 --
 sw/source/core/doc/docdesc.cxx|7 --
 sw/source/core/doc/docdraw.cxx|   17 -
 sw/source/core/doc/docedt.cxx |   11 ---
 sw/source/core/doc/docfld.cxx |   13 
 sw/source/core/doc/docfly.cxx |   11 ---
 sw/source/core/doc/docfmt.cxx |   13 
 sw/source/core/doc/docglbl.cxx|9 ---
 sw/source/core/doc/docglos.cxx|2 
 sw/source/core/doc/doclay.cxx |   20 ---
 sw/source/core/doc/docnew.cxx |   25 
 sw/source/core/doc/docnum.cxx |9 ---
 sw/source/core/doc/docredln.cxx   |7 --
 sw/source/core/doc/docruby.cxx|2 
 sw/source/core/doc/docsort.cxx|3 -
 sw/source/core/doc/doctxm.cxx |8 --
 sw/source/core/doc/docxforms.cxx  |2 
 sw/source/core/doc/extinput.cxx   |6 --
 sw/source/core/doc/fmtcol.cxx |1 
 sw/source/core/doc/gctable.cxx|1 
 sw/source/core/doc/htmltbl.cxx|6 --
 sw/source/core/doc/lineinfo.cxx   |1 
 sw/source/core/doc/notxtfrm.cxx   |   10 ---
 sw/source/core/doc/number.cxx |5 -
 sw/source/core/doc/poolfmt.cxx|   40 --
 sw/source/core/doc/swserv.cxx |3 -
 sw/source/core/doc/swstylemanager.cxx |4 -
 sw/source/core/doc/tblafmt.cxx|6 --
 sw/source/core/doc/tblcpy.cxx |5 -
 sw/source/core/doc/tblrwcl.cxx|6 --
 sw/source/core/docnode/ndnotxt.cxx|3 -
 sw/source/core/docnode/ndnum.cxx  |2 
 sw/source/core/docnode/ndsect.cxx |3 -
 sw/source/core/docnode/ndtbl.cxx  |7 --
 sw/source/core/docnode/ndtbl1.cxx |3 -
 sw/source/core/docnode/node.cxx   |2 
 sw/source/core/docnode/node2lay.cxx   |1 
 sw/source/core/docnode/nodes.cxx  |4 -
 sw/source/core/docnode/section.cxx|7 --
 sw/source/core/docnode/swbaslnk.cxx   |   11 ---
 sw/source/core/docnode/swthreadjoiner.cxx |1 
 sw/source/core/draw/dcontact.cxx  |   12 +---
 sw/source/core/draw/dflyobj.cxx   |7 --
 sw/source/core/draw/dobjfac.cxx   |1 
 sw/source/core/draw/dpage.cxx |9 ---
 sw/source/core/draw/drawdoc.cxx   |   10 ---
 sw/source/core/draw/dview.cxx |7 --
 68 files changed, 44 insertions(+), 439 deletions(-)

New commits:
commit ee909ca2c02f949605f68720c3f1eef658502749
Author: Gabor Kelemen 
AuthorDate: Tue Oct 29 12:11:35 2019 +0100
Commit: Miklos Vajna 
CommitDate: Tue Nov 5 08:40:15 2019 +0100

tdf#42949 Fix IWYU warnings in 

[Libreoffice-bugs] [Bug 42949] accelerating compile times by removing unnecessary header #include - See Comment 57

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42949

--- Comment #307 from Commit Notification 
 ---
Gabor Kelemen committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/ee909ca2c02f949605f68720c3f1eef658502749

tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxx

It will be available in 6.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://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: sw/qa sw/source

2019-11-04 Thread Miklos Vajna (via logerrit)
 sw/qa/extras/uiwriter/data2/tdf128335.odt |binary
 sw/qa/extras/uiwriter/uiwriter2.cxx   |   36 ++
 sw/source/core/draw/dview.cxx |6 -
 3 files changed, 41 insertions(+), 1 deletion(-)

New commits:
commit f6e7683847e5c959948b55c35bc916c69beb615e
Author: Miklos Vajna 
AuthorDate: Mon Nov 4 21:00:51 2019 +0100
Commit: Miklos Vajna 
CommitDate: Tue Nov 5 08:36:05 2019 +0100

tdf#128335 sw textbox: fix crash on deleting multiple shapes with textboxes

This was introduced in commit 33141f999b22ce10cdbfbd76081fff211c4b5067
(SwDrawView::DeleteMarked: delete textbox of shape as well, 2014-06-23),
the problem is that in case one shape+textframe pair is anchored in an
other textframe, which is also part of a shape+textframe pair, it
matters what order we use for deleting these objects.

What happened is that the anchor position of a 2nd textbox was updated
on the deletion (cut) of the 1st textbox, and this was not properly
restored on paste.

Fix the problem by deleting in reverse order, assuming that the
container is ordered by anchor positions.

Change-Id: I62bc12a5064ce397234999e8fd7b108f79de3c24
Reviewed-on: https://gerrit.libreoffice.org/82042
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/sw/qa/extras/uiwriter/data2/tdf128335.odt 
b/sw/qa/extras/uiwriter/data2/tdf128335.odt
new file mode 100644
index ..6fb758af9168
Binary files /dev/null and b/sw/qa/extras/uiwriter/data2/tdf128335.odt differ
diff --git a/sw/qa/extras/uiwriter/uiwriter2.cxx 
b/sw/qa/extras/uiwriter/uiwriter2.cxx
index de1ff27bfc96..14f7e0a5ac6b 100644
--- a/sw/qa/extras/uiwriter/uiwriter2.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter2.cxx
@@ -17,6 +17,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -2329,4 +2330,39 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest2, testTdf118311)
 assertXPath(pXmlDoc, "//page[1]//body/tab", 0);
 }
 
+CPPUNIT_TEST_FIXTURE(SwUiWriterTest2, testTdf128335)
+{
+// Load the bugdoc, which has 3 textboxes.
+SwDoc* pDoc = createDoc("tdf128335.odt");
+
+// Select the 3rd textbox.
+SwView* pView = pDoc->GetDocShell()->GetView();
+pView->GetViewFrame()->GetDispatcher()->Execute(FN_CNTNT_TO_NEXT_FRAME, 
SfxCallMode::SYNCHRON);
+// Make sure SwTextShell is replaced with SwDrawShell right now, not after 
120 ms, as set in the
+// SwView ctor.
+pView->StopShellTimer();
+SwXTextDocument* pXTextDocument = 
dynamic_cast(mxComponent.get());
+pXTextDocument->postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, KEY_TAB);
+pXTextDocument->postKeyEvent(LOK_KEYEVENT_KEYUP, 0, KEY_TAB);
+pXTextDocument->postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, KEY_TAB);
+pXTextDocument->postKeyEvent(LOK_KEYEVENT_KEYUP, 0, KEY_TAB);
+Scheduler::ProcessEventsToIdle();
+
+// Cut it.
+pView->GetViewFrame()->GetDispatcher()->Execute(SID_CUT, 
SfxCallMode::SYNCHRON);
+
+// Paste it: this makes the 3rd textbox anchored in the 2nd one.
+pView->GetViewFrame()->GetDispatcher()->Execute(SID_PASTE, 
SfxCallMode::SYNCHRON);
+
+// Select all shapes.
+uno::Reference xSelectionSupplier(
+pXTextDocument->getCurrentController(), uno::UNO_QUERY);
+xSelectionSupplier->select(pXTextDocument->getDrawPages()->getByIndex(0));
+
+// Cut them.
+// Without the accompanying fix in place, this test would have crashed as 
the textboxes were
+// deleted in an incorrect order.
+pView->GetViewFrame()->GetDispatcher()->Execute(SID_CUT, 
SfxCallMode::SYNCHRON);
+}
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/draw/dview.cxx b/sw/source/core/draw/dview.cxx
index e617a6da8dec..54f86e8abb27 100644
--- a/sw/source/core/draw/dview.cxx
+++ b/sw/source/core/draw/dview.cxx
@@ -975,8 +975,12 @@ void SwDrawView::DeleteMarked()
 ::FrameNotify( Imp().GetShell(), FLY_DRAG_END );
 
 // Only delete these now: earlier deletion would clear the mark list 
as well.
-for (auto& rpTextBox : aTextBoxesToDelete)
+// Delete in reverse order, assuming that the container is sorted by 
anchor positions.
+for (int i = aTextBoxesToDelete.size() - 1; i >= 0; --i)
+{
+SwFrameFormat*& rpTextBox = aTextBoxesToDelete[i];
 pDoc->getIDocumentLayoutAccess().DelLayoutFormat(rpTextBox);
+}
 }
 pDoc->GetIDocumentUndoRedo().EndUndo(SwUndoId::EMPTY, nullptr);
 if( pTmpRoot )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 128601] Download AOL Desktop Gold | +1-855-599-8359 | AOL Gold Download

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128601

Tom Smith  changed:

   What|Removed |Added

URL||https://downloaddesktop-gol
   ||d.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 128601] New: Download AOL Desktop Gold | +1-855-599-8359 | AOL Gold Download

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128601

Bug ID: 128601
   Summary: Download AOL Desktop Gold | +1-855-599-8359 | AOL Gold
Download
   Product: cppunit
   Version: 1.13
  Hardware: Other
OS: other
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tomsmith9...@gmail.com
CC: markus.mohrh...@googlemail.com

AOL Desktop Gold Download provides the best emailing service for its customers
with full security. AOL emailing services have emerged as a premier name to get
benefit from the amazing emailing attitude. This emailing service is better
than other emailing services and liked due to its safety and security. The AOL
Desktop Gold is one the greatest version where you can get the full
certification to add safety and security features. It has been used by millions
of users to accomplish commercial business work. If you want support to
Download AOL Gold then we are here for you so don’t waste your time visit on
our website or make a call on our toll-free number +1-855-599-8359 for instant
service.

Visit Here- https://downloaddesktop-gold.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 99225] Formulas disappearing and shrinking, and enlarging

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99225

--- Comment #44 from hnoquinteros  ---
Hi everybody. It's my first post here.

I'm getting the same problem on ArchLinux x86_64 Kernel 5.3.8-arch1-1
LibreOffice 6.3.2.2 regional es_AR.UTF-8 document in ODT

I experienced the same problem for years. Sometimes after editing an equation a
previous equation disappears or collapses.

The problem is much more serious when copying whole tables, created with the
shortcut "núm"+F3 containing several equations.

I'm not sure but I think if the document is saved just after editing each
equation, the problem appears less frequent. However, sometimes it's not
possible to work even to save just after and equations simply disappear or
return to an previous version after be edited.

I'm getting these messages by console output: "QXcbClipboard: Cannot transfer
data, no data available" , "Can find no compliant libebook client libraries"
"QXcbClipboard::setMimeData: Cannot set X11 selection owner"

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

2019-11-04 Thread Jim Raykowski (via logerrit)
 vcl/source/treelist/treelistbox.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit c47834b494f9b94fb34e0305d106cf498a3cec81
Author: Jim Raykowski 
AuthorDate: Mon Nov 4 18:41:04 2019 -0900
Commit: Noel Grandin 
CommitDate: Tue Nov 5 07:25:50 2019 +0100

tdf#109135 Don't handle Ctrl key in SvTreeListBox HandleKeyInput

This patch allows shortcut keys to work when focus is in tree list box

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

diff --git a/vcl/source/treelist/treelistbox.cxx 
b/vcl/source/treelist/treelistbox.cxx
index fdbf2df8b671..1c5f7c82cde7 100644
--- a/vcl/source/treelist/treelistbox.cxx
+++ b/vcl/source/treelist/treelistbox.cxx
@@ -1027,6 +1027,9 @@ void SvTreeListBox::SelectEntry( 
vcl::StringEntryIdentifier _entry )
 
 bool SvTreeListBox::HandleKeyInput( const KeyEvent& _rKEvt )
 {
+if ( _rKEvt.GetKeyCode().IsMod1() )
+return false;
+
 if  (   IsEntryMnemonicsEnabled()
 &&  mpImpl->m_aMnemonicEngine.HandleKeyEvent( _rKEvt )
 )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 109135] SIDEBAR: Keyboard shortcuts don't work when a sidebar element is active

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109135

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

https://git.libreoffice.org/core/commit/c47834b494f9b94fb34e0305d106cf498a3cec81

tdf#109135 Don't handle Ctrl key in SvTreeListBox HandleKeyInput

It will be available in 6.4.0.

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

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

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

[Libreoffice-bugs] [Bug 109135] SIDEBAR: Keyboard shortcuts don't work when a sidebar element is active

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109135

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.0

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

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

2019-11-04 Thread Tomoyuki Kubota (via logerrit)
 bridges/source/cpp_uno/msvc_win32_intel/except.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 523dcbd046f200785c78bc6b23f4c04e38f25f47
Author: Tomoyuki Kubota 
AuthorDate: Mon Nov 4 23:04:06 2019 +0900
Commit: Noel Grandin 
CommitDate: Tue Nov 5 07:25:29 2019 +0100

typeinfo fix for x86

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

diff --git a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx 
b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
index 4f761ef3ed20..360abb038bec 100644
--- a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
@@ -20,7 +20,7 @@
 
 #include 
 #include 
-#include 
+#include 
 #include 
 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 128438] Writer: Cannot remove tab marks in paragraph using the Paragraph dialog

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128438

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||armin.le.gr...@me.com

--- Comment #8 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Armin Le Grand; Could you possibly take a look at this one?
Thanks

919fbf02a7ae264469801e9b8106690d0f380868 is the first bad commit
commit 919fbf02a7ae264469801e9b8106690d0f380868
Author: Jenkins Build User 
Date:   Fri Apr 26 04:48:01 2019 +0200

source sha:1e2682235cded9a7cd90e55f0bfc60a1285e9a46
author  Armin Le Grand   2019-04-18 19:25:06 +0200
committer   Armin Le Grand   2019-04-25 19:59:04
+0200
commit  1e2682235cded9a7cd90e55f0bfc60a1285e9a46 (patch)
tree17457bc49d6faf37270c8a481b94765f58a5f434
parent  5e4c1e6ba425ce0b75864e4584a846957b032e61 (diff)
WIP: Further preparations for deeper Item changes

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

[Libreoffice-bugs] [Bug 128557] List Styles can't be deleted in Custom Styles view

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128557

--- Comment #6 from Jim Raykowski  ---
A bit more glancing leads me to believe list styles can't inherit from other
list styles so they can't revert to the parent style if deleted. 

I vote to display a message box that explains the list style can't be deleted
if  in use.

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

2019-11-04 Thread andreas kainz (via logerrit)
 cui/uiconfig/ui/possizetabpage.ui  |8 
 cui/uiconfig/ui/rotationtabpage.ui |   10 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit e5b74c7ed55838d91514dadad707cb4c74aeeb3e
Author: andreas kainz 
AuthorDate: Tue Nov 5 02:08:05 2019 +0100
Commit: andreas_kainz 
CommitDate: Tue Nov 5 06:52:19 2019 +0100

Position Dialog update

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

diff --git a/cui/uiconfig/ui/possizetabpage.ui 
b/cui/uiconfig/ui/possizetabpage.ui
index 94e7d628089e..af4555c3499d 100644
--- a/cui/uiconfig/ui/possizetabpage.ui
+++ b/cui/uiconfig/ui/possizetabpage.ui
@@ -132,7 +132,7 @@
   
 False
 True
-0
+1
   
 
 
@@ -161,7 +161,7 @@
   
 False
 True
-1
+0
   
 
   
@@ -311,7 +311,7 @@
   
 False
 True
-0
+1
   
 
 
@@ -340,7 +340,7 @@
   
 False
 True
-1
+0
   
 
   
diff --git a/cui/uiconfig/ui/rotationtabpage.ui 
b/cui/uiconfig/ui/rotationtabpage.ui
index 3f307a1a869c..a36cbf0b220e 100644
--- a/cui/uiconfig/ui/rotationtabpage.ui
+++ b/cui/uiconfig/ui/rotationtabpage.ui
@@ -3,7 +3,7 @@
 
   
   
-359.990001
+360
 1
 10
   
@@ -127,7 +127,7 @@
   
 False
 True
-0
+1
   
 
 
@@ -157,7 +157,7 @@
   
 True
 True
-1
+0
   
 
   
@@ -266,7 +266,7 @@
   
 False
 True
-0
+1
   
 
 
@@ -293,7 +293,7 @@
   
 False
 True
-1
+0
   
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124462] Crash if I open the File dialog and click the 'Save' tab

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124462

--- Comment #19 from office.com/setup  ---

There For Downloading, Installing and activating the Office product key, and
Get Started by Office setup. visit our site for more.
https://www.offiice-officecom.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 128600] New: LibreOffice for Japanese macOS, cannot use JapanseIME's function which reconversion texts.

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128600

Bug ID: 128600
   Summary: LibreOffice for Japanese macOS, cannot use
JapanseIME's function which reconversion texts.
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: shib...@jidaikobo.com

Description:
I always thank you for your contribution.

macOS's JapaneseIME provides a function to reconversion text by pressing twice
'かな (kana)' key (Or control+shift+R). But In LibreOffice, I cannot use this
function.

See also "Undo conversion":
https://support.apple.com/en-al/guide/japanese-input-method/jpim10263/6.2.1/mac/10.15


Steps to Reproduce:
1. Input Japanese Text
2. Select It
3. press kana-key twice (or control+shift+R)

Actual Results:
Nothing happend.

Expected Results:
appear reconversion text candidates.


Reproducible: Always


User Profile Reset: Yes



Additional Info:

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

[Libreoffice-bugs] [Bug 109135] SIDEBAR: Keyboard shortcuts don't work when a sidebar element is active

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109135

--- Comment #11 from Jim Raykowski  ---
Ok the Ctrl-C, Ctrl-M and Ctrl-Shift-M threw me off. I don't know how they
would work when focus is in a tree list box.

Here is a patch that allows shortcut keys to work that are able to work from a
tree list box context. For Writer common keyboard customization shortcut keys
are Ctrl-0 Text Body, Ctrl-1 Heading 1, Ctrl-2 Heading 2, Ctrl-3 Heading 3. The
patch allows these to work.

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

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

[Libreoffice-bugs] [Bug 62196] EDITING: copy-paste from non-LibO-text-source pastes previous clipboard contents (see comment 62)

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62196

--- Comment #87 from jel...@gmail.com ---
I am using Windows 10 and version 6.3.2.2 of LibreOffice.
The inability to copy text from an application (Chrome, Wordpad, etc) into
LibreOffice apps is very frustrating. Once content from LibreOffice is copied
to the clipboard, content from an external application does not seem to get put
into whatever clipboard LibreOffice is using for the "paste" function.

Example sequence: 
  1. Open xls document in Calc (no other LibreOffice apps open)
  2. Copy & Paste text from Chrome into Calc - PASSES 
  3. Copy & Paste text from within Calc (i.e. from one cell to another) -
PASSES 
  4. Copy & Paste text from Chrome (same as #2 above) into Calc - FAILS content
from #3 above is pasted instead
  5. Paste text (from #4) above into WordPad - PASSES 
  6. Copy & Paste text from WordPad (from #5 above) into Calc - FAILS content
from #3 above is pasted instead
  7. Open Writer w/ empty document
  8. Paste into Writer - FAILS content from #3 above is pasted instead
  9. Paste again into WordPad - PASSES 
 10. Close down Calc and Writer
 11. Open Writer again
 12. Copy & Past into Writer from WordPad - FAILS content from #3 above is
pasted instead
 13. Close down Writer
 14. Ensure no LibreOffice processes are running (via Task Manager - ending all
associated processes)
 15. Open Writer again
 16. Copy & Paste into Writer from WordPad - PASSES
 17. Copy & Paste text within Writer - PASSES
 18. Copy & Paste into Writer from WordPad - FAILS content from #17 above is
pasted instead

Please resolve this issue- it is very frustrating to use LibreOffice when this
functionality is so often not working properly.

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

[Libreoffice-bugs] [Bug 128294] EDITING: Permission issue with file selection for external data

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128294

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 124578] LibreOffice will not open after April 2019 Windows 10 auto update

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124578

--- Comment #3 from QA Administrators  ---
Dear damonelewis,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 121135] Function “Navigate By” with "Controls" does not Work if the Design mode for Form Controls is Disabled

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121135

--- Comment #2 from QA Administrators  ---
Dear Harald Koester,

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 128286] After delete all character in input method Composition Window, input cursor jump 1 character after

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128286

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 123682] character formatting changes while projecting

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123682

--- Comment #9 from QA Administrators  ---
Dear sealjosephson,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 128289] Bug that does following work:-Concurrent file open on the same host results file deletion

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128289

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 123682] character formatting changes while projecting

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123682

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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

[Libreoffice-bugs] [Bug 128066] Libreoffice window doesn't scroll up or down when another window is minimized

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128066

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 128296] Sheet event 'Content changed' not thrown in some cases where it should be

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128296

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 124578] LibreOffice will not open after April 2019 Windows 10 auto update

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124578

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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

[Libreoffice-bugs] [Bug 128540] EPUB tool: some Error and Warning discovered after conversion with a validator

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128540

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 128540] EPUB tool: some Error and Warning discovered after conversion with a validator

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128540

--- Comment #5 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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

[Libreoffice-bugs] [Bug 59257] UI: built-in elements (icons, labels) of a navigation bar control (for a data table) do not resize when zooming

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59257

--- Comment #14 from QA Administrators  ---
Dear Biofjöd,

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 79927] LibreOffice Calc very slow to plot xy line graphic

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79927

--- Comment #9 from QA Administrators  ---
Dear giovanni,

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 43671] VIEWING: CJK Emphasis marks not showing in slideshow

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43671

--- Comment #19 from QA Administrators  ---
Dear Axel Niedenhoff,

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 91912] BASIC editor / dialogue text fields: Text loses line break when drag-and-dropped; text selection right after drag-and-dropping impossible

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91912

--- Comment #12 from QA Administrators  ---
Dear Johnny_M,

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 112921] fancy quotation marks hide text and change font thereafter

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112921

--- Comment #4 from QA Administrators  ---
Dear Terrence Enger,

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 59253] shift-drag does not add to selection

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59253

--- Comment #15 from QA Administrators  ---
Dear Anastasius,

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 61274] PDF EXPORT Links are off by one page if presentation includes (unexported) hidden slides.

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61274

--- Comment #11 from QA Administrators  ---
Dear Heinrich Stamerjohanns,

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 59353] Running spell check with 'Check words with numbers' inserts unwanted character

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59353

--- Comment #8 from QA Administrators  ---
Dear Ed,

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 121142] Tooltip displayed by Undo/Redo buttons is not updated after a click on these buttons.

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121142

--- Comment #3 from QA Administrators  ---
Dear jlucschoon,

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 104742] [META] Network-involved bugs

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104742

Aron Budea  changed:

   What|Removed |Added

 Depends on||128599


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=128599
[Bug 128599] Crash when typing in the Authentication Required dialog
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128599] New: Crash when typing in the Authentication Required dialog

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128599

Bug ID: 128599
   Summary: Crash when typing in the Authentication Required
dialog
   Product: LibreOffice
   Version: 6.4.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisected, bisected, regression
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
CC: caol...@redhat.com
Blocks: 104742

Created attachment 155513
  --> https://bugs.documentfoundation.org/attachment.cgi?id=155513=edit
Backtrace

I could only reproduce this in Windows, and the only method of getting to the
dialog I know is opening a WebDAV link (other remote links might work as well).

My repro is:
- open a WebDAV link eg. from command line: soffice.exe 
- start typing the user name

=> Crashes after the first character (backtrace attached).
Also crashes when switching to a different application and back instead of
typing.

Observed in LO 6.4.0.0.alpha1+ (2187cff2d452e20aa1fdfd5d8aa7473242cd1eb6) /
Windows 7.
No crash in LO 6.3.0.4.
=> regression

Bibisected to the following commit using repo bibisect-win64-6.4. Adding Cc: to
Caolán McNamara, please take a look.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=6f7cd8f4238060249de11c4ec7d167c439f7a781
author  Caolán McNamara 2019-10-18 16:00:25
+0100
committer   Caolán McNamara 2019-10-19 16:28:53
+0100

add menubar support to vclbuilder


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 120177] FILEOPEN XLS: Radio button Form controls no longer grouped

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120177

--- Comment #4 from Luke  ---
Still reproducible in Version: 6.4.0.0.alpha1+ (x86)
Build ID: fe2c63e494ea66042406ad71234ebe076dec07dc
CPU threads: 4; OS: Windows 10.0 Build 17763; UI render: GL; VCL: win;

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

[Libreoffice-bugs] [Bug 128256] [META] Regressions introduced by Refactor calc non-linear ViewToDevice transform

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128256

Luke  changed:

   What|Removed |Added

Summary|[META] Refactor calc|[META] Regressions
   |non-linear ViewToDevice |introduced by Refactor calc
   |transform regressions   |non-linear ViewToDevice
   ||transform

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

[Libreoffice-bugs] [Bug 104742] [META] Network-involved bugs

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104742

Aron Budea  changed:

   What|Removed |Added

 Depends on||128598


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=128598
[Bug 128598] FILEOPEN: Certain syntax of opening file from samba share results
in Document in Use dialog
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128598] New: FILEOPEN: Certain syntax of opening file from samba share results in Document in Use dialog

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128598

Bug ID: 128598
   Summary: FILEOPEN: Certain syntax of opening file from samba
share results in Document in Use dialog
   Product: LibreOffice
   Version: 6.3.0.4 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Keywords: bibisected, bisected, regression
  Severity: minor
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
CC: sberg...@redhat.com
Blocks: 104742

>From Linux, open a file on a (writable) samba share using the following command
line syntaxes:
1. ./soffice -o 
2. ./soffice -o file:
3. ./soffice -o smb:

=> Attempts 1. and 2. will show Document in Use dialog, ie. the document can't
be opened for writing.
Attempt 3. opens the document for writing.

Reproduced in LO 6.4.0.0.alpha1+ (51f6b20a0c8c3b2830547e4400cf4c513e9d9c00),
6.3.0.4 / Ubuntu 19.04.
In LO 6.2.0.3, all 3 syntaxes open the file for writing.
=> regression

I presume smb is the official prefix, but perhaps the other two syntaxes should
work as well. Bibisected the change in behavior to the following commit using
repo bibisect-linux-64-6.3. Adding Cc: to Stephan Bergmann, please take a look
sometimes.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=46c645bf4e9909f5296e75028f1f5434e83942d2
author  Stephan Bergmann   2019-02-04 17:38:29
+0100
committer   Stephan Bergmann   2019-02-05 19:55:04
+0100

Move dubious file: -> smb: conversion from INetURLObject to file UCP


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 124573] Printer extremely slow for each page with anything but normal print setting

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124573

76kenr...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #9 from 76kenr...@gmail.com ---
I am currently using Libre Office version 6.2.8.2.  I again ran a print job on
a five-page document.  I set it to print two copies using both sides of the
paper, set in the "fast normal" print mode.  Here are the results:
- After a delay of 1 minute 15 seconds the 1st page began printing, but stopped
almost immediately and did nothing for 45 seconds; printed a bit more and took
another pause, then finally finished printing the first side of the page at
2:38.
- After another long pause, the 2nd page began printing at 3:58, but again
timed out a couple of times, and didn't finish printing this second page until
5:32.
- The 3rd page began printing at 6:53, and after a couple of pauses finished
printing at 8:38.
-- This pattern continued for the entire 10 sides of the print job, finally
finishing at 23:57.  So Libre Office is taking over 2 1/2 minutes to print each
page in "fast normal" mode.
-- For comparison, Foxit Reader printed a similar document, 2 copies of a
5-page document, double-sided in "fast normal" mode in 4:53 total, about five
times as fast as Libre Office.
** So the short story is, the problem is still there for me. I suspect it has
something to do with compatibility with an older printer; I'm using an HP PSC
1410, which works great for everything else.

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

[Libreoffice-bugs] [Bug 128581] [Meta] Panel docking

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128581

Maxim Monastirsky  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||4983
 Depends on||113416

--- Comment #4 from Maxim Monastirsky  ---
(In reply to V Stuart Foote from comment #1)
> Seems that for GUI drag-n-drop the for docking os/DE has to recognize the
> window movement of the detached panel, and  provide for interaction with the
> parent application to then be able to dock. And that this varies by os/DE.
> 
> Situation is that GUI movement works, or not, depending on os/DE and its
> settings. 
This was discussed in the past, and the conclusion was that using our own
window decorations is a way to solve this cross-platform. See
https://lists.freedesktop.org/archives/libreoffice/2017-December/079108.html
and https://gerrit.libreoffice.org/53551/.

Another idea was to use drag & drop of tabs like in GIMP, instead of dragging
the whole window.

> So, agree a button action is needed for each undockable panel we want to
> redock--but where does the control get placed? We probably don't want to do
> CSD (bug 113388)
We might not use CSD for the main window, yet have own decorations for dockable
windows, like we already do for floating toolbars, and place the button there.

(In reply to V Stuart Foote from comment #3)
> And for Wayland in general, Caolán had to disable the undocked state
> [3]--setting a bDockingSupportCrippled value.
Docking of floating windows by dragging is possible under Wayland in principle,
if only they're created as subsurfaces (can be easily tested with toolbars, by
using GTK_WINDOW_POPUP window type for the
SalFrameStyleFlags::OWNERDRAWDECORATION case inside GtkSalFrame::Init, and
removing the mbCanDetermineWindowPosition = false assignment from
GtkSalData::initNWF). But this brings its own set of problems. One problem is
that such windows don't get the focus, so it isn't possible to type anything
there, or navigate them with the keyboard (maybe this can be solved with
explicit grabs, I don't know).


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113416
[Bug 113416] Include a button to dock the F5 Navigator opposite the sidebar
deck
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 114983] Unable to make any docked toolbar floating (wayland)

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114983

Maxim Monastirsky  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 113416] Include a button to dock the F5 Navigator opposite the sidebar deck

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113416

Maxim Monastirsky  changed:

   What|Removed |Added

 Blocks||128581


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=128581
[Bug 128581] [Meta] Panel docking
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 109135] SIDEBAR: Keyboard shortcuts don't work when a sidebar element is active

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109135

--- Comment #10 from Kenneth Hanson  ---
Buovjaga is correct. When I said:

> For each test, I single-clicked a style in the sidebar and then pressed a key 
> combo.

I did indeed mean the styles deck of the sidebar.

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

2019-11-04 Thread andreas kainz (via logerrit)
 cui/uiconfig/ui/lineendstabpage.ui  |1 +
 cui/uiconfig/ui/linestyletabpage.ui |7 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 16dd2d153475265e9bdf9b8e736dca0b7b5b20f9
Author: andreas kainz 
AuthorDate: Mon Nov 4 23:51:02 2019 +0100
Commit: andreas_kainz 
CommitDate: Tue Nov 5 00:32:15 2019 +0100

line dialog alignment update

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

diff --git a/cui/uiconfig/ui/lineendstabpage.ui 
b/cui/uiconfig/ui/lineendstabpage.ui
index cf831018b6c9..a602914fb9d4 100644
--- a/cui/uiconfig/ui/lineendstabpage.ui
+++ b/cui/uiconfig/ui/lineendstabpage.ui
@@ -40,6 +40,7 @@
 True
 6
 12
+12
 
   
 True
diff --git a/cui/uiconfig/ui/linestyletabpage.ui 
b/cui/uiconfig/ui/linestyletabpage.ui
index b1642923d064..0ca67941ec1a 100644
--- a/cui/uiconfig/ui/linestyletabpage.ui
+++ b/cui/uiconfig/ui/linestyletabpage.ui
@@ -4,17 +4,17 @@
   
   
 5
-0.10001
+0.1
 1
   
   
 5
-0.10001
+0.1
 1
   
   
 5
-0.10001
+0.1
 1
   
   
@@ -65,6 +65,7 @@
 True
 6
 12
+12
 
   
 True
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 128597] New: Incorrect save of pressentation

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128597

Bug ID: 128597
   Summary: Incorrect save of pressentation
   Product: LibreOffice
   Version: 5.2.7.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: prapa...@csd.auth.gr

When you create a new presentation, you add a new slide, then if you select the
"Gradient" format as the background option, after you configure it with the
colors you want you save it. When it's time to open the presentation again, you
background colors have been set to black-white instead of the colors of your
choice. So the problem is that whatever colors you set in this background
format after you save the presentation and you open it again the colors are set
to the default ones (black-white).

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

[Libreoffice-bugs] [Bug 128596] FILEOPEN PPTX: Rectangle size and rounded corners

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128596

--- Comment #2 from Ofir  ---
Created attachment 155512
  --> https://bugs.documentfoundation.org/attachment.cgi?id=155512=edit
PDF export from PowerPoint

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

[Libreoffice-bugs] [Bug 128596] FILEOPEN PPTX: Rectangle size and rounded corners

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128596

--- Comment #1 from Ofir  ---
Created attachment 155511
  --> https://bugs.documentfoundation.org/attachment.cgi?id=155511=edit
Rect with rounded corners

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

[Libreoffice-bugs] [Bug 128596] New: FILEOPEN PPTX: Rectangle size and rounded corners

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128596

Bug ID: 128596
   Summary: FILEOPEN PPTX: Rectangle size and rounded corners
   Product: LibreOffice
   Version: 6.3.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ofirr@gmail.com

Description:
The PowerPoint presentation has a rectangle shape with rounded corners. The
shape is imported with smaller size and no rounded corners.

Steps to Reproduce:
1. Open the PowerPoint presentation in Impress
2. Compare the rect size and corners to the PDF export from PowerPoint.

Actual Results:
Small rect without rounded corners.

Expected Results:
Larger rect with rounded corners.


Reproducible: Always


User Profile Reset: No



Additional Info:

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

[Libreoffice-bugs] [Bug 128581] [Meta] Panel docking

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128581

--- Comment #3 from V Stuart Foote  ---
(In reply to Heiko Tietze from comment #2)
> And IIRC there was also a shortcut, ctrl+shift+F10?

Hmm, yes you're right--the ++F10 [1], or +
double-mouse-click [2], will dock/undock any of these panels as floating
windows.

But those particular VCL shortcuts are 'hard' to find (they do not appear in
Customize dialog).

And while they will toggle to dock/undock state, ones ability to drag the
panels to alternate docking site is not so clear--it works sometimes but not
others.

And for Wayland in general, Caolán had to disable the undocked state
[3]--setting a bDockingSupportCrippled value.


=-ref-=
[1]
https://opengrok.libreoffice.org/xref/core/vcl/source/window/event.cxx?r=55402d82#149

{2]
https://opengrok.libreoffice.org/xref/core/vcl/source/window/event.cxx?r=55402d82#101

[3] https://gerrit.libreoffice.org/#/c/30752/

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

[Libreoffice-bugs] [Bug 44387] double shadow for rectangle / square shape

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44387

--- Comment #16 from Kevin Marschke  ---
Using version 6.0.7.3 I have found a workaround as well as a possible
explanation. Here is the process:

 1. Open a new document
 2. Make a square in the center of the page
 3. Apply the "Object with shadow" style, which adds 2 shadows
 4. Select the square, and click the "Shadow" button (located in the centerish
of top toolbar)
 5. The square will now have the desired amount of shadow.

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

[Libreoffice-bugs] [Bug 97101] Add a SPLIT() function for separating string cells based on a delimiter

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97101

--- Comment #7 from Wolfgang Jäger  ---
Forgot to mention that TEXTSPLIT() will need to output an array and will
therefore have to lock an output range if called AS a formula. The well known
problems concerning output ranges no longer actually meeting the needs of
changed input, should be relieved by a fourth parameter giving a minimum length
of the output for one split list. Spare cells: empty text or (more logical)
N/A.

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

[Libreoffice-bugs] [Bug 97101] Add a SPLIT() function for separating string cells based on a delimiter

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97101

Wolfgang Jäger  changed:

   What|Removed |Added

 CC||j...@psilosoph.de

--- Comment #6 from Wolfgang Jäger  ---
Starting with version 5.2.0 (2016-06-23) we have a TEXTJOIN() function, and
since 5.4 it is well debugged.  
3 and a half years later it is still crying for its counterpat function
TEXTSPLIT(). 

I would suggest to not only port the Basic function Split to Calc, but to do
something like (for simplicity in Basic-like notation):

Function TEXTSPLIT(pDelimiter, pMode, pList)
REM pMode should -at least- work like the second parameter of TEXTJOIN() does.
In Addition it may offer to suppress repetitions (pMode<0 e.g.)

A premium implementation would also accept array evaulation for ONEdimensional
(1 row / 1 column= pList arrays, probably corresponding with 1D pDelimiter
array with output to a 2Drange readable as a 1D array of columns or a 1D array
of Rows respectively. (I did it in Basic.)

-- 
You are receiving this mail because:
You 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] online.git: loleaflet/src

2019-11-04 Thread Henry Castro (via logerrit)
 loleaflet/src/layer/tile/ImpressTileLayer.js |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 06b0bfe3e07a25a45bc4cf30126fadf13463a697
Author: Henry Castro 
AuthorDate: Mon Nov 4 16:55:29 2019 -0400
Commit: Henry Castro 
CommitDate: Mon Nov 4 22:27:54 2019 +0100

loleaflet: fix "Uncaught TypeError: Cannot set property 'invalid' of

undefined".

ImpressTileLayer.js:686 Uncaught TypeError: Cannot set property
'invalid' of undefined
at NewClass._onInvalidateTilesMsg (ImpressTileLayer.js:686)
at NewClass._onMessage (TileLayer.js:553)
at NewClass._onMessage (ImpressTileLayer.js:604)
at NewClass._onMessage (Socket.js:806)

Change-Id: Iea1272d8239a56731685597d022f63eb663bd6ea
Reviewed-on: https://gerrit.libreoffice.org/82044
Reviewed-by: Henry Castro 
Tested-by: Henry Castro 

diff --git a/loleaflet/src/layer/tile/ImpressTileLayer.js 
b/loleaflet/src/layer/tile/ImpressTileLayer.js
index fd2ee785b..f47695176 100644
--- a/loleaflet/src/layer/tile/ImpressTileLayer.js
+++ b/loleaflet/src/layer/tile/ImpressTileLayer.js
@@ -685,7 +685,10 @@ L.ImpressTileLayer = L.TileLayer.extend({
this._map.fire('updatepart', {part: command.part, 
docType: this._docType});
}
 
-   this._map._docPreviews[command.part].invalid = true;
+   var preview = this._map._docPreviews[command.part];
+   if (preview) {
+   preview.invalid = true;
+   }
this._previewInvalidations.push(invalidBounds);
// 1s after the last invalidation, update the preview
clearTimeout(this._previewInvalidator);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] online.git: loleaflet/src

2019-11-04 Thread Henry Castro (via logerrit)
 loleaflet/src/control/Control.PartsPreview.js |   40 +++---
 1 file changed, 24 insertions(+), 16 deletions(-)

New commits:
commit 4db924d47088cb64265d9a0007feeb8707b7a134
Author: Henry Castro 
AuthorDate: Mon Nov 4 09:23:24 2019 -0400
Commit: Henry Castro 
CommitDate: Mon Nov 4 22:27:01 2019 +0100

loleaflet: mobile: detect if device is in portrait orientation and

change axis of the scrollbar.

The "mCustomScrollbar" create the scrollbar dynamically, so it is
necessary to pass the axis property to show horizontal or vertical
scrollbar. If the device is in portrait orientation change the axis to
'x'.

Change-Id: Iefca4ca66efaf4f6cd1bfa12ebb70b90329aef73
Reviewed-on: https://gerrit.libreoffice.org/82015
Reviewed-by: Henry Castro 
Tested-by: Henry Castro 

diff --git a/loleaflet/src/control/Control.PartsPreview.js 
b/loleaflet/src/control/Control.PartsPreview.js
index 237a16931..1dfa77f84 100644
--- a/loleaflet/src/control/Control.PartsPreview.js
+++ b/loleaflet/src/control/Control.PartsPreview.js
@@ -31,7 +31,7 @@ L.Control.PartsPreview = L.Control.extend({
onAdd: function (map) {
this._previewInitialized = false;
this._previewTiles = [];
-   this._direction = window.mode.isMobile() ? 'x' : 'y';
+   this._direction = window.mode.isMobile() && 
L.DomUtil.isPortrait() ? 'x' : 'y';
this._scrollY = 0;
 
map.on('updateparts', this._updateDisabled, this);
@@ -41,6 +41,26 @@ L.Control.PartsPreview = L.Control.extend({
map.on('deletepage', this._deletePreview, this);
},
 
+   createScrollbar: function (axis) {
+   var control = this;
+   if (axis) {
+   this._direction = axis;
+   }
+
+   $(this._partsPreviewCont).mCustomScrollbar({
+   axis: this._direction,
+   theme: 'dark-thick',
+   scrollInertia: 0,
+   alwaysShowScrollbar: 1,
+   callbacks:{
+   whileScrolling: function() {
+   control._onScroll(this);
+   }
+   }
+   });
+   $(this._partsPreviewCont).data('preview', this);
+   },
+
_updateDisabled: function (e) {
var parts = e.parts;
var selectedPart = e.selectedPart;
@@ -58,7 +78,6 @@ L.Control.PartsPreview = L.Control.extend({
if (!this._previewInitialized)
{
// make room for the preview
-   var control = this;
var docContainer = 
this._map.options.documentContainer;
if (!L.DomUtil.hasClass(docContainer, 
'parts-preview-document')) {
L.DomUtil.addClass(docContainer, 
'parts-preview-document');
@@ -69,9 +88,10 @@ L.Control.PartsPreview = L.Control.extend({
}
var previewContBB = 
this._partsPreviewCont.getBoundingClientRect();
var bottomBound;
+
+   this.createScrollbar();
+
if (this._direction === 'x') {
-   $(this._container).css({ width: 
'100%'});
-   $(this._partsPreviewCont).css({ height: 
this.options.maxHeight + 'px' });
this._previewContTop = 
previewContBB.left;
bottomBound = previewContBB.right + 
previewContBB.width / 2;
} else {
@@ -79,18 +99,6 @@ L.Control.PartsPreview = L.Control.extend({
bottomBound = previewContBB.bottom + 
previewContBB.height / 2;
}
 
-   $(this._partsPreviewCont).mCustomScrollbar({
-   axis: this._direction,
-   theme: 'dark-thick',
-   scrollInertia: 0,
-   alwaysShowScrollbar: 1,
-   callbacks:{
-   whileScrolling: function() {
-   control._onScroll(this);
-   }
-   }
-   });
-
this._map.on('click', function() {
this.partsFocused = false;
}, this);
___

[Libreoffice-commits] online.git: loleaflet/src

2019-11-04 Thread Henry Castro (via logerrit)
 loleaflet/src/layer/tile/ImpressTileLayer.js |   20 
 1 file changed, 20 insertions(+)

New commits:
commit 7dbb6e4f386c09f61ed06a55669cadfcd5340716
Author: Henry Castro 
AuthorDate: Mon Nov 4 09:29:30 2019 -0400
Commit: Henry Castro 
CommitDate: Mon Nov 4 22:27:36 2019 +0100

loleaflet: mobile: recreate the scrollbar on 'orientationchange' event

The "mCustomScrollbar" was created the scrollbar dynamically, so when
the user change the orientation, it is necessary to destroy the scrollbar 
and
create again with the new respective axis.

Change-Id: Ic4d90de6e9989478f5d60254692b287c76368385
Reviewed-on: https://gerrit.libreoffice.org/82016
Reviewed-by: Henry Castro 
Tested-by: Henry Castro 

diff --git a/loleaflet/src/layer/tile/ImpressTileLayer.js 
b/loleaflet/src/layer/tile/ImpressTileLayer.js
index b5e74a5ac..fd2ee785b 100644
--- a/loleaflet/src/layer/tile/ImpressTileLayer.js
+++ b/loleaflet/src/layer/tile/ImpressTileLayer.js
@@ -46,6 +46,7 @@ L.ImpressTileLayer = L.TileLayer.extend({
map.on('AnnotationSave', this.onAnnotationSave, this);
map.on('AnnotationScrollUp', this.onAnnotationScrollUp, this);
map.on('AnnotationScrollDown', this.onAnnotationScrollDown, 
this);
+   map.on('orientationchange', this.onOrientationChange, this);
map.on('resize', this.onResize, this);
if (window.mode.isMobile()) {
this.onMobileInit(map);
@@ -415,6 +416,25 @@ L.ImpressTileLayer = L.TileLayer.extend({
}
},
 
+   onOrientationChange: function () {
+   var container = L.DomUtil.get('presentation-controls-wrapper');
+   var preview = L.DomUtil.get('slide-sorter');
+   var control = $(preview).data('preview');
+
+   if (!container || !preview || !control) {
+   return;
+   }
+
+   if (L.DomUtil.isPortrait() && $(preview).data('mCS').opt.axis 
!== 'x') {
+   $(preview).mCustomScrollbar('destroy');
+   control.createScrollbar('x');
+   } else if (L.DomUtil.isLandscape() && 
$(preview).data('mCS').opt.axis !== 'y') {
+   $(preview).mCustomScrollbar('destroy');
+   control.createScrollbar('y');
+   }
+
+   },
+
onUpdatePermission: function (e) {
if (window.mode.isMobile()) {
if (e.perm === 'edit') {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] online.git: loleaflet/css

2019-11-04 Thread Henry Castro (via logerrit)
 loleaflet/css/loleaflet.css   |   52 ++
 loleaflet/css/partsPreviewControl.css |   23 ++-
 2 files changed, 74 insertions(+), 1 deletion(-)

New commits:
commit 35f2e56d82276dd4a890daa40a17d2a677537e4d
Author: Henry Castro 
AuthorDate: Mon Nov 4 09:10:19 2019 -0400
Commit: Henry Castro 
CommitDate: Mon Nov 4 22:26:31 2019 +0100

loleaflet: mobile: apply CSS @media rule for portrait and landscape in

Impress document

When mobile device change orientation the client browser will apply the
corresponding @media rule.

Change-Id: I96b9d8fe7152833287de1be3a81d7423d22fc4c9
Reviewed-on: https://gerrit.libreoffice.org/82014
Reviewed-by: Henry Castro 
Tested-by: Henry Castro 

diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index a60a97690..3ab5e2837 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -273,6 +273,58 @@ body {
}
 }
 
+@media (max-width: 767px) and (orientation: portrait),(max-device-height: 
767px) and (orientation: portrait) {
+   #presentation-controls-wrapper {
+   top: initial;
+   left: initial;
+   bottom: 33px;
+   position: fixed;
+   width: 100%;
+   max-width: initial;
+   }
+
+   #presentation-controls-wrapper.readonly {
+   top: initial;
+   bottom: 0px;
+   width: 100%;
+   position: fixed;
+   }
+
+   #document-container.readonly.parts-preview-document {
+   bottom: 65px;
+   }
+
+   #document-container.parts-preview-document {
+   left: 0px !important;
+   bottom: 95px;
+   width: 100%;
+   }
+}
+
+@media (max-width: 767px) and (orientation: landscape),(max-device-height: 
767px) and (orientation: landscape)  {
+   #document-container.parts-preview-document {
+   left: 66px !important;
+   bottom: 33px;
+   }
+
+   #document-container.readonly.parts-preview-document {
+   top: 41px;
+   bottom: 0px;
+   width: initial;
+   }
+
+   #presentation-controls-wrapper {
+   top: 41px;
+   bottom: 33px;
+   }
+
+   #presentation-controls-wrapper.readonly {
+   top: 41px;
+   bottom: 0px;
+   max-width: 120px;
+   }
+}
+
 .loleaflet-font {
font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif 
!important;
font-size: 12px !important;
diff --git a/loleaflet/css/partsPreviewControl.css 
b/loleaflet/css/partsPreviewControl.css
index a27009a3d..19b3c3dcb 100644
--- a/loleaflet/css/partsPreviewControl.css
+++ b/loleaflet/css/partsPreviewControl.css
@@ -32,7 +32,11 @@
border: 2px solid #dfdfdf;
}
 
-@media (max-width: 767px),(max-device-height: 767px) {
+@media (max-width: 767px) and (orientation: potrait),(max-device-height: 
767px) and (orientation: portrait) {
+   #slide-sorter {
+   max-height: 60px;
+   }
+
.preview-img {
min-width: 60px;
max-width: 60px;
@@ -46,6 +50,23 @@
}
 }
 
+@media (max-width: 767px) and (orientation: landscape),(max-device-height: 
767px) and (orientation: landscape) {
+   #slide-sorter {
+   max-width: 120px;
+   }
+
+   .preview-img {
+   min-width: 60px;
+   max-width: 60px;
+   }
+
+   .preview-frame {
+   max-height: initial;
+   max-width: 66px;
+   display: block;
+   }
+}
+
 /* The current part the user is on. */
 .preview-img-currentpart {
 border-color: #00;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] online.git: loleaflet/css loleaflet/src

2019-11-04 Thread Henry Castro (via logerrit)
 loleaflet/css/loleaflet.css  |   24 ++--
 loleaflet/src/control/Control.Toolbar.js |   22 --
 loleaflet/src/layer/tile/CalcTileLayer.js|1 +
 loleaflet/src/layer/tile/ImpressTileLayer.js |2 --
 loleaflet/src/map/Map.js |3 ---
 5 files changed, 19 insertions(+), 33 deletions(-)

New commits:
commit d8833d39d3422233e97f84828bb03a544dc922fa
Author: Henry Castro 
AuthorDate: Fri Nov 1 19:42:55 2019 -0400
Commit: Henry Castro 
CommitDate: Mon Nov 4 22:25:50 2019 +0100

loleaflet: mobile: avoid hardcoding CSS bottom property

Use the CSS class selector to modify the bottom properties for
each tile layer document, so adjusting values for portrait or landscape
orientation not be so complicated.

Change-Id: I900ef5c4ec3f770fd802a23238fdd9e6eb838772
Reviewed-on: https://gerrit.libreoffice.org/81928
Reviewed-by: Henry Castro 
Tested-by: Henry Castro 

diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index f53b3c618..a60a97690 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -221,34 +221,46 @@ body {
left: 0px !important;
}
 
-   #document-container.tablet {
+   #document-container.readonly {
top: 41px;
+   bottom: 0px;
}
 
-   #document-container.readonly {
-   top: 41px;
+   #document-container.readonly.parts-preview-document {
+   bottom: 65px;
+   }
+
+   #document-container.readonly.spreadsheet-document {
+   top: 61px !important;
+   bottom: 35px;
}
 
#document-container.parts-preview-document {
left: 0px !important;
bottom: 95px;
}
+
#document-container.spreadsheet-document {
top: 97px !important;
+   bottom: 68px;
}
-   #document-container.spreadsheet-document.readonly {
-   top: 61px !important;
-   }
+
#document-container {
top: 41px;
right: 0px !important;
+   bottom: 35px;
}
+
#spreadsheet-row-column-frame {
top: 77px !important;
+   bottom: 68px;
}
+
#spreadsheet-row-column-frame.readonly {
top: 41px !important;
+   bottom: 35px !important;
}
+
#toolbar-hamburger {
width: 36px;
}
diff --git a/loleaflet/src/control/Control.Toolbar.js 
b/loleaflet/src/control/Control.Toolbar.js
index bac3bab0a..ba4e777aa 100644
--- a/loleaflet/src/control/Control.Toolbar.js
+++ b/loleaflet/src/control/Control.Toolbar.js
@@ -2138,19 +2138,8 @@ function onUpdatePermission(e) {
}
$('#search-input').prop('disabled', false);
 
-   // FIXME avoid hardcoding this stuff if possible
if (_inMobileMode()) {
$('#toolbar-down').show();
-   switch (map._docLayer._docType) {
-   case 'text':
-   $(map.options.documentContainer).css('bottom', 
'35px');
-   break;
-   case 'spreadsheet':
-   $(map.options.documentContainer).css('bottom', 
'68px');
-   
$('#spreadsheet-row-column-frame').css('bottom', '68px');
-   $('#spreadsheet-toolbar').show();
-   break;
-   }
}
}
else {
@@ -2192,19 +2181,8 @@ function onUpdatePermission(e) {
}
$('#search-input').prop('disabled', true);
 
-   // FIXME avoid hardcoding this stuff if possible
if (_inMobileMode()) {
$('#toolbar-down').hide();
-   switch (map._docLayer._docType) {
-   case 'text':
-   $(map.options.documentContainer).css('bottom', 
'0px');
-   break;
-   case 'spreadsheet':
-   $(map.options.documentContainer).css('bottom', 
'35px');
-   
$('#spreadsheet-row-column-frame').css('bottom', '35px');
-   $('#spreadsheet-toolbar').show();
-   break;
-   }
}
}
 }
diff --git a/loleaflet/src/layer/tile/CalcTileLayer.js 
b/loleaflet/src/layer/tile/CalcTileLayer.js
index 76149cf82..b5ee7ca8d 100644
--- a/loleaflet/src/layer/tile/CalcTileLayer.js
+++ b/loleaflet/src/layer/tile/CalcTileLayer.js
@@ -214,6 +214,7 @@ L.CalcTileLayer = L.TileLayer.extend({
L.DomEvent.preventDefault(e);
}
});
+   toolbar.show();
 

[Libreoffice-commits] online.git: loleaflet/src

2019-11-04 Thread Henry Castro (via logerrit)
 loleaflet/src/map/Map.js |   14 +++---
 1 file changed, 3 insertions(+), 11 deletions(-)

New commits:
commit 70d2a7b9403d6672f34228beeb1a61f21895114d
Author: Henry Castro 
AuthorDate: Fri Nov 1 17:37:33 2019 -0400
Commit: Henry Castro 
CommitDate: Mon Nov 4 22:25:00 2019 +0100

loleaflet: mobile: when the document tile layer was added also update

the sizes

When 'doclayerinit' is fired, a new document layer was added then it is
necessary to update the sizes and the default auto zoom.

Change-Id: Iece07bd5510789479f58e080b300525169539c6f
Reviewed-on: https://gerrit.libreoffice.org/81925
Reviewed-by: Henry Castro 
Tested-by: Henry Castro 

diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js
index 6efa95c04..f333fbe42 100644
--- a/loleaflet/src/map/Map.js
+++ b/loleaflet/src/map/Map.js
@@ -191,11 +191,6 @@ L.Map = L.Evented.extend({
}
}, this);
this.on('doclayerinit', function() {
-   if (window._invalidateSize) {
-   this._size = new L.Point(0,0);
-   this._onResize();
-   delete window._invalidateSize;
-   }
if (!this.initComplete) {
this._fireInitComplete('doclayerinit');
}
@@ -211,8 +206,7 @@ L.Map = L.Evented.extend({
elem.parentNode.removeChild(elem);
elem = 
L.DomUtil.get('presentation-controls-wrapper');
elem.parentNode.removeChild(elem);
-   }
-   else if (this._docLayer._docType === 'presentation') {
+   } else if (this._docLayer._docType === 'presentation') {
elem = 
L.DomUtil.get('spreadsheet-row-column-frame');
elem.parentNode.removeChild(elem);
elem = L.DomUtil.get('spreadsheet-toolbar');
@@ -224,6 +218,8 @@ L.Map = L.Evented.extend({
 
if (L.Browser.mobile)
{
+   this._size = new L.Point(0,0);
+   this._onResize();
this._socket.sendMessage('uno 
.uno:LOKSetMobile');
}
});
@@ -1100,10 +1096,6 @@ L.Map = L.Evented.extend({
},
 
_onResize: function () {
-   if (!this || !this._docLayer) {
-   window._invalidateSize = true;
-   return;
-   }
L.Util.cancelAnimFrame(this._resizeRequest);
this._resizeRequest = L.Util.requestAnimFrame(
function () { this.invalidateSize({debounceMoveend: 
true}); }, this, false, this._container);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] online.git: loleaflet/src

2019-11-04 Thread Henry Castro (via logerrit)
 loleaflet/src/dom/DomUtil.js |8 
 1 file changed, 8 insertions(+)

New commits:
commit 93265844c6ab5c7eaf056962f820efc331cfef6c
Author: Henry Castro 
AuthorDate: Fri Nov 1 10:04:26 2019 -0400
Commit: Henry Castro 
CommitDate: Mon Nov 4 22:24:07 2019 +0100

loleaflet: add DOM util functions: "isPortrait" and "isLandscape"

It is necessary to detect the mobile browser orientation.

Change-Id: I3281e4abac453c4f6de27e8d5e54bb0506fecf66
Reviewed-on: https://gerrit.libreoffice.org/81922
Reviewed-by: Henry Castro 
Tested-by: Henry Castro 

diff --git a/loleaflet/src/dom/DomUtil.js b/loleaflet/src/dom/DomUtil.js
index 91527ae63..82045a5d0 100644
--- a/loleaflet/src/dom/DomUtil.js
+++ b/loleaflet/src/dom/DomUtil.js
@@ -190,6 +190,14 @@ L.DomUtil = {
// so it's safe to cache the position for performance
 
return el._leaflet_pos;
+   },
+
+   isLandscape: function() {
+   return window.matchMedia && window.matchMedia('(orientation: 
landscape)').matches;
+   },
+
+   isPortrait: function() {
+   return window.matchMedia && window.matchMedia('(orientation: 
portrait)').matches;
}
 };
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] online.git: loleaflet/src

2019-11-04 Thread Henry Castro (via logerrit)
 loleaflet/src/map/Map.js |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 507dd0845951252b56619f78f7db51dd2d088716
Author: Henry Castro 
AuthorDate: Fri Nov 1 10:15:53 2019 -0400
Commit: Henry Castro 
CommitDate: Mon Nov 4 22:24:31 2019 +0100

loleaflet: fire 'orientationchange' event

In order to detect if the orientation of the device has changed, it is
required to capture the window resize event. However, there is another
event attached from iframe element called resize-detector. I am not sure
how is used, but I do not want to cause any regression from desktop
version just let's add another event listener and it will be fired on
mobile case.

Change-Id: I54b5ba9239a71216faae4757a0cc7d9826c443ff
Reviewed-on: https://gerrit.libreoffice.org/81923
Reviewed-by: Henry Castro 
Tested-by: Henry Castro 

diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js
index cdd29af08..6efa95c04 100644
--- a/loleaflet/src/map/Map.js
+++ b/loleaflet/src/map/Map.js
@@ -151,6 +151,9 @@ L.Map = L.Evented.extend({
if (window.mode.isMobile()) {
$(this.options.documentContainer).css('bottom', '0px');
$(this._resizeDetector).css('bottom', '0px');
+   L.DomEvent.on(window, 'resize', function(e) {
+   this.fire('orientationchange', e);
+   }, this);
}
 
// When all these conditions are met, fire 
statusindicator:initializationcomplete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] online.git: loleaflet/src

2019-11-04 Thread Henry Castro (via logerrit)
 loleaflet/src/control/Control.MobileWizard.js |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit ad15c61e9b7bf2c0c3fcd2f42bff871de6b81e05
Author: Henry Castro 
AuthorDate: Fri Nov 1 17:05:21 2019 -0400
Commit: Henry Castro 
CommitDate: Mon Nov 4 22:23:43 2019 +0100

mobileWizard: avoid showing toolbar if it is not allowed

In view mode the function hideWizard it is forced to show the toolbar

Change-Id: Ib49501730fde1da65925db68b0b98baac2f15473
Reviewed-on: https://gerrit.libreoffice.org/81921
Reviewed-by: Henry Castro 
Tested-by: Henry Castro 

diff --git a/loleaflet/src/control/Control.MobileWizard.js 
b/loleaflet/src/control/Control.MobileWizard.js
index e0c8def4e..5dd43ed9b 100644
--- a/loleaflet/src/control/Control.MobileWizard.js
+++ b/loleaflet/src/control/Control.MobileWizard.js
@@ -58,7 +58,9 @@ L.Control.MobileWizard = L.Control.extend({
_hideWizard: function() {
$('#mobile-wizard').hide();
$('#mobile-wizard-content').empty();
-   $('#toolbar-down').show();
+   if (this.map._permission === 'edit') {
+   $('#toolbar-down').show();
+   }
this._isActive = false;
this._currentPath = [];
if (window.mobileWizard === true) {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] online.git: loleaflet/src

2019-11-04 Thread Henry Castro (via logerrit)
 loleaflet/src/layer/tile/CalcTileLayer.js|5 ++---
 loleaflet/src/layer/tile/ImpressTileLayer.js |7 +++
 loleaflet/src/layer/tile/WriterTileLayer.js  |6 +++---
 3 files changed, 8 insertions(+), 10 deletions(-)

New commits:
commit d4e364255d39979524c5e1ec426730e2d51e4b28
Author: Henry Castro 
AuthorDate: Fri Nov 1 16:54:05 2019 -0400
Commit: Henry Castro 
CommitDate: Mon Nov 4 22:23:08 2019 +0100

loleaflet: initialize mobile toolbars before adding the layer

Occurs that the 'permission' event, it is fired before the mobile
toolbar are created.

Change-Id: Ib96082b249a3d4e509d996f7382fd00c870de6f0
Reviewed-on: https://gerrit.libreoffice.org/81920
Reviewed-by: Henry Castro 
Tested-by: Henry Castro 

diff --git a/loleaflet/src/layer/tile/CalcTileLayer.js 
b/loleaflet/src/layer/tile/CalcTileLayer.js
index 5fb97350a..76149cf82 100644
--- a/loleaflet/src/layer/tile/CalcTileLayer.js
+++ b/loleaflet/src/layer/tile/CalcTileLayer.js
@@ -51,7 +51,7 @@ L.CalcTileLayer = L.TileLayer.extend({
map.on('AnnotationReply', this._onAnnotationReply, this);
map.on('AnnotationSave', this._onAnnotationSave, this);
if (L.Browser.mobile) {
-   map.on('doclayerinit', this.onMobileInit, this);
+   this.onMobileInit(map);
}
},
 
@@ -70,8 +70,7 @@ L.CalcTileLayer = L.TileLayer.extend({
this._annotations = {};
},
 
-   onMobileInit: function () {
-   var map = this._map;
+   onMobileInit: function (map) {
var toolItems = [
{type: 'button',  id: 'showsearchbar',  img: 'search', 
hint: _('Show the search bar')},
{type: 'break'},
diff --git a/loleaflet/src/layer/tile/ImpressTileLayer.js 
b/loleaflet/src/layer/tile/ImpressTileLayer.js
index 350084c1d..ce3f727ec 100644
--- a/loleaflet/src/layer/tile/ImpressTileLayer.js
+++ b/loleaflet/src/layer/tile/ImpressTileLayer.js
@@ -48,7 +48,7 @@ L.ImpressTileLayer = L.TileLayer.extend({
map.on('AnnotationScrollDown', this.onAnnotationScrollDown, 
this);
map.on('resize', this.onResize, this);
if (window.mode.isMobile()) {
-   map.on('doclayerinit', this.onMobileInit, this);
+   this.onMobileInit(map);
L.Control.MobileWizard.mergeOptions({maxHeight: '55%'});
var mobileWizard = L.DomUtil.get('mobile-wizard');
var mobileWizardContent = 
L.DomUtil.get('mobile-wizard-content');
@@ -110,8 +110,7 @@ L.ImpressTileLayer = L.TileLayer.extend({
this._isSlidePaneVisible = !(visible === 'none');
},
 
-   onMobileInit: function () {
-   var map = this._map;
+   onMobileInit: function (map) {
var toolItems = [
{type: 'button',  id: 'showsearchbar',  img: 'search', 
hint: _('Show the search bar')},
{type: 'break'},
@@ -280,7 +279,7 @@ L.ImpressTileLayer = L.TileLayer.extend({
}
});
 
-   this._map.on('updatepermission', window.onUpdatePermission);
+   map.on('updatepermission', window.onUpdatePermission);
},
 
onAdd: function (map) {
diff --git a/loleaflet/src/layer/tile/WriterTileLayer.js 
b/loleaflet/src/layer/tile/WriterTileLayer.js
index 5758ce9fc..91869aa1b 100644
--- a/loleaflet/src/layer/tile/WriterTileLayer.js
+++ b/loleaflet/src/layer/tile/WriterTileLayer.js
@@ -40,18 +40,18 @@ L.WriterTileLayer = L.TileLayer.extend({
 
beforeAdd: function (map) {
if (L.Browser.mobile) {
-   map.on('doclayerinit', this.onMobileInit, this);
+   this.onMobileInit(map);
}
},
 
onAdd: function (map) {
+
L.TileLayer.prototype.onAdd.call(this, map);
this._annotations = L.annotationManager(map);
map.on('updatemaxbounds', this._onUpdateMaxBounds, this);
},
 
-   onMobileInit: function () {
-   var map = this._map;
+   onMobileInit: function (map) {
var toolItems = [
{type: 'button',  id: 'showsearchbar',  img: 'search', 
hint: _('Show the search bar')},
{type: 'break'},
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 128257] Impress bullets dialog update

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128257

--- Comment #4 from Commit Notification 
 ---
andreas kainz committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/41fdebcd50a541dfae11d94ecc32523a932826be

tdf#128257 Bullet Dialog update 2

It will be available in 6.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://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-ux-advise] [Bug 128257] Impress bullets dialog update

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128257

--- Comment #4 from Commit Notification 
 ---
andreas kainz committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/41fdebcd50a541dfae11d94ecc32523a932826be

tdf#128257 Bullet Dialog update 2

It will be available in 6.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://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 on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

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

2019-11-04 Thread andreas kainz (via logerrit)
 cui/uiconfig/ui/bulletandposition.ui |  125 +--
 1 file changed, 49 insertions(+), 76 deletions(-)

New commits:
commit 41fdebcd50a541dfae11d94ecc32523a932826be
Author: andreas kainz 
AuthorDate: Mon Nov 4 17:00:19 2019 +0100
Commit: andreas_kainz 
CommitDate: Mon Nov 4 22:13:06 2019 +0100

tdf#128257 Bullet Dialog update 2

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

diff --git a/cui/uiconfig/ui/bulletandposition.ui 
b/cui/uiconfig/ui/bulletandposition.ui
index 912a8246364a..d0e057271d6e 100644
--- a/cui/uiconfig/ui/bulletandposition.ui
+++ b/cui/uiconfig/ui/bulletandposition.ui
@@ -212,7 +212,6 @@
   
 True
 False
-start
 vertical
 6
 
@@ -255,11 +254,9 @@
 
 
   
-174
 True
 False
-start
-start
+True
   
   
 1
@@ -277,12 +274,11 @@
   
   
 0
-1
+2
   
 
 
   
-174
 True
 True
 start
@@ -292,7 +288,7 @@
   
   
 1
-1
+2
   
 
 
@@ -306,13 +302,12 @@
   
   
 0
-2
+1
   
 
 
   
 Select...
-174
 True
 True
 True
@@ -320,13 +315,12 @@
   
   
 1
-2
+1
   
 
 
   
 Select image...
-174
 True
 True
 True
@@ -339,7 +333,7 @@
   
   
 1
-3
+4
   
 
 
@@ -353,7 +347,7 @@
   
   
 0
-4
+3
   
 
 
@@ -361,14 +355,17 @@
 True
 True
 False
+start
 0
+True
+
 
   
 
   
   
 1
-4
+3
   
 
 
@@ -435,57 +432,35 @@
   
 
 
-  
+  
 True
 False
- 

[Libreoffice-commits] online.git: 3 commits - loleaflet/html loleaflet/po loleaflet/src

2019-11-04 Thread Andras Timar (via logerrit)
 loleaflet/html/loleaflet-help.html|   60 
 loleaflet/po/help-es.po   | 2450 +-
 loleaflet/po/templates/loleaflet-help.pot |  791 -
 loleaflet/po/ui-es.po |  433 +++--
 loleaflet/src/control/Toolbar.js  |4 
 5 files changed, 2798 insertions(+), 940 deletions(-)

New commits:
commit b6372c4be65a8b2460b02fe7e1ef1c2121ba22d7
Author: Andras Timar 
AuthorDate: Mon Nov 4 20:44:51 2019 +0100
Commit: Andras Timar 
CommitDate: Mon Nov 4 21:53:40 2019 +0100

Online Help: translate TOC

Change-Id: I5049f5dca534a6c1a3cf2a6947dd13f2d0958ab3

diff --git a/loleaflet/src/control/Toolbar.js b/loleaflet/src/control/Toolbar.js
index c28648fdc..7dda7e3bf 100644
--- a/loleaflet/src/control/Toolbar.js
+++ b/loleaflet/src/control/Toolbar.js
@@ -292,6 +292,10 @@ L.Map.include({
for (i = 0, max = 
translatableContent.length; i < max; i++) {

translatableContent[i].innerHTML = 
translatableContent[i].innerHTML.toLocaleString();
}
+   translatableContent = 
$vexContent.find('a'); // TOC
+   for (i = 0, max = 
translatableContent.length; i < max; i++) {
+   
translatableContent[i].innerHTML = 
translatableContent[i].innerHTML.toLocaleString();
+   }
 
// Substitute %productName in Online 
Help
if (id === 'online-help') {
commit 04ff4c8f82ec4fdcefa3033eff1f9de9f81e6288
Author: Andras Timar 
AuthorDate: Mon Nov 4 19:54:38 2019 +0100
Commit: Andras Timar 
CommitDate: Mon Nov 4 21:53:40 2019 +0100

Online Help: Spanish translation

Change-Id: Ia2c795732eafb9c23ff662e46a6a4187e033e1d4

diff --git a/loleaflet/po/help-es.po b/loleaflet/po/help-es.po
index 22b233fd1..d29dfe648 100644
--- a/loleaflet/po/help-es.po
+++ b/loleaflet/po/help-es.po
@@ -1,648 +1,647 @@
 msgid ""
 msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-10-08 11:32+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME \n"
-"Language-Team: LANGUAGE \n"
+"POT-Creation-Date: 2019-11-04 20:16+0200\n"
+"PO-Revision-Date: 2019-11-04 20:22+0100\n"
+"Last-Translator: \n"
+"Language-Team: \n"
 "Language: es\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 2.4.0\n"
+"X-Generator: Poedit 2.2.1\n"
 "X-Pootle-Path: /es/libo_online/loleaflet-help-es.po\n"
 "X-Pootle-Revision: 3713610\n"
 
-#: html/loleaflet-help.html%2Bdiv.h1:25-5
+#: html/loleaflet-help.html%2Bdiv.h1:16-5
 msgid "Keyboard Shortcuts"
 msgstr "Atajos de teclado"
 
-#: html/loleaflet-help.html%2Bdiv.div.h2:27-9
+#: html/loleaflet-help.html%2Bdiv.div.h2:18-9
 msgid "General Keyboard Shortcuts"
 msgstr "Atajos de teclado generales"
 
-#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:29-18
+#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:20-18
 msgid "Undo"
 msgstr "Deshacer"
 
-#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:29-49
+#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:20-49
 msgid "Ctrl + Z"
 msgstr "Ctrl + Z"
 
-#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:30-18
+#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:21-18
 msgid "Redo"
 msgstr "Rehacer"
 
-#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:30-49
+#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:21-49
 msgid "Ctrl + Y"
 msgstr "Ctrl + Y"
 
-#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:31-18
+#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:22-18
 msgid "Cut"
 msgstr "Cortar"
 
-#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:31-48
+#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:22-48
 msgid "Ctrl + X"
 msgstr "Ctrl + X"
 
-#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:32-18
+#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:23-18
 msgid "Paste as unformatted text"
 msgstr "Pegar como texto sin formato"
 
-#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:32-70
+#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:23-70
 msgid "Ctrl + Alt + Shift + V"
 msgstr "Ctrl + Alt + Mayús + V"
 
-#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:33-18
+#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:24-18
 msgid "Print (Download as PDF)"
 msgstr "Imprimir (descargar en formato PDF)"
 
-#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:33-68
+#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:24-68
 msgid "Ctrl + P"
 msgstr "Ctrl + P"
 
-#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:34-18
+#: html/loleaflet-help.html%2Bdiv.div.table.tr.td:25-18
 msgid "Display the Keyboard shortcuts help"
 msgstr "Mostrar ayuda de los atajos de teclado"
 
-#: 

[Libreoffice-bugs] [Bug 128592] language Tool Versie 4.7 java

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128592

Dieter Praas  changed:

   What|Removed |Added

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

--- Comment #1 from Dieter Praas  ---
I had a similar problem. Please check, if Java is activated unter Tools =>
Options => LibreOffice => Advanced.
a) activate Java in checkbox "Use a JAVA runtime environment"
b) select the JAVA version (that was mising in my case)

Does this solve your problem?

=> NEEDINFO

Additional informations: Please translate into English (for example with
deepl.com) so that more people can try to help you.

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

[Libreoffice-bugs] [Bug 128570] [META] Table panel of the Properties deck/tab of the Writer sidebar

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128570

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Thomas Lendo from comment #1)
> Is this different from Bug 112630 (Sidebar-Properties-Table-Design) - [META]
> Table design content panel of the Properties deck/tab of the sidebar?

Of course. There is table style there and here we have handling of table like
add row, add column, optimize size rows , etc

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

[Libreoffice-bugs] [Bug 122709] In LibreOffice Writer (6.1.2 to 6.1.4, German) under Windows 10: Displayed window does not fit to mouse coordinates (OpenGL enabled)

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122709

Dieter Praas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #11 from Dieter Praas  ---
(In reply to Dieter Praas from comment #10)
> (In reply to Gross A'Tuin from comment #9)
> > DriverDate: 3-22-2017
> 
> Have you checked for driver update?

=> I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' or RESOLVED WORKSFORME after that.

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

[Libreoffice-bugs] [Bug 113209] [META] UI bugs and enhancements

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113209

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||128581


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=128581
[Bug 128581] [Meta] Panel docking
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128581] [Meta] Panel docking

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128581

Thomas Lendo  changed:

   What|Removed |Added

  Alias||Panel-Docking
 Blocks||113209


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 103428] [META] Properties deck/tab of the sidebar

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103428

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||128570


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=128570
[Bug 128570] [META] Table panel of the Properties deck/tab of the Writer
sidebar
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128570] [META] Table panel of the Properties deck/tab of the Writer sidebar

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128570

Thomas Lendo  changed:

   What|Removed |Added

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

--- Comment #1 from Thomas Lendo  ---
Is this different from Bug 112630 (Sidebar-Properties-Table-Design) - [META]
Table design content panel of the Properties deck/tab of the sidebar?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103428
[Bug 103428] [META] Properties deck/tab of the sidebar
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128594] Crash in: SfxInterface::Register

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128594

Ed Sharman  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from Ed Sharman  ---
Libre Office Help->About dialog:
Version: 6.3.3.2
Build ID: a64200df03143b798afd1ec74a12ab50359878ed
CPU threads: 12; OS: Linux 5.0; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

Linux Distro:
Ubuntu 18.04.3 LTS
CPU: Intel® Core™ i7-8700K CPU @ 3.70GHz × 12
Graphics: GeForce RTX 2070/PCIe/SSE2
Gnome:  3.28.2
OS: 64 bit

I also saw this bug in Libre Office version 6.2. (which I have uninstalled).

Thanks for your near-instantaneous response!

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

[Libreoffice-bugs] [Bug 107742] [META] Form control bugs and enhancements

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107742
Bug 107742 depends on bug 121963, which changed state.

Bug 121963 Summary: button flashing - mouse wheel zooming breaks
https://bugs.documentfoundation.org/show_bug.cgi?id=121963

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 128256] [META] Refactor calc non-linear ViewToDevice transform regressions

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128256
Bug 128256 depends on bug 121963, which changed state.

Bug 121963 Summary: button flashing - mouse wheel zooming breaks
https://bugs.documentfoundation.org/show_bug.cgi?id=121963

   What|Removed |Added

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

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

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

2019-11-04 Thread Armin Le Grand (via logerrit)
 svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx |   26 ++-
 1 file changed, 25 insertions(+), 1 deletion(-)

New commits:
commit fd2174d55dadc3b4dcf6b15b5789077bb2951698
Author: Armin Le Grand 
AuthorDate: Mon Nov 4 15:28:22 2019 +0100
Commit: Armin Le Grand 
CommitDate: Mon Nov 4 20:35:27 2019 +0100

tdf#121963 apply GridOffset in isPrimitiveVisible

Need to take evtl. GridOffset into account for Controls
in ViewObjectContactOfUnoControl::isPrimitiveVisible to
get same coordinates inside adjustControlGeometry_throw

Change-Id: Id6f0d1c7a4de4ee5908b50ee1a2217a0b078ecf5
Reviewed-on: https://gerrit.libreoffice.org/82031
Tested-by: Xisco Faulí 
Tested-by: Jenkins
Reviewed-by: Armin Le Grand 

diff --git a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx 
b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
index 35e5f8f7dcdd..ed5459388400 100644
--- a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
@@ -54,6 +54,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 /*
@@ -1674,7 +1675,30 @@ namespace sdr { namespace contact {
 #endif
 
 if ( !rViewInformation.getViewport().isEmpty() )
-m_pImpl->positionAndZoomControl( 
rViewInformation.getObjectToViewTransformation() );
+{
+// tdf#121963 check and eventually pre-multiply 
ViewTransformation
+// with GridOffset transformation to avoid alternating 
positions of
+// FormControls which are victims of the non-linear calc 
ViewTransformation
+// aka GridOffset. For other paths (e.g. repaint) this is 
included already
+// as part of the object's sequence of B2DPrimitive - 
representation
+// (see ViewObjectContact::getPrimitive2DSequence and how 
getGridOffset is used there)
+basegfx::B2DHomMatrix 
aViewTransformation(rViewInformation.getObjectToViewTransformation());
+
+if(GetObjectContact().supportsGridOffsets())
+{
+const basegfx::B2DVector& rGridOffset(getGridOffset());
+
+if(0.0 != rGridOffset.getX() || 0.0 != rGridOffset.getY())
+{
+// pre-multiply: GridOffset needs to be applied 
directly to logic model data
+// of object coordinates, so multiply GridOffset from 
right to make it
+// work as 1st change - these objects may still be 
part of groups/hierarchies
+aViewTransformation = aViewTransformation * 
basegfx::utils::createTranslateB2DHomMatrix(rGridOffset);
+}
+}
+
+m_pImpl->positionAndZoomControl(aViewTransformation);
+}
 }
 
 return ViewObjectContactOfSdrObj::isPrimitiveVisible( _rDisplayInfo );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 128513] no linefeeds when importing Calc tables that contain multiline text

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128513

--- Comment #5 from rac...@megabit.net ---
(In reply to Robert Großkopf from comment #4)
> So it seems to be a special Windows-bug ...

Meanwhile I have also tested it on my Kubuntu 19.10 (amd64) Linux system and
have the same 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 100930] The display order from Find All is confusing and inconsistent

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100930

--- Comment #14 from Heiko Tietze  ---
(In reply to B.J. Herbison from comment #13)
> Is there a plan to add sorting back to the result list?

We do not plan the development. If a developer is interested s/he might pick
this easy task.

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

[Libreoffice-bugs] [Bug 128594] Crash in: SfxInterface::Register

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128594

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||79045_79...@mail.ru

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Ed, please add info from Help->About dialog and say us what's linux distro do
you use?

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

[Libreoffice-bugs] [Bug 120809] Undo/Redo buffer should record input until next punctuation mark

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120809

--- Comment #17 from Leandro Martín Drudi  ---
I see that I sent the mail again on 10/10/2019

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

[Libreoffice-bugs] [Bug 120809] Undo/Redo buffer should record input until next punctuation mark

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120809

--- Comment #16 from Leandro Martín Drudi  ---
(In reply to Heiko Tietze from comment #15)
> (In reply to Leandro Martín Drudi from comment #14)
> > I sent an email 5 months ago (FIVE MONTHS). I'm still waiting for an answer.
> 
> To what address? We have many companies listed on this page offering
> professional support.

thorsten DOT behrens AT cib DOT de

I asked for his assistance or to send my question to anyone who knows how can
see it.

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

[Libreoffice-bugs] [Bug 100930] The display order from Find All is confusing and inconsistent

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100930

--- Comment #13 from B.J. Herbison  ---
What I meant is that the "Sheet" column wouldn't just change the sheet order,
it would also change the row and column (and value) ordering within the sheet.
A stable sort based on "sheet" wouldn't change the relative order of cells
within the sheet.

Actually, a column containing Sheet4.$A$1 should be labeled "Reference" or
"Identifier" since the value isn't just a sheet identifier.

Is there a plan to add sorting back to the result list?

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

[Libreoffice-bugs] [Bug 128595] New: Inconsistent behavior when copying text

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128595

Bug ID: 128595
   Summary: Inconsistent behavior when copying text
   Product: LibreOffice
   Version: 4.0 all versions
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: contest...@aol.com

Description:
I find that when I copy text LibreOffice Writer either (1) copies exactly what
I selected, or (2) adds an extra blank after the copied text, or (3) adds extra
blanks both before and after the copied text.  I have no idea why I sometimes
get one behavior, and sometimes another.  My preference would be always to copy
exactly the selected text, and never add extra blanks.  But regardless of which
behavior you choose, it should be consistent.  I can delete the unwanted blanks
if I know I will always get them.

Steps to Reproduce:
Select a few characters and copy them to another place using ctrl-C and ctrl-V.
 Try characters from the start, middle and end of a word.  Simply notice
whether any extra blanks appear.

Actual Results:
The results are inconsistent.  Sometimes I get extraneous blanks, sometimes
not.  It is this inconsistency that is the problem.

Expected Results:
Only the text that I selected should appear.  Nothing else should be added or
inserted.  If I wanted to copy the text with a blank I would have selected the
text and the blank together.


Reproducible: Sometimes


User Profile Reset: No



Additional Info:

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

[Libreoffice-bugs] [Bug 100930] The display order from Find All is confusing and inconsistent

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100930

--- Comment #12 from Heiko Tietze  ---
(In reply to B.J. Herbison from comment #11)
> sorting by the Sheet column wouldn't be stable on the row and column results

Sorting order is:
S1.$A$1,S1.$A$2,S1.$B$1,S1.$B$2,S2.$A$1,S2.$A$2,S2.$B$1,S2.$B$2 - so it is
"stable" on row/column.

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

[Libreoffice-bugs] [Bug 128594] New: Crash in: SfxInterface::Register

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128594

Bug ID: 128594
   Summary: Crash in: SfxInterface::Register
   Product: LibreOffice
   Version: 3.3.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: inbox...@vitality-source.com

This bug was filed from the crash reporting server and is
br-30dbc2fc-bef2-4c6f-b90d-736674d609f5.
=

In either a *.doc or newly opened "Untitled" document in edit mode,
left-clicking on enter/special character causes LibreOffice to crash per this
crash report.

I am very willing to assist in correcting this bug, but will need a
tutorial/checklist about what to do as I have NO experience in debugging
LibreOffice (but a LOT of experience in debugging embedded systems).

If this isn't a bug but a configuration issue, PLEASE point me to resources
that will permit me to identify what to 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 128282] restart manually numbering of numbered lists

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128282

--- Comment #15 from Heiko Tietze  ---
(In reply to Dieter Praas from comment #14)
> What about this idea, Heiko?

It's on the agenda for the weekly meeting.

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

[Libreoffice-ux-advise] [Bug 128282] restart manually numbering of numbered lists

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128282

--- Comment #15 from Heiko Tietze  ---
(In reply to Dieter Praas from comment #14)
> What about this idea, Heiko?

It's on the agenda for the weekly meeting.

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

[Libreoffice-bugs] [Bug 128581] [Meta] Panel docking

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128581

--- Comment #2 from Heiko Tietze  ---
(In reply to V Stuart Foote from comment #1)
> So, agree a button action is needed for each undockable panel we want to
> redock--but where does the control get placed?

Docking should be possible at any dock, that will remain an issue. Meanwhile
(and additionally) we add the UI interaction and my proposal was to do this
similar to the sidebar at the context menu. And IIRC there was also a shortcut,
ctrl+shift+F10?

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

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

2019-11-04 Thread Michael Meeks (via logerrit)
 desktop/source/lib/init.cxx |   79 +---
 1 file changed, 25 insertions(+), 54 deletions(-)

New commits:
commit 0aafd218df888310d7eeb4a47994e85d1746
Author: Michael Meeks 
AuthorDate: Mon Nov 4 15:44:04 2019 +
Commit: Michael Meeks 
CommitDate: Mon Nov 4 20:06:41 2019 +0100

lok: share conversion of OUString to C strings.

Change-Id: I0178f673dc1e59d9fba8f3daae532f19b46e4d36
Reviewed-on: https://gerrit.libreoffice.org/82036
Tested-by: Jenkins
Reviewed-by: Michael Meeks 
Reviewed-on: https://gerrit.libreoffice.org/82039
Tested-by: Jenkins CollaboraOffice 

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 36d6015db423..abe37f9356dd 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -260,7 +260,21 @@ static OUString getUString(const char* pString)
 return OStringToOUString(sString, RTL_TEXTENCODING_UTF8);
 }
 
-/// Try to convert a relative URL to an absolute one, unless it already looks 
like an URL.
+// Tolerate embedded \0s etc.
+static char *convertOString(const OString )
+{
+char* pMemory = static_cast(malloc(rStr.getLength() + 1));
+assert(pMemory); // don't tolerate failed allocations.
+memcpy(pMemory, rStr.getStr(), rStr.getLength() + 1);
+return pMemory;
+}
+
+static char *convertOUString(const OUString )
+{
+return convertOString(OUStringToOString(aStr, RTL_TEXTENCODING_UTF8));
+}
+
+/// Try to convert a relative URL to an absolute one, unless it already looks 
like a URL.
 static OUString getAbsoluteURL(const char* pURL)
 {
 OUString aURL(getUString(pURL));
@@ -2547,12 +2561,7 @@ static char* doc_getPartInfo(LibreOfficeKitDocument* 
pThis, int nPart)
 return nullptr;
 }
 
-OUString aPartInfo = pDoc->getPartInfo( nPart );
-OString aString = OUStringToOString(aPartInfo, RTL_TEXTENCODING_UTF8);
-
-char* pMemory = static_cast(malloc(aString.getLength() + 1));
-strcpy(pMemory, aString.getStr());
-return pMemory;
+return convertOUString(pDoc->getPartInfo(nPart));
 }
 
 static void doc_selectPart(LibreOfficeKitDocument* pThis, int nPart, int 
nSelect)
@@ -2601,12 +2610,7 @@ static char* 
doc_getPartPageRectangles(LibreOfficeKitDocument* pThis)
 return nullptr;
 }
 
-OUString sRectangles = pDoc->getPartPageRectangles();
-OString aString = OUStringToOString(sRectangles, RTL_TEXTENCODING_UTF8);
-char* pMemory = static_cast(malloc(aString.getLength() + 1));
-strcpy(pMemory, aString.getStr());
-return pMemory;
-
+return convertOUString(pDoc->getPartPageRectangles());
 }
 
 static char* doc_getPartName(LibreOfficeKitDocument* pThis, int nPart)
@@ -2623,12 +2627,7 @@ static char* doc_getPartName(LibreOfficeKitDocument* 
pThis, int nPart)
 return nullptr;
 }
 
-OUString sName = pDoc->getPartName( nPart );
-OString aString = OUStringToOString(sName, RTL_TEXTENCODING_UTF8);
-char* pMemory = static_cast(malloc(aString.getLength() + 1));
-strcpy(pMemory, aString.getStr());
-return pMemory;
-
+return convertOUString(pDoc->getPartName(nPart));
 }
 
 static char* doc_getPartHash(LibreOfficeKitDocument* pThis, int nPart)
@@ -2645,12 +2644,7 @@ static char* doc_getPartHash(LibreOfficeKitDocument* 
pThis, int nPart)
 return nullptr;
 }
 
-OUString sHash = pDoc->getPartHash(nPart);
-OString aString = OUStringToOString(sHash, RTL_TEXTENCODING_UTF8);
-char* pMemory = static_cast(malloc(aString.getLength() + 1));
-strcpy(pMemory, aString.getStr());
-return pMemory;
-
+return convertOUString(pDoc->getPartHash(nPart));
 }
 
 static void doc_setPartMode(LibreOfficeKitDocument* pThis,
@@ -3754,14 +3748,6 @@ static bool getFromTransferrable(
 return true;
 }
 
-// Tolerate embedded \0s etc.
-static char *convertOString(const OString )
-{
-char* pMemory = static_cast(malloc(rStr.getLength() + 1));
-memcpy(pMemory, rStr.getStr(), rStr.getLength() + 1);
-return pMemory;
-}
-
 static char* doc_getTextSelection(LibreOfficeKitDocument* pThis, const char* 
pMimeType, char** pUsedMimeType)
 {
 comphelper::ProfileZone aZone("doc_getTextSelection");
@@ -3912,7 +3898,7 @@ static int doc_getClipboard(LibreOfficeKitDocument* pThis,
 else
 {
 (*pOutSizes)[i] = aRet.getLength();
-(*pOutStreams)[i] =  convertOString(aRet);
+(*pOutStreams)[i] = convertOString(aRet);
 }
 }
 
@@ -4483,12 +4469,8 @@ static char* 
doc_getCommandValues(LibreOfficeKitDocument* pThis, const char* pCo
 OUString aHeaders = pDoc->getRowColumnHeaders(aRectangle);
 if (aHeaders.isEmpty())
 return nullptr;
-
-OString aString = OUStringToOString(aHeaders, RTL_TEXTENCODING_UTF8);
-
-char* pMemory = static_cast(malloc(aString.getLength() + 1));
-strcpy(pMemory, aString.getStr());
-return pMemory;
+else
+

[Libreoffice-bugs] [Bug 128593] Writer table cell's background color is always black

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128593

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||103100
   Keywords||bibisectRequest, regression


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 103100] [META] Writer table bugs

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103100

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||128593


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=128593
[Bug 128593] Writer table cell's background color is always black
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128593] New: Writer table cell's background color is always black

2019-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128593

Bug ID: 128593
   Summary: Writer table cell's background color is always black
   Product: LibreOffice
   Version: 6.4.0.0.alpha1+ Master
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 79045_79...@mail.ru

Description:
Writer table cell's background color is always black

Steps to Reproduce:
1. Create a Writer table
2. Click on Table cell background color icon on Table toolbar (it's yellow by
default)
3. Cell's Background color became black instead
4. You can select any color and cell's color is always black

Actual Results:
background color is always black

Expected Results:
background color is user selected color


Reproducible: Always


User Profile Reset: No



Additional Info:
repro in

Версия: 6.4.0.0.alpha1+ (x64)
ID сборки: 2187cff2d452e20aa1fdfd5d8aa7473242cd1eb6
Потоков ЦП: 4; ОС:Windows 10.0 Build 17763; Отрисовка ИП: по умолчанию; VCL:
win; 
Локаль: ru-RU (ru_RU); Язык интерфейса: ru-RU
Calc: threaded

but not in

Version: 6.3.3.2 (x64)
Build ID: a64200df03143b798afd1ec74a12ab50359878ed
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: threaded

so it's a 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

  1   2   3   4   >