[Libreoffice-bugs] [Bug 73756] Other: mmult with transpose arg drops last row

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73756

mariosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||mari...@miguelangel.mobi
 Ever confirmed|0   |1

--- Comment #1 from mariosv  ---
Hi Larry, thanks for reporting.

I don't know how but seems only a change in the array range.

Please try:
Go to A12
Ctrl+/
[F2]
Select and copy the formula
Esc
Del
Right arrow + Left arrow (for broke the range selection)
[F2]
Paste the formula
Ctrl+Shift+Enter.

Seems right for me.

-- 
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 73758] New: Other: Copying a word or phrase into "find" box.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73758

  Priority: medium
Bug ID: 73758
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Other: Copying a word or phrase into "find" box.
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: istep...@vaxxine.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.4.2 release
 Component: Spreadsheet
   Product: LibreOffice

Problem description: 
I often want to find a specific phrase, or string of numbers, i.e. a phone
number, in a spreadsheet.  It would be very helpful to copy that phrase or
string into the find box.  As it not currently possible to do this useful task,
I consider this a bug.

Steps to reproduce:
1. 
2. 
3. 

Current behavior:

Expected behavior:


Operating System: Mac OS X
Version: 4.1.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 66986] EDITING: PIVOT TABLE, moving a row field to a page field and back, change pivot table location one row down.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66986

--- Comment #4 from mariosv  ---
If you can't reproduce, why do you change the status to RESOLVED?.
Or you can't wait until a person with enough knowledge in calc can verify it. I
don't think we are playing to hide the bugs.

If it is a bug, it is a MAB, but it was put in MAB, before confirmation, also
for show how some triage is made.

-- 
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 73756] New: Other: mmult with transpose arg drops last row

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73756

  Priority: medium
Bug ID: 73756
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Other: mmult with transpose arg drops last row
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: cppljev...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.2.3 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 92313
  --> https://bugs.freedesktop.org/attachment.cgi?id=92313&action=edit
.ods demonstrating bug.

Problem description: 

I've a spreadsheet with 2 3x2 matridces side by side (A1:D3).
I want to mmult(A1:B3;transpose(C1:D3)); however,
the result has the last row truncated.  IOW, the
resulting matrix is 2x3 instead of 3x3.

Steps to reproduce:

Here's the printout of formulas in csv notation:

1,4,7,10
2,5,8,11
3,6,9,12
,,,
{=3DTRANSPOSE(C1:D3)},{=3DTRANSPOSE(C1:D3)},{=3DTRANSPOSE(C1:D3)},
{=3DTRANSPOSE(C1:D3)},{=3DTRANSPOSE(C1:D3)},{=3DTRANSPOSE(C1:D3)},
,,,
"{=3DMMULT(A1:B3,A5:C6)}","{=3DMMULT(A1:B3,A5:C6)}","{=3DMMULT(A1:B3,A5:C6)=
}",
"{=3DMMULT(A1:B3,A5:C6)}","{=3DMMULT(A1:B3,A5:C6)}","{=3DMMULT(A1:B3,A5:C6)=
}",
"{=3DMMULT(A1:B3,A5:C6)}","{=3DMMULT(A1:B3,A5:C6)}","{=3DMMULT(A1:B3,A5:C6)=
}",
,,,
"{=3DMMULT(A1:B3,TRANSPOSE(C1:D3))}","{=3DMMULT(A1:B3,TRANSPOSE(C1:D3))}","=
{=3DMMULT(A1:B3,TRANSPOSE(C1:D3))}",
"{=3DMMULT(A1:B3,TRANSPOSE(C1:D3))}","{=3DMMULT(A1:B3,TRANSPOSE(C1:D3))}","=
{=3DMMULT(A1:B3,TRANSPOSE(C1:D3))}",

IOW, when the array formula:

 MMULT(A1:B3,TRANSPOSE(C1:D3))

is put in A12, the result is a 2 row by 3 column
matrix.

Current behavior:

The result is a 2 row by 3 column matrix in A12:C13

Expected behavior:

The result should be a 3 row by 3 column matrix
the same as that in A8:C10

BTW, this was reported at:

http://listarchives.libreoffice.org/global/users/msg36097.html

but that post received no response; hence, I assume
no body has experienced it and it is an actual bug
instead of me doing something stupid.

-regards,
Larry


Operating System: Ubuntu
Version: 4.1.2.3 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 68392] Formatting / Printing: Layer infomation of visio file is ignored when when showing a visio diagram in LibreOffice

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68392

--- Comment #6 from Valek Filippov  ---
Layers attributes are in the PageSheet->LayerList->LayerIX chunks.
Attributes decoded by OLEToy, so visible/printable/color/transparency etc are
known. Layer name seems to be in formula blocks, hence libvisio is not ready to
extract that.

Shapes are linked to layers via PropList->LayerMem chunks.

-- 
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 54157] LibreOffice 4.0 most annoying bugs

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Joel Madero  changed:

   What|Removed |Added

 Depends on|66986   |

-- 
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 66986] EDITING: PIVOT TABLE, moving a row field to a page field and back, change pivot table location one row down.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66986

Joel Madero  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 66986] EDITING: PIVOT TABLE, moving a row field to a page field and back, change pivot table location one row down.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66986

Joel Madero  changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO
 Blocks|54157   |

--- Comment #3 from Joel Madero  ---
most definitely not a MAB - removing. Please don't put your own bug on the MAB
list.

-- 
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 73741] EDITING: image base64

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73741

bfoman  changed:

   What|Removed |Added

 CC||bfo.bugm...@spamgourmet.com

--- Comment #1 from bfoman  ---
Link above opens
http://www.netpublic.fr/wp-content/uploads/2013/02/recherchegoogle.jpg. What do
you mean by base64 image?

-- 
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 73369] Crash when closing Writer with Sidebar enabled (WinXP SP3)

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73369

--- Comment #14 from Bohumír Džubej  ---
I am sorry. I do not write about Windows 8.1 Enterprise 64 bit. I write about
Windows XP SP3 32 bit.

-- 
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 73753] Crash: If connected database is an Calc .ods file, Base crashes on CLOSE

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73753

Gerry  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 73753] New: Crash: If connected database is an Calc .ods file, Base crashes on CLOSE

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73753

  Priority: medium
Bug ID: 73753
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Crash: If connected database is an Calc .ods file,
Base crashes on CLOSE
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: gerry.trep...@googlemail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Database
   Product: LibreOffice

Version: 4.1.4.2
Build-ID: 410m0(Build: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 73494] Font fallback issue with text of mixed directionality in the UI

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73494

Khaled Hosny  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Khaled Hosny  ---
For the poor sole that would be looking into this in the future, the proplem
seems to be in this if block:

https://gerrit.libreoffice.org/gitweb?p=core.git;a=blob;f=vcl/source/gdi/sallayout.cxx;h=30be7b152ed2490fcd75dfd9d1c3be55c7dd64ab;hb=HEAD#l652

Changing adding 1 to aPosVector.begin() in the RTL branch fixes the issue in
the tooltip but breaks RTL font fallback in the text area. The whole fallback
layout code is total crack, so I don’t have the slightest idea what is going
on.

-- 
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 73660] EDITING: Search does not find words with soft hyphen

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73660

Michael Stahl  changed:

   What|Removed |Added

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

--- Comment #2 from Michael Stahl  ---
check for possible new value -1 for hint start was missing...

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 73470] CRASH - in Calc SEARCH function when search string contains double quote

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73470

--- Comment #6 from Alex Thurgood  ---
yes, it is still reproducible, just not when gdb is 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 60589] [Template manager]: Can not copy styles between different files and templates

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60589

--- Comment #17 from Petr Valach  ---
I think that this is one of the most annoying "bugs" or features. Copying
styles among files is very important. You can use plugin Template changer, but
as you can see it is not an effective solution.

-- 
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 73749] search for text in Impress via ctrl-f crashes LibreOffice.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73749

JPJ  changed:

   What|Removed |Added

  Attachment #92302|application/octet-stream|text/plain
  mime type||

-- 
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 68392] Formatting / Printing: Layer infomation of visio file is ignored when when showing a visio diagram in LibreOffice

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68392

--- Comment #5 from Arnaud Versini  ---
@Fridrich, 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 73222] EDITING: Copy and paste values with formulas/cell formated as date

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73222

--- Comment #6 from Fernando  ---
My  LibO 4,1,4,2 Portuguese as the same paste options as the english version:
- paste special , which opens a pop-up windows with around twenty fields,
- or paste only, which opens a submenu with "Text/Number/Formula",
When I said "copy/paste special (value only)" I meant “paste only/number”.

-- 
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 73660] EDITING: Search does not find words with soft hyphen

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73660

Michael Stahl  changed:

   What|Removed |Added

 CC||matteo.casa...@yahoo.com,
   ||mst...@redhat.com

--- Comment #1 from Michael Stahl  ---
ee999b1c5fe6d116e18354ef3359912d33101dc7..a1aea9418f860595641da8dcc971f656eaacf8a3

regression from:

commit ebeff3f074dd94dce4ce6cc55abd0495103684bd
Author: Matteo Casalin 
AuthorDate: Tue Nov 12 00:46:22 2013 +0100

xub_StrLen to sal_Int32 in SwIndex and some related

-- 
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 68392] Formatting / Printing: Layer infomation of visio file is ignored when when showing a visio diagram in LibreOffice

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68392

m_josenh...@web.de changed:

   What|Removed |Added

   Severity|major   |normal
   Priority|high|medium

-- 
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 73751] FILEOPEN: Text Import tool corrupts imported data

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73751

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with 4.1 sources, I don't reproduce this.
Could you give it a try to 4.1.4?

-- 
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 66011] FILEOPEN: We are unable to open this rtf file with Writer.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66011

Julien Nabet  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
 Whiteboard|BSA |BSA (target:4.3.0)
 CC||vmik...@collabora.co.uk

--- Comment #5 from Julien Nabet  ---
Miklos: any idea which patch(es) could be cherry-picked from master to fix the
pb on 4.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 66011] FILEOPEN: We are unable to open this rtf file with Writer.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66011

--- Comment #4 from Julien Nabet  ---
Created attachment 92305
  --> https://bugs.freedesktop.org/attachment.cgi?id=92305&action=edit
bt with symbols on 4.2

bt from 4.2 sources updated today.

-- 
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 64842] Accessibility - high-contrast inverse theme(s) (white FG, Black BG) not applied to documents.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64842

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||vstuart.fo...@utsa.edu

--- Comment #3 from V Stuart Foote  ---
setting as duplicate of bug 71511 which has been verified fixed

Per Björn Michaelsen same issue with all OSs from a prior commit.

I tested in HC mode of RHEL 6.4/Centos 6.4 and found today's commit
http://cgit.freedesktop.org/libreoffice/core/commit/?id=7f7a0275be241b8a5e1d1cda0a1da613e3af61d3
does restore use of the Linux DTE's HC settings when Tools -> Options ->
Accessibility: Options for high contrast appearance are checked on.

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

-- 
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 73542] EDITING: Calc crashes on deleting a row.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73542

--- Comment #2 from bfoman  ---
Created attachment 92304
  --> https://bugs.freedesktop.org/attachment.cgi?id=92304&action=edit
Bug 73542 - WinDbg session with FAILED_SOURCE_CODE

Confirmed with:
Version: 4.2.0.2
Build ID: cd65d6220c5694ee7012d7863bcde3455c9e3c30
Windows 8.1 Enterprise 64 bit

Attached full WinDbg session with FAILED_SOURCE_CODE.

-- 
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 54157] LibreOffice 4.0 most annoying bugs

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Bug 54157 depends on bug 66986, which changed state.

Bug 66986 Summary: EDITING: PIVOT TABLE, moving a row field to a page field and 
back, change pivot table location one row down.
https://bugs.freedesktop.org/show_bug.cgi?id=66986

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|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 54157] LibreOffice 4.0 most annoying bugs

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

mariosv  changed:

   What|Removed |Added

 Depends on||66986

-- 
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 66986] EDITING: PIVOT TABLE, moving a row field to a page field and back, change pivot table location one row down.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66986

mariosv  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---
 Blocks||54157
 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 66986] EDITING: PIVOT TABLE, moving a row field to a page field and back, change pivot table location one row down.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66986

--- Comment #2 from mariosv  ---
Created attachment 92303
  --> https://bugs.freedesktop.org/attachment.cgi?id=92303&action=edit
Screenshot how I see.

The bug is still there with:
Win7x64Ultimate
Version: 4.0.6.2 (Build ID: 2e2573268451a50806fcd60ae2d9fe01dd0ce24)
Version: 4.1.6.0.0+ Build ID: 80df333af59124d484f7d87d83ba0acaef003eb
Version: 4.2.0.2 Build ID: cd65d6220c5694ee7012d7863bcde3455c9e3c30
Version: 4.2.1.0.0+ Build ID: d72321b665f54946cf603e6f30740f31151c898f
 TinderBox: Win-x86@42, Branch:libreoffice-4-2, Time:
2014-01-16_02:01:06
Version: 4.3.0.0.alpha0+ Build ID: 42f551d524a1df46f6a311d5897ac30bd8fc1aaf
 TinderBox: Win-x86@39, Branch:master, Time: 2014-01-15_22:44:37

-- 
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 73020] Viewing: LO 4.2.0.1 (RC1) Calc : Fast Scrolling a table with Sliders creates artifacts (win only)

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73020

--- Comment #9 from Karl  ---
The same on LO 4.2.0.2 (RC2)

kind regards
karl

-- 
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 73656] MAILMERGE: Mailmerge fields crash on exit

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73656

bfoman  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from bfoman  ---
Marked as INVALID per comment 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 73749] search for text in Impress via ctrl-f crashes LibreOffice.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73749

--- Comment #3 from JPJ  ---
Created attachment 92302
  --> https://bugs.freedesktop.org/attachment.cgi?id=92302&action=edit
backtrace log

-- 
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 73749] search for text in Impress via ctrl-f crashes LibreOffice.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73749

--- Comment #2 from JPJ  ---
Renaming my profile did not fix the problem.

Extension manager shows these in the new profile:
- English spelling dictionaries, hyphenation rules, thesaurus, and grammar
checker 201.12.05.1
- French spelling dictionary, hyphenation rules, and thesaurus 4.11,
Discollecte
- Solver for Nonlinear Programming 0.9, The Document Foundation
- Spanish spelling dictionary, hyphenation rules, and thesaurus 0.7, rla-es
- Wiki Publisher 1.1.1, The Document Foundation

These are the additional extensions in my original profile:
Alternative searching 1.4, Tomas BILEK
Zotero LibreOffice Integration 3.5.8

Also, the Extensions button at the bottom of the left column of Start
Center does not function at all.  It appears active but does nothing.  Perhaps
this is related.

I don't have a libreoffice-dbg package but I'm attaching the backtrace
results anyway.

-- 
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 73616] FILEOPEN: Writer freezes when opening particular .doc file

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73616

Michael Stahl  changed:

   What|Removed |Added

 Whiteboard|BSA, ConfirmedRegression|BSA
 CC||caol...@redhat.com,
   ||mst...@redhat.com
Summary|FILEOPEN: Writer freezes|FILEOPEN: Writer freezes
   |when opening some   |when opening particular
   |.doc/.docx files|.doc file
Version|4.1.4.2 release |Inherited From OOo
   Keywords|regression  |

--- Comment #7 from Michael Stahl  ---
loop introduced by:

commit b966a09c2da9441961c93c44be556399575db849
Author: Caolán McNamara 
AuthorDate: Mon Oct 1 23:57:06 2012 +0100

Resolves: fdo#54862 extra ++n causing merged cells to be skipped

commit 567c1db25bd705faac44203e4a3d01d0f5e1385c reverted a pile
of other commits, including 858b5b4f36a357fe7192e7c2ed9cc3cdfc81fd8f
but didn't revert the ++n of that commit, leading to merge groups
getting skipped

the document loops in 4.0.0.3 already and in 3.5.7.2 too and also in OOo 3.3
and 3.2.1 too.

...reading bug 54862 is becomes clear what happened: 

the WW8 filter had for some time (starting in 3.6.0) a bug in the import
of merged table cells, and that bug was fixed by the above commit.

so this bug is not really a regression, it was pure accident that this document
does not loop when the tables are not properly imported.

-- 
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 73658] VIEWING: Page zoom, page preview and correct cell wrapping

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73658

--- Comment #2 from m...@willpom.com ---
If I remember rightly this wasn't an issue with MS Office 2004 which I used
prior to Openoffice then Libreoffice. The reason I say this is that this is one
of the problems that has irked me from the outset of me using Open/Libreoffice.

-- 
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 73369] Crash when closing Writer with Sidebar enabled (WinXP SP3)

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73369

bfoman  changed:

   What|Removed |Added

 CC||bfo.bugm...@spamgourmet.com

--- Comment #13 from bfoman  ---
Checked with:
Version: 4.2.0.2
Build ID: cd65d6220c5694ee7012d7863bcde3455c9e3c30
Windows 8.1 Enterprise 64 bit

Could not reproduce. No 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 73656] MAILMERGE: Mailmerge fields crash on exit

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73656

--- Comment #2 from m...@willpom.com ---
Please close this bug. I came across another similar bug with a comment on
resetting the user profile. This has so far stopped Libreoffice crashing on
exit from documents with fields in. Therefore I assume something was corrupt
somewhere in my settings.

I still believe Mailmerge could be improved in areas however, especially how to
select which records to be merged. I know Libreoffice isn't Microsoft Office
but their tabular system with check boxes is so much more user friendly.

-- 
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 73751] FILEOPEN: Text Import tool corrupts imported data

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73751

Jamil  changed:

   What|Removed |Added

Summary|FILEOPEN: CSV import error  |FILEOPEN: Text Import tool
   ||corrupts imported data

-- 
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 73503] VIEWING: Graphical environment crashes

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73503

Adolfo Jayme (fitoschido)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTOURBUG

--- Comment #2 from Adolfo Jayme (fitoschido)  ---
Please report this to the Cinnamon developers. Their bug tracker is located at
https://github.com/linuxmint/Cinnamon/issues.

-- 
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 51952] Awful performance of text entry in tables

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51952

Björn Michaelsen  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #2 from Björn Michaelsen  ---
(In reply to comment #1)
> No problem with LO 3.5.4 or LO 3.6.0.0beta3.
> Please, could you update your installation (current version is 3.5.4) and
> try again?
thus NEEDINFO.

-- 
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 73574] EDITING: LO 4.2 rc 1 & rc 2 crashes when trying to insert pagenumber in .docx file

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73574

--- Comment #9 from bfoman  ---
(In reply to comment #5)
> sorry to mark this as 'obsolete'. Document contains private information, so
> I'm convinced this it is not good to have this in our public bug database.

The proper way to delete an attachment with private data is to file a bug
report similar to bug 57005. Obsolete attachment is still visible and can be
downloaded.
Also please contact the reporter first...

-- 
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 73751] New: FILEOPEN: CSV import error

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73751

  Priority: medium
Bug ID: 73751
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: CSV import error
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: mja...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.1.2 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 92301
  --> https://bugs.freedesktop.org/attachment.cgi?id=92301&action=edit
Sample CSV file

Problem description: 
When importing a CSV file, values of "0E" hex are imported as "0".  The Text
Import dialog/preview area does show the correct value(s).


Steps to reproduce:
1. Create a CSV file containing hex including some "0E" value(s):
1B,E1,7D,07,FD,00,1B,0D,00,
1B,E1,7C,07,FE,00,1C,0E,00,

2. Import the CSV file into Calc.


Current behavior:
Instance(s) of "0E" shown correctly in Text Import dialog, but on loading into
Calc they show up as "0"


Expected behavior:
Values from CSV file should be imported into Calc as is / as shown in Text
Import dialog.
Operating System: Windows XP
Version: 4.1.1.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 66011] FILEOPEN: We are unable to open this rtf file with Writer.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66011

--- Comment #3 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I can open the obsolete
attached file.

-- 
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 73470] CRASH - in Calc SEARCH function when search string contains double quote

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73470

bfoman  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
 CC||bfo.bugm...@spamgourmet.com

--- Comment #5 from bfoman  ---
Closing per comment 4 as INVALID. Please file a new report if still
reproducible.

-- 
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 34472] Paragraph indent cannot work well in using char unit

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34472

Björn Michaelsen  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #9 from Björn Michaelsen  ---
(In reply to comment #8)
> But because I have no knowledge about this char indent can anybody else
> reconfirm this issue?
Thus NEEDINFO.

-- 
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 73574] EDITING: LO 4.2 rc 1 & rc 2 crashes when trying to insert pagenumber in .docx file

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73574

bfoman  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||bfo.bugm...@spamgourmet.com
 Ever confirmed|0   |1

--- Comment #8 from bfoman  ---
Could you please write detailed steps to reproduce the crash? I inserted few
page numbers in footer here an there without a 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 54157] LibreOffice 4.0 most annoying bugs

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Bug 54157 depends on bug 48775, which changed state.

Bug 48775 Summary: CRASH when opening biblio.odb via tools menu without Base 
module installed
https://bugs.freedesktop.org/show_bug.cgi?id=48775

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 48775] CRASH when opening biblio.odb via tools menu without Base module installed

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48775

Björn Michaelsen  changed:

   What|Removed |Added

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

--- Comment #34 from Björn Michaelsen  ---
(In reply to comment #32)
> I installed 4.2.0.1 over the older version (I think it was 4.1.2.3) and the
> base module was not installed (no File->New->Database menu entry, crash was
> reproducible). The bug was however resolved after I deinstalled the older
> LibreOffice, then reinstalled 4.2.0.1 instead of merely upgrading (Base is
> then installed).

Closing this one as WORKSFORME then. Forcing to always install all components
even on update is an different issue IMHO and should get a new bug then.

-- 
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 73749] search for text in Impress via ctrl-f crashes LibreOffice.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73749

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with 4.2 sources updated some days ago, I don't reproduce
this.

- Did you install any LO specific extensions?
- Could you rename your LO directory profile (see
https://wiki.documentfoundation.org/UserProfile) and give it a new try?

If you still reproduce this, could you retrieve a backtrace, copy paste the
content in a file and attach the file to the bugtracker? (see
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#Windows:_How_to_get_a_backtrace)

-- 
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 73574] EDITING: LO 4.2 rc 1 & rc 2 crashes when trying to insert pagenumber in .docx file

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73574

bfoman  changed:

   What|Removed |Added

  Attachment #92068|1   |0
is obsolete||

--- Comment #7 from bfoman  ---
Comment on attachment 92068
  --> https://bugs.freedesktop.org/attachment.cgi?id=92068
Begeleidingsplan (aangepast)12-1-2014.docx

Unobsolete per comment 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 73738] MS Word and LibreOffice writer formatting incompatibility

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73738

Alexandr  changed:

   What|Removed |Added

  Attachment #92280|text/plain  |application/octet-stream
  mime type||

-- 
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 73656] MAILMERGE: Mailmerge fields crash on exit

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73656

bfoman  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||bfo.bugm...@spamgourmet.com
 Ever confirmed|0   |1

--- Comment #1 from bfoman  ---
Please add an archive with test documents to allow others to check on different
builds/platforms.

-- 
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 72628] Different font substitutes used for view in Writer vs. export for PDF

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72628

--- Comment #27 from Jorendc  ---
(In reply to comment #26)
> I never understood the bibisect output, but I assume those are the suspected
> source tree commits, right? (they all seem to be OUString conversion
> commits).

Indeed. I spoke with Norbert and Michael S. today on IRC, related to this
bibisect. Looks like I bibisected the turnover in behavior. The oldest possible
LibreOffice-version in the Mac OSX bibisect package doesn't export _any_ text,
so I made the assumption the behavior was 'good', to bibisect further.

The next bibisection 'good' and 'bad' is made on the fact the export is
exporting the font as in version 4.1 (see attachment 'LO 4.1 PDF output').
During the whole bibisect there was no correct behavior (same exported font, as
font in editor/Writer).
The 'good' behavior I bibisected was: 
"Wrong in editor, correct in pdf export"
'bad':
"correct in editor, wrong in pdf export".

So, my bibisection is incorrect and just shows the turn-over point from 'good'
and 'bad' behavior as described above.

I'm sorry for the confusion

-- 
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 68876] EDITING: Hang and page count loop when copy & paste

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68876

--- Comment #15 from Jean-Baptiste Faure  ---
I do not reproduce anymore with version 4.2.1.0.0+ on Ubuntu 13.10 64 bits.

Best regards. JBF

-- 
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 73608] docx import: loop&crash if the style: basedOn attribute can't be found or points to itself

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73608

bfoman  changed:

   What|Removed |Added

 CC||bfo.bugm...@spamgourmet.com

--- Comment #3 from bfoman  ---
Checked with:
Version: 4.2.0.2
Build ID: cd65d6220c5694ee7012d7863bcde3455c9e3c30
Windows 8.1 Enterprise 64 bit

Could not reproduce. Documents open fine. No 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 36400] Proposal for wide screen usage

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36400

--- Comment #5 from Gerry  ---
Can this enhancement request be closed? This is what the new sidebar is doing.
It makes use of the typical widescreen format of modern screens. 

It is not exactly what was requested (being able to move toolbars to the
right/left edge), but I think this bug can be closed in the presence of the
sidebar?!?

-- 
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 59399] FILEOPEN: LibreOffice cannot open .xlsx file in strict variant

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59399

--- Comment #4 from Philip Smith  ---
I believe the point is that this kind of .xlsx file, made by Excel 2013 (if
requested), is in the *new* MS format OOXML strict variant that old Excel (pre
2013?) cannot read and LO cannot yet read. As this format has become an ISO
standard, and as people start to use the strict variant for
standards/compatibility reasons, it would be very useful for LO to support it
(though also encourage use of ODF).

Bug 56048 is the same thing for the new .docx format and has just been made
highest priority.

-- 
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 53309] Feature Request - Import PDF files and Adobe Illustrator .ai files as pictures/vector graphics

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53309

Gerry  changed:

   What|Removed |Added

 CC||gerry.trep...@googlemail.co
   ||m
Summary|: Features Request - import |Feature Request - Import
   |pictures as .pdf and .ai|PDF files and Adobe
   |files   |Illustrator .ai files as
   ||pictures/vector graphics

--- Comment #3 from Gerry  ---
I second this. Adobe Illustrator is widely used and an .ai import as vector
graphic would be good. Here is some information on the file format:
http://en.wikipedia.org/wiki/Adobe_Illustrator_Artwork. Old .ai files are based
on EPS, which is supported by LibreOffice. New .ai files are based on PDF. 

Importing PDF files as pictures (or vector graphic?) is a great idea, since it
is a typical use case that people need to get images or graphics from a PDF to
a presentation or document.

-- 
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 73749] New: search for text in Impress via ctrl-f crashes LibreOffice.

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73749

  Priority: medium
Bug ID: 73749
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: search for text in Impress via ctrl-f crashes
LibreOffice.
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: ja...@joines.org
  Hardware: x86-64 (AMD64)
Status: NEW
   Version: 4.2.0.2 rc
 Component: Presentation
   Product: LibreOffice

Searching for text in Impress via ctrl-f crashes LibreOffice.  This happened
every time I searched in an existing powerpoint presentation.  I then created a
simple 6 slide Impress presentation from a template in the presentation wizard
with a single line of text on each slide.  LibreOffice also crashes each time I
search for text via ctrl-f in this new Impress presentation.


I'm using the x86-64 version of LibreOffice 4.2.0.2 (4.2 RC 2) on Kubuntu
12.04.4.

-- 
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 73488] PDF: Crash when export to pdf

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73488

--- Comment #4 from David  ---
The one thing that I can think of that would be a common feature in my
experience is that it always seems to happen if I have been working on one or
more documents for a long period of time.  I don't think I've ever have had it
crash when opening a file and immediately proceding to export it to PDF.

-- 
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 72229] Background images in page headers are incorrectly shown (too large or too small depending of the type of image)

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72229

Joel Madero  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 72628] Different font substitutes used for view in Writer vs. export for PDF

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72628

--- Comment #26 from Khaled Hosny  ---
(In reply to comment #24)
> MacBook-Pro-van-Joren-DC:bibisect_mac_lo42 Joren$ git bisect bad
> 91e0d764221e8f11133d8027a3785d406f46f13d is the first bad commit
> commit 91e0d764221e8f11133d8027a3785d406f46f13d
> Author: Norbert Thiebaud 
> Date:   Sun Nov 24 19:18:06 2013 -0600
> 
> source sha:6eb770f9d6ded95f187d0509fb5a465868b07ad8
> 
> source sha:6eb770f9d6ded95f187d0509fb5a465868b07ad8
> source sha:6644f69761c430ec8d63fd28f17704e8ece76426
> source sha:33526481788137d959f27ae32910127d1436c1a8
> source sha:ffc782c23cf5a0b32f42ab4877062966e154cb74
> source sha:3c38dd9bfec5752fa6486be355eca266db14bf66

I never understood the bibisect output, but I assume those are the suspected
source tree commits, right? (they all seem to be OUString conversion commits).

-- 
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 73488] PDF: Crash when export to pdf

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73488

--- Comment #3 from David  ---
This is likely a duplicate of bug 32771.  My experience has been that, while
LibreOffice still crashes occasionally when exporting large documents to PDF,
these crashes have become far less frequent with later versions.  So far I
haven't been able to pinpoint anything that would consistently cause the
crashes.

-- 
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 73732] Firebird - saving database file before closing form causes disposed exception rendering form unusable

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73732

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I can reproduce the
problem.
Here is the console log:
warn:legacy.osl:4862:1:forms/source/component/FormComponent.cxx:2790: caught an
exception!
in function:void frm::OBoundControlModel::transferDbValueToControl()
type: com.sun.star.lang.DisposedException

-- 
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 67248] FILEOPEN Layer with reserved name vanishes when changing UI language

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67248

--- Comment #3 from pierre-yves samyn  ---
Created attachment 92299
  --> https://bugs.freedesktop.org/attachment.cgi?id=92299&action=edit
layer.odg

-- 
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 67248] FILEOPEN Layer with reserved name vanishes when changing UI language

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67248

pierre-yves samyn  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||pierre-yves.samyn@laposte.n
   ||et
 Ever confirmed|0   |1

--- Comment #2 from pierre-yves samyn  ---
Hello

I reproduce on windows 7/64 with Versie: 4.2.0.2 
Build ID: cd65d6220c5694ee7012d7863bcde3455c9e3c30

I have created custom layers in the attached layer.odg:
- Achtergrond
- Arrière-plan
- Background
- Hintergrund

"Achtergrond" can be created with UI english but will not be visible in UI
Dutch.
Same with the others: "Arrière-plan" & French, "Hintergrund" & German.

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 67116] Macros: RemoveByName with IDE Code Window open cause program flow termination

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67116

pierre-yves samyn  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||pierre-yves.samyn@laposte.n
   ||et
 Ever confirmed|0   |1

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

I reproduce on windows 7/64 with Version: 4.2.0.2
Build ID: cd65d6220c5694ee7012d7863bcde3455c9e3c30

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 39372] Performance Issue with extra long single paragraphs

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39372

bfoman  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 39372] Performance Issue with extra long single paragraphs

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39372

--- Comment #20 from bfoman  ---
Thanks. Marking as WORKSFORME as it is gone in 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 66976] EDITING: Sort a column doesn't sort first row

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66976

--- Comment #5 from Michael Tiernan  ---
I have an additional data point to provide.

I *ass*u*me*d that if the first row was a header then if I select, in my case,
C3:C23 and perform the sort then the blank space in C3 will be the header and
the rest of the list is sorted properly. *ZZTT** WRONG.

So, I have data in C4:C23, Select C3:C23 and sort asending. It moves the blank
space in C3 to the BOTTOM of the sorted data implying that the cell with data
is less than the blank cell! WTF? I am going to assume that there's more to
this than meets the eye so I'm going to go under the assumption that something
else might be happening in addition to the (seemingly) random choice for header
row.

Now, in a twist that surprises me, *this* time when I tried to sort, choosing
"Sort" from the menu (instead of the menubar button) I *am* given the choice to
turn off the header row and it does sort correctly.

-- 
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 72397] LibreOffice does not launch because "Enable JRE" dialog displayed repeatedly (win only)

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72397

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #48 from V Stuart Foote  ---
OK, I'm splitting hairs leaving this issue open. It is functional for the 4.2.0
builds.

However, we do need to be certain to add release notes:

1) Regards activating the IAccessible2 native bridge as an experimental
feature. 

2) That the Windows installer check-box 'Support assistive technology tools'
will activate the Java Access Bridge based AT and that a JRE with JAB enabled
is required (as has been the case).

3) That while the IAccessible2 native AT support does not require JRE support.
But that toggling it off will revert to JAB based support that does require JRE
with JAB enabled.

For builds of master--this is a non-issue as the JAB based bridge requiring JRE
support has been removed, and the bridges for AT support are always activated.
Of course that will need to be explained as well.

-- 
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 73747] New: 2-up, 4-up, etc. printing should be available

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73747

  Priority: medium
Bug ID: 73747
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: 2-up, 4-up, etc. printing should be available
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: la...@thehaverkamps.net
  Hardware: All
Status: NEW
   Version: 4.1.4.2 release
 Component: Printing and PDF export
   Product: LibreOffice

Created attachment 92294
  --> https://bugs.freedesktop.org/attachment.cgi?id=92294&action=edit
Sample half-letter notepad

Created attachment, Sample half-letter notepad

Created a simple notepad (8.25 x 5.5 portrait) to print 2-up, on letter sized
paper.  Set printer to US Letter landscape, set layout to 2 per page, requested
2 copies.  Instead of getting 2 per page, I got 1 per page on 2 pages.

Repeatable every time.  Document attached.  

Using LibreOffice 3.4.4
OOO340m1 (Build:402)
on Mint Linux, with an HP lasterjet 4L


This was originally posted as a Bug 45701 in 2012, but consensus was it needed
an RFE.   Please see:

Forum consensus here: http://en.libreofficeforum.org/node/2388
Earlier Bug discussion: https://bugs.freedesktop.org/show_bug.cgi?id=45701

-- 
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 73747] RFE: 2-up, 4-up, etc. printing should be available

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73747

Lance Haverkamp  changed:

   What|Removed |Added

Summary|2-up, 4-up, etc. printing   |RFE: 2-up, 4-up, etc.
   |should be available |printing should be
   ||available

-- 
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 67097] binding to data lost when saved as fods

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67097

--- Comment #4 from pierre-yves samyn  ---
Created attachment 92292
  --> https://bugs.freedesktop.org/attachment.cgi?id=92292&action=edit
initial chart pie.ods

-- 
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 67097] binding to data lost when saved as fods

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67097

--- Comment #5 from pierre-yves samyn  ---
Created attachment 92293
  --> https://bugs.freedesktop.org/attachment.cgi?id=92293&action=edit
converted flat pie.fods

-- 
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 67097] binding to data lost when saved as fods

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67097

pierre-yves samyn  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||pierre-yves.samyn@laposte.n
   ||et
 Ever confirmed|0   |1

--- Comment #3 from pierre-yves samyn  ---
Hello 

I confirm on windows 7/64 with Version: 4.2.0.2
Build ID: cd65d6220c5694ee7012d7863bcde3455c9e3c30

and Version: 4.3.0.0.alpha0+
Build ID: ae8e579515fff84cbef1ccc2da78fa769fb079ec
TinderBox: Win-x86@39, Branch:master, Time: 2014-01-10_11:16:31


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 73546] faulty value of attribute value in tag

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73546

Jorendc  changed:

   What|Removed |Added

   Hardware|IA64 (Itanium)  |All
 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW
 CC||jore...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #2 from Jorendc  ---
Reproducible, tested using Mac OSX 10.9 with LibreOffice Version:
4.3.0.0.alpha0+ Build ID: 99159a618fd1ea90a2bc8a72621c88a4cf26e6f5
TinderBox: MacOSX-x86@49-TDF, Branch:master, Time: 2014-01-17_06:36:23

And Word for Mac 2011.

Kind regards,
Joren

-- 
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 45701] PRINTING: Allow printing multiple copies of a page on a single sheet of paper

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45701

--- Comment #17 from Joel Madero  ---
Um - you posted 2 years ago, LibreOffice has only been around for just over 2
years . . .

and why it took 2 years, because we have somewhere between 40 million and 100
million users and a very small group of volunteers to handle the workload. If
you're volunteering to donate some of your time, please send me an email, trust
me we have PLENTY of backlog work that needs to get done - no programming
experience required

-- 
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 45701] PRINTING: Allow printing multiple copies of a page on a single sheet of paper

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45701

Joel Madero  changed:

   What|Removed |Added

Version|3.3.4 release   |(See in Summary)

--- Comment #18 from Joel Madero  ---
and as you can see Qubit had to do some personal research (which takes time) to
get to the answer. We have anywhere from 15-40 bugs reported per day, with a
backlog that hovers between 750-1600, our team is slowly growing to tackle
these things faster but developing cohesive teams takes time - thus, hopefully
you will volunteer some time to add one more "hand on deck"

-- 
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 45701] PRINTING: Allow printing multiple copies of a page on a single sheet of paper

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45701

--- Comment #16 from Lance Haverkamp  ---
To which I then have to ask,  why did it take 6 years to come to this
conclusion?

-- 
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 39372] Performance Issue with extra long single paragraphs

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39372

--- Comment #19 from HarryT  ---
(In reply to comment #18)
> @HarryT: could you please recheck it with unstable LibreOffice 4.3 as it
> seems like 64kb paragraph limit is gone in this branch, so any perf issue
> could arise there also.
> Master (currently 4.3 branch) builds are available at:
> http://dev-builds.libreoffice.org/daily/master/

Hey, it is difficult to reproduce the exact problem as I don't have the same
installations and hardware as at that time. But I could find the problem file
in my archive.

My results:
- with openSUSE 13.1 and LibreOffice 4.1.3.2 the problem seems still to exist
but less visuable as my hardware is much faster
- with MSWindows7 and LibreOffice 4.3 dd 17-1-2014 in a virtualbox on the same
hardware as above, the problem seems to be gone.

My best guess is that the problem disappeared. At least 4.3 is more responsive. 

Hope this helps.






(In reply to comment #18)
> @HarryT: could you please recheck it with unstable LibreOffice 4.3 as it
> seems like 64kb paragraph limit is gone in this branch, so any perf issue
> could arise there also.
> Master (currently 4.3 branch) builds are available at:
> http://dev-builds.libreoffice.org/daily/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 56696] Recent Documents list show items for just the currently active LibreOffice module

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56696

pierre-yves samyn  changed:

   What|Removed |Added

 CC||boblf...@gmail.com

--- Comment #21 from pierre-yves samyn  ---
*** Bug 73743 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 73743] FILEOPEN: Recent Documents List Enhancement

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73743

pierre-yves samyn  changed:

   What|Removed |Added

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

--- Comment #2 from pierre-yves samyn  ---
the enhancement request is already created : bug 56696

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

-- 
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 73743] FILEOPEN: Recent Documents List Enhancement

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73743

pierre-yves samyn  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
 CC||pierre-yves.samyn@laposte.n
   ||et
 Ever confirmed|0   |1

--- Comment #1 from pierre-yves samyn  ---
Hello

I confirm that is described but I set "Enhancement" because it is not a bug but
a change request.

FYI I do not share your point of view: the current behavior is consistent with
LibreOffice as "integrated software".

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 58838] : =A1="" returns TRUE when A1 does not contain a blank

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58838

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #6 from Regina Henschel  ---
UNICHAR() returns the correct character. If you apply the function UNICODE() to
the result of UNICHAR(), you get the original number. So it is a matter of the
string comparison of the equal sign. If you test <>"", you get always TRUE.

-- 
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 73363] EDITING Can't edit OLE object (MS Visio) in a DOC document

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73363

--- Comment #5 from Winfried Donkers  ---
using gdb with master on openSUSE 13.1 produces the following backtrace when
opening the OLE object (breakpoint set at first line of
SfxFrameLoader_Impl::impl_handleCaughtError_nothrow() in
/sfx2/source/view/frmload.cxx.
(Hope this information helps)

#0  SfxFrameLoader_Impl::impl_handleCaughtError_nothrow (this=0x7fffa82bb2b8,
i_rCaughtError=..., 
i_rDescriptor=...) at
/home/winfried/git/libo/sfx2/source/view/frmload.cxx:388
#1  0x74ea2f4f in SfxFrameLoader_Impl::load (this=0x7fffa82bb2b8,
rArgs=..., _rTargetFrame=...)
at /home/winfried/git/libo/sfx2/source/view/frmload.cxx:627
#2  0x7fffcf6bb47d in framework::LoadEnv::impl_loadContent
(this=0x7fffb000)
at /home/winfried/git/libo/framework/source/loadenv/loadenv.cxx:1184
#3  0x7fffcf6b7a0f in framework::LoadEnv::startLoading
(this=0x7fffb000)
at /home/winfried/git/libo/framework/source/loadenv/loadenv.cxx:402
#4  0x7fffcf6b6616 in framework::LoadEnv::loadComponentFromURL
(xLoader=..., xContext=..., sURL=..., 
sTarget=..., nFlags=0, lArgs=...) at
/home/winfried/git/libo/framework/source/loadenv/loadenv.cxx:173
#5  0x7fffcf6f20b7 in framework::Desktop::loadComponentFromURL
(this=0x7fffe063b530, sURL=..., 
sTargetFrameName=..., nSearchFlags=0, lArguments=...)
at /home/winfried/git/libo/framework/source/services/desktop.cxx:616
#6  0x7fffaafa5681 in OwnView_Impl::CreateModelFromURL
(this=0x7fffb4056aa0, aFileURL=...)
at /home/winfried/git/libo/embeddedobj/source/msole/ownview.cxx:147
#7  0x7fffaafa5afe in OwnView_Impl::CreateModel (this=0x7fffb4056aa0,
bUseNative=0 '\000')
at /home/winfried/git/libo/embeddedobj/source/msole/ownview.cxx:186
#8  0x7fffaafa7a38 in OwnView_Impl::Open (this=0x7fffb4056aa0)
at /home/winfried/git/libo/embeddedobj/source/msole/ownview.cxx:518
#9  0x7fffaaf89b6f in OleEmbeddedObject::doVerb (this=0x7fffc403a010,
nVerbID=-9)
at /home/winfried/git/libo/embeddedobj/source/msole/oleembed.cxx:866
#10 0x74ea8712 in SfxInPlaceClient::DoVerb (this=0x26f55c0, nVerb=0)
at /home/winfried/git/libo/sfx2/source/view/ipclient.cxx:947
#11 0x7fffb53928b8 in SwWrtShell::LaunchOLEObj (this=0x15b0610, nVerb=0)
at /home/winfried/git/libo/sw/source/ui/wrtsh/wrtsh1.cxx:586
#12 0x7fffb51ae6ac in SwEditWin::MouseButtonDown (this=0x153d260,
_rMEvt=...)
at /home/winfried/git/libo/sw/source/ui/docvw/edtwin.cxx:3300
#13 0x7228095b in ImplHandleMouseEvent (pWindow=0x157f2d0, nSVEvent=1,
bMouseLeave=0 '\000', nX=581, 
nY=405, nMsgTime=4833807, nCode=1, nMode=3) at
/home/winfried/git/libo/vcl/source/window/winproc.cxx:780
#14 0x7228640e in ImplHandleSalMouseButtonDown (pWindow=0x157f2d0,
pEvent=0x7fffc880)
at /home/winfried/git/libo/vcl/source/window/winproc.cxx:2050
#15 0x722853ca in ImplWindowFrameProc (pWindow=0x157f2d0, nEvent=3,
pEvent=0x7fffc880)
at /home/winfried/git/libo/vcl/source/window/winproc.cxx:2420
#16 0x7fffe725f373 in SalFrame::CallCallback (this=0x15800d0, nEvent=3,
pEvent=0x7fffc880)
at /home/winfried/git/libo/vcl/inc/salframe.hxx:243
#17 0x7fffe725b2f5 in GtkSalFrame::signalButton (pEvent=0x140a800,
frame=0x15800d0)
at /home/winfried/git/libo/vcl/unx/gtk/window/gtksalframe.cxx:3219
#18 0x7fffe69a99d5 in ?? () from /usr/lib64/libgtk-x11-2.0.so.0
#19 0x7fffedd6a318 in g_closure_invoke () from
/usr/lib64/libgobject-2.0.so.0
#20 0x7fffedd7bcad in ?? () from /usr/lib64/libgobject-2.0.so.0
#21 0x7fffedd83689 in g_signal_emit_valist () from
/usr/lib64/libgobject-2.0.so.0
#22 0x7fffedd83c72 in g_signal_emit () from /usr/lib64/libgobject-2.0.so.0
#23 0x7fffe6ab9864 in ?? () from /usr/lib64/libgtk-x11-2.0.so.0
#24 0x7fffe69a8184 in gtk_propagate_event () from
/usr/lib64/libgtk-x11-2.0.so.0
#25 0x7fffe69a853b in gtk_main_do_event () from
/usr/lib64/libgtk-x11-2.0.so.0
#26 0x7fffe6618a8c in ?? () from /usr/lib64/libgdk-x11-2.0.so.0
#27 0x7fffedaa1316 in g_main_context_dispatch () from
/usr/lib64/libglib-2.0.so.0
#28 0x7fffedaa1668 in ?? () from /usr/lib64/libglib-2.0.so.0
#29 0x7fffedaa170c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#30 0x7fffe72206a5 in GtkData::Yield (this=0x62baf0, bWait=true,
bHandleAllCurrentEvents=false)
at /home/winfried/git/libo/vcl/unx/gtk/app/gtkdata.cxx:576
#31 0x7fffe72246e0 in GtkInstance::Yield (this=0x62ba40, bWait=true,
bHandleAllCurrentEvents=false)
at /home/winfried/git/libo/vcl/unx/gtk/app/gtkinst.cxx:425
#32 0x71ce9481 in ImplYield (i_bWait=true, i_bAllEvents=false)
at /home/winfried/git/libo/vcl/source/app/svapp.cxx:364
#33 0x71ce5bc5 in Application::Yield () at
/home/winfried/git/libo/vcl/source/app/svapp.cxx:396
#34 0x71ce5b75 in Application::Execute () at
/home/winfried/git/libo/vcl/source/app/svapp.cxx:345
#35 0x77871485 in d

[Libreoffice-bugs] [Bug 45701] PRINTING: Allow printing multiple copies of a page on a single sheet of paper

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45701

Joel Madero  changed:

   What|Removed |Added

   Severity|normal  |enhancement
Summary|PRINTING: Can't print 2-up  |PRINTING: Allow printing
   |(Printing of multiply   |multiple copies of a page
   |copies of page on one page  |on a single sheet of paper
   |not possible)   |
   Keywords|regression  |

--- Comment #15 from Joel Madero  ---
Agreed - not a bug - but likely a valid enhancement request. 

Updated title as well - tricky because it's "allow printing multiple copies of
single page on a single page" - that sounded weird so I just made it weirder ;)

-- 
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 72397] LibreOffice does not launch because "Enable JRE" dialog displayed repeatedly (win only)

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72397

V Stuart Foote  changed:

   What|Removed |Added

 Status|VERIFIED|REOPENED
 Resolution|FIXED   |---

--- Comment #47 from V Stuart Foote  ---
This is not yet correct.

Windows 7 sp1 64-bit with NVDA (2013.2) AT active and
Version: 4.2.1.0.0+
Build ID: d77f6160afc213cd1cb8c658ece4e074f4e60bce
TinderBox: Win-x86@42, Branch:libreoffice-4-2, Time: 2014-01-17_02:12:39

This issue has never affected builds of master (4.3.0.0.alpha0+)

On todays TB 42 build of LODev 4.2.1.0.0+, with
http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-4-2-0&id=bbaa97a79a72391aaa3dda1a55d92938ab3ea466
applied.

Accessibility 'Support assistive technology tools' is no longer enabled by
default (the purpose of Steve Y.s commit
http://svn.apache.org/viewvc?view=revision&revision=1541823 to address AOO
i123643 during IA2 integration when AOO had removed the JAB support already)
which Michael S. reverted above.

Enabling AT tool support is again a manual action, either for JAB or for
IAccessible2. Not the best UX for users needing the AT.

Problem now is that if we enable the experimental IA2 support (Accessibility
options enable AT support and the  Advanced options with experimental features)
and later simply uncheck the experimental features, the AT reverts to JAB and
we have the error.

Admittedly now a manual action, but we can still cause the JRE required issue
as follows:

1. AT (NVDA) active

2. fresh install (/A admin or full) of LODev 4.2.1

3. launch LODev 4.2.1

4. enable IAccessible2 support Tools -> Options -> Advanced: "enable
experimental features"  and also enable Tools -> Options -> Accessibility:
"enable assitive technology tools support"

5. restart LODev 4.2.1

6. Tools -> Options -> Advanced: uncheck "enable experimental features"
Thus far the Java Access Bridge AT has not been invoked so the "Use a Java
runtime environment" is not enabled when the experimental features was checked. 

This leaves "enable assitive technology tools support" remains checked (and
EnableATToolSupport is true in the users registrymodifications.xcu).

8. restart LODev 4.2.1 -- JRE required error will occur. 

Only way to recover is to delete the per-user settings, and start again. And if
no JRE is installed, the error will always occur when toggling off the IA2
support of experimental feature without also unchecking the enable AT support.

-- 
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 68644] PRINTING: Crash while printing from print preview

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68644

--- Comment #3 from Joel Madero  ---
@Florian - did you try printing to a physical printer within page preview and
then close page preview prior to print completion?

-- 
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 66574] FORMATTING: Formatting transformation when copy-paste

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66574

Joel Madero  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Joel Madero  ---
:) If the user comes back, we'll try to get a document out of them. 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 54342] My formulae were converted to "Object X" and I cannot convert them back

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54342

--- Comment #21 from Lennard Wasserthal  ---
It can be that this bug no longer exists. I had a test-file I couldn't
disclose, which shows broken objects on a file that was readable in openoffice,
but the bug in it is gone at LibreOffice 4.1.(where the file is readable)

-- 
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 73691] add unicode conversation shortcut like word (alt+c)

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73691

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Regina Henschel  ---
This is a valid request, no question. You might be lucky to find a developer
for it here for LibreOffice. But in several discussions on the old
OpenOffice.org mailing lists I saw no interest for implementing it. Therefore
my hint to switch this feature on in Windows.

-- 
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 73743] New: FILEOPEN: Recent Documents List Enhancement

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73743

  Priority: medium
Bug ID: 73743
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: Recent Documents List Enhancement
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: boblf...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.0.2 rc
 Component: UI
   Product: LibreOffice

Problem description: 
Calc, Draw, Impress and Writer share one recent documents list.  In competetive
product each application maintains its own recent docs list and has a pushpin
feature to lock docs to the app.
Steps to reproduce:
1. Open a Document in Each App {Calc. Draw, Impress, Writer}
2. Create something in each doc and close and save
3. Open any app and all 4 docs will be on the recent docs list

Current behavior:
All Apps share one recent doc list

Expected behavior:
The recent doc list should be application specific and have a pushpin
capability.

Operating System: Linux (Other)
Version: 4.2.0.2 rc

-- 
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 54157] LibreOffice 4.0 most annoying bugs

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Foss  changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=65675

-- 
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 65675] LibreOffice 4.2 most annoying bugs

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

Foss  changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=54157

-- 
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 72530] Certain graphics lost in PDF export if lossless compression used

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72530

Michael Stahl  changed:

   What|Removed |Added

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

--- Comment #14 from Michael Stahl  ---
turns out it was more the fault of commit
677df250becd5cde71c6310f647e78ac3763347e

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 65675] LibreOffice 4.2 most annoying bugs

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

Bug 65675 depends on bug 72530, which changed state.

Bug 72530 Summary: Certain graphics lost in PDF export if lossless compression 
used
https://bugs.freedesktop.org/show_bug.cgi?id=72530

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 66976] EDITING: Sort a column doesn't sort first row

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66976

Michael Tiernan  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTABUG |---
 Ever confirmed|0   |1

--- Comment #4 from Michael Tiernan  ---
Sorry, this is not a resolved issue.

I have run into this issue when attempting to sort a short list of values and
there is no dialog box to change the behavior. Additionally, the sorting option
presented specifically says "or sort the currently selected range" which shows
no indication of a heading or otherwise.

Example is available at:
https://www.dropbox.com/sh/es308xl689a9cq5/ADoTJ-SpXA/LO_Bug_report

The files there will illustrate the problem.

If the selected range for sort is C4:C23 and you're only going to sort C5:C23
with C4 as a heading, then it should be shown in that dialog box otherwise
expectations are as stated, that the entire range will be operated on and
affected.

As an aside, since we're discussing it, the selection of the label field in the
sort tool seems to use rules of operations that are not obvious to the user. I
have a spreadsheet of some 400+ system entries and when I try to sort it, I
*constantly* have to tell it that the first row is column labels but when I
*don't* expect the column label checkbox to be active, it is!

-- 
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 73369] Crash when closing Writer with Sidebar enabled (WinXP SP3)

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73369

--- Comment #12 from Bohumír Džubej  ---
Wery good idea!
But problem is not in full user profile. Problem is only in user template.

1) Sidebar MUST be enabled.

2a) Run Writer and save file as template.
2b) Set this template as defaul template.
2c) Restart Writer.
2d) Exit Writer -> bug.

3a) Run Writer and in "File -> New -> Templates" delete this template and
template set Writer resume.
3b) End Writer. Writer is ending with bug.
3c) Run Writer.
3d) End Writer. Writer is ending without bug.

This problem is only in Writer. For example in Calc is all OK.

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