[Libreoffice-bugs] [Bug 125210] KDE5: Can't to dock Formula editor by Ctrl+double click in Math

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125210

--- Comment #12 from Vera Blagoveschenskaya  ---
(In reply to Roman Kuznetsov from comment #11)
> verified in
> 
> Version: 6.3.0.0.alpha1+
> Build ID: 77ae0abe21f672cf4b7d2e069f1d40d20edc49a7
> CPU threads: 4; OS: Linux 5.0; UI render: default; VCL: kde5; 
> TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
> 2019-05-31_15:33:33
> Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
> Calc: threaded
> 
> Vera, can you retest it too?

Well, I have no fresh build (the latest is from
https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF-dbg/2019-05-22_09.22.40/
 
So I'll keep in mind and re-test later.

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

[Libreoffice-bugs] [Bug 123697] Black border around writer document

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123697

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.0

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

[Libreoffice-bugs] [Bug 68459] EDITING: frames are jumping and impossible to position correctly with arrow keys

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68459

--- Comment #21 from mango wodzak  ---
Yes.. bug is still annoyingly present in 6.2.4.2 ..

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

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

2019-06-02 Thread Tomaž Vajngerl (via logerrit)
 desktop/source/lib/init.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 95462a02a3aee1e3e7f9aa8fc50ba25fee3fa592
Author: Tomaž Vajngerl 
AuthorDate: Mon Jun 3 13:15:35 2019 +0900
Commit: Tomaž Vajngerl 
CommitDate: Mon Jun 3 07:47:00 2019 +0200

tdf#123697 we need to create a bitmap context with alpha

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

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 755d980139a2..aea40f41a2cb 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2455,7 +2455,7 @@ static void doc_paintTile(LibreOfficeKitDocument* pThis,
 }
 
 #if defined(IOS)
-CGContextRef cgc = CGBitmapContextCreate(pBuffer, nCanvasWidth, 
nCanvasHeight, 8, nCanvasWidth*4, CGColorSpaceCreateDeviceRGB(), 
kCGImageAlphaNoneSkipFirst | kCGImageByteOrder32Little);
+CGContextRef cgc = CGBitmapContextCreate(pBuffer, nCanvasWidth, 
nCanvasHeight, 8, nCanvasWidth*4, CGColorSpaceCreateDeviceRGB(), 
kCGImageAlphaPremultipliedFirst | kCGImageByteOrder32Little);
 
 // Use the vcl.cg tag even if this code is not in vcl, to match all other 
SAL_INFO logging about Core Graphics, in vcl.
 SAL_INFO( "vcl.cg", "CGBitmapContextCreate(" << nCanvasWidth << "x" << 
nCanvasHeight << "x32) = " << cgc );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 123697] Black border around writer document

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123697

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

https://git.libreoffice.org/core/+/95462a02a3aee1e3e7f9aa8fc50ba25fee3fa592%5E%21

tdf#123697 we need to create a bitmap context with alpha

It will be available in 6.4.0.

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

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

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

[Libreoffice-bugs] [Bug 112567] FILESAVE XLSX Rows to Repeat and Columns to Repeat properties in XLSX files created with Calc are saved as incorrect Named ranges (w Hungarian locale)

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112567

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.3.0|target:6.3.0 target:6.4.0

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

[Libreoffice-bugs] [Bug 112567] FILESAVE XLSX Rows to Repeat and Columns to Repeat properties in XLSX files created with Calc are saved as incorrect Named ranges (w Hungarian locale)

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112567

--- Comment #19 from Commit Notification 
 ---
László Németh committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/32a11727a0f709c11685d4200b1db08dac211dec%5E%21

tdf#112567 XLSX export: correct built-in names

It will be available in 6.4.0.

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

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

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

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

2019-06-02 Thread László Németh (via logerrit)
 sc/qa/unit/data/ods/tdf112567.ods |binary
 sc/qa/unit/subsequent_export-test.cxx |   31 +++
 sc/source/filter/excel/xename.cxx |   25 -
 3 files changed, 55 insertions(+), 1 deletion(-)

New commits:
commit 32a11727a0f709c11685d4200b1db08dac211dec
Author: László Németh 
AuthorDate: Thu May 30 19:57:41 2019 +0200
Commit: László Németh 
CommitDate: Mon Jun 3 07:23:08 2019 +0200

tdf#112567 XLSX export: correct built-in names

Non-en_US locale setting resulted broken XLSX export
with incorrect localized range separator. The previous
commit 19976f079800ec4c1d0d5d7e226986cb41f834c2
"tdf#112567 XLSX export: fix broken built-in names"
only avoided of the bad export of the XSLX documents
with correct definedName.

Note: this commit fixes the bad XLSX documents
during the next import/export cycle.

Change-Id: I9101c5df0f29c7a42fd49f4c2765dcf47a711916
Reviewed-on: https://gerrit.libreoffice.org/73220
Tested-by: Jenkins
Reviewed-by: László Németh 

diff --git a/sc/qa/unit/data/ods/tdf112567.ods 
b/sc/qa/unit/data/ods/tdf112567.ods
new file mode 100644
index ..fda79997e534
Binary files /dev/null and b/sc/qa/unit/data/ods/tdf112567.ods differ
diff --git a/sc/qa/unit/subsequent_export-test.cxx 
b/sc/qa/unit/subsequent_export-test.cxx
index 94bfd5ae4f36..416fb9f32139 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -220,6 +220,7 @@ public:
 void testTdf91634XLSX();
 void testTdf115159();
 void testTdf112567();
+void testTdf112567b();
 void testTdf123645XLSX();
 void testTdf125173XLSX();
 void testTdf79972XLSX();
@@ -348,6 +349,7 @@ public:
 CPPUNIT_TEST(testTdf91634XLSX);
 CPPUNIT_TEST(testTdf115159);
 CPPUNIT_TEST(testTdf112567);
+CPPUNIT_TEST(testTdf112567b);
 CPPUNIT_TEST(testTdf123645XLSX);
 CPPUNIT_TEST(testTdf125173XLSX);
 CPPUNIT_TEST(testTdf79972XLSX);
@@ -4334,6 +4336,35 @@ void ScExportTest::testTdf112567()
 xDocSh->DoClose();
 }
 
+void ScExportTest::testTdf112567b()
+{
+// Set the system locale to Hungarian (a language with different range 
separator)
+SvtSysLocaleOptions aOptions;
+aOptions.SetLocaleConfigString("hu-HU");
+aOptions.Commit();
+comphelper::ScopeGuard g([] {
+aOptions.SetLocaleConfigString(OUString());
+aOptions.Commit();
+});
+
+ScDocShellRef xShell = loadDoc("tdf112567.", FORMAT_ODS);
+CPPUNIT_ASSERT(xShell.is());
+ScDocShellRef xDocSh = saveAndReload(xShell.get(), FORMAT_XLSX);
+CPPUNIT_ASSERT(xDocSh.is());
+xShell->DoClose();
+
+xmlDocPtr pDoc = XPathHelper::parseExport2(*this, *xDocSh, m_xSFactory, 
"xl/workbook.xml", FORMAT_XLSX);
+CPPUNIT_ASSERT(pDoc);
+
+//assert the existing OOXML built-in name is not duplicated
+assertXPath(pDoc, "/x:workbook/x:definedNames/x:definedName", 1);
+
+//and it contains "," instead of ";"
+assertXPathContent(pDoc, "/x:workbook/x:definedNames/x:definedName[1]", 
"Sheet1!$A:$A,Sheet1!$1:$1");
+
+xDocSh->DoClose();
+}
+
 void ScExportTest::testTdf123645XLSX()
 {
 ScDocShellRef xDocSh = loadDoc("chart_hyperlink.", FORMAT_XLSX);
diff --git a/sc/source/filter/excel/xename.cxx 
b/sc/source/filter/excel/xename.cxx
index ee418fb80d5c..35d84b86194e 100644
--- a/sc/source/filter/excel/xename.cxx
+++ b/sc/source/filter/excel/xename.cxx
@@ -92,6 +92,8 @@ public:
 private:
 /** Writes the body of the NAME record to the passed stream. */
 virtual voidWriteBody( XclExpStream& rStrm ) override;
+/** Convert localized range separators */
+OUStringGetWithDefaultRangeSeparator( const OUString& rSymbol 
) const;
 
 private:
 OUStringmaOrigName; /// The original user-defined name.
@@ -294,6 +296,27 @@ void XclExpName::Save( XclExpStream& rStrm )
 XclExpRecord::Save( rStrm );
 }
 
+OUString XclExpName::GetWithDefaultRangeSeparator( const OUString& rSymbol ) 
const
+{
+sal_Int32 nPos = rSymbol.indexOf(';');
+if ( nPos > -1 )
+{
+// convert with validation
+ScRange aRange;
+ScAddress::Details detailsXL( ::formula::FormulaGrammar::CONV_XL_A1 );
+ScRefFlags nRes = aRange.Parse( rSymbol.copy(0, nPos), (), 
detailsXL );
+if ( nRes & ScRefFlags::VALID )
+{
+nRes = aRange.Parse( rSymbol.copy(nPos+1), (), detailsXL 
);
+if ( nRes & ScRefFlags::VALID )
+{
+return rSymbol.replaceFirst(";", ",");
+}
+}
+}
+return rSymbol;
+}
+
 void XclExpName::SaveXml( XclExpXmlStream& rStrm )
 {
 sax_fastparser::FSHelperPtr& rWorkbook = rStrm.GetCurrentStream();
@@ -314,7 +337,7 @@ void XclExpName::SaveXml( XclExpXmlStream& rStrm )
 // OOXTODO: XML_workbookParameter, "",
 // OOXTODO: XML_xlm, ""
 );
-rWorkbook->writeEscaped( msSymbol 

[Libreoffice-bugs] [Bug 104839] [META] Saved XLSX files that MS Excel can't open

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104839
Bug 104839 depends on bug 112567, which changed state.

Bug 112567 Summary: FILESAVE XLSX Rows to Repeat and Columns to Repeat 
properties in XLSX files created with Calc are saved as incorrect Named ranges 
(w Hungarian locale)
https://bugs.documentfoundation.org/show_bug.cgi?id=112567

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 112567] FILESAVE XLSX Rows to Repeat and Columns to Repeat properties in XLSX files created with Calc are saved as incorrect Named ranges (w Hungarian locale)

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112567

László Németh  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 125649] EDITING: Chapter/heading numbers contain unnecessary dots

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125649

--- Comment #4 from Jens Radloff  ---
Created attachment 151861
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151861=edit
Screenshot of German Chapter Numbering dialog showing "1., 2., 3." as a
numbering method

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

[Libreoffice-bugs] [Bug 125649] EDITING: Chapter/heading numbers contain unnecessary dots

2019-06-02 Thread bugzilla-daemon


[Libreoffice-bugs] [Bug 84845] Arabic Allignment - end of line point (.) jumps to the right end of line, should be to the left of the line

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84845

--- Comment #4 from AOL Tech Support  ---
That is really helpful. this can help you too the AOL is providing AOL Customer
Service for people who need some assistance with their AOL mail service. if you
are stuck due to log in or log out problems or the servers are not responding
then you can contact them. you can have a look at this for more information:
https://customerservices.us/aol-tech-support-phone-number/

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

[Libreoffice-bugs] [Bug 125278] Uk Essays Writers

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125278

Stefan White  changed:

   What|Removed |Added

URL|https://www.fieldengineer.c |https://www.ukessaywriters.
   |om/c1/hire-freelance-networ |co.uk
   |k-analyst   |
Summary|Wireless Network Engineer   |Uk Essays Writers

-- 
You are receiving this mail because:
You 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-2' - sd/source sfx2/source

2019-06-02 Thread Caolán McNamara (via logerrit)
 sd/source/ui/view/viewshe3.cxx |3 ++-
 sfx2/source/view/viewfrm.cxx   |3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit a36236e82c99839d327094b182a167ac53c4ea66
Author: Caolán McNamara 
AuthorDate: Thu May 23 14:03:37 2019 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Mon Jun 3 06:04:15 2019 +0200

Resolves: tdf#125447 mnemonic appearing in tooltip

Change-Id: I570af8f19468730aad714425492f69d05c0a0cf3
Reviewed-on: https://gerrit.libreoffice.org/72853
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/sd/source/ui/view/viewshe3.cxx b/sd/source/ui/view/viewshe3.cxx
index 73edd5dc7bc8..36e77c91c7bb 100644
--- a/sd/source/ui/view/viewshe3.cxx
+++ b/sd/source/ui/view/viewshe3.cxx
@@ -78,6 +78,7 @@
 #include 
 #include 
 #include 
+#include 
 
 using namespace ::com::sun::star;
 
@@ -168,7 +169,7 @@ void  ViewShell::GetMenuState( SfxItemSet  )
 {
 // Set the necessary string like in
 // sfx2/source/view/viewfrm.cxx ver 1.23 ln 1081 ff.
-OUString aTmp(SvtResId(STR_REDO));
+OUString 
aTmp(MnemonicGenerator::EraseAllMnemonicChars(SvtResId(STR_REDO)));
 aTmp += pUndoManager->GetRedoActionComment();
 rSet.Put(SfxStringItem(SID_REDO, aTmp));
 }
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 67d0bbcd5471..814a45f42b6f 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -33,6 +33,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -995,7 +996,7 @@ void SfxViewFrame::StateHistory_Impl( SfxItemSet  )
 }
 else
 {
-rSet.Put( SfxStringItem( SID_REDO, 
SvtResId(STR_REDO)+pShUndoMgr->GetRedoActionComment() ) );
+rSet.Put( SfxStringItem( SID_REDO, 
MnemonicGenerator::EraseAllMnemonicChars(SvtResId(STR_REDO))+pShUndoMgr->GetRedoActionComment()
 ) );
 }
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 125620] add Korean Hangul Jamo CodePoint Range

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125620

Adolfo Jayme  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You 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] help.git: Branch 'libreoffice-6-3' - source/text

2019-06-02 Thread Libreoffice Gerrit user
 source/text/scalc/01/func_switch.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4b1d391bfa22e1090122c9dec944f60860b6f557
Author: Olivier Hallot 
AuthorDate: Sun Jun 2 21:17:20 2019 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Mon Jun 3 06:01:48 2019 +0200

tdf#125645 Fix reference in SWITCH function help page

Change-Id: I34cd365829187ea29fd45c43aa08d0b6a3cfdd4d
Reviewed-on: https://gerrit.libreoffice.org/73352
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 
(cherry picked from commit 3e4a49f5e61c535044538a23eaf7a6b222a7c57a)
Reviewed-on: https://gerrit.libreoffice.org/73361
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/source/text/scalc/01/func_switch.xhp 
b/source/text/scalc/01/func_switch.xhp
index 45a286fd0..36178c1be 100644
--- a/source/text/scalc/01/func_switch.xhp
+++ b/source/text/scalc/01/func_switch.xhp
@@ -22,7 +22,7 @@
 SWITCH function
 
 SWITCH
-SWITCH compares 
expression with value1 to valuen and 
returns the result belonging to the first value that equals expression. If 
there is no match and default_value is given, that will be 
returned.
+SWITCH compares 
expression with value1 to valuen and 
returns the result belonging to the first value that equals expression. If 
there is no match and default_result is given, that will be 
returned.
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - helpcontent2

2019-06-02 Thread Olivier Hallot (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ffaafc6c25858f71b6e4a643fdfa1522c4593d23
Author: Olivier Hallot 
AuthorDate: Sun Jun 2 21:17:20 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Mon Jun 3 06:01:48 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'libreoffice-6-3'
  - tdf#125645 Fix reference in SWITCH function help page

Change-Id: I34cd365829187ea29fd45c43aa08d0b6a3cfdd4d
Reviewed-on: https://gerrit.libreoffice.org/73352
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 
(cherry picked from commit 3e4a49f5e61c535044538a23eaf7a6b222a7c57a)
Reviewed-on: https://gerrit.libreoffice.org/73361
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/helpcontent2 b/helpcontent2
index 38cf025fa9e3..4b1d391bfa22 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 38cf025fa9e3766f5f86b0d307899d21f7e301fa
+Subproject commit 4b1d391bfa22e1090122c9dec944f60860b6f557
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 125645] [HELP] SWITCH function default_value/default_result

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125645

Adolfo Jayme  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |olivier.hallot@documentfoun
   |desktop.org |dation.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

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

[Libreoffice-bugs] [Bug 125649] EDITING: Chapter/heading numbers contain unnecessary dots

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125649

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #2 from Mike Kaganski  ---
You have set chapter numbering to have "1st, 2nd, 3rd, ..." type; change it to
"1, 2, 3, ...", and put a single dot to "After".

See https://imgur.com/G5stGpk.

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

[Libreoffice-bugs] [Bug 125649] EDITING: Chapter/heading numbers contain unnecessary dots

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125649

Jens Radloff  changed:

   What|Removed |Added

  Component|LibreOffice |Writer

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

[Libreoffice-bugs] [Bug 31092] Creating 3D smooth lines chart takes several minutes

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=31092

--- Comment #14 from Arseny Solokha  ---
It takes not two minutes but some twenty seconds on my machine currently. 

Version: 6.2.4.2.0+
Build ID: Gentoo official package
CPU threads: 4; OS: Linux 5.0; UI render: GL; VCL: gtk3; 
Locale: ru-RU (en_US.UTF-8); UI-Language: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 107487] Unicode ExtB+ chars do not use fallback font correctly in Writer

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107487

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.0

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

[Libreoffice-bugs] [Bug 107487] Unicode ExtB+ chars do not use fallback font correctly in Writer

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107487

--- Comment #14 from Commit Notification 
 ---
Mark Hung committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/16faad3657fad114aa984f92a14a5f212a2f8ff5%5E%21

tdf#107487 fix font fallback for non-BMP characters.

It will be available in 6.4.0.

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

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

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

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

2019-06-02 Thread Mark Hung (via logerrit)
 vcl/source/gdi/CommonSalLayout.cxx |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 16faad3657fad114aa984f92a14a5f212a2f8ff5
Author: Mark Hung 
AuthorDate: Sun Jun 2 10:00:41 2019 +0800
Commit: Mark Hung 
CommitDate: Mon Jun 3 04:51:16 2019 +0200

tdf#107487 fix font fallback for non-BMP characters.

Non-BMP characters use two sal_Unicodes. It is necessary
to advnace with OUString::iterateCodePoints safely instead of
nCharPos + 1.

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

diff --git a/vcl/source/gdi/CommonSalLayout.cxx 
b/vcl/source/gdi/CommonSalLayout.cxx
index 5ef6992cabdc..e146fb245131 100644
--- a/vcl/source/gdi/CommonSalLayout.cxx
+++ b/vcl/source/gdi/CommonSalLayout.cxx
@@ -190,12 +190,14 @@ void GenericSalLayout::SetNeedFallback(ImplLayoutArgs& 
rArgs, sal_Int32 nCharPos
 //mark all glyphs as missing so the whole thing is rendered with the same
 //font
 sal_Int32 nDone;
-sal_Int32 nGraphemeStartPos =
-mxBreak->previousCharacters(rArgs.mrStr, nCharPos + 1, aLocale,
-i18n::CharacterIteratorMode::SKIPCELL, 1, nDone);
 sal_Int32 nGraphemeEndPos =
 mxBreak->nextCharacters(rArgs.mrStr, nCharPos, aLocale,
 i18n::CharacterIteratorMode::SKIPCELL, 1, nDone);
+// Safely advance nCharPos in case it is a non-BMP character.
+rArgs.mrStr.iterateCodePoints();
+sal_Int32 nGraphemeStartPos =
+mxBreak->previousCharacters(rArgs.mrStr, nCharPos, aLocale,
+i18n::CharacterIteratorMode::SKIPCELL, 1, nDone);
 
 rArgs.NeedFallback(nGraphemeStartPos, nGraphemeEndPos, bRightToLeft);
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 108532] EDITING: It takes a while before the document gets responsive after saving

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108532

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 121866] pdf export creates file that doesn't print graphics correctly

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121866

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

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 121885] problems updating jre for database

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121885

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

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 108532] EDITING: It takes a while before the document gets responsive after saving

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108532

--- Comment #13 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 125373] Paragraph style editing and application is not applied to the paragraph properly.

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125373

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 48245] Snapping to grid does not work accurately (depending on zoom level)

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48245

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

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 58028] VIEWING: Too big height and increased text size of integrated text box with rounded corners and gradient color fill"

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58028

--- Comment #6 from QA Administrators  ---
Dear Rainer Bielefeld Retired,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
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 121874] Headless operation hanging on Windows Server for a sepcific Word(docx) file.

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121874

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

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 115858] formatting toolbar: on the styles list, more button should move the focus on "styles" window

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115858

--- Comment #2 from QA Administrators  ---
Dear Alex ARNAUD,

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 114973] Ctrl+A and Select all don't work when a style is hidden

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114973

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

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 57190] TABLE Strange numbering behavior on inserting rows

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57190

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

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 83191] SPELLCHECK: starting apostrophe ignored

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83191

--- Comment #12 from QA Administrators  ---
Dear Ad Verburg,

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 90318] Temporary files generated by reports should not be added to recent documents list.

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90318

--- Comment #9 from QA Administrators  ---
Dear pierre-yves samyn,

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 31092] Creating 3D smooth lines chart takes several minutes

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=31092

--- Comment #13 from QA Administrators  ---
Dear Rainer Bielefeld Retired,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
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 43822] Ctrl-W does not close document when the focus is in the Navigator

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43822

--- Comment #14 from QA Administrators  ---
Dear Cor Nouws,

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 43715] Impress: presentation minimizer not reduces resolution of images (regression after 3.3)

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43715

--- Comment #35 from QA Administrators  ---
Dear MagicVince,

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 68459] EDITING: frames are jumping and impossible to position correctly with arrow keys

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68459

--- Comment #20 from QA Administrators  ---
Dear mango wodzak,

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 83618] SIDEBAR: Paragraph dialog and SideBar Paragraph Content Panel -- using different source for their Line spacing values

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83618

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
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 114980] "Preparing preview" for master slides "Recently used" or "Used in this presentation" takes a long time sometimes

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114980

--- Comment #8 from QA Administrators  ---
Dear Harald Berger,

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 125649] EDITING: Chapter/heading numbers contain unnecessary dots

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125649

Jens Radloff  changed:

   What|Removed |Added

 CC||plixp...@yahoo.de

--- Comment #1 from Jens Radloff  ---
Created attachment 151860
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151860=edit
Screenshot demonstrating the behaviour

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

[Libreoffice-bugs] [Bug 125649] New: EDITING: Chapter/heading numbers contain unnecessary dots

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125649

Bug ID: 125649
   Summary: EDITING: Chapter/heading numbers contain unnecessary
dots
   Product: LibreOffice
   Version: 6.2.4.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: plixp...@yahoo.de

Created attachment 151859
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151859=edit
.odt file demonstrating the behaviour

I am using Linux Ubuntu 19.04 and LO 6.2.4.2

I want to create chapter numbers in the following format:

. 

.. 

... 

 ,

but LO Writer creates two (!) dots numbers in these lines after nearly each
, f.e. like this:

... 

I have used the configuration possibilities in menu Tools > Chapter Numbering.

For a demonstration refer to the attached .odt file.

I have also attached a screenshot of the attached .odt file for persons not
running a Linux distribution.

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

[Libreoffice-bugs] [Bug 125647] Bad error message with disabled Java

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125647

Adolfo Jayme  changed:

   What|Removed |Added

   Severity|normal  |enhancement

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

[Libreoffice-bugs] [Bug 125629] Things i want you guys to add to Impress

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125629

Adolfo Jayme  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

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

[Libreoffice-bugs] [Bug 125648] LibreOffice does not start on Windows 10 x64

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125648

--- Comment #2 from Andrew  ---
Windows 10 Version 1809 17763.529

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

[Libreoffice-bugs] [Bug 125648] LibreOffice does not start on Windows 10 x64

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125648

--- Comment #1 from Andrew  ---
Created attachment 151858
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151858=edit
windbg output

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

[Libreoffice-bugs] [Bug 125648] New: LibreOffice does not start on Windows 10 x64

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125648

Bug ID: 125648
   Summary: LibreOffice does not start on Windows 10 x64
   Product: LibreOffice
   Version: 6.1.6.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: awebs...@connectalk.com

Description:
Launching LO 6.1.x or 6.2.x (including DEV builds) fails to launch.
Splash screen shows with progress bar moving along, then disappears.
No errors or logs generated.
Running dev build with output redirected produces the following in the log
file:
error: Invalid type for value




Steps to Reproduce:
1. Install LO
2. Attempt to launch


Actual Results:
Splash screen shows with progress bar moving along, then disappears.

Expected Results:
Application should start


Reproducible: Always


User Profile Reset: Yes



Additional Info:

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

[Libreoffice-bugs] [Bug 125626] fill down command calculates illogical series

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125626

--- Comment #5 from m.a.riosv  ---
If you are happy reopening and thinking that what you like in this particular
case it's what should be, on your own, but it is not a 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 125642] Terrible new Bullet & Numbering dialog in Impress

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125642

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #5 from V Stuart Foote  ---
Hmm, confirming as well.

We briefly had the dialog panels split into a Format -> "Bullets and Numbering"
--showing Position & Customize; and a Format -> "Numbering and Position"--which
already had layout issues.

Version: 6.3.0.0.alpha1+ (2019-05-28)
Build ID: 37103a3f008c13dee21d55c8da9e6af807b1997c

Now, current master/6.4.0alpha0, the Bullets and Numbering dialog has been
replaced with the broken Numbering and Position panels--and the Position and
Customize panels are missing.

Version: 6.4.0.0.alpha0+ (x86) (2019-06-02)
Build ID: 88f48b51f3cf25c78db278499d46d4913ab442ed

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

[Libreoffice-bugs] [Bug 125458] TEMPLATES: Useless message, if template depends on another template

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125458

--- Comment #12 from tor...@yahoo.com ---
It seems I forgot to send the comment accompanying the last 2 attachments:
If I try to edit TP.ott (modified 2015-03-23; attached), LO does not
ask me to confirm, even though it's based on Livret (attached), which has been
modified 2019-02-26. It seems that date checking is inconsistent.
Anyway, a template, regardless of how it was made —from scratch, a
document, or another template —should be an absolute base, independent of any
other.

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

[Libreoffice-bugs] [Bug 125401] FILESAVE: Saving a document creates a new file (new inode number) thereby messing-up with the creation time of the document

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125401

--- Comment #13 from Alex  ---
(In reply to Miklos Vajna from comment #4)

I figured the following regarding rsync.

In case the file DEST already exists, the commands
$ rsync -t --inplace SOURCE DEST
preserves the crtime of DEST and assigns to DEST the mtime of SOURCE.

That is, the result regarding those timestamps is the same as with
$ cp -p SOURCE DEST

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

[Libreoffice-bugs] [Bug 125647] New: Bad error message with disabled Java

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125647

Bug ID: 125647
   Summary: Bad error message with disabled Java
   Product: LibreOffice
   Version: 6.2.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: libreoff...@i-pi.com

Description:
Under Tools -> Options -> LibreOffice -> Advanced, I disable Java. I get the
following message on opening any Impress file:
LibreOffice requires a Java runtime environment (JRE) to perform this task. 
However, use of a JRE has been disabled. Do you want to enable the use of a JRE
now?

In order to fix, I need to know what "this task" is.  If it is a plugin, then I
need to know what plugin.  The error message does not give me information that
I need to resolve the problem.

Impress appears to run OK in spite of the error, but it is annoying.

The error box does not occur if I start in safe mode.  However, it would still
be nice to get the error message improved.

Steps to Reproduce:
1. Disable Java
2. ooffice foo.odp
3.

Actual Results:
LibreOffice requires a Java runtime environment (JRE) to perform this task. 
However, use of a JRE has been disabled. Do you want to enable the use of a JRE
now?

Expected Results:
An error message that gives me the information I need to disable/remove
whatever is trying to use Java.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
libreoffice-6.2.3.2-4.2.x86_64
libreoffice-base-6.2.3.2-4.2.x86_64
libreoffice-base-drivers-firebird-6.2.3.2-4.2.x86_64
libreoffice-branding-upstream-6.2.3.2-4.2.noarch
libreoffice-calc-6.2.3.2-4.2.x86_64
libreoffice-draw-6.2.3.2-4.2.x86_64
libreoffice-filters-optional-6.2.3.2-4.2.x86_64
libreoffice-icon-themes-6.2.3.2-4.2.noarch
libreoffice-impress-6.2.3.2-4.2.x86_64
libreoffice-l10n-en-6.2.3.2-4.2.noarch
libreoffice-mailmerge-6.2.3.2-4.2.x86_64
libreoffice-math-6.2.3.2-4.2.x86_64
libreoffice-pyuno-6.2.3.2-4.2.x86_64
libreoffice-qt5-6.2.3.2-4.2.x86_64
libreoffice-share-linker-1-4.6.noarch
libreoffice-writer-6.2.3.2-4.2.x86_64

Linux Socrates 5.1.4-1-default #1 SMP Wed May 22 11:11:40 UTC 2019 (0739fa4)
x86_64 x86_64 x86_64 GNU/Linux

CPE_NAME="cpe:/o:opensuse:tumbleweed:20190529"

OpenGL is not enabled.

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

[Libreoffice-ux-advise] [Bug 125608] notebookbar horizontal separator line needed

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125608

andreas_k  changed:

   What|Removed |Added

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

--- Comment #5 from andreas_k  ---
sorry it work in master.

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

[Libreoffice-bugs] [Bug 125608] notebookbar horizontal separator line needed

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125608

andreas_k  changed:

   What|Removed |Added

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

--- Comment #5 from andreas_k  ---
sorry it work in master.

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

GSoC19 - Android Viewer(Online) - Weekly report [27 May - 01 June]

2019-06-02 Thread Kaishu Sahu
Project: LibreOffice Android Viewer(Online)

This week(from 27 May to 01 June):
1. print feature is added in the document viewer.
2. rationale dialog for permission denial with "Don't ask again"
implemented in the app.

Patches under review:-
https://gerrit.libreoffice.org/#/c/73268/
https://gerrit.libreoffice.org/#/c/73071/
https://gerrit.libreoffice.org/#/c/72080/

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

[Libreoffice-bugs] [Bug 125332] Loosing current location when zooming out/in or displaying/hiding Navigator

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125332

Dieter Praas  changed:

   What|Removed |Added

 OS|All |Linux (All)

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

2019-06-02 Thread Jan-Marek Glogowski (via logerrit)
 vcl/qt5/Qt5Widget.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 02bee5f5d846f40f244c5acab044177576a6d869
Author: Jan-Marek Glogowski 
AuthorDate: Sun Jun 2 20:04:28 2019 +0200
Commit: Jan-Marek Glogowski 
CommitDate: Sun Jun 2 22:16:06 2019 +0200

Qt5 return expected QVariants int sizes

Grep'ing the Qt source code, most of the places call toInt()
on the QVariants returned from Qt::ImCursorPosition and
Qt::ImAnchorPosition (toUInt() is probably a bug). So actually
deliver these (and fix the 32bit build with the sal_Int32
ambiguity - there is no "signed long" QVariant constructor).

Change-Id: Id6b8fbabb8156692592bdef48437db140c6b7cca
Reviewed-on: https://gerrit.libreoffice.org/73349
Tested-by: Jenkins
Tested-by: Rene Engelhard 
Reviewed-by: Jan-Marek Glogowski 

diff --git a/vcl/qt5/Qt5Widget.cxx b/vcl/qt5/Qt5Widget.cxx
index d2a2d8140026..a6b3d29e69a8 100644
--- a/vcl/qt5/Qt5Widget.cxx
+++ b/vcl/qt5/Qt5Widget.cxx
@@ -629,7 +629,7 @@ QVariant Qt5Widget::inputMethodQuery(Qt::InputMethodQuery 
property) const
 {
 sal_Int32 nCursorPos, nAnchor;
 if (lcl_retrieveSurrounding(nCursorPos, nAnchor, nullptr, nullptr))
-return QVariant(nCursorPos);
+return QVariant(static_cast(nCursorPos));
 [[fallthrough]];
 }
 case Qt::ImCursorRectangle:
@@ -643,7 +643,7 @@ QVariant Qt5Widget::inputMethodQuery(Qt::InputMethodQuery 
property) const
 {
 sal_Int32 nCursorPos, nAnchor;
 if (lcl_retrieveSurrounding(nCursorPos, nAnchor, nullptr, nullptr))
-return QVariant(nAnchor);
+return QVariant(static_cast(nAnchor));
 [[fallthrough]];
 }
 case Qt::ImCurrentSelection:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 125646] calc undo doesn't separate auto-corrupt and user changes

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125646

Anthony Youngman  changed:

   What|Removed |Added

 CC||anth...@youngman.org.uk

--- Comment #1 from Anthony Youngman  ---
Enter text that looks like an email address into a cell. Hit return.

calc converts it to an email address and jumps to the next cell.

Hit "undo" (or ctrl-z).

CALC DELETES THE USER'S TEXT!!!

"Undo" should not conflate auto-correct changes and user changes - it is a real
pain in the neck (hence the papercut designation) when the program actively
obstructs the user's attempts to enter the text they want. If auto-corrupt
fucks up it should be *easy* for the user to fix, not almost impossible. Yes
you can work around it, but you shouldn't have to!

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

[Libreoffice-bugs] [Bug 125176] Long comment should be collapsed

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125176

Nithya  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

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

[Libreoffice-bugs] [Bug 125646] New: calc undo doesn't separate auto-corrupt and user changes

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125646

Bug ID: 125646
   Summary: calc undo doesn't separate auto-corrupt and user
changes
   Product: LibreOffice
   Version: 6.1.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: anth...@youngman.org.uk

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

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

2019-06-02 Thread andreas kainz (via logerrit)
 sc/uiconfig/scalc/ui/notebookbar.ui|  503 +++-
 sd/uiconfig/sdraw/ui/notebookbar.ui|  664 -
 sd/uiconfig/simpress/ui/notebookbar.ui |  603 +++--
 3 files changed, 1138 insertions(+), 632 deletions(-)

New commits:
commit b226cd3c2ed3a551f1631cb118456f1f80e32b6c
Author: andreas kainz 
AuthorDate: Sat Jun 1 00:29:57 2019 +0200
Commit: andreas_kainz 
CommitDate: Sun Jun 2 21:54:31 2019 +0200

NB tabbed finished sync between different apps

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

diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui 
b/sc/uiconfig/scalc/ui/notebookbar.ui
index f09a81b2320b..c8a230786225 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -3089,21 +3089,6 @@
 1
   
 
-
-  
-True
-False
-5
-5
-vertical
-  
-  
-False
-True
-5
-2
-  
-
   
   
 False
@@ -3131,6 +3116,21 @@
 center
 True
 
+  
+True
+False
+5
+5
+vertical
+  
+  
+False
+True
+5
+0
+  
+
+
   
 True
 False
@@ -3191,6 +3191,9 @@
 1
   
 
+
+  
+
   
   
 False
@@ -3211,6 +3214,21 @@
 center
 True
 
+  
+True
+False
+5
+5
+vertical
+  
+  
+False
+True
+5
+0
+  
+
+
   
 True
 False
@@ -3373,17 +3391,32 @@
   
 
 
+  
+True
+False
+end
+5
+5
+True
+vertical
+  
+  
+False
+True
+5
+1
+  
+
+
   
 True
 False
 end
-5
 True
 icons
 False
 
   
-True
 False
 .uno:SubScript
   
@@ -3403,11 +3436,25 @@
 True
   
 
+  

[Libreoffice-bugs] [Bug 125332] Loosing current location when zooming out/in or displaying/hiding Navigator

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125332

--- Comment #5 from Daniel T.  ---
I tested on Linux (Kubuntu 18.04).

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

[Libreoffice-bugs] [Bug 60232] Possibility to update bibliography references from bibliography database

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60232

--- Comment #14 from thanasis57  ---
(In reply to Ben from comment #12)
> I agree with Mieszko's observation that it would be better to remove
> Bibliography functionality entirely from LibreOffice Writer. I have spent
> -many- days on both the database and the embedded version and concluded that
> the first one has many bugs, the second one has usability issues. These
> issues have existed for many years.
> 
> Heiko's observation is also appropriate. I have started to use Zotero, which
> is very advanced compared to the current LibreOffice Bibliography features
> and will be hard to catch up on.
> 
> If the functionality is removed, then this could be reflected in the online
> help and documentation by recommending Zotero (I have not tried Medeley)?

I agree with every single word.

No software is developed in a vacuum, and in the current context the power of
Zotero is unparalleled. There is no shame in admitting that a dedicated suite
can do a better job in a niche area. Better embrace the situation and use
resources strategically.

If dropping bibliography altogether saves resources in code developing and
bug-tracking, go for it!

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

[Libreoffice-bugs] [Bug 125323] aligning data series to secondary Y-axis distorts column width

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125323

--- Comment #5 from Cathy Crumbley  ---
The same behavior occurs for both column and bar charts. My description was not
clear about this since I was thinking about column charts but wrote "bar". 
Should another bug report be filed or can this report cover both column and bar
charts?

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

[Libreoffice-bugs] [Bug 125323] aligning data series to secondary Y-axis distorts column width

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125323

--- Comment #4 from Cathy Crumbley  ---
The same behavior occurs for both column and bar charts. My description was not
clear about this since I was thinking about column charts but wrote "bar". 
Should another bug report be filed or can this report cover both column and bar
charts?

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

[Libreoffice-bugs] [Bug 60232] Possibility to update bibliography references from bibliography database

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60232

--- Comment #13 from Mieszko  ---
Well, I'm not a heavy bibliography user - I'm writing my master thesis I do not
plan to write such texts in the future. And if I really had to - I would write
in LaTeX and spend some time to learn BibLaTeX rather than BibTeX due to
limited options of the latter.
I've had a look to Zotero and Mendeley webpages, but currently decided to
insert all bibliography manually in LO, rather than learning another system and
inserting info there.

Such simple bibliography system in LO will be nice to people like me, but it
there is no plan for base support, then it should be removed.

To sum up, my end-user advice is:
1. please fix this bug (and other), polish the UX for the basic stuf (like the
first Ricardo says in the first comment from
https://design.blog.documentfoundation.org/2018/12/19/save-the-bibliography/
There is no need for heavy rebuilding the whole stuff: advanced people will use
Zotero or another plugins.

2. If there is *really* no time for simple fixes OR there is horrible spaghetti
code that nobody want to touch: remove biblio

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

2019-06-02 Thread Olivier Hallot (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 49e11dd5ef75d0461fdfa2099a9e9289345037c5
Author: Olivier Hallot 
AuthorDate: Sun Jun 2 21:17:20 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Sun Jun 2 21:20:59 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - tdf#125645 Fix reference in SWITCH function help page

Change-Id: I34cd365829187ea29fd45c43aa08d0b6a3cfdd4d
Reviewed-on: https://gerrit.libreoffice.org/73352
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index d37324954493..3e4a49f5e61c 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit d3732495449313145686a6e90409d2b78fe2b2a2
+Subproject commit 3e4a49f5e61c535044538a23eaf7a6b222a7c57a
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 125645] [HELP] SWITCH function default_value/default_result

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125645

--- Comment #2 from Commit Notification 
 ---
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/+/3e4a49f5e61c535044538a23eaf7a6b222a7c57a%5E%21

tdf#125645 Fix reference in SWITCH function help page

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

[Libreoffice-bugs] [Bug 125645] [HELP] SWITCH function default_value/default_result

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125645

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.0

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

[Libreoffice-commits] help.git: source/text

2019-06-02 Thread Libreoffice Gerrit user
 source/text/scalc/01/func_switch.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e4a49f5e61c535044538a23eaf7a6b222a7c57a
Author: Olivier Hallot 
AuthorDate: Sun Jun 2 21:17:20 2019 +0200
Commit: Olivier Hallot 
CommitDate: Sun Jun 2 21:20:59 2019 +0200

tdf#125645 Fix reference in SWITCH function help page

Change-Id: I34cd365829187ea29fd45c43aa08d0b6a3cfdd4d
Reviewed-on: https://gerrit.libreoffice.org/73352
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/scalc/01/func_switch.xhp 
b/source/text/scalc/01/func_switch.xhp
index 45a286fd0..36178c1be 100644
--- a/source/text/scalc/01/func_switch.xhp
+++ b/source/text/scalc/01/func_switch.xhp
@@ -22,7 +22,7 @@
 SWITCH function
 
 SWITCH
-SWITCH compares 
expression with value1 to valuen and 
returns the result belonging to the first value that equals expression. If 
there is no match and default_value is given, that will be 
returned.
+SWITCH compares 
expression with value1 to valuen and 
returns the result belonging to the first value that equals expression. If 
there is no match and default_result is given, that will be 
returned.
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-06-02 Thread Andrea Gelmini (via logerrit)
 filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit db1e6c7a62b3591077efecdbf5a57f95687aea89
Author: Andrea Gelmini 
AuthorDate: Tue May 14 21:23:47 2019 +
Commit: Julien Nabet 
CommitDate: Sun Jun 2 21:17:37 2019 +0200

Fix typo

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

diff --git a/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl 
b/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
index 2c2c9c0cd317..5188b9a9c900 100644
--- a/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
+++ b/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
@@ -8972,7 +8972,7 @@
 
 
 
-
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-06-02 Thread Andrea Gelmini (via logerrit)
 filter/source/xslt/import/wordml/wordml2ooo_draw.xsl |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 0451ccc0484111c564d6ba6655de2f516c5a359f
Author: Andrea Gelmini 
AuthorDate: Tue May 14 21:23:46 2019 +
Commit: Julien Nabet 
CommitDate: Sun Jun 2 21:14:49 2019 +0200

Fix typo

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

diff --git a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl 
b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
index ae664a4909c3..169aa364a4d2 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
@@ -209,7 +209,7 @@
 endarrowwidth="wide" endarrowlength="long" 
endcap="round"/>
 
-Hehe,It need to be revised-->
+Hehe, it needs to be revised-->
 
 
 
@@ -348,13 +348,13 @@
 0
 
 
-
+
 
 
 
 
 
-
+
 
 
 
@@ -455,7 +455,7 @@
 
 
 
-
+
 
 
 
@@ -1977,7 +1977,7 @@
 
 
 
-
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-06-02 Thread Andrea Gelmini (via logerrit)
 filter/source/xslt/import/wordml/wordml2ooo_path.xsl |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 84f606534911305f9612a4aa85716e9c678312cb
Author: Andrea Gelmini 
AuthorDate: Tue May 14 21:23:45 2019 +
Commit: Julien Nabet 
CommitDate: Sun Jun 2 21:14:10 2019 +0200

Fix typo

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

diff --git a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl 
b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
index 65e79be154ef..7f2625672b08 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
@@ -1000,7 +1000,7 @@
 
 
 
-
+
 
 
 
@@ -1038,7 +1038,7 @@
 
 
 
-
+
 
 
 
@@ -1076,7 +1076,7 @@
 
 
 
-
+
 
 
 
@@ -1434,7 +1434,7 @@
 
 
 
-
+
 
 
 
@@ -1460,7 +1460,7 @@
 
 
 
-
+
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-06-02 Thread Andrea Gelmini (via logerrit)
 filter/source/xslt/odf2xhtml/export/common/table/table.xsl |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 57a6a1f5546f996d2518ef331ef7c5389bac78eb
Author: Andrea Gelmini 
AuthorDate: Tue May 14 21:23:42 2019 +
Commit: Julien Nabet 
CommitDate: Sun Jun 2 21:13:13 2019 +0200

Fix typo

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

diff --git a/filter/source/xslt/odf2xhtml/export/common/table/table.xsl 
b/filter/source/xslt/odf2xhtml/export/common/table/table.xsl
index 18053e199fbf..cfc1ebbc525b 100644
--- a/filter/source/xslt/odf2xhtml/export/common/table/table.xsl
+++ b/filter/source/xslt/odf2xhtml/export/common/table/table.xsl
@@ -85,7 +85,7 @@
  
table:table-header-rows/descendant::table:table-row[not(@table:visibility = 
'collapse' or @table:visibility = 
'filter')][count(ancestor-or-self::table:table) = $tableLevel] |
  
table:table-row-group/descendant::table:table-row[not(@table:visibility = 
'collapse' or @table:visibility = 
'filter')][count(ancestor-or-self::table:table) = $tableLevel]" />
 
+ we do a trick by encapsulating the table with an aligned 'div' 
element-->
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-06-02 Thread Andrea Gelmini (via logerrit)
 filter/source/xslt/odf2xhtml/export/xhtml/body.xsl |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit b58410bd51cd433c2ed5fe0345b390bcbee244b6
Author: Andrea Gelmini 
AuthorDate: Tue May 14 21:23:41 2019 +
Commit: Julien Nabet 
CommitDate: Sun Jun 2 21:12:43 2019 +0200

Fix typo

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

diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl 
b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index 541417b2f36e..31d3f4da8c69 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -736,8 +736,8 @@
 
 
 
-
+
 
 
 
@@ -992,7 +992,7 @@
 
 Next 'div' is emulating the top height of a 
draw:frame.
 
 
@@ -1096,7 +1096,7 @@
 
  padding:0; 
 
-
+
  float:left; position:relative; 
left:
 
 cm; 
@@ -1176,7 +1176,7 @@
 
 
 
-
 
 
@@ -2017,8 +2017,8 @@
 
 
+ As the html:span is usually an inline 
element is formatted by CSS as block element to use width upon it,
+ to disable the carriage return 
float:left is used and later neglected -->
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-06-02 Thread Andrea Gelmini (via logerrit)
 filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl |4 
++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c814821458e683ded7c5800fcff1c9a3763e21de
Author: Andrea Gelmini 
AuthorDate: Tue May 14 21:23:44 2019 +
Commit: Julien Nabet 
CommitDate: Sun Jun 2 21:10:43 2019 +0200

Fix typo

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

diff --git 
a/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl 
b/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
index f66c3d79fcf8..d3c6d37f8fa4 100644
--- a/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
+++ b/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
@@ -85,7 +85,7 @@
 
 
 
+ from a result-tree-fragment (RTF) to a node set by a in a XSLT 
1.0 non standardized function -->
 
 
 
@@ -522,7 +522,7 @@
 
 
 

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

2019-06-02 Thread Andrea Gelmini (via logerrit)
 filter/source/xslt/odf2xhtml/export/xhtml/header.xsl |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 16e7c2e78a2b0218ea9e3a373e58548a2f7ae2f1
Author: Andrea Gelmini 
AuthorDate: Tue May 14 21:23:40 2019 +
Commit: Julien Nabet 
CommitDate: Sun Jun 2 21:10:18 2019 +0200

Fix typo

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

diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl 
b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
index 526e5cc56ae8..78b634a238e4 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
@@ -128,7 +128,7 @@
 
 
 
-
+
 . { 
 }
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-06-02 Thread Andrea Gelmini (via logerrit)
 forms/source/component/DatabaseForm.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 187deae2df27081b7345ebd25b074cc1395ed743
Author: Andrea Gelmini 
AuthorDate: Sun Jun 2 17:56:54 2019 +
Commit: Julien Nabet 
CommitDate: Sun Jun 2 21:09:12 2019 +0200

Fix typo

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

diff --git a/forms/source/component/DatabaseForm.cxx 
b/forms/source/component/DatabaseForm.cxx
index 2367a06b5441..ca2c07496fc1 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -468,7 +468,7 @@ Sequence 
ODatabaseForm::GetDataMultiPartEncoded(const ReferencesetPropertyValue(PROPERTY_ISMODIFIED, 
css::uno::Any(false));
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 125332] Loosing current location when zooming out/in or displaying/hiding Navigator

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125332

--- Comment #4 from Dieter Praas  ---
Can't confirm it with

Version: 6.3.0.0.beta1 (x64)
Build-ID: a187af327633f5f00363be5131bd21a13e0f1a7b
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; 
Gebietsschema: en-US (de_DE); UI-Sprache: de-DE
Calc: threaded

and not with

Version: 6.2.4.2 (x64)
Build-ID: 2412653d852ce75f65fbfa83fb7e7b669a126d64
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
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 116125] LibreOffice AppArmor profile needs abstractions/openssl

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116125

--- Comment #3 from Christian Boltz  ---
I just checked in latest master, and the AppArmor profile still doesn't have
abstractions/openssl added:

https://gerrit.libreoffice.org/plugins/gitiles/core/+/master/sysui/desktop/apparmor/program.soffice.bin

I have to admit that I didn't actually test this because the openSUSE packages
don't ship the AppArmor profiles, but nevertheless - openSUSE Tumbleweed has
Version: 6.2.3.2, which means master is newer than that ;-)

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

[Libreoffice-bugs] [Bug 125645] [HELP] SWITCH function default_value/default_result

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125645

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
Created attachment 151857
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151857=edit
printscreen

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

[Libreoffice-bugs] [Bug 125645] New: [HELP] SWITCH function default_value/default_result

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125645

Bug ID: 125645
   Summary: [HELP] SWITCH function default_value/default_result
   Product: LibreOffice
   Version: 6.3.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: r...@post.cz
CC: olivier.hal...@documentfoundation.org

Description:
SWITCH compares expression with value1 to valuen and returns the result
belonging to the first value that equals expression. If there is no match and
default_value is given, that will be returned.

 Syntax

SWITCH( expression, value1, result1[, value2, result2][, … ][, default_result]
)

In explanation of function is default_value, but in syntax is default_result.
Should be the same.

Actual Results:
In explanation of function is default_value, but in syntax is default_result. 

Expected Results:
Should be the same.


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-bugs] [Bug 117444] Crash in: BigPtrArray::Index2Block(unsigned __int64)

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117444

--- Comment #14 from Telesto  ---
Created attachment 151856
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151856=edit
Example file

I'm able to produce a crash in swlo!SwRedlineData::SetSeqNo (not sure if this
is the same crash reported here ..)

Anyway
1. Open the attached file 
2. Download attachment 141990
3. Edit -> Track changes -> Compare documents & select attachment 141990
4. Accept all in the dialog & close
5. Repeat step 3/4
6. Press CTRL+Z -> Crash

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

[Libreoffice-bugs] [Bug 125542] Can't close editor via "X" of window manager

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125542

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #5 from raal  ---
Created attachment 151855
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151855=edit
printscreen

Version: 6.3.0.0.alpha1+
Build ID: 53325b40b557cc84d8d21c1baa0ef8d3bfc00ab8
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 

Click the X in the top left close the document.

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

[Libreoffice-bugs] [Bug 124582] Change drop-down item "Outline Numbering" to "Chapter Numbering" in dialog Paragraph Style

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124582

--- Comment #3 from Commit Notification 
 ---
Roman Kuznetsov committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/7d49e64c2aad701d2903af8a451a31d90005d257%5E%21

tdf#124582 Change Outline Numbering to Chapter Numbering

It will be available in 6.4.0.

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

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

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

[Libreoffice-bugs] [Bug 124582] Change drop-down item "Outline Numbering" to "Chapter Numbering" in dialog Paragraph Style

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124582

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.0

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

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

2019-06-02 Thread Roman Kuznetsov (via logerrit)
 cui/inc/tipoftheday.hrc |2 +-
 sw/inc/strings.hrc  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7d49e64c2aad701d2903af8a451a31d90005d257
Author: Roman Kuznetsov 
AuthorDate: Sun May 19 14:06:19 2019 +0200
Commit: Heiko Tietze 
CommitDate: Sun Jun 2 19:41:40 2019 +0200

tdf#124582 Change Outline Numbering to Chapter Numbering

on Outline & Numbering tab in Paragraph style dialog

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

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 78c0c1c4168f..40385e1d4b4a 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -233,7 +233,7 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "You can set a color for each tab: 
right-click the tab or use Sheet > Sheet Tab Color."), "", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "You want to start working with %PRODUCTNAME 
basic macros? Take a look at the examples under Tools > Macros > Edit 
Macros."), "", ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "To remove the page number from your table 
of contents go to Insert > Table of Contents (or right-click and Edit the 
previously inserted index). At the Entries tab delete the page number (#) from 
Structure line."), "", "tipoftheday_w.png"},
- { NC_("RID_CUI_TIPOFTHEDAY", "Outline numbering lets you set text to be 
displayed before the chapter number. For example, type 'Chapter ' to display 
'Chapter 1'"), "", "tipoftheday_w.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "Chapter numbering dialog lets you set text 
to be displayed before the chapter number. For example, type 'Chapter ' to 
display 'Chapter 1'"), "", "tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to know if a cell is referred in 
formulas of other cells? Tools > Detective > Trace Dependents (Shift+F5)."), 
"", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "You can customize the middle mouse button 
per Tools > Options > %PRODUCTNAME > View > Middle Mouse button."), "", ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "To repeat rows/columns on every pages use 
Format > Print Ranges > Edit."), "", "tipoftheday_c.png"},
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 88171b13d638..1de4f3303db8 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -287,7 +287,7 @@
 #define STR_REDLINE_UNKNOWN_AUTHOR  
NC_("STR_REDLINE_UNKNOWN_AUTHOR", "Unknown Author")
 #define STR_DELETE_NOTE_AUTHOR  NC_("STR_DELETE_NOTE_AUTHOR", 
"Delete ~All Comments by $1")
 #define STR_HIDE_NOTE_AUTHORNC_("STR_HIDE_NOTE_AUTHOR", 
"H~ide All Comments by $1")
-#define STR_OUTLINE_NUMBERING   NC_("STR_OUTLINE_NUMBERING", 
"Outline Numbering")
+#define STR_OUTLINE_NUMBERING   NC_("STR_OUTLINE_NUMBERING", 
"Chapter Numbering")
 /* To translators: $1 == will be replaced by STR_WORDCOUNT_WORDARG, and $2 by 
STR_WORDCOUNT_COLARG
e.g. Selected: 1 word, 2 characters */
 #define STR_WORDCOUNT   NC_("STR_WORDCOUNT", 
"Selected: $1, $2")
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 107642] [META] Paragraph dialog bugs and enhancements

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107642
Bug 107642 depends on bug 124582, which changed state.

Bug 124582 Summary: Change drop-down item "Outline Numbering" to "Chapter 
Numbering" in dialog Paragraph Style
https://bugs.documentfoundation.org/show_bug.cgi?id=124582

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 124582] Change drop-down item "Outline Numbering" to "Chapter Numbering" in dialog Paragraph Style

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124582

Heiko Tietze  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 125642] Terrible new Bullet & Numbering dialog in Impress

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125642

Andras Timar  changed:

   What|Removed |Added

 OS|All |Windows (All)

--- Comment #4 from Andras Timar  ---
The dialog looks great on Linux. We have to check why it falls apart on
Windows. Maybe it's not particular to this dialog, but a more general issue.

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

[Libreoffice-bugs] [Bug 125644] New: Select marker in filter entry list not correctly set, filter not correctly reset

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125644

Bug ID: 125644
   Summary: Select marker in filter entry list not correctly set,
filter not correctly reset
   Product: LibreOffice
   Version: 6.3.0.0.alpha1+ Master
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: stefan_lange...@t-online.de

Created attachment 151854
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151854=edit
Test document to show the problem

In the attached test document "Testtabelle_Filter_V1a.ods" is a filter defined
in column D via Standard Filter with condition "contains" + value.

There are 2 problems:

1. By a click on the blue filter arrow I would expect that only these entries
in the filter entry list are marked as selected that correspond the filter
condition "contains" + value, but all entries are marked as "selected".
This problem exists in LO 6.1 and LO 6.2 (e.g. release LO 6.1.4.2 and LO
6.2.4.2 and LO dev 6.2.5) and in LO 6.3.0.0.alpha1+.
I think the behavior isn't OK but for me this is the minor problem.

The greater problem is:
2. When all entries in filter entry list are marked as selected I would expect
that as result of a click on OK all rows are shown.
This works correctly in LO 6.2, last test was made with
Version: 6.2.5.0.0+ (x64)
Build ID: 474bef8e06ee514c4ff751b64ef395a54987bd7d
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:libreoffice-6-2, Time: 2019-05-30_23:49:53
Locale: de-DE (de_DE); UI-Language: en-US
Calc: threaded 
In LO 6.3 after a click on OK the same rows are shown as before means only
these rows which values in column D correspond the filter condition.
Last test was made with
Version: 6.3.0.0.alpha1+ (x64)
Build-ID: 2574ce0f2dc711e71b4799bbd76d5d8b6ec04300
CPU-Threads: 4; BS: Windows 10.0; UI-Render: GL; VCL: win; 
TinderBox: Win-x86_64@62-TDF, Branch:master, Time: 2019-05-29_22:36:58
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
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 125332] Loosing current location when zooming out/in or displaying/hiding Navigator

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125332

Dieter Praas  changed:

   What|Removed |Added

Version|6.2.4.2 release |6.0.7.3 release
 Ever confirmed|1   |0
 Status|NEW |UNCONFIRMED

--- Comment #3 from Dieter Praas  ---
Daniel, thank you for testing with actual version. I changed status back to
UNCONFIRMED, because you can't confirm your own bugs.

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

[Libreoffice-bugs] [Bug 107521] Improve DirectWrite implementation font rendering on Windows

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107521

--- Comment #24 from V Stuart Foote  ---
(In reply to QA Administrators from comment #23)
issue remains, the Direct Write D2D implementation needs more work, or FreeType
replacment. With dependency in either case on bug 103322

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

[Libreoffice-bugs] [Bug 125332] Loosing current location when zooming out/in or displaying/hiding Navigator

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125332

Daniel T.  changed:

   What|Removed |Added

Version|6.0.7.3 release |6.2.4.2 release

--- Comment #2 from Daniel T.  ---
I can reproduce the bug also in the fresh version (6.2.4.2).

There are also other ways to lose focus in addition to the one scenario I
describe above. For example, you could close the Navigator so that two pages
can fit and the focus of current cursor location is lost (last page is shown, I
assume because my cursor has been somewhere in the second half of the
document).

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

[Libreoffice-bugs] [Bug 125332] Loosing current location when zooming out/in or displaying/hiding Navigator

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125332

Daniel T.  changed:

   What|Removed |Added

 Status|NEEDINFO|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 107521] Improve DirectWrite implementation font rendering on Windows

2019-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107521

V Stuart Foote  changed:

   What|Removed |Added

 Blocks||122457


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122457
[Bug 122457] Worse text rendering in newer versions of LibreOffice (OpenGL)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

  1   2   >