[Libreoffice-bugs] [Bug 93116] Can' t launch LO files after a few rounds of resuming from hibernation

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93116

Kumāra  changed:

   What|Removed |Added

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

--- Comment #12 from Kumāra  ---
I've not seeing this for quite some while. So, I'm closing this.

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


[Libreoffice-bugs] [Bug 108919] New: Assertion failed when inserting rectangle shape in spreadsheet

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108919

Bug ID: 108919
   Summary: Assertion failed when inserting rectangle shape in
spreadsheet
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
Blocks: 105537

With a debug build, add a rectangle to the sheet.
As soon as you press left button on the sheet there is an assertion failed
error.

This is the assert that fails:
assert(svl::detail::validRange(p.wid1, p.wid2));
http://opengrok.libreoffice.org/xref/core/svl/source/items/itemset.cxx#152

Both p.wid1 and p.wid2 are 0, that's the reason why validRange(...) returns
false.
Those wid's are apparently WhichID's, and the following seems to be the line
where they're initialized as 0 (and it fails a few levels deeper):

pObj->SetMergedItem( SvxAdjustItem( SvxAdjust::Center, 0 ) );
http://opengrok.libreoffice.org/xref/core/sc/source/ui/drawfunc/fuconcustomshape.cxx#202

I have no idea what this whole thing is about...

Observed using master build (ce6b877ba89ae4193f7a719a7dfa4bb45ecd04e4) /
Windows 7.


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 105537] [META] Assertion failed crashes

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105537

Aron Budea  changed:

   What|Removed |Added

 Depends on||108919


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108919
[Bug 108919] Assertion failed when inserting rectangle shape in spreadsheet
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108869] Libre 5.4 beta2 Help - Check for Updates

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108869

Olivier Hallot  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 102076] Excel XLSM import: VBA compatibility mode insufficient: " EVALUATE" not supported

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102076

himajin100...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from himajin100...@gmail.com ---
' I'm not the bug reporter but let me provide simple code

Option VBASupport 1
Option Explicit

Sub Main()
Evaluate ("A1:A2") ' Works both on Excel and on LibreOffice
Evaluate ("TODAY()") ' Works on Excel, but Runtime Error on LibreOffice
End Sub

' FYI:
'
http://opengrok.libreoffice.org/xref/core/sc/source/ui/vba/vbaglobals.cxx?r=198c41c4fe8be4ce8a6ddab43ae0c5f17a4889ac#178
'
http://opengrok.libreoffice.org/xref/core/sc/source/ui/vba/vbaapplication.cxx?r=5c5a49eda1555db7b7519e9b0398cfd469c9bcb5#341

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


[Libreoffice-bugs] [Bug 108918] New: Canadian spell checking not working

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108918

Bug ID: 108918
   Summary: Canadian spell checking not working
   Product: LibreOffice
   Version: 5.3.3.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: p...@wperickson.com

Description:
Version: 5.3.3.2
Build ID: 1:5.3.3~rc2-0ubuntu0.16.04.1~lo0
CPU Threads: 2; OS Version: Linux 4.4; UI Render: default; VCL: gtk2; Layout
Engine: new; 
Locale: en-CA (en_CA.UTF-8); Calc: group

Spell check, and auto correct not working at all when default Canadian English
chosen. Relevant dictionaries are installed, and auto correct is enabled from
the tool menu. If I switch to US english then everything works normally.

Actual Results:  
Open a document and start typing and auto spell check and spell check not
functioning. If you switch to US english then everything works as normal.

Expected Results:
The spell check and auto spell check do not work.


Reproducible: Always

User Profile Reset: Yes

Additional Info:


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

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


[Libreoffice-bugs] [Bug 108871] Libre 5.4 beta2 Mathematical functions

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108871

Adolfo Jayme  changed:

   What|Removed |Added

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

--- Comment #3 from Adolfo Jayme  ---
Thanks Samson for reporting and Olivier for fixing!

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


[Libreoffice-bugs] [Bug 108871] Libre 5.4 beta2 Mathematical functions

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108871

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.0.0|target:6.0.0 target:5.4.0.2

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


[Libreoffice-bugs] [Bug 108871] Libre 5.4 beta2 Mathematical functions

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108871

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

http://cgit.freedesktop.org/libreoffice/help/commit/?id=610919cb26ee24329ca3ba90d0b3074fcc1acef1=libreoffice-5-4

tdf#108871 Fix embed of RAWSUBTRACT in Help

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


[Libreoffice-bugs] [Bug 108917] [META] Cell references bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108917

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||100154


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100154
[Bug 100154] FILEOPEN: XLSX - Pointer to sheet with dotted name in cyrillic has
incorrect reference format
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108253] [META] Calc cell formula bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108253

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|100154  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100154
[Bug 100154] FILEOPEN: XLSX - Pointer to sheet with dotted name in cyrillic has
incorrect reference format
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100154] FILEOPEN: XLSX - Pointer to sheet with dotted name in cyrillic has incorrect reference format

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100154

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
 Blocks|108253  |108917


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108253
[Bug 108253] [META] Calc cell formula bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108917
[Bug 108917] [META] Cell references bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108917] [META] Cell references bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108917

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||c...@nouenoff.nl,
   ||vstuart.fo...@utsa.edu
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 108673] FILESAVE XLSX: Copy-pasting cell validation may result in a sheet reference error saved as invalid xlsx content

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108673

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||108917


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 108917] New: [META] Cell references bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108917

Bug ID: 108917
   Summary: [META] Cell references bugs and enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Depends on: 108673


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108673
[Bug 108673] FILESAVE XLSX: Copy-pasting cell validation may result in a sheet
reference error saved as invalid xlsx content
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107586] FILEOPEN: XLSX - Chart sheet tab color not imported

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107586

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||90486


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 90486] [META] Chart bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90486

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||107586


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107586
[Bug 107586] FILEOPEN: XLSX - Chart sheet tab color not imported
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108912] [META] Sheet-level bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108912

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||107586


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107586
[Bug 107586] FILEOPEN: XLSX - Chart sheet tab color not imported
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107586] FILEOPEN: XLSX - Chart sheet tab color not imported

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107586

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
 Blocks||108912
Summary|FILEOPEN: uncolored sheet   |FILEOPEN: XLSX - Chart
   |tab xlsx file format|sheet tab color not
   ||imported

--- Comment #5 from Yousuf Philips (jay)  ---
Regular sheet tab colors do get imported from sheets in
/xl/worksheets/sheet*.xml, but tab colors arent being imported when they are
from chart sheets in /xl/chartsheets/sheet*.xml.


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 108916] New: The Language Status button does nothing when clicked

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108916

Bug ID: 108916
   Summary: The Language Status button does nothing when clicked
   Product: LibreOffice
   Version: 5.3.4.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: darwinev0l...@gmail.com

Description:
HI, I'm using Libreoffice 5.3.4.2 I've just added the "Language Status" button
to my formatting toolbar and rather than display the language of a selected bit
of text, or allow me to change the language of a selected bit of text, it does
nothing when I left click on it.

This is what the description of what the button should be doing says: "Displays
the language for the selected text. Click to open a menu where you can choose
another language for the selected text or for the current paragraph. Choose
None to exclude the text from spellchecking and hyphenation. Choose Reset to
Default Language to re-apply the default language for the selection or the
paragraph. Choose More to open a dialog with more options."


Steps to Reproduce:
add 'language status' button to a toolbar. 
left click on it


Actual Results:  
nothing happens

Expected Results:
Displays the language for the selected text. Click to open a menu where you can
choose another language for the selected text or for the current paragraph.
Choose None to exclude the text from spellchecking and hyphenation. Choose
Reset to Default Language to re-apply the default language for the selection or
the paragraph. Choose More to open a dialog with more options


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101
Firefox/54.0

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


[Libreoffice-bugs] [Bug 108871] Libre 5.4 beta2 Mathematical functions

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108871

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.0.0

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


[Libreoffice-bugs] [Bug 108871] Libre 5.4 beta2 Mathematical functions

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108871

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

http://cgit.freedesktop.org/libreoffice/help/commit/?id=f8c345808ceafe87be6207e5ae304a9fa6c4cd16

tdf#108871 Fix embed of RAWSUBTRACT in Help

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


[Libreoffice-bugs] [Bug 108908] [META] Visual Basic for Applications (VBA) macro issues

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108908

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||107858


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107858
[Bug 107858] Autofilter is created differently in Excel macro compared to
manual creation
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108908] [META] Visual Basic for Applications (VBA) macro issues

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108908

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||107902


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107902
[Bug 107902] Macro in XLSM gives error in Calc, but runs fine in Excel
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108908] [META] Visual Basic for Applications (VBA) macro issues

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108908

Yousuf Philips (jay)  changed:

   What|Removed |Added

  Alias|VBA |Macro-VBA

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


[Libreoffice-bugs] [Bug 108908] [META] Visual Basic for Applications (VBA) macro issues

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108908

Yousuf Philips (jay)  changed:

   What|Removed |Added

Summary|[META] Visual Basic for |[META] Visual Basic for
   |Applications (VBA) issues   |Applications (VBA) macro
   ||issues

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


[Libreoffice-bugs] [Bug 108908] [META] Visual Basic for Applications (VBA) issues

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108908

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107659


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 107659] [META] Macro bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107659

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||108908


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108908
[Bug 108908] [META] Visual Basic for Applications (VBA) issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107575] [META] Number format bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107575

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||108588


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108588
[Bug 108588] FILEOPEN: XLSX - Incorrect cell date formatting when locale is
en-GB
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108588] FILEOPEN: XLSX - Incorrect cell date formatting when locale is en-GB

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108588

Yousuf Philips (jay)  changed:

   What|Removed |Added

  Component|Calc|Localization
   Hardware|x86-64 (AMD64)  |All
 Blocks||107575
Summary|FILEOPEN XLSX Incorrect |FILEOPEN: XLSX - Incorrect
   |cell date formatting in |cell date formatting when
   |xlsx import, when locale is |locale is en-GB
   |en-GB   |


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 108827] [META] Calc functions bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108827

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||105120


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105120
[Bug 105120] RANK.EQ function compatibility with excel2016 online
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105120] RANK.EQ function compatibility with excel2016 online

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105120

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||108827


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 108815] [META] Print range/area bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108815

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||107308
Summary|[META] Print range bugs and |[META] Print range/area
   |enhancements|bugs and enhancements


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107308
[Bug 107308] Not saving printing area when exporting to xlsx
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100113] Add "Remote file" option are locked

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100113

--- Comment #7 from Eric  ---
Created attachment 134439
  --> https://bugs.documentfoundation.org/attachment.cgi?id=134439=edit
File Service dialog box

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


[Libreoffice-bugs] [Bug 107308] Not saving printing area when exporting to xlsx

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107308

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||108815


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108815
[Bug 108815] [META] Print range/area bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108915] New: Can't add remote file service

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108915

Bug ID: 108915
   Summary: Can't add remote file service
   Product: LibreOffice
   Version: 5.2.7.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eaa...@hotmail.com

Description:
Unable to successfully add a remote file service for a SSH server.  I can
successfully access the remote server outside of Libre Office using SSH (via
WinSCP) so I know that the server is accessible using the credentials I supply.
 Server is Linux based.

Steps to Reproduce:
1.Select the "Save to Remote Server" menu option.
2.In the pop-up dialog box click the "Add Service" combo box list item.
3.In the File Services pop-up dialog box select "SSH"
4.Enter the parameter values Host (used IP address), Port, User, Password,
Label and Root Directory.


Actual Results:  
Save button for Libre Office document etc is greyed out

Expected Results:
Should have been able to access server and save file.


Reproducible: Always

User Profile Reset: No

Additional Info:
[Information automatically included from LibreOffice]
Locale: en-GB
Module: DrawingDocument
OS: Windows (All)  (Windows 7)
OS is 64bit: no  (Actually Yes)

The remote file option didn't work last year either - how has it been tested?
The "Edit Service" button isn't helpful as it only allows the user to edit the
username and password, not the other connection parameters!
Builds ID: LibreOffice 5.2.7.2


User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/59.0.3071.115 Safari/537.36

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


[Libreoffice-bugs] [Bug 107742] [META] Form control bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107742

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||104309


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104309
[Bug 104309] Scrollbar form element is lost entirely when saving as xlsx
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104309] Scrollbar form element is lost entirely when saving as xlsx

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104309

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|105957  |107742


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105957
[Bug 105957] [META] Scrollbar-related bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=107742
[Bug 107742] [META] Form control bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105957] [META] Scrollbar-related bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105957

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|104309  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104309
[Bug 104309] Scrollbar form element is lost entirely when saving as xlsx
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104290] FILEOPNE: XSLX - Shape text incorrectly turned

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104290

Yousuf Philips (jay)  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||4289
 Blocks||104442
Summary|xlsx import: text   |FILEOPNE: XSLX - Shape text
   |incorrectly turned when |incorrectly turned
   |opened in Calc  |


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 104442] [META] DOCX shape-related issues

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104442

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||104290


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104290
[Bug 104290] FILEOPNE: XSLX - Shape text incorrectly turned
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104289] FILEOPEN: XSLX - Arrow shapes imported with incorrect rotation and dimension

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104289

Yousuf Philips (jay)  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 104289] FILEOPEN: XSLX - Arrow shapes imported with incorrect rotation and dimension

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104289

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|105584  |104442
Summary|xslx import: arrows |FILEOPEN: XSLX - Arrow
   |rendered incorrectly in |shapes imported with
   |Calc|incorrect rotation and
   ||dimension


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104442
[Bug 104442] [META] DOCX shape-related issues
https://bugs.documentfoundation.org/show_bug.cgi?id=105584
[Bug 105584] [META] Calc image bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105584] [META] Calc image bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105584

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|104289  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104289
[Bug 104289] FILEOPEN: XSLX - Arrow shapes imported with incorrect rotation and
dimension
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104442] [META] DOCX shape-related issues

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104442

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||104289


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104289
[Bug 104289] FILEOPEN: XSLX - Arrow shapes imported with incorrect rotation and
dimension
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100822] FILEOPEN: xlsx file: imported DateTime cells are empty ( Excel 2010 compatible)

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100822

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||c...@nouenoff.nl,
   ||vstuart.fo...@utsa.edu,
   ||xiscofa...@libreoffice.org
 Blocks||107575
 Resolution|--- |WORKSFORME

--- Comment #3 from Yousuf Philips (jay)  ---
It is running fine for me on Linux Mint 18 (Ubuntu 16.04 base) and Windows 8
with TDF builds from 4.2 and above.

Version: 4.2.8.2
Build ID: 48d50dbfc06349262c9d50868e5c1f630a573ebd

Version: 6.0.0.0.alpha0+
Build ID: 34c77d4bf3d2924c4ad26728d4c491b393fa0fc8
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); Calc: group

@Xisco, @Stuart, @Cor: How does it appear for you guys, as Buovjaga has it
broken in 5.3 alpha.


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 107575] [META] Number format bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107575

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||100822


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100822
[Bug 100822] FILEOPEN: xlsx file: imported DateTime cells are empty (Excel 2010
compatible)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107575] [META] Number format bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107575
Bug 107575 depends on bug 100822, which changed state.

Bug 100822 Summary: FILEOPEN: xlsx file: imported DateTime cells are empty 
(Excel 2010 compatible)
https://bugs.documentfoundation.org/show_bug.cgi?id=100822

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 108897] [META] XLSX (OOXML) bug tracker

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108897
Bug 108897 depends on bug 100822, which changed state.

Bug 100822 Summary: FILEOPEN: xlsx file: imported DateTime cells are empty 
(Excel 2010 compatible)
https://bugs.documentfoundation.org/show_bug.cgi?id=100822

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 107575] [META] Number format bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107575

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||103173


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103173
[Bug 103173] FILESAVE: XLSX - Calc doesn't save/load cell's Number Format
language/locale
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103173] FILESAVE: XLSX - Calc doesn't save/load cell' s Number Format language/locale

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103173

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||er...@redhat.com
Version|5.2.1.2 release |Inherited From OOo
 Blocks||107575, 88175
Summary|FILESAVE: Calc doesn't  |FILESAVE: XLSX - Calc
   |save/load cell's Number |doesn't save/load cell's
   |Format language in XLSX |Number Format
   ||language/locale
 OS|Windows (All)   |All

--- Comment #2 from Yousuf Philips (jay)  ---
This is likely a OOXML limitation as Excel only allows you to set the number
format locale for date, time and special number formats.

@Eike: Your thoughts?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88175
[Bug 88175] [META] XLSX (OOXML) format limitations
https://bugs.documentfoundation.org/show_bug.cgi?id=107575
[Bug 107575] [META] Number format bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88175] [META] XLSX (OOXML) format limitations

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88175

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||103173


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103173
[Bug 103173] FILESAVE: XLSX - Calc doesn't save/load cell's Number Format
language/locale
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108871] Libre 5.4 beta2 Mathematical functions

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108871

Olivier Hallot  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 105584] [META] Calc image bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105584

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||83106


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83106
[Bug 83106] FILEOPEN: XLSX - Image position shift on opening and saving
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 83106] FILEOPEN: XLSX - Image position shift on opening and saving

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83106

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|108437  |105584


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105584
[Bug 105584] [META] Calc image bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108437
[Bug 108437] [META] Image bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108437] [META] Image bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108437

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|83106   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83106
[Bug 83106] FILEOPEN: XLSX - Image position shift on opening and saving
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100154] FILEOPEN: XLSX - Pointer to sheet with dotted name in cyrillic has incorrect reference format

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100154

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||108912, 108253
Summary|FILEOPEN XLSX Pointer to|FILEOPEN: XLSX - Pointer to
   |sheet with dotted name in   |sheet with dotted name in
   |cyrillic has incorrect  |cyrillic has incorrect
   |reference format. File  |reference format
   |created in Excel 2013   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108253
[Bug 108253] [META] Calc cell formula bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108912
[Bug 108912] [META] Sheet-level bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108253] [META] Calc cell formula bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108253

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||100154


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100154
[Bug 100154] FILEOPEN: XLSX - Pointer to sheet with dotted name in cyrillic has
incorrect reference format
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108912] [META] Sheet-level bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108912

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||100154


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100154
[Bug 100154] FILEOPEN: XLSX - Pointer to sheet with dotted name in cyrillic has
incorrect reference format
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107742] [META] Form control bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107742

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||100374


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100374
[Bug 100374] FILEOPEN: XLSX - Form imported with wrong setting for a list box
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100374] FILEOPEN: XLSX - Form imported with wrong setting for a list box

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100374

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107742
Summary|FILEOPEN: .xlsx form|FILEOPEN: XLSX - Form
   |imported with wrong setting |imported with wrong setting
   |for a list box  |for a list box


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 100704] FILEOPEN: XSLX - Bad rendering on pages in print preview

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100704

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||108804
Summary|FILEOPEN Bad rendering on   |FILEOPEN: XSLX - Bad
   |all pages   |rendering on pages in print
   ||preview


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 108804] [META] Print preview bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108804

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||100704


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100704
[Bug 100704] FILEOPEN: XSLX - Bad rendering on pages in print preview
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107575] [META] Number format bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107575

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||102075


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102075
[Bug 102075] FILEOPEN: XLSX - Date shown as "[$-F400]H:MM:SS AM/PM" instead of
according to locale
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102075] FILEOPEN: XLSX - Date shown as "[$-F400]H:MM:SS AM/PM" instead of according to locale

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102075

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107575
Summary|FILEOPEN: XLSX file: Date   |FILEOPEN: XLSX - Date shown
   |shown as "[$-F400]H:MM:SS   |as "[$-F400]H:MM:SS AM/PM"
   |AM/PM" instead of according |instead of according to
   |to locale   |locale


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 96578] EDITING and FILESAVE xlsx file shows wrong number/format ( with Polish locale..?)

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96578

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107575


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 107575] [META] Number format bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107575

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||96578


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=96578
[Bug 96578] EDITING and FILESAVE xlsx file shows wrong number/format (with
Polish locale..?)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 99313] FILEOPEN: XLSX - Validity check based on a formula produces faulty result

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99313

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||108253
Summary|FILEOPEN XLSX Validity  |FILEOPEN: XLSX - Validity
   |check based on a formula|check based on a formula
   |produces faulty result  |produces faulty result


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108253
[Bug 108253] [META] Calc cell formula bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108253] [META] Calc cell formula bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108253

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||99313


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99313
[Bug 99313] FILEOPEN: XLSX - Validity check based on a formula produces faulty
result
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108912] [META] Sheet-level bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108912

--- Comment #1 from Yousuf Philips (jay)  ---
Meta bug covers issues properties of a sheet (e.g. name, hidden/shown) and
sheet management (e.g. inserting, moving), most of which can be found in the
sheet context menu of the sheet tab bar.

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


[Libreoffice-bugs] [Bug 92961] FILESAVE: XLSX - New line doesnt import correctly into Excel when text has multiple direct formatting parts

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92961

Yousuf Philips (jay)  changed:

   What|Removed |Added

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

--- Comment #9 from Yousuf Philips (jay)  ---
So this has been resolved with latest master if you open attachment 117472 and
save it and then open it in Excel.

Version: 6.0.0.0.alpha0+
Build ID: 34c77d4bf3d2924c4ad26728d4c491b393fa0fc8
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 108897] [META] XLSX (OOXML) bug tracker

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108897
Bug 108897 depends on bug 92961, which changed state.

Bug 92961 Summary: FILESAVE: XLSX - New line doesnt import correctly into Excel 
when text has multiple direct formatting parts
https://bugs.documentfoundation.org/show_bug.cgi?id=92961

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 108662] [META] Cells with multiple direct formatting text parts

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108662
Bug 108662 depends on bug 92961, which changed state.

Bug 92961 Summary: FILESAVE: XLSX - New line doesnt import correctly into Excel 
when text has multiple direct formatting parts
https://bugs.documentfoundation.org/show_bug.cgi?id=92961

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 88403] FILESAVE: XLSX - Page break information not being saved

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88403

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com

--- Comment #18 from Yousuf Philips (jay)  ---
So the problems seems to be that LO has been saving the page breaks in way that
is understood by MS Office 2013, but not understood by 2010 and 2007, as
opening attachment 133828 in Excel 2013 works fine but doesnt in Excel 2010 and
2007.

It also seems that LO has recently (within the last 2 weeks) been able to read
this 2013 type page breaks, as it opens it correctly in master.

Version: 6.0.0.0.alpha0+
Build ID: 34c77d4bf3d2924c4ad26728d4c491b393fa0fc8
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 108914] [META] Password protected file bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108914

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||c...@nouenoff.nl,
   ||vstuart.fo...@utsa.edu
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 97086] Encryption as XLSX truncates password to 15 characters

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97086

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||108914


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108914
[Bug 108914] [META] Password protected file bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108747] [META] File properties bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108747

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||108914


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108914
[Bug 108914] [META] Password protected file bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108914] New: [META] Password protected file bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108914

Bug ID: 108914
   Summary: [META] Password protected file bugs and enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Depends on: 79307, 97086, 79476
Blocks: 108747


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=79307
[Bug 79307] FILEOPEN: DOCX password protected files not opening from Word 2007
https://bugs.documentfoundation.org/show_bug.cgi?id=79476
[Bug 79476] FILESAVE: DOCX saved files with passwords not openable by MS Word
https://bugs.documentfoundation.org/show_bug.cgi?id=97086
[Bug 97086] Encryption as XLSX truncates password to 15 characters
https://bugs.documentfoundation.org/show_bug.cgi?id=108747
[Bug 108747] [META] File properties bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 79476] FILESAVE: DOCX saved files with passwords not openable by MS Word

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79476

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||108914


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108914
[Bug 108914] [META] Password protected file bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 79307] FILEOPEN: DOCX password protected files not opening from Word 2007

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79307

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||108914


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108914
[Bug 108914] [META] Password protected file bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108913] New: Charts/Diagrams in Calc as an own table/tab

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108913

Bug ID: 108913
   Summary: Charts/Diagrams in Calc as an own table/tab
   Product: LibreOffice
   Version: 5.2.7.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: clai...@hotmail.com

Hi There!
As far as I know, there was (or still is?) a Microsoft Office version of Excel
that allows Charts/Diagrams to be an own seperate Tab.
The Data is written in standard Chart fields as usual, but when it comes to the
Diagram-Assistant, you can choose wether the diagram will be shown as a picture
overlay in the same tab or as an own seperate Tab.
That could be very helpful, when you have data that is possible to be displayed
on different ways/charts, so there would be more overview for the diagrams.
(I hope you understand my english; it's not my native language).
Thanks!
Gerry
clai...@hotmail.com

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


[Libreoffice-bugs] [Bug 95225] scalc is unreasonably slow to open and close with test file

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95225

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu,
   ||michael.me...@collabora.com
   ||, philip...@hotmail.com

--- Comment #21 from Yousuf Philips (jay)  ---
@Meeks, @Aron: A calc perf issue that Joel has done a callgrind for in comment
15. How can we move this issue along?

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


[Libreoffice-bugs] [Bug 108662] [META] Cells with multiple direct formatting text parts

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108662

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||92961


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=92961
[Bug 92961] FILESAVE: XLSX - New line doesnt import correctly into Excel when
text has multiple direct formatting parts
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 92961] FILESAVE: XLSX - New line doesnt import correctly into Excel when text has multiple direct formatting parts

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92961

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
 Blocks||108662
Summary|direct formatting of of |FILESAVE: XLSX - New line
   |text garbles line breaks on |doesnt import correctly
   |export to OOXML |into Excel when text has
   ||multiple direct formatting
   ||parts

--- Comment #8 from Yousuf Philips (jay)  ---
So Calc exports it like this

A

and Excel exports it like this

A


where the binary character of 0x0A was after the A.

So the problem turns out to be the missing xml:space attribute of the  tag.

(In reply to V Stuart Foote from comment #5)
> If direct formatting is removed from the cell, with +M, the cells
> honor the line break on MS Excel.

Yes it is exported correctly in this case, as it did add the xml:space
attribute.

AB


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108662
[Bug 108662] [META] Cells with multiple direct formatting text parts
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108519] [META] Page break bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108519

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||88403


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88403
[Bug 88403] FILESAVE: XLSX - Page break information not being saved
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88403] FILESAVE: XLSX - Page break information not being saved

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88403

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||108519
Summary|can not save the xlsx file  |FILESAVE: XLSX - Page break
   |page break information. |information not being saved


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 108253] [META] Calc cell formula bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108253

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||87739


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=87739
[Bug 87739] FILEOPEN : XLSX - formulas linked to other sheets are not refreshed
when opening file (hard recalc needed)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87739] FILEOPEN : XLSX - formulas linked to other sheets are not refreshed when opening file (hard recalc needed)

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87739

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||108253


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108253
[Bug 108253] [META] Calc cell formula bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94774] [META] OOXML object fill bugs

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94774

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||80039


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=80039
[Bug 80039] FILEOPEN: Cell background color not imported
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 80039] FILEOPEN: Cell background color not imported

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80039

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
 Blocks||94774


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 108912] [META] Sheet-level bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108912

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||79998


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=79998
[Bug 79998] FILESAVE: XLSX export breaks or some sheet names (sheet name length
>31 characters)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 79998] FILESAVE: XLSX export breaks or some sheet names ( sheet name length >31 characters)

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79998

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||108912


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 108912] New: [META] Sheet-level bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108912

Bug ID: 108912
   Summary: [META] Sheet-level bugs and enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com

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


[Libreoffice-bugs] [Bug 108912] [META] Sheet-level bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108912

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||c...@nouenoff.nl,
   ||vstuart.fo...@utsa.edu
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 80040] FILESAVE: XLSX created hyperlinks don' t show up in Excel in blue

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80040

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107733


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 107733] [META] Hyperlink bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107733

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||80040


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=80040
[Bug 80040] FILESAVE: XLSX created hyperlinks don't show up in Excel in blue
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107733] [META] Hyperlink bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107733

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||79972


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=79972
[Bug 79972] FILEOPEN: XLS/XLSX - Hyperlink document path not imported correctly
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108897] [META] XLSX (OOXML) bug tracker

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108897
Bug 108897 depends on bug 83106, which changed state.

Bug 83106 Summary: FILEOPEN: XLSX - Image position shift on opening and saving
https://bugs.documentfoundation.org/show_bug.cgi?id=83106

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 79972] FILEOPEN: XLS/ XLSX - Hyperlink document path not imported correctly

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79972

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||er...@redhat.com
 Blocks||107733
Summary|FILESAVE: XLS - Hyperlink   |FILEOPEN: XLS/XLSX -
   |document path not exported  |Hyperlink document path not
   |correctly to .xlsx  |imported correctly

--- Comment #14 from Yousuf Philips (jay)  ---
Eike: I'm assuming this is an import bug, can you confirm?


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 108437] [META] Image bugs and enhancements

2017-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108437

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||83106


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83106
[Bug 83106] FILEOPEN: XLSX - Image position shift on opening and saving
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   >