[Libreoffice-bugs] [Bug 86449] Crash importing malformed .rtf

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86449

--- Comment #11 from DwightBayles  ---
This means a conflict with the OS version. You can freeze the program until a
new update is released. It should fix crashes.

https://essaytyper.pro/

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

[Libreoffice-ux-advise] [Bug 127508] I cannot disable effect from highlighted/normal column/row header

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127508

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

https://git.libreoffice.org/core/commit/67fd62b3edc86c2891f279b25cf9919c4ca1

Resolves tdf#127508 - Flat table header in Calc

It will be available in 6.4.0.

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

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

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

[Libreoffice-ux-advise] [Bug 127508] I cannot disable effect from highlighted/normal column/row header

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127508

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.0

-- 
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 127508] I cannot disable effect from highlighted/normal column/row header

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127508

Heiko Tietze  changed:

   What|Removed |Added

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

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

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113209
Bug 113209 depends on bug 127508, which changed state.

Bug 127508 Summary: I cannot disable effect from highlighted/normal column/row 
header
https://bugs.documentfoundation.org/show_bug.cgi?id=127508

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 108151] System input language is always ignored on Linux

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108151

--- Comment #8 from Mike Kaganski  ---
> In any text field/area right click>Spell check>All your languages. If you have
> only one language there, then first go to right click>Spell check>Language
> settings>Language (click on it to expand)>Add languages. Feel free to add as
> many as you know and experiment. 

Unfortunately, this is something unrelated to the problem discussed here. It is
obvious from the design of the spell checker feature in Chromium-based
applications that Chromium *doesn't* detect the text language from keyboard
layout, and relies on user explicitly telling it which dictionaries to apply to
the text in the boxes. This "All your languages" selection wouldn't be
necessary if Chromium could use the layout information to choose the dictionary
itself - and this is exactly the problem raised here.

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

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

2019-10-01 Thread Heiko Tietze (via logerrit)
 sc/source/ui/inc/hdrcont.hxx  |2 -
 sc/source/ui/view/hdrcont.cxx |   72 --
 2 files changed, 14 insertions(+), 60 deletions(-)

New commits:
commit 67fd62b3edc86c2891f279b25cf9919c4ca1
Author: Heiko Tietze 
AuthorDate: Thu Sep 26 08:17:23 2019 +0200
Commit: Heiko Tietze 
CommitDate: Wed Oct 2 07:35:44 2019 +0200

Resolves tdf#127508 - Flat table header in Calc

Shading removed to comply with the zeitgeisty flatness

Change-Id: I766d86dc8d26191fa87c94d3e8f64feda79c3030
Reviewed-on: https://gerrit.libreoffice.org/79584
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 

diff --git a/sc/source/ui/inc/hdrcont.hxx b/sc/source/ui/inc/hdrcont.hxx
index 2ffc9c9f3aa5..a1b4260ac3d3 100644
--- a/sc/source/ui/inc/hdrcont.hxx
+++ b/sc/source/ui/inc/hdrcont.hxx
@@ -69,8 +69,6 @@ private:
 
 voidDoPaint( SCCOLROW nStart, SCCOLROW nEnd );
 
-voidDrawShadedRect( long nStart, long nEnd, const Color& 
rBaseColor );
-
 protected:
 ScTabView*  pTabView;
 
diff --git a/sc/source/ui/view/hdrcont.cxx b/sc/source/ui/view/hdrcont.cxx
index c6c450f6aa88..7fd1a8dd8f26 100644
--- a/sc/source/ui/view/hdrcont.cxx
+++ b/sc/source/ui/view/hdrcont.cxx
@@ -200,43 +200,6 @@ long ScHeaderControl::GetScrPos( SCCOLROW nEntryNo ) const
 return nScrPos;
 }
 
-// draw a rectangle across the window's width/height, with the outer part in a 
lighter color
-
-void ScHeaderControl::DrawShadedRect( long nStart, long nEnd, const Color& 
rBaseColor )
-{
-Color aWhite( COL_WHITE );
-
-Color aInner( rBaseColor ); // highlight color, unchanged
-Color aCenter( rBaseColor );
-aCenter.Merge( aWhite, 0xd0 );  // lighten up a bit
-Color aOuter( rBaseColor );
-aOuter.Merge( aWhite, 0xa0 );   // lighten up more
-
-if ( IsMirrored() )
-std::swap( aInner, aOuter );// just swap colors instead of 
positions
-
-Size aWinSize = GetSizePixel();
-long nBarSize = bVertical ? aWinSize.Width() : aWinSize.Height();
-long nCenterPos = (nBarSize / 2) - 1;
-
-SetLineColor();
-SetFillColor( aOuter );
-if (bVertical)
-DrawRect( tools::Rectangle( 0, nStart, nCenterPos-1, nEnd ) );
-else
-DrawRect( tools::Rectangle( nStart, 0, nEnd, nCenterPos-1 ) );
-SetFillColor( aCenter );
-if (bVertical)
-DrawRect( tools::Rectangle( nCenterPos, nStart, nCenterPos, nEnd ) );
-else
-DrawRect( tools::Rectangle( nStart, nCenterPos, nEnd, nCenterPos ) );
-SetFillColor( aInner );
-if (bVertical)
-DrawRect( tools::Rectangle( nCenterPos+1, nStart, nBarSize-1, nEnd ) );
-else
-DrawRect( tools::Rectangle( nStart, nCenterPos+1, nEnd, nBarSize-1 ) );
-}
-
 void ScHeaderControl::Paint( vcl::RenderContext& /*rRenderContext*/, const 
tools::Rectangle& rRect )
 {
 // It is important for VCL to have few calls, that is why the outer lines 
are
@@ -338,21 +301,12 @@ void ScHeaderControl::Paint( vcl::RenderContext& 
/*rRenderContext*/, const tools
 
 if ( nLineEnd * nLayoutSign >= nInitScrPos * nLayoutSign )
 {
-if ( bHighContrast )
-{
-// high contrast: single-color background
-SetFillColor( rStyleSettings.GetFaceColor() );
-if ( bVertical )
-aFillRect = tools::Rectangle( 0, nInitScrPos, nBarSize-1, 
nLineEnd );
-else
-aFillRect = tools::Rectangle( nInitScrPos, 0, nLineEnd, 
nBarSize-1 );
-DrawRect( aFillRect );
-}
+SetFillColor( rStyleSettings.GetFaceColor() );
+if ( bVertical )
+aFillRect = tools::Rectangle( 0, nInitScrPos, nBarSize-1, nLineEnd 
);
 else
-{
-// normal: 3-part background
-DrawShadedRect( nInitScrPos, nLineEnd, 
rStyleSettings.GetFaceColor() );
-}
+aFillRect = tools::Rectangle( nInitScrPos, 0, nLineEnd, nBarSize-1 
);
+DrawRect( aFillRect );
 }
 
 if ( nLineEnd * nLayoutSign < nPEnd * nLayoutSign )
@@ -369,25 +323,27 @@ void ScHeaderControl::Paint( vcl::RenderContext& 
/*rRenderContext*/, const tools
 {
 if ( nTransEnd * nLayoutSign >= nTransStart * nLayoutSign )
 {
+if (bVertical)
+aFillRect = tools::Rectangle( 0, nTransStart, nBarSize-1, 
nTransEnd );
+else
+aFillRect = tools::Rectangle( nTransStart, 0, nTransEnd, 
nBarSize-1 );
+
 if ( bHighContrast )
 {
 if ( bDark )
 {
 //  solid grey background for dark face color is drawn 
before lines
-
 SetLineColor();
 SetFillColor( COL_LIGHTGRAY );
-if (bVertical)
-DrawRect( tools::Rectangle( 0, nTransStart, 
nBarSize-1, nTransEnd ) );
-else
-DrawRect( 

[Libreoffice-commits] core.git: desktop/source framework/source include/desktop svx/source vcl/opengl vcl/source vcl/win

2019-10-01 Thread Juergen Funk (via logerrit)
 desktop/source/app/app.cxx  |   39 ++-
 desktop/source/app/crashreport.cxx  |   93 +---
 desktop/source/app/sofficemain.cxx  |   14 +---
 desktop/source/minidump/minidump.cxx|   20 --
 desktop/source/minidump/minidump_upload.cxx |2 
 framework/source/services/desktop.cxx   |2 
 include/desktop/crashreport.hxx |   59 ++---
 include/desktop/minidump.hxx|   13 +++
 svx/source/dialog/crashreportdlg.cxx|5 -
 vcl/opengl/win/WinDeviceInfo.cxx|6 -
 vcl/opengl/x11/X11DeviceInfo.cxx|4 -
 vcl/source/app/salplug.cxx  |2 
 vcl/source/opengl/OpenGLHelper.cxx  |2 
 vcl/source/window/builder.cxx   |2 
 vcl/win/app/salinst.cxx |2 
 15 files changed, 147 insertions(+), 118 deletions(-)

New commits:
commit 8fe03eef707561bb0b9e1655292619ec3cd347f5
Author: Juergen Funk 
AuthorDate: Wed Sep 25 13:49:26 2019 +0200
Commit: Juergen Funk (CIB) 
CommitDate: Wed Oct 2 07:10:50 2019 +0200

Refactoring of the class CrashReporter

 - remove double code
 - using of all the methode of the CrashReporter-Class
 - all methode only active when crash-dump enable
except the addKeyValue

With this change the handling for the patch
tdf#127711 A runtime-switch for the MiniCrashDump
would be simpler

Change-Id: I339b3b8e06f7fc2cd3c0d34ece112a6fd352913a
Reviewed-on: https://gerrit.libreoffice.org/79272
Tested-by: Jenkins
Reviewed-by: Juergen Funk (CIB) 

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 13fece37a5b1..b39f6931ec56 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -127,10 +127,6 @@
 #include 
 #include "langselect.hxx"
 
-#if HAVE_FEATURE_BREAKPAD
-#include 
-#endif
-
 #if defined MACOSX
 #include 
 #include 
@@ -894,26 +890,6 @@ void Desktop::HandleBootstrapErrors(
 
 namespace {
 
-bool crashReportInfoExists()
-{
-#if HAVE_FEATURE_BREAKPAD
-std::string path = CrashReporter::getIniFileName();
-std::ifstream aFile(path);
-while (aFile.good())
-{
-std::string line;
-std::getline(aFile, line);
-int sep = line.find('=');
-if (sep >= 0)
-{
-std::string key = line.substr(0, sep);
-if (key == "DumpFile")
-return true;
-}
-}
-#endif
-return false;
-}
 
 #if HAVE_FEATURE_BREAKPAD
 void handleCrashReport()
@@ -972,7 +948,12 @@ void impl_checkRecoveryState(bool& bCrashed   ,
  bool& bRecoveryDataExists,
  bool& bSessionDataExists )
 {
-bCrashed = officecfg::Office::Recovery::RecoveryInfo::Crashed::get() || 
crashReportInfoExists();
+bCrashed = officecfg::Office::Recovery::RecoveryInfo::Crashed::get()
+#if HAVE_FEATURE_BREAKPAD
+|| CrashReporter::crashReportInfoExists();
+#else
+;
+#endif
 bool elements = officecfg::Office::Recovery::RecoveryList::get()->
 hasElements();
 bool session
@@ -2005,7 +1986,7 @@ void Desktop::OpenClients()
 #endif
 
 #if HAVE_FEATURE_BREAKPAD
-if (officecfg::Office::Common::Misc::CrashReport::get() && 
crashReportInfoExists())
+if (officecfg::Office::Common::Misc::CrashReport::get() && 
CrashReporter::crashReportInfoExists())
 handleCrashReport();
 #endif
 
@@ -2083,11 +2064,9 @@ void Desktop::OpenClients()
 }
 }
 }
-#if HAVE_FEATURE_BREAKPAD
-CrashReporter::writeCommonInfo();
+
 // write this information here to avoid depending on vcl in the crash 
reporter lib
-CrashReporter::addKeyValue("Language", 
Application::GetSettings().GetLanguageTag().getBcp47());
-#endif
+CrashReporter::addKeyValue("Language", 
Application::GetSettings().GetLanguageTag().getBcp47(), CrashReporter::Create);
 
 RequestHandler::EnableRequests();
 
diff --git a/desktop/source/app/crashreport.cxx 
b/desktop/source/app/crashreport.cxx
index 23868fe70c58..88cd6d77b0d3 100644
--- a/desktop/source/app/crashreport.cxx
+++ b/desktop/source/app/crashreport.cxx
@@ -14,17 +14,17 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
 
 #include 
-#include 
 
-osl::Mutex CrashReporter::maMutex;
 
 #if HAVE_FEATURE_BREAKPAD
 
+#include 
 #if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID
 #include 
 #elif defined WNT
@@ -38,41 +38,44 @@ osl::Mutex CrashReporter::maMutex;
 #endif
 #endif
 
+osl::Mutex CrashReporter::maMutex;
 google_breakpad::ExceptionHandler* CrashReporter::mpExceptionHandler = nullptr;
 bool CrashReporter::mbInit = false;
-std::map CrashReporter::maKeyValues;
+CrashReporter::vmaKeyValues CrashReporter::maKeyValues;
 
-namespace {
 
-void writeToStream(std::ofstream& strm, const OUString& rKey, const OUString& 
rValue)
+void 

[Libreoffice-bugs] [Bug 98123] Auto hyperlink in cell cannot be undone and causes many editing issues

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98123

--- Comment #6 from Don Wade  ---
In Writer as well [v.6.3.1.2 (x64)] the only way to remove the hyperlink seems
to be to clear formatting.  (don't know about auto-formatting.)

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

[Libreoffice-bugs] [Bug 127848] Chart object not visible on Linux

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127848

Peter Thomson  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #4 from Peter Thomson  ---





Chart.js demo
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/0.2.0/Chart.min.js";
type="text/javascript">




var pieData = [
{
value: 20,
color:"#878BB6"
},
{
value : 40,
color : "#4ACAB4"
},
{
value : 10,
color : "#FF8153"
},
{
value : 30,
color : "#FFEA88"
}
];
// Get the context of the canvas element we want to select
var countries= document.getElementById("countries").getContext("2d");
new Chart(countries).Pie(pieData);



http://thecomplaintpoint.co.uk/bbc-complaints-email-phone-number

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

[Libreoffice-bugs] [Bug 127565] New Help: "Click on text to copy to clipboard" hint should change to indicate "Copied" result

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127565

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 127566] New Help: The elements that are copied to clipboard when clicked should not jump when the indicator border appears

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127566

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 127595] Add feature to charts to show low value components as "other"

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127595

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 127600] Calc: empty cells automatically trimmed when pasted to another program

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127600

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 127567] bibliothek hide column

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127567

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 127619] [macOS 10.12 Sierra + 10.13 High Sierra] LibreOffice crash within 40s after opening app when automatic update option activated

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127619

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 127609] Toolbar settings not persistent on LibreOffice restart

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127609

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 127604] Dialog Editor - Assign Action dialog Help is missing documentation for Component button

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127604

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

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

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

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

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 48213] EDITING: Number (ful context) references are rendered as plain "n", omitting the "after" data stablished in "Options" tab from "Bullets and Numbering" dialog.

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48213

--- Comment #11 from QA Administrators  ---
Dear Rainer Hurtado Navarro,

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 127586] Half of a graph line is disappeared when converting from Microsoft Word, which is getting worse than LO5.3.4

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127586

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 47773] EDITING embedded OLE EXCEL Spreadheet in particular .ppt moves view area after object has been left

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47773

--- Comment #11 from QA Administrators  ---
Dear sasha.libreoffice,

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 127893] Detect other date formats when pasting text

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127893

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 127893] Detect other date formats when pasting text

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127893

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

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

[Libreoffice-bugs] [Bug 51423] FORMATTING: When correcting spelling, some formatting information is erased

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51423

--- Comment #12 from QA Administrators  ---
Dear Hamilton Turner,

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 119772] insert field always goes to layout layer, even if it is not the active layer and despite layout layer is locked

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119772

--- Comment #2 from QA Administrators  ---
Dear Regina Henschel,

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 124546] Negative numbers in red in the graphs

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124546

--- Comment #3 from QA Administrators  ---
Dear Júnio Vieira,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 84657] FORMATTING: Pressing Enter in sidebar (Writer) while typing the value creates new line in document

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84657

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

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 98231] EDITING: the input line is not updated if moving between cells with similar content

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98231

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

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 118200] frame of 100% relative height can't be set to 'wrap: none', switches to 'wrap: through' by itself

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118200

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

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 118671] FILESAVE: Vertical line is horizontal after RT

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118671

--- Comment #4 from QA Administrators  ---
Dear Xisco Faulí,

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 44946] Editing Microsoft Equation 3.0 equations imported from Word loses Greek characters ( steps in comment 4 )

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44946

--- Comment #16 from QA Administrators  ---
Dear Orion Poplawski,

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 66039] FILEOPEN: table in DOC text box is not imported - add groupshape support

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66039

--- Comment #13 from QA Administrators  ---
Dear Andras Timar,

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 120177] FILEOPEN XLS: Radio button Form controls no longer grouped

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

--- Comment #3 from QA Administrators  ---
Dear Justin L,

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 47818] EDITING: extending selection after pasting selects from top left

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47818

--- Comment #10 from QA Administrators  ---
Dear oscar.0,

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 118823] Zooming in or out with blue header toolbar button visible rather slow and lagging (Win-only)

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118823

--- Comment #5 from QA Administrators  ---
Dear Telesto,

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 104103] FILEOPEN DOC: Textbox isn't separated from drawing canvas

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104103

--- Comment #6 from QA Administrators  ---
Dear Telesto,

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 98863] FILEOPEN autoshapes: textboxes and text are missing

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98863

--- Comment #6 from QA Administrators  ---
Dear dimitar tomov,

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 72966] [FILESAVE] LibreOffice-4 creates fake SVM files

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72966

--- Comment #20 from QA Administrators  ---
Dear ape,

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 38199] Writer EDITING: Why when I press tab in read-only mode, then the document scrolls to top?

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38199

--- Comment #13 from QA Administrators  ---
Dear Bachue,

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 102338] shrink-to-fit text confuses printing, causing extra empty pages to print

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102338

--- Comment #8 from QA Administrators  ---
Dear Jim Avera,

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 92193] Window re-drawn at old position after opening file (un-doing user action to move it)

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92193

--- Comment #14 from QA Administrators  ---
Dear Jim Avera,

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 115040] Conditional formatting "between" - incorrect tab order

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115040

--- Comment #6 from QA Administrators  ---
Dear Dan Dascalescu,

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-ux-advise] [Bug 34355] Option to show track changes in margin is missing

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34355

Domino  changed:

   What|Removed |Added

URL||https://happywheels3d.io

--- Comment #77 from Domino  ---
Happy Wheels features various characters and abilities for players to choose
from. It's so much fun to play. https://happywheels3d.io

-- 
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 34355] Option to show track changes in margin is missing

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34355

Domino  changed:

   What|Removed |Added

URL||https://happywheels3d.io

--- Comment #77 from Domino  ---
Happy Wheels features various characters and abilities for players to choose
from. It's so much fun to play. https://happywheels3d.io

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

[Libreoffice-bugs] [Bug 122570] Doesn't work Enter key in Autofilter window in Calc

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122570

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.0

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

[Libreoffice-bugs] [Bug 122570] Doesn't work Enter key in Autofilter window in Calc

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122570

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

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

tdf#122570 Make Enter key work in autofilter search items input

It will be available in 6.4.0.

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

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

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

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

2019-10-01 Thread Jim Raykowski (via logerrit)
 sc/source/ui/cctrl/checklistmenu.cxx |7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

New commits:
commit d09dc224977c498356ab76738afe03136c98fabe
Author: Jim Raykowski 
AuthorDate: Sun Sep 29 11:40:48 2019 -0800
Commit: Jim Raykowski 
CommitDate: Wed Oct 2 03:55:37 2019 +0200

tdf#122570 Make Enter key work in autofilter search items input

Fixes regression introduced by patch for tdf#122774

Change-Id: I24fc8a32cbb660027fb40fb017d03567e784aa77
Reviewed-on: https://gerrit.libreoffice.org/79815
Tested-by: Jenkins
Reviewed-by: Jim Raykowski 

diff --git a/sc/source/ui/cctrl/checklistmenu.cxx 
b/sc/source/ui/cctrl/checklistmenu.cxx
index 413cf36704c0..6a8a51a0328e 100644
--- a/sc/source/ui/cctrl/checklistmenu.cxx
+++ b/sc/source/ui/cctrl/checklistmenu.cxx
@@ -1343,12 +1343,7 @@ bool ScCheckListMenuWindow::EventNotify(NotifyEvent& 
rNEvt)
 const KeyEvent* pKeyEvent = rNEvt.GetKeyEvent();
 const vcl::KeyCode& rCode = pKeyEvent->GetKeyCode();
 const sal_uInt16 nCode = rCode.GetCode();
-if (rCode.IsMod2()) // Hack to prevent tdf#122772
-{
-if (nCode == KEY_DOWN || nCode == KEY_RIGHT)
-return true;
-}
-else
+if (nCode != KEY_RETURN)
 {
 bool bShift = rCode.IsShift();
 if (nCode == KEY_TAB)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 90477] [redesign request] bullets and numbering dialog

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90477

Aron Budea  changed:

   What|Removed |Added

 Blocks||103364


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 103364] [META] Bullet and numbering dialog bugs and enhancements

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103364

Aron Budea  changed:

   What|Removed |Added

 Depends on||90477


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 125902] [META] Impress Bullets New Dialog

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125902

Aron Budea  changed:

   What|Removed |Added

 Depends on||120905


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 103364] [META] Bullet and numbering dialog bugs and enhancements

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103364

Aron Budea  changed:

   What|Removed |Added

 Depends on|120905  |


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 48799] [META] Impress Bullets and Numbering bugs (formatting and UI)

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48799

Aron Budea  changed:

   What|Removed |Added

 Depends on|120905  |


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 120905] Revamp the Bullets and Numbering dialog

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120905

Aron Budea  changed:

   What|Removed |Added

 Blocks|48799, 103364   |125902
 CC||ba...@caesar.elte.hu


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=48799
[Bug 48799] [META] Impress Bullets and Numbering bugs (formatting and UI)
https://bugs.documentfoundation.org/show_bug.cgi?id=103364
[Bug 103364] [META] Bullet and numbering dialog bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=125902
[Bug 125902] [META] Impress Bullets New Dialog
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 48799] [META] Impress Bullets and Numbering bugs (formatting and UI)

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48799

Aron Budea  changed:

   What|Removed |Added

 Depends on||125902


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 125902] [META] Impress Bullets New Dialog

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125902

Aron Budea  changed:

   What|Removed |Added

 Blocks||48799


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 127751] Black window behind Preferences dialog

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127751

Thorsten Wagner  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #7 from Thorsten Wagner  ---
Issue has disappeared with current revision from master:

Version: 6.4.0.0.alpha0+
Build ID: a8356ceb0f9345ebd5171439e3b882642f5fbad5
CPU threads: 8; OS: Mac OS X 10.14.6; UI render: GL; VCL: osx; 
Locale: de-DE (en_US.UTF-8); UI-Language: en-US
Calc: threaded

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

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

2019-10-01 Thread Miklos Vajna (via logerrit)
 sw/qa/extras/layout/data/tdf124601b.doc |binary
 sw/qa/extras/layout/layout.cxx  |   17 +
 sw/source/core/layout/flylay.cxx|4 ++--
 sw/source/core/layout/tabfrm.cxx|   12 +++-
 4 files changed, 30 insertions(+), 3 deletions(-)

New commits:
commit 489eef894e7034873ad262f9dfca554022db1b09
Author: Miklos Vajna 
AuthorDate: Tue Oct 1 17:55:58 2019 +0200
Commit: Miklos Vajna 
CommitDate: Wed Oct 2 01:06:46 2019 +0200

tdf#124601 sw FollowTextFlow: fix vert pos of objects outside the current 
cell

There were two problems here:

1) CalcHeightWithFlys() considered all follow-text-flow objects when
determining the cell size, while wrap-through objects should never
influence the layout of text (i.e. when they conflict, the second should
have priority).

2) Once the cell had correct height, the oscillaction described in the
SwFlyFreeFrame::CheckClip() comment started. Such a position update was
already disabled for headers, but footers have exactly the same problem.
In the case of the bugdoc, we jumped between 14618 and 14744 twips, till
finally layout loop control kicked in.

[ FollowTextFlow is meant to be same behavior as Word's layoutInCell
shape property, so this is expected to improve rendering of existing
documents. It's not likely that any user would opt in for FollowTextFlow
to have the old close-but-not-exactly-matching behavior. ]

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

diff --git a/sw/qa/extras/layout/data/tdf124601b.doc 
b/sw/qa/extras/layout/data/tdf124601b.doc
new file mode 100644
index ..4428a7daf7b3
Binary files /dev/null and b/sw/qa/extras/layout/data/tdf124601b.doc differ
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index 87a86a354253..df7231649060 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -3234,6 +3234,23 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf124601)
 assertXPath(pXmlDoc, "/root/page[2]/ftncont", 1);
 }
 
+CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf124601b)
+{
+// Table has an image, which is anchored in the first row, but its 
vertical position is large
+// enough to be rendered in the second row.
+// The shape has layoutInCell=1, so should match what Word does here.
+createDoc("tdf124601b.doc");
+xmlDocPtr pXmlDoc = parseLayoutDump();
+
+sal_Int32 nFlyTop = getXPath(pXmlDoc, "//fly/infos/bounds", 
"top").toInt32();
+sal_Int32 nSecondRowTop = getXPath(pXmlDoc, "//tab/row[2]/infos/bounds", 
"top").toInt32();
+// Without the accompanying fix in place, this test would have failed with:
+// - Expected greater than: 3736
+// - Actual  : 2852
+// i.e. the image was still inside the first row.
+CPPUNIT_ASSERT_GREATER(nSecondRowTop, nFlyTop);
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/layout/flylay.cxx b/sw/source/core/layout/flylay.cxx
index 4a7030ea241e..1589c12670fe 100644
--- a/sw/source/core/layout/flylay.cxx
+++ b/sw/source/core/layout/flylay.cxx
@@ -501,11 +501,11 @@ void SwFlyFreeFrame::CheckClip( const SwFormatFrameSize 
 )
  !GetDrawObjs() && !GetAnchorFrame()->IsInTab() )
 {
 SwFrame* pHeader = FindFooterOrHeader();
-// In a header, correction of the position is no good idea.
+// In a header or footer, correction of the position is no good 
idea.
 // If the fly moves, some paragraphs have to be formatted, this
 // could cause a change of the height of the headerframe,
 // now the flyframe can change its position and so on ...
-if ( !pHeader || !pHeader->IsHeaderFrame() )
+if ( !pHeader )
 {
 const long nOld = getFrameArea().Top();
 
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index 4395bd231900..7333acc59c9d 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -3839,11 +3839,21 @@ long CalcHeightWithFlys( const SwFrame *pFrame )
 // OD 30.09.2003 #i18732# - only objects, which follow
 // the text flow have to be considered.
 const SwFrameFormat& rFrameFormat = 
pAnchoredObj->GetFrameFormat();
+bool bFollowTextFlow = 
rFrameFormat.GetFollowTextFlow().GetValue();
 const bool bConsiderObj =
 (rFrameFormat.GetAnchor().GetAnchorId() != 
RndStdIds::FLY_AS_CHAR) &&
 pAnchoredObj->GetObjRect().Top() != FAR_AWAY &&
-rFrameFormat.GetFollowTextFlow().GetValue() &&
+bFollowTextFlow &&
  

[Libreoffice-bugs] [Bug 127873] Wrong spacing with comma in formulae

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127873

--- Comment #6 from Eike Rathke  ---
As for the "1,23" only case: the ',' comma is just a character as any other
non-digit character. Only the '.' dot is treated as decimal separator.

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

[Libreoffice-bugs] [Bug 108151] System input language is always ignored on Linux

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108151

--- Comment #7 from d...@ukr.net ---
Finally, after 6 years and 7 months! Big thanks to Panos Stokas and Mike
Kaganski!

Getting to the point: i'm writing this comment in Chromium 77.0.3865.90. It is
open-source. I confirm it can spellcheck all my languages. In any text
field/area right click>Spell check>All your languages. If you have only one
language there, then first go to right click>Spell check>Language
settings>Language (click on it to expand)>Add languages. Feel free to add as
many as you know and experiment. 

Thanks again and fingers crossed for a quick and easy fix.

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

[Libreoffice-bugs] [Bug 127873] Wrong spacing with comma in formulae

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127873

--- Comment #5 from Eike Rathke  ---
Use group brackets: 1 over {2,23}

Seems Math unintentionally used a side effect that a ',' comma (in en-US
locale) is a group separator that could be used between digits and
ignored/skipped anywhere within (before a decimal separator), similar to '.'
dot decimal separator which can appear only once though of course. In this case
(fr-FR locale) the comma is meant as a decimal separator but that only worked
by chance. Math does not switch / adapt to locales (which would be utterly
confusing and could lead to different formulas for the same text in different
locales).

-- 
You are receiving this mail because:
You 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: oox/source sd/qa writerfilter/source

2019-10-01 Thread Xisco Fauli (via logerrit)
 oox/source/drawingml/fillproperties.cxx   |8 ++-
 sd/qa/unit/data/pptx/tdf79007.pptx|binary
 sd/qa/unit/import-tests.cxx   |   58 ++
 writerfilter/source/dmapper/GraphicImport.cxx |9 
 4 files changed, 64 insertions(+), 11 deletions(-)

New commits:
commit 727ca36e83868acbe40aaa239cefc69659b9bc39
Author: Xisco Fauli 
AuthorDate: Mon Sep 30 23:18:14 2019 +0200
Commit: Xisco Faulí 
CommitDate: Wed Oct 2 00:14:05 2019 +0200

tdf#79007: PPTX: reset Contrast and Brightness when we map...

...MSO 'washout' to our watermark colormode

After d151ed35ad4c4e7aa9fbb807930fcf91dea2eba7,
Contrast and Brightness was reset only in writer,
so do it earlier for Impress and Writer

Change-Id: Icaf2b565880e31d86e09e2f56bac25eba52c8467
Reviewed-on: https://gerrit.libreoffice.org/79905
Tested-by: Jenkins
Reviewed-by: Xisco Faulí 

diff --git a/oox/source/drawingml/fillproperties.cxx 
b/oox/source/drawingml/fillproperties.cxx
index 82c48426d1a2..2a2deccf544d 100644
--- a/oox/source/drawingml/fillproperties.cxx
+++ b/oox/source/drawingml/fillproperties.cxx
@@ -758,8 +758,10 @@ void GraphicProperties::pushToPropMap( PropertyMap& 
rPropMap, const GraphicHelpe
 xGraphic = lclCheckAndApplyDuotoneTransform(maBlipProps, xGraphic, 
rGraphicHelper, API_RGB_TRANSPARENT);
 
 if (eColorMode == ColorMode_STANDARD && nBrightness == 70 && nContrast 
== -70)
+{
 // map MSO 'washout' to our Watermark colormode
 eColorMode = ColorMode_WATERMARK;
+}
 else if( nBrightness != 0 && nContrast != 0 )
 {
 // MSO uses a different algorithm for contrast+brightness, LO 
applies contrast before brightness,
@@ -767,9 +769,11 @@ void GraphicProperties::pushToPropMap( PropertyMap& 
rPropMap, const GraphicHelpe
 // contrast or brightness need to be altered, the result is the 
same, but if both are involved,
 // there's no way to map that, so just force a conversion of the 
image.
 xGraphic = applyBrightnessContrast( xGraphic, nBrightness, 
nContrast );
-nBrightness = 0;
-nContrast = 0;
 }
+
+nBrightness = 0;
+nContrast = 0;
+
 if(mbIsCustomShape)
 {
 // it is a cropped graphic.
diff --git a/sd/qa/unit/data/pptx/tdf79007.pptx 
b/sd/qa/unit/data/pptx/tdf79007.pptx
new file mode 100644
index ..65e94f1a9d9e
Binary files /dev/null and b/sd/qa/unit/data/pptx/tdf79007.pptx differ
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index 97f3345975ea..1fd0d5ef5e8c 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -49,6 +49,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -167,6 +168,7 @@ public:
 void testTdf103567();
 void testTdf103792();
 void testTdf103876();
+void testTdf79007();
 void testTdf104015();
 void testTdf104201();
 void testTdf103477();
@@ -263,6 +265,7 @@ public:
 CPPUNIT_TEST(testTdf103567);
 CPPUNIT_TEST(testTdf103792);
 CPPUNIT_TEST(testTdf103876);
+CPPUNIT_TEST(testTdf79007);
 CPPUNIT_TEST(testTdf104015);
 CPPUNIT_TEST(testTdf104201);
 CPPUNIT_TEST(testTdf103477);
@@ -1745,6 +1748,61 @@ void SdImportTest::testTdf103876()
 xDocShRef->DoClose();
 }
 
+void SdImportTest::testTdf79007()
+{
+sd::DrawDocShellRef xDocShRef = 
loadURL(m_directories.getURLFromSrc("sd/qa/unit/data/pptx/tdf79007.pptx"), 
PPTX);
+
+uno::Reference xShape1(getShapeFromPage(0, 0, 
xDocShRef));
+CPPUNIT_ASSERT_MESSAGE("Not a shape", xShape1.is());
+
+// Check we map mso washout to our watermark
+drawing::ColorMode aColorMode1;
+xShape1->getPropertyValue("GraphicColorMode") >>= aColorMode1;
+CPPUNIT_ASSERT_EQUAL(drawing::ColorMode_WATERMARK, aColorMode1);
+
+sal_Int16 nContrast1;
+xShape1->getPropertyValue("AdjustContrast") >>= nContrast1;
+CPPUNIT_ASSERT_EQUAL(static_cast(0), nContrast1);
+
+sal_Int16 nLuminance1;
+xShape1->getPropertyValue("AdjustLuminance") >>= nLuminance1;
+CPPUNIT_ASSERT_EQUAL(static_cast(0), nLuminance1);
+
+uno::Reference xShape2(getShapeFromPage(1, 0, 
xDocShRef));
+CPPUNIT_ASSERT_MESSAGE("Not a shape", xShape2.is());
+
+// Check we map mso grayscale to our grayscale
+drawing::ColorMode aColorMode2;
+xShape2->getPropertyValue("GraphicColorMode") >>= aColorMode2;
+CPPUNIT_ASSERT_EQUAL(drawing::ColorMode_GREYS, aColorMode2);
+
+sal_Int16 nContrast2;
+xShape2->getPropertyValue("AdjustContrast") >>= nContrast2;
+CPPUNIT_ASSERT_EQUAL(static_cast(0), nContrast2);
+
+sal_Int16 nLuminance2;
+xShape2->getPropertyValue("AdjustLuminance") >>= nLuminance2;
+CPPUNIT_ASSERT_EQUAL(static_cast(0), nLuminance2);
+
+uno::Reference xShape3(getShapeFromPage(2, 0, 
xDocShRef));
+

[Libreoffice-bugs] [Bug 108226] [META] PPTX (OOXML) bug tracker

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108226
Bug 108226 depends on bug 79007, which changed state.

Bug 79007 Summary: FILEOPEN PPTX Shapes with washout mode are not displayed
https://bugs.documentfoundation.org/show_bug.cgi?id=79007

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 127437] FILEOPEN PPTX Rotated text in shape is imported wrongly

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127437

--- Comment #1 from Regina Henschel  ---
The rotation angle is put into TextPreRotateAngle. That results in a
matrix-multiplication order scale-matrix * rotation-matrix in
ViewContactOfSdrObjCustomShape::createViewIndependentPrimitive2DSequence().
The decompose algorithm in B2DHomMatrix::decompose uses the column-vectors to
detect shear. With this multiplication order the column-vectors are not
orthogonal, and thus results in a shear angle.

If the rotation angle is put into TextRotateAngle, then the
matrix-multiplication order is rotation-matrix * scale-matrix. Then the
column-vectors are orthogonal and shear angle is zero.

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

[Libreoffice-bugs] [Bug 127619] [macOS 10.12 Sierra + 10.13 High Sierra] LibreOffice crash within 40s after opening app when automatic update option activated

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127619

steve -_-  changed:

   What|Removed |Added

Summary|[macOS][Sierra/High |[macOS 10.12 Sierra + 10.13
   |Sierra]LibreOffice crash|High Sierra] LibreOffice
   |within 40s after opening|crash within 40s after
   |app when automatic update   |opening app when automatic
   |option activated.   |update option activated

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

[Libreoffice-commits] core.git: external/boost

2019-10-01 Thread Stephan Bergmann (via logerrit)
 external/boost/clang-cl.patch.0 |   13 +
 1 file changed, 13 insertions(+)

New commits:
commit 62808ef28e05eee4945a6a15d981350d1306b848
Author: Stephan Bergmann 
AuthorDate: Tue Oct 1 15:25:46 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Oct 1 23:32:23 2019 +0200

external/boost: clang-cl cannot use MSVC's ATOMIC_FLAG_INIT

The C++ standard leaves it unspecified how ATOMIC_FLAG_INIT is defined, and 
at
least MS Visual Studio 2017 version 15.9 defines it as {0}, asking for list-
initialization, but std::atomic_flag is no aggregate (it has a default 
ctor) and
has no suitable ctor for that initializer list.  Other standard library
implementations solve that by e.g. adding a std::atomic_flag ctor taking a 
bool
parameter, and defining ATOMIC_FLAG_INIT as std::atomic_flag(false); but 
MSVC
apparently relies on some non-standard behavior here that allows to 
initialize
std::atomic_flag from {0}.  But that is apparently not supported by 
clang-cl,
causing failures like

> [build CXX] 
workdir/UnpackedTarball/boost/libs/locale/src/shared/date_time.cpp
> In file included from 
workdir/UnpackedTarball/boost/libs/locale/src/shared/date_time.cpp:11:
> In file included from 
workdir/UnpackedTarball/boost\boost/thread/locks.hpp:10:
> In file included from 
workdir/UnpackedTarball/boost\boost/thread/lock_algorithms.hpp:11:
> In file included from 
workdir/UnpackedTarball/boost\boost/thread/lock_types.hpp:18:
> In file included from 
workdir/UnpackedTarball/boost\boost/thread/thread_time.hpp:9:
> In file included from 
workdir/UnpackedTarball/boost\boost/date_time/time_clock.hpp:17:
> In file included from external/boost/include\boost/shared_ptr.hpp:27:
> In file included from 
workdir/UnpackedTarball/boost\boost/shared_ptr.hpp:17:
> In file included from 
workdir/UnpackedTarball/boost\boost/smart_ptr/shared_ptr.hpp:36:
> 
workdir/UnpackedTarball/boost\boost/smart_ptr/detail/spinlock_pool.hpp(77,5): 
error: no matching constructor for initialization of 'std::atomic_flag'
> BOOST_DETAIL_SPINLOCK_INIT, BOOST_DETAIL_SPINLOCK_INIT, 
BOOST_DETAIL_SPINLOCK_INIT, BOOST_DETAIL_SPINLOCK_INIT, 
BOOST_DETAIL_SPINLOCK_INIT,
> ^~
> 
workdir/UnpackedTarball/boost\boost/smart_ptr/detail/spinlock_std_atomic.hpp(81,38):
 note: expanded from macro 'BOOST_DETAIL_SPINLOCK_INIT'
> #define BOOST_DETAIL_SPINLOCK_INIT { ATOMIC_FLAG_INIT }
>  ^~~~
> 
C:/PROGRA~2/MIB055~1/2017/COMMUN~1/VC/Tools/MSVC/1416~1.270/Include\atomic(158,26):
 note: expanded from macro 'ATOMIC_FLAG_INIT'
> #define ATOMIC_FLAG_INIT{0}
> ^~~
> 
C:/PROGRA~2/MIB055~1/2017/COMMUN~1/VC/Tools/MSVC/1416~1.270/Include\atomic(169,2):
 note: candidate constructor not viable: no known conversion from 'int' to 
'const std::atomic_flag' for 1st argument
> atomic_flag(const atomic_flag&) = delete;
> ^
> 
C:/PROGRA~2/MIB055~1/2017/COMMUN~1/VC/Tools/MSVC/1416~1.270/Include\atomic(168,2):
 note: candidate constructor not viable: requires 0 arguments, but 1 was 
provided
> atomic_flag() noexcept = default;
> ^

The internals of external/boost appear to be the only place where we 
currently
use ATOMIC_FLAG_INIT, and we can work around that easily by picking a 
different
backend in boost/smart_ptr/detail/spinlock.hpp for the problematic 
combination
of Clang and _MSC_VER 1916 (which may need to be extended to further MSVC
versions).

Change-Id: Ie6aa62556efbedd3897ad7803b546cb8088ebe10
Reviewed-on: https://gerrit.libreoffice.org/79967
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/external/boost/clang-cl.patch.0 b/external/boost/clang-cl.patch.0
index 8834e4e626f3..49259a0d5783 100644
--- a/external/boost/clang-cl.patch.0
+++ b/external/boost/clang-cl.patch.0
@@ -19,6 +19,19 @@
typedef array_iterator,reference,
   mutable_iterator_tag> iterator;
 
+# clang-cl cannot use MSVC's ATOMIC_FLAG_INIT:
+--- boost/smart_ptr/detail/spinlock.hpp
 boost/smart_ptr/detail/spinlock.hpp
+@@ -43,7 +43,7 @@
+ #elif defined( BOOST_SP_USE_PTHREADS )
+ #  include 
+ 
+-#elif !defined( BOOST_NO_CXX11_HDR_ATOMIC )
++#elif !defined( BOOST_NO_CXX11_HDR_ATOMIC ) && !(defined __clang__ && defined 
_MSC_VER && _MSC_VER == 1916)
+ #  include 
+ 
+ #elif defined(__GNUC__) && defined( __arm__ ) && !defined( __thumb__ )
+
 # workdir/UnpackedTarball/boost/libs/thread/src/win32/thread.cpp(1006,36) :  
error: dllimport cannot be applied to non-inline function definition
 # BOOST_THREAD_DECL void __cdecl on_process_enter()
 #^
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org

[Libreoffice-commits] core.git: configure.ac

2019-10-01 Thread Stephan Bergmann (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 463a79cbc16c1b4aba1775d7f8ae0324753c322c
Author: Stephan Bergmann 
AuthorDate: Tue Oct 1 14:09:51 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Oct 1 23:32:10 2019 +0200

CXX_X64_BINARY must be clang-cl not cl when building with clang-cl

...to avoid failures like

> [build CXX] shell/source/win32/spsupp/registrar_x64.cxx
> cl : Command line error D8021 : invalid numeric argument '/Wendif-labels'

after 58ef8c188b6bb2ed307f5e825cc7e475c33d0c33 "Make spsupp*.dll usable on 
64-
bit Windows".

This is a bit of a hack, relying on CXX being passed in via autogen.input 
in my
clang-cl build.  Ideally, the code would be reorganized so that 
CXX_X64_BINARY
is only set after CXX has been set.

Change-Id: Ia2c823ad6b917218858ea541cc6a65fa423e3a09
Reviewed-on: https://gerrit.libreoffice.org/79959
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/configure.ac b/configure.ac
index 30bd03c24123..9de464819664 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3617,7 +3617,7 @@ if test "$_os" = "WINNT"; then
 AC_MSG_WARN([Installation set will not contain 64-bit Explorer 
extensions])
 fi
 else
-CXX_X64_BINARY=$MSVC_CXX
+CXX_X64_BINARY=${CXX:-$MSVC_CXX}
 fi
 AC_SUBST(BUILD_X64)
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127916] New: Right to left direction is not working in ubuntu

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127916

Bug ID: 127916
   Summary: Right to left direction is not working in ubuntu
   Product: LibreOffice
   Version: 6.3.1.1 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ahmed.g...@gmail.com

Description:
Right to left don't work on libreoffice 6.3 on ubuntu
Please, i need this feature .It's necessary for me.

Actual Results:
Right to left is not working well

Expected Results:
To write in arabic


Reproducible: Always


User Profile Reset: Yes



Additional Info:

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

[Libreoffice-commits] core.git: distro-configs/Jenkins

2019-10-01 Thread Stephan Bergmann (via logerrit)
 distro-configs/Jenkins/Linux_ubsan_master.conf |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 12e8ef4505d07adf9f115670f07d12b85f4fd5a2
Author: Stephan Bergmann 
AuthorDate: Tue Oct 1 14:50:31 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Oct 1 23:02:37 2019 +0200

Use --with-sytem-cairo for the ASan+UBSan tinderbox again

After 1ae450504cf57457f9702684b1517fda1dd3c481 "drop gtk2 support" removed 
the
implicit --enable-gtk which removed the implicit --with-system-cairo,
 started to fail with

> [build LNK] Executable/canvasdemo
[...]
> /home/tdf/lode/jenkins/workspace/lo_ubsan/instdir/program/libcairo.so.2: 
undefined reference to `__muloti4'
[...]
> clang-9: error: linker command failed with exit code 1 (use -v to see 
invocation)
> 
/home/tdf/lode/jenkins/workspace/lo_ubsan/solenv/gbuild/LinkTarget.mk:635: 
recipe for target 
'/home/tdf/lode/jenkins/workspace/lo_ubsan/workdir/LinkTarget/Executable/canvasdemo'
 failed

etc.  Instead of trying to fix that, just explicitly build 
--with-system-cairo
again.  (Another approach could be to --enable-gtk3, which implicitly sets
--with-system-cairo, too.)

Change-Id: I335b2a694b85a15efae6002d890ce0d67811b2bb
Reviewed-on: https://gerrit.libreoffice.org/79962
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/distro-configs/Jenkins/Linux_ubsan_master.conf 
b/distro-configs/Jenkins/Linux_ubsan_master.conf
index 02c630a137a3..da751f0a6cc5 100644
--- a/distro-configs/Jenkins/Linux_ubsan_master.conf
+++ b/distro-configs/Jenkins/Linux_ubsan_master.conf
@@ -23,5 +23,6 @@
 --without-system-libpng
 --without-system-libxml
 --without-system-zlib
+--with-system-cairo
 --disable-compiler-plugins
 --disable-gtk3
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: embeddedobj/source extensions/Library_WinUserInfoBe.mk extensions/source vcl/source

2019-10-01 Thread Stephan Bergmann (via logerrit)
 embeddedobj/source/msole/olevisual.cxx |5 +++--
 extensions/Library_WinUserInfoBe.mk|1 +
 extensions/source/config/WinUserInfo/WinUserInfoBe.cxx |8 
 vcl/source/app/svdata.cxx  |6 +++---
 4 files changed, 11 insertions(+), 9 deletions(-)

New commits:
commit e25758ac95380965aba486e1eae62f144d389185
Author: Stephan Bergmann 
AuthorDate: Tue Oct 1 10:29:56 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Oct 1 23:03:19 2019 +0200

loplugin:logexceptionnicely (clang-cl)

Change-Id: I2da126a38db61d2a0f36f8f2d38b0dddeb26c9d4
Reviewed-on: https://gerrit.libreoffice.org/79929
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/embeddedobj/source/msole/olevisual.cxx 
b/embeddedobj/source/msole/olevisual.cxx
index 879d0b0ce9ec..5a12ac3588ba 100644
--- a/embeddedobj/source/msole/olevisual.cxx
+++ b/embeddedobj/source/msole/olevisual.cxx
@@ -31,6 +31,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #if defined(_WIN32)
 #include "olecomponent.hxx"
@@ -234,9 +235,9 @@ awt::Size SAL_CALL OleEmbeddedObject::getVisualAreaSize( 
sal_Int64 nAspect )
 {
 changeState(embed::EmbedStates::LOADED);
 }
-catch( const uno::Exception& e )
+catch( const uno::Exception& )
 {
-SAL_WARN("embeddedobj.ole", "ignoring " << e);
+TOOLS_WARN_EXCEPTION("embeddedobj.ole", "ignoring ");
 }
 }
 
diff --git a/extensions/Library_WinUserInfoBe.mk 
b/extensions/Library_WinUserInfoBe.mk
index 6fdad389a480..8d9835db5000 100644
--- a/extensions/Library_WinUserInfoBe.mk
+++ b/extensions/Library_WinUserInfoBe.mk
@@ -25,6 +25,7 @@ $(eval $(call gb_Library_use_libraries,WinUserInfoBe,\
cppuhelper \
cppu \
sal \
+   tl \
 ))
 
 $(eval $(call gb_Library_use_system_win32_libs,WinUserInfoBe,\
diff --git a/extensions/source/config/WinUserInfo/WinUserInfoBe.cxx 
b/extensions/source/config/WinUserInfo/WinUserInfoBe.cxx
index d8959264af20..a7732fa196fd 100644
--- a/extensions/source/config/WinUserInfo/WinUserInfoBe.cxx
+++ b/extensions/source/config/WinUserInfo/WinUserInfoBe.cxx
@@ -18,7 +18,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 
 #include 
 #include 
@@ -249,10 +249,10 @@ private:
 
css::uno::UNO_QUERY_THROW);
 xChangesBatch->commitChanges();
 }
-catch (const css::uno::Exception& e)
+catch (const css::uno::Exception&)
 {
-SAL_WARN("extensions.config",
- "ADsUserAccess: access to configuration data failed: " << 
e);
+TOOLS_WARN_EXCEPTION("extensions.config",
+ "ADsUserAccess: access to configuration data 
failed:");
 }
 }
 
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index d88afef8a40c..877f3011d536 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -334,10 +334,10 @@ bool ImplInitAccessBridge()
  = css::accessibility::MSAAService::create(xContext);
  SAL_INFO("vcl", "got IAccessible2 bridge");
  return true;
- } catch (css::uno::DeploymentException & e) {
- SAL_WARN(
+ } catch (css::uno::DeploymentException &) {
+ TOOLS_WARN_EXCEPTION(
 "vcl",
-"got no IAccessible2 bridge" << e);
+"got no IAccessible2 bridge");
  return false;
  }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - shell/source solenv/gbuild

2019-10-01 Thread Stephan Bergmann (via logerrit)
 shell/source/win32/spsupp/spsuppHelper.cxx |2 ++
 solenv/gbuild/platform/com_MSC_defs.mk |6 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 22267b7797340d1eb52ced10fe05afeb8a42fc2b
Author: Stephan Bergmann 
AuthorDate: Tue Oct 1 14:21:17 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Oct 1 22:35:24 2019 +0200

When building with clang-cl, nevertheless use MSVC's CXXFLAGS_CXX11 for CLR

...which is built with MSVC after all.  
0a99b5a1b7325454fe3d1174d44354888aa22012
"When building with clang-cl on Windows, build CLR code with MSVC" had 
happened
to get away with passing a bogus -Xclang -std=... (which cl then ignores)
instead of /std:c++17, but nowadays the build fails with things like

> [build CLR] cli_ure/source/climaker/climaker_app.cxx
[...]
> cl : Command line warning D9002 : ignoring unknown option '-Xclang'
> cl : Command line warning D9002 : ignoring unknown option '-std=gnu++2a'
> string_view is only available with C++17 or later.
> include\rtl/stringconcat.hxx(232): error C2429: attribute 'nodiscard' 
requires compiler flag '/std:c++17'
[...]

This is a bit of a hack, using hardcoded values for now.  Ideally we would
capture MSVC's CXXFLAGS_CXX11 in an additional variable in configure.ac, 
and do
a subst from CXXFLAGS_CXX11 to MSVC's CXXFLAGS_CXX11 here.

Change-Id: Ifde367c7d1c3db57e75a6ccadc82d534bcb13d0a
Reviewed-on: https://gerrit.libreoffice.org/79961
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk 
b/solenv/gbuild/platform/com_MSC_defs.mk
index f94ce967bced..8a3bda2cb6a2 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -282,7 +282,11 @@ gb_LTOFLAGS := $(if $(filter TRUE,$(ENABLE_LTO)),-GL)
 
 # When compiling for CLR, disable "warning C4339: use of undefined type 
detected
 # in CLR meta-data - use of this type may lead to a runtime exception":
-gb_CXXCLRFLAGS := $(gb_CXXFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
+gb_CXXCLRFLAGS := \
+   $(if $(COM_IS_CLANG), \
+   $(patsubst -std=%,-std:c++17 -Zc:__cplusplus,$(gb_CXXFLAGS)), \
+   $(gb_CXXFLAGS)) \
+   $(gb_LinkTarget_EXCEPTIONFLAGS) \
-AI $(INSTDIR)/$(LIBO_URE_LIB_FOLDER) \
-EHa \
-clr \
commit 5b4a9cd357bf5767e8dde36249f76631d6f4beca
Author: Stephan Bergmann 
AuthorDate: Tue Oct 1 14:17:55 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Oct 1 22:35:11 2019 +0200

-Werror,-Wswitch (clang-cl)

Change-Id: I3d40104d6822ebb80ebec44b36bcdfa5c7e953ed
Reviewed-on: https://gerrit.libreoffice.org/79960
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/shell/source/win32/spsupp/spsuppHelper.cxx 
b/shell/source/win32/spsupp/spsuppHelper.cxx
index 0c4834f960e0..57b7c9a8cf86 100644
--- a/shell/source/win32/spsupp/spsuppHelper.cxx
+++ b/shell/source/win32/spsupp/spsuppHelper.cxx
@@ -184,6 +184,8 @@ int ViewDocument(LPCWSTR DocumentLocation, LPCWSTR 
OpenType, LPCWSTR varProgID)
 {
 case Answer::Cancel:
 return 1;
+case Answer::ReadOnly:
+break;
 case Answer::Edit:
 return EditDocument(DocumentLocation, L"0", varProgID);
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127669] Save to different file formats using the iOS app

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127669

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

https://git.libreoffice.org/online/commit/078c9f2848033355b9f32eae72e86e4fbe7fc32f

tdf#127669: Add more export formats for mobile apps

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

[Libreoffice-bugs] [Bug 126972] Always show the application menu on "tablet sized" screens

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126972

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

https://git.libreoffice.org/online/commit/5a02299c9e072fe427dc433529683af005b9146d

Revert "tdf#126972: The "file icon" button in the menubar is useless..."

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

[Libreoffice-bugs] [Bug 127669] Save to different file formats using the iOS app

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127669

--- Comment #6 from Commit Notification 
 ---
Tor Lillqvist committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/online/commit/e4a763b2844f1115d54f4fec475ed0ff5e4b587f

tdf#127669: Implement "export as" in the iOS app in general, not just for PDF

-- 
You are receiving this mail because:
You 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: 2 commits - kit/ChildSession.cpp loleaflet/src

2019-10-01 Thread Tor Lillqvist (via logerrit)
 kit/ChildSession.cpp |7 +--
 loleaflet/src/control/Control.Menubar.js |   19 ---
 2 files changed, 21 insertions(+), 5 deletions(-)

New commits:
commit 078c9f2848033355b9f32eae72e86e4fbe7fc32f
Author: Tor Lillqvist 
AuthorDate: Tue Oct 1 16:34:17 2019 +0300
Commit: Tor Lillqvist 
CommitDate: Tue Oct 1 22:33:18 2019 +0200

tdf#127669: Add more export formats for mobile apps

The same formats are offered as for "Download as" in web-based Online.
But in the apps, the menu entry is called "Export as", not "Download
as", because the document is not being edited on some server from
which it would be downloaded.

Change-Id: I5b1bfc3300bae2c213812c2534ae6b583423662c
Reviewed-on: https://gerrit.libreoffice.org/79964
Reviewed-by: Tor Lillqvist 
Tested-by: Tor Lillqvist 
(cherry picked from commit c7bfc05dcb1c475c1bf9a70d39732790793380d9)
Reviewed-on: https://gerrit.libreoffice.org/8

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index dd2e92287..b1f08a722 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -27,7 +27,12 @@ L.Control.Menubar = L.Control.extend({
{name: _('Word 2003 Document (.doc)'), 
id: 'downloadas-doc', type: 'action'},
{name: _('Word Document (.docx)'), id: 
'downloadas-docx', type: 'action'},
{name: _('Rich Text (.rtf)'), id: 
'downloadas-rtf', type: 'action'}]},
-   {name: _('Save as PDF'), id: 'downloadas-pdf', 
mobileapp: true, type: 'action'},
+   {name: _('Export as'), id: 'downloadas', type: 
'menu', mobileapp: true, menu: [
+   {name: _('PDF Document (.pdf)'), id: 
'downloadas-pdf', type: 'action'},
+   {name: _('ODF text document (.odt)'), 
id: 'downloadas-odt', type: 'action'},
+   {name: _('Word 2003 Document (.doc)'), 
id: 'downloadas-doc', type: 'action'},
+   {name: _('Word Document (.docx)'), id: 
'downloadas-docx', type: 'action'},
+   {name: _('Rich Text (.rtf)'), id: 
'downloadas-rtf', type: 'action'}]},
{name: _('Sign document'), id: 'signdocument', 
type: 'action'},
{type: 'separator'},
{name: _('Close document'), id: 
'closedocument', type: 'action'}
@@ -255,7 +260,11 @@ L.Control.Menubar = L.Control.extend({
{name: _('ODF presentation (.odp)'), 
id: 'downloadas-odp', type: 'action'},
{name: _('PowerPoint 2003 Presentation 
(.ppt)'), id: 'downloadas-ppt', type: 'action'},
{name: _('PowerPoint Presentation 
(.pptx)'), id: 'downloadas-pptx', type: 'action'}]},
-   {name: _('Save as PDF'), id: 'downloadas-pdf', 
mobileapp: true, type: 'action'},
+   {name: _('Export as'), id: 'downloadas', type: 
'menu', mobileapp: true, menu: [
+   {name: _('PDF Document (.pdf)'), id: 
'downloadas-pdf', type: 'action'},
+   {name: _('ODF presentation (.odp)'), 
id: 'downloadas-odp', type: 'action'},
+   {name: _('PowerPoint 2003 Presentation 
(.ppt)'), id: 'downloadas-ppt', type: 'action'},
+   {name: _('PowerPoint Presentation 
(.pptx)'), id: 'downloadas-pptx', type: 'action'}]},
{type: 'separator'},
{name: _('Close document'), id: 
'closedocument', type: 'action'}
]},
@@ -346,7 +355,11 @@ L.Control.Menubar = L.Control.extend({
{name: _('ODF spreadsheet (.ods)'), id: 
'downloadas-ods', type: 'action'},
{name: _('Excel 2003 Spreadsheet 
(.xls)'), id: 'downloadas-xls', type: 'action'},
{name: _('Excel Spreadsheet (.xlsx)'), 
id: 'downloadas-xlsx', type: 'action'}]},
-   {name: _('Save as PDF'), id: 'downloadas-pdf', 
mobileapp: true, type: 'action'},
+   {name: _('Export as'), id:'downloadas', type: 
'menu', mobileapp: true, menu: [
+   {name: _('PDF Document (.pdf)'), id: 
'downloadas-pdf', type: 'action'},
+   {name: _('ODF spreadsheet (.ods)'), id: 
'downloadas-ods', type: 'action'},
+   {name: _('Excel 2003 Spreadsheet 
(.xls)'), id: 'downloadas-xls', type: 

[Libreoffice-bugs] [Bug 127669] Save to different file formats using the iOS app

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127669

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.0

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

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

2019-10-01 Thread Tor Lillqvist (via logerrit)
 loleaflet/src/control/Control.Menubar.js |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5a02299c9e072fe427dc433529683af005b9146d
Author: Tor Lillqvist 
AuthorDate: Tue Oct 1 12:07:08 2019 +0300
Commit: Tor Lillqvist 
CommitDate: Tue Oct 1 22:32:16 2019 +0200

Revert "tdf#126972: The "file icon" button in the menubar is useless..."

This reverts commit c5d6c7dd402da6987cd01f3c0759b28b3503d85c.

We do want the logo to be there.

Change-Id: I2378271e54cbe0763ad41c56b23c1b97a6d2a8ae
Reviewed-on: https://gerrit.libreoffice.org/79950
Reviewed-by: Tor Lillqvist 
Tested-by: Tor Lillqvist 
(cherry picked from commit a165c2053dd47c0fbe1cbb86202e281072df7710)
Reviewed-on: https://gerrit.libreoffice.org/79997

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index fc0f44f1d..f489f6324 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -577,7 +577,7 @@ L.Control.Menubar = L.Control.extend({
});
$('#main-menu').attr('tabindex', 0);
 
-   if (!window.ThisIsTheiOSApp && this._map._permission !== 
'readonly') {
+   if (this._map._permission !== 'readonly') {
this._createFileIcon();
}
},
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-10-01 Thread Tor Lillqvist (via logerrit)
 loleaflet/src/control/Control.Menubar.js |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 4d934b01bf08ab7fe2fedcf5896a4664e5e6d308
Author: Tor Lillqvist 
AuthorDate: Tue Oct 1 13:33:02 2019 +0300
Commit: Tor Lillqvist 
CommitDate: Tue Oct 1 22:32:39 2019 +0200

Show the logo also before the 'make-editable' button is clicked in the iOS 
app

Change-Id: I69e3a8bfa467de295a23816aa2d0c43ec2aaf61a
Reviewed-on: https://gerrit.libreoffice.org/79951
Reviewed-by: Tor Lillqvist 
Tested-by: Tor Lillqvist 
(cherry picked from commit a0c669d2ab3680c872552d890868dd74499ac92e)
Reviewed-on: https://gerrit.libreoffice.org/79998

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index f489f6324..dd2e92287 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -577,7 +577,9 @@ L.Control.Menubar = L.Control.extend({
});
$('#main-menu').attr('tabindex', 0);
 
-   if (this._map._permission !== 'readonly') {
+   // The _createFileIcon function shows the Collabora logo in the 
iOS app case, no
+   // need to delay that until the document has been made editable.
+   if (window.ThisIsTheiOSApp || this._map._permission !== 
'readonly') {
this._createFileIcon();
}
},
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127915] New: chapters numbering wrong when opening a word document

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127915

Bug ID: 127915
   Summary: chapters numbering wrong when opening a word document
   Product: LibreOffice
   Version: 6.3.2.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mroto...@e-rotondo.eu

Description:
When opening in Writer a Word document (extension .docx) the sub-chapters
numbering gets wrong. Instead of starting according to the chapter (e.g. 3.1,
3.2, 3.3) the numbering follows the chapter 1 "order"; chapter 3 may therefore
contain subchapter 1.6 instead of its subchapter 1 etc.

Steps to Reproduce:
N.A. It happens with docs written by a third party

Actual Results:
N.A

Expected Results:
N.A


Reproducible: Sometimes


User Profile Reset: No



Additional Info:
it happens with docs from external parties. It does not happen opening the same
document with NeoOffice (That is based on the same Libre Office origin) or with
Polaris Office

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

[Libreoffice-bugs] [Bug 127914] When exporting PDF, Security Settings\Permissions Don't Work

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127914

--- Comment #1 from larrybradley  ---
Just as a side comment, it seems like the following checkbox items should be at
the TOP of the Bug Report form instead of at the bottom:

Did you try resetting your UserProfile? 


Is OpenGL enabled?

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

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

2019-10-01 Thread Ilhan Yesil (via logerrit)
 sc/source/ui/view/gridwin4.cxx |   18 ++
 1 file changed, 18 insertions(+)

New commits:
commit caeb7b141280a65e60525f11a7e6514b76e12e11
Author: Ilhan Yesil 
AuthorDate: Wed Jul 10 15:41:27 2019 +0200
Commit: Eike Rathke 
CommitDate: Tue Oct 1 22:13:09 2019 +0200

tdf#124983 In calc make printable page borders also initially visible

If option "LibreOfficeDev Calc/View/Page breaks"
is enabled, breaks should be visible. But if the document
is opened the first time, the breaks are not calculated yet
and therefore not visible.

Change-Id: I651e4df4a9c292aa953888498a5c9d0fb5b8c8d2
Reviewed-on: https://gerrit.libreoffice.org/75355
Tested-by: Jenkins
Reviewed-by: Eike Rathke 

diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx
index 4893b31c6b1b..947961218438 100644
--- a/sc/source/ui/view/gridwin4.cxx
+++ b/sc/source/ui/view/gridwin4.cxx
@@ -69,6 +69,7 @@
 #include 
 #include 
 #include 
+#include 
 
 static void lcl_LimitRect( tools::Rectangle& rRect, const tools::Rectangle& 
rVisible )
 {
@@ -560,6 +561,23 @@ void ScGridWindow::DrawContent(OutputDevice , 
const ScTableInfo& rTableI
 bool bGridFirst = !rOpts.GetOption( VOPT_GRID_ONTOP );
 
 bool bPage = rOpts.GetOption( VOPT_PAGEBREAKS );
+// tdf#124983, if option LibreOfficeDev Calc/View/Visual Aids/Page breaks
+// is enabled, breaks should be visible. If the document is opened the 
first
+// time, the breaks are not calculated yet, so this initialization is
+// done here.
+if (bPage)
+{
+std::set aColBreaks;
+std::set aRowBreaks;
+rDoc.GetAllColBreaks(aColBreaks, nTab, true, false);
+rDoc.GetAllRowBreaks(aRowBreaks, nTab, true, false);
+if (aColBreaks.size() == 0 || aRowBreaks.size() == 0)
+{
+ScDocShell* pDocSh = pViewData->GetDocShell();
+ScPrintFunc aPrintFunc(pDocSh, pDocSh->GetPrinter(), nTab);
+aPrintFunc.UpdatePages();
+}
+}
 
 bool bPageMode = pViewData->IsPagebreakMode();
 if (bPageMode)  // after FindChanged
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127914] New: When exporting PDF, Security Settings\Permissions Don't Work

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127914

Bug ID: 127914
   Summary: When exporting PDF, Security Settings\Permissions
Don't Work
   Product: LibreOffice
   Version: 6.3.2.1 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: larrywbrad...@gmail.com

Description:
When exporting a pdf, entered the "Set Permission Password," then selected
PRINTING "Not Permitted" and CHANGES "Not Permitted" and left blank "Enable
Copying of Content" prior to exporting to pdf. Next, opened the exported pdf in
Okular and was able to both copy text and print the file.

Steps to Reproduce:
1.Select File, Properties, Security, 
2.Set Permission Password and click Okay.
3.Select PRINTING "Not Permitted"
4.Select CHANGES "Not Permitted"
5.Leave unchecked "Enable Copying of Content"
6.Export to PDF

Actual Results:
Opened exported PDF file in Okular.
1.Able to copy text in PDF and paste to text file.
2.Able to print PDF.

Expected Results:
Should not have been able to copy exported PDF text or print exported PDF.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: StartModule
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: yes

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

[Libreoffice-bugs] [Bug 127868] Writer Option "Espace insécable" does not work

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127868

--- Comment #1 from Jean-Philippe LEBRAT  ---
Problem has been checked with two different 6.3.X versions and only appears
since 6.3 versions (a regression) (no problem in any of 6.2.X version)

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

[Libreoffice-bugs] [Bug 125575] Saving a file will later lead to unusable app

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125575

--- Comment #16 from Tor Lillqvist  ---
It seems that the patch is not needed in the master branch, at least in my
testing. (The code is somewhat different there.)

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

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

2019-10-01 Thread Muhammet Kara (via logerrit)
 filter/source/pdf/pdfexport.cxx   |3 +++
 sc/source/filter/oox/workbookfragment.cxx |4 
 sc/source/ui/docshell/docsh.cxx   |4 
 sc/source/ui/optdlg/calcoptionsdlg.cxx|5 +
 sc/source/ui/optdlg/tpformula.cxx |   12 
 5 files changed, 28 insertions(+)

New commits:
commit 32f28dfa4c1de2b92664a5c0c3eca4fffecc0b28
Author: Muhammet Kara 
AuthorDate: Tue Oct 1 11:22:21 2019 +0200
Commit: Muhammet Kara 
CommitDate: Tue Oct 1 21:56:25 2019 +0200

Avoid unnecessary iterations in for loop

Change-Id: I9f2d0fba4754b8d4db906012dc1429640fe444b5
Reviewed-on: https://gerrit.libreoffice.org/79944
Tested-by: Jenkins
Reviewed-by: Muhammet Kara 

diff --git a/filter/source/pdf/pdfexport.cxx b/filter/source/pdf/pdfexport.cxx
index 9c023010f9ac..7368512293bf 100644
--- a/filter/source/pdf/pdfexport.cxx
+++ b/filter/source/pdf/pdfexport.cxx
@@ -200,7 +200,10 @@ bool PDFExport::ExportSelection( vcl::PDFWriter& 
rPDFWriter,
 for( sal_Int32 nProperty = 0, nPropertyCount = 
aRenderer.getLength(); nProperty < nPropertyCount; ++nProperty )
 {
 if ( aRenderer[ nProperty ].Name == "PageSize" )
+{
 aRenderer[ nProperty].Value >>= aPageSize;
+break;
+}
 }
 
 rPDFExtOutDevData.SetCurrentPageNumber( nCurrentPage );
commit dc1f304de78ccf20b3264cbc904d65f78864ec63
Author: Gabor Kelemen 
AuthorDate: Thu Aug 2 01:02:56 2018 +0200
Commit: Eike Rathke 
CommitDate: Tue Oct 1 21:56:22 2019 +0200

tdf#119021 Support lock down settings of Formula tab page

Change-Id: I3131e8fd98b43cf4073970444589e8fae9553bc1
Reviewed-on: https://gerrit.libreoffice.org/75402
Tested-by: Jenkins
Reviewed-by: Eike Rathke 

diff --git a/sc/source/filter/oox/workbookfragment.cxx 
b/sc/source/filter/oox/workbookfragment.cxx
index 540c2b3b89de..7e7edc655a59 100644
--- a/sc/source/filter/oox/workbookfragment.cxx
+++ b/sc/source/filter/oox/workbookfragment.cxx
@@ -525,6 +525,7 @@ public:
 {
 }
 bool get_active() const { return m_xWarningOnBox->get_active(); }
+void hide_ask() const { m_xWarningOnBox->set_visible(false); };
 };
 
 }
@@ -547,6 +548,9 @@ void WorkbookFragment::recalcFormulaCells()
 
aQueryBox.set_primary_text(ScResId(STR_QUERY_FORMULA_RECALC_ONLOAD_XLS));
 aQueryBox.set_default_response(RET_YES);
 
+if ( 
officecfg::Office::Calc::Formula::Load::OOXMLRecalcMode::isReadOnly() )
+aQueryBox.hide_ask();
+
 bHardRecalc = aQueryBox.run() == RET_YES;
 
 if (aQueryBox.get_active())
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index 42b538035405..0fce15e67a72 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -433,6 +433,7 @@ public:
 {
 }
 bool get_active() const { return m_xWarningOnBox->get_active(); }
+void hide_ask() const { m_xWarningOnBox->set_visible(false); };
 };
 
 
@@ -511,6 +512,9 @@ bool ScDocShell::LoadXML( SfxMedium* pLoadMedium, const 
css::uno::Reference< css
 
aQueryBox.set_primary_text(ScResId(STR_QUERY_FORMULA_RECALC_ONLOAD_ODS));
 aQueryBox.set_default_response(RET_YES);
 
+if ( 
officecfg::Office::Calc::Formula::Load::OOXMLRecalcMode::isReadOnly() )
+aQueryBox.hide_ask();
+
 bHardRecalc = aQueryBox.run() == RET_YES;
 
 if (aQueryBox.get_active())
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.cxx 
b/sc/source/ui/optdlg/calcoptionsdlg.cxx
index 43533c4df530..a3e9d73935d1 100644
--- a/sc/source/ui/optdlg/calcoptionsdlg.cxx
+++ b/sc/source/ui/optdlg/calcoptionsdlg.cxx
@@ -9,6 +9,8 @@
 
 #include 
 
+#include 
+
 #include 
 #include "calcoptionsdlg.hxx"
 
@@ -66,13 +68,16 @@ ScCalcOptionsDialog::ScCalcOptionsDialog(weld::Window* 
pParent, const ScCalcConf
 {
 mxConversion->set_active(static_cast(rConfig.meStringConversion));
 mxConversion->connect_changed(LINK(this, ScCalcOptionsDialog, 
ConversionModifiedHdl));
+mxConversion->set_sensitive( 
!officecfg::Office::Calc::Formula::Syntax::StringConversion::isReadOnly() );
 
 mxEmptyAsZero->set_active(rConfig.mbEmptyStringAsZero);
 mxEmptyAsZero->connect_toggled(LINK(this, ScCalcOptionsDialog, 
AsZeroModifiedHdl));
 CoupleEmptyAsZeroToStringConversion();
+mxEmptyAsZero->set_sensitive ( 
!officecfg::Office::Calc::Formula::Syntax::EmptyStringAsZero::isReadOnly() );
 
 mxSyntax->set_active(toSelectedItem(rConfig.meStringRefAddressSyntax));
 mxSyntax->connect_changed(LINK(this, ScCalcOptionsDialog, 
SyntaxModifiedHdl));
+mxSyntax->set_sensitive ( 
!officecfg::Office::Calc::Formula::Syntax::StringRefAddressSyntax::isReadOnly() 
);
 
 mxCurrentDocOnly->set_active(!mbWriteConfig);
 

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

2019-10-01 Thread Stephan Bergmann (via logerrit)
 include/svl/svdde.hxx   |4 ++--
 svl/source/svdde/ddecli.cxx |2 +-
 svl/source/svdde/ddesvr.cxx |2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 357e8bdfc15eea083d8a8699ecc2de9a8a615c23
Author: Stephan Bergmann 
AuthorDate: Tue Oct 1 14:02:34 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Oct 1 21:54:05 2019 +0200

loplugin:returnconstval (clang-cl)

Change-Id: Ib3c3e32bd998ac7e29f45cc4ce511a863096c3b5
Reviewed-on: https://gerrit.libreoffice.org/79958
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx
index 10f6ec8f17a2..546b20710e88 100644
--- a/include/svl/svdde.hxx
+++ b/include/svl/svdde.hxx
@@ -99,7 +99,7 @@ public:
 virtual~DdeTransaction();
 
 boolIsBusy() const { return bBusy; }
-const OUString GetName() const;
+OUString GetName() const;
 
 voidExecute();
 
@@ -211,7 +211,7 @@ public:
 DdeItem( const DdeItem& );
 virtual ~DdeItem();
 
-const OUString GetName() const;
+OUString GetName() const;
 short   GetLinks();
 voidNotifyClient();
 };
diff --git a/svl/source/svdde/ddecli.cxx b/svl/source/svdde/ddecli.cxx
index 29134e5a0767..020cf71b7efa 100644
--- a/svl/source/svdde/ddecli.cxx
+++ b/svl/source/svdde/ddecli.cxx
@@ -313,7 +313,7 @@ void DdeTransaction::Execute()
 }
 }
 
-const OUString DdeTransaction::GetName() const
+OUString DdeTransaction::GetName() const
 {
 return pName->toOUString();
 }
diff --git a/svl/source/svdde/ddesvr.cxx b/svl/source/svdde/ddesvr.cxx
index 8060cf0f4835..beb55c195fc2 100644
--- a/svl/source/svdde/ddesvr.cxx
+++ b/svl/source/svdde/ddesvr.cxx
@@ -656,7 +656,7 @@ DdeItem::~DdeItem()
 delete pImpData;
 }
 
-const OUString DdeItem::GetName() const
+OUString DdeItem::GetName() const
 {
 return pName->toOUString();
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 127893] Detect other date formats when pasting text

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127893

--- Comment #4 from Jonny Grant  ---
Created attachment 154689
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154689=edit
test.csv with greyed out

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

[Libreoffice-bugs] [Bug 127893] Detect other date formats when pasting text

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127893

--- Comment #3 from Jonny Grant  ---
Hi Oliver
Many thanks for your reply.

Could I ask, how are you pasting to get that dialog?
When I paste, I don't get those options.

If I save Jul-19-2019 in a file.csv, and then open the file, I get your dialog,
but the "Column type" is greyed out, even with "Detect special numbers"
enabled. Any ideas?

I wonder which version you are using.

I will add a screenshot.
Jonny


Version: 6.3.2.2 (x64)
Build ID: 98b30e735bda24bc04ab42594c85f7fd8be07b9c
CPU threads: 1; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: en-GB (en_GB); UI-Language: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 127913] CRASH: applying popart filter to an image

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127913

Xisco Faulí  changed:

   What|Removed |Added

 CC||noelgran...@gmail.com,
   ||xiscofa...@libreoffice.org
 Status|UNCONFIRMED |NEW
   Keywords||bibisected, bisected,
   ||regression
 Ever confirmed|0   |1
   Severity|normal  |major
Version|6.4.0.0.alpha0+ Master  |6.3.0.0.alpha1+
   Priority|medium  |high

--- Comment #1 from Xisco Faulí  ---
Regression introduced by:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=1cd32bcf1b92bd53320717626601135623dadd55

author  Noel Grandin  2018-12-10 11:28:59
+0200
committer   Noel Grandin  2018-12-11
06:26:48 +0100
commit  1cd32bcf1b92bd53320717626601135623dadd55 (patch)
tree5f33c3b070ac297bdba6bacb904d4ecd9644bef8
parent  34d5e910adba4094bba1303284f9552028d0b019 (diff)
loplugin:useuniqueptr in vcl

Bisected with: bibisect-linux64-6.3

Adding Cc: to Noel Grandin

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

[Libreoffice-bugs] [Bug 127913] New: CRASH: applying popart filter to an image

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127913

Bug ID: 127913
   Summary: CRASH: applying popart filter to an image
   Product: LibreOffice
   Version: 6.4.0.0.alpha0+ Master
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xiscofa...@libreoffice.org

Created attachment 154688
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154688=edit
sample file

Steps to reproduce:
1. Open attached document
2. Select the image
3. In the Image toolbar go to Filter - Popart

-> Crash

Reproduced in

Version: 6.3.0.0.alpha1+
Build ID: c98b1f1cd43b3e109bcaf6324ef2d1f449b34099
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: en-US (ca_ES.UTF-8); UI-Language: en-US
Calc: threaded

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

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

2019-10-01 Thread Stephan Bergmann (via logerrit)
 shell/source/win32/ooofilereader/autostyletag.hxx |2 +-
 shell/source/win32/ooofilereader/dummytag.hxx |2 +-
 shell/source/win32/ooofilereader/itag.hxx |2 +-
 shell/source/win32/ooofilereader/keywordstag.hxx  |2 +-
 shell/source/win32/ooofilereader/simpletag.cxx|2 +-
 shell/source/win32/ooofilereader/simpletag.hxx|2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit ac8cb02cfdeef48dac0baa6646253170d1e1f2c9
Author: Stephan Bergmann 
AuthorDate: Tue Oct 1 14:00:28 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Oct 1 21:42:00 2019 +0200

loplugin:returnconstval (clang-cl)

Change-Id: Id1bcc878f40fba804f78f7a5b7cd463db8dc5988
Reviewed-on: https://gerrit.libreoffice.org/79957
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/shell/source/win32/ooofilereader/autostyletag.hxx 
b/shell/source/win32/ooofilereader/autostyletag.hxx
index b1a5cfb546f1..2bfe4f8f4d20 100644
--- a/shell/source/win32/ooofilereader/autostyletag.hxx
+++ b/shell/source/win32/ooofilereader/autostyletag.hxx
@@ -45,7 +45,7 @@ class CAutoStyleTag : public ITag
 virtual void addCharacters(const std::wstring& characters) override;
 virtual void addAttributes(const XmlTagAttributes_t& attributes) 
override;
 virtual std::wstring getTagContent() override { return EMPTY_STRING; };
-virtual ::std::wstring const getTagAttribute( ::std::wstring  const & 
/*attrname*/ ) override { return ::std::wstring() ; }
+virtual ::std::wstring getTagAttribute( ::std::wstring  const & 
/*attrname*/ ) override { return ::std::wstring() ; }
 
 void setStyle( ::std::wstring const & Style );
 void setLocale(const LocaleSet_t& Locale);
diff --git a/shell/source/win32/ooofilereader/dummytag.hxx 
b/shell/source/win32/ooofilereader/dummytag.hxx
index ca16b5503e33..8af406d35d27 100644
--- a/shell/source/win32/ooofilereader/dummytag.hxx
+++ b/shell/source/win32/ooofilereader/dummytag.hxx
@@ -46,7 +46,7 @@ class CDummyTag : public ITag
 return EMPTY_STRING;
 };
 
-virtual ::std::wstring const getTagAttribute( ::std::wstring  const & 
/*attrname*/ ) override { return ::std::wstring(EMPTY_STRING); };
+virtual ::std::wstring getTagAttribute( ::std::wstring  const & 
/*attrname*/ ) override { return ::std::wstring(EMPTY_STRING); };
 };
 
 
diff --git a/shell/source/win32/ooofilereader/itag.hxx 
b/shell/source/win32/ooofilereader/itag.hxx
index 841771818257..64a3f8bd7e79 100644
--- a/shell/source/win32/ooofilereader/itag.hxx
+++ b/shell/source/win32/ooofilereader/itag.hxx
@@ -38,7 +38,7 @@ class ITag
 virtual void addCharacters(const std::wstring& characters) = 0;
 virtual void addAttributes(const XmlTagAttributes_t& attributes) = 0;
 virtual ::std::wstring getTagContent() = 0;
-virtual ::std::wstring const getTagAttribute( ::std::wstring  const & 
attrname ) = 0;
+virtual ::std::wstring getTagAttribute( ::std::wstring  const & 
attrname ) = 0;
 };
 
 #endif
diff --git a/shell/source/win32/ooofilereader/keywordstag.hxx 
b/shell/source/win32/ooofilereader/keywordstag.hxx
index 3fb5372c47eb..2ec3de1cf1c5 100644
--- a/shell/source/win32/ooofilereader/keywordstag.hxx
+++ b/shell/source/win32/ooofilereader/keywordstag.hxx
@@ -36,7 +36,7 @@ class CKeywordsTag : public ITag
 virtual void addCharacters(const std::wstring& characters) override;
 virtual void addAttributes(const XmlTagAttributes_t& attributes) 
override;
 virtual std::wstring getTagContent() override;
-virtual ::std::wstring const getTagAttribute( ::std::wstring  const & 
/*attrname*/ ) override { return ::std::wstring(); };
+virtual ::std::wstring getTagAttribute( ::std::wstring  const & 
/*attrname*/ ) override { return ::std::wstring(); };
 
 private:
 std::vector m_slKeywords;
diff --git a/shell/source/win32/ooofilereader/simpletag.cxx 
b/shell/source/win32/ooofilereader/simpletag.cxx
index 717437bfdb11..82b85aec5ce3 100644
--- a/shell/source/win32/ooofilereader/simpletag.cxx
+++ b/shell/source/win32/ooofilereader/simpletag.cxx
@@ -46,7 +46,7 @@ std::wstring CSimpleTag::getTagContent( )
 return m_SimpleContent;
 }
 
-::std::wstring const CSimpleTag::getTagAttribute( ::std::wstring const & 
attrname )
+::std::wstring CSimpleTag::getTagAttribute( ::std::wstring const & attrname )
 {
 if  ( m_SimpleAttributes.find(attrname) != m_SimpleAttributes.end())
 return m_SimpleAttributes[attrname];
diff --git a/shell/source/win32/ooofilereader/simpletag.hxx 
b/shell/source/win32/ooofilereader/simpletag.hxx
index 5f167681ec4d..4d878fc483d3 100644
--- a/shell/source/win32/ooofilereader/simpletag.hxx
+++ b/shell/source/win32/ooofilereader/simpletag.hxx
@@ -40,7 +40,7 @@ class CSimpleTag : public ITag
 virtual void addAttributes(const XmlTagAttributes_t& attributes) 
override;
 virtual std::wstring 

[Libreoffice-commits] core.git: compilerplugins/clang

2019-10-01 Thread Stephan Bergmann (via logerrit)
 compilerplugins/clang/noexceptmove.cxx |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 152b3ef0f36a067e3ee07172d3057a3a728e12f1
Author: Stephan Bergmann 
AuthorDate: Tue Oct 1 13:54:45 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Oct 1 21:41:44 2019 +0200

loplugin:noexceptmove: Cater for null FunctionDecl::getBody

...which can happen for function templates with clang-cl, leading to false
warnings like

> [build CXX] codemaker/source/commoncpp/commoncpp.cxx
> In file included from codemaker/source/commoncpp/commoncpp.cxx:25:
> In file included from include\codemaker/typemanager.hxx:28:
> include\rtl/ref.hxx(126,5): error: move operator= can be noexcept 
[loplugin:noexceptmove]
> Reference &
> ^~~

Change-Id: I541c7c3d86d05964834e3e5cf678c8f1145ea132
Reviewed-on: https://gerrit.libreoffice.org/79956
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/compilerplugins/clang/noexceptmove.cxx 
b/compilerplugins/clang/noexceptmove.cxx
index 1a1f2de41971..f0fd6cd899c5 100644
--- a/compilerplugins/clang/noexceptmove.cxx
+++ b/compilerplugins/clang/noexceptmove.cxx
@@ -67,7 +67,8 @@ bool 
NoExceptMove::TraverseCXXConstructorDecl(CXXConstructorDecl* constructorDec
 && constructorDecl->getExceptionSpecType() == EST_None
 && !constructorDecl->isDefaulted() && 
!constructorDecl->isDeleted()
 && !ignoreLocation(constructorDecl)
-&& constructorDecl->isThisDeclarationADefinition();
+&& constructorDecl->isThisDeclarationADefinition()
+&& constructorDecl->getBody() != nullptr;
 if (isMove)
 {
 m_ConstructorThrows.push_back(false);
@@ -115,7 +116,7 @@ bool NoExceptMove::TraverseCXXMethodDecl(CXXMethodDecl* 
methodDecl)
 bool isMove = methodDecl->isMoveAssignmentOperator()
   && methodDecl->getExceptionSpecType() == EST_None && 
!methodDecl->isDefaulted()
   && !methodDecl->isDeleted() && !ignoreLocation(methodDecl)
-  && methodDecl->isThisDeclarationADefinition();
+  && methodDecl->isThisDeclarationADefinition() && 
methodDecl->getBody() != nullptr;
 if (isMove)
 {
 StringRef fn = getFileNameOfSpellingLoc(
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-10-01 Thread Caolán McNamara (via logerrit)
 sd/uiconfig/sdraw/ui/drawprinteroptions.ui   |4 ++--
 sd/uiconfig/simpress/ui/impressprinteroptions.ui |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit df6bf6dd3d7f11b308f6881326de6400d44b46da
Author: Caolán McNamara 
AuthorDate: Tue Oct 1 12:50:25 2019 +0100
Commit: Caolán McNamara 
CommitDate: Tue Oct 1 21:31:01 2019 +0200

should be original colors, not original size

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

diff --git a/sd/uiconfig/sdraw/ui/drawprinteroptions.ui 
b/sd/uiconfig/sdraw/ui/drawprinteroptions.ui
index 46a38dec3661..c8df16d0a8ce 100644
--- a/sd/uiconfig/sdraw/ui/drawprinteroptions.ui
+++ b/sd/uiconfig/sdraw/ui/drawprinteroptions.ui
@@ -1,5 +1,5 @@
 
-
+
 
   
   
@@ -100,7 +100,7 @@
 6
 
   
-Original size
+Original colors
 True
 True
 False
diff --git a/sd/uiconfig/simpress/ui/impressprinteroptions.ui 
b/sd/uiconfig/simpress/ui/impressprinteroptions.ui
index c40508ae3b3f..15a90c45181c 100644
--- a/sd/uiconfig/simpress/ui/impressprinteroptions.ui
+++ b/sd/uiconfig/simpress/ui/impressprinteroptions.ui
@@ -1,5 +1,5 @@
 
-
+
 
   
   
@@ -228,7 +228,7 @@
 6
 
   
-Original size
+Original colors
 True
 True
 False
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: oox/inc oox/source

2019-10-01 Thread Grzegorz Araminowicz (via logerrit)
 oox/inc/drawingml/textbody.hxx |1 +
 oox/source/drawingml/diagram/datamodel.cxx |9 -
 oox/source/drawingml/textbody.cxx  |8 
 3 files changed, 13 insertions(+), 5 deletions(-)

New commits:
commit a8356ceb0f9345ebd5171439e3b882642f5fbad5
Author: Grzegorz Araminowicz 
AuthorDate: Mon Sep 30 13:09:13 2019 +0200
Commit: Grzegorz Araminowicz 
CommitDate: Tue Oct 1 21:25:02 2019 +0200

SmartArt edit UI: fix crash on empty node text

Change-Id: Idacbbb50cbdd8ae4c78f3159bc362c7ee2137149
Reviewed-on: https://gerrit.libreoffice.org/79848
Tested-by: Jenkins
Reviewed-by: Grzegorz Araminowicz 

diff --git a/oox/inc/drawingml/textbody.hxx b/oox/inc/drawingml/textbody.hxx
index 835f1c34b792..38996abe03ea 100644
--- a/oox/inc/drawingml/textbody.hxx
+++ b/oox/inc/drawingml/textbody.hxx
@@ -62,6 +62,7 @@ public:
 const TextCharacterProperties& 
rTextStyleProperties,
 const TextListStylePtr& pMasterTextListStyle ) 
const;
 bool isEmpty() const;
+OUString toString() const;
 
 voidApplyStyleEmpty(
 const ::oox::core::XmlFilterBase& rFilterBase,
diff --git a/oox/source/drawingml/diagram/datamodel.cxx 
b/oox/source/drawingml/diagram/datamodel.cxx
index bfbd67537171..fcad85bd3d6a 100644
--- a/oox/source/drawingml/diagram/datamodel.cxx
+++ b/oox/source/drawingml/diagram/datamodel.cxx
@@ -96,7 +96,7 @@ void DiagramData::getChildrenString(OUStringBuffer& rBuf, 
const dgm::Point* pPoi
 rBuf.append('\t');
 rBuf.append('+');
 rBuf.append(' ');
-
rBuf.append(pPoint->mpShape->getTextBody()->getParagraphs().front()->getRuns().front()->getText());
+rBuf.append(pPoint->mpShape->getTextBody()->toString());
 rBuf.append('\n');
 }
 
@@ -136,7 +136,7 @@ std::vector> 
DiagramData::getChildren(const OUStri
 if (pChild != maPointNameMap.end())
 aChildren[rCxn.mnSourceOrder] = std::make_pair(
 pChild->second->msModelId,
-
pChild->second->mpShape->getTextBody()->getParagraphs().front()->getRuns().front()->getText());
+pChild->second->mpShape->getTextBody()->toString());
 }
 
 // HACK: empty items shouldn't appear there
@@ -361,8 +361,7 @@ void DiagramData::build()
 // does currpoint have any text set?
 if( point.mpShape &&
 point.mpShape->getTextBody() &&
-!point.mpShape->getTextBody()->getParagraphs().empty() &&
-
!point.mpShape->getTextBody()->getParagraphs().front()->getRuns().empty() )
+!point.mpShape->getTextBody()->isEmpty() )
 {
 #ifdef DEBUG_OOX_DIAGRAM
 static sal_Int32 nCount=0;
@@ -371,7 +370,7 @@ void DiagramData::build()
<< " ["
<< "label=\""
<< OUStringToOString(
-   
point.mpShape->getTextBody()->getParagraphs().front()->getRuns().front()->getText(),
+   point.mpShape->getTextBody()->toString(),
RTL_TEXTENCODING_UTF8).getStr()
<< "\"" << "];" << std::endl;
 output << "\t"
diff --git a/oox/source/drawingml/textbody.cxx 
b/oox/source/drawingml/textbody.cxx
index 55989a470a3f..80ebb4d2287d 100644
--- a/oox/source/drawingml/textbody.cxx
+++ b/oox/source/drawingml/textbody.cxx
@@ -96,6 +96,14 @@ bool TextBody::isEmpty() const
 return aRuns[0]->getText().getLength() <= 0;
 }
 
+OUString TextBody::toString() const
+{
+if (!isEmpty())
+return maParagraphs.front()->getRuns().front()->getText();
+else
+return OUString();
+}
+
 void TextBody::ApplyStyleEmpty(
 const ::oox::core::XmlFilterBase& rFilterBase,
 const Reference < XText > & xText,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 64823] Saving a subscript character

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64823

Justin L  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|NEW |RESOLVED

--- Comment #6 from Justin L  ---
LO and MSWord implement superscript very differently. With only 5% difference
being reported, that seems close enough in emulation to me. Marking this as
wontfix.

Granted, there definitely are problems in the algorithm I'm sure - but other
bug reports deal with that. This example file doesn't demonstrate a sufficient
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 112681] [META] DOC (binary) character-related issues

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112681
Bug 112681 depends on bug 64823, which changed state.

Bug 64823 Summary: Saving a subscript character
https://bugs.documentfoundation.org/show_bug.cgi?id=64823

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

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

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

2019-10-01 Thread Caolán McNamara (via logerrit)
 cui/uiconfig/ui/gradientpage.ui|1 -
 cui/uiconfig/ui/hangulhanjaconversiondialog.ui |1 -
 2 files changed, 2 deletions(-)

New commits:
commit 41ffa6179905a54acd144f8202a44edac35cc9b4
Author: Caolán McNamara 
AuthorDate: Mon Sep 30 13:28:24 2019 +0100
Commit: Caolán McNamara 
CommitDate: Tue Oct 1 21:11:49 2019 +0200

remove empty GtkSizeGroups

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

diff --git a/cui/uiconfig/ui/gradientpage.ui b/cui/uiconfig/ui/gradientpage.ui
index 75eca7e4194e..11970d4856c8 100644
--- a/cui/uiconfig/ui/gradientpage.ui
+++ b/cui/uiconfig/ui/gradientpage.ui
@@ -2,7 +2,6 @@
 
 
   
-  
   
 3
 256
diff --git a/cui/uiconfig/ui/hangulhanjaconversiondialog.ui 
b/cui/uiconfig/ui/hangulhanjaconversiondialog.ui
index dcbeea86256d..67f07558bd0f 100644
--- a/cui/uiconfig/ui/hangulhanjaconversiondialog.ui
+++ b/cui/uiconfig/ui/hangulhanjaconversiondialog.ui
@@ -2,7 +2,6 @@
 
 
   
-  
   
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 99602] FILESAVE: subscript in character style not converted into docx

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99602

--- Comment #19 from Justin L  ---
DOCX looked good earlier in 2012 because no matter what the value said, it just
used default superscript/subscript values - which arguably is the better choice
in this situation - especially since round-tripping the document doesn't do
well with sub/superscripts.
https://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-6-2-8=e70df84352d3670508a4666c97df44f82c1ce934

I expect that IsStyleSheetImport() don't process the "deferCharacterProperty",
so that is why it is now missing in docx.

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

[Libreoffice-bugs] [Bug 127210] DDE function breaks if Item/range parameter is from another cell

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127210

--- Comment #6 from Bernard  ---
Now I have a different situation, much easier:

1) I open an old spreadsheet with many DDE formulas that do actually work.
2) I click on the dialog "Automatic update of external links has been disabled.
[Enable Content] [X]"
2) I copy from one cell in that sheet a working DDE formula to the clipboard.
3) I create a new sheet
4) I paste the formula into that sheet.

The DDE formula breaks in the new sheet. This does not make sense to me. It is
as simple as it gets.

I suspect that the problem may come from the fact that I did not somehow enable
"Automatic update of external links" in the new sheet. I don't get that dialog. 

If I save the sheet and re-open it, then I get the dialog and the formula
works.

So getting this dialog seems to be essential.

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

[Libreoffice-bugs] [Bug 106976] Can't paste english text as a filename when russian keyboard is on

2019-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106976

--- Comment #10 from Roman Kuznetsov <79045_79...@mail.ru> ---
still repro in

Version: 6.4.0.0.alpha0+
Build ID: 98519e6e4da252c717e2018d4800a00115101bc3
CPU threads: 4; OS: Mac OS X 10.14.6; UI render: GL; VCL: osx; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2019-09-18_07:14:28
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

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

  1   2   3   4   5   >