[Libreoffice-bugs] [Bug 126561] Freelance Microsoft Engineers Globally

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126561

Security Troops  changed:

   What|Removed |Added

URL|https://hapticmedia.fr/blog |https://securitytroops.com/
   |/en/3d-configurator/|

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


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

2020-01-30 Thread László Németh (via logerrit)
 sw/qa/extras/uiwriter/uiwriter.cxx  |   22 ++
 sw/source/core/doc/DocumentStylePoolManager.cxx |5 +
 2 files changed, 27 insertions(+)

New commits:
commit c81d766dd4ff7d8b580b7fdc79db6e68c5f14204
Author: László Németh 
AuthorDate: Thu Jan 30 11:26:58 2020 +0100
Commit: László Németh 
CommitDate: Fri Jan 31 07:46:19 2020 +0100

tdf#130287 disable orphan/widow control in Table Contents

paragraph style to avoid missing text lines later
in vertically merged table cells at page break.

From commit 49f453755b72654ba454acc321210e8b040df714
("tdf#89714 - enable Widow/Orphan in default style"),
Table Contents got unnecessary orphan/window
control. Unfortunately, recent table layout code
cannot ignore these settings completely, causing known
problems, see for example tdf#128959 (FILEOPEN DOCX
Table row content disappears when broken between pages).

Change-Id: Idd570f17b0a11af85072a65f3422535b993db306
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87730
Tested-by: Jenkins
Reviewed-by: László Németh 
Tested-by: László Németh 

diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx 
b/sw/qa/extras/uiwriter/uiwriter.cxx
index c5201ff2b017..8ef96faa47dc 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -243,6 +243,7 @@ public:
 void testTdf75137();
 void testTdf83798();
 void testTdf89714();
+void testTdf130287();
 void testPropertyDefaults();
 void testTableBackgroundColor();
 void testTdf88899();
@@ -450,6 +451,7 @@ public:
 CPPUNIT_TEST(testTdf75137);
 CPPUNIT_TEST(testTdf83798);
 CPPUNIT_TEST(testTdf89714);
+CPPUNIT_TEST(testTdf130287);
 CPPUNIT_TEST(testPropertyDefaults);
 CPPUNIT_TEST(testTableBackgroundColor);
 CPPUNIT_TEST(testTdf88899);
@@ -3643,6 +3645,26 @@ void SwUiWriterTest::testTdf89714()
 CPPUNIT_ASSERT_EQUAL( uno::makeAny(sal_Int8(2)), 
xPropState->getPropertyDefault("ParaWidows")  );
 }
 
+void SwUiWriterTest::testTdf130287()
+{
+//create a new writer document
+SwDoc* pDoc = createDoc();
+SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell();
+//insert a 1-cell table in the newly created document
+SwInsertTableOptions TableOpt(SwInsertTableFlags::DefaultBorder, 0);
+pWrtShell->InsertTable(TableOpt, 1, 1);
+//checking for the row and column
+uno::Reference xTable(getParagraphOrTable(1), 
uno::UNO_QUERY);
+CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xTable->getRows()->getCount());
+CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xTable->getColumns()->getCount());
+uno::Reference xCell = xTable->getCellByName("A1");
+uno::Reference xCellText(xCell, uno::UNO_QUERY);
+uno::Reference xParagraph = getParagraphOfText(1, 
xCellText);
+// they were 2 (orphan/widow control enabled unnecessarily in Table 
Contents paragraph style)
+CPPUNIT_ASSERT_EQUAL( sal_Int8(0), getProperty(xParagraph, 
"ParaOrphans"));
+CPPUNIT_ASSERT_EQUAL( sal_Int8(0), getProperty(xParagraph, 
"ParaWidows"));
+}
+
 void SwUiWriterTest::testPropertyDefaults()
 {
 createDoc();
diff --git a/sw/source/core/doc/DocumentStylePoolManager.cxx 
b/sw/source/core/doc/DocumentStylePoolManager.cxx
index fb3d2a15c752..60d38a272a55 100644
--- a/sw/source/core/doc/DocumentStylePoolManager.cxx
+++ b/sw/source/core/doc/DocumentStylePoolManager.cxx
@@ -799,6 +799,11 @@ SwTextFormatColl* 
DocumentStylePoolManager::GetTextCollFromPool( sal_uInt16 nId,
 SwFormatLineNumber aLN;
 aLN.SetCountLines( false );
 aSet.Put( aLN );
+if (nId == RES_POOLCOLL_TABLE)
+{
+aSet.Put( SvxWidowsItem( 0, RES_PARATR_WIDOWS ) );
+aSet.Put( SvxOrphansItem( 0, RES_PARATR_ORPHANS ) );
+}
 }
 break;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 104444] [META] DOCX (OOXML) table-related issues

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

Bug 130287 Summary: Editing: Disable widow and orphan control for Table 
Contents style
https://bugs.documentfoundation.org/show_bug.cgi?id=130287

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 130306] New: How to find roku activation code ?

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130306

Bug ID: 130306
   Summary: How to find roku activation code ?
   Product: QA Tools
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michealroy...@gmail.com

The roku activation code is the most important code that will complete the
activation process. And one can obtain this roku activation code via accessing
the Roku account. After creating the Roku account, you will get the activation
code on the big TV screen and from there you need to visit the activation site.
Only after entering this code, the activation process will start. In case if
the code does not appear on the screen, then you must first check for the
internet connection. Secondly, both the computer and the Roku device are
connected to the same network. Make sure that the Roku activation code has not
expired and enter the valid code into the given address. visit :
https://www.my-rokcomlink.com/ or call us @ +1-844-710-6060.

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


[Libreoffice-bugs] [Bug 130154] i18n: update locale data for Estonian [et-EE]

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130154

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Kevin Suo  ---
Set to NEW.

The source file is here:
https://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/localedata/data/et_EE.xml

@Mihkel Tõnnov: You can revise the xml file and upload here. You need to
discuss with your Estonian language team members after the revision, so that
there is no misunderstanding and errors.

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


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

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

Adolfo Jayme  changed:

   What|Removed |Added

 Whiteboard|target:6.5.0 target:6.4.1   |target:7.0.0 target:6.4.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 130276] libreoffice 6.4.0.3 calc, regression, entering 0:0:110 wont resolve into minutes and seconds

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130276

Kevin Suo  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected

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


[Libreoffice-bugs] [Bug 93669] Problem with printing multi-sided documents via Fax-Printer ( THIS BUG IS BLOCKED - DO NOT WRITE NEW COMMENTS )

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93669

sopiaallen  changed:

   What|Removed |Added

URL|http://mcafeemmcafee.com/   |http://conorton-norton.com/

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


[Libreoffice-bugs] [Bug 93669] Problem with printing multi-sided documents via Fax-Printer ( THIS BUG IS BLOCKED - DO NOT WRITE NEW COMMENTS )

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93669

sopiaallen  changed:

   What|Removed |Added

URL|https://officesetup-officec |http://mcafeemmcafee.com/
   |omsetup.com |

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


[Libreoffice-bugs] [Bug 130305] New: unexpected close when you click close preview

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130305

Bug ID: 130305
   Summary: unexpected close when you click close preview
   Product: LibreOffice
   Version: 6.4.0.3 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tupak.li...@gmail.com

When I want to print a spreadsheet, I click print preview,then configure page,
when i go back to continue working, LibreOffice unexpected close. When I
restart, libreOffice, it ask me if I want to recover the file to continue

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


[Libreoffice-bugs] [Bug 130276] libreoffice 6.4.0.3 calc, regression, entering 0:0:110 wont resolve into minutes and seconds

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130276

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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


[Libreoffice-bugs] [Bug 126210] File open dialog hides behind front window

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126210

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

Please read this message in its entirety before proceeding.

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

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

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

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

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

e) Read all comments and provide any requested information

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

a) respond via email 

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

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 126210] File open dialog hides behind front window

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126210

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 129796] Edit Field of a Input Field Variable with a User Field variable does not give the proper Reference value

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129796

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 67473] UI: wrong help text displayed in function wizard list

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67473

--- Comment #11 from QA Administrators  ---
Dear Joe Wood,

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 130304] New: Libre Office will not open and trying to open a document brings the error message below

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130304

Bug ID: 130304
   Summary: Libre Office will not open and trying to open a
document brings the error message below
   Product: LibreOffice
   Version: 6.4.0.3 release
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dlmr...@gmail.com

Description:
Opening the program (L) 6.4.0.3, and clicking "Writer" results in the program
closing.  Clicking on "swriter.exe in program opens the first page but it stays
open only a moment.


Steps to Reproduce:
1.Click on the desktop icon or click on an .exe file in program
2. Or right click on an .rtf document and tell it to open with Libre Office
3.

Actual Results:
The error message reads "General Error.  General Input/Output Error

Expected Results:
Open the document.


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 42695] [UI] When the Navigator is undocked, and "List Box" is turned "Off" then no items are shown when Navigator is docked again

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42695

--- Comment #17 from Jim Raykowski  ---
(In reply to sdc.blanco from comment #16)
> Changing summary 
> 
> In 7.0.0.0.alpha, when Navigator is docked, no "List Box" icon is shown (as
> expected in comment 15 (so WFM)

For me, the content tool box "List Box" item is visible when the F5 Navigator
is docked at Writer start. 

How about for you?

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


[Libreoffice-bugs] [Bug 128908] Impress font rendering problem in presentation mode still not solved

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128908

--- Comment #6 from Kai  ---
Can confirm this on Linux (Ubuntu 19.10) with 6.4 and 6.5. Text looks okay when
hardware acceleration is disabled. 

This is basically why I have not been using LO for the last few years...

-- 
You are receiving this mail because:
You 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 129468] UI-Writer: Add 'insert reminder' icon as possibility to add to a toolbar

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129468

--- Comment #22 from V Stuart Foote  ---
Theme on Windows builds also are getting the papaerclip icon as well and shows
in the Find bar and for the 'Available Commands' listbox.

Working great to customize the 'Navigation' Toolbar and use it to drop
'Reminder'  and traverse them from the toolbar.

-- 
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


Re: Problems in building libre-office

2020-01-30 Thread Regina Henschel

Hi Anshu,

anshu khare schrieb am 30-Jan-20 um 22:15:

Hi everyone,

There are some issues with my pc. It can run continually for only 2-3 
hours. After that it shuts down on its own.


Likely overheating. You can use a tool like HWinFO64 (www.hwinfo.com) to 
see the current temperature.


[..]


The last lines before shutting off pc on cygwin were as follows :


cygwin -> Building on Windows, I guess.

[..]


I have spend a lot of time building libre-office upto this stage and am 
not willing to rerun the whole process again.

Is there a way out?


In case you are building on Windows10: Go into Windows Settings. Search 
for "Edit power plan". Open "Change advanced power settings". Open the 
branch "Processor power management". And then branch "Maximum processor 
state". Reduce it to e.g. 90%. That might work to reduce clock speed 
earlier. You can also try to change the "System cooling policy".


You can use a fan in the room to increase the air movement. You can 
build in the night and open the window.


For building you can try to do it in portions. You can try to first 
build only the externals. Then let your PC cool down and then build 
again. Build with parameter build-nocheck and use 'make check' later.


Likely others have further ideas. But you need to be patient. Many 
developers are currently traveling to FOSDEM.


Do not give up.

Kind regards
Regina

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


Re: Problems in building libre-office

2020-01-30 Thread Regis Perdreau
Hi,
Welcome in the long compilation process of LibreOffice. No pain, no gain.
Just kidding.

Don't know your OS, assuming it's linux. (quite similar on windows)

Check you have all commits in your local repository with "git pull -r"
Sometime the compilation failed because the repository is not fully updated.

Guess your CPU overheated probably.

You can try to reduce the number of cores used by the process with
./autogen.sh --with-parallelism=n (where n is your number of cores, try n-1)
(best put this parameter in a autogen.input file for further use).

You can try to build only the module where the compilation failed with
make 'modulename' (in my own experience, it's usually sc sw for hoverheat
trouble)
Check the trigram for the name of the module, something like [SC],[SW]  at
the beginning of the numerous lines displayed by the compilation process.
May be this link will help you :
https://wiki.documentfoundation.org/Development/BuildingOnLinux

I let core developers to add something.

Régis Perdreau



Le jeu. 30 janv. 2020 à 22:16, anshu khare  a
écrit :

> Hi everyone,
>
> There are some issues with my pc. It can run continually for only 2-3
> hours. After that it shuts down on its own.
>
> I was trying to build libre-office on my pc.
> It ran for 3 hours and then it switched off.
> At that time make 2>&1 command was running.
>
> The last lines before shutting off pc on cygwin were as follows :
> [build C] UnpackedTarball/expect/lib/xmlrole_x64.c
> c1 : command line warning D9025 : overriding '/D_X86_=1' with '/U_X86_'
>
> [build MOD] glm
> c1 : command line warning D9025 : overriding '/D_X86_=1' with '/U_X86_'
> [build MOD] mdds
>
> After the pc restarted I ran make 2>&1 command again.
> It gave the following error:
> make[1] = ***Waiting for unfinished jobs...
> make : *** [Makefile : 282 : build] Error 2
>
> I have spend a lot of time building libre-office upto this stage and am
> not willing to rerun the whole process again.
> Is there a way out?
>
> Anshu
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 130300] compress png files

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130300

--- Comment #2 from G Seifert  ---
Sorry if I picked the wrong setting. It’s a bit overwhelming.

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


[Libreoffice-bugs] [Bug 130302] Why do people collect coins?

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130302

Telesto  changed:

   What|Removed |Added

  Component|General |deletionRequest
 Resolution|--- |INVALID
Product|Document Liberation Project |LibreOffice
 Status|UNCONFIRMED |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 105225] Color palette cannot be chosen in various places

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105225

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

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

Related tdf#105225 Remove unused backgroundpage.ui

It will be available in 6.5.0.

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

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

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


[Libreoffice-commits] core.git: cui/qa cui/uiconfig cui/UIConfig_cui.mk solenv/sanitizers

2020-01-30 Thread Jim Raykowski (via logerrit)
 cui/UIConfig_cui.mk   |1 
 cui/qa/unit/data/cui-dialogs-test.txt |1 
 cui/uiconfig/ui/backgroundpage.ui |  594 --
 solenv/sanitizers/ui/cui.suppr|4 
 4 files changed, 600 deletions(-)

New commits:
commit e8ac78d3afdeb0302eaea34a50f1ca912d5fe897
Author: Jim Raykowski 
AuthorDate: Tue Dec 24 01:03:11 2019 -0900
Commit: Jim Raykowski 
CommitDate: Fri Jan 31 00:04:02 2020 +0100

Related tdf#105225 Remove unused backgroundpage.ui

Change-Id: I8ddf92d9b349ed8884c971e08c124dba1efc4142
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85792
Tested-by: Jenkins
Reviewed-by: Jim Raykowski 

diff --git a/cui/UIConfig_cui.mk b/cui/UIConfig_cui.mk
index fe330ceca65d..38e447aa4b9a 100644
--- a/cui/UIConfig_cui.mk
+++ b/cui/UIConfig_cui.mk
@@ -25,7 +25,6 @@ $(eval $(call gb_UIConfig_add_uifiles,cui,\
cui/uiconfig/ui/asiantypography \
cui/uiconfig/ui/assigncomponentdialog \
cui/uiconfig/ui/autocorrectdialog \
-   cui/uiconfig/ui/backgroundpage \
cui/uiconfig/ui/baselinksdialog \
cui/uiconfig/ui/bitmaptabpage \
cui/uiconfig/ui/borderareatransparencydialog \
diff --git a/cui/qa/unit/data/cui-dialogs-test.txt 
b/cui/qa/unit/data/cui-dialogs-test.txt
index 115a2697ef6d..f85ce1d12514 100644
--- a/cui/qa/unit/data/cui-dialogs-test.txt
+++ b/cui/qa/unit/data/cui-dialogs-test.txt
@@ -67,7 +67,6 @@ cui/ui/areatabpage.ui
 cui/ui/asiantypography.ui
 cui/ui/assigncomponentdialog.ui
 cui/ui/autocorrectdialog.ui
-cui/ui/backgroundpage.ui
 cui/ui/baselinksdialog.ui
 cui/ui/borderareatransparencydialog.ui
 cui/ui/borderbackgrounddialog.ui
diff --git a/cui/uiconfig/ui/backgroundpage.ui 
b/cui/uiconfig/ui/backgroundpage.ui
deleted file mode 100644
index 08b59c47d8f2..
--- a/cui/uiconfig/ui/backgroundpage.ui
+++ /dev/null
@@ -1,594 +0,0 @@
-
-
-
-  
-  
-True
-False
-True
-True
-6
-6
-
-  
-False
-True
-12
-
-  
-False
-True
-A_s:
-True
-selectlb
-  
-  
-0
-0
-  
-
-
-  
-False
-True
-1
-
-  Color
-  Image
-
-  
-  
-1
-0
-  
-
-
-  
-False
-True
-F_or:
-True
-tablelb
-0
-  
-  
-2
-0
-  
-
-
-  
-True
-False
-vertical
-
-  
-False
-True
-
-  Cell
-  Row
-  Table
-
-  
-  
-False
-True
-0
-  
-
-  
-  
-3
-0
-  
-
-  
-  
-0
-0
-  
-
-
-  
-True
-False
-True
-True
-0
-none
-
-  
-True
-False
-True
-True
-6
-12
-
-  
-True
-False
-True
-True
-18
-
-  
-True
-False
-True
-True
-6
-
-  
-True
-False
-True
-True
-vertical
-True
-
-  
-True
-False
-True
-True
-never
-never
-in
-
-  
-True
-False
-
-  
-True
-False
-True
-True
-  
-
-  
-
-  
-  
-False
-True
-0
-  
-
-
-  
-   

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

2020-01-30 Thread Pranam Lashkari (via logerrit)
 loleaflet/src/control/Control.ColumnHeader.js |4 +++-
 loleaflet/src/control/Control.RowHeader.js|4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 7519d0cf546be9531053a4bf28f4368f545f7dc8
Author: Pranam Lashkari 
AuthorDate: Thu Jan 30 04:08:58 2020 +0530
Commit: Michael Meeks 
CommitDate: Fri Jan 31 00:02:29 2020 +0100

Fix: mobile wizard malfunctioning

The mobile wizard would not perform any actions
if opened when the mobile keyboard is visible

Change-Id: Id8722b551ea6c13f3fe22b78c996e2bb4b2db2f8
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87712
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Michael Meeks 

diff --git a/loleaflet/src/control/Control.ColumnHeader.js 
b/loleaflet/src/control/Control.ColumnHeader.js
index 76a59d593..174901b15 100644
--- a/loleaflet/src/control/Control.ColumnHeader.js
+++ b/loleaflet/src/control/Control.ColumnHeader.js
@@ -393,7 +393,9 @@ L.Control.ColumnHeader = L.Control.Header.extend({
this._current = -1;
this._selection.start = this._selection.end = -1;
this._mouseOverEntry = null;
-   this._lastMouseOverIndex = undefined;
+   if (!window.contextMenuWizard) {
+   this._lastMouseOverIndex = undefined;
+   }
 
// create data structure for column widths
this._tickMap = new L.Control.Header.GapTickMap(this._map, 
columns);
diff --git a/loleaflet/src/control/Control.RowHeader.js 
b/loleaflet/src/control/Control.RowHeader.js
index 98e5c8f45..d1f475723 100644
--- a/loleaflet/src/control/Control.RowHeader.js
+++ b/loleaflet/src/control/Control.RowHeader.js
@@ -383,7 +383,9 @@ L.Control.RowHeader = L.Control.Header.extend({
this._current = -1;
this._selection.start = this._selection.end = -1;
this._mouseOverEntry = null;
-   this._lastMouseOverIndex = undefined;
+   if (!window.contextMenuWizard) {
+   this._lastMouseOverIndex = undefined;
+   }
 
// create data structure for row heights
this._tickMap = new L.Control.Header.GapTickMap(this._map, 
rows);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130300] compress png files

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130300

iantheprogrammer  changed:

   What|Removed |Added

   Severity|normal  |enhancement

--- Comment #1 from iantheprogrammer  ---
Thank you for reporting this tip. 

I am reducing the bug report's severity to "Enhancement," as reducing
LibreOffice's file size is not vital to its operation.

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


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

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.5.0|target:6.5.0 target:6.4.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 127566] New Help: The elements that are copied to clipboard when clicked should not jump when the indicator border appears

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

--- Comment #4 from Commit Notification 
 ---
Mike Kaganski committed a patch related to this issue.
It has been pushed to "libreoffice-6-4":

https://git.libreoffice.org/help/commit/f1cb84713664fefd3892671808efe31234e11eec

tdf#127566: don't change divcopyable border width in onclick handler

-- 
You are receiving this mail because:
You 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-4' - help3xsl/default.css help3xsl/help.js

2020-01-30 Thread Mike Kaganski (via logerrit)
 help3xsl/default.css |1 +
 help3xsl/help.js |6 ++
 2 files changed, 3 insertions(+), 4 deletions(-)

New commits:
commit f1cb84713664fefd3892671808efe31234e11eec
Author: Mike Kaganski 
AuthorDate: Thu Jan 30 09:32:18 2020 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Jan 30 23:34:12 2020 +0100

tdf#127566: don't change divcopyable border width in onclick handler

Instead, define border width in respective CSS, to make it consistent
in both clicked and non-clicked states, and avoid "jumping" on click.

Change-Id: Ic8ab8d0fd586059e21de6aa866fef95226774acf
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/87718
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 
(cherry picked from commit 35281f4c9178f373609a61f0a44e268b179c5749)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/87756
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/help3xsl/default.css b/help3xsl/default.css
index eeaa160d1..fe70e4262 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -296,6 +296,7 @@ h6 {
 
 .pycode,
 .bascode {
+border: solid 5px transparent;
 margin-top: 15px;
 margin-bottom: 15px;
 }
diff --git a/help3xsl/help.js b/help3xsl/help.js
index 75541e674..48767222e 100644
--- a/help3xsl/help.js
+++ b/help3xsl/help.js
@@ -106,19 +106,17 @@ for (var i = 0, len = itemcopyable.length; i < len; i++) {
 (function() {
 var item = itemcopyable[i];
 
-function changeBorder(item, color, colorToChangeBackTo) {
+function changeBorder(item, color) {
 var saveBorder  = item.style.border;
-item.style.border = "solid 5px";
 item.style.borderColor = color;
 
 setTimeout(function() {
 item.style.border = saveBorder;
-item.style.borderColor = colorToChangeBackTo;
 }, 150);
 }
 item.onclick = function() {
 document.execCommand("copy");
-changeBorder(item, "#18A303", "transparent");
+changeBorder(item, "#18A303");
 };
 item.addEventListener("copy", function(event) {
 event.preventDefault();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-01-30 Thread Mike Kaganski (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 26a7f378fb07501c8619883793dfd5063212d631
Author: Mike Kaganski 
AuthorDate: Thu Jan 30 23:34:12 2020 +0100
Commit: Gerrit Code Review 
CommitDate: Thu Jan 30 23:34:12 2020 +0100

Update git submodules

* Update helpcontent2 from branch 'libreoffice-6-4'
  to f1cb84713664fefd3892671808efe31234e11eec
  - tdf#127566: don't change divcopyable border width in onclick handler

Instead, define border width in respective CSS, to make it consistent
in both clicked and non-clicked states, and avoid "jumping" on click.

Change-Id: Ic8ab8d0fd586059e21de6aa866fef95226774acf
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/87718
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 
(cherry picked from commit 35281f4c9178f373609a61f0a44e268b179c5749)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/87756
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/helpcontent2 b/helpcontent2
index 486a99d885e2..f1cb84713664 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 486a99d885e299b5e0b4396bcbf39458b36ac03f
+Subproject commit f1cb84713664fefd3892671808efe31234e11eec
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 129468] UI-Writer: Add 'insert reminder' icon as possibility to add to a toolbar

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129468

Jim Raykowski  changed:

   What|Removed |Added

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

--- Comment #21 from Jim Raykowski  ---
Tested with:

Version: 7.0.0.0.alpha0+
Build ID: 5d7a526ee784abc3d83835b9e43047baf5dbe0b9
CPU threads: 4; OS: Linux 5.0; UI render: default; VCL: kf5 and gen; 
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

Paper clip icon is used for kf5 and x11. Assuming same for other VCL backends
so setting this to Resolved Fixed.

-- 
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 86899] [META] Requests for the addition of UNO commands

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86899
Bug 86899 depends on bug 129468, which changed state.

Bug 129468 Summary: UI-Writer: Add 'insert reminder' icon as possibility to add 
to a toolbar
https://bugs.documentfoundation.org/show_bug.cgi?id=129468

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 130276] libreoffice 6.4.0.3 calc, regression, entering 0:0:110 wont resolve into minutes and seconds

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130276

m.a.riosv  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1

--- Comment #2 from m.a.riosv  ---
Confirmed
Version: 7.0.0.0.alpha0+ (x64)
Build ID: 1446e097e76669c0d7749ec0f8918606d3cc4c28
CPU threads: 4; OS: Windows 10.0 Build 19551; UI render: Skia/Vulkan; VCL: win; 
Locale: es-ES (es_ES); UI-Language: en-US Calc: CL

Regression from:
Version: 6.2.8.1 (x64)
Build ID: 815fe723fb0e60e4a39ff860f907cc63980a0232
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: es-ES (es_ES); UI-Language: en-US Calc:

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


[Libreoffice-bugs] [Bug 130277] Dates change between .xls and .ods

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130277

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m.a.riosv  ---
There is an option in Menu/Tools/Options/LibreOffice calc/Calculate - Date to
set up the base date in every file.

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


[Libreoffice-bugs] [Bug 130303] New: VIEWING: Scrolling up/down page impossibly fast using touchpad

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130303

Bug ID: 130303
   Summary: VIEWING: Scrolling up/down page impossibly fast using
touchpad
   Product: LibreOffice
   Version: 6.3.4.2 release
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: car...@gmail.com

Description:
With large text document displayed in 10-pt type,zoom factor 100%, a single
2-finger swipe down the touchpad immediately scrolls past 2-3 entire pages. 
Zoom factor makes no difference.   
Windows > Touchpad > Mouse Properties Window > Wheel tab shows mouse wheel set
to "scroll 3 lines per notch".  Adjusting this to minimum (1 line per notch)
only slows the 2-finger scroll slightly - and slows all other apps scrolling to
a crawl. (No mouse in use.)

Steps to Reproduce:
1.  In Writer, open any lengthy text document (several pages)
2.  in "Touchpad settings" ensure "Drag 2 fingers to scroll" is checked
3.  Swipe up or down the touchpad with two fingers

Actual Results:
The text is now located 40-80 lines (about 2 pages) above/below the previous
location - it is hard to find your way back.

Expected Results:
The text should scroll around the same amount as a webpage in a brower would -
about half a screenful (for this bug report I am making in Firefox), similar to
other apps on the PC - which all respond fairly uniformly to scrolling
manouvres.


Reproducible: Always


User Profile Reset: No



Additional Info:
There are numerous similar reports on ask.libreoffice.org over the past 2
years, some using a mouse and others the touch-pad.  Many comment that this
occurs with Libre Office but not with other apps.  On this computer, the MS
Notepad app scrolls about 10 lines with the same 2-finger swipe.

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


[Libreoffice-bugs] [Bug 130274] Crash in: swlo.dll

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130274

Julien Nabet  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 CC|serval2...@yahoo.fr |
 Ever confirmed|1   |0

--- Comment #7 from Julien Nabet  ---
do what you want, uncc myself

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


[Libreoffice-bugs] [Bug 130139] input from wacom pen is off in Calc / wacom pen not working in Writer

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130139

daniel-other+libreoff...@dadosch.de changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from daniel-other+libreoff...@dadosch.de ---
It doesn't happen on 6.4 anymore.

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


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

2020-01-30 Thread Miklos Vajna (via logerrit)
 sw/qa/extras/ooxmlexport/ooxmlexport14.cxx |7 +++
 sw/source/filter/ww8/docxexport.cxx|   55 +
 sw/source/filter/ww8/docxexport.hxx|3 +
 3 files changed, 65 insertions(+)

New commits:
commit ae5f469d3893de73850ccc369dbf426a4acd8f15
Author: Miklos Vajna 
AuthorDate: Thu Jan 30 17:56:53 2020 +0100
Commit: Miklos Vajna 
CommitDate: Thu Jan 30 22:20:43 2020 +0100

DOCX export: write document variables

This means that in case a user field is exported to DOCX and the user
updates the field, the result will be still correct, not empty.

Change-Id: I2b52292c70aa6f597f92af95e16c773839247efa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87748
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
index b79850140144..b8069d9f84df 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
@@ -301,6 +301,7 @@ CPPUNIT_TEST_FIXTURE(SwModelTestBase, testUserField)
 utl::MediaDescriptor aMediaDescriptor;
 aMediaDescriptor["FilterName"] <<= OUString("Office Open XML Text");
 xStorable->storeToURL(maTempFile.GetURL(), 
aMediaDescriptor.getAsConstPropertyValueList());
+validate(maTempFile.GetFileName(), test::OOXML);
 mbExported = true;
 xmlDocPtr pXmlDoc = parseExport("word/document.xml");
 CPPUNIT_ASSERT(pXmlDoc);
@@ -309,6 +310,12 @@ CPPUNIT_TEST_FIXTURE(SwModelTestBase, testUserField)
 // exported as User Field foo = bar.
 assertXPathContent(pXmlDoc, "//w:p/w:r[2]/w:instrText", " DOCVARIABLE foo 
");
 assertXPathContent(pXmlDoc, "//w:p/w:r[4]/w:t", "bar");
+
+// Make sure that not only the variables, but also their values are 
written.
+pXmlDoc = parseExport("word/settings.xml");
+CPPUNIT_ASSERT(pXmlDoc);
+assertXPath(pXmlDoc, "//w:docVars/w:docVar", "name", "foo");
+assertXPath(pXmlDoc, "//w:docVars/w:docVar", "val", "bar");
 }
 
 DECLARE_OOXMLEXPORT_TEST(testTdf124367, "tdf124367.docx")
diff --git a/sw/source/filter/ww8/docxexport.cxx 
b/sw/source/filter/ww8/docxexport.cxx
index 526d100768c8..992a97d69103 100644
--- a/sw/source/filter/ww8/docxexport.cxx
+++ b/sw/source/filter/ww8/docxexport.cxx
@@ -34,6 +34,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -887,6 +888,58 @@ void DocxExport::WriteProperties( )
 m_pFilter->exportDocumentProperties( xDocProps, bSecurityOptOpenReadOnly );
 }
 
+void DocxExport::WriteDocVars(const sax_fastparser::FSHelperPtr& pFS)
+{
+SwDocShell* pDocShell = m_pDoc->GetDocShell();
+if (!pDocShell)
+{
+return;
+}
+
+uno::Reference xModel(pDocShell->GetModel(), 
uno::UNO_QUERY);
+uno::Reference xTextFieldMasters = 
xModel->getTextFieldMasters();
+uno::Sequence aMasterNames = 
xTextFieldMasters->getElementNames();
+if (!aMasterNames.hasElements())
+{
+return;
+}
+
+// Only write docVars if there will be at least a single docVar.
+bool bStarted = false;
+const OUStringLiteral aPrefix("com.sun.star.text.fieldmaster.User.");
+for (const auto& rMasterName : std::as_const(aMasterNames))
+{
+if (!rMasterName.startsWith(aPrefix))
+{
+// Not a user field.
+continue;
+}
+
+uno::Reference xField;
+xTextFieldMasters->getByName(rMasterName) >>= xField;
+if (!xField.is())
+{
+continue;
+}
+
+OUString aKey = rMasterName.copy(aPrefix.getLength());
+OUString aValue;
+xField->getPropertyValue("Content") >>= aValue;
+if (!bStarted)
+{
+bStarted = true;
+pFS->startElementNS(XML_w, XML_docVars);
+}
+pFS->singleElementNS(XML_w, XML_docVar, FSNS(XML_w, XML_name), 
aKey.toUtf8(),
+ FSNS(XML_w, XML_val), aValue.toUtf8());
+}
+
+if (bStarted)
+{
+pFS->endElementNS(XML_w, XML_docVars);
+}
+}
+
 void DocxExport::WriteSettings()
 {
 SwViewShell 
*pViewShell(m_pDoc->getIDocumentLayoutAccess().GetCurrentViewShell());
@@ -1151,6 +1204,8 @@ void DocxExport::WriteSettings()
 }
 }
 
+WriteDocVars(pFS);
+
 // Protect form
 // Section-specific write protection
 if (! hasProtectionProperties)
diff --git a/sw/source/filter/ww8/docxexport.hxx 
b/sw/source/filter/ww8/docxexport.hxx
index 00b908dc7efa..f659cd1244f4 100644
--- a/sw/source/filter/ww8/docxexport.hxx
+++ b/sw/source/filter/ww8/docxexport.hxx
@@ -245,6 +245,9 @@ private:
 /// Write word/settings.xml
 void WriteSettings();
 
+/// Writes the  part of settings.xml
+void WriteDocVars(const sax_fastparser::FSHelperPtr& pFS);
+
 /// Write word/theme/theme1.xml
 void WriteTheme();
 
___
Libreoffice-commits mailing list

Problems in building libre-office

2020-01-30 Thread anshu khare
Hi everyone,

There are some issues with my pc. It can run continually for only 2-3
hours. After that it shuts down on its own.

I was trying to build libre-office on my pc.
It ran for 3 hours and then it switched off.
At that time make 2>&1 command was running.

The last lines before shutting off pc on cygwin were as follows :
[build C] UnpackedTarball/expect/lib/xmlrole_x64.c
c1 : command line warning D9025 : overriding '/D_X86_=1' with '/U_X86_'

[build MOD] glm
c1 : command line warning D9025 : overriding '/D_X86_=1' with '/U_X86_'
[build MOD] mdds

After the pc restarted I ran make 2>&1 command again.
It gave the following error:
make[1] = ***Waiting for unfinished jobs...
make : *** [Makefile : 282 : build] Error 2

I have spend a lot of time building libre-office upto this stage and am not
willing to rerun the whole process again.
Is there a way out?

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


[Libreoffice-bugs] [Bug 130281] Crash in: libc-2.30.so

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130281

--- Comment #7 from Jacques Beckand  ---
Thank you Julien.
Good to know.
I will use the Flatpak version for the time being.

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


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

2020-01-30 Thread Henry Castro (via logerrit)
 loleaflet/css/spreadsheet-mobile.css  |4 
 loleaflet/src/control/Control.Tabs.js |   25 +++--
 2 files changed, 19 insertions(+), 10 deletions(-)

New commits:
commit ad2391ae4649140b6653fa7aeb4fb2ff4986e0d3
Author: Henry Castro 
AuthorDate: Thu Jan 30 13:19:15 2020 -0400
Commit: Henry Castro 
CommitDate: Thu Jan 30 22:01:08 2020 +0100

loleaflet: mobile: use Hammer recognizer events instead of 'contextmenu'

Unfortunately the emulate 'context menu' conflict with the default
horizontal scroll behavior

Change-Id: I3cd45520a6f1e00460031b78e4963db59bc9ae59
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87750
Reviewed-by: Henry Castro 
Tested-by: Henry Castro 

diff --git a/loleaflet/css/spreadsheet-mobile.css 
b/loleaflet/css/spreadsheet-mobile.css
index e73cb506e..c5af29197 100644
--- a/loleaflet/css/spreadsheet-mobile.css
+++ b/loleaflet/css/spreadsheet-mobile.css
@@ -55,9 +55,13 @@
 
.spreadsheet-tabs-container {
left: 24px;
+   }
+
+   .spreadsheet-tab-scroll {
overflow-x: scroll;
scrollbar-width: none; /*css draft (firefox only)*/
-ms-scrollbar: none; /*ie*/
+   -webkit-overflow-scrolling: touch;
}
 
.spreadsheet-tabs-container, #spreadsheet-toolbar{
diff --git a/loleaflet/src/control/Control.Tabs.js 
b/loleaflet/src/control/Control.Tabs.js
index 85d493397..cb291f697 100644
--- a/loleaflet/src/control/Control.Tabs.js
+++ b/loleaflet/src/control/Control.Tabs.js
@@ -3,7 +3,7 @@
  * L.Control.Tabs is used to switch sheets in Calc
  */
 
-/* global $ vex _ _UNO */
+/* global $ vex _ _UNO Hammer */
 L.Control.Tabs = L.Control.extend({
onAdd: function(map) {
map.on('updatepermission', this._onUpdatePermission, this);
@@ -114,19 +114,24 @@ L.Control.Tabs = L.Control.extend({
continue;
var id = 'spreadsheet-tab' + i;
var tab = L.DomUtil.create('button', 
'spreadsheet-tab', ssTabScroll);
-   L.DomEvent.enableLongTap(tab);
 
-   L.DomEvent.on(tab, 'contextmenu', 
function(j) {
-   return function() {
-   this._tabForContextMenu 
= j;
-   if 
(window.mode.isMobile()) {
+   if (window.mode.isMobile()) {
+   (new Hammer(tab, {recognizers: 
[[Hammer.Press]]}))
+   .on('press', function (j) {
+   return function() {
+   
this._tabForContextMenu = j;

window.contextMenuWizard = true;
if 
(this._map._permission != 'readonly') this._map.fire('mobilewizard', menuData);
-   } else {
+   };
+   }(i).bind(this));
+   } else {
+   L.DomEvent.on(tab, 
'contextmenu', function(j) {
+   return function() {
+   
this._tabForContextMenu = j;

$('spreadsheet-tab' + j).contextMenu();
-   }
-   };
-   }(i).bind(this));
+   };
+   }(i).bind(this));
+   }
 
tab.textContent = e.partNames[i];
tab.id = id;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2020-01-30 Thread Henry Castro (via logerrit)
 loleaflet/build/deps.js |2 
 loleaflet/src/dom/DomEvent.DoubleTap.js |   77 
 loleaflet/src/dom/DomEvent.LongTap.js   |  148 
 3 files changed, 227 deletions(-)

New commits:
commit d8245a5a99a6aeddae49b756b0bcc75af0674f35
Author: Henry Castro 
AuthorDate: Thu Jan 30 13:30:44 2020 -0400
Commit: Henry Castro 
CommitDate: Thu Jan 30 22:01:28 2020 +0100

loleaflet: mobile: remove unused 'long tap' and 'double tap' files

They are no longer used instead of the Hammer recognizer library

Change-Id: Ied076c5731dcaeca37e1a15b6b637cbb62250b20
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87751
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Henry Castro 

diff --git a/loleaflet/build/deps.js b/loleaflet/build/deps.js
index f3e8b72e6..29026afca 100644
--- a/loleaflet/build/deps.js
+++ b/loleaflet/build/deps.js
@@ -235,7 +235,6 @@ var deps = {
 
TouchZoom: {
src: ['dom/DomEvent.js',
- 'dom/DomEvent.DoubleTap.js',
  'dom/DomEvent.Pointer.js',
  'core/Handler.js',
  'map/handler/Map.TouchGesture.js'],
@@ -362,7 +361,6 @@ var deps = {
ControlTabs: {
src: ['control/Control.js',
  'dom/DomEvent.js',
- 'dom/DomEvent.LongTap.js',
  'control/Control.Tabs.js'],
heading: 'Controls',
desc: 'Tabs for switching sheets'
diff --git a/loleaflet/src/dom/DomEvent.DoubleTap.js 
b/loleaflet/src/dom/DomEvent.DoubleTap.js
deleted file mode 100644
index 459c54e69..0
--- a/loleaflet/src/dom/DomEvent.DoubleTap.js
+++ /dev/null
@@ -1,77 +0,0 @@
-/* -*- js-indent-level: 8 -*- */
-/*
- * Extends the event handling code with double tap support for mobile browsers.
- */
-
-L.extend(L.DomEvent, {
-
-   _touchstart: L.Browser.msPointer ? 'MSPointerDown' : L.Browser.pointer 
? 'pointerdown' : 'touchstart',
-   _touchend: L.Browser.msPointer ? 'MSPointerUp' : L.Browser.pointer ? 
'pointerup' : 'touchend',
-
-   // inspired by Zepto touch code by Thomas Fuchs
-   addDoubleTapListener: function (obj, handler, id) {
-   var last, touch,
-   doubleTap = false,
-   delay = 250;
-
-   function onTouchStart(e) {
-   var count;
-
-   if (L.Browser.pointer) {
-   count = L.DomEvent._pointersCount;
-   } else {
-   count = e.touches.length;
-   }
-
-   if (count > 1) { return; }
-
-   var now = Date.now(),
-   delta = now - (last || now);
-
-   touch = e.touches ? e.touches[0] : e;
-   doubleTap = (delta > 0 && delta <= delay);
-   last = now;
-   }
-
-   function onTouchEnd() {
-   if (doubleTap) {
-   if (L.Browser.pointer) {
-   // work around .type being readonly 
with MSPointer* events
-   var newTouch = {},
-   prop, i;
-
-   for (i in touch) {
-   prop = touch[i];
-   newTouch[i] = prop && prop.bind 
? prop.bind(touch) : prop;
-   }
-   touch = newTouch;
-   }
-   touch.type = 'dblclick';
-   touch.button = 0;
-   handler(touch);
-   last = null;
-   }
-   }
-
-   var pre = '_leaflet_',
-   touchstart = this._touchstart,
-   touchend = this._touchend;
-
-   obj[pre + touchstart + id] = onTouchStart;
-   obj[pre + touchend + id] = onTouchEnd;
-
-   obj.addEventListener(touchstart, onTouchStart, false);
-   obj.addEventListener(touchend, onTouchEnd, false);
-   return this;
-   },
-
-   removeDoubleTapListener: function (obj, id) {
-   var pre = '_leaflet_',
-   touchend = obj[pre + this._touchend + id];
-
-   obj.removeEventListener(this._touchstart, obj[pre + 
this._touchstart + id], false);
-   obj.removeEventListener(this._touchend, touchend, false);
-
-   return this;
-   }
-});
diff --git a/loleaflet/src/dom/DomEvent.LongTap.js 
b/loleaflet/src/dom/DomEvent.LongTap.js
deleted file mode 100644
index 05319967e..0
--- a/loleaflet/src/dom/DomEvent.LongTap.js

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

2020-01-30 Thread Henry Castro (via logerrit)
 loleaflet/src/control/Control.ColumnHeader.js |2 --
 loleaflet/src/control/Control.RowHeader.js|1 -
 loleaflet/src/layer/AnnotationManager.js  |2 --
 loleaflet/src/layer/marker/DivIcon.js |1 -
 4 files changed, 6 deletions(-)

New commits:
commit 40e92f10dd619e074240ac754330af5a9c8f7cbf
Author: Henry Castro 
AuthorDate: Thu Jan 30 13:55:46 2020 -0400
Commit: Henry Castro 
CommitDate: Thu Jan 30 22:01:44 2020 +0100

loleaflet: simplify 'contextmenu' prevent default

The document object has already prevented default actions

Change-Id: I4d60ec0c6915ca266f3e2c24f0958127186ca970
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87752
Reviewed-by: Henry Castro 
Tested-by: Henry Castro 

diff --git a/loleaflet/src/control/Control.ColumnHeader.js 
b/loleaflet/src/control/Control.ColumnHeader.js
index d21451373..76a59d593 100644
--- a/loleaflet/src/control/Control.ColumnHeader.js
+++ b/loleaflet/src/control/Control.ColumnHeader.js
@@ -60,7 +60,6 @@ L.Control.ColumnHeader = L.Control.Header.extend({
this._startOffset = 0;
this._position = 0;
 
-   L.DomEvent.on(this._cornerCanvas, 'contextmenu', 
L.DomEvent.preventDefault);
L.DomEvent.addListener(this._cornerCanvas, 'click', 
this._onCornerHeaderClick, this);
 
this._menuItem = {
@@ -429,7 +428,6 @@ L.Control.ColumnHeader = L.Control.Header.extend({
 
this.mouseInit(canvas);
 
-   L.DomEvent.on(canvas, 'contextmenu', L.DomEvent.preventDefault);
if ($('.spreadsheet-header-columns').length > 0) {

$('.spreadsheet-header-columns').contextMenu(this._map._permission === 'edit');
}
diff --git a/loleaflet/src/control/Control.RowHeader.js 
b/loleaflet/src/control/Control.RowHeader.js
index 1eb3abe13..98e5c8f45 100644
--- a/loleaflet/src/control/Control.RowHeader.js
+++ b/loleaflet/src/control/Control.RowHeader.js
@@ -418,7 +418,6 @@ L.Control.RowHeader = L.Control.Header.extend({
 
this.mouseInit(canvas);
 
-   L.DomEvent.on(canvas, 'contextmenu', L.DomEvent.preventDefault);
if ($('.spreadsheet-header-rows').length > 0) {

$('.spreadsheet-header-rows').contextMenu(this._map._permission === 'edit');
}
diff --git a/loleaflet/src/layer/AnnotationManager.js 
b/loleaflet/src/layer/AnnotationManager.js
index 35bb428b2..866cc700c 100644
--- a/loleaflet/src/layer/AnnotationManager.js
+++ b/loleaflet/src/layer/AnnotationManager.js
@@ -77,7 +77,6 @@ L.AnnotationManager = L.Class.extend({
opacity: 0.25
});
comment.textSelected.addEventParent(this._map);
-   L.DomEvent.on(comment.textSelected, 'contextmenu', 
L.DomEvent.preventDefault);
comment.textSelected.on('click', function() {
this.selectById(comment.id);
}, this);
@@ -106,7 +105,6 @@ L.AnnotationManager = L.Class.extend({
opacity: 0
});
redline.textSelected.addEventParent(this._map);
-   L.DomEvent.on(redline.textSelected, 'contextmenu', 
L.DomEvent.preventDefault);
redline.textSelected.on('click', function() {
this.selectById(redline.id);
}, this);
diff --git a/loleaflet/src/layer/marker/DivIcon.js 
b/loleaflet/src/layer/marker/DivIcon.js
index 90dc8ea3f..7f8599f45 100644
--- a/loleaflet/src/layer/marker/DivIcon.js
+++ b/loleaflet/src/layer/marker/DivIcon.js
@@ -21,7 +21,6 @@ L.DivIcon = L.Icon.extend({
var div = (oldIcon && oldIcon.tagName === 'DIV') ? oldIcon : 
document.createElement('div'),
options = this.options;
 
-   L.DomEvent.on(div, 'contextmenu', L.DomEvent.preventDefault);
div.innerHTML = options.html !== false ? options.html : '';
 
if (options.bgPos) {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130274] Crash in: swlo.dll

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130274

--- Comment #6 from Dave Lovelace  ---
I've left the thing in NEEDINFO status, because I don't think I have more info
to give you.  At this point I'm sorry I got started on this.  Julien's comment
doesn't, so far as I can see, ask me for any specific 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 130274] Crash in: swlo.dll

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130274

--- Comment #5 from Dave Lovelace  ---
(In reply to Dieter Praas from comment #3)

Yes, it happens when it's the only file; the test sample I gave did that
consistently.

This is now on
Version: 6.3.4.2 (x64)
Build ID: 60da17e045e08f1793c57c00ba83cdfce946d0aa
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded

If others can't reproduce it, I'm sorry; it's at least pretty consistent with
me.  That test code, every time I've tried it.  Previously, several times a day
in the actual documents, whenever I forgot my workaround.  (The workaround
being to delete the old text, then enter the new text.  Select & overwrite is a
longstanding habit for me.)

I believe it only happens when history tracking is in use; however, that's the
case in the big documents I'm editing.  (See my original report.)

In reply to Julien Nabet (comment #4), which came in while I was entering the
above.

I went to that link.  I don't understand what, of all that stuff, I'm supposed
to do.  I have a bug that consistently causes a crash, on either of two
separate computers running the same version of LO and the same version of
Win10.  On one of them, LO was a new install in December, not something that
had been repeatedly reinstalled.

I feel that I've given all the information I have available, and that I've
already wasted several hours trying to understand and follow instructions.  I'm
not a developer for LO.  I'm sorry, but I don't have time to figure out how to
"locate your user profile".  

As I said, I'd already tried "check for updates" and been told that LO was up
to date, so it was discouraging to be told I needed to update to a later rev. 
I did that.

You have whatever data the crash report gives you (two different crash
reports), and instructions for something very simple that absolutely
consistently crashes LO for me.  I tried to be helpful by figuring out the
instructions that came with the crash report and coming up with a very limited
document (a handful of words) and procedure for duplicating the crash.  I have
no idea why you folks can't reproduce it, but since it happens on two separate
machines I doubt it's anything obviously corrupted.

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


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

2020-01-30 Thread Caolán McNamara (via logerrit)
 sw/source/uibase/utlui/content.cxx |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 27740793367369c043721697955666be3a1ccda9
Author: Caolán McNamara 
AuthorDate: Thu Jan 30 19:30:03 2020 +
Commit: Caolán McNamara 
CommitDate: Thu Jan 30 21:26:21 2020 +0100

cid#1458033 Dereference after null check

pEntry isn't goint to be null, drop the null check

Change-Id: I41447afe17fc69d6ca30387f1b74f23f86f6d109
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87753
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index 1063970181e9..395ab7094672 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -1758,12 +1758,11 @@ void SwContentTree::Display( bool bActive )
 rpContentT.reset(new SwContentType(pShell, nCntType, 
m_nOutlineLevel ));
 
 OUString sEntry = rpContentT->GetName();
-SvTreeListEntry* pEntry;
 Image aImage(GetBitmapForContentTypeId(nCntType));
 bool bChOnDemand = 0 != rpContentT->GetMemberCount();
-pEntry = InsertEntry(sEntry, aImage, aImage,
+SvTreeListEntry* pEntry = InsertEntry(sEntry, aImage, aImage,
 nullptr, bChOnDemand, TREELIST_APPEND, 
rpContentT.get());
-if(pEntry && !pEntry->HasChildren() && 
!pEntry->HasChildrenOnDemand())
+if (!pEntry->HasChildren() && !pEntry->HasChildrenOnDemand())
 {
 pEntry->SetFlags(pEntry->GetFlags() | 
SvTLEntryFlags::SEMITRANSPARENT);
 pEntry->SetTextColor(COL_GRAY);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130274] Crash in: swlo.dll

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130274

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #4 from Julien Nabet  ---
On pc Debian x86-64 with LO Debian package 6.3.4 + gen rendering, I don't
reproduce this.

Could you give a try at https://wiki.documentfoundation.org/QA/FirstSteps ?

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


[Libreoffice-bugs] [Bug 130281] Crash in: libc-2.30.so

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130281

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #6 from Julien Nabet  ---
.deb files available on TDF website are more for package maintainers.
Indeed, using dpkg doesn't check dependencies (contrary to apt-get tool).

Also, you can try another rendering than kf5 by trying on console:
- export SAL_USE_VCLPLUGIN=gen
- soffice

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


[Libreoffice-bugs] [Bug 130301] QR Code generator not working

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130301

Julien Nabet  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||serval2...@yahoo.fr
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Julien Nabet  ---
QR Code is integrated in LO from 6.4.0.
For example on Writer, you can generate one from:
- Insert menu
- Object
- QR Code...
Could you give it a try?

About the extension itself, what's the name of it? You could uninstall the
extension, rename your LO directory profile (see
https://wiki.documentfoundation.org/UserProfile#GNU.2FLinux) and give a new
try.

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


[Libreoffice-bugs] [Bug 130160] EDITING: Impossible to get out of a section if is the last line in document

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130160

--- Comment #3 from Dieter  ---
(In reply to Emersson Augusto Suarez Ortiz from comment #2)
> ... but if you use the
> Backspace key and delete this "last line"

I can't do 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 130160] EDITING: Impossible to get out of a section if is the last line in document

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130160

--- Comment #2 from Emersson Augusto Suarez Ortiz  ---
Hi everyone, maybe I need to explain it.
When you insert a section in the last row of a document the new section is
placed in the document and a new line is placed after it, but if you use the
Backspace key and delete this "last line" you'll be unable to get out of your
section.
Maybe now you'll be able to reproduce this situation.

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


[Libreoffice-bugs] [Bug 130274] Crash in: swlo.dll

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130274

Dieter  changed:

   What|Removed |Added

Version|unspecified |6.2.8.2 release

--- Comment #3 from Dieter  ---
(In reply to Dave Lovelace from comment #2)
> OK, I located & installed 6.3.4.2 .  (BTW, why would 6.0 be better than
> 6.2.8.2?)

Sorry, I meant 6.4.0.

I can't confirm it with

Version: 6.3.4.2 (x64)
Build-ID: 60da17e045e08f1793c57c00ba83cdfce946d0aa
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: threaded

Does it only happen, if other files are open or does it also happen, if it is
the onliest file?

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


[Libreoffice-bugs] [Bug 130302] New: Why do people collect coins?

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130302

Bug ID: 130302
   Summary: Why do people collect coins?
   Product: Document Liberation Project
   Version: unspecified
  Hardware: Other
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ameliajes...@gmail.com

There may be many reasons why people collect coins. Some collect coins on the
basis of the coin’s future value, while others collect from a particular time
or some type of metal. There are also many people who collect coins from every
day common coins, gaining pleasure from inspecting mint marks and dates of each
coin. Many people collect ancient coins for sale belonging to various eras
and empires. The hobby of coin collection is involves money from very start to
the recent times and often become renowned coin collectors. When it comes to
becoming a coin enthusiast, it becomes important to find a dealer and trader
who has authentic collection of ancient coins and have some value attached to
it. Not just that, studying the coins is also important. Learn about ancient
coins, it is important to learn about the coins and get in to business of being
a numismatist.
https://rpseitzancientcoins.com/

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


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

2020-01-30 Thread Noel Grandin (via logerrit)
 compilerplugins/clang/unusedmethods.results   |  198 +++---
 include/svtools/valueset.hxx  |   14 -
 include/svx/colorbox.hxx  |4 
 include/svx/linectrl.hxx  |2 
 include/svx/sidebar/LinePropertyPanelBase.hxx |1 
 svtools/source/control/valueset.cxx   |   39 -
 svx/source/tbxctrls/extrusioncontrols.hxx |2 
 svx/source/tbxctrls/linectrl.cxx  |5 
 svx/source/tbxctrls/tbcontrl.cxx  |   22 --
 9 files changed, 87 insertions(+), 200 deletions(-)

New commits:
commit a91855165dc7c119166b05c038d238f59c8c1281
Author: Noel Grandin 
AuthorDate: Thu Jan 30 14:49:10 2020 +0200
Commit: Noel Grandin 
CommitDate: Thu Jan 30 20:40:08 2020 +0100

loplugin:unusedmethods

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

diff --git a/compilerplugins/clang/unusedmethods.results 
b/compilerplugins/clang/unusedmethods.results
index c14adfd4b5ff..48b384c4f173 100644
--- a/compilerplugins/clang/unusedmethods.results
+++ b/compilerplugins/clang/unusedmethods.results
@@ -28,7 +28,7 @@ bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:174
 void CPPU_CURRENT_NAMESPACE::fillUnoException(struct _uno_Any *,struct 
_uno_Mapping *)
 canvas/source/vcl/impltools.hxx:103
  vclcanvas::tools::LocalGuard::LocalGuard()
-chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx:77
+chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx:55
 void 
chart::ThreeD_SceneIllumination_TabPage::LinkStubfillControlsFromModel(void 
*,void *)
 connectivity/source/drivers/evoab2/NResultSetMetaData.hxx:51
 class com::sun::star::uno::Reference 
connectivity::evoab::OEvoabResultSetMetaData::operator Reference()
@@ -100,8 +100,6 @@ dbaccess/source/filter/hsqldb/fbalterparser.hxx:20
 void dbahsql::FbAlterStmtParser::ensureProperTableLengths() const
 dbaccess/source/filter/hsqldb/parseschema.hxx:82
 const class std::__debug::map >, struct std::less, class 
std::allocator > > > > & dbahsql::SchemaParser::getPrimaryKeys() const
-dbaccess/source/filter/xml/xmlfilter.hxx:119
-const class SvXMLTokenMap & dbaxml::ODBFilter::GetDocContentElemTokenMap() 
const
 dbaccess/source/ui/inc/dsmeta.hxx:88
 class __gnu_debug::_Safe_iterator, class std::__debug::set, class std::allocator >, struct 
std::bidirectional_iterator_tag> dbaui::FeatureSet::begin() const
 dbaccess/source/ui/inc/dsmeta.hxx:89
@@ -202,9 +200,9 @@ include/basegfx/matrix/b3dhommatrix.hxx:106
 class basegfx::B3DHomMatrix & basegfx::B3DHomMatrix::operator*=(double)
 include/basegfx/matrix/b3dhommatrix.hxx:107
 class basegfx::B3DHomMatrix & basegfx::B3DHomMatrix::operator/=(double)
-include/basegfx/numeric/ftools.hxx:144
+include/basegfx/numeric/ftools.hxx:143
 double basegfx::snapToRange(double,double,double)
-include/basegfx/numeric/ftools.hxx:148
+include/basegfx/numeric/ftools.hxx:147
 double basegfx::copySign(double,double)
 include/basegfx/pixel/bpixel.hxx:54
  basegfx::BPixel::BPixel(unsigned char,unsigned char,unsigned 
char,unsigned char)
@@ -620,14 +618,22 @@ include/svtools/asynclink.hxx:44
 void svtools::AsynchronLink::LinkStubHandleCall_Idle(void *,class Timer *)
 include/svtools/DocumentToGraphicRenderer.hxx:106
 _Bool DocumentToGraphicRenderer::isImpress() const
-include/svtools/toolbarmenu.hxx:194
+include/svtools/toolbarmenu.hxx:112
 class weld::Container * ToolbarPopupContainer::getContainer()
-include/svtools/toolbarmenu.hxx:211
+include/svtools/toolbarmenu.hxx:129
 class weld::Container * InterimToolbarPopup::getContainer()
-include/svtools/valueset.hxx:274
-void ValueSet::StartDrag(const class CommandEvent &,class vcl::Region &)
-include/svtools/valueset.hxx:371
-void ValueSet::StartSelection()
+include/svtools/valueset.hxx:301
+void ValueSet::InsertItem(unsigned short,const class Image &)
+include/svtools/valueset.hxx:319
+void ValueSet::EnableFullItemMode(_Bool)
+include/svtools/valueset.hxx:322
+unsigned short ValueSet::GetColCount() const
+include/svtools/valueset.hxx:327
+unsigned short ValueSet::GetLineCount() const
+include/svtools/valueset.hxx:352
+void ValueSet::SetItemColor(unsigned short,const class Color &)
+include/svtools/valueset.hxx:381
+void ValueSet::SetHighlightHdl(const class Link &)
 include/svx/autoformathelper.hxx:145
 _Bool AutoFormatBase::operator==(const class AutoFormatBase &)
 include/svx/ClassificationDialog.hxx:77
@@ -640,20 +646,28 @@ include/svx/ClassificationField.hxx:47
 const class rtl::OUString & svx::ClassificationResult::getDisplayText() 
const
 include/svx/ClassificationField.hxx:52
 _Bool svx::ClassificationResult::operator==(const class 
svx::ClassificationResult &) const
+include/svx/colorbox.hxx:59
+void SvxColorListBox::SetSlotId(unsigned short)

[Libreoffice-bugs] [Bug 130274] Crash in: swlo.dll

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130274

Dave Lovelace  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #2 from Dave Lovelace  ---
OK, I located & installed 6.3.4.2 .  (BTW, why would 6.0 be better than
6.2.8.2?)

A similar test shows exactly the same result.  The crash report thing gives
this URL:

crashreport.libreoffice.org/stats/crash_details/a5b1b080-9697-4c0e-bdcc-3024b5a08b79

For what it's worth:  I first tried telling LO (Writer) to check for updates. 
It said I was up to date.  Why would it say that when 6.3.4.2 is the current
stable version?

In any case, thank you.  I'm editing some big documents, and a lot of it
involves splitting up run-on sentences.  It's quite irritating for it to crash,
especially since I usually have several big documents open at the time.

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


[Libreoffice-bugs] [Bug 130301] New: QR Code generator not working

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130301

Bug ID: 130301
   Summary: QR Code generator not working
   Product: LibreOffice
   Version: 6.4.0.3 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Extensions
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: alfredocubi...@yahoo.com.mx

Description:
The QR Code Extension is not working on Linux.
The Extension Manager shows an error:
In German: "Fehler: der Status der Extension ist nicht bekannt"
In English: "Error: the status of the extension is not known"

The Extension is not active.
Trying to start the Extension throws the following errors:

1. a warning window with this message:
: module 'uno_component' has no attribute
'writeRegistryInfo', traceback follows
  File "/usr/lib64/libreoffice/program/pythonloader.py", line 152, in
writeRegistryInfo
return mod.writeRegistryInfo( self.ctx.ServiceManager, regKey )

2. an error window
(com.sun.star.uno.RuntimeException) { { Message = ":
module 'uno_component' has no attribute 'writeRegistryInfo', traceback
follows\X000a  File \"/usr/lib64/libreoffice/program/pythonloader.py\", line
152, in writeRegistryInfo\X000areturn mod.writeRegistryInfo(
self.ctx.ServiceManager, regKey )\X000a\X000a", Context =
(com.sun.star.uno.XInterface) @0 } }

Steps to Reproduce:
1. open Extension Manager
2. activate QR Code 

Actual Results:
The QR Code shows an error and is not active
on activate shows error messages

Expected Results:
QR Code extension is active


Reproducible: Always


User Profile Reset: No



Additional Info:
Tested on OpenSuse Tumbleweed with KDE-Plasma

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


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #6 from Buovjaga  ---
(In reply to Michel Thomas from comment #5)
> I trust this issue is still relevant?

Yes.

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


[Libreoffice-bugs] [Bug 130300] New: compress png files

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130300

Bug ID: 130300
   Summary: compress png files
   Product: LibreOffice
   Version: 6.4.0.3 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: g...@schriftgestaltung.de

Running all .png files in the app package through a png optimiser saves around
72% of the space. That would make the uncompressed app package about 45 MB
smaller (from 765 MB).

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


[Libreoffice-bugs] [Bug 130299] Help system's search fails at incomplete query statement +1

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130299

--- Comment #2 from lach...@gmail.com ---
Created attachment 157547
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157547=edit
Results in Ukrainian

No matching

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


[Libreoffice-bugs] [Bug 130299] Help system's search fails at incomplete query statement +1

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130299

--- Comment #1 from lach...@gmail.com ---
Created attachment 157546
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157546=edit
Results in English

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


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

--- Comment #5 from Michel Thomas  ---
I trust this issue is still relevant?

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


[Libreoffice-bugs] [Bug 130299] New: Help system's search fails at incomplete query statement +1

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130299

Bug ID: 130299
   Summary: Help system's search fails at incomplete query
statement +1
   Product: LibreOffice
   Version: 6.4.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lach...@gmail.com
CC: olivier.hal...@libreoffice.org

Description:
1. Incomplete query search matches only in 'upper' results. Other results seem
to be medley.
In native language (Ukrainian for me) search results seem more confused
mixture.
2. Search by two words gives no result. (Try 'Table Wizard')

Steps to Reproduce:
1. Enter Help system, using F1.
2. In the search row type incomplete word (e.g. 'ske' - for 'skew')
3. see the results below

Actual Results:
confused mixture

Expected Results:
results, completely matched with entered text.


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 84553] Detect and warn of Windows Antivirus in configure ...

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

Michel Thomas  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #4 from Michel Thomas  ---
I'm going to try and attempt this.

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


New Defects reported by Coverity Scan for LibreOffice

2020-01-30 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

1 new defect(s) introduced to LibreOffice found with Coverity Scan.
7 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)


** CID 1458033:  Null pointer dereferences  (FORWARD_NULL)



*** CID 1458033:  Null pointer dereferences  (FORWARD_NULL)
/sw/source/uibase/utlui/content.cxx: 1778 in SwContentTree::Display(bool)()
1772 pSelEntry = pEntry;
1773 sal_Int32 nExpandOptions = (State::HIDDEN == m_eState)
1774 ? m_nHiddenBlock
1775 : m_nActiveBlock;
1776 if(nExpandOptions & (1 << static_cast(nCntType)))
1777 {
>>> CID 1458033:  Null pointer dereferences  (FORWARD_NULL)
>>> Passing null pointer "pEntry" to "Expand", which dereferences it.
1778 Expand(pEntry);
1779 if(nEntryRelPos && nCntType == m_nLastSelType)
1780 {
1781 // Now maybe select an additional child
1782 SvTreeListEntry* pChild = pEntry;
1783 SvTreeListEntry* pTemp = nullptr;



To view the defects in Coverity Scan visit, 
https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05UPxvVjWch-2Bd2MGckcRZBnDJeNb0HijxaS4JNJPxk3kpyAm2AYqo71yXmnOxB73RtgzoPcQtNNP5dkHLuV1E-3D_g-2BrHdvqzaBa155F-2F8AmPhpJzY63UzWDisJV95WUBpGhqFw1ICExHG8aMaV2EoFpyxysW7rpEyl46cj7viDyaDaTzic7Q-2BUaZ9h5gbnHGOkEovnQ8wMMrVLSUs1iLp9aSOQ-2BgkJMDLqqPEh-2FAUOFMAPmBkBATIc7UhIw0Y-2B-2BrdqU2lpIDX1YWOvMWaAFJ5bgwjNCuRSFv1y-2FCo1gLvPIL98nQRINBXPXSK8F8L0bgP4PQIXwh-2B732e89tDGSHqTMN

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


[Libreoffice-bugs] [Bug 130262] Writer thinks a two page doc file has an infinite number of pages

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130262

--- Comment #6 from Patrick Jaap  ---
Created attachment 157545
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157545=edit
Minimal file

I stripped the file down:

There is only one drawing line in the footer and one small floating table in
the body. I think this narrows the problem down.

Somehow the line thinks it is intersecting with the table and therefore, wants
to place the table on the next page => this creates a new footer with a new
line and the endless loop starts.

Converting to docx does not trigger the problem.

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


[Libreoffice-bugs] [Bug 130292] Changed column width not saved in document

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130292

Timur  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression

--- Comment #5 from Timur  ---
No repro 6.1, repro 6.2. Regression.

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


[Libreoffice-ux-advise] [Bug 100018] FORMATTING: copying/pasting text to the first character of footnote changes paragraph style to the copied text's style instead of 'footnote' paragraph style

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100018

--- Comment #16 from Dave Barton  ---
When the styled source text is pasted into the footnote, automatically
converting it into into the default, or a user defined, footnote style, is a
reasonable compromise. So +1 from me.

No doubt there will be at least one out of millions of users who will want to
keep the source style, or expect non-styled (manually formatted) source text to
be automatically styled, but we cannot automatically accommodate every whim and
fancy.

-- 
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 100018] FORMATTING: copying/pasting text to the first character of footnote changes paragraph style to the copied text's style instead of 'footnote' paragraph style

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100018

--- Comment #16 from Dave Barton  ---
When the styled source text is pasted into the footnote, automatically
converting it into into the default, or a user defined, footnote style, is a
reasonable compromise. So +1 from me.

No doubt there will be at least one out of millions of users who will want to
keep the source style, or expect non-styled (manually formatted) source text to
be automatically styled, but we cannot automatically accommodate every whim and
fancy.

-- 
You are receiving this mail because:
You 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 130219] [rfe] Add "sentence" effect to Effects in Font Effects tab in paragraph style dialog (see c2)

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130219

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

https://git.libreoffice.org/core/commit/4aa1d8a2d56028c0b08c832dcd5f0adf3f72e38f

tdf#130219 change labels in Case dropdown box in Font Effects tab

It will be available in 6.5.0.

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

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

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


[Libreoffice-ux-advise] [Bug 130219] [rfe] Add "sentence" effect to Effects in Font Effects tab in paragraph style dialog (see c2)

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130219

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.5.0

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


[Libreoffice-bugs] [Bug 130219] [rfe] Add "sentence" effect to Effects in Font Effects tab in paragraph style dialog (see c2)

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130219

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

https://git.libreoffice.org/core/commit/4aa1d8a2d56028c0b08c832dcd5f0adf3f72e38f

tdf#130219 change labels in Case dropdown box in Font Effects tab

It will be available in 6.5.0.

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

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

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


[Libreoffice-bugs] [Bug 130219] [rfe] Add "sentence" effect to Effects in Font Effects tab in paragraph style dialog (see c2)

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130219

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.5.0

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


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

2020-01-30 Thread Seth Chaiklin (via logerrit)
 cui/uiconfig/ui/effectspage.ui|6 +++---
 sw/qa/uitest/writer_tests2/formatCharacter.py |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 4aa1d8a2d56028c0b08c832dcd5f0adf3f72e38f
Author: Seth Chaiklin 
AuthorDate: Wed Jan 29 14:47:21 2020 +0100
Commit: Heiko Tietze 
CommitDate: Thu Jan 30 19:09:58 2020 +0100

tdf#130219 change labels in Case dropdown box in Font Effects tab

 - change "Title" to "Capitalize Every Word"
 - change "Lowercase" to "lowercase"
 - change "Capitals" to "UPPERCASE"

Change-Id: I67145a384b0220924184b8bc279fb702d8c9f379
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87684
Reviewed-by: Heiko Tietze 
Tested-by: Heiko Tietze 

diff --git a/cui/uiconfig/ui/effectspage.ui b/cui/uiconfig/ui/effectspage.ui
index 581b28912c16..e7e5ffbca830 100644
--- a/cui/uiconfig/ui/effectspage.ui
+++ b/cui/uiconfig/ui/effectspage.ui
@@ -105,9 +105,9 @@
 False
 
   (Without)
-  Capitals
-  Lowercase
-  Title
+  UPPERCASE
+  lowercase
+  Capitalize Every Word
   Small capitals
 
   
diff --git a/sw/qa/uitest/writer_tests2/formatCharacter.py 
b/sw/qa/uitest/writer_tests2/formatCharacter.py
index d8254b64f432..885f88ad3981 100644
--- a/sw/qa/uitest/writer_tests2/formatCharacter.py
+++ b/sw/qa/uitest/writer_tests2/formatCharacter.py
@@ -113,7 +113,7 @@ class formatCharacter(UITestCase):
 xEmphasis = xDialog.getChild("emphasislb")
 xPosition = xDialog.getChild("positionlb")
 
-self.assertEqual(get_state_as_dict(xEffects)["SelectEntryText"], 
"Capitals")
+self.assertEqual(get_state_as_dict(xEffects)["SelectEntryText"], 
"UPPERCASE")
 self.assertEqual(get_state_as_dict(xRelief)["SelectEntryText"], 
"Embossed")
 self.assertEqual(get_state_as_dict(xBlinking)["Selected"], "true")
 self.assertEqual(get_state_as_dict(xHidden)["Selected"], "true")
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130289] LibreOffice 6 can't show .pub file which LibreOffice 4 was able to show (FILEOPEN)

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130289

Timur  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED

--- Comment #5 from Timur  ---
No repro 6.0, repro 6.1 and 7.0+. 
But this is a duplicate.
Please do not report nor confirm without searching.

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

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


[Libreoffice-bugs] [Bug 122660] Images not displayed in .pub document

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122660

Timur  changed:

   What|Removed |Added

 CC||coduib...@btinternet.com

--- Comment #8 from Timur  ---
*** Bug 130289 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 130283] Internal Import Error

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130283

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Timur  ---
You marked Lo 4.2? It's old, please use 6.3.
Please attach sample file.

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


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

2020-01-30 Thread Xisco Fauli (via logerrit)
 sw/qa/extras/ooxmlimport/data/tdf129237.docx |binary
 sw/qa/extras/ooxmlimport/ooxmlimport.cxx |   43 +++
 2 files changed, 43 insertions(+)

New commits:
commit 1a51db52e4aa29ecee978329fa4bcf0af4a17e85
Author: Xisco Fauli 
AuthorDate: Thu Jan 30 15:51:29 2020 +0100
Commit: Xisco Faulí 
CommitDate: Thu Jan 30 18:46:57 2020 +0100

tdf#129237: Add unittest

Change-Id: Ica8942e6f165afad1ed40457ec86bd20713a1a59
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87744
Tested-by: Jenkins
Reviewed-by: Xisco Faulí 
(cherry picked from commit 029d1e92945eb6ac8cd31911f35bed92a4201897)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87747

diff --git a/sw/qa/extras/ooxmlimport/data/tdf129237.docx 
b/sw/qa/extras/ooxmlimport/data/tdf129237.docx
new file mode 100644
index ..cb3f4d2987d4
Binary files /dev/null and b/sw/qa/extras/ooxmlimport/data/tdf129237.docx differ
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx 
b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 877bc929c4b2..72cb580b2003 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -209,6 +209,49 @@ xray 
ThisComponent.DrawPage(1).getByIndex(0).Anchor.PageStyleName
 CPPUNIT_ASSERT_EQUAL(OUString("First Page"), 
getProperty(xTextContent->getAnchor(), "PageStyleName"));
 }
 
+DECLARE_OOXMLIMPORT_TEST(testTdf129237, "tdf129237.docx")
+{
+uno::Reference xTextFieldsSupplier(mxComponent, 
uno::UNO_QUERY);
+uno::Reference 
xFieldsAccess(xTextFieldsSupplier->getTextFields());
+uno::Reference 
xFields(xFieldsAccess->createEnumeration());
+
+if( !xFields->hasMoreElements() ) {
+CPPUNIT_ASSERT(false);
+return;
+}
+
+uno::Reference 
xEnumerationAccess1(xFields->nextElement(), uno::UNO_QUERY);
+CPPUNIT_ASSERT_EQUAL(OUString("DocInformation:Title (fixed)"), 
xEnumerationAccess1->getPresentation(true).trim());
+CPPUNIT_ASSERT_EQUAL(OUString("title new"), 
xEnumerationAccess1->getPresentation(false).trim());
+
+if( !xFields->hasMoreElements() ) {
+CPPUNIT_ASSERT(false);
+return;
+}
+
+uno::Reference 
xEnumerationAccess2(xFields->nextElement(), uno::UNO_QUERY);
+CPPUNIT_ASSERT_EQUAL(OUString("DocInformation:Title (fixed)"), 
xEnumerationAccess2->getPresentation(true).trim());
+CPPUNIT_ASSERT_EQUAL(OUString("MoM is supreme"), 
xEnumerationAccess2->getPresentation(false).trim());
+
+if( !xFields->hasMoreElements() ) {
+CPPUNIT_ASSERT(false);
+return;
+}
+
+uno::Reference 
xEnumerationAccess3(xFields->nextElement(), uno::UNO_QUERY);
+CPPUNIT_ASSERT_EQUAL(OUString("DocInformation:Title (fixed)"), 
xEnumerationAccess3->getPresentation(true).trim());
+CPPUNIT_ASSERT_EQUAL(OUString("MY PATNA IS BEST IN THE WORLD"), 
xEnumerationAccess3->getPresentation(false).trim());
+
+if( !xFields->hasMoreElements() ) {
+CPPUNIT_ASSERT(false);
+return;
+}
+
+uno::Reference 
xEnumerationAccess4(xFields->nextElement(), uno::UNO_QUERY);
+CPPUNIT_ASSERT_EQUAL(OUString("DocInformation:Title (fixed)"), 
xEnumerationAccess4->getPresentation(true).trim());
+CPPUNIT_ASSERT_EQUAL(OUString("Title New"), 
xEnumerationAccess4->getPresentation(false).trim());
+}
+
 DECLARE_OOXMLIMPORT_TEST(testTdf128076, "tdf128076.docx")
 {
 uno::Reference xTextFieldsSupplier(mxComponent, 
uno::UNO_QUERY);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 129237] FILEOPEN: DOCX: Incorrect title in field

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129237

--- Comment #5 from Commit Notification 
 ---
Xisco Fauli committed a patch related to this issue.
It has been pushed to "libreoffice-6-4":

https://git.libreoffice.org/core/commit/1a51db52e4aa29ecee978329fa4bcf0af4a17e85

tdf#129237: Add unittest

It will be available in 6.4.1.

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 104520] [META] DOCX (OOXML) bug tracker

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104520
Bug 104520 depends on bug 102229, which changed state.

Bug 102229 Summary: FILESAVE DOCX Layout messes up with extra whitespace after 
saving and reloading (see comment 8)
https://bugs.documentfoundation.org/show_bug.cgi?id=102229

   What|Removed |Added

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

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


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

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102229

Timur  changed:

   What|Removed |Added

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

--- Comment #11 from Timur  ---
WFM 8 pages with master 70+.

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


[Libreoffice-bugs] [Bug 130298] New: Frame moved from Header to Document replicated on all page, Frame moved from Document to Header not replicated

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130298

Bug ID: 130298
   Summary: Frame moved from Header to Document replicated on all
page, Frame moved from Document to Header not
replicated
   Product: LibreOffice
   Version: 6.5.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sdc.bla...@youmail.dk

Case 1
1. Open new document
2. (make 3 or 4 pages with Ctrl-Enter)
3.  Make Header, and set focus in Header
4.  Insert>Frame>Frame Interactively (confirm that Frame appears on all pages)
5.  Move Frame out of Header to document body

Actual result:  Frame is repeated on all pages in document
Expected result:  Frame is repeated only on the page to which is was moved.

Additional information:  deleting the frame removes it from all pages.

Case 2
1. Open new document
2. (make 3 or 4 pages with Ctrl-Enter)
3.  Make Header, and set focus outside of Header (in document)
4.  Insert>Frame>Frame Interactively 
5.  Move Frame out of document body into Header

Actual result:  Frame appears only in Header where moved 
Expected result:  Frame appears on all pages.

Additional information:  even though it appears that frame has been moved to
Header, it is possible that it is not actually in the Header -- might be
related to bug 122628

Version: 7.0.0.0.alpha0+ (x64)
Build ID: eeb2d19e77d6dc47c68e8ba0920a02cf64a1247b
CPU threads: 8; OS: Windows 10.0 Build 18363; UI render: GL; VCL: win; 
Locale: da-DK (en_DK); 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 130297] New: Help images are localised even without installing a language pack

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130297

Bug ID: 130297
   Summary: Help images are localised even without installing a
language pack
   Product: LibreOffice
   Version: 6.4.0.3 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: g...@schriftgestaltung.de
CC: olivier.hal...@libreoffice.org

The help folder in the app bundle contains localisation for each image (e.g.:
/Applications/LibreOffice.app/Contents/Resources/help/media/screenshots/cui/ui/optsecuritypage/ja)
This wastes a lot space (the media folder is 62.2 MB, 8% of the whole package)

Can’t the images be part of the language packs?

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


Re: ESC meeting minutes: 2020-01-23

2020-01-30 Thread julien2412
Miklos Vajna-6 wrote
> * Cross compiling LO for Mac on Linux in CI? (Jan-Marek, Thorsten, …)
> ...
> + mac HW is just really expensive (does not scale)

I understand that accelerating building is important and it could be indeed
interesting to be able to build for MacOS on Linux but shouldn't we
prioritize notarization (tdf#126409, tdf#128233), Retina (tdf#122218) pbs
first ?

Apple has always been expensive, nothing new here. So if we want LO be
compatible with last versions of MacOs, we must accept to spend money
accordingly (eg: to provide HW for expert devs who want to tackle specific
Mac bugs).

Julien



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


[Libreoffice-bugs] [Bug 122218] After Update to 6.1.4 on macOS fonts are blurred on retina display (xcode 10)

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122218

--- Comment #151 from majormahonia  ---
Libreoffice 6.4 is blurry on macOS Mojave 10.14.6

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


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

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

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #19 from V Stuart Foote  ---
(In reply to Salem Yaslem from comment #18)
> no, not by my theme
> 
> look to  your attachment "Before/After"
> you will see it

@Heiko, not the bevel/edge shading widget decoration--that is os/DE. Rather it
is that the cell shading remains applied to the lower right quadrant of the
corner cell. Color was cleared from the column labels, and row labels
presenting them as 'flat'.  Assume color of shading is picked up from DE
theme--but it is noticeably visible in your attachment 154508

And, I do see the discolored quadrant on recent master / 7.0.0 Windows build,
gray background, with lower right a shade darker gray.
Version: 6.5.0.0.alpha0+ (x64)
Build ID: da70fd1edc211bf63f8388e11c1bd8dd398fdaf8
CPU threads: 8; OS: Windows 10.0 Build 18362; UI render: GL; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

-- 
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 62613] Unwanted spacing in DOC, table imported on another page (9 pages in MSO, 12 pages in LO) but wrong even in MSO if saved as DOCX

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62613

--- Comment #18 from Timur  ---
Created attachment 157544
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157544=edit
Sample DOC saved in MSO 2013 as DOCX

As a reference, attached sample DOC saved in MSO 2013 as DOCX

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


[Libreoffice-bugs] [Bug 130286] Crash in: SwDrawTextShell::Execute(SfxRequest &)

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130286

Xisco Faulí  changed:

   What|Removed |Added

 CC||miscellaneous@paintdrawer.c
   ||o.uk

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

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


[Libreoffice-bugs] [Bug 62613] Unwanted spacing in DOC, table imported on another page (9 pages in MSO, 12 pages in LO) but wrong even in MSO if saved as DOCX

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62613

Timur  changed:

   What|Removed |Added

Summary|unwanted spacing in DOC,|Unwanted spacing in DOC,
   |table imported on another   |table imported on another
   |page (9 pages in MSO, was   |page (9 pages in MSO, 12
   |40/12/19/12 pages in LO)|pages in LO) but wrong even
   ||in MSO if saved as DOCX
   Priority|medium  |low

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


[Libreoffice-bugs] [Bug 129202] Alignment inside Text Box Crashes

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129202

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Xisco Faulí  ---
this is a duplicate of bug 130286. it should be fixed in master and LibreOffice
6.4.1
@Cor, could you please recheck ?

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

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


[Libreoffice-bugs] [Bug 62613] unwanted spacing in DOC, table imported on another page (9 pages in MSO, was 40/12/19/12 pages in LO)

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62613

--- Comment #17 from Timur  ---
Created attachment 157543
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157543=edit
Sample compared in MSO as DOC and DOCX

LO Writer master 7.0+ opens this DOC with 12 pages, unlike Word with 9.
But this is a nasty file. 
I tried to save as DOCX in MSO 2013 and reopen and DOCX is wrong, as shown on
screenshot of page 2.

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


[Libreoffice-bugs] [Bug 130286] Crash in: SwDrawTextShell::Execute(SfxRequest &)

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130286

Xisco Faulí  changed:

   What|Removed |Added

 CC||dvd...@gmail.com

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

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


[Libreoffice-bugs] [Bug 130296] Crash on align center of text in text box

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130296

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Xisco Faulí  ---
Thanks for reporting this issue. It has been fixed by
https://cgit.freedesktop.org/libreoffice/core/commit/?id=77cc0e929ee331af6b97b65e9b6ec5400ef05cd4
Closing as a duplicate of bug 130286

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

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


[Libreoffice-bugs] [Bug 128959] FILEOPEN DOCX Table row content disappears when broken between pages

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128959

--- Comment #10 from Timur  ---
Created attachment 157542
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157542=edit
Example compared MSO LO

Looking better, but still not good, because of spacing.

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


[Libreoffice-bugs] [Bug 130296] Crash on align center of text in text box

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130296

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Xisco Faulí  ---
Can confirm it in

Versión: 6.4.0.3 (x86)
Id. de compilación: b0a288ab3d2d4774cb44b62f04d5d28733ac6df8
Subprocs. CPU: 2; SO: Windows 6.1 Service Pack 1 Build 7601; Repres. IU:
predet.; VCL: win; 
Configuración regional: es-ES (es_ES); Idioma de IU: es-ES
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-ux-advise] [Bug 127508] I cannot disable effect from highlighted/normal column/row header

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

--- Comment #18 from Salem Yaslem  ---
no, not by my theme

look to  your attachment "Before/After"
you will see it

-- 
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 128959] FILEOPEN DOCX Table row content disappears when broken between pages

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128959

Timur  changed:

   What|Removed |Added

Version|4.1 all versions|Inherited From OOo

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


[Libreoffice-bugs] [Bug 130288] How to Fix AOL Server Error 400 Bad Requests

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130288

Julien Nabet  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 130286] Crash in: SwDrawTextShell::Execute(SfxRequest &)

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130286

--- Comment #3 from Commit Notification 
 ---
Szymon Kłos committed a patch related to this issue.
It has been pushed to "libreoffice-6-4":

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

tdf#130286: jsdialogs: fix CID 1455691 & CID 1455690

It will be available in 6.4.1.

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 130286] Crash in: SwDrawTextShell::Execute(SfxRequest &)

2020-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130286

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.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


  1   2   3   4   >