[Libreoffice-bugs] [Bug 105192] FILEOPEN: DOCX: Header is gone and left section is in all pages

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105192

Justin L  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 81426] FILESAVE: Data from header and footer is getting lost ( continuous sections)

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81426

Justin L  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 93153] Windows 10 x64 When I exit Writer without saving the document, I get the attached C++ error

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93153

--- Comment #7 from Chris Sherlock  ---
That error is a pure call runtime error from Visual C++. 

Somehow, somewhere in LO we have either a constructor or a destructor calling a
pure virtual function. 

I actually didn't think this could be possible, but apparently you can actually
mark a function as a pure virtual function and have a defined function body!
Which is insane really, and in C++ This is undefined/implementation specific
behaviour. How we locate this, however, might be tricky. 

It would be good to have the source document created from FineReader. Perhaps
we could trigger the error!

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


[Libreoffice-bugs] [Bug 106490] Crash in: mergedlo.dll

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106490

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #1 from Julien Nabet  ---
We need more information here:
- LO version
- steps to reproduce the bug

You can try this:
- check if you use last stable LO version 5.2.5
- apply advice from 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 81426] FILESAVE: Data from header and footer is getting lost ( continuous sections)

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81426

Justin L  changed:

   What|Removed |Added

   Severity|major   |enhancement

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


[Libreoffice-bugs] [Bug 81426] FILESAVE: Data from header and footer is getting lost ( continuous sections)

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81426

--- Comment #8 from Justin L  ---
Created attachment 131810
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131810=edit
385_docx.pdf: MSWord2003's view of the first 4 pages

This document is an enhancement request since it uses formatting that
LibreOffice doesn't currently mimic.

There are four continuous sections defined on page1.  The fourth section
contains the desired header/footer for the following pages.  It spills over
onto page2, and thus in MSWord, that becomes the header/footer for that page.
LibreOffice only assigns header/footers to page styles, not continuous
sections.

Section 5 is defined at the top of page 11, first applies to the Vendor
Information page and continues to the end of the document. 

The authors of this document ought to have used nextPage sections instead of
continuous sections since, at each section change, a pagebreak was appropriate.
In that case it would have worked.

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


[Libreoffice-bugs] [Bug 70154] Writer crashes just before exiting (on closing) on Windows XP

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70154

--- Comment #37 from Chris Sherlock  ---
Zahra, I think that's a different issue to the one reported here.

Does this consistently occur for you? If so, please log a new bug report, and
feel free to cc me in on it.

The DDE error can only really occur if Dynamic Data Exchange is being used, and
if I had to hazard a guess we aren't closing the DDE link cleanly on exit.

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


[Libreoffice-bugs] [Bug 106434] huge number of entries in AutoCorrect dialog replacement table

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106434

--- Comment #4 from tommy27  ---
(In reply to Paolo Benvenuto from comment #2)
> ok to move emoji's to a dedicated tab of the AutoCorrect Options dialog.

I think that would need a major rework of the autocorrect engine since most of
the emojis are localized so you should have 2 autocorrect database list for
each language... one to store normal typing errors and another one to collect
emojis

moreover LibO should be instructed to search replacements in those 2 files at
the same time when typing... I wonder how many possible conflicts could take
place if the user puts the same emoji code in one file and in the other one
with different replacements...

actually you have a single database file that assures that you have a single
replacement per language... it stores both typing errors and emojis in the same
list... it simpler and it works fine.

from a technical point of view I don't see a valid reason to split them in 2
different list... 

maybe we could put a filter in the autocorrect replacement table in order to
show just some specific items such as:

emojis autocorrect   (i.e.   :something:  )
wildcard autocorrect (i.e.  .*something.* )
unformatted text autocorrect
formatted text autocorrect 

I see Lazlo Nemeth is already in the CC list but I'm in favour of WONTFIX
regarding the removal of the default autocorrect lists and the splitting of the
emoji from the autocorrect list

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


[Libreoffice-bugs] [Bug 81426] FILESAVE: Data from header and footer is getting lost ( continuous sections)

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81426

Justin L  changed:

   What|Removed |Added

Version|4.4.0.0.alpha0+ Master  |Inherited From OOo
Summary|FILESAVE: Data from header  |FILESAVE: Data from header
   |and footer is getting lost  |and footer is getting lost
   ||(continuous sections)

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


[Libreoffice-bugs] [Bug 104237] FILEOPEN: DOCX: Table not imported ( unable to copy table to next header)

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104237

Justin L  changed:

   What|Removed |Added

Summary|FILEOPEN: DOC: Table not|FILEOPEN: DOCX: Table not
   |imported (unable to copy|imported (unable to copy
   |table to next header)   |table to next header)

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


[Libreoffice-bugs] [Bug 104237] FILEOPEN: DOC: Table not imported ( unable to copy table to next header)

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104237

Justin L  changed:

   What|Removed |Added

Summary|FILEOPEN: DOC: Table not|FILEOPEN: DOC: Table not
   |imported|imported (unable to copy
   ||table to next header)

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


[Libreoffice-bugs] [Bug 106434] huge number of entries in AutoCorrect dialog replacement table

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106434

tommy27  changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #3 from tommy27  ---
(In reply to Paolo Benvenuto from comment #0)
> Tools - Autocorrect - Autocorrect options
> 
> a substitution list is presented with many many many substitutions
> 
> I think the common user doesn't need no one of this substitutions, or at
> most needs 2 or 3, all the others annoy the common user.
> ...

please give a concrete example of an annoying autocorrect substitution that you
see in the current list.

I'm italian too so you can show me an italian autocorrect example.

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


[Libreoffice-bugs] [Bug 84726] LibreOffice for Android most annoying bugs

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84726

Gautam Prajapati  changed:

   What|Removed |Added

 Depends on||96798


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=96798
[Bug 96798] Android: Viewer cannot add new slides to impress documents
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96798] Android: Viewer cannot add new slides to impress documents

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96798

Gautam Prajapati  changed:

   What|Removed |Added

 Blocks||84726

--- Comment #1 from Gautam Prajapati  ---
Can reproduce this on 5.4.0.0.alpha0+ master as well


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=84726
[Bug 84726] LibreOffice for Android most annoying bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84726] LibreOffice for Android most annoying bugs

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84726

Gautam Prajapati  changed:

   What|Removed |Added

 Depends on||106491


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106491
[Bug 106491] Android: Make document browsing experience better
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106491] Android: Make document browsing experience better

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106491

Gautam Prajapati  changed:

   What|Removed |Added

 Blocks||84726


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=84726
[Bug 84726] LibreOffice for Android most annoying bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106491] New: Android: Make document browsing experience better

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106491

Bug ID: 106491
   Summary: Android: Make document browsing experience better
   Product: LibreOffice
   Version: 5.3.0.0.alpha1+
  Hardware: ARM
OS: Android
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Android Viewer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gautamprajapat...@gmail.com

*Overview*

Document browsing experience of the viewer can be made much better. 
Instead of generic folder browsing showing recent/all documents on home screen. 

Opening a file from Local Storage can be kept as a menu option. 

*Reproducible*

Yes, from current version on play store 5.3.0.0.alpha1+ upto the latest master
build version 5.4.0.0.alpha0+ features folder browsing. 

*Additional Information*

This enhancement would focus on making a browsing system similar to Google docs
application.

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


[Libreoffice-bugs] [Bug 38915] Multiple soffice.bin soffice.exe

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38915

--- Comment #32 from Chris Sherlock  ---
I have a feeling it is the way we call on TerminateProcess in OSL. I'm
wondering if this might be fixed in my proposed patch I reference in bug 106489
and that I've submitted the following proposed patch on gerrit:
https://gerrit.libreoffice.org/#/c/35071/

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


[Libreoffice-bugs] [Bug 106490] New: Crash in: mergedlo.dll

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106490

Bug ID: 106490
   Summary: Crash in: mergedlo.dll
   Product: LibreOffice
   Version: unspecified
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bugzi...@mensink-lambers.nl

This bug was filed from the crash reporting server and is
br-c7929829-fa5c-4ddb-ab8a-afa7f4ac7cd5.
=

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


[Libreoffice-bugs] [Bug 101906] Crash on exit when using JAWS screen reader

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101906

--- Comment #3 from Chris Sherlock  ---
How does JAWS interact with LO?

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


[Libreoffice-bugs] [Bug 104237] FILEOPEN: DOC: Table not imported

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104237

--- Comment #3 from Justin L  ---
(In reply to Justin L from comment #2)
> The lost paragraph (paragraph 2 on page 1) in this document bibisected to
> the same commit identified in Comment 1
These two problems are unrelated. The problem in the description's
"in_ms_word.docx" comes from Writer's inability to copy header tables to a
different style. In order to setup even/odd pages, the default's pagestyle was
copied/changed to converted1. If you manually change the style back to "default
style", then the table will re-appear.

> That is pretty ironic - it is the unit test from that very commit.
This paragraph is bRemoved in DomainMapper since it is considered to be a
placeholder. This shouldn't be harmful and necessary under some conditions, so
ignore this document for this bug report.

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


[Libreoffice-bugs] [Bug 97359] Error on exit: Memory could not be read.

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97359

--- Comment #4 from Chris Sherlock  ---
We don't really terminate very cleanly. I've submitted
https://gerrit.libreoffice.org/#/c/35071/ to gerrit, code is very isolated and
I guess it might help here.

Bug 106489 discusses the issue around osl_terminateProcess.

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


[Libreoffice-bugs] [Bug 106469] I can't save the file in LibreOffice Writer

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106469

--- Comment #4 from igor  ---
Thank's

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


[Libreoffice-bugs] [Bug 101638] [FILEOPEN, DOC] Bullets in a graph are too large

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101638

--- Comment #11 from krihsna  ---
verified.
Version: 5.4.0.0.alpha0+ / Build ID: febc116 / android 5.1

bullets in graph are appearing normal similar to mso attachment.

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


[Libreoffice-bugs] [Bug 106456] LibreOffice Calc crashed on inserting formula

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106456

--- Comment #7 from Aron Budea  ---
The direct cause of the crash is that in convertToTokenArray(...), nRow is -1,
which is passed in through pSrcDoc->FillMatrix(...) all the way to the mdds
function.

The place of the first FillMatrix(...) call:
http://opengrok.libreoffice.org/xref/core/sc/source/ui/docshell/externalrefmgr.cxx#1615

And this is where -1 becomes 4294967295 in an SCROW -> StoreT::size_type type
conversion:
http://opengrok.libreoffice.org/xref/core/sc/source/core/data/column2.cxx#2365

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


[Libreoffice-bugs] [Bug 106464] Text unreadable when editing cell

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106464

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #5 from m.a.riosv  ---
On one side only the image it's not enought to test, what are the file and cell
options?, so please attach a file even with only the cell with the issue.

OTOH, if you have enable Menu/Tools/Options/LibreOffice Calc/General - Use
printer metrics for text formatting, please test changing it.

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


[Libreoffice-bugs] [Bug 106478] wrong calculation of function "summenprodukt" in combination with "teilergebnis"

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106478

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #4 from m.a.riosv  ---
Looks like a dup of https://bugs.documentfoundation.org/show_bug.cgi?id=58874

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


[Libreoffice-bugs] [Bug 106456] LibreOffice Calc crashed on inserting formula

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106456

Aron Budea  changed:

   What|Removed |Added

 CC||markus.mohrhard@googlemail.
   ||com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=67
   ||071

--- Comment #6 from Aron Budea  ---
This crash started with Markus' commit referenced below. The crash is actually
a Fatal Error with the message:
"multi_type_vector::get_block_position#795: block position not found!
(logical pos=4294967295, block size=5, logical size=1048576)"

Maybe some kind of overflow?

https://cgit.freedesktop.org/libreoffice/core/commit/?id=c8ad72703b74b7338c5f8dd1fe0275822b1e45f0
author  Markus Mohrhard    
2016-02-18 05:03:11 (GMT)
committer   Markus Mohrhard    
2016-02-18 07:48:27 (GMT)

"don't fill the matrix cell by cell, tdf#67071"

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


[Libreoffice-bugs] [Bug 106456] LibreOffice Calc crashed on inserting formula

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106456

Aron Budea  changed:

   What|Removed |Added

   Keywords||bisected

--- Comment #5 from Aron Budea  ---
e9077931ccdae86f7653037f37768a75c43ed8d6 is the first bad commit
commit e9077931ccdae86f7653037f37768a75c43ed8d6
Author: Norbert Thiebaud 
Date:   Mon Feb 22 02:24:55 2016 -0800

source sha:c8ad72703b74b7338c5f8dd1fe0275822b1e45f0

# bad: [8955562930c20a45d6a06ae6f63531addd503826] source
sha:1fccc616d205b7d7011d66d4e4c719b62876eec5
# good: [aab6c3dc042083e4201ae4e31fce330f25e611ab] source
sha:2966d57bdfdd40a55e31408f7da75b415e809d8e
git bisect start '8955562930c20a45d6a06ae6f63531addd503826'
'aab6c3dc042083e4201ae4e31fce330f25e611ab'
# bad: [ab655016dc935157830f7758bd4a0a35887e2997] source
sha:39c8d40ddf85903d9ea2b81ae4ca924e91f89cb7
git bisect bad ab655016dc935157830f7758bd4a0a35887e2997
# bad: [8ac5562a44af31cbbd4931ee8bcd393d465ae5de] source
sha:85c789be1f94777b582977e69b16665a47dc364f
git bisect bad 8ac5562a44af31cbbd4931ee8bcd393d465ae5de
# good: [d00937aa002cca73a3505a9175939e079d268344] source
sha:de669d714fa6f7d33d6df6e323c72710f470f77c
git bisect good d00937aa002cca73a3505a9175939e079d268344
# bad: [349d023c1143f8b9c99819abb696156b343c2bb6] source
sha:a6e8910a3c5d33e671a13559438b7228596b8bca
git bisect bad 349d023c1143f8b9c99819abb696156b343c2bb6
# bad: [651292f2aa1658898a1ea040c6ee63f20ef98ee9] source
sha:fa20b651d61edb7bf9487cb79140bb57fc668967
git bisect bad 651292f2aa1658898a1ea040c6ee63f20ef98ee9
# bad: [e9077931ccdae86f7653037f37768a75c43ed8d6] source
sha:c8ad72703b74b7338c5f8dd1fe0275822b1e45f0
git bisect bad e9077931ccdae86f7653037f37768a75c43ed8d6
# first bad commit: [e9077931ccdae86f7653037f37768a75c43ed8d6] source
sha:c8ad72703b74b7338c5f8dd1fe0275822b1e45f0

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


[Libreoffice-bugs] [Bug 100371] [META] Improve Undo handling

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100371

Phil Krylov  changed:

   What|Removed |Added

 Depends on||94225


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=94225
[Bug 94225] Writer crashes on undo
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94225] Writer crashes on undo

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94225

Phil Krylov  changed:

   What|Removed |Added

 Blocks||100371


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100371
[Bug 100371] [META] Improve Undo handling
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88555] FORMATTING: When undo and redo, custom styles and formatting lost, or full crash.

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88555

Phil Krylov  changed:

   What|Removed |Added

 Blocks||100371


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100371
[Bug 100371] [META] Improve Undo handling
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100371] [META] Improve Undo handling

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100371

Phil Krylov  changed:

   What|Removed |Added

 Depends on||88555


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88555
[Bug 88555] FORMATTING: When undo and redo, custom styles and formatting lost,
or full crash.
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106488] very slow document open ....

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106488

--- Comment #2 from Michael Meeks  ---
Yep - ~instant open with that hacked out; never assume too hard that the
problem is in the piece you just re-factored ! =)

An elegant fix will involve a loolwsd configuration overlay.

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


[Libreoffice-bugs] [Bug 106489] Win32 version of osl_terminateProcess not "safe"

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106489

Chris Sherlock  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |chris.sherloc...@gmail.com
   |desktop.org |

--- Comment #1 from Chris Sherlock  ---
I will fix this and submit a commit to gerrit for review.

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


[Libreoffice-bugs] [Bug 106489] New: Win32 version of osl_terminateProcess not "safe"

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106489

Bug ID: 106489
   Summary: Win32 version of osl_terminateProcess not "safe"
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: framework
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: chris.sherloc...@gmail.com

The current Win32 implementation of osl_terminateProcess calls directly upon
the Win32 TerminateProcess() API function. When I looked up this function on
MSDN I was a bit surprised to note that this is an asynchronous function that
returns immediately before the process actually fully terminates, and does not
necessarily succeed cleanly.

As we are not checking that the process actually fully terminates, this is a
bit of a problem, albeit one I think may well be somewhat obscure and
non-obvious. In fact, it is better that we call on TerminateProcess and use
WaitForSingleObject until the process actually fully terminates. If the
termination ends abnormally, then we should pass I more appropriate exit
status.

Dr Dobbs magazine, bless its ancient archive, details a "safe" version of
TerminateProcess, which has been implemented it seems in dozens of projects
already so it's basically at this point a pattern. The article can be found
here:

http://www.drdobbs.com/a-safer-alternative-to-terminateprocess/184416547

Thankfully, the flaws they point out are only valid due to the age of the
article as the Windows 9x line of operating systems was still a thing way hack
then :-)

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


[Libreoffice-bugs] [Bug 106488] very slow document open ....

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106488

--- Comment #1 from Michael Meeks  ---
Presumably clobbering this guy:

bool IsLockingUsed()
{
return officecfg::Office::Common::Misc::UseLocking::get();
}

elegantly would fix 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 106114] Building loolwsd in 32-bit fails

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106114

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu
Summary|Building loolwsd fails  |Building loolwsd in 32-bit
   ||fails
 Ever confirmed|0   |1

--- Comment #1 from Aron Budea  ---
Confirmed.

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


[Libreoffice-bugs] [Bug 106488] very slow document open ....

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106488

Michael Meeks  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ashodnakash...@yahoo.com,
   ||ke...@collabora.com
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 106488] New: very slow document open ....

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106488

Bug ID: 106488
   Summary: very slow document open 
   Product: LibreOffice Online
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: critical
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael.me...@collabora.com

I get an -extremely- long document / spinner situation while trying to get my
LibreOffice online (master) to startup;  after much hair tearing - this appears
to be down to waiting for the child process to load the document and send the
first 'status:' message back.

This in turn seems to be triggered by the kit process stalling / hanging here:

Thread 3 (Thread 0x7f5fadb54700 (LWP 9436)):
#0  0x7f5ff902bbfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f5fe4f26cf1 in __libc_res_nsend (ansp2_malloced=0x0, resplen2=0x0,
anssizp2=0x0, ansp2=0x0, anscp=0x7f5fadb4df20, gotsomewhere=, v_circuit=, ns=0, terrno=0x7f5fadb4cdf8,
anssizp=0x7f5fadb4cf30, ansp=0x7f5fadb4cde8, buflen2=0, buf2=0x0, buflen=28,
buf=0x7f5fadb4cf60 "t\302\001", statp=0x7f5fadb54db8) at res_send.c:1180
#2  0x7f5fe4f26cf1 in __libc_res_nsend (statp=statp@entry=0x7f5fadb54db8,
buf=buf@entry=0x7f5fadb4cf60 "t\302\001", buflen=28, buf2=buf2@entry=0x0,
buflen2=buflen2@entry=0, ans=ans@entry=0x7f5fadb4daf0 "2\221\201\200",
anssiz=anssiz@entry=1024, ansp=ansp@entry=0x7f5fadb4df20,
ansp2=ansp2@entry=0x0, nansp2=nansp2@entry=0x0, resplen2=resplen2@entry=0x0,
ansp2_malloced=ansp2_malloced@entry=0x0) at res_send.c:545
#3  0x7f5fe4f24c1c in __GI___libc_res_nquery
(statp=statp@entry=0x7f5fadb54db8, name=0x7f5ff58a6fe0
 "linux-fhlc",
class=class@entry=1, type=type@entry=1, answer=answer@entry=0x7f5fadb4daf0
"2\221\201\200", anslen=anslen@entry=1024,
answerp=answerp@entry=0x7f5fadb4df20, answerp2=answerp2@entry=0x0,
nanswerp2=nanswerp2@entry=0x0, resplen2=resplen2@entry=0x0,
answerp2_malloced=answerp2_malloced@entry=0x0) at res_query.c:227
#4  0x7f5fe4f25220 in __libc_res_nquerydomain
(statp=statp@entry=0x7f5fadb54db8, name=name@entry=0x7f5ff58a6fe0
 "linux-fhlc",
domain=domain@entry=0x0, class=class@entry=1, type=type@entry=1,
answer=0x7f5fadb4daf0 "2\221\201\200", anslen=anslen@entry=1024,
answerp=answerp@entry=0x7f5fadb4df20, answerp2=answerp2@entry=0x0,
nanswerp2=nanswerp2@entry=0x0, resplen2=resplen2@entry=0x0,
answerp2_malloced=answerp2_malloced@entry=0x0) at res_query.c:591
#5  0x7f5fe4f25ae1 in __GI___libc_res_nsearch (statp=0x7f5fadb54db8,
name=name@entry=0x7f5ff58a6fe0  "linux-fhlc", class=class@entry=1, type=type@entry=1,
answer=, 
answer@entry=0x7f5fadb4daf0 "2\221\201\200", anslen=anslen@entry=1024,
answerp=0x7f5fadb4df20, answerp2=answerp2@entry=0x0,
nanswerp2=nanswerp2@entry=0x0, resplen2=resplen2@entry=0x0,
answerp2_malloced=answerp2_malloced@entry=0x0) at res_query.c:492
#6  0x7f5facc266bd in __GI__nss_dns_gethostbyname3_r
(name=name@entry=0x7f5ff58a6fe0  "linux-fhlc", af=af@entry=2,
result=result@entry=0x7f5fadb4e4b0, buffer=buffer@entry=0x7f5fadb4e4d0
"\377\002", buflen=buflen@entry=2048, errnop=errnop@entry=0x7f5fadb54670,
h_errnop=h_errnop@entry=0x7f5fadb4e4ac, ttlp=ttlp@entry=0x0,
canonp=canonp@entry=0x0) at nss_dns/dns-host.c:192
#7  0x7f5facc269d0 in _nss_dns_gethostbyname_r (name=0x7f5ff58a6fe0
 "linux-fhlc",
result=0x7f5fadb4e4b0, buffer=0x7f5fadb4e4d0 "\377\002", buflen=2048,
errnop=0x7f5fadb54670, h_errnop=0x7f5fadb4e4ac)
at nss_dns/dns-host.c:273
#8  0x7f5ff90459b3 in __gethostbyname_r (name=0x7f5ff58a6fe0
 "linux-fhlc",
resbuf=0x7f5fadb4e4b0, buffer=0x7f5fadb4e4d0 "\377\002", buflen=2048,
result=0x7f5fadb4e488, h_errnop=0x7f5fadb4e4ac) at ../nss/getXXbyYY_r.c:266
#9  0x7f5ff56646d0 in osl_gethostbyname_r(char const*, hostent*, char*,
int, int*) (name=name@entry=0x7f5ff58a6fe0  "linux-fhlc", result=result@entry=0x7f5fadb4e4b0,
buffer=buffer@entry=0x7f5fadb4e4d0 "\377\002", buflen=buflen@entry=2048,
h_errnop=h_errnop@entry=0x7f5fadb4e4ac) at
/data/opt/libreoffice/master/sal/osl/unx/socket.cxx:716
#10 0x7f5ff5665361 in osl_psz_createHostAddrByName(char const*)
(pszHostname=pszHostname@entry=0x7f5ff58a6fe0  "linux-fhlc") at
/data/opt/libreoffice/master/sal/osl/unx/socket.cxx:925
#11 0x7f5ff566578c in osl_psz_getLocalHostname(char*, unsigned int)
(pBuffer=pBuffer@entry=0x7f5fadb4ed00 "", 

[Libreoffice-bugs] [Bug 106487] New: cell colors dissappear while editting formula

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106487

Bug ID: 106487
   Summary: cell colors dissappear while editting formula
   Product: LibreOffice
   Version: 5.2.5.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: severo...@gmail.com

In the formula of a cell which refers to other cells, the colors assigned to
the referred cells become black when the formula is being edited.

It would be expected that the colors remain, since they can prove to be of
great visual aid and improve the formula editing process.

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


[Libreoffice-bugs] [Bug 90631] UI: Format-Area dialog, color tab is extremely confusing, with further regression in 5.3

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90631

--- Comment #16 from Heiko Tietze  ---
(In reply to sergio.callegari from comment #15)
> Saw it, but looks too difficult to be proposed to non expert users. Hoped in
> something easier. Do you think that it could make sense to propose, as an
> enhancement request, some functionality to automatically convert the current
> "custom palette" in an extension containing the corresponding soc file?
> Possibly, functionalities for the management of palette extensions could be
> implemented in a dedicated extension itself...

I would vote against such a function. LibreOffice is not a tool to manipulate
palettes, let's keep it simple. Your use case is very special. And users who
share palettes are likely on an admin level and should be able to deal with the
extension. Actually I don't see the problem for average users to edit an XML
file and pack it into a zip.
However, if an extension provides the functionality to export the custom
palette   as an extension that would be very welcome.

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


[Libreoffice-bugs] [Bug 90497] Implementing document themes

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90497

--- Comment #17 from Luke  ---

>From Bug 103478 :

> OOXML documents may contain a theme file that specifies a list of preset
> styles, colors, etc. Changing the theme in MSO would change the format for
> any objects that are related to it.
> 
> The purpose of the set of commits that bc0a9076aa4 belongs is to preserve
> the assignment of theme colors. Previously to that commit, theme colors were
> converted to plain colors by LO on save, so when the document was opened
> back in MSO it remained unaffected by theme changes.
> 
> Unfortunately, the theme file (which is an XML file that is part of the
> OOXML document) is lost in the save process of XLSX or PPTX files. It only
> survives in the case of DOCX. That's why colors are lost, the shape refers
> to a theme color and the theme file doesn't exist.
> 
> The proper way to fix this bug is making sure the theme file is preserved on
> save. It should be detected on open, stored somewhere and written back to
> the file on save.

From 

https://lists.freedesktop.org/archives/libreoffice/2015-May/068280.html

> so I just traced back a regression to
> bc0a9076aa43a0782bcf81e55d3f84f6af0f68e8 and realized that the whole
> concept is flawed as long as we are not at the same time export the theme
> color file.

> Do you plan to fix that or are you ok with me disabling the whole grabbag
> based color export? It might improve the MSO compatibility a little bit for
> the price that LibreOffice itself can't handle the exported file anymore as
> we have no mapping for the theme colors during the next import.

> Regards,
> Markus

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


[Libreoffice-bugs] [Bug 90631] UI: Format-Area dialog, color tab is extremely confusing, with further regression in 5.3

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90631

--- Comment #15 from sergio.calleg...@gmail.com ---
> This use case is supposed to be done per extension. The minimal example is at 
> https://github.com/stbergmann/palette-extension. Click the green "Clone or 
> download" button and select zip. Extract and edit the file 
> palette-extension-master/src/palettes/ by adding/changing the entries 
>  (take the RGB value 
> like #FF from the color dialog in LibreOffice or any other tool; the 
> color name can be chosen freely). Once you are finished pack everything from 
> /palette-extension-master/src/ into a zip file (meaning description.xml etc. 
> is on the root) and rename the zip to oxt. This file can be shared- double 
> click in the file browser opens the extension manager. If you want a proper 
> name for your palette just rename the file "My Extension.soc". Everything is 
> also explained in the blog post.

Saw it, but looks too difficult to be proposed to non expert users. Hoped in
something easier. Do you think that it could make sense to propose, as an
enhancement request, some functionality to automatically convert the current
"custom palette" in an extension containing the corresponding soc file?
Possibly, functionalities for the management of palette extensions could be
implemented in a dedicated extension itself...

> You wont get repeated entries if palette names are different. html.soc is the 
> web standard of color with well-defined names, standard.soc what we use by 
> default (this palette is being updated again right now) and libreoffice.soc 
> the branding colors as defined by design and marketing.

Yes, I was expecting something like this, but I was wondering why I had these
soc files in my profile in the first place...

Thank you very much for all the help and sorry if I sort of abused the bug
tracker...

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


[Libreoffice-bugs] [Bug 103478] FILESAVE: PPTX - Shape fill color lost after roundtrip due to theme xml file

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103478

Luke  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 93597] FILEOPEN: Round-tripping OOXML chart with non-default styles results in blank chart

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93597

Luke  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 101932] VIEWING: Document canvas view jumps after deleting an object (picture, frame)

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101932

Thomas Lendo  changed:

   What|Removed |Added

   See Also||https://bz.apache.org/ooo/s
   ||how_bug.cgi?id=88413

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


[Libreoffice-bugs] [Bug 106486] DOCX, FILESAVE: Textbox height goes to zero when saving to docx and reloading

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106486

--- Comment #3 from Oliver Sander  ---
Incidentally, several text boxes in the footer appear to have incorrect heights
to begin with.  Curiously, when opening the odt file with MSOffice(!), it looks
much better.  I suspect that the file was originally created with MSO (is there
a way to tell?).  So who's to blame for the incorrect textbox heights in LO?

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


[Libreoffice-bugs] [Bug 90631] UI: Format-Area dialog, color tab is extremely confusing, with further regression in 5.3

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90631

--- Comment #14 from Heiko Tietze  ---
(In reply to sergio.callegari from comment #13)
> Suppose that I create a custom palette for some activity. For instance,
> imagine that I'm in a project with some other people and that we want all
> the material related to the project to have its own identity...

This use case is supposed to be done per extension. The minimal example is at
https://github.com/stbergmann/palette-extension. Click the green "Clone or
download" button and select zip. Extract and edit the file
palette-extension-master/src/palettes/ by adding/changing the entries
 (take the RGB value like
#FF from the color dialog in LibreOffice or any other tool; the color name
can be chosen freely). Once you are finished pack everything from
/palette-extension-master/src/ into a zip file (meaning description.xml etc. is
on the root) and rename the zip to oxt. This file can be shared- double click
in the file browser opens the extension manager. If you want a proper name for
your palette just rename the file "My Extension.soc". Everything is also
explained in the blog post.

> 2) Apparently, I have a standard.soc, a libreoffice.soc and an html.soc file
> in my LibO profile (a legacy of previous LibO versions?), which means that I
> am getting repeated entries in the palette selector. Is this expected?

You wont get repeated entries if palette names are different. html.soc is the
web standard of color with well-defined names, standard.soc what we use by
default (this palette is being updated again right now) and libreoffice.soc the
branding colors as defined by design and marketing.

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


[Libreoffice-bugs] [Bug 106486] DOCX, FILESAVE: Textbox height goes to zero when saving to docx and reloading

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106486

--- Comment #2 from Oliver Sander  ---
Created attachment 131809
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131809=edit
The test file saved 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 106486] New: DOCX, FILESAVE: Textbox height goes to zero when saving to docx and reloading

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106486

Bug ID: 106486
   Summary: DOCX,FILESAVE: Textbox height goes to zero when saving
to docx and reloading
   Product: LibreOffice
   Version: 5.3.0.0.alpha1+
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: oliver.san...@tu-dresden.de

Description:
Consider the attached odt document.  In the footer there is a text box saying
"Kein Zugang für...".  When I save the document as docx, close LibreOffice, and
open the docx file, then that text box appears to have (almost) zero height. 
Hence the text has become invisible.



Actual Results:  


Expected Results:



Reproducible: Always

User Profile Reset: No

Additional Info:
Version: 5.3.0.0.alpha1
Build ID: f4ca1573fcf445164c068c1046ab5d084e1b005f
CPU Threads: 4; OS Version: Linux 4.9; UI Render: default; VCL: gtk2; 
Locale: de-DE (de_DE.UTF-8); Calc: group


User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101
Firefox/50.0

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


[Libreoffice-bugs] [Bug 106486] DOCX, FILESAVE: Textbox height goes to zero when saving to docx and reloading

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106486

--- Comment #1 from Oliver Sander  ---
Created attachment 131808
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131808=edit
The test 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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

Thomas Lendo  changed:

   What|Removed |Added

   See Also||https://bz.apache.org/ooo/s
   ||how_bug.cgi?id=6709

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


[Libreoffice-bugs] [Bug 106485] New: let os fill space for eyecandy...

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106485

Bug ID: 106485
   Summary: let os fill space for eyecandy...
   Product: LibreOffice
   Version: 5.3.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pieterkristen...@gmail.com

Created attachment 131807
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131807=edit
OS fills space in libreoffice.

Just an idea... Why can't the os fill space that is not really used in
LibreOffice? All sytems have some sort of "panel". 
It would be nice to let those systems paint the "hole" in the UI of
LibreOffice. In the case op the attachment that is Neon KDE. But all systems I
can think of have such a panel. Windows, OSX, Linuxes etc. I made a mockup...
See attachment

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


[Libreoffice-bugs] [Bug 106130] incorrect/faulty comment position for OOXML documents

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106130

Aron Budea  changed:

   What|Removed |Added

   Keywords||filter:pptx
 Whiteboard||interoperability

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


[Libreoffice-bugs] [Bug 103706] Alternate Clone Formatting scope

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103706

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |

--- Comment #3 from Heiko Tietze  ---
Removing needsUXEval since no further input was done. Cor supports my idea of
split button while Jay wants an extra menu where the mode is being selected.
Both variants do the trick, the splitbutton is IMHO easier to use and
understand.

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


[Libreoffice-bugs] [Bug 106382] long comments associated with a change are incorrectly shown in manage changes dialog

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106382

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
 Blocks||83946


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83946
[Bug 83946] [META] Bugs for tracking changes
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 83946] [META] Bugs for tracking changes

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83946

Aron Budea  changed:

   What|Removed |Added

 Depends on||106380


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106380
[Bug 106380] autocorrect incorrectly includes characters in change tracking
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 83946] [META] Bugs for tracking changes

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83946

Aron Budea  changed:

   What|Removed |Added

 Depends on||106382


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106382
[Bug 106382] long comments associated with a change are incorrectly shown in
manage changes dialog
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106380] autocorrect incorrectly includes characters in change tracking

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106380

Aron Budea  changed:

   What|Removed |Added

 Blocks||83946


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83946
[Bug 83946] [META] Bugs for tracking changes
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106461] UI: Text fields in Form Properties dialog cover other widget (gtk2)

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106461

--- Comment #9 from Hiunn-hué  ---
Created attachment 131806
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131806=edit
screenshot_5.3.0.3_gtk3

I tried 5.3.0.3 with gtk3 (remove libreoffice-gtk2 and install libreoffice-gtk3
in repo), and I still see this issue.

--
OS: elementary OS 0.4 Loki (64-bit) based on: Ubuntu 16.04.2 LTS
DE: Pantheon
Themes: elementary and Arc

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


[Libreoffice-bugs] [Bug 106380] autocorrect incorrectly includes characters in change tracking

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106380

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #2 from Aron Budea  ---
Why shouldn't it be? The replacement was made after enabling track changes.

In fact, I think the incorrect part is that the replaced "a" isn't included
(eg. it should look very similar to going back, and changing "a" to "A"
manually after enabling track changes).

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


[Libreoffice-bugs] [Bug 106470] different Toolbar Layouts

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106470

Heiko Tietze  changed:

   What|Removed |Added

   Keywords||needsUXEval

--- Comment #4 from Heiko Tietze  ---
For the ordinary user it makes no difference, or at least should, whether the
toolbar is the conventional UI or an innovative Notebookbar. So ideally we
merge all together:

> Menubar -> View -> 
> 
 Toolbar Layout
 - Classic (AKA Default)
 - Single Toolbar
 - Contextual Groups
 - Contextual Single
 - Tabbed (with a better term here)

> Option 2:
> -
> A pop up dialogue menu (which would be the better, but need more work,
> solution because in the dialogue you can show previews, add the configure
> section and an link to user supported layouts -> extensions)

The proposal in
https://design.blog.documentfoundation.org/2016/12/21/evolving-past-the-restrictions-of-toolbars/
contains of a quick selection in the right-most section of the contextual
groups variant (the "favorite" icon with the label below which one is active).

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


[Libreoffice-bugs] [Bug 105729] RTF import ignores centered paragraph attribute in title style

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105729

Miklos Vajna  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |vmik...@collabora.co.uk
   |desktop.org |

--- Comment #9 from Miklos Vajna  ---
This is similar to bug 94435, except in this case the \qc is in the style, not
in the paragraph direct formatting. And again \ltrpar causes a problem. I'll
look into this.

(Once fixed, it may make sense to re-check the other bug documents, I'm not
sure if the root cause is really the same; you may need follow-up bugs for the
non-fixed other documents if there are any.)

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


[Libreoffice-bugs] [Bug 101932] VIEWING: Document canvas view jumps after deleting an object (picture, frame)

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101932

Thomas Lendo  changed:

   What|Removed |Added

 CC||thomas.le...@gmail.com
Summary|View jumps after deleting   |VIEWING: Document canvas
   |an object (picture, frame)  |view jumps after deleting
   ||an object (picture, frame)

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


[Libreoffice-bugs] [Bug 106470] different Toolbar Layouts

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106470

Julien Nabet  changed:

   What|Removed |Added

Summary|differnt Toolbar Layouts|different Toolbar Layouts

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


[Libreoffice-bugs] [Bug 88744] Experimental Visual formula editor does not link to system clipboard, also is missing Copy and Cut buttons in its selection context menu

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88744

V Stuart Foote  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 39750] [META] General Math formula editor improvements

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39750

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||106479


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106479
[Bug 106479] Implement context menu edit commands: cut, copy, paste for the
Formula command input panel
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106479] Implement context menu edit commands: cut, copy, paste for the Formula command input panel

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106479

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||momonas...@gmail.com,
   ||t...@fixedpoint.jp,
   ||vstuart.fo...@utsa.edu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=88
   ||744
 Blocks||39750
Summary|Enhancement Request: Edit   |Implement context menu edit
   |options on right click menu |commands: cut, copy, paste
   ||for the Formula command
   ||input panel
 Ever confirmed|0   |1

--- Comment #2 from V Stuart Foote  ---
In normal Formula Editor mode (e.g. Tools -> Options -> Advanced: Enable
Experimental features disabled) the system clipboard is linked to selections
made in the Formula Command Window.  The main menu Edit -> Cut|Copy|Paste and
Select All actions are each functional.

And because it functions from the menu, providing the Edit menu action for use
in the Formula Command window as additional context menu entries should be
possible.

But, as in the see-also bug 88744, when in the Visual Math Editor experimental
feature is enabled (Tools -> Options -> Advanced: Enable Experimental features)
the visual shell does not link to the system clipboard, and selection
cut|copy|paste actions are disrupted.  So with the new Visual Math Editor the
clipboard linkage needs attention, and providing context menu controls for
Cut|Copy|Paste would be of use here as well.

Any work done for this should probably go ahead and bring the Visual Formula
editor out of experimental mode.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=39750
[Bug 39750] [META] General Math formula editor improvements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106479] Enhancement Request: Edit options on right click menu

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106479

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Buovjaga  ---
Not sure, what the rationale is for the current context menu. Yet, nothing is
preventing you from saving a lot of time right now by using Ctrl-X, Ctrl-C and
Ctrl-V for cut, copy and paste.

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


[Libreoffice-bugs] [Bug 106465] Unable To Open Files Associated To LO Format Using Mouse Double Click or Laptop 's keyboard button

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106465

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |NOTOURBUG

--- Comment #2 from Buovjaga  ---
Well, it's obviously not the fault of LibreOffice. I found your topic, where
you discovered Nautilus is the culprit:
https://kororaproject.org/support/engage/question/libreoffice-files-unable-to-open-on-double-click-1

Closing.

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


[Libreoffice-bugs] [Bug 106484] UI: Print Properties Device tab dropdown items not applied or remembered

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106484

tmacalp  changed:

   What|Removed |Added

   Keywords||regression

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


[Libreoffice-bugs] [Bug 106484] New: UI: Print Properties Device tab dropdown items not applied or remembered

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106484

Bug ID: 106484
   Summary: UI: Print Properties Device tab dropdown items not
applied or remembered
   Product: LibreOffice
   Version: 5.0.0.5 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tmac...@gmail.com

Description:
Attempting to change items at the bottom of the Print Properties Device tab,
such as "Printer language type," "Color," or "Color depth" are completely
ignored and remain unset after clicking OK.

I found this testing old bugs relating to PostScript vs PDF Mode printing.  It
turns out that as of LO 5.0, this bug keeps these settings from being applied.

Steps to Reproduce:
1. New document/drawing/spreadsheet/etc...
2. File->Print
3. Click Properties
4. Select "Device" tab
5. Change "Printer language type" to something else
6. OK
7. Click Properties
8. Select "Device" tab again.

Actual Results:  
The Printer language type was never actually set, so it will return to its
original value.  Printing after clicking OK will generate a print job that does
not have the settings applied.

Expected Results:
The Printer language type should be set to whatever we changed it to, as it
used to.  


Reproducible: Always

User Profile Reset: Yes, fresh profile.

Additional Info:
LibreOffice refuses to set any 3 of these drop-down items ("Printer language
type," "Color," and "Color depth").  It's not that these items are applied but
not remembered.  Attempting to set these items will affect the print job.  This
could cause someone to accidentally print a huge job in color and potentially
waste a lot of money.  Note that I believe there is a bug with pdf mode
printing where attempting to change the print job to grayscale by using the
Color dropdown will be ignored.  It only works under PostScript printing.

LibreOffice appears to honor the global setting for either PDF Mode or
Postscript level from driver (Tools->Options->Print->PDF as standard print job
format).

One workaround is that if an item is selected in the Device tab main list like
Media Type (or whatever options your printer offers), the drop-down setting
will then be applied/remembered.  My guess is there is problem with the logic
for determining when a setting has been modified and will need to be
saved/applied.

This affects LO 5.0.0+ but not 4.4.7.  I wasn't sure if this would fall under
UI or Printing. 


User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
Firefox/45.0

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


[Libreoffice-bugs] [Bug 106348] LibreOffice hangs opening multiple docx

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106348

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #3 from Buovjaga  ---
This used to work without any special tricks for you?

See this topic:
https://ask.libreoffice.org/en/question/42975/how-can-i-run-multiple-instances-of-sofficebin-at-a-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 74604] UI: Make Navigation toolbar work on Hyperlinks and (Field) Cross-references too.

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74604

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #3 from Buovjaga  ---
Ok, let's set to NEW.

For reference: https://help.libreoffice.org/Writer/Navigation "Working With the
Navigation Toolbar"

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


[Libreoffice-bugs] [Bug 106335] Copying Attributes With the Clone Formatting Tool misses Impress

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106335

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
OK -> NEW

Do join the team, if you feel like it:
http://documentation.libreoffice.org/en/join-community/

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


[Libreoffice-bugs] [Bug 106324] LibreOffice.app includes 60 MB LibreOfficePython.framework tests folder

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106324

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsDevAdvice

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


[Libreoffice-bugs] [Bug 106376] Unable to print image fields in reports with HSQL V2.3.3

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106376

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
NEW per confirmation in Ask.

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


[Libreoffice-bugs] [Bug 106321] Impress slide object needs focus to update export jpg

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106321

Buovjaga  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

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


[Libreoffice-bugs] [Bug 106483] New: Copy and paste from web page with hyperlink does not copy entire selection

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106483

Bug ID: 106483
   Summary: Copy and paste from web page with hyperlink does not
copy entire selection
   Product: LibreOffice
   Version: 5.1.4.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bugcatch...@cox.net

Description:
When I highlighted a section of a web page and attempted to copy it into a
document, only part of the selection was copied.

Steps to Reproduce:
1. Go to this web page [1]. The words “Jesus Christ” are highlighted in yellow,
since that was the phrase I searched for.

2. Highlight entire verse [2], including chapter and verse in blue (2 Nephi
26:12), which is a hyperlink,  and
a. press ctrl-c  OR 
b. right-click mouse and select copy

3. Copy selection into a document

4. Note that only part of the selection (verse) is copied:
2 Nephi 26:12
[ missing words ]  Jesus is the very Christ, it must needs be that the Gentiles
be convinced also that Jesus is the Christ, the Eternal God;
The first part of the verse up to the highlighted word “Jesus” is missing!

5. Scratch head, lol, and repeat steps 2-4 to confirm that it was done
correctly
Yes it was done correctly, and is repeatable.

6. Go back to web page and copy only the verse, but NOT the chapter and verse
in blue. [3]

7.  Copy selection into a document

8. Note that all of the selection (verse) is copied [3]

9. Write bug report, including source code for specific section of web page
[4].
Could it be that the problem is in the “snippet” tag OR , the  pair 
OR the Jesus pair?

I did a file search of entire git directory structure (libo) and could find no
reference to any of these html tags. Where are they handled?



Actual Results:  
Only part of the highlighted section of a web page was copied into writer
document.

Expected Results:
Entire highlighted section of a web page should be copied into writer document.


Reproducible: Always

User Profile Reset: No

Additional Info:
[1]
https://www.lds.org/scriptures/search?lang=eng=Jesus+Christ=bofm=verse

[2] 2 Nephi 26:12
  12 And as I spake concerning the convincing of the Jews, that Jesus is
the very Christ, it must needs be that the Gentiles be convinced also that
Jesus is the Christ, the Eternal God;
The words “Jesus Christ” are highlighted in yellow on the web page, since that
was the phrase I searched for.

[3] And as I spake concerning the convincing of the Jews, that Jesus is the
very Christ, it must needs be that the Gentiles be convinced also that Jesus is
the Christ, the Eternal God;

[4]  
  https://www.lds.org/scriptures/bofm/2-ne/26.12?lang=eng#11;>2 Nephi
26:12
12 And as I spake concerning the convincing of the Jews, that Jesus is the very Christ, it must needs be that the Gentiles be
convinced also that Jesus is the Christ, the Eternal God;


Linux Mint x64 using cinnamon desktop



User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101
Firefox/51.0

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


[Libreoffice-bugs] [Bug 97815] switching to English function names does not work with _ADD functions

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97815

--- Comment #7 from Dennis Roczek  ---
meh, still REPRO with
Version: 5.3.0.3 (x64)
Build-ID: 7074905676c47b82bbcfbea1aeefc84afe1c50e1
CPU-Threads: 4; BS-Version: Windows 6.19; UI-Render: Standard; Layout-Engine:
neu; 
Gebietsschema: de-DE (de_DE); Calc: group

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


[Libreoffice-bugs] [Bug 40460] IRR function fails where a solution is available and Gnumeric and excel can find it

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40460

Dennis Roczek  changed:

   What|Removed |Added

 CC||o...@dci-electronics.nl

--- Comment #9 from Dennis Roczek  ---
I still can REPRO the bug with:
Version: 5.3.0.3 (x64)
Build-ID: 7074905676c47b82bbcfbea1aeefc84afe1c50e1
CPU-Threads: 4; BS-Version: Windows 6.19; UI-Render: Standard; Layout-Engine:
neu; 
Gebietsschema: de-DE (de_DE); Calc: group


@Winfried: something 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 80635] FILEOPEN: DOC file floating table spacing (margin) not imported properly

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80635

Luke  changed:

   What|Removed |Added

   Priority|medium  |high
   Severity|normal  |major

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


[Libreoffice-bugs] [Bug 106021] FORMATTING: Writer does not accept CSS box model for paragraphs

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106021

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||94587


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=94587
[Bug 94587] [META] ODF specification features missing or incorrectly imported
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94587] [META] ODF specification features missing or incorrectly imported

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94587

Thomas Lendo  changed:

   What|Removed |Added

 CC||thomas.le...@gmail.com
 Depends on||106021


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106021
[Bug 106021] FORMATTING: Writer does not accept CSS box model for paragraphs
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 99784] EXTENSION MANAGER - freeze / hang when attempting to install extensions on OSX 10.11 and macOS 10.12 by double-click on oxt file

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99784

--- Comment #87 from Telesto  ---
I did notice some progress, so again a Xcode Instruments Leak and Heap
analysis.
https://drive.google.com/open?id=0B7DezVIXHrQOUTVreXZJT3p2U3M (33 MB)

I used a non-finalized re-build. The CppunitTest did - as always - fail (log
attached). [I emptied dev/core/instdir, use ./setup --refresh to update and
build LibO again with: make 2>&1 | tee build.log]

As a consequence I can't give a correct build ID(I pulled git today around
13:00 UTC)

Version: 5.4.0.0.alpha0+
Build ID: ---
CPU threads: 4; OS: Mac OS X 10.12.4; UI render: default; 
Locale: en-US (en_US.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 40460] IRR function fails where a solution is available and Gnumeric and excel can find it

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40460

Dennis Roczek  changed:

   What|Removed |Added

   Keywords||filter:xls

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


[Libreoffice-bugs] [Bug 97908] Right ALT key not functional for key combinations

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97908

--- Comment #19 from Phil Krylov  ---
The solution is evident, revert 3ac9942c624cb627c8b09122498b45b05cf455f6 which
only broke things and find another solution for the problem which
3ac9942c624cb627c8b09122498b45b05cf455f6 tried to fix.

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


[Libreoffice-bugs] [Bug 92026] FILEOPEN: Borders not proper in table from DOCX

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92026

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

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

Version: 5.4.0.0.alpha0+
Build ID: d3b5bd4a07a619db6bee1c39c32280ac3c620532
CPU threads: 4; OS: Linux 4.8; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 100516] [FILEOPEN] Field Page Count (statistics) converted to number, but placed as field on wrong place on import of specific DOCX

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100516

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
Version|5.3.0.0.alpha0+ |5.0 all versions

--- Comment #3 from Xisco Faulí  ---
Reproduced in

Version: 4.5.0.0.alpha0+
Build ID: 2851ce5afd0f37764cbbc2c2a9a63c7adc844311
Locale: ca_ES

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


[Libreoffice-bugs] [Bug 105471] FILESAVE: cannot save writer document

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105471

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #13 from Xisco Faulí  ---
Hello Elmar,
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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


[Libreoffice-bugs] [Bug 104344] FILEOPEN DOCX: Chart isn't rendered correctly

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104344

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
Version|5.4.0.0.alpha0+ Master  |4.4 all versions

--- Comment #3 from Xisco Faulí  ---
Confirmed in

Version: 4.3.0.0.alpha1+
Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e

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


[Libreoffice-bugs] [Bug 101573] FILEOPEN: Writer loading a hyperlinked image with wrong content starts continuous loading loop

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101573

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||xiscofa...@libreoffice.org
 Resolution|--- |WORKSFORME

--- Comment #3 from Xisco Faulí  ---
I can no longer reproduce it in

Version: 5.4.0.0.alpha0+
Build ID: d3b5bd4a07a619db6bee1c39c32280ac3c620532
CPU threads: 4; OS: Linux 4.8; UI render: default; VCL: gtk2; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

Closing as RESOLVED 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 104260] FILEOPEN DOCX: Images in table appear only once

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104260

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
Version|5.3.0.0.alpha1+ |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 106309] Wrong placement of kashida causes defect in Arabic/ Persian text rendering

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106309

--- Comment #11 from Hossein  ---
Some presentation templates use custom letter spacing. This is usually the
source of problem. It may work for other languages, but right now, not for
languages based on Arabic script.

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


[Libreoffice-bugs] [Bug 106177] copy and paste special (formulas only) destroys merged cells

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106177

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|regression  |
 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #6 from Xisco Faulí  ---
Ok, so looking at the commit, this is not a bug. it's just that when you use
the Special copy, format option is not enabled, if you enable it, then the
cells aren't split.
Closing as RESOLVED NOTABUG

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


[Libreoffice-bugs] [Bug 100291] When using the Move/ Copy Sheet to a different workbook actions are grayed out ( only when 1 sheet exists in source document)

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100291

Timur  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected
 CC||gti...@gmail.com
   Hardware|x86-64 (AMD64)  |All
Version|5.0.6.3 release |Inherited From OOo

--- Comment #5 from Timur  ---
Personally, I don't consider this a bug and I'd recommend this be closed as
NotaBug or WintFix. I'd do it myself should there be no previous comment. 
LO cannot delete the last sheet and have empty workbook. If there's 1-sheet
document, it's normal to have only copy and delete the document. Move the only
sheet doesn't make sense.

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


[Libreoffice-bugs] [Bug 106309] Wrong placement of kashida causes defect in Arabic/ Persian text rendering

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106309

--- Comment #10 from Khaled Hosny  ---
Using letter spacing with Arabic script does not make much sense as it breaks
the letters. CSS even goes far to require that browsers ignore letter spacing
for scripts like Arabic, we probably should do that at some point, if only to
prevent users from shooting themselves in the foot.

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


[Libreoffice-bugs] [Bug 106177] copy and paste special (formulas only) destroys merged cells

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106177

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression
Version|5.3.0.3 release |4.3 all versions

--- Comment #5 from Xisco Faulí  ---
Regression introduced by:

author  Tsutomu Uchino    2014-01-23 11:28:01 (GMT)
committer   Caolán McNamara 2014-01-23 16:02:10
(GMT)
commit  65464fdf04cdadc602d53ef7fda81f0f0647ad46 (patch)
tree04ef29fede3cb638f918544255d9ba37d083bf2d
parent  ebf5e613a5bea74d6e9801224ab5c29a64b9b11c (diff)
Resolves: #i123626# change default for paste special dialog of Calc...
to Text, Numbers and Date and 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 104921] Make kashida insertion less brittle

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104921

Khaled Hosny  changed:

   What|Removed |Added

 Blocks||106309


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106309
[Bug 106309] Wrong placement of kashida causes defect in Arabic/Persian text
rendering
-- 
You are receiving this mail because:
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   >