[Libreoffice-bugs] [Bug 140866] Cell comments disappear

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140866

--- Comment #6 from Juan Aspeitiagoitia  ---
Yeah I know. My neuron is up to that!

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


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

2021-03-09 Thread Noel Grandin (via logerrit)
 vcl/workben/fftester.cxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit 9d8accf03984a64a4105826e55b221962628eb93
Author: Noel Grandin 
AuthorDate: Tue Mar 9 18:53:15 2021 +0200
Commit: Noel Grandin 
CommitDate: Wed Mar 10 08:52:25 2021 +0100

add macOS instructions

Change-Id: If8d15a2ad9b1916393233164f3d2752780a0a9a1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112232
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/vcl/workben/fftester.cxx b/vcl/workben/fftester.cxx
index 5dafd12be683..640bd1f54832 100644
--- a/vcl/workben/fftester.cxx
+++ b/vcl/workben/fftester.cxx
@@ -21,6 +21,10 @@
 make
 cp workdir/LinkTarget/Executable/fftester instdir/program
 LD_LIBRARY_PATH=`pwd`/instdir/program instdir/program/fftester  
png
+or on macOS
+make
+cp workdir/LinkTarget/Executable/fftester 
instdir/LibreOfficeDev.app/Contents/MacOS/
+DYLD_LIBRARY_PATH=`pwd`/instdir/LibreOfficeDev.app/Contents/Frameworks 
instdir/LibreOfficeDev.app/Contents/MacOS/fftester  png
   */
 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 140931] (spam)

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140931

Ming Hua  changed:

   What|Removed |Added

URL|https://www.cultfits.com/is |
   |aimini-movies/  |
  Component|General |deletionRequest
 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED
Summary|Isaimani|(spam)
Product|QA Tools|LibreOffice

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


[Libreoffice-bugs] [Bug 140666] NAVIGATOR: Not possible to delete a reference in the navigator

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140666

--- Comment #2 from Dieter  ---
(In reply to Jim Raykowski from comment #1)
> Hi Dieter,
> 
> Is there another way to delete a cross-reference other than to delete the
> entire span it targets?

I don't think so. Help says: "To remove a reference, delete the field."[1]

[1]
https://help.libreoffice.org/7.2/en-GB/text/swriter/01/04090002.html?System=WIN=WRITER=modules/swriter/ui/fldrefpage/FieldRefPage#bm_id3149042

BTW: I've found two other reports regarding cross-references and navigator:
Bug 87078 comment 2 suggest to add an option "insert cross-reference" to
headings and perhaps other elements in the navigator
Bug 43254 asks for the possibility to change a name of a reference (perhaps it
it could be possible in the navigator?)

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


[Libreoffice-bugs] [Bug 108538] [META] Chart feature enhancements

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108538
Bug 108538 depends on bug 133423, which changed state.

Bug 133423 Summary: Implement chart:regression-moving-type
https://bugs.documentfoundation.org/show_bug.cgi?id=133423

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

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


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

2021-03-09 Thread Samuel Mehrbrodt (via logerrit)
 chart2/source/inc/MovingAverageRegressionCurveCalculator.hxx   |5 -
 chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx |   44 
+++---
 2 files changed, 37 insertions(+), 12 deletions(-)

New commits:
commit a9b71098845edcb4f6b4629795168d174f28ef70
Author: Samuel Mehrbrodt 
AuthorDate: Tue Mar 9 09:44:24 2021 +0100
Commit: Samuel Mehrbrodt 
CommitDate: Wed Mar 10 08:37:59 2021 +0100

tdf#133423 Fix 'central' formula for moving average

Change-Id: I3685c310fdbe4809cb7863628be96645364c6a7a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112191
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 

diff --git a/chart2/source/inc/MovingAverageRegressionCurveCalculator.hxx 
b/chart2/source/inc/MovingAverageRegressionCurveCalculator.hxx
index 8ba5456c2939..8bc76a33762e 100644
--- a/chart2/source/inc/MovingAverageRegressionCurveCalculator.hxx
+++ b/chart2/source/inc/MovingAverageRegressionCurveCalculator.hxx
@@ -52,9 +52,8 @@ private:
 const css::uno::Reference& xScalingY,
 sal_Bool bMaySkipPointsInCalculation ) override;
 
-void calculateValues(RegressionCalculationHelper::tDoubleVectorPair 
aValues, sal_Int32 nPeriod,
- bool bUseXAvg);
-
+void calculateValues(RegressionCalculationHelper::tDoubleVectorPair 
aValues, bool bUseXAvg);
+void calculateValuesCentral(RegressionCalculationHelper::tDoubleVectorPair 
aValues);
 std::vector aYList;
 std::vector aXList;
 };
diff --git a/chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx 
b/chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx
index bca154047935..5496f78577e6 100644
--- a/chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx
+++ b/chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx
@@ -53,45 +53,71 @@ void SAL_CALL 
MovingAverageRegressionCurveCalculator::recalculateRegression(
 aYList.clear();
 aXList.clear();
 
+// For formulas, see
+// 
https://docs.oasis-open.org/office/OpenDocument/v1.3/cs02/part3-schema/OpenDocument-v1.3-cs02-part3-schema.html#property-chart_regression-moving-type
+
 switch (mnMovingType)
 {
 case MovingAverageType::Central:
 {
-sal_Int32 nCentralPeriod = (mPeriod % 2 == 0) ? (mPeriod / 2) : 
((mPeriod - 1) / 2);
-calculateValues(aValues, nCentralPeriod, false);
+
+calculateValuesCentral(aValues);
 break;
 }
 
 case MovingAverageType::AveragedAbscissa:
 {
-calculateValues(aValues, mPeriod, true);
+calculateValues(aValues, true);
 break;
 }
 case MovingAverageType::Prior:
 default:
 {
-calculateValues(aValues, mPeriod, false);
+calculateValues(aValues, false);
 break;
 }
 }
 }
 
+void MovingAverageRegressionCurveCalculator::calculateValuesCentral(
+RegressionCalculationHelper::tDoubleVectorPair aValues)
+{
+const size_t aSize = aValues.first.size();
+for (size_t i = mPeriod - 1; i < aSize; ++i)
+{
+double yAvg = 0.0;
+
+for (sal_Int32 j = 0; j < mPeriod; j++)
+{
+yAvg += aValues.second[i - j];
+}
+yAvg /= mPeriod;
+aYList.push_back(yAvg);
+}
+sal_Int32 nPeriodLocal = (mPeriod % 2 == 0) ? (mPeriod / 2) : ((mPeriod - 
1) / 2);
+for (size_t i = nPeriodLocal; i < aSize - 1; ++i)
+{
+double x = aValues.first[i];
+aXList.push_back(x);
+}
+}
+
 void MovingAverageRegressionCurveCalculator::calculateValues(
-RegressionCalculationHelper::tDoubleVectorPair aValues, sal_Int32 nPeriod, 
bool bUseXAvg)
+RegressionCalculationHelper::tDoubleVectorPair aValues, bool bUseXAvg)
 {
 const size_t aSize = aValues.first.size();
-for (size_t i = nPeriod - 1; i < aSize; ++i)
+for (size_t i = mPeriod - 1; i < aSize; ++i)
 {
 double xAvg = 0.0;
 double yAvg = 0.0;
 
-for (sal_Int32 j = 0; j < nPeriod; j++)
+for (sal_Int32 j = 0; j < mPeriod; j++)
 {
 xAvg += aValues.first[i - j];
 yAvg += aValues.second[i - j];
 }
-yAvg /= nPeriod;
-xAvg /= nPeriod;
+yAvg /= mPeriod;
+xAvg /= mPeriod;
 
 aYList.push_back(yAvg);
 if (bUseXAvg)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 113038] Editing: Working with hi-res png-image is extremely slow

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113038

--- Comment #14 from Telesto  ---
(In reply to Xisco Faulí from comment #13)
> (In reply to Telesto from comment #12)
> > This is solved with Skia
> > Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
> > Build ID: dc3b64dcbfb0a49c0be65bd8d73ed4e6d3828a21
> > CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
> > Locale: nl-NL (nl_NL); UI: nl-NL
> > Calc: CL
> 
> Hi Telesto,
> What about without SKIA? This bug was reported when SKIA wasn't implemented
> in LibreOffice

Presumably not, however GDI is pretty much unsupported. Should be phased out
eventually (I requested that already, but Luboš Luňák preferred to keep it for
a while.

So the only thing which remains the Linux backends and MacOS. However I haven't
checked my Skia image perf reports against other backends either (which ideally
should be done). 

In my ideal world I prefer one or maybe 2 backends. This would make reporting
and fixing less complex. However needs an upfront investment to get Skia on
those systems too.. and currently no budget :-(

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


[Libreoffice-bugs] [Bug 103304] [META] Page style dialog bugs and enhancements

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103304

Dieter  changed:

   What|Removed |Added

 Depends on||140581


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=140581
[Bug 140581] Mark the page gutter area in the preview in the page layout 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-ux-advise] [Bug 140581] Mark the page gutter area in the preview in the page layout dialog

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140581

Dieter  changed:

   What|Removed |Added

 Blocks||103304
 CC||dgp-m...@gmx.de,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page style dialog bugs and enhancements
-- 
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 140581] Mark the page gutter area in the preview in the page layout dialog

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140581

Dieter  changed:

   What|Removed |Added

 Blocks||103304
 CC||dgp-m...@gmx.de,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page style 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 140895] Cursor and Scrolling, and typing very slow in Writer v7.xx

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140895

--- Comment #7 from Macktek  ---
Looking at Bug 138068, the behavior in my report is very similar.
There were comments that the bug for windows had been resolved, but I don't
think this is the case.
I can say that going back to version 6.4.7,2 completely resolved the issue.
And returning to 7.1.1 after that seemed to resolve it "temporarily", but then
it returned so I tried the profile clear and that did help.
However, that is a pretty drastic step to ask the average end-user to perform,
which is why I suggest that it should not be considered closed unless there is
confidence that the bug is gone in future versions.

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


[Libreoffice-bugs] [Bug 140933] UI: Comment drop down arrow has become a black square

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140933

Telesto  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression

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


[Libreoffice-bugs] [Bug 140933] UI: Comment drop down arrow has become a black square

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140933

--- Comment #1 from Telesto  ---
Created attachment 170386
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170386=edit
Screenshot

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


[Libreoffice-bugs] [Bug 140933] New: UI: Comment drop down arrow has become a black square

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140933

Bug ID: 140933
   Summary: UI: Comment drop down arrow has become a black square
   Product: LibreOffice
   Version: 7.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
UI: Comment drop down arrow has become a black square

Steps to Reproduce:
1. Open Writer
2. Insert comment

Actual Results:
See screenshot

Expected Results:
transparent?


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: dc3b64dcbfb0a49c0be65bd8d73ed4e6d3828a21
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: nl-NL
Calc: CL

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


[Libreoffice-bugs] [Bug 140609] Libre Office Writer Recover Message

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140609

Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 Whiteboard| QA:needsComment|
 CC||dgp-m...@gmx.de

--- Comment #2 from Dieter  ---
Thank you for reporting the bug. It seems you're using an old version of
LibreOffice. Could you please try to reproduce it with the latest version of
LibreOffice from https://www.libreoffice.org/download/libreoffice-fresh/ or
with a master build from
http://dev-builds.libreoffice.org/daily/master/current.html? You can install
master alongside the standard version. I have set the bug's status to
'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug is still present
in the latest version. Change to RESOLVED WORKSFORME, if the problem went away.

-- 
You are receiving this mail because:
You 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: binaryurp/source configmgr/source connectivity/source dbaccess/source desktop/source embeddedobj/source eventattacher/source filter/source lingucomponent/source linguis

2021-03-09 Thread Mike Kaganski (via logerrit)
 binaryurp/source/bridgefactory.cxx  |2 -
 configmgr/source/configurationprovider.cxx  |2 -
 configmgr/source/configurationregistry.cxx  |2 -
 configmgr/source/readonlyaccess.cxx |2 -
 configmgr/source/readwriteaccess.cxx|2 -
 configmgr/source/update.cxx |2 -
 connectivity/source/drivers/postgresql/pq_driver.cxx|2 -
 dbaccess/source/core/dataaccess/databasecontext.cxx |2 -
 dbaccess/source/sdbtools/connection/connectiontools.cxx |2 -
 desktop/source/splash/unxsplash.cxx |2 -
 embeddedobj/source/commonembedding/xfactory.cxx |4 +-
 embeddedobj/source/general/xcreator.cxx |2 -
 embeddedobj/source/msole/xdialogcreator.cxx |2 -
 embeddedobj/source/msole/xolefactory.cxx|2 -
 eventattacher/source/eventattacher.cxx  |2 -
 filter/source/config/cache/configflush.cxx  |2 -
 filter/source/odfflatxml/OdfFlatXml.cxx |2 -
 filter/source/xsltdialog/xmlfilterdialogcomponent.cxx   |2 -
 lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx   |2 -
 lingucomponent/source/spellcheck/macosxspell/macspellimp.mm |2 -
 lingucomponent/source/spellcheck/spell/sspellimp.cxx|2 -
 lingucomponent/source/thesaurus/libnth/nthesimp.cxx |2 -
 linguistic/source/dlistimp.cxx  |2 -
 linguistic/source/gciterator.cxx|2 -
 linguistic/source/lngopt.cxx|2 -
 linguistic/source/lngsvcmgr.cxx |2 -
 package/source/xstor/xfactory.cxx   |2 -
 sc/source/filter/xml/xmlimprt.cxx   |   20 ++--
 sc/source/ui/unoobj/appluno.cxx |2 -
 scaddins/source/analysis/analysis.cxx   |2 -
 scaddins/source/datefunc/datefunc.cxx   |2 -
 scaddins/source/pricing/pricing.cxx |2 -
 shell/source/win32/simplemail/smplmailsuppl.cxx |2 -
 stoc/source/invocation_adapterfactory/iafactory.cxx |2 -
 svl/source/fsstor/fsfactory.cxx |2 -
 ucb/source/core/cmdenv.cxx  |2 -
 ucb/source/core/ucb.cxx |2 -
 ucb/source/core/ucbprops.cxx|2 -
 ucb/source/core/ucbstore.cxx|2 -
 ucb/source/sorter/sortdynres.cxx|2 -
 ucb/source/ucp/cmis/cmis_provider.cxx   |2 -
 ucb/source/ucp/ext/ucpext_provider.cxx  |2 -
 ucb/source/ucp/ftp/ftpcontentprovider.cxx   |2 -
 ucb/source/ucp/gio/gio_provider.cxx |2 -
 ucb/source/ucp/hierarchy/hierarchydatasource.cxx|2 -
 ucb/source/ucp/hierarchy/hierarchyprovider.cxx  |2 -
 ucb/source/ucp/package/pkgprovider.cxx  |2 -
 ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx |2 -
 unotools/source/misc/ServiceDocumenter.cxx  |3 -
 vcl/source/app/session.cxx  |2 -
 vcl/win/dtrans/WinClipboard.cxx |2 -
 vcl/win/dtrans/ftransl.cxx  |2 -
 vcl/win/dtrans/generic_clipboard.cxx|2 -
 vcl/win/dtrans/source.cxx   |2 -
 vcl/win/dtrans/target.cxx   |2 -
 xmlscript/source/xml_helper/xml_impctx.cxx  |3 -
 56 files changed, 66 insertions(+), 68 deletions(-)

New commits:
commit 96388e5e809a48573970df9b6b2649517a08447f
Author: Mike Kaganski 
AuthorDate: Wed Mar 10 09:41:13 2021 +0300
Commit: Mike Kaganski 
CommitDate: Wed Mar 10 08:22:26 2021 +0100

Drop 'static_cast' syntactic noise

... where the object is created in-place, and its type is known

Change-Id: Ifabfcf2f3ad0d60152f14e8d970c1faa42115288
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112256
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/binaryurp/source/bridgefactory.cxx 
b/binaryurp/source/bridgefactory.cxx
index 803899c8a7e3..d2fef4383c06 100644
--- a/binaryurp/source/bridgefactory.cxx
+++ b/binaryurp/source/bridgefactory.cxx
@@ -185,7 +185,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface*
 com_sun_star_comp_bridge_BridgeFactory_get_implementation(
 css::uno::XComponentContext* , css::uno::Sequence const&)
 {
-return cppu::acquire(static_cast< cppu::OWeakObject * >(new 
binaryurp::BridgeFactory));
+return 

[Libreoffice-bugs] [Bug 138653] SVG images look extremely bad after DOCX export or compress

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138653

Telesto  changed:

   What|Removed |Added

 CC||l.lu...@collabora.com

--- Comment #4 from Telesto  ---
@Luboš Luňák
Not your bug and has formally no priority. However this bug simply bad. See bug
51510 and list of see also. Note quite a number of those 'see also' reports by
me (for a more realistic view)

There goes something horribly wrong at image format conversion. Used for image
compress, image export, or DOCX (for file formats not supported by DOCX format,
say SVG (take QR ) or embedded PDF.

Sometimes it looks like compress compressing a the actual screen image painted
on screen or some weird thumbnail kind of thing. Or using some kind of StarView
media file as intermediary (EMF to JPG example: bug 140918) Results surely bad. 

So Skia being fast, and has  proper scaling and such, but still having to cope
with ugly images in quite a number of cases.

So would really grateful if you could find some time to take a look (or find a
reason to take a look :P).

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


[Libreoffice-bugs] [Bug 135053] Some letters are cut off, but it is hard to notice

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135053

--- Comment #14 from ajlittoz  ---
>From experiments, it appears the clipping appears only when there is no
original font file (e.g. an italic variant is requested) and the font renderer
has to create one from the available ones.

To check my intuition, I played with a cursive font which has hooks protruding
outside the glyph bounding box so that adjacent characters look attached
together.

As long as the "regular" variant is unaltered by "effects", highlighting colour
will not clip the glyphs. I apply italic to the text and clipping shows up.

The font I used has only a "regular" file and none else (no italic, nor bold)
so that the font renderer is forced to generate one. It is likely that it
distorts the bounding rectangle into a slanted parallelogram so that the sides
are no longer "vertical".

Another necessary condition is a break into formatting variants. Clipping
occurs only at the boundary of italics, not in the middle of the sequence.

Tested with 7.0.4.2

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


[Libreoffice-bugs] [Bug 51510] FILESAVE: Exporting documents with embedded SVG to doc or docx converts the image to low-resolution pixel graphics

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51510

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 140918] Compressing EMF into PNG/JPG doesn't result in a crisp an clear result (compared to EMF) even at highest quality

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140918

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 140895] Cursor and Scrolling, and typing very slow in Writer v7.xx

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140895

--- Comment #6 from Macktek  ---
As I said, I respect the work-around, and I am merely letting the person who
closed this as "resolved" know that I personally would not consider this as
closed unless the bug was "fixed" in future versions. If it is, great, if not,
then I don't consider a "reset" of a profile as a reasonable bug fix.
That's just my humble opinion, from a volunteer user. 

We all know everyone is doing a good job. Its up to the people here whether
they think a workaround is a bug fix or not.

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


[Libreoffice-bugs] [Bug 139085] Problem with SVG Graphic Objects

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139085

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 51510] FILESAVE: Exporting documents with embedded SVG to doc or docx converts the image to low-resolution pixel graphics

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51510

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 51510] FILESAVE: Exporting documents with embedded SVG to doc or docx converts the image to low-resolution pixel graphics

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51510

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 127234] I can't save result of QR-code generator to PNG with good quality

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127234

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 134842] FILESAVE - Export to .png or .jpg shrink the image adding white borders

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134842

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 51510] FILESAVE: Exporting documents with embedded SVG to doc or docx converts the image to low-resolution pixel graphics

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51510

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 140657] LibreOffice Impress cannot page down or up, affects Zoom windows

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140657

Aleksandar Kondic  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
   Severity|normal  |minor
 Ever confirmed|0   |1
 CC||aleksandar.kondic@protonmai
   ||l.com

--- Comment #1 from Aleksandar Kondic  ---
Hi Mike,

I think I found a solution for your problem. Click first on the slides on the
side with your mouse and then try to move through them with 'up and down' and
page up and page down. 

First I replicated your problem in 

Version: 7.1.0.3 (x64) / LibreOffice Community
Build ID: f6099ecf3d29644b5008cc8f48f42f4a40986e4c
CPU threads: 1; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded


but then after I clicked on the slides with the mouse, the problem was not
there any more. Please let us know if this helped!

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


[Libreoffice-bugs] [Bug 47055] EDITING: Cannot comment on block of text

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47055

--- Comment #8 from Alina Syrus  ---
very good information thanks for sharing this with us.https://dubaifunclub.com

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


[Libreoffice-bugs] [Bug 140895] Cursor and Scrolling, and typing very slow in Writer v7.xx

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140895

--- Comment #5 from Timur  ---
 Macktek, who do you reproach to and who is "you". Telesto and I are
volunteers, Lo is volunteer driven project. I'm Lo user and I give back by QA
work, and you. 
Just consider to be "we" in any way, Qa, Dev, Documentation, donation... 

Here I pointed you to the possible bug. Rule of thumb is search before
submitting. 
That bug is a regression, happens all the time, and users report and Qa tests
and volunteer fixes, if there's one. Will happen again. See Release notes for
all the issues.

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


[Libreoffice-bugs] [Bug 135053] Some letters are cut off, but it is hard to notice

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135053

--- Comment #13 from Mike Kaganski  ---
... and it seems that the problem is in the sequence that is used for painting
the characters backgrounds. Wherever a new run of characters is started (i.e.,
a formatting of characters is somehow different from the previous), the
rectangle for this new run is filled with its background (if exists) *after*
the previous run is fully painted, so the new area fill may erase parts of
earlier characters that happened to overlap.

It looks like an obvious fix would be to postpone drawing foreground character
glyphs only after all backgrounds were painted... no idea how difficult could
that be.

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


[Libreoffice-bugs] [Bug 135053] Some letters are cut off, but it is hard to notice

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135053

Mike Kaganski  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #12 from Mike Kaganski  ---
Ref:
https://ask.libreoffice.org/en/question/297452/will-this-cut-off-letters-bug-ever-be-solved/

As noted there, the problem is not a font, but the character background color.
Clearing direct formatting (or just manually assigning "no fill") "fixes" the
problem.

So the question is - what to do with the character rectangles that do not match
the glyphs when effects like italics or bold are used.

Simple srom-scratch steps:

1. In a new text documents, type "ff".
2. Select all, make Italic.
3. Select all, apply a Highlight color.
4. Select the second "f", make Bold.

Tested with Version: 7.1.1.2 (x64) / LibreOffice Community
Build ID: fe0b08f4af1bacafe4c7ecc87ce55bb426164676
CPU threads: 12; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: CL

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


[Libreoffice-bugs] [Bug 135783] cannot change page style

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135783

--- Comment #13 from Timur  ---
We may explain like this : change style on click, even on 2nd page, really does
what it's told, applies Chapitre.. but by style definition both pages must be
considered and so Chapitre is for 1st page and Default for 2nd. I wrote key
point : there's no page break for next style, so both pages must be changed,
per style definition. 
so it remains the same. Apply style click cannot change style. No bug 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-bugs] [Bug 140932] New: Update refused by MS Win 10

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140932

Bug ID: 140932
   Summary: Update refused by MS Win 10
   Product: LibreOffice
   Version: 7.0.2.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: andrew_platf...@yahoo.com.au

Tried to download and install update.

Win 10 says Package could not be opened.  Contact the application vendor to
verify this is a valid Windows Installer package.

This seems to be the standard MS response to any update of non MS software. 
Usual trick of turn off virus protector and firewall no longer work!!  
Any ideas how to get past "granny MS" who wants to lock down everything they
did not create and SELL.

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


[Libreoffice-bugs] [Bug 140931] Isaimani

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140931

henryryan...@protonmail.com changed:

   What|Removed |Added

URL||https://www.cultfits.com/is
   ||aimini-movies/

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


[Libreoffice-bugs] [Bug 140931] New: Isaimani

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140931

Bug ID: 140931
   Summary: Isaimani
   Product: QA Tools
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: henryryan...@protonmail.com

Isaimani website and its mirror sites are trendy due to daily uploads of the
latest Tamil and Malayalam movies. It offers categories like Tamil A-Z Dubbed
Movies, Tamil Dubbed Collections, Tamil Genres Dubbed Movies, Tamil Yearly
Dubbed Movies, Hollywood Movies, and many more.
https://www.cultfits.com/isaimini-movies/

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


[Libreoffice-bugs] [Bug 140698] calc paste not working between sheets

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140698

Michael Weghorn  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #9 from Michael Weghorn  ---
In case this may depend on what data is entered in step 3 (i.e. exact clipboard
content): Can you attach a sample document and say what cells are copied to the
other sheet in step 7 (and to what cells), or alternatively, attach a
screencast?

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


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

2021-03-09 Thread Mike Kaganski (via logerrit)
 vcl/win/dtrans/WinClipboard.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 24dd6c5f9861340fafccad9504a99a939cbba0a6
Author: Mike Kaganski 
AuthorDate: Tue Mar 9 22:16:48 2021 +0100
Commit: Mike Kaganski 
CommitDate: Wed Mar 10 06:26:00 2021 +0100

Fix comment after renaming variable

Change-Id: I4bf7b2cf76d26060dcb0acfdf9796d339f7dcbc4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112220
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/vcl/win/dtrans/WinClipboard.cxx b/vcl/win/dtrans/WinClipboard.cxx
index 23b20449e0c5..5ec56690b17e 100644
--- a/vcl/win/dtrans/WinClipboard.cxx
+++ b/vcl/win/dtrans/WinClipboard.cxx
@@ -206,7 +206,7 @@ void SAL_CALL CWinClipboard::flushClipboard()
 throw lang::DisposedException("object is already disposed",
   static_cast(this));
 
-// actually it should be ClearableMutexGuard aGuard( m_ClipContentMutex );
+// actually it should be ClearableMutexGuard aGuard( m_aContentCacheMutex 
);
 // but it does not work since FlushClipboard does a callback and frees 
DataObject
 // which results in a deadlock in onReleaseDataObject.
 // FlushClipboard had to be synchron in order to prevent shutdown until all
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 140307] EDITING: When selecting text there is no highlight. Text cursor also blinks wildly

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140307

Dieter  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|UNCONFIRMED |RESOLVED

--- Comment #5 from Dieter  ---
(In reply to matthew.sorrensen from comment #4)
> Wiped Mac user profile (not just the LibreOffice profile) rectified issue.

=> RESOLVED NOTABUG

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


[Libreoffice-bugs] [Bug 112182] [META] Text and object selection issues

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112182
Bug 112182 depends on bug 140307, which changed state.

Bug 140307 Summary: EDITING: When selecting text there is no highlight. Text 
cursor also blinks wildly
https://bugs.documentfoundation.org/show_bug.cgi?id=140307

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

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


[Libreoffice-bugs] [Bug 140866] Cell comments disappear

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140866

--- Comment #5 from himajin100...@gmail.com ---
not reproducible.
As you can see, there is a small red square(comment indicator) in the cell, and
when you hover over the small red square, you can see the comment content.

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


[Libreoffice-bugs] [Bug 140622] On some .doc files, added Hebrew diacritics are displayed misplaced (tilted to the left)

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140622

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 140620] FILESAVE: Modified indicator dot does not clear after saving

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140620

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 140616] FILEOPEN DOCX: paragraph style should have priority over direct paragraph run properties (except on numbering)

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140616

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 140608] cannot reset character colour with ^m

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140608

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 140520] Missing Spanish translation in the descriptions of the icon themes via extension.

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140520

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 140566] Bug in Impress on Plasma Deskop with 2 monitors

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140566

--- Comment #19 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 140560] Application crash after selecting Option "Online Update" while computer was offline

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140560

--- Comment #9 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 132806] I try to save the document and it won't let me

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132806

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 98360] [META] CMIS bugs and enhancements

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98360
Bug 98360 depends on bug 103789, which changed state.

Bug 103789 Summary: Remote Files Add Service fails for SSH or Windows Share - 
save as Network Fails
https://bugs.documentfoundation.org/show_bug.cgi?id=103789

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 132806] I try to save the document and it won't let me

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132806

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

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 103789] Remote Files Add Service fails for SSH or Windows Share - save as Network Fails

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103789

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 103789] Remote Files Add Service fails for SSH or Windows Share - save as Network Fails

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103789

--- Comment #12 from QA Administrators  ---
Dear David C. Rankin,

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 136169] Crash in: SkSurface::getCanvas()

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136169

--- Comment #2 from QA Administrators  ---
Dear John,

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-ux-advise] [Bug 132789] ENHANCEMENT: More harmony in the default anchoring & page wrap behavior of objects

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132789

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

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 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 132789] ENHANCEMENT: More harmony in the default anchoring & page wrap behavior of objects

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132789

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

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 89917] EDITING: Event in a tablecontrol never happens if datasource isn't editable

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89917

--- Comment #16 from QA Administrators  ---
Dear Robert Großkopf,

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
https://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 87778] Locale not respected in Online Update Options dialog

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87778

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

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
https://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 87483] weird list behavior

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87483

--- Comment #12 from QA Administrators  ---
Dear Juang Dse,

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
https://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 56750] EDITING: Query wizard ignores relationships defined in database

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=56750

--- Comment #12 from QA Administrators  ---
Dear Robert Großkopf,

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
https://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 51453] EDITING: ReportBuilder - group with restarting pagecount impossible

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51453

--- Comment #16 from QA Administrators  ---
Dear Robert Großkopf,

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
https://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 48361] Install: Custom Install or Modify: Associate Microsoft Office Files should reflect current setting

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48361

--- Comment #9 from QA Administrators  ---
Dear Daniel Chung,

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
https://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 116049] reference-mark-* tags stripped out in clipboard html

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116049

--- Comment #8 from QA Administrators  ---
Dear Johannes Wilm,

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
https://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 114556] Emphasis mark set in the Japanese vertical text shifts upward

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114556

--- Comment #14 from QA Administrators  ---
Dear nogajun,

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
https://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 113527] UI Cannot cancel customize action on toolbar

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113527

--- Comment #6 from QA Administrators  ---
Dear Emil Tanev,

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
https://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 140928] Losing Context while Clicked Into Text Box Causes Crash?

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140928

--- Comment #2 from Sarah Szabo  ---
Bug also present on:

Version: 7.1.0.3 / LibreOffice Community
Build ID: 10(Build:3)
CPU threads: 12; OS: Linux 5.11; UI render: default; VCL: kf5
Locale: en-US (en_US.UTF-8); UI: en-US
7.1.0-2
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 123700] Adding selection mode is unreliable, clearing selections instead of adding

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123700

Jim Raykowski  changed:

   What|Removed |Added

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

--- Comment #5 from Jim Raykowski  ---
Fix by patch done for bug 88064

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


[Libreoffice-bugs] [Bug 133548] Custom format for heading not shown in Navigator

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133548

--- Comment #5 from Jim Raykowski  ---
Purposed patch:
https://gerrit.libreoffice.org/c/core/+/112255

Code review is greatly appreciated.

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


[Libreoffice-bugs] [Bug 140608] cannot reset character colour with ^m

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140608

tor...@yahoo.com changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEEDINFO|RESOLVED

--- Comment #4 from tor...@yahoo.com ---
Well, I cannot even reproduce it! The ‘0’ has vanished…

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


[Libreoffice-bugs] [Bug 140698] calc paste not working between sheets

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140698

--- Comment #8 from Pascal  ---
(In reply to Xisco Faulí from comment #7)
> Is it related to bug 130715 ?

It is the same symptoms, but my bug is only triggered when klipper history
count is exactly 1
On bug 130715, I don't see the history count used by the reporter.

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


[Libreoffice-bugs] [Bug 125993] CHAPTER NUMBERING DIALOG: Give option to seperate different chapter levels with a dash

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125993

--- Comment #8 from hoo...@gmail.com ---
(In reply to hoount from comment #7)
> excuse me
> test the LibreOffice 6.3
> test time 2020.07.27
> 
> Still have my problems
> 
> "A.1" the "." is not
> 
> i want to be "A-1" or "1-1-2" 
> 
> Change the "."
> 
> Replace "any" with "."
> 
> chinese taiwan in the APA is "1-1-2" 
> but, writer is 1.1.2
> 
> Actual Results:
> i can't
> 
> Change the "."
> 
> Replace "any" with "."
> 
> chinese taiwan in the APA is "1-1-2" 
> but, writer is 1.1.2
> 
> It is recommended to make the writer more flexible,please

Test the 7.0.4.2 (zh-TW)
time:2021/03/10

The problem persists

-- 
You are receiving this mail because:
You 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 125993] CHAPTER NUMBERING DIALOG: Give option to seperate different chapter levels with a dash

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125993

--- Comment #8 from hoo...@gmail.com ---
(In reply to hoount from comment #7)
> excuse me
> test the LibreOffice 6.3
> test time 2020.07.27
> 
> Still have my problems
> 
> "A.1" the "." is not
> 
> i want to be "A-1" or "1-1-2" 
> 
> Change the "."
> 
> Replace "any" with "."
> 
> chinese taiwan in the APA is "1-1-2" 
> but, writer is 1.1.2
> 
> Actual Results:
> i can't
> 
> Change the "."
> 
> Replace "any" with "."
> 
> chinese taiwan in the APA is "1-1-2" 
> but, writer is 1.1.2
> 
> It is recommended to make the writer more flexible,please

Test the 7.0.4.2 (zh-TW)
time:2021/03/10

The problem persists

-- 
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 140159] Form Displays Incorrect Column Amount

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140159

--- Comment #1 from putman...@gmail.com ---
Deleted affected forms and created new ones. Forms now show correct balances

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


Re: proposition for patch in CommonSalLayout.cxx

2021-03-09 Thread julien2412
Stanisław Jeśmanowicz wrote
>>
> This is not always the case, because if a platform didn't include
> graphite2 shaper in its HarfBuzz 
> implementaion, you won't have it anyway ( like ./configure
> --with-graphite2=no )
> Even if you set it the shapers list (as in 
> https://cgit.freedesktop.org/libreoffice/core/commit/?id=3cee50476e422e3ed84169cdcbe6bd9883fc9316
> )
> And if graphite2 shaper is implemented, then it will be first (as you can
> see in the harfbuzz code: 
> https://github.com/harfbuzz/harfbuzz/blob/master/src/hb-shaper-list.hh )
> And generally speaking, hard-coded list in such a case disables possible
> new shapers.

Perhaps the goal was indeed to avoid non tested new shapers in LO that could
bring some havoc.
So by hard coding shapers, you're sure you won't have problems.
Now of course, if nobody ever test new shapers, LO will be stuck with old
ones.

Anyway, now you got an account, once you had already submitted your license
(see
https://wiki.documentfoundation.org/Development/GetInvolved#License_statement),
I'll put Khaled in cc, he certainly will bring interesting thoughts here.

Julien



--
Sent from: 
http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 140307] EDITING: When selecting text there is no highlight. Text cursor also blinks wildly

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140307

--- Comment #4 from matthew.sorren...@gmail.com ---
Wiped Mac user profile (not just the LibreOffice profile) rectified issue.

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


[Libreoffice-bugs] [Bug 140930] New: Crash on saving with Skia and custom shape with stretched bitmap

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140930

Bug ID: 140930
   Summary: Crash on saving with Skia and custom shape with
stretched bitmap
   Product: LibreOffice
   Version: 7.2.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 170385
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170385=edit
Callstack VS2019

Start LO. Make sure Skia is enabled.
Start Impress. Insert custom shape "Regular Pentagon".
Go to Format > Object and Shape > Area.
Click on Bitmap, select a bitmap, set Style to "Stretched". OK.
Deselect shape.
Save document as .odp file. => Crash

It is an own build from today. My screen resolution is 125% = 120dpi.
Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 587f4c62f632490b278197df599b225a63765c22
CPU threads: 8; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: de-DE (en_US); UI: 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 140321] Fontwork: Change in surface has no effect

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140321

--- Comment #1 from Fred Olness  ---
Can you list the steps to reproduce, and maybe add a png clip. Thanks.

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


[Libreoffice-bugs] [Bug 139540] Function HYPERLINK used in formula creates hyperlink independent from conditional evaluation

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139540

--- Comment #3 from Uwe Auer  ---
Still present in 

Version: 7.1.1.2 / LibreOffice Community
Build ID: fe0b08f4af1bacafe4c7ecc87ce55bb426164676
CPU threads: 8; OS: Linux 5.3; UI render: default; VCL: kf5
Locale: en-US (en_US.UTF-8); UI: 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 140929] New: Crash in: SwContentNode::GetAttr(SfxItemSet &)

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140929

Bug ID: 140929
   Summary: Crash in: SwContentNode::GetAttr(SfxItemSet &)
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: teamho...@gmail.com

This bug was filed from the crash reporting server and is
br-4aa0b23e-8b3b-45b0-82f5-615fc9091dae.
=

Crash occurred while editing a document.  Using: 
1) Edit -> Track Changes -> Record and
2) Inserting comments

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


[Libreoffice-bugs] [Bug 87483] weird list behavior

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87483

Juang Dse  changed:

   What|Removed |Added

Version|4.4.0.0.beta2   |Inherited From OOo

--- Comment #11 from Juang Dse  ---
update: bug already in 3.3

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


[Libreoffice-bugs] [Bug 140328] black background in working area and shadow left using navigation side bars

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140328

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

   What|Removed |Added

 Whiteboard| QA:needsComment|
 CC||mulla.tasa...@gmail.com

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

I can not reproduce the bug in

Version: 7.0.3.1 (x64)
Build ID: d7547858d014d4cf69878db179d326fc3483e082
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nb-NO (en_US); UI: en-US
Calc: CL

Version: 7.2.0.0.alpha0+ (x64)
Build ID: 761a672d62df1891b9f4f367a499b220ab2b33fa
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

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


[Libreoffice-bugs] [Bug 140928] Losing Context while Clicked Into Text Box Causes Crash?

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140928

--- Comment #1 from Sarah Szabo  ---
In addition to the last post I made, I've also discovered that trying to
Inseert -> Hyperlink also fails 100% of the time. 9Probably for similar
reasons)

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


[Libreoffice-bugs] [Bug 132343] PPTX import: Scaled shadow distance is not equal between LO and MSO

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132343

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #7 from Regina Henschel  ---
The origin of the distance is given in attribute algn="tr", which means, that
the distance between object and shadow is measured using the top-right corner
of object and shadow. The position of the shadow is then determined by
attribute dist(UI Distance) and dir (UI Angle). That means pptx used polar
coordinates.

LibreOffice does not evaluate attribute "algn" and only preserves it for
roundtrip, at least that is my conclusion of
EffectPropertiesContext::saveUnsupportedAttribs()
LibreOffice uses instead top-left corner of the image as origin.

LibreOffice evaluates the size, but that is only in special pptx-mode. Other
shadow sizes than 100% cannot be expressed in ODF file format. Previous
versions could not interpret the size, which results in the large shadow in
"how it looks in previous versions".

If you set the image transparency to 90%, you can see the shadow behind the
image. Tested in Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 8e49505fa7352023c252bf794ae84c9082d7264e
CPU threads: 8; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: de-DE (en_US); UI: en-US
Calc: CL

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


[Libreoffice-bugs] [Bug 140858] Document Does Not Display Properly On Second Monitor

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140858

--- Comment #1 from koenigb  ---
Created attachment 170384
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170384=edit
2nd Monitor Render issue garbled text

Confirming issue with Libre Office on MacBook Pro BigSur 11.2.2, LibreOffice:
7.1.1.2 documents, spreadsheets, presentations, everything... I can recover
control and get the document to render correctly by dragging it to my laptop
screen and making it fullscreen then non-fullscreen. The document then renders
correctly on the second monitor but, I noticed there are now black boxes at the
bottom of the document but, only on the second monitor. All documents work as
expected on laptop screen.

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


[Libreoffice-bugs] [Bug 140329] File cleanup for edited Writer documents not happening when Writer is exited.

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140329

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

   What|Removed |Added

 CC||mulla.tasa...@gmail.com
 Whiteboard| QA:needsComment|

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

I can not reproduce the bug in

Version: 7.0.3.1 (x64)
Build ID: d7547858d014d4cf69878db179d326fc3483e082
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nb-NO (en_US); UI: en-US
Calc: CL

Version: 7.2.0.0.alpha0+ (x64)
Build ID: 761a672d62df1891b9f4f367a499b220ab2b33fa
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

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


Re: proposition for patch in CommonSalLayout.cxx

2021-03-09 Thread julien2412
Stanisław Jeśmanowicz wrote
> ...
> Thank you for your advice, but getting familiar with gerrit on top of git
> would take some time for 
> me now.
> I hope, that some of your developers could commit this patch for me in vcl
> module.
> It is simple and won't harm anything.
> But people could benefit from it on all platforms that use system's native
> HarfBuzz implementation.
> ...

I can understand you don't have time for gerrit but would it be possible you
submit a license statement?

About this line, I retrieved the initial patches which put this line:
1) earliest
https://cgit.freedesktop.org/libreoffice/core/commit/?id=3cee50476e422e3ed84169cdcbe6bd9883fc9316:
Author: Khaled Hosny 
Date:   Fri Mar 10 16:53:08 2017 +0200

tdf#106466: Use graphite2 shaper first

We want to always prefer Graphite shaping when supported by the font,
which is also what HarfBuzz does by default.

Change-Id: I6670fc03b8e6b3d7e07e1b8e0062880524da1655
Reviewed-on: https://gerrit.libreoffice.org/35046
Tested-by: Jenkins 
Reviewed-by: Khaled Hosny 


2) oldest
https://cgit.freedesktop.org/libreoffice/core/commit/?id=7854d35cd8172b201f1f3ad247860f242e5cb06b
Author: Khaled Hosny 
Date:   Thu Oct 6 04:15:41 2016 +0200

Use HarfBuzz shape plan for a bit more control

This way we control exactly what shapers we use in what order, and as an
extra we can now tell which shaper HarfBuzz ends up using.

Julien



--
Sent from: 
http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - sc/inc sc/source

2021-03-09 Thread Luboš Luňák (via logerrit)
 sc/inc/segmenttree.hxx  |9 +
 sc/source/core/data/segmenttree.cxx |   32 
 sc/source/core/data/table1.cxx  |5 +
 3 files changed, 46 insertions(+)

New commits:
commit fb232a8d8ff143410e17bfe9672207479697e3ef
Author: Luboš Luňák 
AuthorDate: Mon Mar 8 22:50:58 2021 +0100
Commit: Xisco Fauli 
CommitDate: Tue Mar 9 22:25:39 2021 +0100

fix ScFlatBoolSegmentsImpl delayed setup with threads (tdf#140754)

Change-Id: I258263f6a15e7098a2292ba7f3336fcaaf5224ff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112184
Tested-by: Jenkins
Reviewed-by: Luboš Luňák 
(cherry picked from commit 2fb274950e5207ca55f4f52325fb522bd44024e1)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112212
Reviewed-by: Xisco Fauli 

diff --git a/sc/inc/segmenttree.hxx b/sc/inc/segmenttree.hxx
index 58e59e60cd84..7e25d232a03f 100644
--- a/sc/inc/segmenttree.hxx
+++ b/sc/inc/segmenttree.hxx
@@ -77,6 +77,9 @@ public:
 
 SCROW findLastTrue() const;
 
+// Builds internal data (so that it doesn't build them while used in 
threads).
+void makeReady();
+
 OString dumpAsString();
 
 private:
@@ -102,6 +105,9 @@ public:
 void removeSegment(SCCOL nCol1, SCCOL nCol2);
 void insertSegment(SCCOL nCol, SCCOL nSize);
 
+// Builds internal data (so that it doesn't build them while used in 
threads).
+void makeReady();
+
 OString dumpAsString();
 
 private:
@@ -153,6 +159,9 @@ public:
 
 void enableTreeSearch(bool bEnable);
 
+// Builds internal data (so that it doesn't build them while used in 
threads).
+void makeReady();
+
 OString dumpAsString();
 
 private:
diff --git a/sc/source/core/data/segmenttree.cxx 
b/sc/source/core/data/segmenttree.cxx
index 00033438e0f8..d6d57f0982c5 100644
--- a/sc/source/core/data/segmenttree.cxx
+++ b/sc/source/core/data/segmenttree.cxx
@@ -24,6 +24,7 @@
 #include 
 #include 
 #include 
+#include 
 
 using ::std::numeric_limits;
 
@@ -66,6 +67,8 @@ public:
 mbTreeSearchEnabled = b;
 }
 
+void makeReady();
+
 private:
 typedef ::mdds::flat_segment_tree fst_type;
 fst_type maSegments;
@@ -131,7 +134,10 @@ typename ScFlatSegmentsImpl::ValueType ScFlatSegments
 }
 
 if (!maSegments.is_tree_valid())
+{
+assert(!ScGlobal::bThreadedGroupCalcInProgress);
 maSegments.build_tree();
+}
 
 maSegments.search_tree(nPos, nValue);
 return nValue;
@@ -185,7 +191,10 @@ bool ScFlatSegmentsImpl::getRangeData(SCCOLROW nPos,
 return getRangeDataLeaf(nPos, rData);
 
 if (!maSegments.is_tree_valid())
+{
+assert(!ScGlobal::bThreadedGroupCalcInProgress);
 maSegments.build_tree();
+}
 
 if (!maSegments.search_tree(nPos, rData.mnValue, , 
).second)
 return false;
@@ -267,6 +276,14 @@ bool ScFlatSegmentsImpl::getNext(RangeData& rData)
 return true;
 }
 
+template
+void ScFlatSegmentsImpl::makeReady()
+{
+assert(!ScGlobal::bThreadedGroupCalcInProgress);
+if (!maSegments.is_tree_valid())
+maSegments.build_tree();
+}
+
 class ScFlatUInt16SegmentsImpl : public ScFlatSegmentsImpl
 {
 public:
@@ -416,6 +433,11 @@ SCROW ScFlatBoolRowSegments::findLastTrue() const
 return mpImpl->findLastTrue(false);
 }
 
+void ScFlatBoolRowSegments::makeReady()
+{
+mpImpl->makeReady();
+}
+
 OString ScFlatBoolRowSegments::dumpAsString()
 {
 OString aOutput;
@@ -483,6 +505,11 @@ void ScFlatBoolColSegments::insertSegment(SCCOL nCol, 
SCCOL nSize)
 mpImpl->insertSegment(static_cast(nCol), 
static_cast(nSize), true/*bSkipStartBoundary*/);
 }
 
+void ScFlatBoolColSegments::makeReady()
+{
+mpImpl->makeReady();
+}
+
 OString ScFlatBoolColSegments::dumpAsString()
 {
 OString aOutput;
@@ -596,6 +623,11 @@ void ScFlatUInt16RowSegments::setValueIf(SCROW nRow1, 
SCROW nRow2, sal_uInt16 nV
 mpImpl->setValueIf(static_cast(nRow1), 
static_cast(nRow2), nValue, rPredicate);
 }
 
+void ScFlatUInt16RowSegments::makeReady()
+{
+mpImpl->makeReady();
+}
+
 OString ScFlatUInt16RowSegments::dumpAsString()
 {
 OString aOutput;
diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx
index 19ddf61770de..11ac1f1d3e83 100644
--- a/sc/source/core/data/table1.cxx
+++ b/sc/source/core/data/table1.cxx
@@ -2460,6 +2460,11 @@ bool ScTable::HandleRefArrayForParallelism( SCCOL nCol, 
SCROW nRow1, SCROW nRow2
 if ( !IsColValid( nCol ) || !ValidRow( nRow1 ) || !ValidRow( nRow2 ) )
 return false;
 
+mpHiddenCols->makeReady();
+mpHiddenRows->makeReady();
+mpFilteredCols->makeReady();
+mpFilteredRows->makeReady();
+
 return aCol[nCol].HandleRefArrayForParallelism(nRow1, nRow2, mxGroup);
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 140307] EDITING: When selecting text there is no highlight. Text cursor also blinks wildly

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140307

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

   What|Removed |Added

 CC||mulla.tasa...@gmail.com

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

I can not reproduce the bug in

Version: 7.0.3.1 (x64)
Build ID: d7547858d014d4cf69878db179d326fc3483e082
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nb-NO (en_US); UI: en-US
Calc: CL

Version: 7.2.0.0.alpha0+ (x64)
Build ID: 761a672d62df1891b9f4f367a499b220ab2b33fa
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

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


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

2021-03-09 Thread Stephan Bergmann (via logerrit)
 configmgr/source/dconf.cxx |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 4cf54b8616fb6be26f02bd06c0158c3e69fde0db
Author: Stephan Bergmann 
AuthorDate: Tue Mar 9 16:40:56 2021 +0100
Commit: Stephan Bergmann 
CommitDate: Tue Mar 9 22:21:06 2021 +0100

Mark workaround as fixed upstream

Change-Id: I808f0b26916eece2d4fae3c7d1e73c847905adf8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112208
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/configmgr/source/dconf.cxx b/configmgr/source/dconf.cxx
index 75c0bb360ce3..1c0711ff1927 100644
--- a/configmgr/source/dconf.cxx
+++ b/configmgr/source/dconf.cxx
@@ -17,8 +17,11 @@
 #include 
 
 extern "C" {
-// 
-// "common/dconf-changeset.h etc. lack extern "C" wrapper for C++"
+//TODO: 
+// "common/dconf-changeset.h etc. lack extern "C" wrapper for C++", fixed 
on current dconf
+// master (towards 0.40?) now with
+// 

+// "Merge branch 'wip/issue-23' into 'master'"
 #include 
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 139675] Undo moving in header not working in certain consternation (picking the wrong object)

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139675

Ezinne  changed:

   What|Removed |Added

Version|7.2.0.0.alpha0+ Master  |7.1.0.3 release

--- Comment #6 from Ezinne  ---
The bug already occurs with 7.1.0.3

Version: 7.1.0.3 / LibreOffice Community
Build ID: f6099ecf3d29644b5008cc8f48f42f4a40986e4c
CPU threads: 8; OS: Linux 5.8; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: 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: Branch 'libreoffice-7-1' - sw/source

2021-03-09 Thread Jim Raykowski (via logerrit)
 sw/source/core/doc/docdraw.cxx |2 ++
 sw/source/uibase/utlui/content.cxx |   17 +++--
 2 files changed, 17 insertions(+), 2 deletions(-)

New commits:
commit b23a3518fd60be26607a1e8e50ddb821d63cc0b6
Author: Jim Raykowski 
AuthorDate: Sun Feb 28 17:10:12 2021 -0900
Commit: Xisco Fauli 
CommitDate: Tue Mar 9 22:16:33 2021 +0100

tdf#140661 Give shapes names when ungrouping if they don't already have

Change-Id: I8242a697980e4f661a914998792ae9efdb090915
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111725
Tested-by: Jenkins
Reviewed-by: Jim Raykowski 
(cherry picked from commit 1c3e170d56d3cad1e7729f839fa63f607b62e4e3)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112215
Reviewed-by: Xisco Fauli 

diff --git a/sw/source/core/doc/docdraw.cxx b/sw/source/core/doc/docdraw.cxx
index c070519cfbf9..4468e648a8a2 100644
--- a/sw/source/core/doc/docdraw.cxx
+++ b/sw/source/core/doc/docdraw.cxx
@@ -329,6 +329,8 @@ void SwDoc::UnGroupSelection( SdrView& rDrawView )
 // #i36010# - set layout direction of the position
 pFormat->SetPositionLayoutDir(
 
text::PositionLayoutDir::PositionInLayoutDirOfAnchor );
+if (pSubObj->GetName().isEmpty())
+pSubObj->SetName(pFormat->GetName());
 pFormatsAndObjs[i].emplace_back( pFormat, pSubObj );
 
 if( bUndo )
diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index 641ee44bc6d3..3129d7ee572f 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -3193,8 +3193,21 @@ void SwContentTree::UpdateTracking()
 {
 SdrObject* pSelected = pSdrView->GetMarkedObjectByIndex(0);
 OUString aName(pSelected->GetName());
-lcl_SelectByContentTypeAndName(this, *m_xTreeView,
-   
SwResId(STR_CONTENT_TYPE_DRAWOBJECT), aName);
+if (!aName.isEmpty())
+lcl_SelectByContentTypeAndName(this, *m_xTreeView,
+   
SwResId(STR_CONTENT_TYPE_DRAWOBJECT), aName);
+else
+{
+// clear treeview selections
+m_xTreeView->unselect_all();
+Select();
+}
+}
+else
+{
+// clear treeview selections
+m_xTreeView->unselect_all();
+Select();
 }
 return;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - drawinglayer/source sw/qa

2021-03-09 Thread Luboš Luňák (via logerrit)
 drawinglayer/source/processor2d/vclprocessor2d.cxx |   31 +++--
 sw/qa/extras/uiwriter/uiwriter3.cxx|4 ++
 2 files changed, 20 insertions(+), 15 deletions(-)

New commits:
commit 058b59ae92ca19beed698ad1a2d6ee6f1182213a
Author: Luboš Luňák 
AuthorDate: Thu Mar 4 15:35:44 2021 +0100
Commit: Xisco Fauli 
CommitDate: Tue Mar 9 22:10:22 2021 +0100

make RenderMaskPrimitive2DPixel() clip using clipping (tdf#140797)

The original implementation had this peculiar idea of implementing
clipping using transparency, which slows everything down, because
contents need to be copied and then alpha-blended. Keep that only
for when edges of the clip are to be smoothed.
As a side-effect this also seems to fix tdf#115843 again.
The commit also adjusts the test for tdf#133477 to not rely
on the rounding introduced by the optimization from tdf#115843.

Change-Id: Iebae5996159cf9f17066205985c5b591abdae105
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111966
Tested-by: Jenkins
Reviewed-by: Luboš Luňák 
(cherry picked from commit 6b8c157a0b4f37a09fdbf656919b2df06a3abc3e)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112217
Reviewed-by: Xisco Fauli 

diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx 
b/drawinglayer/source/processor2d/vclprocessor2d.cxx
index c2c835e5291d..80c7fbdb6556 100644
--- a/drawinglayer/source/processor2d/vclprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx
@@ -751,7 +751,7 @@ void VclProcessor2D::RenderPolyPolygonGraphicPrimitive2D(
 }
 }
 
-// mask group. Force output to VDev and create mask from given mask
+// mask group
 void VclProcessor2D::RenderMaskPrimitive2DPixel(const 
primitive2d::MaskPrimitive2D& rMaskCandidate)
 {
 if (rMaskCandidate.getChildren().empty())
@@ -763,6 +763,17 @@ void VclProcessor2D::RenderMaskPrimitive2DPixel(const 
primitive2d::MaskPrimitive
 return;
 
 aMask.transform(maCurrentTransformation);
+
+// Unless smooth edges are needed, simply use clipping.
+if (basegfx::utils::isRectangle(aMask) || 
!getOptionsDrawinglayer().IsAntiAliasing())
+{
+mpOutputDevice->Push(PushFlags::CLIPREGION);
+mpOutputDevice->IntersectClipRegion(vcl::Region(aMask));
+process(rMaskCandidate.getChildren());
+mpOutputDevice->Pop();
+return;
+}
+
 const basegfx::B2DRange aRange(basegfx::utils::getRange(aMask));
 impBufferDevice aBufferDevice(*mpOutputDevice, aRange);
 
@@ -779,19 +790,11 @@ void VclProcessor2D::RenderMaskPrimitive2DPixel(const 
primitive2d::MaskPrimitive
 // back to old OutDev
 mpOutputDevice = pLastOutputDevice;
 
-// if the mask fills the whole area we can skip
-// creating a transparent vd and filling it.
-if (!basegfx::utils::isRectangle(aMask))
-{
-// draw mask
-// with AA, use 8bit AlphaMask to get nice borders; no AA -> use 1bit 
mask
-VirtualDevice& rMask = getOptionsDrawinglayer().IsAntiAliasing()
-   ? aBufferDevice.getTransparence()
-   : aBufferDevice.getMask();
-rMask.SetLineColor();
-rMask.SetFillColor(COL_BLACK);
-rMask.DrawPolyPolygon(aMask);
-}
+// draw mask
+VirtualDevice& rMask = aBufferDevice.getTransparence();
+rMask.SetLineColor();
+rMask.SetFillColor(COL_BLACK);
+rMask.DrawPolyPolygon(aMask);
 
 // dump buffer to outdev
 aBufferDevice.paint();
diff --git a/sw/qa/extras/uiwriter/uiwriter3.cxx 
b/sw/qa/extras/uiwriter/uiwriter3.cxx
index 018a96a78ee6..a2b8c8bc1c38 100644
--- a/sw/qa/extras/uiwriter/uiwriter3.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter3.cxx
@@ -2086,10 +2086,12 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf133477)
 aStream.Seek(STREAM_SEEK_TO_BEGIN);
 
 // Read it back and check the color of the first pixel.
+// (Actually check at one-pixel offset, because imprecise shape 
positioning may
+// result in blending with background for the first pixel).
 Graphic aGraphic;
 ReadGraphic(aStream, aGraphic);
 BitmapEx aBitmap = aGraphic.GetBitmapEx();
-CPPUNIT_ASSERT_EQUAL(Color(0, 102, 204), aBitmap.GetPixelColor(0, 0));
+CPPUNIT_ASSERT_EQUAL(Color(0, 102, 204), aBitmap.GetPixelColor(1, 1));
 }
 
 CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf137964)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 138895] FILEOPEN DOCX Shape distance from text imported with rounding error

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138895

--- Comment #4 from Miklos Vajna  ---
Created attachment 170383
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170383=edit
Reduced testcase

Reverting the writerfilter part of the commit doesn't bring back the 1:1 match
for Writer:Word anymore, so that'll be more complicated than just the above
commit.

I attach a reduced testcase where reverting the above commit does fix the
problem: there is a line above the shape in Word, there is no such thing in
Writer and the revert results in the same Word-like layout in Writer as well.

I plan to take a look at this reduced testcase.

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


[Libreoffice-bugs] [Bug 138895] FILEOPEN DOCX Shape distance from text imported with rounding error

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138895

--- Comment #3 from Miklos Vajna  ---
Created attachment 170382
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170382=edit
Reduced testcase

Reverting the writerfilter part of the commit doesn't bring back the 1:1 match
for Writer:Word anymore, so that'll be more complicated than just the above
commit.

I attach a reduced testcase where reverting the above commit does fix the
problem: there is a line above the shape in Word, there is no such thing in
Writer and the revert results in the same Word-like layout in Writer as well.

I plan to take a look at this reduced testcase.

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


[Libreoffice-bugs] [Bug 134101] BigPtrArray::Index2Block undo crash

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134101

--- Comment #17 from Xisco Faulí  ---
*** Bug 136542 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 136542] swlo!BigPtrArray::Index2Block+0xc8:

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136542

Xisco Faulí  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |DUPLICATE

--- Comment #3 from Xisco Faulí  ---
This is fixed by
https://cgit.freedesktop.org/libreoffice/core/commit/?id=b4365b985178e1866c74afd757a104aad1d405a9
Closing as a duplicate of bug 134101

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

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


License statement

2021-03-09 Thread Stanisław Jeśmanowicz

All of my past & future contributions to LibreOffice may be
licensed under the MPLv2/LGPLv3+ dual license.
--
__

Stanislaw Jesmanowicz  stan  mail2  jesmanowicz  com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 113038] Editing: Working with hi-res png-image is extremely slow

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113038

--- Comment #13 from Xisco Faulí  ---
(In reply to Telesto from comment #12)
> This is solved with Skia
> Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
> Build ID: dc3b64dcbfb0a49c0be65bd8d73ed4e6d3828a21
> CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
> Locale: nl-NL (nl_NL); UI: nl-NL
> Calc: CL

Hi Telesto,
What about without SKIA? This bug was reported when SKIA wasn't implemented in
LibreOffice

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


[Libreoffice-bugs] [Bug 140563] outline tracking for tables

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140563

Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

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


[Libreoffice-bugs] [Bug 132343] PPTX import: Scaled shadow distance is not equal between LO and MSO

2021-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132343

--- Comment #6 from Xisco Faulí  ---
Still reproducible in

Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: 351b2382465087d18a3ad44509c2a3a66ca08aa6
CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc:

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


  1   2   3   4   5   >