[Libreoffice-bugs] [Bug 138889] FILEOPEN DOCX Rotated drawing in chart has wrong width/height

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138889

--- Comment #1 from NISZ LibreOffice Team  ---
Created attachment 168141
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168141=edit
Screenshot of the original document side by side in Word and Writer

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


[Libreoffice-bugs] [Bug 75057] [META] OOXML Chart object issues

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75057

NISZ LibreOffice Team  changed:

   What|Removed |Added

 Depends on||138889


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138889
[Bug 138889] FILEOPEN DOCX Rotated drawing in chart has wrong width/height
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138889] New: FILEOPEN DOCX Rotated drawing in chart has wrong width/height

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138889

Bug ID: 138889
   Summary: FILEOPEN DOCX Rotated drawing in chart has wrong
width/height
   Product: LibreOffice
   Version: 7.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: libreoff...@nisz.hu
CC: nem...@numbertext.org, varga.bala...@nisz.hu
Blocks: 75057

Created attachment 168140
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168140=edit
Example file from Word

Attached document contains a 270 degrees rotated right pointing arrow, which
points upwards in Word and is more tall than wide.
When opened in Writer the rotation of the arrow shape is correct but it is more
wide than tall.

Steps to reproduce:
1. Open attached document

Actual results:
Black arrow shape is wide, not tall.

Expected results:
Should look like in Word

LibreOffice details:
Version: 7.2.0.0.alpha0+ (x64)
Build ID: 61d07657caab5e0fb8ec4446f67a7044e14dae4b
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: hu-HU (hu_HU); UI: en-US
Calc: CL


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=75057
[Bug 75057] [META] OOXML Chart object 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


Re: LO calc formulas

2020-12-13 Thread Rene Engelhard
Hi,

Am 14.12.20 um 07:57 schrieb Mike Kaganski:
> On 11.12.2020 23:41, Dante Doménech wrote:
>> We have our own isnan, isinf, isfinite, ... and some of them with
>> quite strange code.
>> Why is the default c++ standard library isn't good enough? 
>
> See also https://bugs.documentfoundation.org/show_bug.cgi?id=130975
> and https://bugs.documentfoundation.org/show_bug.cgi?id=130976.
>
I wonder why these commits didn't change sal to just call the library
function?

Stephan only said that the function must not go because it's part of the
interface, but that doesn't say one can't just make it a function
calling the library function?

That should be ABI compatible, shouldn't it?

Regards,


Rene


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: LO calc formulas

2020-12-13 Thread Stephan Bergmann

On 11/12/2020 21:41, Dante Doménech wrote:

I've been digging into calc code. And it makes me wonder about a few things.
First, in here: core 
/include 
/rtl 
/math.hxx 

We have our own isnan, isinf, isfinite, ... and some of them with quite 
strange code.

Why is the default c++ standard library isn't good enough?
The same goes for floor / ceil / round ...


Those include files that are part of the stable URE interface(*) have 
rather picky requirements.  They are meant to be included by rather old 
(pre-C99, pre-C++11) compilers, and changes to their content likely 
cause incompatible changes to the stable URE interface.  I would avoid 
modifications of those files without a clear need and without a solid 
understanding of the implications.


* For a list of all the C/C++ include files that make up the stable URE 
interface see workdir/CustomTarget/odk/allheaders/allheaders.hxx 
generated by `make CustomTarget_odk/allheaders`.


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2020-12-13 Thread Noel (via logerrit)
 compilerplugins/clang/unnecessaryvirtual.results |   24 ---
 vcl/inc/salbmp.hxx   |2 -
 2 files changed, 10 insertions(+), 16 deletions(-)

New commits:
commit 07f7afec7832b0d45bef8d883eb3587d06c4673a
Author: Noel 
AuthorDate: Sun Dec 13 20:36:02 2020 +0200
Commit: Noel Grandin 
CommitDate: Mon Dec 14 08:37:34 2020 +0100

loplugin:unnecessaryvirtual

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

diff --git a/compilerplugins/clang/unnecessaryvirtual.results 
b/compilerplugins/clang/unnecessaryvirtual.results
index 3f2163bdff4c..1d3821d7c2af 100644
--- a/compilerplugins/clang/unnecessaryvirtual.results
+++ b/compilerplugins/clang/unnecessaryvirtual.results
@@ -216,14 +216,6 @@ chart2/source/inc/ModifyListenerCallBack.hxx:41
 void chart::ModifyListenerCallBack::~ModifyListenerCallBack()
 chart2/source/inc/WeakListenerAdapter.hxx:56
 void chart::WeakListenerAdapter::disposing(const struct 
com::sun::star::lang::EventObject &,)
-cui/source/inc/splitcelldlg.hxx:40
-_Bool SvxSplitTableDlg::IsHorizontal()const
-cui/source/inc/splitcelldlg.hxx:41
-_Bool SvxSplitTableDlg::IsProportional()const
-cui/source/inc/splitcelldlg.hxx:42
-long SvxSplitTableDlg::GetCount()const
-cui/source/inc/splitcelldlg.hxx:44
-void SvxSplitTableDlg::SetSplitVerticalByDefault()
 extensions/source/dbpilots/unoautopilot.hxx:81
 class cppu::IPropertyArrayHelper * 
dbp::OUnoAutoPilot::createArrayHelper()const
 extensions/source/propctrlr/commoncontrol.hxx:130
@@ -304,9 +296,9 @@ include/vbahelper/vbareturntypes.hxx:39
 type-parameter-0-0 ooo::vba::DefaultReturnHelper::getValue()
 include/vcl/customweld.hxx:45
 class rtl::OUString weld::CustomWidgetController::GetHelpText()const
-include/vcl/toolkit/dialog.hxx:96
+include/vcl/toolkit/dialog.hxx:98
 void Dialog::set_content_area(class VclBox *,)
-include/vcl/weld.hxx:96
+include/vcl/weld.hxx:100
 void weld::Widget::set_visible(_Bool,)
 sc/source/core/opencl/formulagroupcl.cxx:1061
 _Bool sc::opencl::(anonymous 
namespace)::DynamicKernelSlidingArgument::NeedParallelReduction()const
@@ -410,14 +402,16 @@ sw/inc/flypos.hxx:37
 void SwPosFlyFrame::~SwPosFlyFrame()
 toolkit/inc/controls/geometrycontrolmodel.hxx:182
 void OGeometryControlModel::fillProperties(class 
com::sun::star::uno::Sequence &,class 
com::sun::star::uno::Sequence &,)const
-vcl/inc/jsdialog/jsdialogbuilder.hxx:182
+vcl/inc/jsdialog/jsdialogbuilder.hxx:190
 void JSWidget::show()
-vcl/inc/jsdialog/jsdialogbuilder.hxx:188
+vcl/inc/jsdialog/jsdialogbuilder.hxx:196
 void JSWidget::hide()
-vcl/inc/jsdialog/jsdialogbuilder.hxx:195
+vcl/inc/jsdialog/jsdialogbuilder.hxx:203
 void JSWidget::set_sensitive(_Bool,)
-vcl/inc/jsdialog/jsdialogbuilder.hxx:201
+vcl/inc/jsdialog/jsdialogbuilder.hxx:209
 class com::sun::star::uno::Reference JSWidget::get_drop_target()
+vcl/inc/salbmp.hxx:118
+void SalBitmap::updateChecksum()const
 vcl/inc/salframe.hxx:145
 void SalFrame::SetRepresentedURL(const class rtl::OUString &,)
 vcl/inc/salframe.hxx:194
@@ -454,7 +448,7 @@ vcl/inc/unx/saldisp.hxx:195
 void SalXLib::StopTimer()
 vcl/inc/unx/saldisp.hxx:197
 _Bool SalXLib::CheckTimeout(_Bool,)
-vcl/inc/unx/saldisp.hxx:405
+vcl/inc/unx/saldisp.hxx:404
 void SalX11Display::Yield()
 vcl/inc/unx/salframe.h:207
 void X11SalFrame::updateGraphics(_Bool,)
diff --git a/vcl/inc/salbmp.hxx b/vcl/inc/salbmp.hxx
index 1f5ea18cb048..14d695874ef9 100644
--- a/vcl/inc/salbmp.hxx
+++ b/vcl/inc/salbmp.hxx
@@ -115,7 +115,7 @@ protected:
 bool   mbChecksumValid;
 
 protected:
-virtual void updateChecksum() const;
+void updateChecksum() const;
 // helper function to convert data in 1,2,4 bpp formats to a 8/24/32bpp 
format
 enum class BitConvert
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 138552] Multiple problems with TOCs in two-column documents

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138552

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG
 Whiteboard| QA:needsComment|
 CC||dgp-m...@gmx.de

--- Comment #9 from Dieter  ---
Alan, thanks for you report. Unfortunately, it is not helpful to add several
documents with no description what to do. It's a lot of work to read every
document (in fact, I skipped th last three). And I couldn't really find steps
to reproduce a bug.

In one documetn youmentioned these problems:
a) I don’t want page 1 to be the first page;
b) I do want a footer saying Page # of #;
c) the TOC was showing incorrect page numbers; and
d) attempts to fix these were stymied by bugs.

a) It's possible to customise page number
b) I don't understand this problem, because you can easily delete this part of
a footer
c) I don't see a TOC in one of your documents.

So plase read LO Help, use https://ask.libreoffice.org or read the manual.

If you don't agree, please respect some basic rules in Bugzilla:
1. One report for one problem
2. Please add steps to reproduce within a comment

=> 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 138503] Missing bold formatting of non-Latin Unicode text.

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138503

--- Comment #9 from Justin L  ---
OK - this is a bit interesting.
The paragraph does have bold specified

  
  

እዚ

And Bold IS being set to the character properties for Western and Asian Fonts.
But CTL Font is not being set to bold - because there is a specific w:bCs for
that, and that is not set anywhere.

17.3.2.1 b (Bold)
This element specifies whether the bold property shall be applied to all
non-complex script characters in the contents of this run when displayed in a
document.

So perhaps MS Word doesn't consider these Unicode characters to be a CTL
language? (It seems like it should be considered complex to me, since even the
default style sets Bottom to Top - Left to Right 

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


[Libreoffice-bugs] [Bug 138547] PAGE STYLE: multi-column page formatting glitch

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138547

Dieter  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
Summary|Writer: multi-column page   |PAGE STYLE: multi-column
   |formating glitch|page formatting glitch
 CC||dgp-m...@gmx.de
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #2 from Dieter  ---
I can't confirm it with

Version: 7.1.0.0.beta1 (x64)
Build ID: 828a45a14a0b954e0e539f5a9a10ca31c81d8f53
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: threaded

Just for clarification: Problem is, that page style "Custom Style 3" (page 15)
also changes, if you change "Custom Style 5" (page 16), correct?

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.

=> 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 101754] New wizard Push Button

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101754

--- Comment #6 from pad...@rtmc.net  ---
(In reply to Buovjaga from comment #5)
> I think this needs design team's evaluation

Thanks but this was from 3 yrs ago. I am no longer using Access or Base. Feel
free to close this report.

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


[Libreoffice-bugs] [Bug 92768] support hiding title objects

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92768

Buovjaga  changed:

   What|Removed |Added

 Status|REOPENED|NEW

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


[Libreoffice-bugs] [Bug 138888] crashes when inserting or watch video

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=13

--- Comment #1 from Gilad Ravid  ---
Created attachment 168139
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168139=edit
strace.log

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


[Libreoffice-bugs] [Bug 138888] New: crashes when inserting or watch video

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=13

Bug ID: 13
   Summary: crashes when inserting or watch video
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gi...@ravid.org

Created attachment 168138
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168138=edit
gdbtrace.log

Description:
go to Insert > Audio or Video > select the video file and it crashes
immediately.  The file plays correctly in video players (vlc. totam).  It crash
with any video I tested. Also, when I try to edit a slide with video as soon as
the slide appears on screen (in them main panel, slide panel, or the slide
sorter) Impress crashes

Steps to Reproduce:
1.Open a blank presentation
2.Insert > Audio or Video  
3. select video file
4. crashes immediately.


Actual Results:
Crash

Expected Results:
Video inserted into presentation


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 7.0.3.1
Build ID: 00(Build:1)
CPU threads: 8; OS: Linux 5.8; UI render: default; VCL: gtk3
Locale: en-US (en_IL); UI: en-US
Ubuntu package version: 1:7.0.3-0ubuntu0.20.10.1
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


Re: LO calc formulas

2020-12-13 Thread Mike Kaganski

On 11.12.2020 23:41, Dante Doménech wrote:
We have our own isnan, isinf, isfinite, ... and some of them with quite 
strange code.
Why is the default c++ standard library isn't good enough? 


See also https://bugs.documentfoundation.org/show_bug.cgi?id=130975 and 
https://bugs.documentfoundation.org/show_bug.cgi?id=130976.



--
Best regards,
Mike Kaganski
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 135096] Empty image frames shown after saving to ODT (tracking changes enabled). File reload solves it

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135096

Buovjaga  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||4298
Summary|LIbreOffice is showing  |Empty image frames shown
   |empty image frames after|after saving to ODT
   |save to ODT (tracking   |(tracking changes enabled).
   |changes enabled). File  |File reload solves it
   |reload solves it|
   Keywords|bibisectRequest |bibisected, bisected

--- Comment #8 from Buovjaga  ---
(In reply to Telesto from comment #3)
> Created attachment 163675 [details]
> Example file
> 
> Smaller file 
> 1. Open the attached file
> 2. Scroll to bottom and delete the image on the second last page 
> 3. Save -> Images gone

Thanks, this is much better and I can reproduce. For the record, I tried again
today with the original file with the exact same steps and could *not*
reproduce.

Bibisected with linux-64-7.1 to
https://git.libreoffice.org/core/commit/b9ef71476fd70bc13f50ebe80390e0730d1b7afb
tdf#134298 sw: layout: remove left-over page frame without content

But now I see this has already been bibisected in bug 138785, just with a
different file.

Can you really repro with the original file with a fresh master build?

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

2020-12-13 Thread Noel Grandin
On Fri, 11 Dec 2020 at 22:41, Dante Doménech 
wrote:

> First, in here: core /include
> /rtl
> /math.hxx
> 
> We have our own isnan, isinf, isfinite, ... and some of them with quite
> strange code.
> Why is the default c++ standard library isn't good enough?
>
>
Large chunks of our code have been around longer than those parts of the
standard c++ library.

And while changing to use the standard C++ library functions would be a
good thing, such changes will have to be done in small chunks in case they
cause unexpected regressions.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Deadlocking problem related to Win clipboard thread that still exists

2020-12-13 Thread Noel Grandin
On Mon, 14 Dec 2020 at 08:34, Mike Kaganski 
wrote:

>
> I suppose we must check to release solar mutex before any blocking calls
> to clipboard thread, including explicit waits (like
> CMtaOleClipboard::getClipboard that posts a message and then waits) and
> implicit waits like described above, calling COM methods of objects
> known to be created in a different thread.
>
>
Probably that ^^ and also we could post events to the main thread from the
clipboard, rather than directly handling them in the clipboard thread - the
stack trace referenced above looks like it could do that.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2020-12-13 Thread Noel Grandin (via logerrit)
 solenv/gbuild/platform/com_MSC_defs.mk |   59 -
 1 file changed, 59 deletions(-)

New commits:
commit 5c082fc1b59022252d90423afde174123976cdee
Author: Noel Grandin 
AuthorDate: Wed Dec 9 14:55:19 2020 +0200
Commit: Noel Grandin 
CommitDate: Mon Dec 14 07:48:07 2020 +0100

remove some MSVC -wd

which appear to no longer be necessary on master with our updated
MSVC requirements.

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

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk 
b/solenv/gbuild/platform/com_MSC_defs.mk
index 892faf76931b..89eee1b9f04b 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -76,16 +76,8 @@ gb_AFLAGS := $(AFLAGS)
 # cleaning away from the code, to avoid warnings when building with
 # gcc or Clang and -Wall -Werror.
 
-# C4091: 'typedef ': ignored on left of '' when no variable is declared
-
-# C4100: 'identifier' : unreferenced formal parameter
-
 # C4127: conditional expression is constant
 
-# C4189: 'identifier' : local variable is initialized but not referenced
-
-# C4200: nonstandard extension used : zero-sized array in struct/union
-
 # C4201: nonstandard extension used : nameless struct/union
 
 # C4244: nonstandard extension used : formal parameter 'identifier'
@@ -101,28 +93,6 @@ gb_AFLAGS := $(AFLAGS)
 # C4275: non-DLL-interface classkey 'identifier' used as base for
 #   DLL-interface classkey 'identifier'
 
-# C4290: C++ exception specification ignored except to indicate a
-#   function is not __declspec(nothrow)
-
-# C4351: new behavior: elements of array 'array' will be default
-#   initialized
-# (an issue with MSVC 2013 that appears to be gone with MSVC 2015)
-
-# C4373: '%$S': virtual function overrides '%$pS', previous versions
-#   of the compiler did not override when parameters only differed by
-#   const/volatile qualifiers.
-# [translation: ancient compilers that don't actually support C++ do
-#  stupid things]
-
-# C4505: 'function' : unreferenced local function has been removed
-
-# C4510: 'class' : default constructor could not be generated
-
-# C4512: 'class' : assignment operator could not be generated
-# (an issue with MSVC 2013 that appears to be gone with MSVC 2015)
-
-# C4610: 'class' can never be instantiated - user defined constructor required
-
 # C4611: interaction between 'function' and C++ object destruction is
 #   non-portable
 
@@ -130,9 +100,6 @@ gb_AFLAGS := $(AFLAGS)
 
 # C4706: assignment within conditional expression
 
-# C4800: 'type' : forcing value to bool 'true' or 'false' (performance
-#   warning)
-
 gb_CFLAGS := \
-utf-8 \
-Gd \
@@ -142,18 +109,7 @@ gb_CFLAGS := \
$(if $(MSVC_USE_DEBUG_RUNTIME),-MDd,-MD) \
-nologo \
-W4 \
-   -wd4091 \
-   $(if $(filter 0,$(gb_DEBUGLEVEL)),-wd4100) \
-   -wd4127 \
-   $(if $(filter 0,$(gb_DEBUGLEVEL)),-wd4189) \
-   -wd4200 \
-wd4244 \
-   -wd4251 \
-   -wd4505 \
-   -wd4512 \
-   -wd4706 \
-   -wd4800 \
-   -wd4267 \
 
 gb_CXXFLAGS_DISABLE_WARNINGS = -w
 
@@ -176,26 +132,15 @@ gb_CXXFLAGS := \
$(if $(MSVC_USE_DEBUG_RUNTIME),-MDd,-MD) \
-nologo \
-W4 \
-   -wd4091 \
-   $(if $(filter 0,$(gb_DEBUGLEVEL)),-wd4100) \
-wd4127 \
-   $(if $(filter 0,$(gb_DEBUGLEVEL)),-wd4189) \
-wd4201 \
-wd4244 \
-wd4250 \
-wd4251 \
-wd4267 \
-wd4275 \
-   -wd4290 \
-   -wd4351 \
-   -wd4373 \
-   -wd4505 \
-   -wd4510 \
-   -wd4512 \
-   -wd4610 \
-wd4611 \
-wd4706 \
-   -wd4800 \
 
 ifeq ($(CPUNAME),INTEL)
 
@@ -210,12 +155,8 @@ endif
 ifneq ($(COM_IS_CLANG),TRUE)
 
 # clang-cl doesn't support -Wv:18 for now
-# Work around MSVC 2017 C4702 compiler bug with release builds
-# 
http://document-foundation-mail-archive.969070.n3.nabble.com/Windows-32-bit-build-failure-unreachable-code-tp4243848.html
-# 
http://document-foundation-mail-archive.969070.n3.nabble.com/64-bit-Windows-build-failure-after-MSVC-Update-tp4246816.html
 gb_CXXFLAGS += \
-Wv:18 \
-   $(if $(filter 0,$(gb_DEBUGLEVEL)),-wd4702) \
 
 endif
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-12-13 Thread Noel (via logerrit)
 compilerplugins/clang/unusedfields.only-used-in-constructor.results |   46 
++
 compilerplugins/clang/unusedfields.readonly.results |   36 
++---
 compilerplugins/clang/unusedfields.untouched.results|   28 +---
 compilerplugins/clang/unusedfields.writeonly.results|   70 
--
 include/vcl/notebookbar/NotebookBarAddonsMerger.hxx |1 
 include/vcl/opengl/OpenGLContext.hxx|   16 --
 vcl/source/opengl/win/context.cxx   |5 
 7 files changed, 80 insertions(+), 122 deletions(-)

New commits:
commit b34234272273063b7158dff2c4086c67c4a1ec47
Author: Noel 
AuthorDate: Sun Dec 13 20:32:51 2020 +0200
Commit: Noel Grandin 
CommitDate: Mon Dec 14 07:47:16 2020 +0100

loplugin:unusedfields

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

diff --git 
a/compilerplugins/clang/unusedfields.only-used-in-constructor.results 
b/compilerplugins/clang/unusedfields.only-used-in-constructor.results
index 4886b9fb3f2c..433c1a74884a 100644
--- a/compilerplugins/clang/unusedfields.only-used-in-constructor.results
+++ b/compilerplugins/clang/unusedfields.only-used-in-constructor.results
@@ -338,11 +338,13 @@ include/vcl/commandevent.hxx:315
 CommandGestureData meOrientation const enum PanningOrientation
 include/vcl/font/Feature.hxx:100
 vcl::font::Feature m_eType enum vcl::font::FeatureType
-include/vcl/NotebookBarAddonsMerger.hxx:36
+include/vcl/notebookbar/NotebookBarAddonsMerger.hxx:36
 NotebookBarAddonsItem aImage class Image
+include/vcl/opengl/OpenGLContext.hxx:43
+OpenGLCapabilitySwitch mbLimitedShaderRegisters _Bool
 include/vcl/pdf/PDFAnnotationMarker.hxx:65
 vcl::pdf::PDFAnnotationMarkerHighlight meTextMarkerType enum 
vcl::pdf::PDFTextMarkerType
-include/xmloff/shapeimport.hxx:140
+include/xmloff/shapeimport.hxx:56
 SdXML3DLightContext mbSpecular _Bool
 libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:51
 GtvApplicationWindow parent_instance GtkApplicationWindow
@@ -406,9 +408,9 @@ oox/source/ppt/timenodelistcontext.cxx:856
 oox::ppt::(anonymous namespace)::AnimMotionContext mnAngle sal_Int32
 pyuno/source/module/pyuno_callable.cxx:45
 pyuno::(anonymous namespace)::PyUNO_callable ob_base PyObject
-pyuno/source/module/pyuno_impl.hxx:137
+pyuno/source/module/pyuno_impl.hxx:138
 pyuno::(anonymous) ob_base PyObject
-pyuno/source/module/pyuno_impl.hxx:237
+pyuno/source/module/pyuno_impl.hxx:238
 pyuno::stRuntimeImpl ob_base PyObject
 reportdesign/source/core/api/ReportDefinition.cxx:237
 reportdesign::(anonymous namespace)::OStyle m_aSize awt::Size
@@ -484,7 +486,7 @@ sc/source/filter/html/htmlpars.cxx:3018
 (anonymous namespace)::CSSHandler::MemStr mp const char *
 sc/source/filter/html/htmlpars.cxx:3019
 (anonymous namespace)::CSSHandler::MemStr mn size_t
-sc/source/filter/inc/htmlpars.hxx:613
+sc/source/filter/inc/htmlpars.hxx:614
 ScHTMLQueryParser mnUnusedId ScHTMLTableId
 sc/source/filter/inc/sheetdatacontext.hxx:51
 oox::xls::SheetDataContext aReleaser class SolarMutexReleaser
@@ -612,8 +614,6 @@ sdext/source/pdfimport/pdfparse/pdfparse.cxx:266
 (anonymous namespace)::PDFGrammar::definition xref rule
 sfx2/inc/autoredactdialog.hxx:94
 SfxAutoRedactDialog m_xDocShell class SfxObjectShellLock
-sfx2/inc/sidebar/DeckTitleBar.hxx:54
-sfx2::sidebar::DeckTitleBar maGrip class BitmapEx
 sfx2/source/dialog/basedlgs.cxx:46
 SfxModelessDialog_Impl aMoveIdle class Idle
 sfx2/source/doc/doctempl.cxx:104
@@ -690,7 +690,7 @@ svx/source/dialog/framelinkarray.cxx:385
 svx::frame::(anonymous namespace)::MergedCellIterator mnFirstRow size_t
 svx/source/dialog/imapwnd.hxx:87
 IMapWindow maItemInfos struct SfxItemInfo [1]
-svx/source/dialog/weldeditview.cxx:323
+svx/source/dialog/weldeditview.cxx:372
 (anonymous namespace)::WeldEditSource m_rEditAcc class WeldEditAccessible &
 svx/source/inc/datanavi.hxx:189
 svxform::XFormsPage m_aDropHelper class svxform::DataTreeDropTarget
@@ -716,7 +716,7 @@ sw/inc/unosett.hxx:145
 SwXNumberingRules m_pImpl ::sw::UnoImplPtr
 sw/qa/core/test_ToxTextGenerator.cxx:140
 (anonymous namespace)::ToxTextGeneratorWithMockedChapterField 
mChapterFieldType class SwChapterFieldType
-sw/qa/extras/uiwriter/uiwriter.cxx:4587
+sw/qa/extras/uiwriter/uiwriter.cxx:4615
 (anonymous namespace)::IdleTask maIdle class Idle
 sw/source/core/crsr/crbm.cxx:64
 (anonymous namespace)::CursorStateHelper m_aSaveState class 
SwCursorSaveState
@@ -768,15 +768,9 @@ vcl/inc/canvasbitmap.hxx:40
 vcl::unotools::VclCanvasBitmap m_aAlpha ::Bitmap
 vcl/inc/graphic/Manager.hxx:39
 vcl::graphic::Manager maSwapOutTimer class Timer
-vcl/inc/opengl/RenderList.hxx:29
-Vertex color glm::vec4
-vcl/inc/opengl/RenderList.hxx:30
-

[Libreoffice-bugs] [Bug 113117] [META] Windows installer/uninstaller bugs and enhancements

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113117
Bug 113117 depends on bug 134927, which changed state.

Bug 134927 Summary: Fatal Installation failure
https://bugs.documentfoundation.org/show_bug.cgi?id=134927

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

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


[Libreoffice-bugs] [Bug 134927] Fatal Installation failure

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134927

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Resolution|--- |WORKSFORME

--- Comment #4 from Buovjaga  ---
Closing per previous comment.

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


[Libreoffice-bugs] [Bug 134993] Calc Tabs in Writer won't print properly

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134993

Buovjaga  changed:

   What|Removed |Added

 OS|All |Linux (All)
 Status|UNCONFIRMED |NEEDINFO
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Ever confirmed|0   |1

--- Comment #8 from Buovjaga  ---
No problem here.

Carlo: please copy and paste here the contents of your Help - About. This
allows us to know more about your system. Please also test with a newer
version.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

Arch Linux 64-bit
Version: 7.2.0.0.alpha0+
Build ID: 579cf9548615e8535a0569a8eb4cdf325fbbbac7
CPU threads: 8; OS: Linux 5.9; UI render: default; VCL: kf5
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 13 December 2020

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


[Libreoffice-bugs] [Bug 134877] EDITING No media files played in downloaded Impress presentations

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134877

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 Whiteboard| QA:needsComment|

--- Comment #1 from Buovjaga  ---
Please attach an example document.
Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the document.

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


[Libreoffice-bugs] [Bug 134872] Risk of chicken egg problem if build info are accessible from clipboard and clipboard not accessible

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134872

Buovjaga  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #1 from Buovjaga  ---
What is the proposal then? To be able to save build info to a file? I guess
taking a screenshot would go a long way as an emergency measure. I have not so
far seen any issues with copying the build info. Bug 129987 does not mention
any inability to do so.

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


[Libreoffice-bugs] [Bug 133034] System Open/Save dialog doesn't show all files in large folders

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133034

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #2 from Buovjaga  ---
I tested with Win 10 C:\Windows\System32 which had 4464 items and after sorting
by changed date, LibreOffice showed the same oldest and newest files as Windows
explorer. Could this be Win 7 specific?

Version: 7.2.0.0.alpha0+ (x64)
Build ID: 368c56144aab5794c39d5bc2082d9b3d6d7cebdb
CPU threads: 2; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: fi-FI (fi_FI); 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


Deadlocking problem related to Win clipboard thread that still exists

2020-12-13 Thread Mike Kaganski

Hi!

This is just a FTR after the nice patch 
https://git.libreoffice.org/core/+/9617bc9544cd569066ff187c3672a87fe28fe17f 
from Jan-Marek.


With today's Version: 7.2.0.0.alpha0+ (x64)
Build ID: ed07eff77df5af3b214a3791b4455a743ca35853
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

I see this deadlock (which I also saw before that change, so it is not 
any kind of regression from that change).


Main thread:


win32u.dll!NtUserMsgWaitForMultipleObjectsEx() Unknown
user32.dll!RealMsgWaitForMultipleObjectsEx()Unknown
combase.dll!CCliModalLoop::BlockFn(void * * ahEvent, unsigned long cEvents, 
unsigned long * lpdwSignaled) Line 2156 C++
combase.dll!ModalLoop(CSyncClientCall * pClientCall) Line 166   C++
combase.dll!ClassicSTAThreadDispatchCrossApartmentCall(tagRPCOLEMESSAGE * 
pMessage, OXIDEntry * pOXIDEntry, CSyncClientCall * pClientCall) Line 319 
C++
[Inline Frame] 
combase.dll!CSyncClientCall::SwitchAptAndDispatchCall(tagRPCOLEMESSAGE * 
pMessage) Line 5856 C++
combase.dll!CSyncClientCall::SendReceive2(tagRPCOLEMESSAGE * pMessage, unsigned 
long * pstatus) Line 5459   C++
[Inline Frame] 
combase.dll!SyncClientCallRetryContext::SendReceiveWithRetry(tagRPCOLEMESSAGE 
*) Line 1542   C++
[Inline Frame] 
combase.dll!CSyncClientCall::SendReceiveInRetryContext(SyncClientCallRetryContext
 *) Line 565C++
combase.dll!ClassicSTAThreadSendReceive(CSyncClientCall * pClientCall, 
tagRPCOLEMESSAGE * pMsg, unsigned long * pulStatus) Line 547 C++
combase.dll!CSyncClientCall::SendReceive(tagRPCOLEMESSAGE * pMessage, unsigned 
long * pulStatus) Line 783   C++
combase.dll!CClientChannel::SendReceive(tagRPCOLEMESSAGE * pMessage, unsigned 
long * pulStatus) Line 655C++
combase.dll!NdrExtpProxySendReceive(void * pThis, _MIDL_STUB_MESSAGE * 
pStubMsg) Line 2002  C++
rpcrt4.dll!NdrpClientCall3()Unknown
rpcrt4.dll!NdrClientCall3() Unknown
[Inline Frame] combase.dll!IEnumFORMATETC_RemoteNext_Proxy(IEnumFORMATETC *) 
Line 1254  C
combase.dll!IEnumFORMATETC_Next_Proxy(IEnumFORMATETC * This, unsigned long 
celt, tagFORMATETC * rgelt, unsigned long * pceltFetched) Line 1678  C
vclplug_winlo.dll!CDOTransferable::initFlavorList() Line 322C++
vclplug_winlo.dll!CDOTransferable::create(const 
com::sun::star::uno::Reference & rxContext, 
sal::systools::COMReference pIDataObject) Line 219 C++
vclplug_winlo.dll!CWinClipboard::getContents() Line 128 C++
vclplug_winlo.dll!CWinClipboard::ClipboardContentChangedHdl(Timer * __formal) 
Line 264  C++
vclplug_winlo.dll!CWinClipboard::LinkStubClipboardContentChangedHdl(void * 
instance, Timer * data) Line 244 C++
vcllo.dll!Link::Call(Timer * data) Line 111 C++
vcllo.dll!Timer::Invoke() Line 76   C++
vcllo.dll!Scheduler::ProcessTaskScheduling() Line 464   C++
vcllo.dll!Scheduler::CallbackTaskScheduling() Line 267  C++
vcllo.dll!SalTimer::CallCallback() Line 55  C++
vclplug_winlo.dll!WinSalTimer::ImplHandleElapsedTimer() Line 164C++
vclplug_winlo.dll!ImplSalYield(bool bWait, bool bHandleAllCurrentEvents) Line 
479   C++
vclplug_winlo.dll!WinSalInstance::DoYield(bool bWait, bool 
bHandleAllCurrentEvents) Line 525C++
vcllo.dll!ImplYield(bool i_bWait, bool i_bAllEvents) Line 444   C++
vcllo.dll!Application::Reschedule(bool i_bAllEvents) Line 458   C++
fwklo.dll!framework::StatusIndicatorFactory::impl_reschedule(bool bForce) Line 
521  C++
fwklo.dll!framework::StatusIndicatorFactory::reset(const 
com::sun::star::uno::Reference & 
xChild) Line 169C++
fwklo.dll!framework::StatusIndicator::reset() Line 80   C++
xolo.dll!ProgressBarHelper::SetValue(long nTempValue) Line 82   C++
xolo.dll!ProgressBarHelper::Increment(long nInc) Line 55C++
xolo.dll!XMLTextImportHelper::CreateTextChildContext(SvXMLImport & rImport, long 
nElement, const 
com::sun::star::uno::Reference & 
xAttrList, XMLTextType eType) Line 1764   C++
swlo.dll!`anonymous namespace'::SwXMLBodyContentContext_Impl::createFastChildContext(long 
nElement, const 
com::sun::star::uno::Reference & 
xAttrList) Line 56   C++
xolo.dll!SvXMLImport::startFastElement(long Element, const 
com::sun::star::uno::Reference & 
Attribs) Line 780   C++
expwraplo.dll!`anonymous namespace'::Entity::startElement(const 
`anonymous-namespace'::Event * pEvent) Line 455 C++
expwraplo.dll!sax_fastparser::FastSaxParserImpl::consume(`anonymous-namespace'::EventList
 & rEventList) Line 996C++
expwraplo.dll!sax_fastparser::FastSaxParserImpl::parseStream(const 
com::sun::star::xml::sax::InputSource & rStructSource) Line 846  C++
expwraplo.dll!sax_fastparser::FastSaxParser::parseStream(const 
com::sun::star::xml::sax::InputSource & aInputSource) Line 1451  C++
xolo.dll!SvXMLImport::parseStream(const com::sun::star::xml::sax::InputSource & 
aInputSource) Line 504  C++
swlo.dll!`anonymous namespace'::ReadThroughComponent(const 
com::sun::star::uno::Reference & xInputStream, const 

[Libreoffice-bugs] [Bug 132042] TEMPLATE MANAGER: Errors when deleting a category in templates

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132042

--- Comment #5 from BogdanB  ---
I agree with you, the problem is refresh, but I do not consider to be ok to
create something than to refresh that and so on. Autorefresh should exist there
at some point.

tested with
Version: 7.0.4.1
Build ID: e3cebc55238632eae061a3da668963d484a71147
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.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 138209] FORMS: Changing a form created with LO 7.0.3.1 with an older version leads to lost of the form

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138209

--- Comment #13 from Robert Großkopf  ---
(In reply to Julien Nabet from comment #10)
> My opinion is if the buggy version is EOL, it should be WONTFIX.

I don't think the buggy version is EOL. The buggy version, which produces this
shit, is LO 7.0. It is possible to open and edit a Writer document in LO 6.4
and LO 7.0 without any problem. But ist isn't possible to do the same with a
form in a *.odb-file. This is the bug.

Solution could be: 
1) Save all forms in ODF-version 1.2. There is nothing in 1.3, which could
extend the possibilities in a Base form.
2) Create a dialog where people are warned: "Form will be saved in ODF-version
1.3. It couldn't be opened again in ODF-version 1.2". This dialog should appear
if the content.xml shows version 1.2 and one will save a form in LO 7.0.

I would prefer the first solution.

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


[Libreoffice-bugs] [Bug 65936] Hide Find Bar after a timeout

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65936

Buovjaga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval
Summary|VIEWING: [enhancement] Hide |Hide Find Bar after a
   |Find Bar after a timeout|timeout

--- Comment #1 from Buovjaga  ---
This needs more evaluation from the design team.

-- 
You are receiving this mail because:
You 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 65936] Hide Find Bar after a timeout

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65936

Buovjaga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval
Summary|VIEWING: [enhancement] Hide |Hide Find Bar after a
   |Find Bar after a timeout|timeout

--- Comment #1 from Buovjaga  ---
This needs more evaluation from the design team.

-- 
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 98317] FORMATTING - No dotted lines available for the formatting of cells

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98317

Buovjaga  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #2 from Buovjaga  ---
Dotted lines can now be chosen -> closing as worksforme

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


[Libreoffice-bugs] [Bug 138887] calc: UI: options macro security 7.2 dialog popup doesn't popup

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138887

--- Comment #1 from Mike Kaganski  ---
Works here with today's Version: 7.2.0.0.alpha0+ (x64)
Build ID: ed07eff77df5af3b214a3791b4455a743ca35853
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 59284] [META] Cell border related issues

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59284
Bug 59284 depends on bug 98317, which changed state.

Bug 98317 Summary: FORMATTING - No dotted lines available for the formatting of 
cells
https://bugs.documentfoundation.org/show_bug.cgi?id=98317

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 98398] Help missing Mac menu items

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98398

Buovjaga  changed:

   What|Removed |Added

  Component|LibreOffice |Documentation
 CC||olivier.hallot@libreoffice.
   ||org
Summary|Online help missing Mac |Help missing Mac menu items
   |menu items  |

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


[Libreoffice-bugs] [Bug 138887] New: calc: UI: options macro security 7.2 dialog popup doesn't popup

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138887

Bug ID: 138887
   Summary: calc: UI: options macro security 7.2 dialog popup
doesn't popup
   Product: LibreOffice
   Version: 7.2.0.0.alpha0+ Master
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: newbie...@gmx.de

Description:
hello,

did anyone experience difficulties with the macro security settings? i was used
to an popup dialog from tools - options - LibreOffice(Dev) - security -
macro-security, but nothing happens ...

could be it had worked some days and stopped after install of fresh ver. from
dec-04, ver. dec-12 still disfunc., not total sure about that, that ver.
requested a restart reg. update of system files (for an administrative
install?),

OS win7x64,

with older versions up to 7.1.0.0.b1 the setting dialog works,


Steps to Reproduce:
1. tools - options - libreofficedev - security - button macro security...
2.
3.

Actual Results:
no reaction

Expected Results:
popup dialog for settings


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.2.0.0.alpha0+ (x64)
Build ID: 35e471bb4d1388cf5afcdcee214cf5111edf44e3
CPU threads: 8; OS: Windows 6.1 Service Pack 1 Build 7601; UI render: default;
VCL: win
Locale: de-DE (de_DE); 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


[Libreoffice-bugs] [Bug 101754] New wizard Push Button

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101754

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #5 from Buovjaga  ---
I think this needs design team's evaluation

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


[Libreoffice-bugs] [Bug 101247] Add bulk-save/bulk-close options for documents

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101247

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #3 from Buovjaga  ---
As this concerns adding a new command, showing this to the UX team

-- 
You are receiving this mail because:
You 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 101247] Add bulk-save/bulk-close options for documents

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101247

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #3 from Buovjaga  ---
As this concerns adding a new command, showing this to the UX team

-- 
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 138886] New: LibreOffice 7.0 crashes when I attempt to open it after installing it. This is before i can choose a component such as Calc or Base

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138886

Bug ID: 138886
   Summary: LibreOffice 7.0 crashes when I attempt to open it
after installing it. This is before i can choose a
component such as Calc or Base
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: Other
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rba...@mac.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 43089] Syntax highlighting for Math

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43089

--- Comment #13 from Sergey  ---
I have an idea how to solve the problem simply and with much greater effect:
allow users to use theys favorite EXTERNAL text editor to edit formula, i.e.
parameter "External math text editor path" in settings needed. It it empty -
LibreOffice Math runs, else the LibreOffice (or LibreOffice Math without GUI)
run this actions:

- create temp file X.eqn on trying to fornmula edit/create
- run external text editor with this file as parameter
- read file after editor closing and update formula object as it LibreOffice
Math does

It's AUTOMATICALY enables features on user side:

- pair brackets highlighting
- functions highlighting
- more simple editing (change variable name with multicaret editing or vim
commands, e.t.c.)
- snippets (not only for math constructions, may be used to natural greek
symbols writing - [a]+[Tab] -> α instead of %alpha - more simple reading)
- macroses to text editing in some special cases

It seems to be a great effect for easy implementation - don't you think so?

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


[Libreoffice-bugs] [Bug 132042] TEMPLATE MANAGER: Errors when deleting a category in templates

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132042

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 CC||sdc.bla...@youmail.dk

--- Comment #4 from sdc.bla...@youmail.dk ---
@Bogdan -- what happens if before you start to delete, you go to the Settings
button again, and choose the "Refresh" command.  (or alternatively, close and
reopen the Template Manager).

When I do either one, then I do not encounter any problems.

When I follow your procedure, then I also get the "warning" message about not
being able to delete (but I was also watching the directory where the category
is stored, and I could see that category was, in fact, deleted -- even though
it continued to appear in the Template Manager.

These observations are suggestive of likely cause of your problem (as well as a
workaround). 

My tests done with 7.2.0.0.alpha0+

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


[Libreoffice-bugs] [Bug 138558] Impress: Residual grey bar at bottom of black 4:3 presentation

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138558

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 138375] FILESAVE: Save as box ignores changed directory

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138375

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 138188] UI: Context depended table toolbar painted below sidebar (causing constant resizing)

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138188

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 138552] Multiple problems with TOCs in two-column documents

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138552

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 138550] CORRUPT odt-FILE: cranky document headlines

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138550

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 138547] Writer: multi-column page formating glitch

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138547

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 104790] [META] Database connectivity interfaces (ODBC, JDBC..) and external databases

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104790
Bug 104790 depends on bug 99032, which changed state.

Bug 99032 Summary: FILEOPEN: Fail to open Table from dictionary using Advantage 
Data Server JDBC and ODBC.
https://bugs.documentfoundation.org/show_bug.cgi?id=99032

   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 138545] Mouse Pointer view does not change to "Click Link" ("Hand") when hovering over hyperlink

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138545

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 99032] FILEOPEN: Fail to open Table from dictionary using Advantage Data Server JDBC and ODBC.

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99032

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 99032] FILEOPEN: Fail to open Table from dictionary using Advantage Data Server JDBC and ODBC.

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99032

--- Comment #10 from QA Administrators  ---
Dear pbmtech,

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 107237] [META] Notebookbar Tabbed

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107237
Bug 107237 depends on bug 131099, which changed state.

Bug 131099 Summary: Text not vertically centered in tabs using Qt/KDE 
Libreoffice style
https://bugs.documentfoundation.org/show_bug.cgi?id=131099

   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 131099] Text not vertically centered in tabs using Qt/KDE Libreoffice style

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131099

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 131099] Text not vertically centered in tabs using Qt/KDE Libreoffice style

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131099

--- Comment #9 from QA Administrators  ---
Dear Doug B,

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 102847] [META] Quick Find, Search and Replace

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102847
Bug 102847 depends on bug 129046, which changed state.

Bug 129046 Summary: EDITING:find search for font "times new roman" 
gives unstable results
https://bugs.documentfoundation.org/show_bug.cgi?id=129046

   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 130859] Save icon in macro editor slow to reactivate after graying out

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130859

--- Comment #4 from QA Administrators  ---
Dear Mike40,

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 129046] EDITING:find search for font "times new roman" gives unstable results

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129046

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 107659] [META] Macro bugs and enhancements

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107659
Bug 107659 depends on bug 130859, which changed state.

Bug 130859 Summary: Save icon in macro editor slow to reactivate after graying 
out
https://bugs.documentfoundation.org/show_bug.cgi?id=130859

   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 130859] Save icon in macro editor slow to reactivate after graying out

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130859

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 102495] [META] KDE VCL backend bugs and enhancements

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102495
Bug 102495 depends on bug 125709, which changed state.

Bug 125709 Summary: FORMAT NUMBER DIALOG: Crash when changing language of date 
field
https://bugs.documentfoundation.org/show_bug.cgi?id=125709

   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 114039] [META] Field dialog bugs and enhancements

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114039
Bug 114039 depends on bug 125709, which changed state.

Bug 125709 Summary: FORMAT NUMBER DIALOG: Crash when changing language of date 
field
https://bugs.documentfoundation.org/show_bug.cgi?id=125709

   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 133092] [META] Crash bugs

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092
Bug 133092 depends on bug 125709, which changed state.

Bug 125709 Summary: FORMAT NUMBER DIALOG: Crash when changing language of date 
field
https://bugs.documentfoundation.org/show_bug.cgi?id=125709

   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 129046] EDITING:find search for font "times new roman" gives unstable results

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129046

--- Comment #7 from QA Administrators  ---
Dear VincentYu,

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 125709] FORMAT NUMBER DIALOG: Crash when changing language of date field

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125709

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 133992] Application crashes at the first launch

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133992

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

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 125709] FORMAT NUMBER DIALOG: Crash when changing language of date field

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125709

--- Comment #24 from QA Administrators  ---
Dear Tóth Nikolett,

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 114280] Styles filter dropdown list doesnt share string between style types

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114280

--- Comment #3 from QA Administrators  ---
Dear Yousuf Philips (jay) (retired),

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 94459] .doc: Equation 3.0 formula width displayed much larger than in Word

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94459

--- Comment #9 from QA Administrators  ---
Dear Roman Polach,

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 100679] FILEOPEN Bad formating: objects (form controls) wrong positioned or to wide or ..

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100679

--- Comment #14 from QA Administrators  ---
Dear E.Mi,

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 105167] media playback toolbar - clicking on mute-button or dragging volume-control moves seek-control and video forward

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105167

--- Comment #10 from QA Administrators  ---
Dear bordfeldt,

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 138683] Calc: copying multiple cells by ^drag fails on 1st attempt

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138683

--- Comment #7 from tor...@yahoo.com ---
Created attachment 168137
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168137=edit
file with 2 cells to ^drag

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


[Libreoffice-bugs] [Bug 138683] Calc: copying multiple cells by ^drag fails on 1st attempt

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138683

tor...@yahoo.com changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #6 from tor...@yahoo.com ---
Version: 7.1.0.0.beta1 (x64)
Build ID: 828a45a14a0b954e0e539f5a9a10ca31c81d8f53
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: en-CA (en_US); UI: en-US
Calc: threaded

In dragab.ods, select cells A1, B1; ctrl-drag them down from the square handle
at the bottom corner of cell B1.
1st attempt does nothing (apparently) —drag0.png.
2nd attempt works! —drag1.png. (The 1st attempt really did something,
hidden.)

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


[Libreoffice-bugs] [Bug 138885] New: When trying to insert PNG file, I get syntax error. File is being inserted from files app. Error message: The server encountered a syntax error while parsing the i

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138885

Bug ID: 138885
   Summary: When trying to insert PNG file, I get syntax error.
File is being inserted from files app.  Error message:
The server encountered a syntax error while parsing
the insertfile command.
   Product: LibreOffice
   Version: 6.4.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: iOS Editor
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ee...@yahoo.com

I get this error message every time I try to insert a PNG file from my iPad.

The server encountered a syntax error while parsing the insertfile command.

This is using the insert picture command and browse and selecting from a folder
under files.

Please help me insert the picture as this as transparency.  When I insert from
the photo library, it opens but there is no transparency.

Thank you

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


[Libreoffice-bugs] [Bug 101546] Add a button to open the Tools-Options-Libreoffice-Paths-Edit Templates dialog directly from the Template Manager

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101546

sdc.bla...@youmail.dk changed:

   What|Removed |Added

Summary|Easy access to add/delete a |Add a button to open the
   |folder in the template path |Tools-Options-Libreoffice-P
   |from template manager   |aths-Edit Templates dialog
   ||directly from the Template
   ||Manager

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


[Libreoffice-bugs] [Bug 101404] Error dialog when default template file cant be found

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101404

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 CC||sdc.bla...@youmail.dk

--- Comment #5 from sdc.bla...@youmail.dk ---
Repro in 7.2.0.0.alpha0+

(In reply to Yousuf Philips (jay) (retired) from comment #0)

> Firstly, if a template is deleted in the template manager and is set to the
> default template, this should be reset. 
Still missing.

>if the error appears, there
> should be a means of disabling this dialog from appearing again, either by
> resetting the default template after closing the dialog
Since at least 6.3, there is a "Reset Default Template" command in the
"Setting" button in Template Manager.

> or adding an additional button to the error dialog to reset the default 
> template.
No button presented.

> dialog needs to be more informative by adding a useful title or
> alternatively the error message needs to be improved as
> "/home/jay/Templates/default draw.otg does not exist" doesnt tell a user
> much.
Dialog has not changed.

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


[Libreoffice-bugs] [Bug 138226] Poor and slow HTML importation - vertically stretched elements

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138226

--- Comment #4 from starb1...@gmail.com ---
(In reply to Dieter from comment #1)
> Created attachment 167994 [details]
> Result with LO 7.1.0.0beta1
> 
> I can confirm that its doing the same thing on the master build
http://dev-builds.libreoffice.org/daily/master/current.html
> 
> 
> Steps I did:
> 1. I opened https://www.mailerlite.com/pricing
> 2. copy and paste to writer
> 3. Distortion on the X
>
>

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


[Libreoffice-bugs] [Bug 101435] [META] Template manager bugs and enhancements

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101435

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Depends on||138884


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138884
[Bug 138884] Crash when deleting default draw template
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 101404] Error dialog when default template file cant be found

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101404

sdc.bla...@youmail.dk changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 138884] Crash when deleting default draw template

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138884

sdc.bla...@youmail.dk changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||1404
 Blocks||101435

--- Comment #1 from sdc.bla...@youmail.dk ---
Tested with:  

Version: 7.2.0.0.alpha0+ (x64)
Build ID: 368c56144aab5794c39d5bc2082d9b3d6d7cebdb
CPU threads: 8; OS: Windows 10.0 Build 19041; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_DK); UI: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101435
[Bug 101435] [META] Template manager 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 138884] New: Crash when deleting default draw template

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138884

Bug ID: 138884
   Summary: Crash when deleting default draw template
   Product: LibreOffice
   Version: 7.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sdc.bla...@youmail.dk

Created attachment 168136
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168136=edit
crash dump from LibreOfficeDev\4\crash

STR come from bug 101404

1) Open draw
2) Set margins to 0
3) Save as template and enable checkbox to make it default template
4) Close doc
5) Open template manager
6) Delete draw's default template

Result:  Crash, with template dialog box remaining open

Additional information:

1.  Reproduced running in Safe Mode and reset to Factory Setting

2.  Crash report does not appear to be sent, have attached .dmp file

3.  Please look at bug 101404 -- because it may be possible to address some of
the issues there at the same time.

4.  Have not tried to test with other modules.

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


[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - configure.ac

2020-12-13 Thread Thorsten Behrens (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f04e998c0cd0f71fd3c1cf0c819237aef93dc748
Author: Thorsten Behrens 
AuthorDate: Mon Dec 14 01:33:09 2020 +0100
Commit: Thorsten Behrens 
CommitDate: Mon Dec 14 01:33:09 2020 +0100

Bump version to 6.1.7.21

Change-Id: Id85ac9293734faa1bf95c08918e175bd5f6f201c

diff --git a/configure.ac b/configure.ac
index 90692fd71324..4dd1d19e55e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice powered by 
CIB],[6.1.7.20],[],[],[https://libreoffice.cib.eu/])
+AC_INIT([LibreOffice powered by 
CIB],[6.1.7.21],[],[],[https://libreoffice.cib.eu/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - sal/osl

2020-12-13 Thread Stephan Bergmann (via logerrit)
 sal/osl/w32/socket.cxx |   86 ++---
 1 file changed, 46 insertions(+), 40 deletions(-)

New commits:
commit ba4f3394fc63e2c74565a57a744569a5bacfd53f
Author: Stephan Bergmann 
AuthorDate: Thu Feb 7 15:36:58 2019 +0100
Commit: Thorsten Behrens 
CommitDate: Mon Dec 14 01:28:08 2020 +0100

Make osl_getLocalHostname thread-safe

Change-Id: I82b8c49fcbbec161bf968573e28992fa5737b45b
Reviewed-on: https://gerrit.libreoffice.org/67508
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 
(cherry picked from commit cb22fb0c2e49010ed066c23f0521d10cc850c280)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107496
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/sal/osl/w32/socket.cxx b/sal/osl/w32/socket.cxx
index cce9af46f142..528ad8ebc7ea 100644
--- a/sal/osl/w32/socket.cxx
+++ b/sal/osl/w32/socket.cxx
@@ -17,6 +17,10 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include 
+
+#include 
+
 #include "system.h"
 
 #include 
@@ -601,57 +605,59 @@ void SAL_CALL osl_destroyHostAddr(oslHostAddr pAddr)
 
 oslSocketResult SAL_CALL osl_getLocalHostname (rtl_uString **strLocalHostname)
 {
-static sal_Unicode LocalHostname[256] = {0};
+static auto const init = []() -> std::pair {
+sal_Unicode LocalHostname[256] = {0};
 
-if (rtl_ustr_getLength(LocalHostname) == 0)
-{
-sal_Char Host[256]= "";
-if (gethostname(Host, sizeof(Host)) == 0)
-{
-/* check if we have an FQDN; if not, try to determine it via dns 
first: */
-if (strchr(Host, '.') == nullptr)
+sal_Char Host[256]= "";
+if (gethostname(Host, sizeof(Host)) == 0)
 {
-oslHostAddr pAddr;
-rtl_uString *hostName= nullptr;
+/* check if we have an FQDN; if not, try to determine it via 
dns first: */
+if (strchr(Host, '.') == nullptr)
+{
+oslHostAddr pAddr;
+rtl_uString *hostName= nullptr;
 
-rtl_string2UString(
-, Host, strlen(Host),
-RTL_TEXTENCODING_UTF8, OUSTRING_TO_OSTRING_CVTFLAGS);
-OSL_ASSERT(hostName != nullptr);
+rtl_string2UString(
+, Host, strlen(Host),
+RTL_TEXTENCODING_UTF8, OUSTRING_TO_OSTRING_CVTFLAGS);
+OSL_ASSERT(hostName != nullptr);
 
-pAddr = osl_createHostAddrByName(hostName);
-rtl_uString_release (hostName);
+pAddr = osl_createHostAddrByName(hostName);
+rtl_uString_release (hostName);
 
-if (pAddr && pAddr->pHostName)
-memcpy(LocalHostname, pAddr->pHostName->buffer, 
sizeof(sal_Unicode)*(rtl_ustr_getLength(pAddr->pHostName->buffer)+1));
-else
-memset(LocalHostname, 0, sizeof(LocalHostname));
+if (pAddr && pAddr->pHostName)
+memcpy(LocalHostname, pAddr->pHostName->buffer, 
sizeof(sal_Unicode)*(rtl_ustr_getLength(pAddr->pHostName->buffer)+1));
+else
+memset(LocalHostname, 0, sizeof(LocalHostname));
 
-osl_destroyHostAddr (pAddr);
-}
-if (LocalHostname[0] == u'\0')
-{
-OUString u;
-if (rtl_convertStringToUString(
-, Host, strlen(Host), 
osl_getThreadTextEncoding(),
-(RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_ERROR
- | RTL_TEXTTOUNICODE_FLAGS_MBUNDEFINED_ERROR
- | RTL_TEXTTOUNICODE_FLAGS_INVALID_ERROR))
-&& u.getLength() < SAL_N_ELEMENTS(LocalHostname))
+osl_destroyHostAddr (pAddr);
+}
+if (LocalHostname[0] == u'\0')
 {
-memcpy(LocalHostname, u.getStr(), (u.getLength() + 1) * 
sizeof sal_Unicode);
+OUString u;
+if (rtl_convertStringToUString(
+, Host, strlen(Host), 
osl_getThreadTextEncoding(),
+(RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_ERROR
+ | RTL_TEXTTOUNICODE_FLAGS_MBUNDEFINED_ERROR
+ | RTL_TEXTTOUNICODE_FLAGS_INVALID_ERROR))
+&& u.getLength() < SAL_N_ELEMENTS(LocalHostname))
+{
+memcpy(LocalHostname, u.getStr(), (u.getLength() + 1) 
* sizeof sal_Unicode);
+}
 }
 }
-}
-}
 
-if (rtl_ustr_getLength(LocalHostname) > 0)
-{
-rtl_uString_newFromStr (strLocalHostname, LocalHostname);
-return osl_Socket_Ok;
-}
+if 

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - sal/osl

2020-12-13 Thread Stephan Bergmann (via logerrit)
 sal/osl/w32/socket.cxx |   17 +++--
 1 file changed, 15 insertions(+), 2 deletions(-)

New commits:
commit 12f8f2c87ffc8ec6e3e18a6125abe1716733e054
Author: Stephan Bergmann 
AuthorDate: Tue Feb 5 10:32:03 2019 +0100
Commit: Thorsten Behrens 
CommitDate: Mon Dec 14 01:27:36 2020 +0100

Improve osl_getLocalHostname on Windows

...returning a non-dotted result obtained from gethostname in case trying 
via
osl_createHostAddrByName doesn't work either.  The code had been like this 
ever
since its introduction with 74f3ed51f1e3fa7a199210fd6ffc69d78a535c08 "made
socket and pipe refcounted, added blocking read write methods, added direct
access methods for struct sockaddr", but there appears to be no good reason 
not
to return the non-dotted gethostname value as a fallback (and it may just 
have
been an oversight not to do so; and on e.g. Linux we simply return whatever 
a
successful call to gethostname provides, be it dotted or not, ever since at
least ebd00f5c46707e0dfcdd074f581ae86c0576e69b "socket.cxx -> socket.c", 
too).

(Calls to osl_getLocalHostname are few across the code base, so this change 
in
behavior is unlikely to cause any regressions.  I came across this wile 
looking
into  "Does not
support 'file://' scheme with actual hostname", but this change is 
unrelated to
any potential fix for that issue.  It just felt right to get this fixed in
passing.)

Change-Id: I78e59140579b9d37ee435a8f121e58544d2235eb
Reviewed-on: https://gerrit.libreoffice.org/67390
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 
(cherry picked from commit 3be2a53ee1a34fd4bc96e7817191fc3e0eb3c917)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107495
Tested-by: Thorsten Behrens 
Reviewed-by: Thorsten Behrens 

diff --git a/sal/osl/w32/socket.cxx b/sal/osl/w32/socket.cxx
index bf27bba1a04d..cce9af46f142 100644
--- a/sal/osl/w32/socket.cxx
+++ b/sal/osl/w32/socket.cxx
@@ -20,6 +20,7 @@
 #include "system.h"
 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -607,7 +608,7 @@ oslSocketResult SAL_CALL osl_getLocalHostname (rtl_uString 
**strLocalHostname)
 sal_Char Host[256]= "";
 if (gethostname(Host, sizeof(Host)) == 0)
 {
-/* check if we have an FQDN */
+/* check if we have an FQDN; if not, try to determine it via dns 
first: */
 if (strchr(Host, '.') == nullptr)
 {
 oslHostAddr pAddr;
@@ -618,7 +619,6 @@ oslSocketResult SAL_CALL osl_getLocalHostname (rtl_uString 
**strLocalHostname)
 RTL_TEXTENCODING_UTF8, OUSTRING_TO_OSTRING_CVTFLAGS);
 OSL_ASSERT(hostName != nullptr);
 
-/* no, determine it via dns */
 pAddr = osl_createHostAddrByName(hostName);
 rtl_uString_release (hostName);
 
@@ -629,6 +629,19 @@ oslSocketResult SAL_CALL osl_getLocalHostname (rtl_uString 
**strLocalHostname)
 
 osl_destroyHostAddr (pAddr);
 }
+if (LocalHostname[0] == u'\0')
+{
+OUString u;
+if (rtl_convertStringToUString(
+, Host, strlen(Host), 
osl_getThreadTextEncoding(),
+(RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_ERROR
+ | RTL_TEXTTOUNICODE_FLAGS_MBUNDEFINED_ERROR
+ | RTL_TEXTTOUNICODE_FLAGS_INVALID_ERROR))
+&& u.getLength() < SAL_N_ELEMENTS(LocalHostname))
+{
+memcpy(LocalHostname, u.getStr(), (u.getLength() + 1) * 
sizeof sal_Unicode);
+}
+}
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Infra call on Tue, Dec 15 at 17:30 UTC

2020-12-13 Thread Guilhem Moulin
Hi there,

The next infra call will take place at `date -d "Tue, 15 Dec 2020 17:30 UTC"`
(18:30 Berlin time).

We'll meet at https://jitsi.documentfoundation.org/infra and write the minutes
to https://pad.documentfoundation.org/p/infra .  Agenda TBA.

(Personally I've been on AFK for over half the time since the last call
and don't have much to report, but probably others have something to say :-)

See you there!
Cheers,
-- 
Guilhem.


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


[Libreoffice-bugs] [Bug 138375] FILESAVE: Save as box ignores changed directory

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138375

--- Comment #2 from Dave Gilbert  ---
Thanks for checking; my feeling is it's still a bug, it wasn't obvious why my
files weren't going into /tmp when I'd asked them to, and a UI shoudln't be
that subtle!

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


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

2020-12-13 Thread Bjoern Michaelsen (via logerrit)
 sw/source/core/inc/cntfrm.hxx   |2 -
 sw/source/core/layout/wsfrm.cxx |   63 
 sw/source/core/text/txtfrm.cxx  |8 ++---
 3 files changed, 38 insertions(+), 35 deletions(-)

New commits:
commit d6bb7239d8746cae0b0868f4cb0925db7fcaeb53
Author: Bjoern Michaelsen 
AuthorDate: Sun Dec 13 23:53:04 2020 +0100
Commit: Bjoern Michaelsen 
CommitDate: Mon Dec 14 00:58:09 2020 +0100

SwContentFrame: Modify no more

Change-Id: I934e5f096b7e650fe95d62b0030cbbe3a90daf6c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107667
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen 

diff --git a/sw/source/core/inc/cntfrm.hxx b/sw/source/core/inc/cntfrm.hxx
index 3b85365d3668..937f40c1751e 100644
--- a/sw/source/core/inc/cntfrm.hxx
+++ b/sw/source/core/inc/cntfrm.hxx
@@ -56,7 +56,7 @@ class SAL_DLLPUBLIC_RTTI SwContentFrame: public SwFrame, 
public SwFlowFrame
 protected:
 void MakePrtArea( const SwBorderAttrs & );
 
-virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override;
+virtual void SwClientNotify(const SwModify&, const SfxHint&) override;
 virtual SwTwips ShrinkFrame( SwTwips, bool bTst = false, bool bInfo = 
false ) override;
 virtual SwTwips GrowFrame  ( SwTwips, bool bTst = false, bool bInfo = 
false ) override;
 
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index 472c0bf619e8..8d64d23fc7dd 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -2322,76 +2322,79 @@ SwTwips SwContentFrame::ShrinkFrame( SwTwips nDist, 
bool bTst, bool bInfo )
 return nReal;
 }
 
-void SwContentFrame::Modify( const SfxPoolItem* pOld, const SfxPoolItem * pNew 
)
+void SwContentFrame::SwClientNotify(const SwModify&, const SfxHint& rHint)
 {
+auto pLegacy = dynamic_cast();
+if(!pLegacy)
+return;
 sal_uInt8 nInvFlags = 0;
-
-if( pNew && RES_ATTRSET_CHG == pNew->Which() && pOld )
+if(pLegacy->m_pNew && RES_ATTRSET_CHG == pLegacy->m_pNew->Which() && 
pLegacy->m_pOld)
 {
-SfxItemIter aNIter( *static_cast(pNew)->GetChgSet() );
-SfxItemIter aOIter( *static_cast(pOld)->GetChgSet() );
+auto& rOldSetChg = *static_cast(pLegacy->m_pOld);
+auto& rNewSetChg = *static_cast(pLegacy->m_pNew);
+SfxItemIter aOIter(*rOldSetChg.GetChgSet());
+SfxItemIter aNIter(*rNewSetChg.GetChgSet());
 const SfxPoolItem* pNItem = aNIter.GetCurItem();
 const SfxPoolItem* pOItem = aOIter.GetCurItem();
-SwAttrSetChg aOldSet( *static_cast(pOld) );
-SwAttrSetChg aNewSet( *static_cast(pNew) );
+SwAttrSetChg aOldSet(rOldSetChg);
+SwAttrSetChg aNewSet(rNewSetChg);
 do
 {
 UpdateAttr_(pOItem, pNItem, nInvFlags, , );
 pNItem = aNIter.NextItem();
 pOItem = aOIter.NextItem();
-} while (pNItem);
-if ( aOldSet.Count() || aNewSet.Count() )
-SwFrame::Modify( ,  );
+} while(pNItem);
+if(aOldSet.Count() || aNewSet.Count())
+SwFrame::Modify(, );
 }
 else
-UpdateAttr_( pOld, pNew, nInvFlags );
+UpdateAttr_(pLegacy->m_pOld, pLegacy->m_pNew, nInvFlags);
 
-if ( nInvFlags == 0 )
+if(nInvFlags == 0)
 return;
 
-SwPageFrame *pPage = FindPageFrame();
-InvalidatePage( pPage );
-if ( nInvFlags & 0x01 )
+SwPageFrame* pPage = FindPageFrame();
+InvalidatePage(pPage);
+if(nInvFlags & 0x01)
 SetCompletePaint();
-if ( nInvFlags & 0x02 )
+if(nInvFlags & 0x02)
 InvalidatePos_();
-if ( nInvFlags & 0x04 )
+if(nInvFlags & 0x04 )
 InvalidateSize_();
-if ( nInvFlags & 0x88 )
+if(nInvFlags & 0x88)
 {
-if( IsInSct() && !GetPrev() )
+if(IsInSct() && !GetPrev())
 {
-SwSectionFrame *pSect = FindSctFrame();
-if( pSect->ContainsAny() == this )
+SwSectionFrame* pSect = FindSctFrame();
+if(pSect->ContainsAny() == this)
 {
 pSect->InvalidatePrt_();
-pSect->InvalidatePage( pPage );
+pSect->InvalidatePage(pPage);
 }
 }
 InvalidatePrt_();
 }
 SwFrame* pNextFrame = GetIndNext();
-if ( pNextFrame && nInvFlags & 0x10)
+if(pNextFrame && nInvFlags & 0x10)
 {
 pNextFrame->InvalidatePrt_();
-pNextFrame->InvalidatePage( pPage );
+pNextFrame->InvalidatePage(pPage);
 }
-if ( pNextFrame && nInvFlags & 0x80 )
+if(pNextFrame && nInvFlags & 0x80)
 {
 pNextFrame->SetCompletePaint();
 }
-if ( nInvFlags & 0x20 )
+if(nInvFlags & 0x20)
 {
 SwFrame* pPrevFrame = GetPrev();
-if ( pPrevFrame )
+if(pPrevFrame)
 {
 pPrevFrame->InvalidatePrt_();
-pPrevFrame->InvalidatePage( pPage );
+

[Libreoffice-bugs] [Bug 138883] [rfe] Template Manager should give feedback message when it cannot rename a template to an existing name

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138883

sdc.bla...@youmail.dk changed:

   What|Removed |Added

   Severity|normal  |enhancement
 Blocks||101435
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101435
[Bug 101435] [META] Template manager 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 101435] [META] Template manager bugs and enhancements

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101435

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Depends on||138883


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138883
[Bug 138883] [rfe] Template Manager should give feedback message when it cannot
rename a template to an existing name
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138883] New: [rfe] Template Manager should give feedback message when it cannot rename a template to an existing name

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138883

Bug ID: 138883
   Summary: [rfe] Template Manager should give feedback message
when it cannot rename a template to an existing name
   Product: LibreOffice
   Version: 7.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sdc.bla...@youmail.dk

1.  Open Template Manager (Ctrl+Shift+N)
2.  (need to have at least one non-predefined template).  If not, create one.
3.  Right-click non-predefined template, choose Rename, and enter a name of
another already existing template.

Result:  Nothing happens.

Enhancement request:  Give some kind of feedback to explain, for example, that
template name already exists -- and ideally -- to leave the Rename dialog open
(so that it is not necessary to reopen it).

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


[Libreoffice-bugs] [Bug 101435] [META] Template manager bugs and enhancements

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101435

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Depends on||138882


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138882
[Bug 138882] Should the search field in the Template Manager be able to find
non-template documents?
-- 
You are receiving this mail because:
You 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 138882] Should the search field in the Template Manager be able to find non-template documents?

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138882

sdc.bla...@youmail.dk changed:

   What|Removed |Added

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101435
[Bug 101435] [META] Template manager 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 138882] Should the search field in the Template Manager be able to find non-template documents?

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138882

sdc.bla...@youmail.dk changed:

   What|Removed |Added

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101435
[Bug 101435] [META] Template manager 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 138882] New: Should the search field in the Template Manager be able to find non-template documents?

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138882

Bug ID: 138882
   Summary: Should the search field in the Template Manager be
able to find non-template documents?
   Product: LibreOffice
   Version: 7.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sdc.bla...@youmail.dk

1.  Use Tools-Options-Libreoffice-Paths-Template to add a directory to your
Templates path that has no templates (i.e., any directory will do) (if using
Windows, suggest to use a directory without subdirectories and not too many
files)

2.  Open Template Manager  (File-Templates-Manage Templates or Ctrl+Shift+N)

3.  Set Filter to: "All Applications", set Category to "My Templates"

4.  Enter a letter in Search field that corresponds to at least one file in the
added directory

Result:  non-template files are displayed. 

Question:  Is this intended/expected behavior?

IMO -- Template Manager should only show files whose file extensions are
considered as templates.  (see
https://help.libreoffice.org/7.2/en-US/text/shared/guide/convertfilters.html
for examples).

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

2020-12-13 Thread antlists

On 11/12/2020 20:41, Dante Doménech wrote:

I've been digging into calc code. And it makes me wonder about a few things.
First, in here: core 
/include 
/rtl 
/math.hxx 

We have our own isnan, isinf, isfinite, ... and some of them with quite 
strange code.

Why is the default c++ standard library isn't good enough?
The same goes for floor / ceil / round ...
Thank you for your time.


I believe git blame is your friend - when was this code last modified?

It may have been written before the c++ standard library (probably not). 
It may have been written by someone who didn't realise those functions 
were in the standard library (you'd be surprised - I've seen that!). It 
may have been written way back when before the c++ library had the  
optimised out of it.


It's probably a safe bet that, however it got in to the code base, 
everybody since has taken the attitude "if it ain't broke, don't fix it".


Cheers,
Wol
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 138414] In Draw, number of decimal points in dimension lines is not applied

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138414

pavlog  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||pavlograd...@gmail.com
 Status|UNCONFIRMED |NEW

--- Comment #4 from pavlog  ---
Thanks for reporting, I can confirm it in

Version: 7.2.0.0.alpha0+ (x64)
Build ID: ecb916667b633f8647790e040226b093760e6cfe
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Vulkan; 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: sw/source

2020-12-13 Thread Bjoern Michaelsen (via logerrit)
 sw/source/core/inc/sectfrm.hxx|4 --
 sw/source/core/layout/sectfrm.cxx |   75 +++---
 2 files changed, 39 insertions(+), 40 deletions(-)

New commits:
commit 504fb3362dae5040d06c9223c4b9feb9936a07ef
Author: Bjoern Michaelsen 
AuthorDate: Sun Dec 13 21:23:23 2020 +0100
Commit: Bjoern Michaelsen 
CommitDate: Sun Dec 13 22:46:51 2020 +0100

sectfrm: Modify no more

Change-Id: Ie4aaa1a6ced60db3d812107d567af571c6a4d2e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107664
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen 

diff --git a/sw/source/core/inc/sectfrm.hxx b/sw/source/core/inc/sectfrm.hxx
index 3b890b385e2a..47e7f27424be 100644
--- a/sw/source/core/inc/sectfrm.hxx
+++ b/sw/source/core/inc/sectfrm.hxx
@@ -33,7 +33,7 @@ enum class SwFindMode
 None = 0, EndNote = 1, LastCnt = 2, MyLast = 4
 };
 
-class SwSectionFrame: public SwLayoutFrame, public SwFlowFrame
+class SwSectionFrame final: public SwLayoutFrame, public SwFlowFrame
 {
 SwSection* m_pSection;
 bool m_bFootnoteAtEnd; // footnotes at the end of section
@@ -56,11 +56,9 @@ class SwSectionFrame: public SwLayoutFrame, public 
SwFlowFrame
 virtual void DestroyImpl() override;
 virtual ~SwSectionFrame() override;
 
-protected:
 virtual void MakeAll(vcl::RenderContext* pRenderContext) override;
 virtual bool ShouldBwdMoved( SwLayoutFrame *pNewUpper, bool  ) 
override;
 virtual void Format( vcl::RenderContext* pRenderContext, const 
SwBorderAttrs *pAttrs = nullptr ) override;
-virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override;
 virtual void SwClientNotify( const SwModify&, const SfxHint& ) override;
 
 public:
diff --git a/sw/source/core/layout/sectfrm.cxx 
b/sw/source/core/layout/sectfrm.cxx
index aa2af7d515f7..aab18463fe06 100644
--- a/sw/source/core/layout/sectfrm.cxx
+++ b/sw/source/core/layout/sectfrm.cxx
@@ -2566,49 +2566,50 @@ void SwSectionFrame::CalcEndAtEndFlag()
 }
 }
 
-void SwSectionFrame::Modify( const SfxPoolItem* pOld, const SfxPoolItem * pNew 
)
+void SwSectionFrame::SwClientNotify(const SwModify& rMod, const SfxHint& rHint)
 {
-sal_uInt8 nInvFlags = 0;
+if(const auto pLegacy = dynamic_cast())
+{
+sal_uInt8 nInvFlags = 0;
+if(pLegacy->m_pNew && RES_ATTRSET_CHG == pLegacy->m_pNew->Which())
+{
+auto& rOldSetChg = *static_cast(pLegacy->m_pOld);
+auto& rNewSetChg = *static_cast(pLegacy->m_pNew);
+SfxItemIter aOIter(*rOldSetChg.GetChgSet());
+SfxItemIter aNIter(*rNewSetChg.GetChgSet());
+const SfxPoolItem* pOItem = aOIter.GetCurItem();
+const SfxPoolItem* pNItem = aNIter.GetCurItem();
+SwAttrSetChg aOldSet(rOldSetChg);
+SwAttrSetChg aNewSet(rNewSetChg);
+do
+{
+UpdateAttr_(pOItem, pNItem, nInvFlags, , );
+pNItem = aNIter.NextItem();
+pOItem = aOIter.NextItem();
+} while (pNItem);
+if(aOldSet.Count() || aNewSet.Count())
+SwLayoutFrame::Modify(, );
+}
+else
+UpdateAttr_(pLegacy->m_pOld, pLegacy->m_pNew, nInvFlags);
 
-if( pNew && RES_ATTRSET_CHG == pNew->Which() )
-{
-SfxItemIter aNIter( *static_cast(pNew)->GetChgSet() );
-SfxItemIter aOIter( *static_cast(pOld)->GetChgSet() );
-const SfxPoolItem* pNItem = aNIter.GetCurItem();
-const SfxPoolItem* pOItem = aOIter.GetCurItem();
-SwAttrSetChg aOldSet( *static_cast(pOld) );
-SwAttrSetChg aNewSet( *static_cast(pNew) );
-do
+if(nInvFlags != 0)
 {
-UpdateAttr_(pOItem, pNItem, nInvFlags, , );
-pNItem = aNIter.NextItem();
-pOItem = aOIter.NextItem();
-} while (pNItem);
-if ( aOldSet.Count() || aNewSet.Count() )
-SwLayoutFrame::Modify( ,  );
+if(nInvFlags & 0x01)
+InvalidateSize();
+if(nInvFlags & 0x10)
+SetCompletePaint();
+}
 }
-else
-UpdateAttr_( pOld, pNew, nInvFlags );
-
-if ( nInvFlags != 0 )
+else if(const auto pHint = dynamic_cast())
 {
-if ( nInvFlags & 0x01 )
-InvalidateSize();
-if ( nInvFlags & 0x10 )
-SetCompletePaint();
+// #i117863#
+if( != GetDep())
+return;
+SwSectionFrame::MoveContentAndDelete(this, pHint->IsSaveContent());
 }
-}
-
-void SwSectionFrame::SwClientNotify( const SwModify& rMod, const SfxHint& 
rHint )
-{
-SwFrame::SwClientNotify(rMod, rHint);
-// #i117863#
-if( != GetDep())
-return;
-const auto pHint = dynamic_cast();
-if(!pHint)
-return;
-SwSectionFrame::MoveContentAndDelete( this, pHint->IsSaveContent() );
+else
+SwFrame::SwClientNotify(rMod, rHint);
 }
 
 void SwSectionFrame::UpdateAttr_( const 

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

2020-12-13 Thread Stephan Bergmann (via logerrit)
 vcl/osx/DataFlavorMapping.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 9231746301c99f26500ca26e841822b2c0d676b1
Author: Stephan Bergmann 
AuthorDate: Sun Dec 13 19:21:17 2020 +0100
Commit: Stephan Bergmann 
CommitDate: Sun Dec 13 22:25:20 2020 +0100

loplugin:stringviewparam (macOS)

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

diff --git a/vcl/osx/DataFlavorMapping.cxx b/vcl/osx/DataFlavorMapping.cxx
index 07534d0c893b..26724c5aed97 100644
--- a/vcl/osx/DataFlavorMapping.cxx
+++ b/vcl/osx/DataFlavorMapping.cxx
@@ -35,6 +35,7 @@
 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -67,7 +68,7 @@ namespace
 return OUString(utf8Str, len, RTL_TEXTENCODING_UTF8);
   }
 
-  NSString* OUStringToNSString(const OUString& ustring)
+  NSString* OUStringToNSString(std::u16string_view ustring)
   {
 OString utf8Str = OUStringToOString(ustring, RTL_TEXTENCODING_UTF8);
 return [NSString stringWithCString: utf8Str.getStr() encoding: 
NSUTF8StringEncoding];
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-12-13 Thread Stephan Bergmann (via logerrit)
 unoidl/source/sourcetreeprovider.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 44a0daae00fa7990482ef31149fc3ac526fe8e3f
Author: Stephan Bergmann 
AuthorDate: Sun Dec 13 19:20:25 2020 +0100
Commit: Stephan Bergmann 
CommitDate: Sun Dec 13 22:24:54 2020 +0100

loplugin:stringview (macOS)

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

diff --git a/unoidl/source/sourcetreeprovider.cxx 
b/unoidl/source/sourcetreeprovider.cxx
index 7ec67db22062..498ab33b03bc 100644
--- a/unoidl/source/sourcetreeprovider.cxx
+++ b/unoidl/source/sourcetreeprovider.cxx
@@ -49,7 +49,7 @@ OUString getFileName(OUString const & uri, osl::FileStatus 
const & status) {
 return status.getFileName();
 }
 OString dir(OUStringToOString(path, osl_getThreadTextEncoding()));
-OString name(OUStringToOString(uri.copy(i), osl_getThreadTextEncoding()));
+OString name(OUStringToOString(uri.subView(i), 
osl_getThreadTextEncoding()));
 DIR * d = opendir(dir.getStr());
 if (d == nullptr) {
 SAL_WARN("unoidl", "cannot opendir(" << dir << ")");
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 138875] Zooming in/out in multipage view with 6 page single paragraphs slow

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138875

--- Comment #4 from m.a.riosv  ---
Doesn't matter multipage view 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 138850] LibreOffice CALC Dynamic table report

2020-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138850

--- Comment #3 from m.a.riosv  ---
There is no pivot table, please attach the ods with the pivot table working.

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