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

2019-04-03 Thread Andrea Gelmini (via logerrit)
 canvas/source/cairo/cairo_canvashelper_text.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 97e53f20488c35ecef8e7fb8e281622c82d7f0cd
Author: Andrea Gelmini 
AuthorDate: Mon Apr 1 07:30:20 2019 +
Commit: Julien Nabet 
CommitDate: Thu Apr 4 07:53:22 2019 +0200

Fix typo

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

diff --git a/canvas/source/cairo/cairo_canvashelper_text.cxx 
b/canvas/source/cairo/cairo_canvashelper_text.cxx
index 675683f8d500..805a30f7eaa1 100644
--- a/canvas/source/cairo/cairo_canvashelper_text.cxx
+++ b/canvas/source/cairo/cairo_canvashelper_text.cxx
@@ -236,7 +236,7 @@ namespace cairocanvas
 DeviceSettingsGuard aGuard(mpVirtualDevice.get(), mpCairo.get());
 
 #if defined CAIRO_HAS_WIN32_SURFACE
-// FIXME: Some kind of work-araound...
+// FIXME: Some kind of work-around...
 cairo_rectangle (mpCairo.get(), 0, 0, 0, 0);
 cairo_fill(mpCairo.get());
 #endif
@@ -295,7 +295,7 @@ namespace cairocanvas
 DeviceSettingsGuard aGuard(mpVirtualDevice.get(), 
mpCairo.get());
 
 #if defined CAIRO_HAS_WIN32_SURFACE
-// FIXME: Some kind of work-araound...
+// FIXME: Some kind of work-around...
 cairo_rectangle(mpCairo.get(), 0, 0, 0, 0);
 cairo_fill(mpCairo.get());
 #endif
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-04-03 Thread Andrea Gelmini (via logerrit)
 basegfx/source/polygon/b2dsvgpolypolygon.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 21b19a227ab8d87b4450486331adae0732906b0c
Author: Andrea Gelmini 
AuthorDate: Mon Apr 1 07:30:44 2019 +
Commit: Julien Nabet 
CommitDate: Thu Apr 4 07:52:50 2019 +0200

Fix typo

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

diff --git a/basegfx/source/polygon/b2dsvgpolypolygon.cxx 
b/basegfx/source/polygon/b2dsvgpolypolygon.cxx
index 2936c9f54ac2..43ad5ee95596 100644
--- a/basegfx/source/polygon/b2dsvgpolypolygon.cxx
+++ b/basegfx/source/polygon/b2dsvgpolypolygon.cxx
@@ -785,7 +785,7 @@ namespace basegfx
 // says for interpretation:
 
 // "(If there is no previous command or if the 
previous command was
-// not an C, c, S or s, assume the first control 
point is coincident
+// not a C, c, S or s, assume the first control 
point is coincident
 // with the current point.)"
 
 // That's what is done from our import, so avoid 
exporting it as first statement
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-04-03 Thread Andrea Gelmini (via logerrit)
 basic/source/classes/sbunoobj.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 533d51519c3287134ca177bf3d0e22c1b224039e
Author: Andrea Gelmini 
AuthorDate: Mon Apr 1 07:30:41 2019 +
Commit: Julien Nabet 
CommitDate: Thu Apr 4 07:52:17 2019 +0200

Fix typo

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

diff --git a/basic/source/classes/sbunoobj.cxx 
b/basic/source/classes/sbunoobj.cxx
index e985a7dddf1c..9d7f8daddae5 100644
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -2556,7 +2556,7 @@ SbUnoProperty::SbUnoProperty
 , mRealType( eRealSbxType )
 , mbUnoStruct( bUnoStruct )
 {
-// as needed establish an dummy array so that SbiRuntime::CheckArray() 
works
+// as needed establish a dummy array so that SbiRuntime::CheckArray() works
 static SbxArrayRef xDummyArray = new SbxArray( SbxVARIANT );
 if( eSbxType & SbxARRAY )
 PutObject( xDummyArray.get() );
@@ -3757,7 +3757,7 @@ void SbUnoSingleton::Notify( SfxBroadcaster& rBC, const 
SfxHint& rHint )
 
 
 // Implementation of an EventAttacher-drawn AllListener, which
-// solely transmits several events to an general AllListener
+// solely transmits several events to a general AllListener
 class BasicAllListener_Impl : public WeakImplHelper< XAllListener >
 {
 void firing_impl(const AllEventObject& Event, Any* pRet);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: bin/gla11y

2019-04-03 Thread Andrea Gelmini (via logerrit)
 bin/gla11y |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit fe9a176ba55184f1338d228e25b5ccff45a7749b
Author: Andrea Gelmini 
AuthorDate: Mon Apr 1 07:30:23 2019 +
Commit: Julien Nabet 
CommitDate: Thu Apr 4 07:51:42 2019 +0200

Fix typo

Change-Id: I58c1158dbd96ace17666177ef9b2d9f19309a2d6
Reviewed-on: https://gerrit.libreoffice.org/70228
Reviewed-by: Julien Nabet 
Tested-by: Julien Nabet 

diff --git a/bin/gla11y b/bin/gla11y
index 3d132753986d..3fed400de699 100755
--- a/bin/gla11y
+++ b/bin/gla11y
@@ -1118,21 +1118,21 @@ def usage(fatal = True):
 print("")
 print("  --enable-type=TYPEenable warning/fatal type TYPE")
 print("  --disable-type=TYPE   disable warning/fatal type TYPE")
-print("  --fatal-type=TYPE make warning type TYPE an fatal")
-print("  --not-fatal-type=TYPE make warning type TYPE not an fatal")
+print("  --fatal-type=TYPE make warning type TYPE a fatal")
+print("  --not-fatal-type=TYPE make warning type TYPE not a fatal")
 print("")
 print("  --enable-widgets=CLASSenable warning/fatal type CLASS")
 print("  --disable-widgets=CLASS   disable warning/fatal type CLASS")
-print("  --fatal-widgets=CLASS make warning type CLASS an fatal")
-print("  --not-fatal-widgets=CLASS make warning type CLASS not an fatal")
+print("  --fatal-widgets=CLASS make warning type CLASS a fatal")
+print("  --not-fatal-widgets=CLASS make warning type CLASS not a fatal")
 print("")
 print("  --enable-specific=TYPE.CLASSenable warning/fatal type TYPE 
for widget")
 print("  class CLASS")
 print("  --disable-specific=TYPE.CLASS   disable warning/fatal type TYPE 
for widget")
 print("  class CLASS")
-print("  --fatal-specific=TYPE.CLASS make warning type TYPE an fatal 
for widget")
+print("  --fatal-specific=TYPE.CLASS make warning type TYPE a fatal 
for widget")
 print("  class CLASS")
-print("  --not-fatal-specific=TYPE.CLASS make warning type TYPE not an 
fatal for widget")
+print("  --not-fatal-specific=TYPE.CLASS make warning type TYPE not a 
fatal for widget")
 print("  class CLASS")
 print("")
 print("  --disable-orphan-labels only warn about orphan labels 
when there are")
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-04-03 Thread Andrea Gelmini (via logerrit)
 sw/source/filter/ww8/docxattributeoutput.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ece54dd6a496fd7931a966eee272172025d2
Author: Andrea Gelmini 
AuthorDate: Wed Apr 3 21:46:14 2019 +
Commit: Julien Nabet 
CommitDate: Thu Apr 4 07:51:23 2019 +0200

Fix typo

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

diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index 663670e38c9c..91d80fed6091 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -528,7 +528,7 @@ static OString convertToOOXMLHoriOrient(sal_Int16 nOrient, 
bool bIsPosToggle)
 case text::HoriOrientation::RIGHT:
 return OString( bIsPosToggle ? "outside" : "right" );
 case text::HoriOrientation::CENTER:
-// fall-through indended
+// fall-through intended
 case text::HoriOrientation::FULL:
 default:
 return OString( "center" );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-04-03 Thread Andrea Gelmini (via logerrit)
 svtools/source/svrtf/parrtf.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ddd2491674ca34f9a0eb903a0385f658ed4d375c
Author: Andrea Gelmini 
AuthorDate: Wed Apr 3 17:14:31 2019 +
Commit: Julien Nabet 
CommitDate: Thu Apr 4 07:50:59 2019 +0200

Fix typo

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

diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx
index e3fae1a8c1c2..9f0a644fd2c8 100644
--- a/svtools/source/svrtf/parrtf.cxx
+++ b/svtools/source/svrtf/parrtf.cxx
@@ -426,7 +426,7 @@ void SvRTFParser::ScanText()
 OUString sSave( aToken );
 nNextCh = '\\';
 int nToken = GetNextToken_();
-DBG_ASSERT( RTF_U == nToken, "still not an 
UNI-Code character" );
+DBG_ASSERT( RTF_U == nToken, "still not a UNI-Code 
character" );
 // don't convert symbol chars
 aStrBuffer.append(static_cast< sal_Unicode 
>(nTokenValue));
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-ux-advise] [Bug 90401] Allow resetting or removing personal information (author, date/time) on comments and changes

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

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |tietze.he...@gmail.com
   |.freedesktop.org|
   Keywords|needsDevEval, needsUXEval   |

--- Comment #11 from Heiko Tietze  ---
Some ideas:
a) include comment metadata at Tools > Options > LibreOffice > Security (which
deletes all info)
b) Files > Properties > Apply user data (sounds weird)
c) dedicated function, for example, Edit > Comment > Delete User Data on
Comments

Recommendation is to do a) with code and provide c) per extension.

-- 
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 90401] Allow resetting or removing personal information (author, date/time) on comments and changes

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

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |tietze.he...@gmail.com
   |.freedesktop.org|
   Keywords|needsDevEval, needsUXEval   |

--- Comment #11 from Heiko Tietze  ---
Some ideas:
a) include comment metadata at Tools > Options > LibreOffice > Security (which
deletes all info)
b) Files > Properties > Apply user data (sounds weird)
c) dedicated function, for example, Edit > Comment > Delete User Data on
Comments

Recommendation is to do a) with code and provide c) per extension.

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

[Libreoffice-bugs] [Bug 95076] Single page not centered when in multiple-page view

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

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |tietze.he...@gmail.com
   |.freedesktop.org|
   Keywords|needsUXEval |

--- Comment #11 from Heiko Tietze  ---
So let's center the page if there is only one.

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

[Libreoffice-ux-advise] [Bug 95076] Single page not centered when in multiple-page view

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

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |tietze.he...@gmail.com
   |.freedesktop.org|
   Keywords|needsUXEval |

--- Comment #11 from Heiko Tietze  ---
So let's center the page if there is only one.

-- 
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-ux-advise] [Bug 87965] Make 'Search Results' dialog optional from Find & Replace dialog

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

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |tietze.he...@gmail.com
   |.freedesktop.org|
   Keywords|needsUXEval |easyHack, needsDevEval

--- Comment #8 from Heiko Tietze  ---
Let's add a checkbox "[ ] Don't show again" to the dialog and have a checkbox
"[x] Show summary of replaced cells" under Tools > Options > Calc > General >
Input Settings.

Nice easyhack.

-- 
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 87965] Make 'Search Results' dialog optional from Find & Replace dialog

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

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |tietze.he...@gmail.com
   |.freedesktop.org|
   Keywords|needsUXEval |easyHack, needsDevEval

--- Comment #8 from Heiko Tietze  ---
Let's add a checkbox "[ ] Don't show again" to the dialog and have a checkbox
"[x] Show summary of replaced cells" under Tools > Options > Calc > General >
Input Settings.

Nice easyhack.

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

[Libreoffice-bugs] [Bug 49033] Change case -> Sentence case doesn't honor selection; case of entire sentence changes (STR comment 20)

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

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 CC|libreoffice-ux-advise@lists |tietze.he...@gmail.com
   |.freedesktop.org|

--- Comment #55 from Heiko Tietze  ---
(In reply to Philip Rayment from comment #54)
> The cycling ALREADY changes text outside the selection.  That's the problem...

Seems we agree on the required change. Cycle case should work on the selection
and if there is none on the full sentence (as today). The consideration of
automatically selection or doing nothing was misleading and might confuse
users.

-- 
You are receiving this mail because:
You 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 49033] Change case -> Sentence case doesn't honor selection; case of entire sentence changes (STR comment 20)

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

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 CC|libreoffice-ux-advise@lists |tietze.he...@gmail.com
   |.freedesktop.org|

--- Comment #55 from Heiko Tietze  ---
(In reply to Philip Rayment from comment #54)
> The cycling ALREADY changes text outside the selection.  That's the problem...

Seems we agree on the required change. Cycle case should work on the selection
and if there is none on the full sentence (as today). The consideration of
automatically selection or doing nothing was misleading and might confuse
users.

-- 
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-ux-advise] [Bug 122891] Improve bookmarks

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

Heiko Tietze  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC|libreoffice-ux-advise@lists |tietze.he...@gmail.com
   |.freedesktop.org|
 Ever confirmed|0   |1
   Keywords|needsUXEval |easyHack, needsDevEval

--- Comment #4 from Heiko Tietze  ---
(In reply to Cor Nouws from comment #3)
> I appreciate that there are (at least) two different ways to work with
> bookmarks. WFM.

Two different was would also exist when the buttons Go to, Rename, and Delete
go into a context menu. That makes the dialog in fact a bit cleaner. 

Could be an easy hack.

-- 
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 122891] Improve bookmarks

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

Heiko Tietze  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC|libreoffice-ux-advise@lists |tietze.he...@gmail.com
   |.freedesktop.org|
 Ever confirmed|0   |1
   Keywords|needsUXEval |easyHack, needsDevEval

--- Comment #4 from Heiko Tietze  ---
(In reply to Cor Nouws from comment #3)
> I appreciate that there are (at least) two different ways to work with
> bookmarks. WFM.

Two different was would also exist when the buttons Go to, Rename, and Delete
go into a context menu. That makes the dialog in fact a bit cleaner. 

Could be an easy hack.

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

Re: GSoC Proposal - LibreOffice '19

2019-04-03 Thread Heiko Tietze
I miss the different types of QR, guess it comes from the library.

Regarding the workflow I wonder if an integration into the hyperlink dialog 
makes sense- and a similar workflow. Border (aka margins) around an image makes 
not much sense as the object itself has it. And I never heard about the error 
correction level so it might be an expert feature. If you do SVG please allow 
manipulation of the object, eg. color, background... (check also HCC2D).

Since actually no input is needed I would also think about a command to 
'Convert to QR code' without any further interaction. BZ Ticket for your work 
is tdf#62168, the QR code is not limited to Writer and should in particular 
also work in Draw.

Last but not least "try out different APIs" sounds like a hard showstopper to 
me if you don't find a suitable. We build and ship many libs, btw. and would do 
so here too I guess.

Great project anyway, it will advance LibreOffice a lot.

PS: We have this extension 
https://extensions.libreoffice.org/extensions/goqr-me-integration

On 04.04.19 04:31, shubham goyal (via Google Docs) wrote:
> shubham goyal  has shared a link to the following 
> document:
> GSoC Proposal - LibreOffice '19 
> 
> Open in Docs 
> 



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

[Libreoffice-bugs] [Bug 51096] Allow User to Select External Image Editing Tool

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

--- Comment #11 from Andy Goss  ---
The OS default for images on my openSUSE Leap 15 is to Gwenview, which is fine
for most casual purposes. But for significant work I use Gimp, and it would be
very helpful if there were a drop-down, similar to that provided by the OS
itself in its file manager, from which I could select the most suitable tool.

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

[Libreoffice-bugs] [Bug 123695] Change Layout Menu in Slides Bar to Be Graphical One

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

--- Comment #5 from Rizal Muttaqin  ---
(In reply to Roman Kuznetsov from comment #3)
> Rizal, may be just add layout-icons for all items in menu?

I don't think so, the layout-icon would be too small because it is too busy and
hard to see  for 16px*16px size.

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

[Libreoffice-ux-advise] [Bug 123695] Change Layout Menu in Slides Bar to Be Graphical One

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

--- Comment #5 from Rizal Muttaqin  ---
(In reply to Roman Kuznetsov from comment #3)
> Rizal, may be just add layout-icons for all items in menu?

I don't think so, the layout-icon would be too small because it is too busy and
hard to see  for 16px*16px size.

-- 
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 124539] New: poor resolution of PDF or SVG in the background

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

Bug ID: 124539
   Summary: poor resolution of PDF or SVG in the background
   Product: LibreOffice
   Version: 6.0.7.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: herr_osw...@gmx.de

Description:
This is a very vanilla scenario:
I need to place my business letter template (available in PDF or SVG) in the
background of my standard document layout. Ressolution of the pdf contents -
when exported or printed - mostly are poor.


Steps to Reproduce:
example files are here:
https://www.dropbox.com/sh/kxxfw6w0svou2rz/AADaEfwbKdnpRJSRn1MTrUsDa?dl=0

1. open doc_template.ott (example provided)
2. import image - choose a pdf or svg (example provided ("Briefpapier...")
3. right-click pdf/svg > properties > wrap > "through" & "in background"; 
4. save doc
5. open "invoice contents.odt", copy all contents, paste into doc_template.ott
as provided
6. save doc
7. zoom into footer of pdf
8. export doc to pdf

Actual Results:
poor resolution of pdf/svg import at preview, print and pdf export

Expected Results:
high resolution of pdf/svg import at preview, print and pdf export


Reproducible: Always


User Profile Reset: No



Additional Info:
Shift to bad quality often happens after saving the file to HDD.

Version: 6.0.7.3
Build ID: 1:6.0.7-0ubuntu0.18.04.2
CPU threads: 8; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: de-DE (de_DE.UTF-8); Calc: group

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

[Libreoffice-bugs] [Bug 41645] Conditional FORMATTING pivot table disappears on refresh

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 78472] EDITING: Can not get visible selection button in freeze column with data validation while horizontal sheet scrolling

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 116676] Function insertTextPortion() of XTextPortionAppend Interface doesn't work

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 77643] PRINTING: Highlighting not printed when commented text contains a line break (Linux, Mac)

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 101396] VIEWING Font color changes when auto spellcheck is enabled and text is underlined due to spelling error (steps in comment 7)

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 91519] Jump of document canvas view to the top of the comment disrupts editing of long comments

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 116731] Unicode pictographs are no longer shown

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 116605] Impress slide transition can not be canceled/skipped

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 72308] FORMATTING: Better way of .doc to .html conerversion with centering

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 115754] FORMATTING: Updating styles doesn't update table styles

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

GSoC Proposal - LibreOffice '19

2019-04-03 Thread shubham goyal (via Google Docs)

I've shared an item with you:

GSoC Proposal - LibreOffice '19
https://docs.google.com/document/d/1QoJ3sJxOEjfMDS6iv2nu6vW9tlSq6TRbqIj4hMnhBSQ/edit?usp=sharing=5ca56c98

It's not an attachment -- it's stored online. To open this item, just click  
the link above.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-bugs] [Bug 124538] New: The wizard dialog windows are not resizable

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

Bug ID: 124538
   Summary: The wizard dialog windows are not resizable
   Product: LibreOffice
   Version: 6.0.7.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: wrtechnop...@gmail.com

Description:
Using Base and its wizards I've experienced problems proceeding thru the
screens because one of the panes doesn't resize properly. I can't resize the
working wizard window in Windows or Ubuntu.

Steps to Reproduce:
1.Open a database
2.Open a wizard
3.Please let the dialog boxes be sizable.

Actual Results:
I could not change the size of the wizard window

Expected Results:
Any interactive window/box should be resizable


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.0.7.3
Build ID: 1:6.0.7-0ubuntu0.18.04.2
CPU threads: 2; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); Calc: group

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

[Libreoffice-bugs] [Bug 123973] Master objects in a LO Draw document export with TIFF but not PNG or GIF

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

--- Comment #4 from Regis Perdreau  ---
Created attachment 150519
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150519=edit
backtrace

Backtrace in version Version: 6.3.0.0.alpha0+
Crash when export

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

[Libreoffice-bugs] [Bug 118313] FILESAVE Error when saving odg containing curve

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

--- Comment #11 from Regis Perdreau  ---
Can't reproduce in ;

Version: 6.3.0.0.alpha0+
Build ID: 413461e3cf3a4b32a17419f67f879a8975c43987
Threads CPU : 4; OS : Linux 4.15; UI Render : par défaut; VCL: gtk3; 
Locale : fr-FR (fr_FR.UTF-8); Langue IHM : fr-FR

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

[Libreoffice-bugs] [Bug 123380] LibreOfficeKit: Does not load and convert the attached document

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

Regis Perdreau  changed:

   What|Removed |Added

Version|6.0.7.3 release |6.3.0.0.alpha0+ Master
  Component|Printing and PDF export |LibreOffice

--- Comment #2 from Regis Perdreau  ---
Set to new because of the lack of import speed .

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

[Libreoffice-bugs] [Bug 124155] UI glitches in tunneled dialog - paragraph style > area > gradient, widgets overlap

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

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

https://git.libreoffice.org/core/+/9956cf0692058414ef3efdb0e8058fbb0b39f6bc%5E%21

tdf#124155 fix slider to not go beyond rect bounds

It will be available in 6.3.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: include/vcl vcl/source

2019-04-03 Thread Tomaž Vajngerl (via logerrit)
 include/vcl/slider.hxx|1 
 vcl/source/control/slider.cxx |   55 --
 2 files changed, 44 insertions(+), 12 deletions(-)

New commits:
commit 9956cf0692058414ef3efdb0e8058fbb0b39f6bc
Author: Tomaž Vajngerl 
AuthorDate: Wed Apr 3 22:11:41 2019 +0900
Commit: Tomaž Vajngerl 
CommitDate: Thu Apr 4 02:40:36 2019 +0200

tdf#124155 fix slider to not go beyond rect bounds

We need to ask the NWF for the size of the thumb and not just use
the hard-coded value.

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

diff --git a/include/vcl/slider.hxx b/include/vcl/slider.hxx
index 6549b4c0ac54..36247d52381a 100644
--- a/include/vcl/slider.hxx
+++ b/include/vcl/slider.hxx
@@ -36,6 +36,7 @@ private:
 longmnThumbPixOffset;
 longmnThumbPixRange;
 longmnThumbPixPos;
+longmnThumbSize;
 longmnChannelPixOffset;
 longmnChannelPixRange;
 longmnChannelPixTop;
diff --git a/vcl/source/control/slider.cxx b/vcl/source/control/slider.cxx
index c9288aacf566..e2b7a2baa26c 100644
--- a/vcl/source/control/slider.cxx
+++ b/vcl/source/control/slider.cxx
@@ -29,7 +29,6 @@
 #define SLIDER_STATE_THUMB_DOWN (sal_uInt16(0x0004))
 
 #define SLIDER_THUMB_SIZE   9
-#define SLIDER_THUMB_HALFSIZE   4
 #define SLIDER_CHANNEL_OFFSET   0
 #define SLIDER_CHANNEL_SIZE 4
 #define SLIDER_CHANNEL_HALFSIZE 2
@@ -43,6 +42,7 @@ void Slider::ImplInit( vcl::Window* pParent, WinBits nStyle )
 mnThumbPixOffset= 0;
 mnThumbPixRange = 0;
 mnThumbPixPos   = 0;// between mnThumbPixOffset and 
mnThumbPixOffset+mnThumbPixRange
+mnThumbSize = SLIDER_THUMB_SIZE;
 mnChannelPixOffset  = 0;
 mnChannelPixRange   = 0;
 mnChannelPixTop = 0;
@@ -115,8 +115,8 @@ void Slider::ImplUpdateRects( bool bUpdate )
 {
 if ( GetStyle() & WB_HORZ )
 {
-maThumbRect.SetLeft( mnThumbPixPos-SLIDER_THUMB_HALFSIZE );
-maThumbRect.SetRight( maThumbRect.Left()+SLIDER_THUMB_SIZE-1 );
+maThumbRect.SetLeft(mnThumbPixPos - (mnThumbSize / 2));
+maThumbRect.SetRight(maThumbRect.Left() + mnThumbSize - 1);
 if ( mnChannelPixOffset < maThumbRect.Left() )
 {
 maChannel1Rect.SetLeft( mnChannelPixOffset );
@@ -136,7 +136,7 @@ void Slider::ImplUpdateRects( bool bUpdate )
 else
 maChannel2Rect.SetEmpty();
 
-const tools::Rectangle aControlRegion( tools::Rectangle( 
Point(0,0), Size( SLIDER_THUMB_SIZE, 10 ) ) );
+const tools::Rectangle aControlRegion(tools::Rectangle(Point(), 
Size(mnThumbSize, 10)));
 tools::Rectangle aThumbBounds, aThumbContent;
 if ( GetNativeControlRegion( ControlType::Slider, 
ControlPart::ThumbHorz,
  aControlRegion, ControlState::NONE, 
ImplControlValue(),
@@ -149,8 +149,8 @@ void Slider::ImplUpdateRects( bool bUpdate )
 }
 else
 {
-maThumbRect.SetTop( mnThumbPixPos-SLIDER_THUMB_HALFSIZE );
-maThumbRect.SetBottom( maThumbRect.Top()+SLIDER_THUMB_SIZE-1 );
+maThumbRect.SetTop( mnThumbPixPos - (mnThumbSize / 2));
+maThumbRect.SetBottom( maThumbRect.Top() + mnThumbSize - 1);
 if ( mnChannelPixOffset < maThumbRect.Top() )
 {
 maChannel1Rect.SetTop( mnChannelPixOffset );
@@ -170,7 +170,7 @@ void Slider::ImplUpdateRects( bool bUpdate )
 else
 maChannel2Rect.SetEmpty();
 
-const tools::Rectangle aControlRegion( tools::Rectangle( 
Point(0,0), Size( 10, SLIDER_THUMB_SIZE ) ) );
+const tools::Rectangle aControlRegion(tools::Rectangle(Point(), 
Size(10, mnThumbSize)));
 tools::Rectangle aThumbBounds, aThumbContent;
 if ( GetNativeControlRegion( ControlType::Slider, 
ControlPart::ThumbVert,
  aControlRegion, ControlState::NONE, 
ImplControlValue(),
@@ -247,8 +247,39 @@ void Slider::ImplCalc( bool bUpdate )
 {
 bool bInvalidateAll = false;
 
-if ( mbCalcSize )
+if (mbCalcSize)
 {
+if (GetStyle() & WB_HORZ)
+{
+const tools::Rectangle aControlRegion(tools::Rectangle(Point(), 
Size(SLIDER_THUMB_SIZE, 10)));
+tools::Rectangle aThumbBounds, aThumbContent;
+if (GetNativeControlRegion(ControlType::Slider, 
ControlPart::ThumbHorz,
+   aControlRegion, ControlState::NONE, 
ImplControlValue(),
+   aThumbBounds, aThumbContent))
+{
+mnThumbSize = aThumbBounds.GetWidth();
+}
+else
+{
+ 

[Libreoffice-bugs] [Bug 123380] LibreOfficeKit: Does not load and convert the attached document

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

Regis Perdreau  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Regis Perdreau  ---
Confirmed with load by hand in Libreoffice.
Import of a .doc file is a lot slower than in 6.0.7.3 version.
No macros imported.


Version: 6.3.0.0.alpha0+
Build ID: 413461e3cf3a4b32a17419f67f879a8975c43987
Threads CPU : 4; OS : Linux 4.15; UI Render : par défaut; VCL: gtk3; 
Locale : fr-FR (fr_FR.UTF-8); Langue IHM : fr-FR
Calc: threaded


the import progress bar seems to go slower and slower and will reach the end
after  5 minutes around althought the UI stays responsive, you can open another
file.


Unconfirmed with version Version: 6.0.7.3
Build ID: 1:6.0.7-0ubuntu0.18.04.2
Threads CPU : 4; OS : Linux 4.15; UI Render : par défaut; VCL: x11; 
Locale : fr-FR (fr_FR.UTF-8); Calc: group
load in less then 20 secondes...

no macro in macro editor.

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

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - configure.ac download.lst external/python3

2019-04-03 Thread Michael Stahl (via logerrit)
 configure.ac|2 
 download.lst|4 -
 external/python3/UnpackedTarball_python3.mk |1 
 external/python3/python-3.5.7-c99.patch.1   |   62 
 4 files changed, 66 insertions(+), 3 deletions(-)

New commits:
commit a072b91c03f7e24cc5fe99e4b7462d37ef8d703b
Author: Michael Stahl 
AuthorDate: Wed Apr 3 11:03:17 2019 +0200
Commit: Thorsten Behrens 
CommitDate: Thu Apr 4 01:26:49 2019 +0200

python3: upgrade to release 3.5.7

Fixes CVE-2019-9636 CVE-2019-5010 CVE-2018-14647

Change-Id: If0a115960aed1ee90b63e6716c844669f0ec91e5
Reviewed-on: https://gerrit.libreoffice.org/70182
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit 3c7354a85a9bd47a2676aadaad2f6622fe2d959c)
Reviewed-on: https://gerrit.libreoffice.org/70194
Reviewed-by: Thorsten Behrens 

diff --git a/configure.ac b/configure.ac
index f895e3ba1177..1f4b41603e93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8289,7 +8289,7 @@ internal)
 SYSTEM_PYTHON=
 PYTHON_VERSION_MAJOR=3
 PYTHON_VERSION_MINOR=5
-PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.6
+PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.7
 if ! grep -q -i python.*${PYTHON_VERSION} ${SRC_ROOT}/download.lst; then
 AC_MSG_ERROR([PYTHON_VERSION ${PYTHON_VERSION} but no matching file in 
download.lst])
 fi
diff --git a/download.lst b/download.lst
index d1c494eddecf..4149c8fea800 100644
--- a/download.lst
+++ b/download.lst
@@ -210,8 +210,8 @@ export POPPLER_SHA256SUM := 
92e09fd3302567fd36146b36bb707db43ce436e8841219025a82
 export POPPLER_TARBALL := poppler-0.74.0.tar.xz
 export POSTGRESQL_SHA256SUM := 
db61d498105a7d5fe46185e67ac830c878cdd7dc1f82a87f06b842217924c461
 export POSTGRESQL_TARBALL := 
c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2
-export PYTHON_SHA256SUM := 
f55cde04f521f273c7cba08912921cc5642cfc15ca7b22d5829f0aff4371155f
-export PYTHON_TARBALL := Python-3.5.6.tar.xz
+export PYTHON_SHA256SUM := 
285892899bf4d5737fd08482aa6171c6b2564a45b9102dfacfb72826aebdc7dc
+export PYTHON_TARBALL := Python-3.5.7.tar.xz
 export QXP_SHA256SUM := 
8c257f6184ff94aefa7c9fa1cfae82083d55a49247266905c71c53e013f95c73
 export QXP_TARBALL := libqxp-0.0.1.tar.xz
 export RAPTOR_SHA256SUM := 
ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed
diff --git a/external/python3/UnpackedTarball_python3.mk 
b/external/python3/UnpackedTarball_python3.mk
index ec1bdabe4fdd..66a82955e440 100644
--- a/external/python3/UnpackedTarball_python3.mk
+++ b/external/python3/UnpackedTarball_python3.mk
@@ -27,6 +27,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,python3,\
external/python3/ubsan.patch.0 \
external/python3/python-3.5.tweak.strip.soabi.patch \

external/python3/0001-3.6-bpo-17239-Disable-external-entities-in-SAX-parse.patch.1
 \
+   external/python3/python-3.5.7-c99.patch.1 \
 ))
 
 ifneq ($(filter DRAGONFLY FREEBSD LINUX NETBSD OPENBSD SOLARIS,$(OS)),)
diff --git a/external/python3/python-3.5.7-c99.patch.1 
b/external/python3/python-3.5.7-c99.patch.1
new file mode 100644
index ..558166d9953f
--- /dev/null
+++ b/external/python3/python-3.5.7-c99.patch.1
@@ -0,0 +1,62 @@
+remove C99 which isn't suppored by all compilers yet
+
+--- python3/Modules/_pickle.c.orig 2019-04-03 16:34:01.380124314 +0200
 python3/Modules/_pickle.c  2019-04-03 16:35:18.579005171 +0200
+@@ -674,9 +674,12 @@
+ PyErr_NoMemory();
+ return NULL;
+ }
+-for (size_t i = 0; i < self->mt_allocated; i++) {
++{
++size_t i;
++for (i = 0; i < self->mt_allocated; i++) {
+ Py_XINCREF(self->mt_table[i].me_key);
+ }
++}
+ memcpy(new->mt_table, self->mt_table,
+sizeof(PyMemoEntry) * self->mt_allocated);
+ 
+@@ -4204,7 +4207,9 @@
+ return NULL;
+ 
+ memo = self->pickler->memo;
+-for (size_t i = 0; i < memo->mt_allocated; ++i) {
++{
++size_t i;
++for (i = 0; i < memo->mt_allocated; ++i) {
+ PyMemoEntry entry = memo->mt_table[i];
+ if (entry.me_key != NULL) {
+ int status;
+@@ -4225,6 +4230,7 @@
+ goto error;
+ }
+ }
++}
+ return new_memo;
+ 
+   error:
+@@ -6791,10 +6797,13 @@
+ if (new_memo == NULL)
+ return -1;
+ 
+-for (size_t i = 0; i < new_memo_size; i++) {
++{
++size_t i;
++for (i = 0; i < new_memo_size; i++) {
+ Py_XINCREF(unpickler->memo[i]);
+ new_memo[i] = unpickler->memo[i];
+ }
++}
+ }
+ else if (PyDict_Check(obj)) {
+ Py_ssize_t i = 0;
+@@ -6839,7 +6848,8 @@
+ 
+   error:
+ if (new_memo_size) {
+-for (size_t i = new_memo_size - 1; i != SIZE_MAX; i--) {
++size_t i;
++for (i = new_memo_size - 1; i != SIZE_MAX; i--) {
+ Py_XDECREF(new_memo[i]);

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - configure.ac download.lst external/python3

2019-04-03 Thread Michael Stahl (via logerrit)
 configure.ac|2 
 download.lst|4 -
 external/python3/UnpackedTarball_python3.mk |1 
 external/python3/python-3.5.7-c99.patch.1   |   62 
 4 files changed, 66 insertions(+), 3 deletions(-)

New commits:
commit 746a749a675859107bf959c0fce128f3b13188d8
Author: Michael Stahl 
AuthorDate: Wed Apr 3 11:03:17 2019 +0200
Commit: Thorsten Behrens 
CommitDate: Thu Apr 4 01:26:39 2019 +0200

python3: upgrade to release 3.5.7

Fixes CVE-2019-9636 CVE-2019-5010 CVE-2018-14647

Change-Id: If0a115960aed1ee90b63e6716c844669f0ec91e5
Reviewed-on: https://gerrit.libreoffice.org/70182
Tested-by: Jenkins
Reviewed-by: Michael Stahl 
(cherry picked from commit 3c7354a85a9bd47a2676aadaad2f6622fe2d959c)
Reviewed-on: https://gerrit.libreoffice.org/70192
Reviewed-by: Thorsten Behrens 

diff --git a/configure.ac b/configure.ac
index d838448054be..3b29f5a56e36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8443,7 +8443,7 @@ internal)
 SYSTEM_PYTHON=
 PYTHON_VERSION_MAJOR=3
 PYTHON_VERSION_MINOR=5
-PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.6
+PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.7
 if ! grep -q -i python.*${PYTHON_VERSION} ${SRC_ROOT}/download.lst; then
 AC_MSG_ERROR([PYTHON_VERSION ${PYTHON_VERSION} but no matching file in 
download.lst])
 fi
diff --git a/download.lst b/download.lst
index bc6adeabc8c5..877497006626 100644
--- a/download.lst
+++ b/download.lst
@@ -210,8 +210,8 @@ export POPPLER_SHA256SUM := 
92e09fd3302567fd36146b36bb707db43ce436e8841219025a82
 export POPPLER_TARBALL := poppler-0.74.0.tar.xz
 export POSTGRESQL_SHA256SUM := 
a754c02f7051c2f21e52f8669a421b50485afcde9a581674d6106326b189d126
 export POSTGRESQL_TARBALL := postgresql-9.2.24.tar.bz2
-export PYTHON_SHA256SUM := 
f55cde04f521f273c7cba08912921cc5642cfc15ca7b22d5829f0aff4371155f
-export PYTHON_TARBALL := Python-3.5.6.tar.xz
+export PYTHON_SHA256SUM := 
285892899bf4d5737fd08482aa6171c6b2564a45b9102dfacfb72826aebdc7dc
+export PYTHON_TARBALL := Python-3.5.7.tar.xz
 export QXP_SHA256SUM := 
e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c
 export QXP_TARBALL := libqxp-0.0.2.tar.xz
 export RAPTOR_SHA256SUM := 
ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed
diff --git a/external/python3/UnpackedTarball_python3.mk 
b/external/python3/UnpackedTarball_python3.mk
index ec1bdabe4fdd..66a82955e440 100644
--- a/external/python3/UnpackedTarball_python3.mk
+++ b/external/python3/UnpackedTarball_python3.mk
@@ -27,6 +27,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,python3,\
external/python3/ubsan.patch.0 \
external/python3/python-3.5.tweak.strip.soabi.patch \

external/python3/0001-3.6-bpo-17239-Disable-external-entities-in-SAX-parse.patch.1
 \
+   external/python3/python-3.5.7-c99.patch.1 \
 ))
 
 ifneq ($(filter DRAGONFLY FREEBSD LINUX NETBSD OPENBSD SOLARIS,$(OS)),)
diff --git a/external/python3/python-3.5.7-c99.patch.1 
b/external/python3/python-3.5.7-c99.patch.1
new file mode 100644
index ..558166d9953f
--- /dev/null
+++ b/external/python3/python-3.5.7-c99.patch.1
@@ -0,0 +1,62 @@
+remove C99 which isn't suppored by all compilers yet
+
+--- python3/Modules/_pickle.c.orig 2019-04-03 16:34:01.380124314 +0200
 python3/Modules/_pickle.c  2019-04-03 16:35:18.579005171 +0200
+@@ -674,9 +674,12 @@
+ PyErr_NoMemory();
+ return NULL;
+ }
+-for (size_t i = 0; i < self->mt_allocated; i++) {
++{
++size_t i;
++for (i = 0; i < self->mt_allocated; i++) {
+ Py_XINCREF(self->mt_table[i].me_key);
+ }
++}
+ memcpy(new->mt_table, self->mt_table,
+sizeof(PyMemoEntry) * self->mt_allocated);
+ 
+@@ -4204,7 +4207,9 @@
+ return NULL;
+ 
+ memo = self->pickler->memo;
+-for (size_t i = 0; i < memo->mt_allocated; ++i) {
++{
++size_t i;
++for (i = 0; i < memo->mt_allocated; ++i) {
+ PyMemoEntry entry = memo->mt_table[i];
+ if (entry.me_key != NULL) {
+ int status;
+@@ -4225,6 +4230,7 @@
+ goto error;
+ }
+ }
++}
+ return new_memo;
+ 
+   error:
+@@ -6791,10 +6797,13 @@
+ if (new_memo == NULL)
+ return -1;
+ 
+-for (size_t i = 0; i < new_memo_size; i++) {
++{
++size_t i;
++for (i = 0; i < new_memo_size; i++) {
+ Py_XINCREF(unpickler->memo[i]);
+ new_memo[i] = unpickler->memo[i];
+ }
++}
+ }
+ else if (PyDict_Check(obj)) {
+ Py_ssize_t i = 0;
+@@ -6839,7 +6848,8 @@
+ 
+   error:
+ if (new_memo_size) {
+-for (size_t i = new_memo_size - 1; i != SIZE_MAX; i--) {
++size_t i;
++for (i = new_memo_size - 1; i != SIZE_MAX; i--) {
+ Py_XDECREF(new_memo[i]);
+ }
+ 

[Libreoffice-bugs] [Bug 124537] Editing password-protected XLS created multiple empty files in backup directory

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

--- Comment #3 from Mike Kaganski  ---
The problem seems to be in ZipPackage::setPropertyValue, where it expects
"PackageSHA256UTF8EncryptionKey" or "PackageSHA1UTF8EncryptionKey", but
actually gets "OOXPassword" (for XLSX) or "STD97EncryptionKey"/"STD97UniqueID"
pair (for XLS).

The debug output lists these lines for each attempt:

> warn:sfx.doc:16096:17588:sfx2/source/doc/docfile.cxx:881: It must be possible 
> to set a common password for the storage
> warn:sfx.doc:16096:17588:sfx2/source/doc/objstor.cxx:1378: Setting of common 
> encryption key failed!

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

[Libreoffice-bugs] [Bug 115967] Distorted formulas on printing to PDF or exporting to PDF for RTL text

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

Khaled Hosny (inactive)  changed:

   What|Removed |Added

 CC||t...@libreoffice.org
   Priority|medium  |high

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

[Libreoffice-bugs] [Bug 103378] [META] PDF export bugs and enhancements

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

Bug 124494 Summary: Formulas & Images distorted when exported to rtl Writer 
Document to PDF
https://bugs.documentfoundation.org/show_bug.cgi?id=124494

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 43808] [META] Right-To-Left (aka Complex Text Layout) language issues (RTL/CTL)

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

Bug 124494 Summary: Formulas & Images distorted when exported to rtl Writer 
Document to PDF
https://bugs.documentfoundation.org/show_bug.cgi?id=124494

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 124494] Formulas & Images distorted when exported to rtl Writer Document to PDF

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

Khaled Hosny (inactive)  changed:

   What|Removed |Added

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

--- Comment #3 from Khaled Hosny (inactive)  ---


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

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

[Libreoffice-bugs] [Bug 115967] Distorted formulas on printing to PDF or exporting to PDF for RTL text

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

--- Comment #8 from Khaled Hosny (inactive)  ---
*** Bug 124494 has been marked as a duplicate of this bug. ***

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

[Libreoffice-commits] core.git: Branch 'refs/tags/cd-6.0-28' - Repository.mk

2019-04-03 Thread Andras Timar (via logerrit)
Rebased ref, commits from common ancestor:
commit 74181e6b89e16eeaec9f48024775c10835c36f1b
Author: Andras Timar 
AuthorDate: Wed Apr 3 20:47:25 2019 +
Commit: Andras Timar 
CommitDate: Wed Apr 3 23:00:46 2019 +0200

Fix MPLv2 subset packaging

Change-Id: I08dc751589375102b5772e61bbe267f8c26c2fd2
Reviewed-on: https://gerrit.libreoffice.org/70221
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 

diff --git a/Repository.mk b/Repository.mk
index 1cdbb6cb3ea2..ca4b1031131c 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -966,11 +966,11 @@ $(eval $(call 
gb_Helper_register_packages_for_install,ooo_fonts,\
fonts_amiri \
fonts_caladea \
fonts_carlito \
-   fonts_culmus \
+   $(if $(MPL_SUBSET),,fonts_culmus) \
fonts_dejavu \
fonts_emojione_color \
fonts_gentium \
-   fonts_kacst \
+   $(if $(MPL_SUBSET),,fonts_kacst) \
fonts_liberation \
fonts_liberation_narrow \
fonts_libertineg \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/tags/cd-6.0-28'

2019-04-03 Thread Andras Timar (via logerrit)
Tag 'cd-6.0-28' created by Andras Timar  at 
2019-04-03 21:09 +

cd-6.0-28

Changes since co-6.0-27-96:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 123849] Opening time is crossing 5 Second which should not be more than 2.5 Seconds after a double click and file Compatibility of other users are compromised

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

--- Comment #1 from mulla.tasa...@gmail.com ---
Thank you for reporting the bug.

I can not reproduce the bug in

Version: 6.2.1.2 (x64)
Build ID: 7bcb35dc3024a62dea0caee87020152d1ee96e71
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL


Version: 6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

I have used Microsoft Office 2016
1.I have opened files created using Microsoft office in LibreOffice(opening
time- 2 to 3 Seconds)
2.Also I have opened files created using LibreOffice in Microsoft Office
(opening time- 2 to 3 Seconds)

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

[Libreoffice-bugs] [Bug 96007] Sidebar items in section Slide Transition are too wide in RU-locale

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

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

   What|Removed |Added

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

--- Comment #7 from Roman Kuznetsov <79045_79...@mail.ru> ---
After these commits

https://git.libreoffice.org/core/+/d0c73ce13c02c37fcc094ac6612d6a8eee2a4026%5E%21
https://git.libreoffice.org/core/+/a58391b1f61db702a5246c5a33717cbba68c5252%5E%21

and fixing of the bug 124255

I can make Sidebar a little wider and now in 6.3 I see full controls in RU
locale

I think we can close this bug as WFM now

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

[Libreoffice-bugs] [Bug 123457] Using multiple words in quotes (e.g. "user data") in Search Term of Help window's Find tab causes LibreOffice to crash (Not Responding msg)

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

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Buovjaga  ---
Thank you for the report.

The old help system has been removed. 6.2 ships with offline web help. I will
close this.

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

[Libreoffice-bugs] [Bug 103444] [META] Slide transition deck/tab of the sidebar

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

Bug 96007 Summary: Sidebar items in section Slide Transition are too wide in 
RU-locale
https://bugs.documentfoundation.org/show_bug.cgi?id=96007

   What|Removed |Added

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

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

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - Repository.mk

2019-04-03 Thread Andras Timar (via logerrit)
 Repository.mk |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 74181e6b89e16eeaec9f48024775c10835c36f1b
Author: Andras Timar 
AuthorDate: Wed Apr 3 20:47:25 2019 +
Commit: Andras Timar 
CommitDate: Wed Apr 3 23:00:46 2019 +0200

Fix MPLv2 subset packaging

Change-Id: I08dc751589375102b5772e61bbe267f8c26c2fd2
Reviewed-on: https://gerrit.libreoffice.org/70221
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 

diff --git a/Repository.mk b/Repository.mk
index 1cdbb6cb3ea2..ca4b1031131c 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -966,11 +966,11 @@ $(eval $(call 
gb_Helper_register_packages_for_install,ooo_fonts,\
fonts_amiri \
fonts_caladea \
fonts_carlito \
-   fonts_culmus \
+   $(if $(MPL_SUBSET),,fonts_culmus) \
fonts_dejavu \
fonts_emojione_color \
fonts_gentium \
-   fonts_kacst \
+   $(if $(MPL_SUBSET),,fonts_kacst) \
fonts_liberation \
fonts_liberation_narrow \
fonts_libertineg \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124537] Editing password-protected XLS created multiple empty files in backup directory

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

--- Comment #2 from Mike Kaganski  ---
... and with XLSX. Looks like common problem for all (?) foreign formats.

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

[Libreoffice-bugs] [Bug 124537] Editing password-protected XLS created multiple empty files in backup directory

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

--- Comment #1 from Mike Kaganski  ---
Just tested to also affect DOC format.

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

[Libreoffice-bugs] [Bug 124537] Editing password-protected XLS created multiple empty files in backup directory

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

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

   What|Removed |Added

Version|6.2.2.2 release |4.3.0.4 release

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

[Libreoffice-bugs] [Bug 77999] [META] Autosave/Autorecovery/Backup copy issues

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

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

   What|Removed |Added

 Depends on||124537


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124537
[Bug 124537] Editing password-protected XLS created multiple empty files in
backup directory
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 108914] [META] Password protected file bugs and enhancements

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

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

   What|Removed |Added

 Depends on||124537


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124537
[Bug 124537] Editing password-protected XLS created multiple empty files in
backup directory
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 109072] [META] XLS (binary) format bug tracker

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

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

   What|Removed |Added

 Depends on||124537


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124537
[Bug 124537] Editing password-protected XLS created multiple empty files in
backup directory
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124537] Editing password-protected XLS created multiple empty files in backup directory

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

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

   What|Removed |Added

   Keywords||bibisectRequest
 Blocks||77999, 109072, 108914


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=77999
[Bug 77999] [META] Autosave/Autorecovery/Backup copy issues
https://bugs.documentfoundation.org/show_bug.cgi?id=108914
[Bug 108914] [META] Password protected file bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=109072
[Bug 109072] [META] XLS (binary) format bug tracker
-- 
You are receiving this mail because:
You 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 'refs/notes/commits' - 2c/3060ef81994a68dd930f0e2a718bd658cb866b

2019-04-03 Thread Caolán McNamara (via logerrit)
 2c/3060ef81994a68dd930f0e2a718bd658cb866b |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0659a031639a44dfef94ea02408773e0c001eb4a
Author: Caolán McNamara 
AuthorDate: Wed Apr 3 21:42:09 2019 +0100
Commit: Caolán McNamara 
CommitDate: Wed Apr 3 21:42:09 2019 +0100

Notes added by 'git notes add'

diff --git a/2c/3060ef81994a68dd930f0e2a718bd658cb866b 
b/2c/3060ef81994a68dd930f0e2a718bd658cb866b
new file mode 100644
index ..8e5c182e7789
--- /dev/null
+++ b/2c/3060ef81994a68dd930f0e2a718bd658cb866b
@@ -0,0 +1 @@
+ignore: aoo
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 00/0b773ed335eba0c99feddb037140d761e393ca e6/65db4362b177a38f07a8392ebbb8f99ef6b6e9

2019-04-03 Thread Caolán McNamara (via logerrit)
 00/0b773ed335eba0c99feddb037140d761e393ca |1 +
 e6/65db4362b177a38f07a8392ebbb8f99ef6b6e9 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit b6ed7acf5273335cefc5d441a9381194abccedcf
Author: Caolán McNamara 
AuthorDate: Wed Apr 3 21:41:39 2019 +0100
Commit: Caolán McNamara 
CommitDate: Wed Apr 3 21:41:39 2019 +0100

Notes added by 'git notes add'

diff --git a/e6/65db4362b177a38f07a8392ebbb8f99ef6b6e9 
b/e6/65db4362b177a38f07a8392ebbb8f99ef6b6e9
new file mode 100644
index ..8e5c182e7789
--- /dev/null
+++ b/e6/65db4362b177a38f07a8392ebbb8f99ef6b6e9
@@ -0,0 +1 @@
+ignore: aoo
commit 2e9f39d32fe8d3edcbcaf6984f078474cab2239a
Author: Caolán McNamara 
AuthorDate: Wed Apr 3 21:41:23 2019 +0100
Commit: Caolán McNamara 
CommitDate: Wed Apr 3 21:41:23 2019 +0100

Notes added by 'git notes add'

diff --git a/00/0b773ed335eba0c99feddb037140d761e393ca 
b/00/0b773ed335eba0c99feddb037140d761e393ca
new file mode 100644
index ..de6c5fe0075b
--- /dev/null
+++ b/00/0b773ed335eba0c99feddb037140d761e393ca
@@ -0,0 +1 @@
+prefer: 00657aef09d854c74fb426a935a3e8b1fc390bb0
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - b8/156901b37e5195aae92b1d6d6c1ec8c7439030

2019-04-03 Thread Caolán McNamara (via logerrit)
 b8/156901b37e5195aae92b1d6d6c1ec8c7439030 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7b51e3a8a8c85e8be28c3cdf3c2b94d3ff17d23d
Author: Caolán McNamara 
AuthorDate: Wed Apr 3 21:40:18 2019 +0100
Commit: Caolán McNamara 
CommitDate: Wed Apr 3 21:40:18 2019 +0100

Notes added by 'git notes add'

diff --git a/b8/156901b37e5195aae92b1d6d6c1ec8c7439030 
b/b8/156901b37e5195aae92b1d6d6c1ec8c7439030
new file mode 100644
index ..8e5c182e7789
--- /dev/null
+++ b/b8/156901b37e5195aae92b1d6d6c1ec8c7439030
@@ -0,0 +1 @@
+ignore: aoo
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7e/e993e3efb0a22564c5fc568dce226973a94ee7

2019-04-03 Thread Caolán McNamara (via logerrit)
 7e/e993e3efb0a22564c5fc568dce226973a94ee7 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 85b4f9b02b1b5b624689e96347809dd1ae3c00b2
Author: Caolán McNamara 
AuthorDate: Wed Apr 3 21:40:42 2019 +0100
Commit: Caolán McNamara 
CommitDate: Wed Apr 3 21:40:42 2019 +0100

Notes added by 'git notes add'

diff --git a/7e/e993e3efb0a22564c5fc568dce226973a94ee7 
b/7e/e993e3efb0a22564c5fc568dce226973a94ee7
new file mode 100644
index ..8e5c182e7789
--- /dev/null
+++ b/7e/e993e3efb0a22564c5fc568dce226973a94ee7
@@ -0,0 +1 @@
+ignore: aoo
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 1f/85832d76fef4195ae681df31690c409149d514 77/bb2e2c6b2eeacf6bd2cabf4500094fe6125bc9

2019-04-03 Thread Caolán McNamara (via logerrit)
 1f/85832d76fef4195ae681df31690c409149d514 |1 +
 77/bb2e2c6b2eeacf6bd2cabf4500094fe6125bc9 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 26c37064406e32fad71e5bfd2b8273078a6138a9
Author: Caolán McNamara 
AuthorDate: Wed Apr 3 21:40:03 2019 +0100
Commit: Caolán McNamara 
CommitDate: Wed Apr 3 21:40:03 2019 +0100

Notes added by 'git notes add'

diff --git a/77/bb2e2c6b2eeacf6bd2cabf4500094fe6125bc9 
b/77/bb2e2c6b2eeacf6bd2cabf4500094fe6125bc9
new file mode 100644
index ..8e5c182e7789
--- /dev/null
+++ b/77/bb2e2c6b2eeacf6bd2cabf4500094fe6125bc9
@@ -0,0 +1 @@
+ignore: aoo
commit b97446faf2b68a4e17cbaeb11ffba14751861516
Author: Caolán McNamara 
AuthorDate: Wed Apr 3 21:39:54 2019 +0100
Commit: Caolán McNamara 
CommitDate: Wed Apr 3 21:39:54 2019 +0100

Notes added by 'git notes add'

diff --git a/1f/85832d76fef4195ae681df31690c409149d514 
b/1f/85832d76fef4195ae681df31690c409149d514
new file mode 100644
index ..8e5c182e7789
--- /dev/null
+++ b/1f/85832d76fef4195ae681df31690c409149d514
@@ -0,0 +1 @@
+ignore: aoo
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f6/08a03ff57d9e9096b9577ef4802faae213d099

2019-04-03 Thread Caolán McNamara (via logerrit)
 f6/08a03ff57d9e9096b9577ef4802faae213d099 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5438dcc32159dbc543b57b72039152bbe1965ffa
Author: Caolán McNamara 
AuthorDate: Wed Apr 3 21:39:32 2019 +0100
Commit: Caolán McNamara 
CommitDate: Wed Apr 3 21:39:32 2019 +0100

Notes added by 'git notes add'

diff --git a/f6/08a03ff57d9e9096b9577ef4802faae213d099 
b/f6/08a03ff57d9e9096b9577ef4802faae213d099
new file mode 100644
index ..8e5c182e7789
--- /dev/null
+++ b/f6/08a03ff57d9e9096b9577ef4802faae213d099
@@ -0,0 +1 @@
+ignore: aoo
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - d4/8423bbe4eb53d1082f6b67cb4e19fcbbe93fa2

2019-04-03 Thread Caolán McNamara (via logerrit)
 d4/8423bbe4eb53d1082f6b67cb4e19fcbbe93fa2 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit e993b9323212bd0c109e5167d731c2eddc510dde
Author: Caolán McNamara 
AuthorDate: Wed Apr 3 21:39:11 2019 +0100
Commit: Caolán McNamara 
CommitDate: Wed Apr 3 21:39:11 2019 +0100

Notes added by 'git notes add'

diff --git a/d4/8423bbe4eb53d1082f6b67cb4e19fcbbe93fa2 
b/d4/8423bbe4eb53d1082f6b67cb4e19fcbbe93fa2
new file mode 100644
index ..8e5c182e7789
--- /dev/null
+++ b/d4/8423bbe4eb53d1082f6b67cb4e19fcbbe93fa2
@@ -0,0 +1 @@
+ignore: aoo
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124537] Editing password-protected XLS created multiple empty files in backup directory

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

Mike Kaganski  changed:

   What|Removed |Added

Summary|Editing XLS created |Editing password-protected
   |multiple empty files in |XLS created multiple empty
   |backup directory|files in backup directory

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

[Libreoffice-bugs] [Bug 124537] New: Editing XLS created multiple empty files in backup directory

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

Bug ID: 124537
   Summary: Editing XLS created multiple empty files in backup
directory
   Product: LibreOffice
   Version: 6.2.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: regression
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikekagan...@hotmail.com

0. Set auto-save frequency to 1 minute (for faster reproduction);
1. Open user profile's backup directory (e.g., on Windows it's
C:\Users\\AppData\Roaming\LibreOffice\4\user\backup) in a file
manager to see its changing content;
2. Create a new spreadsheet; save it as XLS (97-2003) with a password (e.g., as
"pwd_backup_proliferation.xls");
3. Make an edit to mark it modified;
4. Wait 1 minute and let auto-save to trigger.

In the backup directory, empty (0-byte) files start to appear ~every 5-10 s,
named like this: pwd_backup_proliferation.xls_0.ods;
pwd_backup_proliferation.xls_1.ods, ... etc. Closing the file does not remove
the generated files.

The impact is not only proliferation of empty files in the directory, but also
backup save not working for password-protected XLS files.

Reproducible with Version: 4.3.0.4
Build ID: 62ad5818884a2fc2e5780dd45466868d41009ec0
(there files were named slightly differently:
pwd_backup_proliferation.xls_0ods)

and with Version: 6.2.3.1 (x64)
Build ID: 9ba025bafb03b962c34687cf87806cc03a3a7436
CPU threads: 12; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: CL

In Version: 4.2.0.4
Build ID: 05dceb5d363845f2cf968344d7adab8dcfb2ba71
it works OK: it creates a single file ~10 KB. Closing the file removes the
backup.

-- 
You are receiving this mail because:
You 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: scripts/perftrace.pl

2019-04-03 Thread Libreoffice Gerrit user
 scripts/perftrace.pl |   26 +++---
 1 file changed, 19 insertions(+), 7 deletions(-)

New commits:
commit f031e952296ce7874f0bb6c064c5c358f7936fd2
Author: Michael Meeks 
AuthorDate: Wed Apr 3 21:34:47 2019 +0100
Commit: Michael Meeks 
CommitDate: Wed Apr 3 21:34:47 2019 +0100

perftrace: extend linear events duration to the next event.

Change-Id: I4ab31a6a71b3efcc366ca15e15d513f73205ca37

diff --git a/scripts/perftrace.pl b/scripts/perftrace.pl
index f7c6e6fa3..32c0f0a71 100755
--- a/scripts/perftrace.pl
+++ b/scripts/perftrace.pl
@@ -17,6 +17,9 @@ my $log_start_time;
 my @log_start;
 my @events;
 
+my %last_times; # $time for last key
+my %last_event_idx; # $events[$idx] for last key
+
 # Google Chrome Trace Event Format if set
 my $json = 1;
 
@@ -61,7 +64,7 @@ sub offset_microsecs($)
 $usec = $usec + $time[1] - $log_start[1];
 $usec = $usec * 60;
 $usec = $usec + $time[2] - $log_start[2];
-$usec = $usec * 100;
+$usec = $usec * 1000 * 1000;
 $usec = $usec + $time[3];
 
 return $usec;
@@ -94,13 +97,13 @@ sub consume()
 if (!defined $emitters{$emitter}) {
$emitters{$emitter} = (scalar keys %emitters) + 1;
if ($json) {
-   push @events, "{\"name\": \"thread_name\", \"ph\": \"M\", \"pid\": 
$pid, \"tid\": $tid, \"args\": { \"name\" : \"$emitter.\" } }";
+   push @events, "{\"name\": \"thread_name\", \"ph\": \"M\", \"pid\": 
$pid, \"tid\": $tid, \"args\": { \"name\" : \"$emitter\" } }";
}
 }
-if (!defined $proc_names{$proc}) {
-   $proc_names{$proc} = (scalar keys %proc_names) + 1;
+if (!defined $proc_names{$pid}) {
+   $proc_names{$pid} = 1;
if ($json) {
-   push @events, "{\"name\": \"process_name\", \"ph\": \"M\", \"pid\": 
$pid, \"args\": { \"name\" : \"$proc.\" } }";
+   push @events, "{\"name\": \"process_name\", \"ph\": \"M\", \"pid\": 
$pid, \"args\": { \"name\" : \"$proc\" } }";
}
 }
 
@@ -143,10 +146,19 @@ sub consume()
 }
 
 my $content_e = escape($message. " " . $line);
-# Hack give all events a 10ms duration - better to use the gap to the next 
event though.
 if ($json)
 {
-   push @events, "{\"pid\":$pid, \"tid\":$tid, \"ts\":$time, 
\"dur\":1, \"ph\":\"X\", \"s\":\"p\", \"name\":\"$content_e\" }";
+   # join events to the last time
+   my $dur = 100; # 0.1ms default
+   my $key = "$pid-$tid";
+   if (defined($last_times{$key})) {
+   $dur = $time - $last_times{$key};
+   my $idx = $last_event_idx{$key};
+   $events[$idx] =~ s/\"dur\":100/\"dur\":$dur/;
+   }
+   $last_times{$key} = $time;
+   $last_event_idx{$key} = scalar @events;
+   push @events, "{\"pid\":$pid, \"tid\":$tid, \"ts\":$time, \"dur\":100, 
\"ph\":\"X\", \"s\":\"p\", \"name\":\"$content_e\" }";
 }
 else
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 70287] Saving a document as certain file types does not populate "History" in KDE Plasma Kickoff menu

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

Michael Weghorn  changed:

   What|Removed |Added

 CC||cp...@gmx.de

--- Comment #13 from Michael Weghorn  ---
*** Bug 114698 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 102495] [META] KDE VCL backend bugs and enhancements

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

Bug 114698 Summary: LO documents do not show up in Plasma/KDE history
https://bugs.documentfoundation.org/show_bug.cgi?id=114698

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 114698] LO documents do not show up in Plasma/KDE history

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

Michael Weghorn  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED
 CC||m.wegh...@posteo.de

--- Comment #5 from Michael Weghorn  ---
As mentioned in bug 70287, LibreOffice seems to behave just like other KDE
applications in that regard, s. that bug report for more details.

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

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

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - configure.ac

2019-04-03 Thread Andras Timar (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ed27db2e7e2ff4322bfdae4c2be4f78f6a1bd492
Author: Andras Timar 
AuthorDate: Wed Apr 3 20:25:07 2019 +
Commit: Andras Timar 
CommitDate: Wed Apr 3 20:25:07 2019 +

Bump version to 6.0-28

Change-Id: Ia078b5ab9e709f18e7860da2128ad3037a13e52f

diff --git a/configure.ac b/configure.ac
index acd493249fcf..4436147e3b0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([Collabora Office],[6.0.10.27],[],[],[https://collaboraoffice.com/])
+AC_INIT([Collabora Office],[6.0.10.28],[],[],[https://collaboraoffice.com/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124419] Memory usage for 4 documents containing a table of 10 columns 1500 cells doubled between 4472 and 6300

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

--- Comment #2 from mulla.tasa...@gmail.com ---
In Version 6.2.1.2:134.7MB

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

[Libreoffice-bugs] [Bug 124419] Memory usage for 4 documents containing a table of 10 columns 1500 cells doubled between 4472 and 6300

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

--- Comment #1 from mulla.tasa...@gmail.com ---
Thank you for reporting the bug.


I have observed following memory usage with automatic spell checker enabled
Version: 6.3.0.0.alpha0+: 120.2MB
Version: 6.2.1.2:

I can not reproduce the bug in

Version: 6.2.1.2 (x64)
Build ID: 7bcb35dc3024a62dea0caee87020152d1ee96e71
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL


Version: 6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 33201] UI: Highlight (not select) current row and column in spreadsheet

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

Rich  changed:

   What|Removed |Added

 CC||benchr...@yahoo.com

--- Comment #25 from Rich  ---
I have a vision problem that makes going across a row difficult some days to
follow. This is just what I need. While I cannot code I would be willing to
test such a patch.

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

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - instsetoo_native/util

2019-04-03 Thread Jim Jagielski (via logerrit)
 instsetoo_native/util/openoffice.lst |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 17f80c1c474faef188849ba1b250c70e6c4f6d98
Author: Jim Jagielski 
AuthorDate: Wed Apr 3 19:25:50 2019 +
Commit: Jim Jagielski 
CommitDate: Wed Apr 3 19:25:50 2019 +

Set ADDSYSTEMINTEGRATION for Beta and Dev builds

diff --git a/instsetoo_native/util/openoffice.lst 
b/instsetoo_native/util/openoffice.lst
index 1270bacb0657..51840e1da084 100644
--- a/instsetoo_native/util/openoffice.lst
+++ b/instsetoo_native/util/openoffice.lst
@@ -139,6 +139,7 @@ Apache_OpenOffice_Dev
REGISTRYLAYERNAME LayerDev
UPDATEURL 
https://ooo-updates.apache.org/aoonextdev/check.Update
ADD_INCLUDE_FILES 
cliureversion.mk,clioootypesversion.mk,javaversion2.dat,userland.txt,version.lst
+   ADDSYSTEMINTEGRATION 1
EVAL
PACKAGEVERSION 4.5.0
PACKAGEREVISION {milestone}
@@ -354,7 +355,7 @@ Apache_OpenOffice_Beta
UPDATEURL 
https://ooo-updates.apache.org/aoonextbeta/check.Update
ADD_INCLUDE_FILES 
cliureversion.mk,clioootypesversion.mk,userland.txt,version.lst
REMOVE_UPGRADE_CODE_FILE upgradecode_remove_ooo.txt
-   ADDSYSTEMINTEGRATION 0
+   ADDSYSTEMINTEGRATION 1
EVAL
PACKAGEVERSION 4.5.0
PACKAGEREVISION {milestone}
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124219] soffice won't launch because of missing symbol cairo_surface_get_device_scale

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

Julien Nabet  changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #6 from Julien Nabet  ---
Paul: sorry, forget my question about libcairo version.
It seems to me more a distribution pb now.
They propose a recent LO version with an old cairo lib.

Caolán: any thoughts about this one since you used this function from cairo?

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

[Libreoffice-bugs] [Bug 123457] Using multiple words in quotes (e.g. "user data") in Search Term of Help window's Find tab causes LibreOffice to crash (Not Responding msg)

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

wct  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #3 from wct  ---
As listed in step 2 of the steps to reproduce, I'm referring to the
"LibreOffice Help" window which opens from a LibreOffice application (e.g.
Writer) when you press the F1 key or go to the menu [Help > LibreOffice Help].
I am not referring to online help nor any web browser.

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

[Libreoffice-bugs] [Bug 124219] soffice won't launch because of missing symbol cairo_surface_get_device_scale

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

--- Comment #5 from Julien Nabet  ---
I'm saying that if you want to give a try to a build you must know how to check
dependencies manually. (I don't know how to do this)
What's your libcairo2 version?

(just for the record mine is:
Package: libcairo2
Source: cairo
Version: 1.16.0-4
I use Debian testing updated today)

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

[Libreoffice-bugs] [Bug 124532] Paste (Ctrl-V) from non-LibreOffice apps does not work

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

--- Comment #2 from V Stuart Foote  ---
As noted in dupe bug 62196, some recent rework of the Windows clipboard
calls--worth retesting with current 6.2.2 release, or 6.2.3 pre-release [1], or
on a master/6.3.0alpha0+ nightly [2]--and letting us know result.

=-ref-=
[1] https://dev-builds.libreoffice.org/pre-releases/win/x86_64/

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

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

[Libreoffice-ux-advise] [Bug 124392] Redundant undo/redo items in grouped compact bar

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

Buovjaga  changed:

   What|Removed |Added

 Blocks||107158
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107158
[Bug 107158] [META] Notebookbar Groupedbar
-- 
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 124392] Redundant undo/redo items in grouped compact bar

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

Buovjaga  changed:

   What|Removed |Added

 Blocks||107158
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 124389] Memory usage increases noticeably on (first) dictionary change (and in small incremental steps afterwards)

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

mulla.tasa...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from mulla.tasa...@gmail.com ---
Thank you for reporting the bug.

I can confirm that the bug is present in

Version: 6.2.1.2 (x64)
Build ID: 7bcb35dc3024a62dea0caee87020152d1ee96e71
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL


Version: 6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

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

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

2019-04-03 Thread Tamás Zolnai (via logerrit)
 svl/qa/unit/lockfiles/test_lockfiles.cxx |   98 ---
 1 file changed, 39 insertions(+), 59 deletions(-)

New commits:
commit 413461e3cf3a4b32a17419f67f879a8975c43987
Author: Tamás Zolnai 
AuthorDate: Wed Apr 3 18:05:40 2019 +0200
Commit: Tamás Zolnai 
CommitDate: Wed Apr 3 21:41:42 2019 +0200

svl.lockfiles.test: Create the temporary lock files in workdir

Change-Id: I98b03754259c296ec8b4de2dddf6aee611bfe68a
Reviewed-on: https://gerrit.libreoffice.org/70209
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai 

diff --git a/svl/qa/unit/lockfiles/test_lockfiles.cxx 
b/svl/qa/unit/lockfiles/test_lockfiles.cxx
index 5f23240f387c..b6c110ed6e48 100644
--- a/svl/qa/unit/lockfiles/test_lockfiles.cxx
+++ b/svl/qa/unit/lockfiles/test_lockfiles.cxx
@@ -29,6 +29,8 @@ namespace
 {
 class LockfileTest : public test::BootstrapFixture
 {
+OUString generateTestURL(const OUString& sFileName) const;
+
 public:
 void testLOLockFileURL();
 void testLOLockFileContent();
@@ -92,11 +94,15 @@ OUString GetLockFileName(const svt::GenDocumentLockFile& 
rLockFile)
 return aDocURL.GetName();
 }
 
+OUString LockfileTest::generateTestURL(const OUString& sFileName) const
+{
+return 
m_directories.getURLFromWorkdir("/CppunitTest/svl_lockfiles.test.user/") + 
sFileName;
+}
+
 void LockfileTest::testLOLockFileURL()
 {
 // Test the generated file name for LibreOffice lock files
-OUString aTestODT
-= 
m_directories.getURLFromSrc("/svl/qa/unit/lockfiles/data/testLOLockFileURL.odt");
+OUString aTestODT = generateTestURL("testLOLockFileURL.odt");
 
 svt::DocumentLockFile aLockFile(aTestODT);
 CPPUNIT_ASSERT_EQUAL(OUString(".~lock.testLOLockFileURL.odt%23"), 
GetLockFileName(aLockFile));
@@ -105,8 +111,7 @@ void LockfileTest::testLOLockFileURL()
 void LockfileTest::testLOLockFileContent()
 {
 // Test the lockfile generated for the specified ODT document
-OUString aTestODT
-= 
m_directories.getURLFromSrc("/svl/qa/unit/lockfiles/data/testLOLockFileContent.odt");
+OUString aTestODT = generateTestURL("testLOLockFileContent.odt");
 
 // Set user name
 SvtUserOptions aUserOpt;
@@ -157,8 +162,7 @@ void LockfileTest::testLOLockFileContent()
 void LockfileTest::testLOLockFileRT()
 {
 // Test the lockfile generated for the specified ODT document
-OUString aTestODT
-= 
m_directories.getURLFromSrc("/svl/qa/unit/lockfiles/data/testLOLockFileRT.odt");
+OUString aTestODT = generateTestURL("testLOLockFileRT.odt");
 
 // Set user name
 SvtUserOptions aUserOpt;
@@ -188,8 +192,7 @@ void LockfileTest::testLOLockFileRT()
 void LockfileTest::testLOLockFileUnicodeUsername()
 {
 // Test the lockfile generated for the specified ODT document
-OUString aTestODT = m_directories.getURLFromSrc(
-"/svl/qa/unit/lockfiles/data/testLOLockFileUnicodeUsername.odt");
+OUString aTestODT = generateTestURL("testLOLockFileUnicodeUsername.odt");
 
 // Set user name
 SvtUserOptions aUserOpt;
@@ -215,8 +218,7 @@ void LockfileTest::testLOLockFileUnicodeUsername()
 
 void LockfileTest::testLOLockFileOverwrite()
 {
-OUString aTestODT
-= 
m_directories.getURLFromSrc("/svl/qa/unit/lockfiles/data/testLOLockFileOverwrite.odt");
+OUString aTestODT = generateTestURL("testLOLockFileOverwrite.odt");
 
 // Set user name
 SvtUserOptions aUserOpt;
@@ -257,62 +259,56 @@ void LockfileTest::testWordLockFileURL()
 
 // Word specific file format
 {
-OUString aTestFile
-= 
m_directories.getURLFromSrc("/svl/qa/unit/lockfiles/data/testWordLockFileURL.docx");
+OUString aTestFile = generateTestURL("testWordLockFileURL.docx");
 svt::MSODocumentLockFile aLockFile(aTestFile);
 CPPUNIT_ASSERT_EQUAL(OUString("~$stWordLockFileURL.docx"), 
GetLockFileName(aLockFile));
 }
 
 // Eight character file name (cuts two characters)
 {
-OUString aTestFile
-= 
m_directories.getURLFromSrc("/svl/qa/unit/lockfiles/data/12345678.docx");
+OUString aTestFile = generateTestURL("12345678.docx");
 svt::MSODocumentLockFile aLockFile(aTestFile);
 CPPUNIT_ASSERT_EQUAL(OUString("~$345678.docx"), 
GetLockFileName(aLockFile));
 }
 
 // Seven character file name (cuts one character)
 {
-OUString aTestFile
-= 
m_directories.getURLFromSrc("/svl/qa/unit/lockfiles/data/1234567.docx");
+OUString aTestFile = generateTestURL("1234567.docx");
 svt::MSODocumentLockFile aLockFile(aTestFile);
 CPPUNIT_ASSERT_EQUAL(OUString("~$234567.docx"), 
GetLockFileName(aLockFile));
 }
 
 // Six character file name (cuts no character)
 {
-OUString aTestFile = 
m_directories.getURLFromSrc("/svl/qa/unit/lockfiles/data/123456.docx");
+OUString aTestFile = generateTestURL("123456.docx");
 svt::MSODocumentLockFile aLockFile(aTestFile);
 

[Libreoffice-bugs] [Bug 124525] Calc doesn't open XLSX file

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

Bartosz  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||gan...@poczta.onet.pl
   Assignee|libreoffice-b...@lists.free |gan...@poczta.onet.pl
   |desktop.org |

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

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

2019-04-03 Thread Bjoern Michaelsen (via logerrit)
 sw/source/core/unocore/unoidx.cxx |   67 +-
 1 file changed, 38 insertions(+), 29 deletions(-)

New commits:
commit 17869ac7d5b18d6fdd026395ed53dc0d899f2fef
Author: Bjoern Michaelsen 
AuthorDate: Wed Apr 3 00:01:11 2019 +0200
Commit: Björn Michaelsen 
CommitDate: Wed Apr 3 21:27:53 2019 +0200

DocumentIndex::Impl: SwClient no more

Change-Id: I552acba206a3f35a450fc5331e3853e23a46cc10
Reviewed-on: https://gerrit.libreoffice.org/70166
Tested-by: Jenkins
Reviewed-by: Björn Michaelsen 

diff --git a/sw/source/core/unocore/unoidx.cxx 
b/sw/source/core/unocore/unoidx.cxx
index d4d75324db8d..5e69d4a85fcf 100644
--- a/sw/source/core/unocore/unoidx.cxx
+++ b/sw/source/core/unocore/unoidx.cxx
@@ -311,29 +311,27 @@ lcl_TypeToPropertyMap_Index(const TOXTypes eType)
 }
 
 class SwXDocumentIndex::Impl
-: public SwClient
+: public SvtListener
 {
 private:
 ::osl::Mutex m_Mutex; // just for OInterfaceContainerHelper2
+SwSectionFormat* m_pFormat;
 
 public:
 uno::WeakReference m_wThis;
 ::cppu::OMultiTypeInterfaceContainerHelper m_Listeners;
-SfxItemPropertySet const&   m_rPropSet;
-const TOXTypes  m_eTOXType;
-boolm_bIsDescriptor;
-SwDoc * m_pDoc;
+SfxItemPropertySet const& m_rPropSet;
+const TOXTypes m_eTOXType;
+bool m_bIsDescriptor;
+SwDoc* m_pDoc;
 std::unique_ptr m_pProps;
 uno::WeakReference m_wStyleAccess;
 uno::WeakReference m_wTokenAccess;
 
-Impl(   SwDoc & rDoc,
-const TOXTypes eType,
-SwTOXBaseSection *const pBaseSection)
-: SwClient(pBaseSection ? pBaseSection->GetFormat() : nullptr)
+Impl(SwDoc& rDoc, const TOXTypes eType, SwTOXBaseSection *const 
pBaseSection)
+: m_pFormat(pBaseSection ? pBaseSection->GetFormat() : nullptr)
 , m_Listeners(m_Mutex)
-, m_rPropSet(
-*aSwMapProvider.GetPropertySet(lcl_TypeToPropertyMap_Index(eType)))
+, 
m_rPropSet(*aSwMapProvider.GetPropertySet(lcl_TypeToPropertyMap_Index(eType)))
 , m_eTOXType(eType)
 , m_bIsDescriptor(nullptr == pBaseSection)
 , m_pDoc()
@@ -341,11 +339,19 @@ public:
 ? new SwDocIndexDescriptorProperties_Impl(rDoc.GetTOXType(eType, 
0))
 : nullptr)
 {
+if(m_pFormat)
+StartListening(m_pFormat->GetNotifier());
 }
 
-SwSectionFormat * GetSectionFormat() const {
-return static_cast(
-const_cast(GetRegisteredIn()));
+void SetSectionFormat(SwSectionFormat& rFormat)
+{
+EndListeningAll();
+m_pFormat = 
+StartListening(rFormat.GetNotifier());
+}
+
+SwSectionFormat* GetSectionFormat() const {
+return m_pFormat;
 }
 
 SwTOXBase & GetTOXSectionOrThrow() const
@@ -371,27 +377,30 @@ public:
 ? SwForm::GetFormMaxLevel(m_eTOXType)
 : rSection.GetTOXForm().GetFormMax();
 }
-protected:
-// SwClient
-virtual void Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew) 
override;
+virtual void Notify(const SfxHint&) override;
 
 };
 
-void SwXDocumentIndex::Impl::Modify(const SfxPoolItem *pOld, const SfxPoolItem 
*pNew)
+void SwXDocumentIndex::Impl::Notify(const SfxHint& rHint)
 {
-ClientModify(this, pOld, pNew);
-if (GetRegisteredIn())
+if(auto pLegacy = dynamic_cast())
 {
-return; // core object still alive
+if(pLegacy->m_pOld && pLegacy->m_pOld->Which() == 
RES_REMOVE_UNO_OBJECT)
+m_pFormat = nullptr;
 }
-
-uno::Reference const xThis(m_wThis);
-if (!xThis.is())
-{   // fdo#72695: if UNO object is already dead, don't revive it with event
-return;
+else if(rHint.GetId() == SfxHintId::Dying)
+m_pFormat = nullptr;
+if(!m_pFormat)
+{
+EndListeningAll();
+uno::Reference const xThis(m_wThis);
+if (!xThis.is())
+{   // fdo#72695: if UNO object is already dead, don't revive it with 
event
+return;
+}
+lang::EventObject const ev(xThis);
+m_Listeners.disposeAndClear(ev);
 }
-lang::EventObject const ev(xThis);
-m_Listeners.disposeAndClear(ev);
 }
 
 SwXDocumentIndex::SwXDocumentIndex(
@@ -1356,7 +1365,7 @@ SwXDocumentIndex::attach(const uno::Reference< 
text::XTextRange > & xTextRange)
 pDoc->SetTOXBaseName(*pTOX, m_pImpl->m_pProps->GetTOXBase().GetTOXName());
 
 // update page numbers
-pTOX->GetFormat()->Add(m_pImpl.get());
+m_pImpl->SetSectionFormat(*pTOX->GetFormat());
 pTOX->GetFormat()->SetXObject(static_cast< ::cppu::OWeakObject*>(this));
 pTOX->UpdatePageNum();
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124536] New: Crash while opening Chinese documents

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

Bug ID: 124536
   Summary: Crash while opening Chinese documents
   Product: LibreOffice
   Version: 6.1.0.0.alpha0+
  Hardware: ARM
OS: Android
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Android Viewer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: karan.deep.si...@huawei.com

Hi,

I am working on "6.1.0.0.alpha0+" source. When I launch the app and try to open
Chinese or any Asian fonts documents the app crashes & it says:-

"libo:sal/osl/unx/file: failed to open /assets/share/dict_zh.data" 

Can anyone please help.

Thanks

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

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

2019-04-03 Thread andreas kainz (via logerrit)
 sd/uiconfig/sdraw/menubar/menubar.xml|3 ++-
 sd/uiconfig/simpress/menubar/menubar.xml |3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 36de5ec5cef30e3fe036fce55c385f2755e9eb65
Author: andreas kainz 
AuthorDate: Wed Apr 3 15:32:18 2019 +0200
Commit: andreas_kainz 
CommitDate: Wed Apr 3 21:04:17 2019 +0200

sd menubar move xml to submenu like in writer

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

diff --git a/sd/uiconfig/sdraw/menubar/menubar.xml 
b/sd/uiconfig/sdraw/menubar/menubar.xml
index a372853ccc4d..01964468bd9e 100644
--- a/sd/uiconfig/sdraw/menubar/menubar.xml
+++ b/sd/uiconfig/sdraw/menubar/menubar.xml
@@ -615,9 +615,10 @@
   
   
   
+  
+  
 
   
-  
   
   
   
diff --git a/sd/uiconfig/simpress/menubar/menubar.xml 
b/sd/uiconfig/simpress/menubar/menubar.xml
index d342ee11c1a3..03a4330bcf1d 100644
--- a/sd/uiconfig/simpress/menubar/menubar.xml
+++ b/sd/uiconfig/simpress/menubar/menubar.xml
@@ -644,9 +644,10 @@
   
   
   
+  
+  
 
   
-  
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: sal/osl

2019-04-03 Thread Greg Veldman (via logerrit)
 sal/osl/unx/thread.cxx |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit ad03027114a8753fc7a0181df21d4d5e1905c509
Author: Greg Veldman 
AuthorDate: Sun Mar 24 18:44:31 2019 +
Commit: Noel Grandin 
CommitDate: Wed Apr 3 21:01:16 2019 +0200

In LibreOffice core commit d4d3766, several variables were changed
to be declared as const.  However, on platforms not excluded by
NO_PTHREAD_PRIORITY, osl_thread_priority_init_Impl() then tries
later to assign values to these.  This leads to compiler errors
on platforms so affected, including FreeBSD.  Revert as necessary
on affected platforms, also using NO_PTHREAD_PRIORITY to match
the code in osl_thread_priority_init_Impl().

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

diff --git a/sal/osl/unx/thread.cxx b/sal/osl/unx/thread.cxx
index f963f302bc53..5ea77495daa6 100644
--- a/sal/osl/unx/thread.cxx
+++ b/sal/osl/unx/thread.cxx
@@ -88,11 +88,11 @@ typedef struct osl_thread_impl_st
 
 struct osl_thread_priority_st
 {
-int const m_Highest;
-int const m_Above_Normal;
-int const m_Normal;
-int const m_Below_Normal;
-int const m_Lowest;
+int m_Highest;
+int m_Above_Normal;
+int m_Normal;
+int m_Below_Normal;
+int m_Lowest;
 };
 
 #define OSL_THREAD_PRIORITY_INITIALIZER { 127, 96, 64, 32, 0 }
@@ -110,7 +110,7 @@ static void osl_thread_textencoding_init_Impl();
 struct osl_thread_global_st
 {
 pthread_once_tm_once;
-struct osl_thread_priority_st const m_priority;
+struct osl_thread_priority_st m_priority;
 struct osl_thread_textencoding_st m_textencoding;
 };
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124534] Suspicious property 'AnchorPosition'

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

--- Comment #1 from Regina Henschel  ---
It seems, that 'AnchorPosition' is measured from the edge of the content area
of the window? If that is indeed so and intended, it should be documented in
the API.

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

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

2019-04-03 Thread Patrick Jaap (via logerrit)
 sw/source/filter/ww8/docxattributeoutput.cxx |   25 +++--
 1 file changed, 11 insertions(+), 14 deletions(-)

New commits:
commit 2111f607973166ebc39414ba6d2019832bcfe4da
Author: Patrick Jaap 
AuthorDate: Wed Apr 3 14:58:05 2019 +0200
Commit: Julien Nabet 
CommitDate: Wed Apr 3 20:49:12 2019 +0200

Fix in convertToOOXMLHoriOrient: values of VertOrient were taken

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

diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index 969c2f2e830f..663670e38c9c 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -517,24 +517,21 @@ static OString convertToOOXMLVertOrient(sal_Int16 nOrient)
 }
 }
 
-static OString convertToOOXMLHoriOrient(sal_Int16 nOrient)
+static OString convertToOOXMLHoriOrient(sal_Int16 nOrient, bool bIsPosToggle)
 {
 switch( nOrient )
 {
-case text::VertOrientation::NONE:
+case text::HoriOrientation::NONE:
 return OString();
-case text::VertOrientation::CENTER:
-case text::VertOrientation::LINE_CENTER:
-return OString( "center" );
-case text::VertOrientation::BOTTOM:
-return OString( "bottom" );
-case text::VertOrientation::LINE_BOTTOM:
-return OString( "outside" );
-case text::VertOrientation::TOP:
-return OString( "top" );
-case text::VertOrientation::LINE_TOP:
+case text::HoriOrientation::LEFT:
+return OString( bIsPosToggle ? "inside" : "left" );
+case text::HoriOrientation::RIGHT:
+return OString( bIsPosToggle ? "outside" : "right" );
+case text::HoriOrientation::CENTER:
+// fall-through indended
+case text::HoriOrientation::FULL:
 default:
-return OString( "inside" );
+return OString( "center" );
 }
 }
 
@@ -8392,7 +8389,7 @@ void DocxAttributeOutput::FormatVertOrientation( const 
SwFormatVertOrient& rFlyV
 
 void DocxAttributeOutput::FormatHorizOrientation( const SwFormatHoriOrient& 
rFlyHori )
 {
-OString sAlign   = convertToOOXMLHoriOrient( rFlyHori.GetHoriOrient() );
+OString sAlign   = convertToOOXMLHoriOrient( rFlyHori.GetHoriOrient(), 
rFlyHori.IsPosToggle() );
 OString sHAnchor = convertToOOXMLHoriOrientRel( 
rFlyHori.GetRelationOrient() );
 
 if (m_rExport.SdrExporter().getTextFrameSyntax())
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 124535] New: LibreOffice 6.1.5.2 (x64) Calc would only output last page of the spreadsheet into PDF

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

Bug ID: 124535
   Summary: LibreOffice 6.1.5.2 (x64) Calc would only output last
page of the spreadsheet into PDF
   Product: LibreOffice
   Version: 6.1.5.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: takam...@gmail.com

Description:
First time happening after upgrade LibreOffice from 5.4.x
When using Calc Print to PDF function, It would only export PDF the last page
of my spread sheets. Select Range "All/Pages" doesn't help.

Steps to Reproduce:
1. One spread sheet 2 pages. Page 1 & 2, almost identical 1 page content
2. [Export as PDF] Within the range choose either All or range [1-2]
3. Same results, only print page 2.

Actual Results:
Same results, would only print page 2

Expected Results:
It should be all (both pages)
or Range [1-2] (to print out both pages.


Reproducible: Always


User Profile Reset: No



Additional Info:
Same thing happening in actual printer paper printing.

Version: 6.1.5.2 (x64)
Build ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU threads: 8; OS: Windows 6.1; UI render: default; 
Locale: en-US (en_US); Calc: CL

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

[Libreoffice-bugs] [Bug 124534] New: Suspicious property 'AnchorPosition'

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

Bug ID: 124534
   Summary: Suspicious property 'AnchorPosition'
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 150516
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150516=edit
Example file with macro to examine the shape properties

If you inspect a shape via macro, you will find the property "AnchorPosition".
I see these problems:

1) If you change the zoom, you get different values for the X coordinate but
not for the Y coordinate.

2) 'AnchorPosition' exists in the API only for legend, but not for shapes.

3) The values in AnchorPosition make no sense.

Expected behavior:

The values in AnchorPosition are in unit 1/100 mm, same as all other values.

The values in AnchorPosition are independent from zoom.

'AnchorPosition' + 'Position' = 'Left or 'Top' respectively, so that 'Left' and
'Top' describe the distance from the page edge.

Type 'Anchor to page' results in 'AnchorPosition' (0|0).


The attached file contains the macro FrameRectWriter, which works on a selected
shape. You can use it to examine the current behavior.

-- 
You are receiving this mail because:
You are the 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-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62196

--- Comment #78 from Mike Kaganski  ---
Just a note: commit
https://git.libreoffice.org/core/+/a30dbe34a14906933cfd47e29a4df69a628ab517
made *some* change to system clipboard communications on Windows - effective in
version 6.2+. It would be interesting to see if that made some difference on
this issue (although it might not, and it wasn't explicitly aimed at this) -
again, if at all, it might only have effect on Windows.

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

[Libreoffice-bugs] [Bug 124344] FILEOPEN DOCX Left and right horizontal alignment of vertically centered, 90 degree rotated text in table not preserved

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

mulla.tasa...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from mulla.tasa...@gmail.com ---
Thank you for reporting the bug.

I have observed that alignment of rotated text for first table(All 3 rows) is
not preserved in 6.2.1.2  
and alignment of rotated text for second row in first table is not preserved in
6.3.0.0.alpha0+

I can confirm that the bug is present in

Version: 6.2.1.2 (x64)
Build ID: 7bcb35dc3024a62dea0caee87020152d1ee96e71
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL


Version: 6.3.0.0.alpha0+ (x64)
Build ID: 91cdf22b88a4f7bec243c8fb187627e766d3294c
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-08_00:38:10
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 124532] Paste (Ctrl-V) from non-LibreOffice apps does not work

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

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||vstuart.fo...@utsa.edu

--- Comment #1 from V Stuart Foote  ---
Absent work on bug 60252 enhancement, I'd suggest you install a clipboard
viewer like NirSoft's "Inside Clipboard" or Comfort Software's "Free Clipboard
Viewer" you can then follow what is on the clipboard cache.

Otherwise this is a duplicate of bug 62196

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

-- 
You are receiving this mail because:
You are the 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-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62196

V Stuart Foote  changed:

   What|Removed |Added

 CC||duktur...@frontier.com

--- Comment #77 from V Stuart Foote  ---
*** Bug 124532 has been marked as a duplicate of this bug. ***

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

  1   2   3   4   >