[Libreoffice-bugs] [Bug 97522] New: Libreoffice Calc keeps crashing when moving entire rows up or down

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97522

Bug ID: 97522
   Summary: Libreoffice Calc keeps crashing when moving entire
rows up or down
   Product: LibreOffice
   Version: 4.4.7.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l.g.nieuwenhui...@gmail.com

I am working in Calc with multiple windows open, one of which is on a second
display. When I select some rows and move them to other empty rows, Libreoffice
(v 4.4.7.2) crashes and upon opening again, it 'retrieves' my documents, which
seems to be a fancy word for just loading my last saves.
This problem occurred several times now and I am a bit reluctant to update to v
5, sinc I hear it is less table than v. 4.4. and this one isn't even stable to
me.

I run Mac OS 10.11.3.

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


[Libreoffice-bugs] [Bug 97508] No highlight cell when the function exceeds 32 operations

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97508

--- Comment #2 from STY  ---
Created attachment 122348
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122348=edit
Bug sample

For the bug demonstration, please double click on B14 cell.
You will verify that some cells are not illuminated.

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


[Libreoffice-bugs] [Bug 97520] Formulas created in MS Word are not aligned with the rest of the text in Writer

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97520

--- Comment #4 from thomas  ---
sorry.. i looked for duplicates but didn't catch this one.. thx!

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


[Libreoffice-bugs] [Bug 97420] PDF export does not honour relative URL settings

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97420

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

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

Hello, you have to check "Export relative URL" in PDF options. Tested with
Version: 5.2.0.0.alpha0+ and it works correct.

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


[Libreoffice-bugs] [Bug 97369] SUM formulas, in the cell below one with the same formula (and maybe more?) are not calculate correctly in 5.1 (with more then ~100 rows)

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97369

--- Comment #37 from Ljiljan  ---
In new file, if you delete content of any row (complete content) and press
SHIFT + F9 it works until that empty row. Could it be that software interpreter
misinterpret  when it should stop calculating?

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


[Libreoffice-bugs] [Bug 97522] Libreoffice Calc keeps crashing when moving entire rows up or down

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97522

--- Comment #1 from Fledermaus  ---
Created attachment 122349
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122349=edit
error log of crash

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


[Libreoffice-bugs] [Bug 97369] SUM formulas, in the cell below one with the same formula (and maybe more?) are not calculate correctly in 5.1 (with more then ~100 rows)

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97369

--- Comment #39 from Tor Lillqvist  ---
Hmm. Simply removing this bit:

if (mnRowStart >= mpToken->GetRefRowSize())
{
return ScMatrix::IterateResult(0.0, 0.0, 0);
}
else

makes the calculations in the B column in the "even simpler example" correct,
but not the C column. And I have no idea whether such a change horribly breaks
something else.

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


[Libreoffice-bugs] [Bug 72196] FILTER: Implement ODF 1.2 HOST-USE-WILDCARDS

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72196

Eike Rathke  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |

--- Comment #10 from Eike Rathke  ---
I started to work on this.

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


[Libreoffice-bugs] [Bug 97501] Crash while closing the document after registering a new database

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97501

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||r...@post.cz
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 97523] New: letter over a tilde

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97523

Bug ID: 97523
   Summary: letter over a tilde
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Formula Editor
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rene.kopei...@gmail.com

It is not possible to write a letter over a ~, the closest you can get is when
you put it near the tilde with: widetilde {} {} csup{a}

Could you please change this?

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


[Libreoffice-bugs] [Bug 88205] Adapt uses of css::uno::Sequence to use initializer_list ctor

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88205

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

http://cgit.freedesktop.org/libreoffice/core/commit/?id=36c3229a2e7765901dc3c21da3b223eca33266a4

tdf#88205 Delete 'css::uno::Sequence' in framework

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 83522] getTransferable copy content to system clipboard when content is removed

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83522

pierre-yves samyn  changed:

   What|Removed |Added

 CC||pierre-yves.samyn@laposte.n
   ||et

--- Comment #5 from pierre-yves samyn  ---
Hi

I reproduce but getTransferable get access to a transferable representation of
*a selected part* of an object. The following line *removes* the selection:

cur.String = ""

If you comment this line the selection is still active and the content of the
clipboard is preserved.

Steps to reproduce:

1. Open your test case
2. Comment cur.String = ""
3. Select and copy "Bugzilla – Bug 83522"  to the top left of this page
4. Click at the beginning of your document (before the text)
5. Run your macro
6. Goto the end of your document, paste

Expected & actual result: "Bugzilla – Bug 83522" pasted

So you have to do the insertTransferable before you change the selection, e.g.

oSource = ThisComponent
cur = oSource.Text.createTextCursor()
cur.goRight(3, True)
oSource.CurrentController.select(cur)   
transferable = ThisComponent.CurrentController.getTransferable()
oTarget = stardesktop.loadcomponentfromurl("private:factory/swriter", "_blank",
0, array())
oTarget.currentController.insertTransferable(transferable)
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
dispatcher.executeDispatch(document, ".uno:Escape", "", 0, Array())
transferable = ThisComponent.CurrentController.getTransferable()
cur.String = "" 


HTH

Regards
Pierre-Yves.

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


[Libreoffice-bugs] [Bug 97518] Diagonal lines on embedded image after PDF export

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97518

raal  changed:

   What|Removed |Added

   Keywords||regression
 CC||r...@post.cz

--- Comment #4 from raal  ---
Hello David,

Thank you for filing the bug. Please send us a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO', so please do change it back to
'UNCONFIRMED' once you have attached a document.
(Please note that the attachment will be public, remove any sensitive
information before attaching it.)
How can I eliminate confidential data from a sample document?
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
Thank you

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


[Libreoffice-bugs] [Bug 95416] Get rid of #include "../foo/bar.hxx" style includes

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95416

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

http://cgit.freedesktop.org/libreoffice/core/commit/?id=078d5e8abf51a576dd8532d479fb39bfcb8a4e97

tdf#95416 Get rid of #include "../foo/bar.hxx" style includes.

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97517] FILEOPEN: DOCX import flips line incorrectly

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97517

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz,
   ||vmik...@collabora.co.uk
 Ever confirmed|0   |1

--- Comment #4 from raal  ---
I can confirm with Version: 5.2.0.0.alpha0+  for "Reduced test case (line)"

Miklos, maybe you're interested ..

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


[Libreoffice-bugs] [Bug 97163] Writer: Import .docx: wrong alignment or padding with small formulas in text lines

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97163

raal  changed:

   What|Removed |Added

 CC||xapi...@gmx.net

--- Comment #3 from raal  ---
*** Bug 97520 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97520] Formulas created in MS Word are not aligned with the rest of the text in Writer

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97520

raal  changed:

   What|Removed |Added

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

--- Comment #3 from raal  ---
Hello,

Thank you for submitting the bug. The bug has previously been reported, so this
bug will be added as a duplicate of it. You will automatically be CCed to
updates made to the other bug.

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

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


[Libreoffice-bugs] [Bug 97491] UI Names of paragraph styles with "Title" anywhere in style name (import from OOo) not visible in Styles and Formatting

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97491

Chris Sherlock  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #9 from Chris Sherlock  ---
Confirmed on OS X 10.11, happening on master.

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


[Libreoffice-bugs] [Bug 97518] Diagonal lines on embedded image after PDF export

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97518

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 97520] New: Formulas created in MS Word are not aligned with the rest of the text in Writer

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97520

Bug ID: 97520
   Summary: Formulas created in MS Word are not aligned with the
rest of the text in Writer
   Product: LibreOffice
   Version: 5.0.1.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xapi...@gmx.net

Created attachment 122345
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122345=edit
formulas are misaligned

when opening a docx file with formulas in it all the formulas are displayed
almost a line-height above the rest of the text.

clicking on the formular and closing the formular editor resets the positioning
of the formula to the proper alignment.

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


[Libreoffice-bugs] [Bug 70519] ACCESSIBILITY: option to make spelling and grammar checker wavy line THICKER

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70519

--- Comment #8 from Kumāra  ---
(In reply to estani from comment #7)
> It would be nice to see this happening. The problem is that the marking has
> no relation with the text size and/or zoom level. It's always one pixel
> height.

> You don't need to have eye problems to need this setup option; just use a
> high resolution screen.
> 
> So this is barely an ACCESSIBILITY problem.

I think you've just made it clear that this merits attention. Perhaps we can
consider this as more than an enhancement request.

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


[Libreoffice-bugs] [Bug 97520] Formulas created in MS Word are not aligned with the rest of the text in Writer

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97520

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
Hello ,

Thank you for filing the bug. Please send us a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO', so please do change it back to
'UNCONFIRMED' once you have attached a document.
(Please note that the attachment will be public, remove any sensitive
information before attaching it.)
How can I eliminate confidential data from a sample document?
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
Thank you

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


[Libreoffice-bugs] [Bug 97521] New: when opening microsoft docx files with formulas the sign for periodic numbers (dot) is not displayed properly

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97521

Bug ID: 97521
   Summary: when opening microsoft docx files with formulas the
sign for periodic numbers (dot) is not displayed
properly
   Product: LibreOffice
   Version: 5.0.1.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xapi...@gmx.net

Created attachment 122346
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122346=edit
periodic dot not shown

as you can see in the attachment the sign for periodic numbers (a dot above the
number) is not displayed.. it is replaced with a flipped questionmark.

the code for the formualar is  

size 12{0, {3}  cSup { size 8{ cdot } } } {}

but should be:

size 12{0, dot 3 }

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


[Libreoffice-bugs] [Bug 97420] PDF export does not honour relative URL settings

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97420

raal  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 97520] Formulas created in MS Word are not aligned with the rest of the text in Writer

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97520

--- Comment #2 from thomas  ---
Created attachment 122347
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122347=edit
the word document containing the bug(s)

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


[Libreoffice-bugs] [Bug 97520] Formulas created in MS Word are not aligned with the rest of the text in Writer

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97520

thomas  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 97369] SUM formulas, in the cell below one with the same formula (and maybe more?) are not calculate correctly in 5.1 (with more then ~100 rows)

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97369

--- Comment #38 from Tor Lillqvist  ---
One problem seems to be that in ScVectorRefMatrix::Sum() for the rows that are
after the first n, where n is the number of rows affected by the formula, the
function just returns some dummy zero result
(sc/source/core/tool/scmatrix.cxx:3403). But how to fix it I have no idea yet.

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


[Libreoffice-bugs] [Bug 97051] Writer crashes on saving document with header or footer after using page style dialog

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97051

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
Summary|Writer crashes when |Writer crashes on saving
   |document has header or  |document with header or
   |footer and you open page|footer after using page
   |style dialog|style dialog

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


[Libreoffice-bugs] [Bug 95531] DOC file initially opens with blank pages

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95531

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||aniste...@gmail.com
 Resolution|--- |WORKSFORME

--- Comment #6 from Xisco Faulí  ---
I can no longer reproduce this issue in

Version: 5.2.0.0.alpha0+
Build ID: 91c072b473beadda01a38dbc26086207c7b4d145
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-02-02_06:12:40
Locale: es-ES (es_ES)

Thus, close this 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93565] MAILMERGE: Mail merge doesn't work with version 5.0 (individual documents in PDF format does not increment to next record data)

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93565

--- Comment #16 from Jan-Marek Glogowski  ---
Created attachment 122351
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122351=edit
The merged document as ODT

Just as a reference, as I use it for testing ;-)

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


[Libreoffice-bugs] [Bug 93565] MAILMERGE: Mail merge doesn't work with version 5.0 (individual documents in PDF format does not increment to next record data)

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93565

Jan-Marek Glogowski  changed:

   What|Removed |Added

 Attachment #122351|application/odt |application/vnd.oasis.opend
  mime type||ocument.text

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


[Libreoffice-bugs] [Bug 89929] FILEOPEN: Image is flipped horizontally in PPTX

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89929

Juergen Weismueller  changed:

   What|Removed |Added

 CC||jweismuel...@web.de

--- Comment #6 from Juergen Weismueller  ---
Hallo LibreOffice Team, 
is there any chance that we could expect this issue to be resolved within the
next LibreOffice release? Thank you very much for feedback!

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


[Libreoffice-bugs] [Bug 97526] New: Copy of the first line of the page and inserting, produce a page break (exept of the first page)

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97526

Bug ID: 97526
   Summary: Copy of the first line of the page and inserting,
produce a page break (exept of the first page)
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: juergen.funk...@cib.de

Created attachment 122353
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122353=edit
Example from LO and saved in MSWord

First scenario (with MSWord):
-
 1. In a empty doc insert "First Line in Lo" 
 2. save as odt
 3. load in MSWord insert "Second Line in MS" 
 4. and save
 5. load in Lo
 6. copy the "First Line in Lo"
 7. on a new paragraph insert the Line
 8. you can see a page break and the "First Line in Lo"

When you not have MSWord, you can you us the attached file then you can start
with setp 5

I have investigate and found follow

In LO it is: 

  
 
  


And when MSWord save, it look like:

  

  


The different is: 

style:master-page-name="MP0" 
fo:break-before="page" 

I have found a side 
 http://books.evc-cit.info/odbook/ch03.html#master-styles-section 
is decript this and i am not sure is LO wrong or msword, but LO copy here
wrong.


I have found the Bug 39400 but it descript the problem in the first page
without MSWord. 


---

Second scenario (only LO)
-
 1. In a empty doc insert "First line on page 1" 
 2. insert a manuel page break (CTRL-Enter)
 3. insert "First line on page 2" 
 4. copy the "First line on page 2"
 5. insert on the new paragraph the Line
 6. you can see on the new page 3 the "First line on page 2"

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


[Libreoffice-bugs] [Bug 97525] vcl: make DeletionListener internal ...

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97525

Michael Meeks  changed:

   What|Removed |Added

   Keywords||difficultyBeginner,
   ||easyHack, skillCpp,
   ||topicCleanup
 Status|UNCONFIRMED |NEW
 CC||libreoffice@lists.freedeskt
   ||op.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=96
   ||888
 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89929] FILEOPEN: Image is flipped horizontally in PPTX

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89929

--- Comment #7 from Xisco Faulí  ---
It looks like flip problem is no longer reproducible in

Version: 5.2.0.0.alpha0+
Build ID: 91c072b473beadda01a38dbc26086207c7b4d145
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-02-02_06:12:40
Locale: es-ES (es_ES)

However, the image's position isn't correct in this version

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


[Libreoffice-bugs] [Bug 95694] One cannot print to A4 size paper in Impress.

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95694

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #3 from Cor Nouws  ---
I expect this is related to "Use only paper size from printer preferences"
checkbox on the File > Print .. Options tab.
?
See
https://bugs.documentfoundation.org/show_bug.cgi?id=61186
and
https://wiki.documentfoundation.org/ReleaseNotes/4.1#Other

(So possibly a duplicate of 67576 ? )

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


[Libreoffice-bugs] [Bug 97525] vcl: make DeletionListener internal ...

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97525

Chris Sherlock  changed:

   What|Removed |Added

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

--- Comment #2 from Chris Sherlock  ---
On second thoughts, I might welsh on this one :-)

Some other lucky person can have the pleasure! Sorry all.

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


[Libreoffice-bugs] [Bug 97518] Images are distorted diagonally on PDF export when OpenGL rendering is NOT enabled

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97518

Cor Nouws  changed:

   What|Removed |Added

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

--- Comment #6 from Cor Nouws  ---
Ah, another issue for this.

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

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


[Libreoffice-bugs] [Bug 97190] BaseURL assertion when using Import MathML from clipboard

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97190

Michael Stahl  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |mst...@redhat.com
   |desktop.org |
Summary|New insert MathML formula   |BaseURL assertion when
   |error dialog|using Import MathML from
   ||clipboard

--- Comment #7 from Michael Stahl  ---
sorry about that, the problem that these assertions were trying to discover in
all applications is that a missing base URL means we can't convert relative
URLs in the document to absolute URLs, but that seems to be a non-issue with
Math currently, especially if you insert from the clipboard.

also, i hope the automated import/export tests have found all cases that
trigger these assertions by now anyway.

so disabling the Math assertion, fixed on master.

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


[Libreoffice-bugs] [Bug 78916] Custom page size missing from print dialog

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78916

--- Comment #9 from Cor Nouws  ---
Hi Huber,

(In reply to huber.joseph from comment #0)

> There is no "Custom" paper size available in the LibreOffice "Print" dialog
> box. LibreOffice picks a paper size closest to the actual document page
> size, and uses that. This results in improper placement of the content on
> the page whent printed.

Click "Use only paper size from printer preferences" checkbox on the File >
Print .. Options tab.

See
https://bugs.documentfoundation.org/show_bug.cgi?id=61186
and
https://wiki.documentfoundation.org/ReleaseNotes/4.1#Other

So I think closing as duplicate of 67576 is appropriate?

(Note: discussion on improving the position of that option is ongoing)

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


[Libreoffice-bugs] [Bug 97527] vcl: reference-count Menu ...

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97527

Chris Sherlock  changed:

   What|Removed |Added

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

--- Comment #1 from Chris Sherlock  ---
I'll take this one. This is going to be interesting :-)

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


[Libreoffice-bugs] [Bug 97505] From Print Preview mode, Print dialog "Pages" field not adjusted when blank pages are suppressed

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97505

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #5 from V Stuart Foote  ---
On Windows 10 Pro 64-bit en-US with
Version: 5.2.0.0.alpha0+
Build ID: 32096592fcf067d50e22090135b542325f5e3e62
CPU Threads: 8; OS Version: Windows 6.19; UI Render: GL; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-02-02_23:59:30
Locale: en-US (en_US)

Behavior of Print dialog launched from Writer "Print Preview" mode now matches
that of the Print dialog launched from Writer "Normal" view.  

When "PrintEmptyPages" is set false, count of pages are adjusted as done for
bug 89708

Thanks!

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


[Libreoffice-bugs] [Bug 93249] Word counter freezing

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93249

David García  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from David García  ---
Hello,

Using LO 5.0.4.2 (portable version), things seem to be fine now for the most
part:

1. To sum up, there's no freezing now, and word count should be accurate. I say
"should" because the word count in LO doesn't exactly match the word count  on
Word 2013 (2 941 795 words on LO vs 2 939 184 words on Word 2013). The page
count isn't the same either.

2. Though the word count is displayed as soon as the file is open, page count
(over 4000 pages) takes as long as 5 minutes and 15 seconds on a
first-generation i7 with 8 GB of DDR3 RAM.

As said before, I can't upload the file because it belongs to my brother. If
the word/page count mismatch shouldn't happen, I could try to find a long,
copyright-free document and do some tests.

Thanks!

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


[Libreoffice-bugs] [Bug 94739] Images are distorted diagonally on PDF export when OpenGL rendering is enabled

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94739

--- Comment #32 from Caolán McNamara  ---
see bug 96653 for that problem

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


[Libreoffice-bugs] [Bug 94269] Replace "n" prefix for bool variables with "b"

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94269

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.1.0|target:5.1.0 target:5.2.0

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


[Libreoffice-bugs] [Bug 94269] Replace "n" prefix for bool variables with "b"

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94269

--- Comment #9 from Commit Notification 
 ---
Chris Sherlock committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=8db902785ed40ef388218bd5068f14f5d4bedd69

tdf#94269 Replace "n" prefix for bool variables with "b"

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89493] PRINTING: paper size doesn't respect printer's default settings

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89493

Cor Nouws  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||c...@nouenoff.nl
 Resolution|--- |DUPLICATE

--- Comment #8 from Cor Nouws  ---
(In reply to Paolo Benvenuto from comment #0)

> In order to get A4 accepted I must set it and print the doc to file: after
> that A4 is saved.

Click "Use only paper size from printer preferences" checkbox on the File >
Print .. Options tab.

See
https://bugs.documentfoundation.org/show_bug.cgi?id=61186
and
https://wiki.documentfoundation.org/ReleaseNotes/4.1#Other

Closing as duplicate of 67576

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

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


[Libreoffice-bugs] [Bug 96653] PNG graphics are corrupted when exported to PDF

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96653

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 94739] Images are distorted diagonally on PDF export when OpenGL rendering is enabled

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94739

Cor Nouws  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 97518] Images are distorted diagonally on PDF export when OpenGL rendering is NOT enabled

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97518

Cor Nouws  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
 CC||c...@nouenoff.nl
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=94
   ||739
Summary|Diagonal lines on embedded  |Images are distorted
   |image after PDF export  |diagonally on PDF export
   ||when OpenGL rendering is
   ||NOT enabled

--- Comment #5 from Cor Nouws  ---
I see this problem too.
It's the opposite of https://bugs.documentfoundation.org/show_bug.cgi?id=94739

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


[Libreoffice-bugs] [Bug 97524] New: VLOOKUP

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97524

Bug ID: 97524
   Summary: VLOOKUP
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: shettyu...@gmail.com

Created attachment 122352
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122352=edit
Please look into the problematic cell D40 in the attached file. The correct
answer is 1.5 but shows wrong value 7.85

When I open an excel file in LO, at one place, the VLOOKUP gives a wrong
result. This file was created in excel. I have tried with all possible remedies
available in internet. 

One way I could rectify this by writing a new formula in LO. Since we have many
files of excel, it is difficult to maintain this way.


Thanks & Regards,

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


[Libreoffice-bugs] [Bug 33791] Print system fails to use or allow user to select correct paper size for printing (with certain configuration/printer)

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33791

Cor Nouws  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME
Summary|Print system fails to use   |Print system fails to use
   |or allow user to select |or allow user to select
   |correct paper size for  |correct paper size for
   |printing|printing (with certain
   ||configuration/printer)

--- Comment #32 from Cor Nouws  ---
Setting to WorksForMe.

The improvement for the OP came through a changed configuration/printer, rather
then through a specific commit.

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


[Libreoffice-bugs] [Bug 97513] In Pivot tables, compute sum for numbers and counts for other formats by default

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97513

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
Valid enhancement.

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


[Libreoffice-bugs] [Bug 79583] Other: Nonstandard Paper Size doesn't print

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79583

Cor Nouws  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||c...@nouenoff.nl

--- Comment #6 from Cor Nouws  ---
(In reply to elicoten from comment #0)

> However, when I came to try to print it, it would not print correctly. The
> print dialog box showed the dimensions of A6 (140mm x 105mm) and I couldn't
> find any way to change this. I tried to print it anyway, but it came out
> wrong.

Is this related to "Use only paper size from printer preferences" checkbox on
the File > Print .. Options tab. ??

See bug 61186
and https://wiki.documentfoundation.org/ReleaseNotes/4.1#Other

(Then we could close as duplicate of bug 67576
and note that bug 94343 is about improving the position)

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


[Libreoffice-bugs] [Bug 97525] vcl: make DeletionListener internal ...

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97525

--- Comment #3 from Michael Meeks  ---
Heh - my hope was that Nurhak might do this one =)

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


[Libreoffice-bugs] [Bug 97525] New: vcl: make DeletionListener internal ...

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97525

Bug ID: 97525
   Summary: vcl: make DeletionListener internal ...
   Product: LibreOffice
   Version: 5.1.0.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael.me...@collabora.com

The header: vcl/impdel.hxx - which is included in a ton of files looks strongly
to me as if it should (instead) be internal to VCL:

git grep DeletionListener
git grep DeletionNotifier

Appears to show no hits outside vcl/; so something like:

git move include/vcl/impdel.hxx vcl/inc

And then fixing all the internal vcl include paths to be just #include
"impdel.hxx" would be great. Then dunging all the redundant include statements
out of other modules would be great ! =)

Thanks !

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


[Libreoffice-bugs] [Bug 76142] EU-conform digital signatures (XAdES, ASiC container) in Libre Office

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76142

Miklos Vajna  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 94739] Images are distorted diagonally on PDF export when OpenGL rendering is enabled

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94739

--- Comment #31 from Caolán McNamara  ---
and now they are distorted diagonally when opengl rendering is not enabled

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


[Libreoffice-bugs] [Bug 94269] Replace "n" prefix for bool variables with "b"

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94269

Chris Sherlock  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||chris.sherloc...@gmail.com
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 45168] Add Option to crop (reduce size of) Images in PDF Export

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45168

--- Comment #13 from Cor Nouws  ---
So for renewing my understanding of this:
 - it is when images are croped in the document, that then at PDF-export only
that part of the image ?
 - so not the same as setting the resolution in the dialog PDF Options..

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


[Libreoffice-bugs] [Bug 97525] vcl: make DeletionListener internal ...

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97525

Chris Sherlock  changed:

   What|Removed |Added

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

--- Comment #1 from Chris Sherlock  ---
I'm happy to take this one. 

I'll try to give it to you in one patch :-) No more little patches I promise
Michael!

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


[Libreoffice-bugs] [Bug 97527] New: vcl: reference-count Menu ...

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97527

Bug ID: 97527
   Summary: vcl: reference-count Menu ...
   Product: LibreOffice
   Version: 5.1.0.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael.me...@collabora.com

We have a nice VclPtr<> template for reference counting the odd vcl/ types that
we have around the place. However it currently is only good for counting
OutputDevice derivatives.

That is a shame - we really need to do the same conversion of delete ->
dispose, and handling references properly for a number of other types both
internal (in vcl/ backends) and external.

To do that we need to split the VclPtr pieces out of OutDev into another
base-class; say: "VclReferenceBase" or something (?) - you'll see the acquire,
delete, mutable mnRef also these guys:

protected:
/// release all references to other objects.
virtual voiddispose();

public:
/// call the dispose() method if we have not already been disposed.
voiddisposeOnce();
boolisDisposed() const { return mbDisposed; }

So - step #1 is to factor that out into a nice base-class and inherit
'OutputDevice' from that - then re-run 'make check' etc. ;-)

Step #2 of this - is to then convert the next class to use that; a good target
might be: Menu

so:

class VCL_DLLPUBLIC Menu : public ::VclReferenceBase, public Resource

or somesuch - and then switch all Menu instances on the stack, or as members
into VclPtr< Menu >'s - and ... well everything do as for the VclPtr<> cleanup
- but for Menu classes =)

Hopefully then we can move onto the internal structures in VCL too.

Thanks ! =)

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


[Libreoffice-bugs] [Bug 97332] SVG: Incorrect fill color

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97332

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC||philip...@hotmail.com

--- Comment #4 from Yousuf (Jay) Philips  ---
Not able to reproduce on Linux Mint 17.3 Mate.

Version: 5.2.0.0.alpha0+
Build ID: 513d5c5781ec14f8512432f31290a3d54c8d57df
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-02-01_10:25:20
Locale: en-US (en_US.UTF-8)

Might be some underlying library on your system that LO is relying on. What
version of Ubuntu are you running?

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


[Libreoffice-bugs] [Bug 97543] New: INSERT: SVG and attributes ignored

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97543

Bug ID: 97543
   Summary: INSERT: SVG  and  attributes ignored
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisectRequest, filter:svgInsert, regression
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: aniste...@gmail.com

Steps:
1) Open Writer
2) Insert
https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/displayWebStats.svg
3) Compare the output with what you can find in your browser or inkscape and
that the arrows next to 'Click and drag these red and green grippies!' are
missing.

The SVG code that seems to be ignored, but used to be processed in 4.3.7.2.


  
  
  
  
  
  


Version: 5.2.0.0.alpha0+
Build ID: 513d5c5781ec14f8512432f31290a3d54c8d57df
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-02-01_10:25:20
Locale: en-US (en_US.UTF-8)

Screenshots:
LibreOffice - attachment 122365
Opera - attachment 122366

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


[Libreoffice-bugs] [Bug 97538] INSERT: SVG image cropped

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97538

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||filter:svgInsert,
   ||regression
 CC||aniste...@gmail.com
Version|5.2.0.0.alpha0+ Master  |4.4.7.2 release
 Whiteboard|svgInsert   |

--- Comment #1 from Yousuf (Jay) Philips  ---
Tested 4.3.7 and all of the shape appears and in 4.4.7.2 the crop is there.

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


[Libreoffice-bugs] [Bug 97540] New: ADD AUTOSAVE FILE EVERY "?" MINUTE, BECAUSE AUTO‑RECOVERY NOT WORK WÊLL.

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97540

Bug ID: 97540
   Summary: ADD AUTOSAVE FILE EVERY "?" MINUTE, BECAUSE
AUTO‑RECOVERY NOT WORK WÊLL.
   Product: LibreOffice
   Version: 5.0.4.1 rc
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nem...@hotmail.com

Hi,

I write to complain about your tool,

First you added an autosave recovery info featune in save/load option, 
but in not work well at all !

The program crash / hang lot, 
and after reloading the file, 
Libre Office say that i can recover the file because it is missing in folder ?
(temporary or backup I don't know)
Please help !

In option, why did you not added :
"Auto Save" File every "?" Minute ???

I don't comprehend, 
why autorecovery information backup ,
who is bugged and lot of time irrecoverable
instead than auto save file & make a backup of previous version first ???

Kanth you.

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


[Libreoffice-bugs] [Bug 84985] ICONS: Galaxy color icons have red line underneath them

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84985

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #4 from Regina Henschel  ---
The reason is clear, but not the solution.

Reason:
The calculation in line#161 in method ToolboxButtonColorUpdater::Update in file
svx\source\tbxctrls\tbxcolorupdate.cxx uses implicit integer arithmetic, and
the implementation of point, size and rectangle in tools/gen.cxx seems to
assume integer row and column numbers instead of a coordinate system.

If the icon size is a multiple of 4, there are no rounding problems. Problems
are for icon size 22×22 and for icon size 26×26

We have:

Breeze, Elementary, Human, Industrial, Sifr, Tango: 24×24, no problem

Crystal: 22×22, are not delivered, has no such icon, no problem

Oxygen: 22×22.
Vertical update range row 16..20.
Calculation height of update range = 22 / 4 = 5, OK
Calculation of top = 22 * 3 / 4 = 66 /4 = 16. OK
The icons in Oxygen are transparent in pixel row 21.

Galaxy, High contrast: 26×26
Vertical update range row 20..25
Calculation height of update range = 26 / 4 = 6, OK
Calculation of top = 26 * 3 / 4 = 78 / 4 = 19. Wrong.

Problem: It is not possible to generally round up, or to generally count from
the bottom row, because it then does not fit for Oxygen.

Possible solution:
(A) Make the calculation depend on number of pixel rows (22/26/others).
(B) Move the update range in Galaxy and High Contrast one pixel up.
(C) Reduce the icon size in Galaxy and High Contrast for these icons to 24×24.
The theme Galaxy has already some icons of size 24×24.

Suggestion?

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


[Libreoffice-bugs] [Bug 97493] Crash on creating new document

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97493

--- Comment #2 from Kurt Roeckx  ---
I have HD2000 graphics, and see that there are some related bugs that this
might be a duplicate of this.

In any case, I find those solution here unacceptable:
- Crash the first time, but then disable something the 2nd time.
- Tell people that they need to remove a working profile to be able to upgrade
to a newer version.

If there is an OpenGL issue, it probably also shouldn't be segfaulting but
recover in some sane way.

If the driver is really broken I suggest you start working on a blacklist, but
I currently doubt that it's the driver.  In any case if you think it's the
driver it would be nice if you could provide a simple test case.

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


[Libreoffice-bugs] [Bug 97531] INSERT: Gradients in SVG shown as solid color

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97531

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||bibisectRequest,
   ||filter:svgInsert,
   ||regression
 CC||aniste...@gmail.com
Version|5.2.0.0.alpha0+ Master  |4.3.7.2 release
 Whiteboard|svgInsert   |

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


[Libreoffice-bugs] [Bug 97545] New: BUG : Command « .* » used in Libre Office not recognized in Open Office?=,=?UTF-8?Q? Ħêlph !

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97545

Bug ID: 97545
   Summary: BUG : Command « .* » used in Libre Office not
recognized in Open Office, Ħêlph !
   Product: LibreOffice
   Version: 5.0.4.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nem...@hotmail.com

Hi,

The modification command ".* .*" in Libre Office,
to make the change inside many terms,
is not recognized in Open Office,

What is the command to use in Open Office ?
Can you tell me ?

Do you have a common code (prefix suffix) like ".*" to use in both ?
Please if not make it, I hope.

Kanth you.

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


[Libreoffice-bugs] [Bug 97493] Crash on creating new document

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97493

m.a.riosv  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 97544] New: Featune Request : to be able to set in "Path" "Autocorrection" name of each file of variant languages used

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97544

Bug ID: 97544
   Summary: Featune Request : to be able to set in "Path"
"Autocorrection" name of each file of variant
languages used
   Product: LibreOffice
   Version: 5.0.4.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nem...@hotmail.com

Hi, 

I have a problem, 
I use now Open Office & Libre Office, 
because libre office crash to much, 
I use the same "Google Drive" pro "path used".

But the All modification have two name different :

- acor_.dat (open office)
- acor_und.dat (open office)

Also I would able to set the name of the files of auto-correction like this :

Now "acor_en-GB.dat" "acor_en-GB_MYNAME.dat"
Now "acor_fr-BE.dat" "acor_fr-BE_MYNAME.dat"

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


[Libreoffice-bugs] [Bug 97539] New: INSERT: SVG clippath not fully supported

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97539

Bug ID: 97539
   Summary: INSERT: SVG clippath not fully supported
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com

Created attachment 122363
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122363=edit
LibreOffice vs Opera

Steps:
1) Open Writer
2) Insert https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/clippath.svg
3) Compare the output with what you can find in your browser or inkscape

Version: 5.2.0.0.alpha0+
Build ID: 513d5c5781ec14f8512432f31290a3d54c8d57df
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-02-01_10:25:20
Locale: en-US (en_US.UTF-8)

References:
http://www.w3.org/TR/SVG11/masking.html
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/clipPath
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/clip-path

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


[Libreoffice-bugs] [Bug 97539] INSERT: SVG clippath not fully supported

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97539

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Whiteboard||svgInsert

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


[Libreoffice-bugs] [Bug 97534] INSERT: SVG smoothness of lines change on zoom level and refresh

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97534

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||filter:svgInsert
 CC||aniste...@gmail.com
 Whiteboard|svgInsert   |

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


[Libreoffice-bugs] [Bug 84985] ICONS: Galaxy color icons have red line underneath them

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84985

--- Comment #5 from Yousuf (Jay) Philips  ---
I would go with solution A or B. Which ever is easiest.

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


[Libreoffice-bugs] [Bug 97541] INSERT: Part of SVG shape not rendered

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97541

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Whiteboard||svgInsert

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


[Libreoffice-bugs] [Bug 97541] New: INSERT: Part of SVG shape not rendered

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97541

Bug ID: 97541
   Summary: INSERT: Part of SVG shape not rendered
   Product: LibreOffice
   Version: 4.3.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com

Created attachment 122364
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122364=edit
LibreOffice vs Inkscape

Steps:
1) Open Writer
2) Insert https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/dh.svg
3) Increase the size of the image so it equals to the width of the page
4) Notice that the top right corner of the light blue shape isnt being rendered

Regression as this doesnt happen in 4.0.6.2. Randomly at some zoom levels, the
missing corner did appear.

Version: 5.2.0.0.alpha0+
Build ID: 513d5c5781ec14f8512432f31290a3d54c8d57df
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-02-01_10:25:20
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 97542] New: INSERT: SVG text fill color not used

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97542

Bug ID: 97542
   Summary: INSERT: SVG text fill color not used
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: filter:svgInsert
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: aniste...@gmail.com

Created attachment 122365
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122365=edit
LibreOffice

Steps:
1) Open Writer
2) Insert
https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/displayWebStats.svg
3) Compare the output with what you can find in your browser or inkscape and
see that the help and mode buttons on the top left and right are supposed to be
in yellow.

The SVG code states that the text is yellow with 'fill="yellow"', but instead
there is a gradient on it.

HELP

MODE

Version: 5.2.0.0.alpha0+
Build ID: 513d5c5781ec14f8512432f31290a3d54c8d57df
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-02-01_10:25:20
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 97542] INSERT: SVG text fill color not used

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97542

--- Comment #1 from Yousuf (Jay) Philips  ---
Created attachment 122366
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122366=edit
Opera

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


[Libreoffice-bugs] [Bug 95729] Autofilter buttons All, OK and Cancel do not show the accelerators

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95729

--- Comment #7 from Katarina Behrens (CIB)  ---
Gtk-, maybe Windows-only issue, can't repro w/ KDE UI

Possible regression from 74407aef94b6d8dfdd69891c4a6e578587ef3e71

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


[Libreoffice-bugs] [Bug 97539] INSERT: SVG clippath not fully supported

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97539

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||filter:svgInsert
 CC||aniste...@gmail.com
 Whiteboard|svgInsert   |

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


[Libreoffice-bugs] [Bug 97541] INSERT: Part of SVG shape not rendered

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97541

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||bibisectRequest,
   ||filter:svgInsert,
   ||regression
 Whiteboard|svgInsert   |

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


[Libreoffice-bugs] [Bug 97536] INSERT: SVG shapes have light outlines

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97536

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||filter:svgInsert
 CC||aniste...@gmail.com
Version|5.2.0.0.alpha0+ Master  |4.0.6.2 release
 Whiteboard|svgInsert   |

--- Comment #3 from Yousuf (Jay) Philips  ---
Sometimes the lines are in red -
https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/digg.svg

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


[Libreoffice-bugs] [Bug 97537] INSERT: SVG text color and style incorrect

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97537

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||filter:svgInsert
 CC||aniste...@gmail.com
Version|5.2.0.0.alpha0+ Master  |5.0.4.2 release
 Whiteboard|svgInsert   |

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


[Libreoffice-bugs] [Bug 97529] New: STDEV() - wrong result wehn adding a (; ) at the end of Formula

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97529

Bug ID: 97529
   Summary: STDEV() - wrong result wehn adding a (;) at the end of
Formula
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hhaup...@gmail.com

Created attachment 122354
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122354=edit
shows the bug (or feature)

When calulating a standard deviation from different cells it can happend to get
a worng result if a speator at the end.

A example file in the apendix..


The result of =STABW(A1;B1;C1;D1;E1)  and =STABW(A1;B1;C1;D1;E1;) is differnt!

We Found this in different Versions (3.x and 5.04.2) on Mac and Linux Computers
in english and german version

=STABW(1;2;3;4;5) -> Result 1,5811388301
=STABW(1;2;3;4;5;) -> Result 1,8708286934

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


[Libreoffice-bugs] [Bug 97369] SUM formulas, in the cell below one with the same formula (and maybe more?) are not calculate correctly in 5.1 (with more then ~100 rows)

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97369

--- Comment #40 from Tor Lillqvist  ---
Changing the GetRefRowSize() to GetArrayLength() in ScVectorRefMatrix::Sum()
has some beneficial effects, but then introduces other kinds of breakage for
some corner cases (empty cells). 

if (mnRowStart >= mpToken->GetArrayLength())
{
return ScMatrix::IterateResult(0.0, 0.0, 0);
}
else if (nDataSize > mpToken->GetArrayLength() + mnRowStart)
{
nDataSize = mpToken->GetArrayLength() - mnRowStart;
}

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


[Libreoffice-bugs] [Bug 90855] DIALOG: Improve the 'Insert Bookmark' dialog

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90855

Samuel Mehrbrodt  changed:

   What|Removed |Added

   Keywords|needsDevEval|difficultyInteresting,
   ||easyHack, skillCpp
 CC|libreoffice-ux-advise@lists |libreoffice@lists.freedeskt
   |.freedesktop.org|op.org,
   ||samuel.mehrbr...@cib.de

--- Comment #5 from Samuel Mehrbrodt  ---
EasyHack:
The ui file is in sw/uiconfig/swriter/ui/insertbookmark.ui and the code in
sw/source/ui/misc/bookmark.cxx .

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


[Libreoffice-bugs] [Bug 97528] New: New database crashed at the first start

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97528

Bug ID: 97528
   Summary: New database crashed at the first start
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: leo.ha...@gmail.com

Libre office crashed after making a new database. 
I created a new adatbase, registered it and then LO crashed. After restart LO
repaired that new database and opened it in the tab "Forms". In going to the
tab "Tables" LO crashed again. Reinstallation of LO did not help.

I use: Windows 10, version 1511, LO version 5.0.4.2 (x64).

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


[Libreoffice-bugs] [Bug 97218] REMOVE comment will crash impress

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97218

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||aniste...@gmail.com
 Resolution|--- |FIXED

--- Comment #7 from Xisco Faulí  ---
I can't reproduce the issue in

Version: 5.2.0.0.alpha0+
Build ID: 0e7cd653ea90da388820220bf6a3eb140b57bbd6
CPU Threads: 1; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-01-25_00:31:55
Locale: en-US (en_US.UTF-8)

Thus, close this as RESOLVED FIXED

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


[Libreoffice-bugs] [Bug 97525] vcl: make DeletionListener internal ...

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97525

--- Comment #4 from NURHAK ALTIN  ---
Now, I'm on that bug thanks for orientation =)

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


[Libreoffice-bugs] [Bug 91762] Inserting table has incorrect row heights

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91762

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.2.0   | target:5.2.0 target:5.0.6

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


[Libreoffice-bugs] [Bug 91762] Inserting table has incorrect row heights

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91762

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

http://cgit.freedesktop.org/libreoffice/core/commit/?id=7583d19a58f9aa0fed51c248c1773285e2cb39cf=libreoffice-5-0

tdf#91762: Check wether the row and the cell have text...

It will be available in 5.0.6.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78916] Custom page size missing from print dialog

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78916

--- Comment #10 from huber.jos...@tx.rr.com ---
(In reply to Cor Nouws from comment #9)
> Hi Huber,
> 
> (In reply to huber.joseph from comment #0)
> 
> > There is no "Custom" paper size available in the LibreOffice "Print" dialog
> > box. LibreOffice picks a paper size closest to the actual document page
> > size, and uses that. This results in improper placement of the content on
> > the page whent printed.
> 
> Click "Use only paper size from printer preferences" checkbox on the File >
> Print .. Options tab.
> 
> See
> https://bugs.documentfoundation.org/show_bug.cgi?id=61186
> and
> https://wiki.documentfoundation.org/ReleaseNotes/4.1#Other
> 
> So I think closing as duplicate of 67576 is appropriate?
> 
> (Note: discussion on improving the position of that option is ongoing)

This solution doesn't solve the problem.  LibreOffice ignores whatever paper
size is set in the printer preferences and picks whatever size it thinks the
document should use.

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


[Libreoffice-bugs] [Bug 97528] New database crashed at the first start

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97528

Leo Harms  changed:

   What|Removed |Added

Version|unspecified |5.0.4.2 release

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


[Libreoffice-bugs] [Bug 96644] Crash after Switch off of Header or Footer

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96644

Björn Michaelsen  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 97051] Writer crashes on saving document with header or footer after using page style dialog

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97051

Björn Michaelsen  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=96
   ||644
 Resolution|--- |FIXED

--- Comment #14 from Björn Michaelsen  ---
Bug 96644 is likely a dupe with the same root cause (bibisected to the same
commit).

Also resolving this as fixed per comment 13.

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


[Libreoffice-bugs] [Bug 96644] Crash after Switch off of Header or Footer

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96644

Björn Michaelsen  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #2 from Björn Michaelsen  ---
Likely a dupe/same root cause as 97051. Please (re)check with a daily build of
today or later as per
https://bugs.documentfoundation.org/show_bug.cgi?id=97051#c13.

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


[Libreoffice-bugs] [Bug 92866] Keyboard command shortcuts don't work in start center

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92866

V Stuart Foote  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 92720] EDITING: Report-Builder - Report fails to open with Charts in a Report

2016-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92720

Michael Stahl  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |mst...@redhat.com
   |desktop.org |

--- Comment #11 from Michael Stahl  ---
fixed on master

also fixed the problem that the report document didn't actually have a base url
which causes asserts on master when loading the nested embedded charts

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


  1   2   >