[Libreoffice-bugs] [Bug 92330] Awkward navigation for vertical text

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

⚡ Thunde® ⚡  changed:

   What|Removed |Added

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

--- Comment #6 from ⚡ Thunde® ⚡  ---
This bug is no longer relevant. Checked in 6.3.

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


[Libreoffice-bugs] [Bug 106045] [META] Vertical and rotated text direction issues

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

Bug 92330 Summary: Awkward navigation for vertical text
https://bugs.documentfoundation.org/show_bug.cgi?id=92330

   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 105225] Color palette cannot be chosen in various places

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

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

https://git.libreoffice.org/core/commit/48e8c03710a540341a0d901273c42acfe0189498

tdf#105225 Use new background tab page in Base:Report Builder

It will be available in 6.5.0.

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

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

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


[Libreoffice-bugs] [Bug 105225] Color palette cannot be chosen in various places

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.1.0 target:6.2.0   |target:6.1.0 target:6.2.0
   |target:6.3.0 target:6.2.0.1 |target:6.3.0 target:6.2.0.1
   ||target:6.5.0

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


[Libreoffice-commits] core.git: reportdesign/source reportdesign/uiconfig

2019-12-10 Thread Jim Raykowski (via logerrit)
 reportdesign/source/ui/dlg/dlgpage.cxx  |7 -
 reportdesign/source/ui/misc/UITools.cxx |  152 +---
 reportdesign/uiconfig/dbreport/ui/chardialog.ui |2 
 3 files changed, 113 insertions(+), 48 deletions(-)

New commits:
commit 48e8c03710a540341a0d901273c42acfe0189498
Author: Jim Raykowski 
AuthorDate: Tue Dec 4 12:02:28 2018 -0900
Commit: Mike Kaganski 
CommitDate: Wed Dec 11 08:22:34 2019 +0100

tdf#105225 Use new background tab page in Base:Report Builder

Section Setup, Page Setup, and Character Settings dialogs

Change-Id: I31275ba45f5659fa7fe3988ae0f8ed3978196425
Reviewed-on: https://gerrit.libreoffice.org/64673
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/reportdesign/source/ui/dlg/dlgpage.cxx 
b/reportdesign/source/ui/dlg/dlgpage.cxx
index dd2c5f32b2e1..9a8d3710dba0 100644
--- a/reportdesign/source/ui/dlg/dlgpage.cxx
+++ b/reportdesign/source/ui/dlg/dlgpage.cxx
@@ -46,12 +46,12 @@ ORptPageDialog::ORptPageDialog(weld::Window* pParent, const 
SfxItemSet* pAttr, c
 
 if (rDialog == "BackgroundDialog")
 {
-AddTabPage("background", pFact->GetTabPageCreatorFunc( 
RID_SVXPAGE_BACKGROUND ), nullptr );
+AddTabPage("background", pFact->GetTabPageCreatorFunc( RID_SVXPAGE_BKG 
), nullptr );
 }
 else if (rDialog == "PageDialog")
 {
 AddTabPage("page", pFact->GetTabPageCreatorFunc( RID_SVXPAGE_PAGE ), 
nullptr );
-AddTabPage("background", pFact->GetTabPageCreatorFunc( 
RID_SVXPAGE_BACKGROUND ), nullptr );
+AddTabPage("background", pFact->GetTabPageCreatorFunc( RID_SVXPAGE_BKG 
), nullptr );
 }
 else if (rDialog == "CharDialog")
 {
@@ -59,7 +59,7 @@ ORptPageDialog::ORptPageDialog(weld::Window* pParent, const 
SfxItemSet* pAttr, c
 AddTabPage("fonteffects", pFact->GetTabPageCreatorFunc( 
RID_SVXPAGE_CHAR_EFFECTS ), nullptr );
 AddTabPage("position", pFact->GetTabPageCreatorFunc( 
RID_SVXPAGE_CHAR_POSITION ), nullptr );
 AddTabPage("asianlayout", pFact->GetTabPageCreatorFunc( 
RID_SVXPAGE_CHAR_TWOLINES ), nullptr );
-AddTabPage("background", pFact->GetTabPageCreatorFunc( 
RID_SVXPAGE_BACKGROUND ), nullptr );
+AddTabPage("background", pFact->GetTabPageCreatorFunc( RID_SVXPAGE_BKG 
), nullptr );
 AddTabPage("alignment", pFact->GetTabPageCreatorFunc( 
RID_SVXPAGE_ALIGNMENT ), nullptr );
 }
 else
@@ -75,7 +75,6 @@ void ORptPageDialog::PageCreated(const OString& rId, 
SfxTabPage )
 SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool()));
 if (rId == "background")
 {
-
aSet.Put(SfxUInt32Item(SID_FLAG_TYPE,static_cast(SvxBackgroundTabFlags::SHOW_HIGHLIGHTING)));
 rPage.PageCreated(aSet);
 }
 }
diff --git a/reportdesign/source/ui/misc/UITools.cxx 
b/reportdesign/source/ui/misc/UITools.cxx
index dca6d9210768..b752425b6e94 100644
--- a/reportdesign/source/ui/misc/UITools.cxx
+++ b/reportdesign/source/ui/misc/UITools.cxx
@@ -108,46 +108,65 @@
 #include 
 #include 
 
-#define ITEMID_FONT 10
-#define ITEMID_FONTHEIGHT   11
-#define ITEMID_LANGUAGE 12
-
-#define ITEMID_POSTURE  13
-#define ITEMID_WEIGHT   14
-#define ITEMID_SHADOWED 15
-#define ITEMID_WORDLINEMODE 16
-#define ITEMID_CONTOUR  17
-#define ITEMID_CROSSEDOUT   18
-#define ITEMID_UNDERLINE19
-
-#define ITEMID_COLOR20
-#define ITEMID_KERNING  21
-#define ITEMID_CASEMAP  22
-
-#define ITEMID_ESCAPEMENT   23
-#define ITEMID_FONTLIST 24
-#define ITEMID_AUTOKERN 25
-#define ITEMID_COLOR_TABLE  26
-#define ITEMID_BLINK27
-#define ITEMID_EMPHASISMARK 28
-#define ITEMID_TWOLINES 29
-#define ITEMID_CHARROTATE   30
-#define ITEMID_CHARSCALE_W  31
-#define ITEMID_CHARRELIEF   32
-#define ITEMID_CHARHIDDEN   33
-#define ITEMID_BRUSH34
-#define ITEMID_HORJUSTIFY   35
-#define ITEMID_VERJUSTIFY   36
-#define ITEMID_FONT_ASIAN   37
-#define ITEMID_FONTHEIGHT_ASIAN 38
-#define ITEMID_LANGUAGE_ASIAN   39
-#define ITEMID_POSTURE_ASIAN40
-#define ITEMID_WEIGHT_ASIAN 41
-#define ITEMID_FONT_COMPLEX 42
-#define ITEMID_FONTHEIGHT_COMPLEX   43
-#define ITEMID_LANGUAGE_COMPLEX 44
-#define ITEMID_POSTURE_COMPLEX  45
-#define ITEMID_WEIGHT_COMPLEX   46
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+
+#define ITEMID_FONT XATTR_FILL_LAST + 1
+#define ITEMID_FONTHEIGHT   XATTR_FILL_LAST + 2

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

2019-12-10 Thread Noel Grandin (via logerrit)
 sw/inc/sortopt.hxx|2 +-
 sw/source/core/doc/docsort.cxx|2 +-
 sw/source/core/doc/sortopt.cxx|2 +-
 sw/source/core/unocore/unoobj.cxx |   10 +-
 sw/source/ui/misc/srtdlg.cxx  |6 +++---
 5 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit e92206270a1c3a63072e813a948297d1f8332609
Author: Noel Grandin 
AuthorDate: Tue Dec 10 11:50:05 2019 +0200
Commit: Noel Grandin 
CommitDate: Wed Dec 11 08:15:10 2019 +0100

convert SwSortOrder to scoped enum

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

diff --git a/sw/inc/sortopt.hxx b/sw/inc/sortopt.hxx
index be697b55e63e..959080b3247e 100644
--- a/sw/inc/sortopt.hxx
+++ b/sw/inc/sortopt.hxx
@@ -25,7 +25,7 @@
 #include 
 #include 
 
-enum SwSortOrder{ SRT_ASCENDING, SRT_DESCENDING };
+enum class SwSortOrder  { Ascending, Descending };
 enum SwSortDirection{ SRT_COLUMNS, SRT_ROWS };
 
 struct SW_DLLPUBLIC SwSortKey
diff --git a/sw/source/core/doc/docsort.cxx b/sw/source/core/doc/docsort.cxx
index 291e734dc747..0565878c36e9 100644
--- a/sw/source/core/doc/docsort.cxx
+++ b/sw/source/core/doc/docsort.cxx
@@ -123,7 +123,7 @@ int SwSortElement::keycompare(const SwSortElement& rCmp, 
sal_uInt16 nKey) const
 const SwSortElement *pOrig, *pCmp;
 
 const SwSortKey* pSrtKey = pOptions->aKeys[ nKey ].get();
-if( pSrtKey->eSortOrder == SRT_ASCENDING )
+if( pSrtKey->eSortOrder == SwSortOrder::Ascending )
 {
 pOrig = this;
 pCmp = 
diff --git a/sw/source/core/doc/sortopt.cxx b/sw/source/core/doc/sortopt.cxx
index 641885269bf0..585a50f818f4 100644
--- a/sw/source/core/doc/sortopt.cxx
+++ b/sw/source/core/doc/sortopt.cxx
@@ -21,7 +21,7 @@
 #include 
 
 SwSortKey::SwSortKey() :
-eSortOrder( SRT_ASCENDING ),
+eSortOrder( SwSortOrder::Ascending ),
 nColumnId( 0 ),
 bIsNumeric( true )
 {
diff --git a/sw/source/core/unocore/unoobj.cxx 
b/sw/source/core/unocore/unoobj.cxx
index 96ab2254b5bc..e1200d0e10dd 100644
--- a/sw/source/core/unocore/unoobj.cxx
+++ b/sw/source/core/unocore/unoobj.cxx
@@ -2585,17 +2585,17 @@ bool SwUnoCursorHelper::ConvertSortProperties(
 std::unique_ptr pKey1(new SwSortKey);
 pKey1->nColumnId = USHRT_MAX;
 pKey1->bIsNumeric = true;
-pKey1->eSortOrder = SRT_ASCENDING;
+pKey1->eSortOrder = SwSortOrder::Ascending;
 
 std::unique_ptr pKey2(new SwSortKey);
 pKey2->nColumnId = USHRT_MAX;
 pKey2->bIsNumeric = true;
-pKey2->eSortOrder = SRT_ASCENDING;
+pKey2->eSortOrder = SwSortOrder::Ascending;
 
 std::unique_ptr pKey3(new SwSortKey);
 pKey3->nColumnId = USHRT_MAX;
 pKey3->bIsNumeric = true;
-pKey3->eSortOrder = SRT_ASCENDING;
+pKey3->eSortOrder = SwSortOrder::Ascending;
 SwSortKey* aKeys[3] = {pKey1.get(), pKey2.get(), pKey3.get()};
 
 bool bOldSortdescriptor(false);
@@ -2744,7 +2744,7 @@ bool SwUnoCursorHelper::ConvertSortProperties(
 if (bTemp && nIndex < 3)
 {
 aKeys[nIndex]->eSortOrder = (*bTemp)
-? SRT_ASCENDING : SRT_DESCENDING;
+? SwSortOrder::Ascending : SwSortOrder::Descending;
 }
 else
 {
@@ -2785,7 +2785,7 @@ bool SwUnoCursorHelper::ConvertSortProperties(
 aKeys[i]->bIsNumeric = (pFields[i].FieldType ==
 table::TableSortFieldType_NUMERIC);
 aKeys[i]->eSortOrder = (pFields[i].IsAscending)
-? SRT_ASCENDING : SRT_DESCENDING;
+? SwSortOrder::Ascending : SwSortOrder::Descending;
 }
 }
 else
diff --git a/sw/source/ui/misc/srtdlg.cxx b/sw/source/ui/misc/srtdlg.cxx
index e9a8e715f6a9..6b5c898e20c5 100644
--- a/sw/source/ui/misc/srtdlg.cxx
+++ b/sw/source/ui/misc/srtdlg.cxx
@@ -269,7 +269,7 @@ void SwSortDlg::Apply()
 
 aOptions.aKeys.push_back(
 std::make_unique( nCol1, sEntry,
-bAsc1 ? SRT_ASCENDING : SRT_DESCENDING ));
+bAsc1 ? SwSortOrder::Ascending : 
SwSortOrder::Descending ));
 }
 
 if( bCheck2 )
@@ -282,7 +282,7 @@ void SwSortDlg::Apply()
 
 aOptions.aKeys.push_back(
 std::make_unique( nCol2, sEntry,
-bAsc2 ? SRT_ASCENDING : SRT_DESCENDING ));
+bAsc2 ? SwSortOrder::Ascending : 
SwSortOrder::Descending ));
 }
 
 if( bCheck3 )
@@ -295,7 +295,7 @@ void SwSortDlg::Apply()
 
 aOptions.aKeys.push_back(
 std::make_unique( nCol3, sEntry,
-bAsc3 ? SRT_ASCENDING : SRT_DESCENDING ));
+bAsc3 ? SwSortOrder::Ascending : 
SwSortOrder::Descending ));
 

[Libreoffice-bugs] [Bug 86020] OOXML: not importing un-documented PPT / binary XML records for characters spacing

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

--- Comment #2 from Enchantresse  ---
Entire character spacing information is missing due to which I am unable to
open attached .ppt file and that is the biggest bug I am facing. I found edu
birdie review the most honest and reliable by visiting
https://edubirdie.org/edubirdie-review-the-most-honest-and-reliable/ site. I
would be indebted if you could provide the solution of this problem.

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


[Libreoffice-bugs] [Bug 107893] EDITING: Not able to re-add a textbox into a shape after a undo

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

--- Comment #4 from Dieter Praas  ---
*** Bug 129320 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 122886] [META] Bugs with textboxes in shapes

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

Dieter Praas  changed:

   What|Removed |Added

 Depends on||129320


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=129320
[Bug 129320] SHAPES: Impossible to add textbox in shape under certain
conditions
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129320] SHAPES: Impossible to add textbox in shape under certain conditions

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

Dieter Praas  changed:

   What|Removed |Added

 Blocks||122886, 105948
 Status|UNCONFIRMED |RESOLVED
   Severity|normal  |minor
 Resolution|--- |DUPLICATE

--- Comment #1 from Dieter Praas  ---


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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105948
[Bug 105948] [META] Undo/Redo bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=122886
[Bug 122886] [META] Bugs with textboxes in shapes
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105948] [META] Undo/Redo bugs and enhancements

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

Bug 129320 Summary: SHAPES: Impossible to add textbox in shape under certain 
conditions
https://bugs.documentfoundation.org/show_bug.cgi?id=129320

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

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


[Libreoffice-bugs] [Bug 105948] [META] Undo/Redo bugs and enhancements

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

Dieter Praas  changed:

   What|Removed |Added

 Depends on||129320


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=129320
[Bug 129320] SHAPES: Impossible to add textbox in shape under certain
conditions
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 122886] [META] Bugs with textboxes in shapes

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

Bug 129320 Summary: SHAPES: Impossible to add textbox in shape under certain 
conditions
https://bugs.documentfoundation.org/show_bug.cgi?id=129320

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

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


[Libreoffice-bugs] [Bug 107893] EDITING: Not able to re-add a textbox into a shape after a undo

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

Dieter Praas  changed:

   What|Removed |Added

 Blocks|103494  |122886
 CC||dgp-m...@gmx.de


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103494
[Bug 103494] [META] Textbox bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=122886
[Bug 122886] [META] Bugs with textboxes in shapes
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103494] [META] Textbox bugs and enhancements

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

Dieter Praas  changed:

   What|Removed |Added

 Depends on|107893  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107893
[Bug 107893] EDITING: Not able to re-add a textbox into a shape after a undo
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 122886] [META] Bugs with textboxes in shapes

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

Dieter Praas  changed:

   What|Removed |Added

 Depends on||107893


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107893
[Bug 107893] EDITING: Not able to re-add a textbox into a shape after a undo
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129320] New: SHAPES: Impossible to add textbox in shape under certain conditions

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

Bug ID: 129320
   Summary: SHAPES: Impossible to add textbox in shape under
certain conditions
   Product: LibreOffice
   Version: 5.4.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dgp-m...@gmx.de

Steps to reproduce

1. Open writer
2. Insert => Insert shape
3. Insert textbox via context menu (that works)
4. Undo
5. Try to insert textbox via context menu

Result: Nothing happens

Found in

Version: 6.5.0.0.alpha0+ (x64)
Build ID: 89f0af144c18efafe2573801641689a1432c0cae
CPU threads: 4; OS: Windows 10.0 Build 18362; UI render: GL; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-GB
Calc: threaded

and also in

Version: 5.4.7.2 (x64)
Build-ID: c838ef25c16710f8838b1faec480ebba495259d0
CPU-Threads: 4; BS: Windows 6.19; UI-Render: GL; 
Gebietsschema: de-DE (de_DE); Calc: group

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


[Libreoffice-bugs] [Bug 129319] Copy/Paste Problem

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

Stanislaus J. Pinasthika  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #3 from Stanislaus J. Pinasthika  ---
I don't reproduce it 
Version: 6.3.0.4
Build ID: 057fc023c990d676a43019934386b85b21a9ee99
CPU threads: 8; OS: Linux 5.0; UI render: default; VCL: gtk3; 
Flatpak
Locale: id-ID (id_ID.UTF-8); UI-Language: en-US
Calc: threaded

is this frequently reproducible? could you try in the another version, please?
Move to 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 128915] Installation error - GetTempFileNameW failed

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

Mike Kaganski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from Mike Kaganski  ---
Could you please run the following command:

rundll32.exe sysdm.cpl,EditEnvironmentVariables

and tell which are the TEMP paths in both user's and system's sections there?

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


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

2019-12-10 Thread Chris Sherlock (via logerrit)
 basegfx/source/polygon/b2dlinegeometry.cxx |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 5c38453d830d9e71bfccea846c8b4e8f76a3cfae
Author: Chris Sherlock 
AuthorDate: Sun Dec 1 05:49:45 2019 +1100
Commit: Noel Grandin 
CommitDate: Wed Dec 11 07:00:02 2019 +0100

basegfx: fix assertion text

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

diff --git a/basegfx/source/polygon/b2dlinegeometry.cxx 
b/basegfx/source/polygon/b2dlinegeometry.cxx
index 190a413dfd00..007ff8b4811d 100644
--- a/basegfx/source/polygon/b2dlinegeometry.cxx
+++ b/basegfx/source/polygon/b2dlinegeometry.cxx
@@ -46,11 +46,11 @@ namespace basegfx
 double fShift)
 {
 B2DPolyPolygon aRetval;
-assert((rCandidate.count() > 1) && 
"createAreaGeometryForLineStartEnd: Line polygon has too less points (!)");
-assert((rArrow.count() > 0) && "createAreaGeometryForLineStartEnd: 
Empty arrow utils::PolyPolygon (!)");
-assert((fWidth > 0.0) && "createAreaGeometryForLineStartEnd: Width 
too small (!)");
+assert((rCandidate.count() > 1) && 
"createAreaGeometryForLineStartEnd: Line polygon has too few points");
+assert((rArrow.count() > 0) && "createAreaGeometryForLineStartEnd: 
Empty arrow utils::PolyPolygon");
+assert((fWidth > 0.0) && "createAreaGeometryForLineStartEnd: Width 
too small");
 assert((fDockingPosition >= 0.0 && fDockingPosition <= 1.0) &&
-"createAreaGeometryForLineStartEnd: fDockingPosition out of 
range [0.0 .. 1.0] (!)");
+"createAreaGeometryForLineStartEnd: fDockingPosition out of 
range [0.0 .. 1.0]");
 
 if(fWidth < 0.0)
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2019-12-10 Thread Noel Grandin (via logerrit)
 sw/inc/section.hxx |8 
 sw/source/core/doc/docglbl.cxx |2 +-
 sw/source/core/docnode/ndsect.cxx  |8 
 sw/source/core/docnode/section.cxx |6 +++---
 sw/source/core/undo/unsect.cxx |2 +-
 sw/source/core/unocore/unosect.cxx |4 ++--
 6 files changed, 15 insertions(+), 15 deletions(-)

New commits:
commit 544b5bf273b501f9deeed01684ad685e4bac6b55
Author: Noel Grandin 
AuthorDate: Tue Dec 10 11:47:26 2019 +0200
Commit: Noel Grandin 
CommitDate: Wed Dec 11 06:57:45 2019 +0100

convert LinkCreateType to scoped enum

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

diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx
index 6cb83b9962db..f911923ab41a 100644
--- a/sw/inc/section.hxx
+++ b/sw/inc/section.hxx
@@ -50,11 +50,11 @@ enum class SectionType { Content,
 FileLink   = OBJECT_CLIENT_FILE
 };
 
-enum LinkCreateType
+enum class LinkCreateType
 {
-CREATE_NONE,// Do nothing.
-CREATE_CONNECT, // Connect created link.
-CREATE_UPDATE   // Connect created link and update it.
+NONE,// Do nothing.
+Connect, // Connect created link.
+Update   // Connect created link and update it.
 };
 
 class SW_DLLPUBLIC SwSectionData
diff --git a/sw/source/core/doc/docglbl.cxx b/sw/source/core/doc/docglbl.cxx
index 48d3854d1598..f3a4eaba8af6 100644
--- a/sw/source/core/doc/docglbl.cxx
+++ b/sw/source/core/doc/docglbl.cxx
@@ -475,7 +475,7 @@ bool SwDoc::SplitDoc( sal_uInt16 eDocType, const OUString& 
rPath, bool bOutline,
 }
 // <- #i26762#
 
-pSectNd->GetSection().CreateLink( CREATE_CONNECT );
+pSectNd->GetSection().CreateLink( 
LinkCreateType::Connect );
 }
 break;
 }
diff --git a/sw/source/core/docnode/ndsect.cxx 
b/sw/source/core/docnode/ndsect.cxx
index bcf91b3f1e03..33389bc09b6b 100644
--- a/sw/source/core/docnode/ndsect.cxx
+++ b/sw/source/core/docnode/ndsect.cxx
@@ -369,7 +369,7 @@ SwDoc::InsertSwSection(SwPaM const& rRange, SwSectionData & 
rNewData,
 
 if (rNewData.IsLinkType())
 {
-pNewSectNode->GetSection().CreateLink( bUpdate ? CREATE_UPDATE : 
CREATE_CONNECT );
+pNewSectNode->GetSection().CreateLink( bUpdate ? 
LinkCreateType::Update : LinkCreateType::Connect );
 }
 
 if( bUpdateFootnote )
@@ -731,7 +731,7 @@ void SwDoc::UpdateSection( size_t const nPos, SwSectionData 
& rNewData,
 }
 
 if( bUpdate )
-pSection->CreateLink( bPreventLinkUpdate ? CREATE_CONNECT : 
CREATE_UPDATE );
+pSection->CreateLink( bPreventLinkUpdate ? LinkCreateType::Connect : 
LinkCreateType::Update );
 else if( !pSection->IsLinkType() && pSection->IsConnected() )
 {
 pSection->Disconnect();
@@ -1248,7 +1248,7 @@ SwSectionNode* SwSectionNode::MakeCopy( SwDoc* pDoc, 
const SwNodeIndex& rIdx ) c
 
 // Copy the Links/Server
 if( pNewSect->IsLinkType() ) // Add the Link
-pNewSect->CreateLink( 
pDoc->getIDocumentLayoutAccess().GetCurrentViewShell() ? CREATE_CONNECT : 
CREATE_NONE );
+pNewSect->CreateLink( 
pDoc->getIDocumentLayoutAccess().GetCurrentViewShell() ? 
LinkCreateType::Connect : LinkCreateType::NONE );
 
 // If we copy from the Undo as Server, enter it again
 if (m_pSection->IsServer()
@@ -1330,7 +1330,7 @@ void SwSectionNode::NodesArrChgd()
 OSL_ENSURE( pDoc == GetDoc(),
 "Moving to different Documents?" );
 if( m_pSection->IsLinkType() ) // Remove the Link
-m_pSection->CreateLink( 
pDoc->getIDocumentLayoutAccess().GetCurrentViewShell() ? CREATE_CONNECT : 
CREATE_NONE );
+m_pSection->CreateLink( 
pDoc->getIDocumentLayoutAccess().GetCurrentViewShell() ? 
LinkCreateType::Connect : LinkCreateType::NONE );
 
 if (m_pSection->IsServer())
 
pDoc->getIDocumentLinksAdministration().GetLinkManager().InsertServer( 
m_pSection->GetObject() );
diff --git a/sw/source/core/docnode/section.cxx 
b/sw/source/core/docnode/section.cxx
index 56b1ee08cab5..050edf187f36 100644
--- a/sw/source/core/docnode/section.cxx
+++ b/sw/source/core/docnode/section.cxx
@@ -1538,14 +1538,14 @@ void SwSection::CreateLink( LinkCreateType eCreateType )
 
 switch( eCreateType )
 {
-case CREATE_CONNECT: // Connect Link right away
+case LinkCreateType::Connect: // Connect Link right away
 pLnk->Connect();
 break;
 
-case CREATE_UPDATE: // Connect Link and update
+case LinkCreateType::Update: // Connect Link and update
 pLnk->Update();
 break;
-case CREATE_NONE: break;
+case LinkCreateType::NONE: break;
 }
 }
 
diff --git a/sw/source/core/undo/unsect.cxx 

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

2019-12-10 Thread Noel Grandin (via logerrit)
 sw/inc/fmtfsize.hxx |   12 ++---
 sw/inc/section.hxx  |   12 ++---
 sw/qa/extras/layout/layout.cxx  |   10 ++--
 sw/qa/extras/uiwriter/uiwriter.cxx  |2 
 sw/qa/extras/uiwriter/uiwriter2.cxx |6 +-
 sw/source/core/access/accframe.cxx  |4 -
 sw/source/core/crsr/crstrvl.cxx |4 -
 sw/source/core/crsr/swcrsr.cxx  |2 
 sw/source/core/doc/DocumentStylePoolManager.cxx |4 -
 sw/source/core/doc/doccomp.cxx  |   32 +++---
 sw/source/core/doc/docdesc.cxx  |2 
 sw/source/core/doc/docfly.cxx   |4 -
 sw/source/core/doc/docglbl.cxx  |2 
 sw/source/core/doc/doclay.cxx   |8 +--
 sw/source/core/doc/docnew.cxx   |2 
 sw/source/core/doc/doctxm.cxx   |   18 
 sw/source/core/doc/htmltbl.cxx  |6 +-
 sw/source/core/doc/tblrwcl.cxx  |   14 +++---
 sw/source/core/docnode/ndsect.cxx   |   12 ++---
 sw/source/core/docnode/ndtbl.cxx|   28 ++--
 sw/source/core/docnode/ndtbl1.cxx   |2 
 sw/source/core/docnode/section.cxx  |   32 +++---
 sw/source/core/edit/edglbldc.cxx|4 -
 sw/source/core/edit/edsect.cxx  |4 -
 sw/source/core/edit/edtox.cxx   |6 +-
 sw/source/core/frmedt/fefly1.cxx|4 -
 sw/source/core/frmedt/feshview.cxx  |2 
 sw/source/core/frmedt/tblsel.cxx|2 
 sw/source/core/layout/atrfrm.cxx|   14 +++---
 sw/source/core/layout/fly.cxx   |   24 +--
 sw/source/core/layout/flylay.cxx|2 
 sw/source/core/layout/frmtool.cxx   |2 
 sw/source/core/layout/hffrm.cxx |2 
 sw/source/core/layout/paintfrm.cxx  |4 -
 sw/source/core/layout/ssfrm.cxx |4 -
 sw/source/core/layout/tabfrm.cxx|   16 +++
 sw/source/core/layout/wsfrm.cxx |   10 ++--
 sw/source/core/ole/ndole.cxx|2 
 sw/source/core/table/swnewtable.cxx |   12 ++---
 sw/source/core/table/swtable.cxx|4 -
 sw/source/core/text/EnhancedPDFExportHelper.cxx |6 +-
 sw/source/core/text/pormulti.cxx|2 
 sw/source/core/undo/unattr.cxx  |4 -
 sw/source/core/undo/unsect.cxx  |2 
 sw/source/core/unocore/unoidx.cxx   |   14 +++---
 sw/source/core/unocore/unosect.cxx  |   38 -
 sw/source/core/unocore/unostyle.cxx |2 
 sw/source/core/unocore/unotbl.cxx   |6 +-
 sw/source/filter/html/css1atr.cxx   |4 -
 sw/source/filter/html/htmlcss1.cxx  |4 -
 sw/source/filter/html/htmlflywriter.cxx |8 +--
 sw/source/filter/html/htmlgrin.cxx  |2 
 sw/source/filter/html/htmlplug.cxx  |4 -
 sw/source/filter/html/htmlsect.cxx  |6 +-
 sw/source/filter/html/htmltab.cxx   |   10 ++--
 sw/source/filter/html/wrthtml.cxx   |6 +-
 sw/source/filter/ww8/docxattributeoutput.cxx|   10 ++--
 sw/source/filter/ww8/docxexport.cxx |2 
 sw/source/filter/ww8/docxsdrexport.cxx  |3 -
 sw/source/filter/ww8/rtfattributeoutput.cxx |6 +-
 sw/source/filter/ww8/writerwordglue.cxx |2 
 sw/source/filter/ww8/wrtw8nds.cxx   |   10 ++--
 sw/source/filter/ww8/wrtw8sty.cxx   |   10 ++--
 sw/source/filter/ww8/wrtww8.cxx |8 +--
 sw/source/filter/ww8/ww8atr.cxx |8 +--
 sw/source/filter/ww8/ww8graf.cxx|   10 ++--
 sw/source/filter/ww8/ww8graf2.cxx   |4 -
 sw/source/filter/ww8/ww8par.cxx |4 -
 sw/source/filter/ww8/ww8par2.cxx|   16 +++
 sw/source/filter/ww8/ww8par4.cxx|2 
 sw/source/filter/ww8/ww8par5.cxx|2 
 sw/source/filter/ww8/ww8par6.cxx|   24 +--
 sw/source/filter/xml/xmlexpit.cxx   |4 -
 sw/source/filter/xml/xmlimpit.cxx   |   10 ++--
 sw/source/filter/xml/xmltbli.cxx|8 +--
 sw/source/filter/xml/xmltexti.cxx   |2 
 sw/source/ui/dbui/mmlayoutpage.cxx  |2 
 sw/source/ui/dialog/uiregionsw.cxx  |   52 
 sw/source/ui/frmdlg/column.cxx  |6 +-
 sw/source/ui/frmdlg/frmpage.cxx |   16 +++
 sw/source/ui/frmdlg/wrap.cxx|2 
 sw/source/ui/table/rowht.cxx|6 +-
 sw/source/uibase/app/appenv.cxx |4 -
 

[Libreoffice-bugs] [Bug 96763] Android Viewer does not show page breaks ( THIS BUG IS BLOCKED - DO NOT WRITE NEW COMMENTS )

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

Aniket Sinha  changed:

   What|Removed |Added

  Alias||a\
URL|https://www.canonprintersup |https://instanthelpsolution
   |port247.com/blog/fix-canon- |.com/blog/change-snapchat-u
   |printer-error-code-p08/ |sername/

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


[Libreoffice-bugs] [Bug 129319] Copy/Paste Problem

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

--- Comment #2 from Ahmad Haris  ---
I can't reproduce this with

Version: 6.3.3.2.0+
Build ID: 6.3.3.2-7.fc31
CPU threads: 8; OS: Linux 5.3; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

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


Help with a great Application

2019-12-10 Thread Mike Sydwest
Hi LibreOffice

 I am not trying to get free advertising here, actually we are in lot of
trouble because our developer has run off and left us in a mess.

 The Application we have built is based on LibreOffice open source code.

The App is called Enriched Digital Writer - Windows,
https://www.enriched.online/template-category/products/software-applications
/

 

The application is for many user, as we are trying to help user with small
PC skill to record their life history and many other things, I have put two
years of my time into this great project.

 

The code is in Gitlab - we can give anyone access at any time, this is where
dev suggested to keep it.

 

What we desperately need is help to get back on track, not advertising.

 

Please advise and hopefully show some interest in this industry of Ancestry
and family recording and Genealogy

 

If you want me to push the code to somewhere else I can try to do this.

 

I look forward to your help if at all possible -

 

Michael Wilkinson

PS I am not a technical person please try to understand that.

 

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


[Libreoffice-bugs] [Bug 125248] LibreOffice Calc tabs in data not displaying and/or preserved

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

--- Comment #7 from Little Girl  ---
Hi, Xisco Faulí. My virtual machine contains the latest version of the Kubuntu
operating system and the most recent version of LibreOffice Calc available in
its package manager is still version 6.0.7.3, which I've already tested for
you. I'll be happy to repeat the test with a more recent version once it
becomes available in the Kubuntu package manager.

Meanwhile, you probably have the latest version of LibreOffice Calc installed
on your system. The example.csv file I used is attached in one of my posts
above. Please grab it and open it in your copy of LibreOffice and you will
quickly see whether the bug is still present. This should only take a few
seconds. I appreciate your time.

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


[Libreoffice-bugs] [Bug 129319] Copy/Paste Problem

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

--- Comment #1 from Gerald  ---
Created attachment 156467
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156467=edit
Paste Special number 77 it pastes as a bitmap image

In the screenshot I have copied number 77 and Paste Special. LO pastes this
number as a bitmap image.

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


[Libreoffice-bugs] [Bug 129319] New: Copy/Paste Problem

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

Bug ID: 129319
   Summary: Copy/Paste Problem
   Product: LibreOffice
   Version: 6.2.8.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gng...@gmail.com

Created attachment 156466
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156466=edit
Spreadsheet with the copy/paste problem. See 51 and 55 pasted as image.

When EDITING a spreadsheet, copy/paste text or numbers is erratic. 
- Sometimes it copies and pastes text OK but sometimes I copy text and it
pastes the same as an image. 
- If I copy the text and paste special, sometimes it works OK but other times
it pastes as pastes the same text as a Bitmap Image with "Source: Unknown
Source"

Other users have experienced the same problem as indicated in the below link;
https://ask.libreoffice.org/en/question/213510/copypaste-issues-libreoffice-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 129290] UI: ESC key in dialog File>Properties does not trigger Cancel, dialog not closed

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

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 107237] [META] Notebookbar Tabbed

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

Bug 125091 Summary: After sometime libreoffice toolbars arent draw
https://bugs.documentfoundation.org/show_bug.cgi?id=125091

   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 108799] [META] HTML export bugs and enhancements

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

Bug 124324 Summary: table sheet exported in HTML contains "border-width: NaNcm" 
style
https://bugs.documentfoundation.org/show_bug.cgi?id=124324

   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 124992] Unsplit help packages for Windows: provide a single package for all languages, like main installer

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

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 125091] After sometime libreoffice toolbars arent draw

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

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 125091] After sometime libreoffice toolbars arent draw

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

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

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 129290] UI: ESC key in dialog File>Properties does not trigger Cancel, dialog not closed

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

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

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


[Libreoffice-bugs] [Bug 124324] table sheet exported in HTML contains "border-width: NaNcm" style

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

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 128942] Remove frame around rotation wheel within Position and Size / Ratation dialog

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

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 129309] Form with Transparency and Gradient no visible in Slide Show

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

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

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


[Libreoffice-bugs] [Bug 128915] Installation error - GetTempFileNameW failed

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

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 129034] Autofill Data Only

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

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 129309] Form with Transparency and Gradient no visible in Slide Show

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

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 124324] table sheet exported in HTML contains "border-width: NaNcm" style

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

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

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 125890] Slide-order can not be changed in print dialogue while printing handouts

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

--- Comment #5 from QA Administrators  ---
Dear umsonster+bugzilla,

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 91660] Encoding problem (possibly glyph fallback failure) with grammar suggestions in GTK & KDE4 themes

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

--- Comment #11 from QA Administrators  ---
Dear Arnaud LE CAM,

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 113019] menu text/background color does not follows desktop's color's theme

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

--- Comment #22 from QA Administrators  ---
Dear opensuse.lietuviu.kalba,

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 112610] System crashes + slow GUI, on KDE linux + intel graphics

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

--- Comment #17 from QA Administrators  ---
Dear zeitlinie,

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 125889] Getting program to start

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

--- Comment #3 from QA Administrators  ---
Dear Robert Schauer,

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 97210] FILEOPEN DOC, DOCX drawing very ugly

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

--- Comment #6 from QA Administrators  ---
Dear Pierre C,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 92330] Awkward navigation for vertical text

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

--- Comment #5 from QA Administrators  ---
Dear ⚡ Thunde® ⚡,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 49577] FILEOPEN: TABLE in MSO2007 .docx with extra row at the bottom

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 103207] FILEOPEN: Vertical lines missing from margins (added with table/fame in the header), at wrong position in DOCX (Pleading document)

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

--- Comment #4 from QA Administrators  ---
Dear Robinson Tryon (qubit),

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 100581] Export to docx creates broken document

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

--- Comment #7 from QA Administrators  ---
Dear Andrey Skvortsov,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 63347] FILEOPEN: missing graphic in RTF file

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 104231] Math formulas are rendered in an inconsistent font size

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

--- Comment #8 from QA Administrators  ---
Dear Adam Dingle,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 75634] FILESAVE: DOC: Document saved with a bookmark in a footnote results in a corrupt file that cannot be opened by MS Word 2010 and 2013

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

--- Comment #10 from QA Administrators  ---
Dear aurimas.dev,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 46774] Writer EDITING: Unexpected picture appears when opening doc file

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 57725] FILEOPEN: Forcing page break in middle of table is not possible (causes interoperability problems with DOCX)

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 63535] FORMATTING: Custom CreateDate saved in .DOC as General instead of Date

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

--- Comment #15 from QA Administrators  ---
Dear Ruslan Fatakhov,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 66458] FILEOPEN: DOCX imports 'ptab' as 'tab' instead of its own type

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

--- Comment #8 from QA Administrators  ---
Dear Adam CloudOn,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 104538] Bitmap fonts are not supposed to show up in font selector anymore

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

--- Comment #4 from QA Administrators  ---
Dear Aron Budea,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 38233] FILEOPEN: Background image imported wrong: comes to front and misses transparency and ...

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

--- Comment #14 from QA Administrators  ---
Dear Michel Rudelle,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 100493] Import of DOCX with ContextControls displays wrong information

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

--- Comment #10 from QA Administrators  ---
Dear Wolfgang Unger,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 35332] document from MSWord with picture looks different in Writer

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 68879] WMF Picture Size problem after Export

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 80271] FILESAVE: Shape not getting preserved in RT file

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 102229] FILESAVE DOCX Layout messes up with extra whitespace after saving and reloading (see comment 8)

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 38235] Sort fails in database created as Evolution address data source

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

--- Comment #10 from QA Administrators  ---
Dear Joseph Sylvester,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 104418] FILESAVE DOCX: Malformed table

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 100566] DOCX: multiline bookmarks rendered wrong

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

--- Comment #3 from QA Administrators  ---
Dear Andrey Skvortsov,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 104465] FILEOPEN DOCX: Document is containing textboxes which aren't visible in Word

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 86536] 4.4.0.0.beta1: couldn't mouse click on TextBox for edit when selection on shape

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

--- Comment #6 from QA Administrators  ---
Dear Maxim Britov,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 104388] libreoffice under child account unsuable

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 97165] Writer: Import .docx: Some formulas aren't centered

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 101378] DOC(X): Writer doesn't handle tracked changes in formula

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

--- Comment #5 from QA Administrators  ---
Dear opensuse.lietuviu.kalba,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 48710] FILESAVE: 'No Fill' picture background not retained when saving to .doc

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

--- Comment #8 from QA Administrators  ---
Dear Christopher M. Penalver,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 126988] ANY FIELD of ARGUMENT of ANY function it is impossible to add a link to the data in another file with the mouse

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

astrel  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #2 from astrel  ---
The problem is not solved

Версия: 6.3.4.2 (x86)
ID сборки: 60da17e045e08f1793c57c00ba83cdfce946d0aa
Потоков ЦП: 4; ОС:Windows 10.0; Отрисовка ИП: по умолчанию; VCL: win; 
Локаль: ru-RU (ru_RU); Язык интерфейса: ru-RU
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 129301] Converting a Text field to a date, the field is of type date, but it's not valid due to a ' character at the beginning of the field . (extra ' character at the beginnin

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

--- Comment #2 from Dwayne Allen  ---

There’s certainly a great deal to know about this topic. I like all the points
you’ve made. 
http://auhoursguide.com/emirates-hours/

-- 
You are receiving this mail because:
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: Fw: benchmark of Excel, Calc, Google Docs

2019-12-10 Thread Wol

On 10/12/2019 17:30, Aditya Parameswaran wrote:

Wols,

Thanks for sharing your concerns, replete with quotes from Einstein :-) !

I believe I share those concerns... but there are of course some 
liberties we can take as an academic group that you folks managing a 
popular spreadsheet tool cannot take (e.g., doing a proof of concept as 
opposed to a robust implementation.)   From a research/academic 
standpoint it is valuable to note that something is possible, even if 
the solution is not ideal given other pragmatic considerations.  BTW, I 
don't believe that anything we're doing *requires* a relational database 
-- a NoSQL setup would work just fine.


Bear in mind I'm not a regular developer. My name is on the list of 
credits, and I follow the mailing list, but I'm more one of those 
annoying people who moans about it. However, as they say, "you want 
customers who moan, because they're the people who want your product to 
improve. It's the people who leave without moaning that you should be 
concerned about".


I'd be happy to discuss more.  Our goal is to understand the stumbling 
blocks in translating our work into spreadsheet tools such as Calc and 
see how we can best help with what we've learned.


I'm more in to proving that relational databases are basically rubbish 
(as is the mathematical justification behind them) :-) That said, the 
maths itself is good, provided you don't use it to build a real-world 
database engine!


Okay, to demolish RDBMSs :-) I don't know which rule it is (no 1?) that 
says "Data comes in rows and columns". So your first job in building 
your relational application is to call in a data analyst, to whom you 
give the job of bashing square pegs in to round holes...


To me, data is what the user gives you. metadata is what the analyst 
deduces about the data. AND YOU DON'T MIX THE TWO!!!


Given that an RDBMS stores data as sets, and a lot of data comes as 
lists (which contain a lot of metadata) the only way to store a list in 
an RDBMS is to muddle data and metadata. Put mathematically, if you 
store a list when you want a set, you can just throw away the 
information you don't want (or need). However, once you've thrown that 
information away (ie the order of the items) so you can store your list 
in a set-based RDBMS, *you can't get it back*!


My database of choice is Pick, where the basic unit of storage is the 
object, not the row. And because an object is an n-dimensional array, 
rather than the 1-dimensional row, I can store an entire relational view 
in it. (Which is what you should do, relational maths is okay, RDBMSs 
aren't :-) And because I have an n-dimensional array, I can store lists 
of lists :-)


The problem I have at this point is that I'm now discussing the merit of 
databases. I'm not actually helping you "translate your work into 
spreadsheet tools". It's easy for me to extract a two-dimensional table 
from Pick and, truth be told, I can probably extract it faster 
(including massaging it into shape) from Pick than selecting it from an 
RDBMS! But unless we can find out some way of displaying a 3- or 
4-dimensional array (a relational view) in a spreadsheet that isn't 
horribly confusing, I don't really know what to suggest other than to 
use a SQL query as the layer between the database and the spreadsheet. 
The database may be n-dimensional, but if your spreadsheet only has two, 
you might as well use a 2-dimensional query and let the database handle 
the complexity. It's not that hard.


(I have - personally - managed a ram-starved 32-user Pick system that 
provided perfectly acceptable user response times despite thrashing like 
mad...)


(Oh, and as for pushing calculation into the database, Pick has had 
virtual fields for ages. I can define a field as being a calculation eg 
VAT = PRICE * 20%, so I can "store price, retrieve vat" and it's just 
automagical :-) (I get the impression most users are unaware of similar 
capabilities in RDBMSs)


Cheers,
Wol


Cheers,
Aditya

On Mon, Dec 9, 2019 at 3:37 PM Wols Lists > wrote:


On 09/12/19 19:14, Aditya Parameswaran wrote:
 >            The idea of converting to SQL queries is an
interesting one
 >     but I find
 >     it very hard to believe it would provide any performance
advantage at
 >     the same memory footprint. Furthermore - I'd be interested to
know how
 >     you do other spreadsheet operations: row & column insertion,
addressing,
 >     and dependency work on top of a SQL database with any efficiency.
 >
 >
 > We started by having the relational database be a simple persistent
 > storage layer, when coupled with an index to retrieve data by
position,
 > can allow us to scroll through large datasets of billions of rows at
 > ease. We developed a new positional index to handle insertions and
 > deletions in O(log(n)) -- https://arxiv.org/pdf/1708.06712.pdf. I
agree
   

[Libreoffice-bugs] [Bug 109338] Bracket: Evaluate from lower limit to upper limit

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

Ramon Tavarez  changed:

   What|Removed |Added

Version|5.4.0.3 release |6.4.0.0.beta1+

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


[Libreoffice-bugs] [Bug 67862] FORMULAEDITOR: FEATURE REQUEST: Include greek letters and symbols

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

Ramon Tavarez  changed:

   What|Removed |Added

Version|4.2.0.0.alpha0+ Master  |6.4.0.0.beta1+

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


[Libreoffice-bugs] [Bug 67862] FORMULAEDITOR: FEATURE REQUEST: Include greek letters and symbols

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

Ramon Tavarez  changed:

   What|Removed |Added

Summary|FORMULAEDITOR: FEATURE  |FORMULAEDITOR: FEATURE
   |REQUEST: Include greek  |REQUEST: Include greek
   |letters ans symbols |letters and symbols

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


[Libreoffice-bugs] [Bug 116708] Extension installation error DMATHS 4.6.0

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

Ramon Tavarez  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

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


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

2019-12-10 Thread Henry Castro (via logerrit)
 include/vcl/window.hxx|1 +
 sfx2/source/view/viewfrm.cxx  |5 +++--
 sfx2/source/view/viewsh.cxx   |   11 ---
 vcl/source/window/window2.cxx |6 ++
 4 files changed, 18 insertions(+), 5 deletions(-)

New commits:
commit d5d8fa63282a433da9c49d811f04390b8d6ab9cc
Author: Henry Castro 
AuthorDate: Sat Nov 30 09:36:27 2019 -0400
Commit: Henry Castro 
CommitDate: Wed Dec 11 03:25:57 2019 +0100

lok: fix welded dialogs

In the tiled rendering case the dialogs, run asynchronous due
to multiple user access. In order to send the messages
to the client side, the dialog  has to hook
a LOKNotifier in the constructor of the SfxViewShell.

However, the new weld wrapper classes use the Frame Window,
(i.e. Window::GetFarmeWeld()), as a parent of the dialogs.

On the other hand, in order to avoid getting the interface
implementation inside implementation classes, it has been
created a new method Window::GetFrameWindow(), otherwise
I have to do a bureaucratic conversion between Interfaces
to Implementations ( i.e. UnoWrapperBase::GetUnoWrapper() )

Change-Id: I32c34d82a89211a025250e65a05ce47d30efa0b8
Reviewed-on: https://gerrit.libreoffice.org/84215
Tested-by: Jenkins
Reviewed-by: Henry Castro 

diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index f090fef97203..8c87a78510cb 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -527,6 +527,7 @@ public:
 
 SAL_DLLPRIVATE vcl::Window* ImplGetFrameWindow() const;
 weld::Window*   GetFrameWeld() const;
+vcl::Window*GetFrameWindow() const;
 SalFrame*   ImplGetFrame() const;
 SAL_DLLPRIVATE ImplFrameData*   ImplGetFrameData();
 
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 223a02a7a8ab..96bdf69f0c89 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -1509,8 +1509,9 @@ void SfxViewFrame::Notify( SfxBroadcaster& /*rBC*/, const 
SfxHint& rHint )
 
 case SfxHintId::Deinitializing:
 {
-if (GetWindow().GetLOKNotifier())
-GetWindow().ReleaseLOKNotifier();
+vcl::Window* pFrameWin = GetWindow().GetFrameWindow();
+if (pFrameWin && pFrameWin->GetLOKNotifier())
+pFrameWin->ReleaseLOKNotifier();
 
 GetFrame().DoClose();
 break;
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index 126a09e5ecad..baaceb0b6a73 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -1096,7 +1096,11 @@ SfxViewShell::SfxViewShell
 rViewArr.push_back(this);
 
 if (comphelper::LibreOfficeKit::isActive())
-pViewFrame->GetWindow().SetLOKNotifier(this, true);
+{
+vcl::Window* pFrameWin = pViewFrame->GetWindow().GetFrameWindow();
+if (pFrameWin)
+pFrameWin->SetLOKNotifier(this, true);
+}
 }
 
 
@@ -1121,8 +1125,9 @@ SfxViewShell::~SfxViewShell()
 pImpl->m_pController.clear();
 }
 
-if (GetViewFrame()->GetWindow().GetLOKNotifier())
-GetViewFrame()->GetWindow().ReleaseLOKNotifier();
+vcl::Window* pFrameWin = GetViewFrame()->GetWindow().GetFrameWindow();
+if (pFrameWin && pFrameWin->GetLOKNotifier())
+pFrameWin->ReleaseLOKNotifier();
 }
 
 bool SfxViewShell::PrepareClose
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx
index 6f32ea52eafd..e3b27653ad8d 100644
--- a/vcl/source/window/window2.cxx
+++ b/vcl/source/window/window2.cxx
@@ -856,6 +856,12 @@ weld::Window* Window::GetFrameWeld() const
 return pFrame ? pFrame->GetFrameWeld() : nullptr;
 }
 
+vcl::Window* Window::GetFrameWindow() const
+{
+SalFrame* pFrame = ImplGetFrame();
+return pFrame ? pFrame->GetWindow() : nullptr;
+}
+
 vcl::Window* Window::ImplGetParent() const
 {
 return mpWindowImpl ? mpWindowImpl->mpParent.get() : nullptr;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2019-12-10 Thread Henry Castro (via logerrit)
 include/vcl/window.hxx |3 +++
 vcl/source/app/svmain.cxx  |3 +++
 vcl/source/window/floatwin.cxx |2 ++
 vcl/source/window/window.cxx   |8 +---
 4 files changed, 13 insertions(+), 3 deletions(-)

New commits:
commit 3bf5610d14a6dd5f093314016ba25038fe06fdf1
Author: Henry Castro 
AuthorDate: Mon Dec 9 18:49:37 2019 -0400
Commit: Henry Castro 
CommitDate: Wed Dec 11 03:25:39 2019 +0100

lok: evaluate assertion if LOK Windows container is empty

It has defined a map container for every LOK windows assigned
a notifier to the client side. However the map container has elements
with VclPtr (reference counter) and it is a global data, so when global
data are disposing, the VclPtr will destroy the Window when the VCL
framework was destroyed that will lead to undefined behavior.

So this commit adds an assert inside DeInitVCL to ensure, if
someone forgot to Release the LOK Notifier.

Change-Id: Ib7f20751af2931f7b0ba3e3d526e734ffc33f171
Reviewed-on: https://gerrit.libreoffice.org/84792
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Jan Holesovsky 
Reviewed-on: https://gerrit.libreoffice.org/84909
Tested-by: Jenkins
Reviewed-by: Henry Castro 

diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index c0381b8c75c9..f090fef97203 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1205,6 +1205,9 @@ public:
 /// Find an existing Window based on the LOKWindowId.
 static VclPtr  FindLOKWindow(vcl::LOKWindowId 
nWindowId);
 
+/// check if LOK Window container is empty
+static bool IsLOKWindowsEmpty();
+
 /// Dumps itself and potentially its children to a property tree, to be 
written easily to JSON.
 virtual boost::property_tree::ptree DumpAsPropertyTree();
 
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index cd6f3b781823..333aa19e6ea8 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -408,6 +408,9 @@ VCLUnoWrapperDeleter::disposing(lang::EventObject const& /* 
rSource */)
 
 void DeInitVCL()
 {
+// The LOK Windows map container should be empty
+assert(vcl::Window::IsLOKWindowsEmpty());
+
 //rhbz#137, when using LibreOffice like a library you can't 
realistically
 //tear everything down and recreate them on the next call, there's too many
 //(c++) singletons that point to stuff that gets deleted during shutdown
diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx
index 672eb6236fee..e3abe5dcd169 100644
--- a/vcl/source/window/floatwin.cxx
+++ b/vcl/source/window/floatwin.cxx
@@ -202,6 +202,8 @@ FloatingWindow::~FloatingWindow()
 
 void FloatingWindow::dispose()
 {
+ReleaseLOKNotifier();
+
 if (mpImplData)
 {
 if( mbPopupModeCanceled )
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 19e2e105a168..b1f0762f01e7 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -3162,9 +3162,6 @@ namespace {
 
 LOKWindowsMap& GetLOKWindowsMap()
 {
-// never use this in the desktop case
-assert(comphelper::LibreOfficeKit::isActive());
-
 // Map to remember the LOKWindowId <-> Window binding.
 static LOKWindowsMap s_aLOKWindowsMap;
 
@@ -3206,6 +3203,11 @@ VclPtr Window::FindLOKWindow(vcl::LOKWindowId 
nWindowId)
 return VclPtr();
 }
 
+bool Window::IsLOKWindowsEmpty()
+{
+return GetLOKWindowsMap().empty();
+}
+
 void Window::ReleaseLOKNotifier()
 {
 // unregister the LOK window binding
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2019-12-10 Thread Henry Castro (via logerrit)
 vcl/source/window/dialog.cxx |   28 ++--
 1 file changed, 18 insertions(+), 10 deletions(-)

New commits:
commit b7e4b1a27b55dff4792ccd32b0c6658956dcf27a
Author: Henry Castro 
AuthorDate: Tue Dec 10 20:34:51 2019 -0400
Commit: Henry Castro 
CommitDate: Wed Dec 11 03:18:24 2019 +0100

lok: dialog: check if exists a LOK Window Notifier

When the dialog is about to show, it requires to
send to client side the "created" message. However,
in the constructor has already assigned a notifier
from the parent window.

Change-Id: I1120ad1c1c70449048d6739b8564d1c1f6b1c7e3
Reviewed-on: https://gerrit.libreoffice.org/84908
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Henry Castro 

diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx
index a8e5240ec68c..d3710414385b 100644
--- a/vcl/source/window/dialog.cxx
+++ b/vcl/source/window/dialog.cxx
@@ -752,18 +752,26 @@ void Dialog::StateChanged( StateChangedType nType )
 {
 if (nType == StateChangedType::InitShow)
 {
-if (comphelper::LibreOfficeKit::isActive() && !GetLOKNotifier())
+if (comphelper::LibreOfficeKit::isActive())
 {
-vcl::ILibreOfficeKitNotifier* pViewShell = 
mpDialogImpl->m_aInstallLOKNotifierHdl.Call(nullptr);
-if (pViewShell)
+std::vector aItems;
+aItems.emplace_back("type", "dialog");
+aItems.emplace_back("size", GetSizePixel().toString());
+if (!GetText().isEmpty())
+aItems.emplace_back("title", GetText().toUtf8());
+
+if (const vcl::ILibreOfficeKitNotifier* pNotifier = 
GetLOKNotifier())
 {
-SetLOKNotifier(pViewShell);
-std::vector aItems;
-aItems.emplace_back("type", "dialog");
-aItems.emplace_back("size", GetSizePixel().toString());
-if (!GetText().isEmpty())
-aItems.emplace_back("title", GetText().toUtf8());
-pViewShell->notifyWindow(GetLOKWindowId(), "created", aItems);
+pNotifier->notifyWindow(GetLOKWindowId(), "created", aItems);
+}
+else
+{
+vcl::ILibreOfficeKitNotifier* pViewShell = 
mpDialogImpl->m_aInstallLOKNotifierHdl.Call(nullptr);
+if (pViewShell)
+{
+SetLOKNotifier(pViewShell);
+pViewShell->notifyWindow(GetLOKWindowId(), "created", 
aItems);
+}
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 129318] Java JRE not found on Base

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

Normand Renaud  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |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 129318] New: Java JRE not found on Base

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

Bug ID: 129318
   Summary: Java JRE not found on Base
   Product: LibreOffice
   Version: 6.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nor...@videotron.ca

Description:
LibreOffice  Version: 6.3.3.2 (x64)
LibreOffice Base

I did installed new JavaSetup8u231 / PC W-10

On tools/Options/advance/ Java option - not istalled

Message income while on I click Table: no Java installed
" Impossible d'établir la connexion à la source de données «Dépenses
automobile»." No connection to the source


Actual Results:
Can't use Base for Tables

Expected Results:
To get fix


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - desktop/uiconfig

2019-12-10 Thread andreas kainz (via logerrit)
 desktop/uiconfig/ui/extensionmanager.ui |7 ---
 1 file changed, 7 deletions(-)

New commits:
commit 5fa6e10528105fa15da792cf1fa6cfadd542d7f1
Author: andreas kainz 
AuthorDate: Tue Dec 10 22:26:11 2019 +0100
Commit: andreas_kainz 
CommitDate: Wed Dec 11 00:30:55 2019 +0100

LO extension Dialog fill update

Change-Id: I60c6beb3c0ff869653c21c9d933ea1f449b4318e
Reviewed-on: https://gerrit.libreoffice.org/84904
Tested-by: Jenkins
Reviewed-by: andreas_kainz 
(cherry picked from commit 952b47656b3c686d691e1659a046b9ca6f440c7e)
Reviewed-on: https://gerrit.libreoffice.org/84906

diff --git a/desktop/uiconfig/ui/extensionmanager.ui 
b/desktop/uiconfig/ui/extensionmanager.ui
index b749f057d806..bcc1be250dd0 100644
--- a/desktop/uiconfig/ui/extensionmanager.ui
+++ b/desktop/uiconfig/ui/extensionmanager.ui
@@ -193,8 +193,6 @@
   
 True
 False
-False
-True
 1
 6
 12
@@ -202,8 +200,6 @@
   
 True
 False
-True
-True
 12
 
   
@@ -211,7 +207,6 @@
 True
 True
 False
-center
 True
 0
 True
@@ -228,7 +223,6 @@
 True
 True
 False
-start
 True
 0
 True
@@ -245,7 +239,6 @@
 True
 True
 False
-end
 True
 0
 True
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - sc/uiconfig sw/uiconfig

2019-12-10 Thread andreas kainz (via logerrit)
 sc/uiconfig/scalc/ui/notebookbar.ui   |  167 +-
 sc/uiconfig/scalc/ui/notebookbar_compact.ui   |  165 +
 sw/uiconfig/swriter/ui/notebookbar_compact.ui |4 
 3 files changed, 329 insertions(+), 7 deletions(-)

New commits:
commit 79b02686dee17945751063f3b33fc51ccfe3da41
Author: andreas kainz 
AuthorDate: Tue Dec 10 17:32:47 2019 +0100
Commit: andreas_kainz 
CommitDate: Wed Dec 11 00:25:49 2019 +0100

Calc add Extension support to Tabbed NB

Change-Id: I2a6e17d8c9a126155ec599fe50d6d84d074c8ddc
Reviewed-on: https://gerrit.libreoffice.org/84878
Tested-by: Jenkins
Reviewed-by: andreas_kainz 
(cherry picked from commit bb3865c96f3a12f6b9e9b551e5f68a2731e3deb4)
Reviewed-on: https://gerrit.libreoffice.org/84907

diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui 
b/sc/uiconfig/scalc/ui/notebookbar.ui
index 59c268c7e9b9..05b05ced70a8 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -3,6 +3,30 @@
 
   
   
+  
+True
+False
+
+  
+True
+False
+AddonCommand
+  
+
+
+  
+True
+False
+  
+
+
+  
+True
+False
+service:com.sun.star.deployment.ui.PackageManagerDialog
+  
+
+  
   
 True
 False
@@ -15932,7 +15956,146 @@
   
 
 
-  
+  
+True
+False
+
+  
+True
+False
+center
+True
+
+  
+True
+False
+center
+True
+  
+  
+False
+True
+1
+  
+
+  
+  
+True
+True
+0
+  
+
+
+  
+True
+False
+end
+center
+True
+
+  
+True
+False
+center
+True
+vertical
+
+  
+E_xtension
+True
+True
+False
+False
+end
+center
+True
+none
+True
+  
+  
+False
+True
+0
+  
+
+
+  
+True
+True
+end
+True
+both-horiz
+False
+1
+
+  
+True
+False
+service:com.sun.star.deployment.ui.PackageManagerDialog
+  
+  
+False
+True
+  
+
+  
+  
+False
+True
+1
+  
+
+  
+  
+False
+True
+2
+  
+
+  
+  
+False
+False
+end
+1
+  
+
+
+  
+True
+False
+end
+5
+5
+vertical
+  
+  
+False
+True
+5
+end
+2
+  
+
+  
+  
+14
+  
+
+
+  
+True
+False
+  

[Libreoffice-bugs] [Bug 129184] Cannot launch Calc if Writer has a recoverable file

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

Xisco Faulí  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #3 from Xisco Faulí  ---
Thanks for retesting with the latest version.
Setting to RESOLVED WORKSFORME as the commit fixing this issue hasn't been
identified.

-- 
You are receiving this mail because:
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: Fw: benchmark of Excel, Calc, Google Docs

2019-12-10 Thread Michael Meeks
Hi Aditya,

On 08/12/2019 23:14, Aditya Parameswaran wrote:
> I'm Aditya Parameswaran, an assistant professor at UC Berkeley.  Along
> with Prof. Karrie Karahalios at the University of Illinois and many
> Ph.D. student researchers, we've been working on developing a scalable
> spreadsheet system, DataSpread (http://dataspread.github.io), for about
> half a decade now.

Interesting stuff.

> We'd be very keen to collaborate to see if some of the ideas that we've
> developed and opportunities we've identified would make sense in Calc.

Sounds good. Very busy this week, but would yo be up for a conference
(with whomever is interested) sometime in the evening (UK time) of the
17th or 19th ? We could use https://meet.jit.si/CalcChat eg.

> Our ultimate aim is to percolate some of these ideas back into popular
> spreadsheet systems like Calc, so I'm excited to have this opportunity.

Great. Some good ideas to include there, only a chunk of typing is
required =)

> Yes, of course. Sajjadur, with Kelly's help, is looking into packaging
> this and sending it your way.

Excellent; thanks.

> So I am not sure why we concluded outright that none of the spreadsheet
> systems employ a columnar layout -- this is a good catch; we will fix.

=)

> That said, looking at Figure 10, it is surprising that the gains for the
> sequential read are not a lot more;  and the gains should increase
> proportionally.  So something funky is going on. Worth investigating. 

Ah - well ... so ;-) as I said it depends on your data-set, and its
type homogeneity down the column to a degree, and also we can improve
our lookup algorithm there.

> We started by having the relational database be a simple persistent
> storage layer, when coupled with an index to retrieve data by position,
> can allow us to scroll through large datasets of billions of rows at
> ease. We developed a new positional index to handle insertions and
> deletions in O(log(n)) -- https://arxiv.org/pdf/1708.06712.pdf. I agree
> that pushing the computation to the relational database does have
> overheads; but at the same time, it allows for scaling to arbitrarily
> large datasets. 

Ooh - nice paper. Your crawled data-set looks quite interesting too, we
run wide-scale crash-testing on the LibreOffice code-base across ~100k
files and enlarging our corpus there: or better, getting some
statistical view of which OOXML attributes (and thus features) are most
used out there would be extremely useful to us as we develop the core.

I like the data on spreadsheet and formula shape - that is very useful.
Do you have data on the geometry of formulae - as in rows vs. columns ?
[ we switched to columnar storage based mostly on experience rather than
hard data ;-].

It is also interesting to have access to very large (1.3m row)
data-sets that can have useful analysis done on them - would love to see
the source data there.

> Would love to chat and see if any of the work that we're doing can
> translate into Calc, and how we can contribute. 

Great.

> One other project that may be of interest is one where we're trying to
> build a spreadsheet summarization and navigation tool, which can be
> especially helpful on very large
> spreadsheets.  http://srahman7.web.engr.illinois.edu/papers/NOAH.pdf

Sounds good too. Of course, most useful on thee huge corpus of existing
sheets out there in XLS[X] / ODS format.

> Agreed. We started the benchmarking effort a couple years ago, and the
> old version was the new version back then :-) 

Heh ;-)

> Again, happy to share what we know!  Let's find a time to chat.  I see
> that you're in Europe, so mornings for us (PT/CT) may work better? 
> Sajjadur is traveling, so I'm not entirely sure if he's around, but I
> should be able to find time to chat early in the morning any day next week. 

Sounds good, cf. above - if we can't make that - early in the new year
would be great.

I look forward to talking,

Michael.

-- 
michael.me...@collabora.com <><, GM Collabora Productivity
Hangout: mejme...@gmail.com, Skype: mmeeks
(M) +44 7795 666 147 - timezone usually UK / Europe
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 120243] Remove old idle workaround ...

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

--- Comment #3 from Michael Meeks  ---
Do the work of the AfterTypeListHdl inside the callback instead of inside a
(now un-necessary) PostMessage - merge the two methods, compile, test it
heavily and submit a patch =) That is what the bug description tried to say.

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


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

2019-12-10 Thread Tamás Zolnai (via logerrit)
 vcl/source/window/winproc.cxx |   10 ++
 1 file changed, 10 insertions(+)

New commits:
commit 67ee8818e68a2793d89331dd715989c468fe5680
Author: Tamás Zolnai 
AuthorDate: Mon Jul 22 17:26:38 2019 +0200
Commit: Andras Timar 
CommitDate: Tue Dec 10 23:50:17 2019 +0100

lok: don't show tooltip for popup menus inside dialogs

Check Character Properties dialog -> Font Effects -> Font Color
popup button. Moving the mouse above the colors, a tooltip is shown
with the color name. However when the tooltip window is displayed
LO online closes the popup window unexpectedly.

Change-Id: I4bb8611640e122fc8187271c8c843c9f29fc0ce0
Reviewed-on: https://gerrit.libreoffice.org/84716
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/84802

diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx
index 62214fac59e4..6f50e85699e8 100644
--- a/vcl/source/window/winproc.cxx
+++ b/vcl/source/window/winproc.cxx
@@ -157,6 +157,16 @@ static bool ImplHandleMouseFloatMode( vcl::Window* pChild, 
const Point& rMousePo
 
 static void ImplHandleMouseHelpRequest( vcl::Window* pChild, const Point& 
rMousePos )
 {
+if (comphelper::LibreOfficeKit::isActive())
+{
+// Ignore tooltips in popup color palettes
+// (e.g. Character Properties dialog -> Font Effects -> Font Color)
+if(pChild->GetType() == WindowType::CONTROL &&
+   pChild->GetParent() && pChild->GetParent()->GetParent() &&
+   pChild->GetParent()->GetParent()->GetType() == 
WindowType::DOCKINGWINDOW)
+return;
+}
+
 ImplSVData* pSVData = ImplGetSVData();
 if ( !pSVData->maHelpData.mpHelpWin ||
  !( pSVData->maHelpData.mpHelpWin->IsWindowOrChild( pChild ) ||
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: chart2.check fails in testAxisTitlePositionDOCX

2019-12-10 Thread Kaganski Mike
On 11.12.2019 1:32, Luke Benes wrote:
> I bisected this regression to
> https://cgit.freedesktop.org/libreoffice/core/commit/?id=d10db7846602c16701dde019f12f61fd536e9ae4
> 
>  tdf#128133 WIN don't exit after link-output filter

I would assume this not to be a regression from that commit, but rather 
a regression from DPI-dependent unit tests added in the time span 
between an unintended disabled inclusion of the DPI-aware manifest in 
commit 7f791f431c79c6d0a156c4a2726a0dfc5ff40cc1, and this one fixing that.

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


Re: chart2.check fails in testAxisTitlePositionDOCX

2019-12-10 Thread Luke Benes
I bisected this regression to 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=d10db7846602c16701dde019f12f61fd536e9ae4

tdf#128133 WIN don't exit after link-output filter

Jan-Marek,
Could you please take a look at this? You can reproduce it by setting your 
scale factor to something other than 100%.

Thanks,
-Luke




From: Luke Benes

Sent: Saturday, December 7, 2019 12:47 PM

To: Regina Henschel ; Regina Henschel 
; Libreoffice Dev List 
; Balazs Varga 

Subject: Re: chart2.check fails in testAxisTitlePositionDOCX
 

Regina,


This is not an intermittent failure and not the same error as your gerrit 
failures. Rather it is a yet another Windows HiDPI bug and a recent regression. 
Possibly when these tests were added a month ago:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=9ff954d5f780

 tdf#127908 tdf#128193 Chart OOXML: Fix Custom Y axis title position



You can make the build complete successfully by:

Display Settings -> Scale and Layout -> 100%


This is a recent regression, that I will try to bisect. 


Other examples of HiDPI Windows failures include:

CppunitTest_sw_layoutwriter failing on Windows with HiDPI

http://document-foundation-mail-archive.969070.n3.nabble.com/CppunitTest-sw-layoutwriter-failing-on-Windows-with-HiDPI-tp4266491.html


CppunitTest_starmath_qa_cppunit Failing on Windows with HiDPI

http://document-foundation-mail-archive.969070.n3.nabble.com/CppunitTest-starmath-qa-cppunit-Failing-on-Windows-with-HiDPI-screens-tp4261772.html


-Luke



Build log  with Scale = 125%:


[build CUT] chart2_export

Chart2ImportTest::testAxisTitleRotationXLSX finished in: 536ms

D:/core/chart2/qa/extras/chart2import.cxx:1577:Chart2ImportTest::testAxisTitlePositionDOCX

equality assertion failed

- Expected: 6378

- Actual  : 6571


Chart2ImportTest::testTdf122765 finished in: 647ms

D:/core/chart2/qa/extras/chart2import.cxx(1577) : error : Assertion

Test name: Chart2ImportTest::testAxisTitlePositionDOCX

equality assertion failed

- Expected: 6378

- Actual  : 6571


Failures !!!

Run: 88   Failure total: 1   Failures: 1   Errors: 0



Chart2ExportTest::testAxisTitleRotationXLSX finished in: 560ms

D:/core/chart2/qa/extras/chart2export.cxx:2037:Chart2ExportTest::testAxisTitlePositionDOCX

assertion failed

- Expression: nY > 0.384407 && nY < 0.384408



D:/core/chart2/qa/extras/chart2export.cxx(2037) : error : Assertion

Test name: Chart2ExportTest::testAxisTitlePositionDOCX

assertion failed

- Expression: nY > 0.384407 && nY < 0.384408


Failures !!!

Run: 110   Failure total: 1   Failures: 1   Errors: 0


Error: a unit test failed, please do one of:

make CppunitTest_chart2_export



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


[Libreoffice-commits] core.git: sc/uiconfig sw/uiconfig

2019-12-10 Thread andreas kainz (via logerrit)
 sc/uiconfig/scalc/ui/notebookbar.ui   |  167 +-
 sc/uiconfig/scalc/ui/notebookbar_compact.ui   |  165 +
 sw/uiconfig/swriter/ui/notebookbar_compact.ui |4 
 3 files changed, 329 insertions(+), 7 deletions(-)

New commits:
commit bb3865c96f3a12f6b9e9b551e5f68a2731e3deb4
Author: andreas kainz 
AuthorDate: Tue Dec 10 17:32:47 2019 +0100
Commit: andreas_kainz 
CommitDate: Tue Dec 10 23:29:28 2019 +0100

Calc add Extension support to Tabbed NB

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

diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui 
b/sc/uiconfig/scalc/ui/notebookbar.ui
index 59c268c7e9b9..05b05ced70a8 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -3,6 +3,30 @@
 
   
   
+  
+True
+False
+
+  
+True
+False
+AddonCommand
+  
+
+
+  
+True
+False
+  
+
+
+  
+True
+False
+service:com.sun.star.deployment.ui.PackageManagerDialog
+  
+
+  
   
 True
 False
@@ -15932,7 +15956,146 @@
   
 
 
-  
+  
+True
+False
+
+  
+True
+False
+center
+True
+
+  
+True
+False
+center
+True
+  
+  
+False
+True
+1
+  
+
+  
+  
+True
+True
+0
+  
+
+
+  
+True
+False
+end
+center
+True
+
+  
+True
+False
+center
+True
+vertical
+
+  
+E_xtension
+True
+True
+False
+False
+end
+center
+True
+none
+True
+  
+  
+False
+True
+0
+  
+
+
+  
+True
+True
+end
+True
+both-horiz
+False
+1
+
+  
+True
+False
+service:com.sun.star.deployment.ui.PackageManagerDialog
+  
+  
+False
+True
+  
+
+  
+  
+False
+True
+1
+  
+
+  
+  
+False
+True
+2
+  
+
+  
+  
+False
+False
+end
+1
+  
+
+
+  
+True
+False
+end
+5
+5
+vertical
+  
+  
+False
+True
+5
+end
+2
+  
+
+  
+  
+14
+  
+
+
+  
+True
+False
+E~xtension
+True
+  
+  
+14
+False
+

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

2019-12-10 Thread andreas kainz (via logerrit)
 desktop/uiconfig/ui/extensionmanager.ui |7 ---
 1 file changed, 7 deletions(-)

New commits:
commit 952b47656b3c686d691e1659a046b9ca6f440c7e
Author: andreas kainz 
AuthorDate: Tue Dec 10 22:26:11 2019 +0100
Commit: andreas_kainz 
CommitDate: Tue Dec 10 23:27:40 2019 +0100

LO extension Dialog fill update

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

diff --git a/desktop/uiconfig/ui/extensionmanager.ui 
b/desktop/uiconfig/ui/extensionmanager.ui
index 58fc091399c7..0bdcdccc530f 100644
--- a/desktop/uiconfig/ui/extensionmanager.ui
+++ b/desktop/uiconfig/ui/extensionmanager.ui
@@ -74,8 +74,6 @@
   
 True
 False
-False
-True
 1
 6
 12
@@ -83,8 +81,6 @@
   
 True
 False
-True
-True
 12
 
   
@@ -92,7 +88,6 @@
 True
 True
 False
-center
 True
 0
 True
@@ -109,7 +104,6 @@
 True
 True
 False
-start
 True
 0
 True
@@ -126,7 +120,6 @@
 True
 True
 False
-end
 True
 0
 True
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 129317] Shapes and Text

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

Dieter Praas  changed:

   What|Removed |Added

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

--- Comment #1 from Dieter Praas  ---
(In reply to Emersson Augusto Suarez Ortiz from comment #0)
> Hi to everyone. I have a problem with LO writer, when I insert a shape like
> an arrow and then I tried to insert a text box, the text box appears 5-6 cm
> below the arrow and I expect it will be in the shape. It's the same whit all
> the shapes, but in Draw it works perfectly. Can you help with this, cause I
> need to do all the shapes in Draw and copy/paste in writer.

How do you add a text box? It works with context menu of the shape
=> 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 122218] After Update to 6.1.4 on macOS fonts are blurred on retina display (xcode 10)

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

--- Comment #105 from Maciej Tarmas  ---
This bug has been reported almost a year ago.

A year has almost passed and what? Nothing.

Some speculation from the community, probably correct, that LO is using an
undocumented and depricated method of displaying text in the UI, not handled by
Xcode 10 (that is used to build LO on the Mac) or Xcode 11 (the current
version).

Has any LO dev chimed in on this issue? No. They don't give a flying crap about
Mac users.

There's nothing from anyone at LO about this 1 year old issue. I mean, how can
we Mac users trust a product that at this point feels like an abandoned Linux
fork that you devs don't give a shit about.

That's just pathetic. You might as well just stop releasing Mac versions.
They're automated builds anyway, aren't they, without any testing.

I'm really thinking of getting an MS Office license and forgetting about all
this crap.

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


[Libreoffice-commits] online.git: android/lib

2019-12-10 Thread Jan Holesovsky (via logerrit)
 android/lib/src/main/java/org/libreoffice/androidlib/LOActivity.java |8 
++--
 1 file changed, 2 insertions(+), 6 deletions(-)

New commits:
commit 0b90f8cece43e0e209c96750817211b5986fd45d
Author: Jan Holesovsky 
AuthorDate: Tue Dec 10 22:55:36 2019 +0100
Commit: Jan Holesovsky 
CommitDate: Tue Dec 10 23:05:12 2019 +0100

android: Fix crash when starting a slideshow.

Change-Id: Iff5e4feaf4d1c496713a6401f6f03a17ae326ec5
Reviewed-on: https://gerrit.libreoffice.org/84905
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git 
a/android/lib/src/main/java/org/libreoffice/androidlib/LOActivity.java 
b/android/lib/src/main/java/org/libreoffice/androidlib/LOActivity.java
index 66dc87497..a9cca125c 100644
--- a/android/lib/src/main/java/org/libreoffice/androidlib/LOActivity.java
+++ b/android/lib/src/main/java/org/libreoffice/androidlib/LOActivity.java
@@ -632,15 +632,11 @@ public class LOActivity extends AppCompatActivity {
 .setView(R.layout.lolib_dialog_loading)
 .create();
 
+slideShowProgress.show();
+
 nativeHandler.post(new Runnable() {
 @Override
 public void run() {
-LOActivity.this.runOnUiThread(new Runnable() {
-@Override
-public void run() {
-slideShowProgress.show();
-}
-});
 Log.v(TAG, "saving svg for slideshow by " + 
Thread.currentThread().getName());
 final String slideShowFileUri = new 
File(LOActivity.this.getCacheDir(), "slideShow.svg").toURI().toString();
 LOActivity.this.saveAs(slideShowFileUri, "svg");
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


  1   2   3   4   5   >