[Libreoffice-bugs] [Bug 101664] Formatting : appearance of the drop caps disappears after closing a document

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101664

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||sanipache...@outlook.com.ar

--- Comment #13 from Jean-Baptiste Faure  ---
*** Bug 102251 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 102251] Styles do not show the capital letter

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102251

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jbfa...@libreoffice.org
 Resolution|--- |DUPLICATE

--- Comment #3 from Jean-Baptiste Faure  ---
Known bug, see bug 101664.

Best regards. JBF

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

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


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

2016-09-17 Thread Jochen Nitschke
 oox/source/drawingml/chart/objectformatter.cxx |8 
 1 file changed, 8 insertions(+)

New commits:
commit 3287bc2f91438085b7604773d5e0346fc3c3f452
Author: Jochen Nitschke 
Date:   Sat Sep 17 22:57:49 2016 +0200

fix missing default ctor for ObjectTypeFormatEntry with MSVC

MSVC can't create the default ctor (likely because members are pointers).
deleting default ctor will trigger gcc (4.8) fault where aggregate
initialization fails.
create ctor which does same as aggregate initialization, this also
prevents implicit creation of default ctor.

Change-Id: Ica79c7404de240f38ad18100e6dbc25f1b427960
Reviewed-on: https://gerrit.libreoffice.org/28981
Reviewed-by: Jochen Nitschke 
Reviewed-by: Luke Deller 
Tested-by: Luke Deller 

diff --git a/oox/source/drawingml/chart/objectformatter.cxx 
b/oox/source/drawingml/chart/objectformatter.cxx
index b32cd56..73c24da 100644
--- a/oox/source/drawingml/chart/objectformatter.cxx
+++ b/oox/source/drawingml/chart/objectformatter.cxx
@@ -507,6 +507,14 @@ struct ObjectTypeFormatEntry
 const AutoFormatEntry* mpAutoFills; /// Automatic fill formatting for 
all chart styles.
 const AutoTextEntry* mpAutoTexts;   /// Automatic text attributes for 
all chart styles.
 boolmbIsFrame;  /// True = object is a frame, 
false = object is a line.
+inline ObjectTypeFormatEntry(ObjectType eObjType, const ShapePropertyInfo& 
rPropInfo,
+ const AutoFormatEntry* pAutoLines,
+ const AutoFormatEntry* pAutoFills,
+ const AutoTextEntry* pAutoTexts,
+ bool bIsFrame)
+:meObjType(eObjType), mrPropInfo(rPropInfo), mpAutoLines(pAutoLines)
+,mpAutoFills(pAutoFills), mpAutoTexts(pAutoTexts), mbIsFrame(bIsFrame)
+{} // prevent creation of implicit default ctor which fails in MSVC
 };
 
 #define TYPEFORMAT_FRAME( obj_type, prop_type, auto_texts, auto_lines, 
auto_fills ) \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 101778] Several Icons of Toolbars are not greyed, if Document is in Read-only mode

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101778

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #1 from Aron Budea  ---
Thanks for the detailed bug report, Harald.
I checked a bunch of the list, and can confirm. During the fix it'll be worth
checking the toolbar elements that are hidden by default, too.

-- 
You are receiving this mail because:
You 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 92315] Writer renders incorrectly EMF files with text in them

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92315

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest, regression |
 CC||ba...@caesar.elte.hu
Version|4.4.3.2 release |Inherited From OOo
 Whiteboard||interoperability

--- Comment #8 from Aron Budea  ---
Second bug is fixed in v5.2.1.2.

First isn't, and was never fine (though it looked wrong in a slightly different
way). Removing regression-related keywords.

-- 
You are receiving this mail because:
You 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 100632] SIDEBAR, FILEOPEN: Certain Position & Size fields in Sidebar are not filled for this SVG

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100632

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |
 CC||kris.kr...@gmail.com
 Whiteboard|target:5.3.0|target:5.3.0
   |bibisectRequest:5.2 |

--- Comment #6 from Aron Budea  ---
The second change is caused by this commit:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=0acbf9404a40e5ca87642af299218846d51cf009

tdf#82396:Incorrect behavior on update of Size values in sidebar

Rishabh, can you please take a look?

-- 
You are receiving this mail because:
You 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 73629] FILEOPEN: paragraph contextual spacing issue ( with numbered list..) in .doc and docx

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73629

--- Comment #14 from Elliotte Rusty Harold  ---
Problem still present in 5.2.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 96819] Headers don't print from imported docx files

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96819

--- Comment #8 from Elliotte Rusty Harold  ---
Lately I've been seeing documents that don't bring in the page numbers, though
they do get everything else in the header. Probably a new bug.

Requests for samples that exhibit the bug are not always feasible. If not all
documents show the bug and it's not obvious how to reproduce it in a specially
crafted document, I usually cannot expose the actual document to third parties.

-- 
You are receiving this mail because:
You 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 66597] Other: Text-copy problems with Hindi text copied from PDF

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66597

shreesh...@gmail.com changed:

   What|Removed |Added

 Attachment #127395|0   |1
is obsolete||

-- 
You are receiving this mail because:
You 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 102252] New: Impress hangs on .odp save

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102252

Bug ID: 102252
   Summary: Impress hangs on .odp save
   Product: LibreOffice
   Version: 5.2.1.2 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: e...@pigs.ag

When trying to save any presentation in impress in the .odp format, the program
displays "save document" at the bottom of the screen and hangs in a tight loop. 

Saving in other format such as .ppt or .pptx are no problem.

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


[Libreoffice-bugs] [Bug 66597] Other: Text-copy problems with Hindi text copied from PDF

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66597

--- Comment #15 from shreesh...@gmail.com ---
Created attachment 127398
  --> https://bugs.documentfoundation.org/attachment.cgi?id=127398=edit
Copied text from PDF for the new LOWriter document

This is the attachment with the text copied from the pdf and pasted in
Notepad++.

-- 
You are receiving this mail because:
You 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 102251] Styles do not show the capital letter

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102251

--- Comment #2 from Leandro Martín Drudi  ---
Comment on attachment 127396
  --> https://bugs.documentfoundation.org/attachment.cgi?id=127396
Before closing and opening the file

P: Personalized Style
S: Standard Style

-- 
You are receiving this mail because:
You 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 102251] Styles do not show the capital letter

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102251

--- Comment #1 from Leandro Martín Drudi  ---
Created attachment 127397
  --> https://bugs.documentfoundation.org/attachment.cgi?id=127397=edit
After closing and opening the file

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


[Libreoffice-bugs] [Bug 66597] Other: Text-copy problems with Hindi text copied from PDF

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66597

--- Comment #14 from shreesh...@gmail.com ---
Comment on attachment 127395
  --> https://bugs.documentfoundation.org/attachment.cgi?id=127395
Copied text from PDF for LOWriter document with a modified set of devanagari
fonts

Sorry, this is the output from Save as text from Adobe Acrobat Reader. The
copied text is being added in a different attachment.

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


[Libreoffice-bugs] [Bug 102251] New: Styles do not show the capital letter

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102251

Bug ID: 102251
   Summary: Styles do not show the capital letter
   Product: LibreOffice
   Version: 5.2.1.2 rc
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sanipache...@outlook.com.ar

Created attachment 127396
  --> https://bugs.documentfoundation.org/attachment.cgi?id=127396=edit
Before closing and opening the file

When you customize a style with Capital Letter, the setting is not displayed
after you close and open the file.
But the configuration is to open as in previous versions displayed 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 66597] Other: Text-copy problems with Hindi text copied from PDF

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66597

--- Comment #12 from shreesh...@gmail.com ---
Created attachment 127394
  --> https://bugs.documentfoundation.org/attachment.cgi?id=127394=edit
Exported PDF for LOWriter document with a modified set of devanagari fonts

-- 
You are receiving this mail because:
You 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 66597] Other: Text-copy problems with Hindi text copied from PDF

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66597

--- Comment #13 from shreesh...@gmail.com ---
Created attachment 127395
  --> https://bugs.documentfoundation.org/attachment.cgi?id=127395=edit
Copied text from PDF for LOWriter document with a modified set of devanagari
fonts

-- 
You are receiving this mail because:
You 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 66597] Other: Text-copy problems with Hindi text copied from PDF

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66597

--- Comment #11 from shreesh...@gmail.com ---
Created attachment 127393
  --> https://bugs.documentfoundation.org/attachment.cgi?id=127393=edit
LOWriter document with a modified set of devanagari fonts

-- 
You are receiving this mail because:
You 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 66597] Other: Text-copy problems with Hindi text copied from PDF

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66597

--- Comment #10 from shreesh...@gmail.com ---
This bug is still present. 

Tested on Windows 10 with 
LibreOffice Writer 5.2.1.2
and Adobe Acrobat Reader 11.0.17.

I tested the same Devanagari text as reported by Steve White with a slightly
different mix of fonts. The LOWriter document, resulting pdf and utf-8 text
document with text copied from the pdf in Adobe Acrobat Reader and pasted in
Notepad++ are attached.

FYI, this problem has been solved in Xetex with the new
\XeTeXgenerateactualtext feature - please see
http://tug.org/pipermail/xetex/2016-February/026445.html for the announcement.

-- 
You are receiving this mail because:
You 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 102250] New: FILESAVE

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102250

Bug ID: 102250
   Summary: FILESAVE
   Product: LibreOffice
   Version: 5.1.4.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: g...@cableone.net

Created attachment 127392
  --> https://bugs.documentfoundation.org/attachment.cgi?id=127392=edit
Libreoffice Calc file which will not save in 5.1.4.2

1. Open file (offending file is attached).
2. Change anything and SAVE. Does not save.
3. soffice.bin process goes to 100% CPU nd stays there.
4. Nothing more happens, process seems deadlocked or like a race condition
5. Come back hours later, no change. Must kill process.
6. shell output is 2 lines of the following per second: 

** (soffice:14186): WARNING **: Invalidate all children called


Nota Bene: Same file under Linux Mint 17.3 and whichever Libreoffice ships with
it works fine.


System:
Release Linux Mint 18 Sarah 64-bit
Kernel Linux 4.4.0-31-generic x86_64
MATE 1.14.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 99595] Improve a couple of keyboard shortcuts.

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99595

--- Comment #4 from Hillie  ---
(In reply to Yousuf Philips (jay) from comment #3)
> Hi Hillie,
> 
> From the available stats that we have, repeat isnt a highly used feature in
> writer, though 68% of users use the keyboard shortcut and 32% use the menu
> item. But in calc, it is a highly used feature with 75% of users using the
> keyboard and 25% using the menu. The other issue is that excel[1] uses f4
> for both repeat and also to cycle cell references, which i'm not sure is
> something we can do.


Hi Yousuf,

I would agree that it is probably a more highly used feature in calc. 
Personally I never use f4 to cycle cell references but that is just me.

Thanks,

Hillie

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


[Libreoffice-ux-advise] [Bug 99595] Improve a couple of keyboard shortcuts.

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99595

--- Comment #4 from Hillie  ---
(In reply to Yousuf Philips (jay) from comment #3)
> Hi Hillie,
> 
> From the available stats that we have, repeat isnt a highly used feature in
> writer, though 68% of users use the keyboard shortcut and 32% use the menu
> item. But in calc, it is a highly used feature with 75% of users using the
> keyboard and 25% using the menu. The other issue is that excel[1] uses f4
> for both repeat and also to cycle cell references, which i'm not sure is
> something we can do.


Hi Yousuf,

I would agree that it is probably a more highly used feature in calc. 
Personally I never use f4 to cycle cell references but that is just me.

Thanks,

Hillie

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


[Libreoffice-bugs] [Bug 102246] SIDEBAR: Add icons for change zoom on bottom

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102246

--- Comment #2 from kompilainenn <79045_79...@mail.ru> ---
(In reply to Aron Budea from comment #1)
> In the bottom right corner of applications there's already a zoom slider,
> and a zoom level indicator on the status bar. Right click the percentage,
> and you get these choices, and even more. Isn't that good enough?

status bar and zoom slider is very small on hight. i have bad eyesight. select
type of zoom from context menu of zoom slider uncomfortably also.
icons on Sidebar solve this problem

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


[Libreoffice-bugs] [Bug 102067] Text in paragraph incorrect position at open in Office 2010

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102067

--- Comment #3 from Manuel  ---
Hi!, thanks for your reply:

 I made a ppt file using Impress (libreoffice version):

Versión: 5.2.0.4
Id. de compilación: 066b007f5ebcc236395c7d282ba488bca6720265
Subprocesos de CPU: 2; Versión de SO: Windows 6.1; Renderizado de IU:
predeterminado; 
Configuración regional: es-MX (es_MX)

Translated to english:

Version: 5.2.0.4
Compilation Id: 066b007f5ebcc236395c7d282ba488bca6720265
CPU subprocess: 2; OS Version: Windows 6.1; UI rendering: default;
Locale: es-MX (es_MX)

  I usign Windows 7 Version 6.1 (compilation 7601: Service Pack 1), when open
the ppt file in office 2010 the text in the paragraph is incorrect position
https://bug-attachments.documentfoundation.org/attachment.cgi?id=127262 , the
text is aligned to left, but the correct align is center.

- Ideally, please provide a file the issue occurs on. Please remove any
confidential information from it as needed.

How, I should send the ppt file to analysis?

Thanks for your help, greetings.

-- 
You are receiving this mail because:
You 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 102249] VIEWING: Add View-> Non-printing Characters for textboxes

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102249

Aron Budea  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||ba...@caesar.elte.hu,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #1 from Aron Budea  ---
Let's hear what the UX team has to say on 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-ux-advise] [Bug 102249] VIEWING: Add View-> Non-printing Characters for textboxes

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102249

Aron Budea  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||ba...@caesar.elte.hu,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #1 from Aron Budea  ---
Let's hear what the UX team has to say on this.

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


[Libreoffice-bugs] [Bug 102210] Cannot use '°' character in subroutine name

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102210

Aron Budea  changed:

   What|Removed |Added

   Keywords||filter:xls
 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from Aron Budea  ---
Hm, it doesn't even show me macros when I open the document in LibreOffice
5.2.1.2 or 5.1.5.2. Someone else with Excel will have to confirm 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 102248] VIEWING: Non-printing Characters are not shown in textboxes in Writer when View-> Non-printing Characters is checked

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102248

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu
Version|5.1.5.2 release |4.4.0.3 release
 Ever confirmed|0   |1

--- Comment #1 from Aron Budea  ---
Confirmed in v5.2.1.2 and v4.4.0.3 / Windows 7 (didn't find any option to
insert a textbox prior to that).

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


CppCheck Report Update

2016-09-17 Thread cppcheck.libreoff...@gmail.com

A new cppcheck report is available at : 
http://dev-builds.libreoffice.org/cppcheck_reports/master/


Note:
The script generating this report was run at :
2016-18-09_02:08:28 with user buildslave at host vm140 as 
/home/buildslave/source/dev-tools/cppcheck/cppcheck-report.sh -s 
/home/buildslave/source/libo-core -c /home/buildslave/source/cppcheck -w 
/home/buildslave/tmp/www

It can be found and improved here:

https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=cppcheck/cppcheck-report.sh


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


[Libreoffice-bugs] [Bug 93242] Ruler numbers have 14 decimal places after upgrade

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93242

--- Comment #6 from Mably  ---
I can confirm the ruler display bug on my Asus laptop with 4K screen.

I can provide a screenshot if 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 101678] PPTX imported table renders wrong as nested table in table

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101678

Johnny_M  changed:

   What|Removed |Added

   Keywords||filter:pptx

-- 
You are receiving this mail because:
You 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 101651] [FILEOPEN, DOCX] Wrong spacing between table and text

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101651

Johnny_M  changed:

   What|Removed |Added

   Keywords||filter:docx

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


[Libreoffice-bugs] [Bug 101650] [FILEOPEN, DOCX] Badly positioned symbol

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101650

Johnny_M  changed:

   What|Removed |Added

   Keywords||filter:docx

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


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

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101638

Johnny_M  changed:

   What|Removed |Added

   Keywords||filter:doc

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


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

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101638

Johnny_M  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
 CC||kla...@partyheld.de
Version|5.2.0.4 release |3.6.4.3 release
 Ever confirmed|0   |1

--- Comment #4 from Johnny_M  ---
Confirmed with:
- 64-bit Linux Mint 17.1:
Version: 5.1.5.2
Build ID: 1:5.1.5~rc2-0ubuntu1~trusty1
CPU Threads: 2; OS Version: Linux 3.13; UI Render: default; 
Locale: de-DE (en_GB.UTF-8); Calc: group

- 32-bit Windows Vista:
Version: 5.2.1.2
Build-ID: 31dd62db80d4e60af04904455ec9c9219178d620
CPU-Threads: 2; BS-Version: Windows 6.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group

- 32-bit Window Vista (as portable release):
LO 3.6.4.3 (de-DE)

With LO 3.5.3.2 (de-DE) (portable release on Vista): Issue does not occur. ==>
regression

MS Office Word 2003 shows the file 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 102249] VIEWING: Add View-> Non-printing Characters for textboxes

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102249

Hans  changed:

   What|Removed |Added

 Depends on||102248


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102248
[Bug 102248] VIEWING: Non-printing Characters are not shown in textboxes in
Writer when View-> Non-printing Characters is checked
-- 
You are receiving this mail because:
You 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 102248] VIEWING: Non-printing Characters are not shown in textboxes in Writer when View-> Non-printing Characters is checked

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102248

Hans  changed:

   What|Removed |Added

 Blocks||102249


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102249
[Bug 102249] VIEWING: Add View-> Non-printing Characters for textboxes
-- 
You are receiving this mail because:
You 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 102249] New: VIEWING: Add View-> Non-printing Characters for textboxes

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102249

Bug ID: 102249
   Summary: VIEWING: Add View-> Non-printing Characters for
textboxes
   Product: LibreOffice
   Version: 5.1.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: j.tdhgf...@nurfuerspam.de

I miss the function View-> Non-printing Characters in Draw like Writer has it.
It would be helpful to be able to view non-printing characters in text boxes.

-- 
You are receiving this mail because:
You 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 101650] [FILEOPEN, DOCX] Badly positioned symbol

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101650

Johnny_M  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
 CC||kla...@partyheld.de
Version|5.2.0.4 release |5.0.5.2 release
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||1651
 Ever confirmed|0   |1

--- Comment #3 from Johnny_M  ---
I don't know if the issue here is separate to bug 101651 or not (the latter
refers to space after table, while this one refers to the asterisk position).
But anyway, confirmed together with it:

Confirmed with:
- 64-bit Linux Mint 17.1:
Version: 5.1.5.2
Build ID: 1:5.1.5~rc2-0ubuntu1~trusty1
CPU Threads: 2; OS Version: Linux 3.13; UI Render: default; 
Locale: de-DE (en_GB.UTF-8); Calc: group

- 32-bit Windows Vista:
Version: 5.2.1.2
Build-ID: 31dd62db80d4e60af04904455ec9c9219178d620
CPU-Threads: 2; BS-Version: Windows 6.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group

- 32-bit Window Vista (as portable release):
LO 5.0.5.2 (de-DE)

With LO 4.0.4.2 (de-DE) (portable release on Vista): Issue does not occur. ==>
regression

MS Office Word 2003 shows the file 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 101651] [FILEOPEN, DOCX] Wrong spacing between table and text

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101651

Johnny_M  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 99595] Improve a couple of keyboard shortcuts.

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99595

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com

--- Comment #3 from Yousuf Philips (jay)  ---
Hi Hillie,

>From the available stats that we have, repeat isnt a highly used feature in
writer, though 68% of users use the keyboard shortcut and 32% use the menu
item. But in calc, it is a highly used feature with 75% of users using the
keyboard and 25% using the menu. The other issue is that excel[1] uses f4 for
both repeat and also to cycle cell references, which i'm not sure is something
we can do.

[1]
https://support.office.com/en-us/article/Excel-keyboard-shortcuts-and-function-keys-1798d9d5-842a-42b8-9c99-9b7213f0040f

-- 
You are receiving this mail because:
You 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 102248] New: VIEWING: Non-printing Characters are not shown in textboxes in Writer when View-> Non-printing Characters is checked

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102248

Bug ID: 102248
   Summary: VIEWING: Non-printing Characters are not shown in
textboxes in Writer when View-> Non-printing
Characters is checked
   Product: LibreOffice
   Version: 5.1.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: j.tdhgf...@nurfuerspam.de

When View -> Non-printing Characters is enabled, the Non-printing Characters
are not shown in text boxes.

-- 
You are receiving this mail because:
You 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 101651] [FILEOPEN, DOCX] Wrong spacing between table and text

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101651

Johnny_M  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|NEEDINFO|NEW
 CC||kla...@partyheld.de
Version|5.2.0.4 release |5.0.5.2 release

--- Comment #6 from Johnny_M  ---
Confirmed with:
- 64-bit Linux Mint 17.1:
Version: 5.1.5.2
Build ID: 1:5.1.5~rc2-0ubuntu1~trusty1
CPU Threads: 2; OS Version: Linux 3.13; UI Render: default; 
Locale: de-DE (en_GB.UTF-8); Calc: group

- 32-bit Windows Vista:
Version: 5.2.1.2
Build-ID: 31dd62db80d4e60af04904455ec9c9219178d620
CPU-Threads: 2; BS-Version: Windows 6.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group

- 32-bit Window Vista (as portable release):
LO 5.0.5.2 (de-DE)

With LO 4.0.4.2 (de-DE) (portable release on Vista): Issue does not occur. ==>
regression

MS Office Word 2003 shows the file 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 101678] PPTX imported table renders wrong as nested table in table

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101678

Johnny_M  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||kla...@partyheld.de
Version|5.2.0.4 release |3.5.3 release
 Ever confirmed|0   |1

--- Comment #2 from Johnny_M  ---
Confirmed with:
- 64-bit Linux Mint 17.1:
Version: 5.1.5.2
Build ID: 1:5.1.5~rc2-0ubuntu1~trusty1
CPU Threads: 2; OS Version: Linux 3.13; UI Render: default; 
Locale: de-DE (en_GB.UTF-8); Calc: group

- 32-bit Windows Vista:
Version: 5.2.1.2
Build-ID: 31dd62db80d4e60af04904455ec9c9219178d620
CPU-Threads: 2; BS-Version: Windows 6.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group

- 32-bit Window Vista (as portable release):
LO 3.5.3.2


With LO 3.3.0 (portable release on Vista): The left (issue displaying) table is
not shown at all.

MS Office 2003 shows the table correctly (after automatic conversion to .ppt).

-- 
You are receiving this mail because:
You 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 93357] Thumbnail of ODP or PPTX presentation is updated to the last slide/ page viewed

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93357

--- Comment #12 from Pedro  ---
(In reply to Yousuf Philips (jay) from comment #11)
> This same issue hit me today and i believe it should always thumbnail the
> first slide of the presentation, whether or not it opens to the first slide
> or the last edited slide. This would also make the behaviour consistent
> across apps.

+1

> Writer has a feature to jump to the last edited point in the document,
> though it seems i cant find where to enable it :D, but i still believe it
> thumbnails the first page even when this feature is enabled.

It does.
You don't need to enable it
https://ask.libreoffice.org/en/question/1144/how-to-save-cursor-position-in-writer/

> I would believe the same behaviour should go for Draw.

For consistency sake it should always show the first page for all document
types

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


[Libreoffice-ux-advise] [Bug 93357] Thumbnail of ODP or PPTX presentation is updated to the last slide/ page viewed

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93357

--- Comment #12 from Pedro  ---
(In reply to Yousuf Philips (jay) from comment #11)
> This same issue hit me today and i believe it should always thumbnail the
> first slide of the presentation, whether or not it opens to the first slide
> or the last edited slide. This would also make the behaviour consistent
> across apps.

+1

> Writer has a feature to jump to the last edited point in the document,
> though it seems i cant find where to enable it :D, but i still believe it
> thumbnails the first page even when this feature is enabled.

It does.
You don't need to enable it
https://ask.libreoffice.org/en/question/1144/how-to-save-cursor-position-in-writer/

> I would believe the same behaviour should go for Draw.

For consistency sake it should always show the first page for all document
types

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


[Libreoffice-commits] core.git: 41 commits - configure.ac desktop/CppunitTest_desktop_lib.mk download.lst external/liborcus RepositoryExternal.mk sc/CppunitTest_sc_subsequent_filters_test.mk sc/inc sc

2016-09-17 Thread Markus Mohrhard
 RepositoryExternal.mk|4 
 configure.ac |2 
 desktop/CppunitTest_desktop_lib.mk   |2 
 download.lst |4 
 external/liborcus/0001-workaround-a-linking-problem-on-windows.patch |4 
 external/liborcus/ExternalPackage_liborcus.mk|8 
 external/liborcus/ExternalProject_liborcus.mk|4 
 external/liborcus/Library_orcus-parser.mk|3 
 external/liborcus/Library_orcus.mk   |1 
 sc/CppunitTest_sc_subsequent_filters_test.mk |   13 
 sc/Module_sc.mk  |1 
 sc/Package_res_xml.mk|   16 
 sc/inc/orcusfilters.hxx  |6 
 sc/inc/stlpool.hxx   |7 
 sc/qa/unit/data/xml/styles.xml   |   34 
 sc/qa/unit/subsequent_filters-test.cxx   |  239 
+
 sc/qa/unit/ucalc.cxx |2 
 sc/qa/unit/ucalc_formula.cxx |3 
 sc/qa/unit/ucalc_sharedformula.cxx   |1 
 sc/res/xml/styles.xml|   43 
 sc/source/core/data/stlpool.cxx  |2 
 sc/source/filter/inc/orcusfiltersimpl.hxx|2 
 sc/source/filter/inc/orcusinterface.hxx  |   48 +
 sc/source/filter/orcus/interface.cxx |  431 
+-
 sc/source/filter/orcus/orcusfiltersimpl.cxx  |   27 
 sc/source/ui/docshell/docsh.cxx  |   32 
 sc/source/ui/docshell/docsh2.cxx |   24 
 sc/source/ui/inc/docsh.hxx   |3 
 28 files changed, 916 insertions(+), 50 deletions(-)

New commits:
commit 5a2cc16f701a8e03307f6d5286e53c3305d9c6a4
Author: Markus Mohrhard 
Date:   Sat Sep 17 13:37:24 2016 +0200

make sure that we are not trying to load the filter lib in ucalc

This casues crashes on exit as the ucalc lib loads the filter lib which
is linked against the sclo lib. The sclo lib is statically linked into
the ucalc code so that this causes the symbols to be two times in the
program.

Change-Id: I93e5a9b4dffa7c4b797ffef91b91f5f29f65348e

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 9546694..7e8654f 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -134,6 +134,7 @@ void Test::setUp()
 SfxModelFlags::DISABLE_EMBEDDED_SCRIPTS |
 SfxModelFlags::DISABLE_DOCUMENT_RECOVERY);
 
+m_pImpl->m_xDocShell->SetIsInUcalc();
 m_pImpl->m_xDocShell->DoInitUnitTest();
 m_pDoc = _pImpl->m_xDocShell->GetDocument();
 }
@@ -4436,6 +4437,7 @@ void Test::testCopyPasteFormulasExternalDoc()
 m_pDoc = ().GetDocument();
 
 ScDocShellRef xExtDocSh = new ScDocShell;
+xExtDocSh->SetIsInUcalc();
 OUString aExtDocName("file:///extdata.fake");
 OUString aExtSh1Name("ExtSheet1");
 OUString aExtSh2Name("ExtSheet2");
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index 468295c..38f15fa 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -5289,6 +5289,7 @@ void Test::testFormulaMatrixResultUpdate()
 void Test::testExternalRef()
 {
 ScDocShellRef xExtDocSh = new ScDocShell;
+xExtDocSh->SetIsInUcalc();
 OUString aExtDocName("file:///extdata.fake");
 OUString aExtSh1Name("Data1");
 OUString aExtSh2Name("Data2");
@@ -5461,6 +5462,7 @@ void Test::testExternalRef()
 void Test::testExternalRangeName()
 {
 ScDocShellRef xExtDocSh = new ScDocShell;
+xExtDocSh->SetIsInUcalc();
 OUString aExtDocName("file:///extdata.fake");
 OUString aExtSh1Name("Data1");
 SfxMedium* pMed = new SfxMedium(aExtDocName, StreamMode::STD_READWRITE);
@@ -5557,6 +5559,7 @@ void testExtRefFuncVLOOKUP(ScDocument* pDoc, ScDocument& 
rExtDoc)
 void Test::testExternalRefFunctions()
 {
 ScDocShellRef xExtDocSh = new ScDocShell;
+xExtDocSh->SetIsInUcalc();
 OUString aExtDocName("file:///extdata.fake");
 SfxMedium* pMed = new SfxMedium(aExtDocName, StreamMode::STD_READWRITE);
 xExtDocSh->DoInitNew(pMed);
diff --git a/sc/qa/unit/ucalc_sharedformula.cxx 
b/sc/qa/unit/ucalc_sharedformula.cxx
index f75a7a1..a66a093 100644
--- a/sc/qa/unit/ucalc_sharedformula.cxx
+++ b/sc/qa/unit/ucalc_sharedformula.cxx
@@ -742,6 +742,7 @@ void Test::testSharedFormulasRefUpdateExternal()
 
 // Launch an 

[Libreoffice-commits] online.git: 4 commits - loolwsd/ChildSession.cpp loolwsd/ChildSession.hpp loolwsd/LOOLKit.cpp loolwsd/test

2016-09-17 Thread Henry Castro
 loolwsd/ChildSession.cpp|1 -
 loolwsd/ChildSession.hpp|1 +
 loolwsd/LOOLKit.cpp |   11 ++-
 loolwsd/test/helpers.hpp|   12 ++--
 loolwsd/test/httpwstest.cpp |   32 ++--
 5 files changed, 35 insertions(+), 22 deletions(-)

New commits:
commit c6c20408495bf594e3020c26fde2dd57023c4a05
Author: Henry Castro 
Date:   Sat Sep 17 17:47:06 2016 -0400

loolwsd: test: log more info for each view

diff --git a/loolwsd/test/httpwstest.cpp b/loolwsd/test/httpwstest.cpp
index d511808..2fdba45 100644
--- a/loolwsd/test/httpwstest.cpp
+++ b/loolwsd/test/httpwstest.cpp
@@ -2130,7 +2130,7 @@ void HTTPWSTest::testOptimalResize()
 }
 }
 
-void HTTPWSTest::testEachView(const std::string& doc, const std::string& type, 
const std::string& protocol, const std::string& view)
+void HTTPWSTest::testEachView(const std::string& doc, const std::string& type, 
const std::string& protocol, const std::string& protocolView)
 {
 int docPart = -1;
 int docParts = 0;
@@ -2141,6 +2141,9 @@ void HTTPWSTest::testEachView(const std::string& doc, 
const std::string& type, c
 
 // 0..N Views
 std::vector views;
+const std::string view = "view %d -> ";
+const std::string load = "view %d, cannot load the document ";
+const std::string error = "view %d, did not receive a %s message as 
expected";
 
 // Load a document
 std::string documentPath, documentURL, response, text;
@@ -2150,21 +2153,21 @@ void HTTPWSTest::testEachView(const std::string& doc, 
const std::string& type, c
 Poco::Net::WebSocket socket0 = *connectLOKit(_uri, request, _response);
 
 sendTextFrame(socket0, "load url=" + documentURL);
-CPPUNIT_ASSERT_MESSAGE("cannot load the document " + documentURL, 
isDocumentLoaded(socket0));
+CPPUNIT_ASSERT_MESSAGE(Poco::format(load, itView) + documentURL, 
isDocumentLoaded(socket0, Poco::format(view, itView)));
 
 // Check document size
 sendTextFrame(socket0, "status");
-getResponseMessage(socket0, "status:", response, false);
-CPPUNIT_ASSERT_MESSAGE("did not receive a status: message as expected", 
!response.empty());
+getResponseMessage(socket0, "status:", response, false, Poco::format(view, 
itView));
+CPPUNIT_ASSERT_MESSAGE(Poco::format(error, itView, 
std::string("status:")), !response.empty());
 parseDocSize(response, type, docPart, docParts, docWidth, docHeight, 
docViewId);
 
-// Click to show a cursor
+// Send click message
 Poco::format(text, "mouse type=%s x=%d y=%d count=1 buttons=1 modifier=0", 
std::string("buttondown"), docWidth/2, docHeight/6);
 sendTextFrame(socket0, text); text.clear();
 Poco::format(text, "mouse type=%s x=%d y=%d count=1 buttons=1 modifier=0", 
std::string("buttonup"), docWidth/2, docHeight/6);
 sendTextFrame(socket0, text);
-getResponseMessage(socket0, protocol, response, false);
-CPPUNIT_ASSERT_MESSAGE(Poco::format("did not receive a %s message as 
expected", protocol), !response.empty());
+getResponseMessage(socket0, protocol, response, false, Poco::format(view, 
itView));
+CPPUNIT_ASSERT_MESSAGE(Poco::format(error, itView, protocol), 
!response.empty());
 
 // Connect 0..N Views, where N=10
 for (itView = 0; itView < 10; ++itView)
@@ -2172,24 +2175,25 @@ void HTTPWSTest::testEachView(const std::string& doc, 
const std::string& type, c
 views.emplace_back(connectLOKit(_uri, request, _response));
 }
 
-const std::string error = Poco::format("did not receive a %s message as 
expected", view);
-
+itView = 1;
 // Load 0..N view
 for (auto socketView : views)
 {
 sendTextFrame(*socketView, "load url=" + documentURL);
-CPPUNIT_ASSERT_MESSAGE("cannot load the document " + documentURL, 
isDocumentLoaded(*socketView, "", true));
+CPPUNIT_ASSERT_MESSAGE(Poco::format(load, itView) + documentURL, 
isDocumentLoaded(*socketView, Poco::format(view, itView), true));
 
 // Expected to receive response each view
-getResponseMessage(*socketView, view, response, false);
-CPPUNIT_ASSERT_MESSAGE(error, !response.empty());
+getResponseMessage(*socketView, protocolView, response, false, 
Poco::format(view, itView));
+CPPUNIT_ASSERT_MESSAGE(Poco::format(error, itView, protocolView), 
!response.empty());
+++itView;
 }
 
+itView = 0;
 // main view should receive response each view
 for (auto socketView : views)
 {
-getResponseMessage(socket0, view, response, false);
-CPPUNIT_ASSERT_MESSAGE(error, !response.empty());
+getResponseMessage(socket0, protocolView, response, false, 
Poco::format(view, itView));
+CPPUNIT_ASSERT_MESSAGE(Poco::format(error, itView, protocolView), 
!response.empty());
 }
 }
 
commit a613025b0e48f85a15a08138ac7ce34c6fb44bef
Author: Henry Castro 
Date:   Sat Sep 17 17:20:52 2016 -0400


[Libreoffice-bugs] [Bug 101560] (Text-) frame options not reachable?

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101560

Yousuf Philips (jay)  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 Status|UNCONFIRMED |RESOLVED
 CC|libreoffice-ux-advise@lists |philip...@hotmail.com
   |.freedesktop.org|
 Resolution|--- |WORKSFORME
Summary|(Test-) frame options not   |(Text-) frame options not
   |reachable?  |reachable?

--- Comment #4 from Yousuf Philips (jay)  ---
Agree with Heiko that is in the correct place in the menu and has an entry in
the context menu, though the entry should be called 'Properties...'. For the
quickest access to properties, double-click on the frame.

If you would like it in a different place in the menu Thomas, you can change it
in Tools > Customize > Menus.

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


[Libreoffice-ux-advise] [Bug 101560] (Text-) frame options not reachable?

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101560

Yousuf Philips (jay)  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 Status|UNCONFIRMED |RESOLVED
 CC|libreoffice-ux-advise@lists |philip...@hotmail.com
   |.freedesktop.org|
 Resolution|--- |WORKSFORME
Summary|(Test-) frame options not   |(Text-) frame options not
   |reachable?  |reachable?

--- Comment #4 from Yousuf Philips (jay)  ---
Agree with Heiko that is in the correct place in the menu and has an entry in
the context menu, though the entry should be called 'Properties...'. For the
quickest access to properties, double-click on the frame.

If you would like it in a different place in the menu Thomas, you can change it
in Tools > Customize > Menus.

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


[Libreoffice-bugs] [Bug 102247] Crash in: com::sun::star::uno::BaseReference::operator==(com: :sun::star::uno::XInterface *)

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102247

--- Comment #2 from gary_sit...@ameritech.net ---
I am sorry.  I continued to work on this application and successfully removed
the library after the recovery from the crash.  I did not back up the base
document, so I cannot provide the original file.

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


[Libreoffice-bugs] [Bug 101738] Number mask in .xlsx format

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101738

Johnny_M  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 96356] XLSX user defined number format roundtrip error

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96356

Johnny_M  changed:

   What|Removed |Added

 CC||kla...@partyheld.de
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||1738

-- 
You are receiving this mail because:
You 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 101738] Number mask in .xlsx format

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101738

Johnny_M  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
   Hardware|x86 (IA32)  |All
Version|5.2.0.4 release |5.0.5.2 release
 Ever confirmed|0   |1
 OS|Linux (All) |All

--- Comment #3 from Johnny_M  ---
Using LO portable releases on 32-bit Windows Vista, the earliest release
showing the issue is LO 5.0.5. Last good one is LO 4.0.4.

-- 
You are receiving this mail because:
You 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 101738] Number mask in .xlsx format

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101738

--- Comment #2 from Johnny_M  ---
Created attachment 127391
  --> https://bugs.documentfoundation.org/attachment.cgi?id=127391=edit
Screenshot showing the issue (LO 5.1.5 on Linux Mint 17.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 101738] Number mask in .xlsx format

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101738

Johnny_M  changed:

   What|Removed |Added

 CC||kla...@partyheld.de

--- Comment #1 from Johnny_M  ---
Created attachment 127390
  --> https://bugs.documentfoundation.org/attachment.cgi?id=127390=edit
File showing the issue (created with LO 5.1.5)

Confirmed with:
- 64-bit Linux Mint 17.1:
Version: 5.1.5.2
Build ID: 1:5.1.5~rc2-0ubuntu1~trusty1
CPU Threads: 2; OS Version: Linux 3.13; UI Render: default; 
Locale: de-DE (en_GB.UTF-8); Calc: group

- 32-bit Windows Vista:
Version: 5.2.1.2
Build-ID: 31dd62db80d4e60af04904455ec9c9219178d620
CPU-Threads: 2; BS-Version: Windows 6.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group

The test was done as follows:
1. In a new file, configure the cell number format as 000"."000"-"0 for the
cell A1
2. Enter 1234567 into the cell A1
3. Save the file to .xlsx
4. Close the file
5. Re-open the file

Expected results:
2. Cell A1 shows 123.456-7
5. Cell A1 shows 123.456-7

Actual results:
5. Cell A1 shows 1234567,000-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-ux-advise] [Bug 93357] Thumbnail of ODP or PPTX presentation is updated to the last slide/ page viewed

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93357

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com,
   ||rb.hensc...@t-online.de

--- Comment #11 from Yousuf Philips (jay)  ---
This same issue hit me today and i believe it should always thumbnail the first
slide of the presentation, whether or not it opens to the first slide or the
last edited slide. This would also make the behaviour consistent across apps.

Writer has a feature to jump to the last edited point in the document, though
it seems i cant find where to enable it :D, but i still believe it thumbnails
the first page even when this feature is enabled.

I would believe the same behaviour should go for Draw.

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


[Libreoffice-bugs] [Bug 93357] Thumbnail of ODP or PPTX presentation is updated to the last slide/ page viewed

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93357

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com,
   ||rb.hensc...@t-online.de

--- Comment #11 from Yousuf Philips (jay)  ---
This same issue hit me today and i believe it should always thumbnail the first
slide of the presentation, whether or not it opens to the first slide or the
last edited slide. This would also make the behaviour consistent across apps.

Writer has a feature to jump to the last edited point in the document, though
it seems i cant find where to enable it :D, but i still believe it thumbnails
the first page even when this feature is enabled.

I would believe the same behaviour should go for Draw.

-- 
You are receiving this mail because:
You 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 102246] SIDEBAR: Add icons for change zoom on bottom

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102246

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ba...@caesar.elte.hu
 Ever confirmed|0   |1

--- Comment #1 from Aron Budea  ---
In the bottom right corner of applications there's already a zoom slider, and a
zoom level indicator on the status bar. Right click the percentage, and you get
these choices, and even more. Isn't that good enough?

-- 
You are receiving this mail because:
You 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 102247] Crash in: com::sun::star::uno::BaseReference::operator==(com: :sun::star::uno::XInterface *)

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102247

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #1 from Julien Nabet  ---
Would it be possible you attach the original file so we can try to reproduce
this?

http://crashreport.libreoffice.org/stats/crash_details/d2c0d90c-31cd-44b3-9228-f7389fc25a36

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


Re: Syntax error in XComponent.idl ?

2016-09-17 Thread Markus Mohrhard
Hey,

On Fri, Sep 16, 2016 at 10:55 PM,  wrote:

> The current source code in XComponent.idl looks like:
>
> #ifndef __com_sun_star_lang_XComponent_idl__
> 20 #define __com_sun_star_lang_XComponent_idl__
> 21
> 22 #include 
> 23
> 24
> 25 module com { module sun { module star { module lang {
> 26
> 27 * published interface XEventListener;*
> 28
> 42 published interface XComponent: com::sun::star::uno::XInterface
> 43 {
> 73  void dispose();
> 74
> 92  void addEventListener( [in] XEventListener xListener );
> 93
> 108  void removeEventListener( [in] XEventListener aListener );
> 109
> 110 };
> 111
> 112
> 113 }; }; }; };
> 114
> 115 #endif
>
> can anyone check - and if positively found incorrect change the source -
> the following alternative:
>
> 
>  #include 
> * #include *
>   24
> 25 module com { module sun { module star { module lang {
> 26
> 42 published interface XComponent: com::sun::star::uno::XInterface
> 
>
> thx
>
> andy
>
>

The old code looks fine. This is a forward declaration in the idl file. You
can see the generated c++ code for it in e.g.
workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/lang/XComponent.hdl

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


[Libreoffice-bugs] [Bug 101919] Renaming the point "ownCloud" in main menu of LibreOffice on Android

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101919

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |

--- Comment #3 from Julien Nabet  ---
Thank you Michael for your feedback.

Here's a straightforward patch for this:
https://gerrit.libreoffice.org/#/c/28983/

-- 
You are receiving this mail because:
You 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 102039] Opening Publisher file causes images to rotate

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102039

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|Mac OS X (All)  |All

--- Comment #5 from Aron Budea  ---
Confirmed with LibreOffice 5.1.2.2 and 4.0.0.3 / Windows 7.

I also noticed that rotating the image doesn't change its orientation.
If the image is copied in let's say, a Writer document, again, rotating doesn't
change its orientation. Moreover, it has different context menu than an image
inserted from a file.

Saving the document shows that the image is referenced in styles.xml as some
kind of style as opposed to an image inserted from a file, which would be
referenced in content.xml.

-- 
You are receiving this mail because:
You 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 92519] SVG images are wrongly embedded tens of times in FODT

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92519

g3855...@trbvm.com 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102067] Text in paragraph incorrect position at open in Office 2010

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102067

Johnny_M  changed:

   What|Removed |Added

 CC||kla...@partyheld.de

--- Comment #2 from Johnny_M  ---
Hi, thanks for reporting this!

Following additional information would be useful trying to reproduce the issue:
- Which file format does it occur on (PPT, PPTX, etc.)
- Which operating system did the issue appear on (Windows 7, Windows 10, etc.)
- Ideally, please provide the exact LibreOffice version information. For that,
please go to the menu Help -> About LibreOffice, then copy and paste the four
lines beginning with "Version: ..."
- Ideally, please provide a file the issue occurs on. Please remove any
confidential information from it as 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 102247] New: Crash in: com::sun::star::uno::BaseReference::operator== (com::sun::star::uno::XInterface *)

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102247

Bug ID: 102247
   Summary: Crash in:
com::sun::star::uno::BaseReference::operator==(com::su
n::star::uno::XInterface *)
   Product: LibreOffice
   Version: 5.2.1.2 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gary_sit...@ameritech.net

This bug was filed from the crash reporting server and is
br-d2c0d90c-31cd-44b3-9228-f7389fc25a36.
=
I was attempting to remove a module (named Module1)vfrom a macro library (named
Forms) in library container My Macros.  This was the only module in the
library.  I had copied all of the macros to another library and wanted to
remove this library.

-- 
You are receiving this mail because:
You 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 60411] CONFIGURATION: Active toolbars not remembered after reopening

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60411

Buovjaga  changed:

   What|Removed |Added

 CC||cpaint...@iee.org

--- Comment #10 from Buovjaga  ---
*** Bug 101574 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 101574] CONFIGURATION: Toolbar not staying parked

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101574

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #5 from Buovjaga  ---
Bug 60411 also mentions Calc. It was reported in 2013, but is still valid.
Let's dupe to 60411.

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

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


[Libreoffice-ux-advise] [Bug 60411] CONFIGURATION: Active toolbars not remembered after reopening

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60411

Buovjaga  changed:

   What|Removed |Added

 CC||cpaint...@iee.org

--- Comment #10 from Buovjaga  ---
*** Bug 101574 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 101756] [META] Table styles bugs and enhancements

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101756

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||57344


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=57344
[Bug 57344] UI: 'Edit Style' item superfluous in TABLE related context menus if
not all table is selected
-- 
You are receiving this mail because:
You 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 57344] UI: 'Edit Style' item superfluous in TABLE related context menus if not all table is selected

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57344

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|34391   |101756


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=34391
[Bug 34391] FORMATTING: Implementing Table Styles
https://bugs.documentfoundation.org/show_bug.cgi?id=101756
[Bug 101756] [META] Table styles 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 102217] Error message pops up on every LO start : Error retrieving BASIC in document

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102217

Aron Budea  changed:

   What|Removed |Added

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

--- Comment #5 from Aron Budea  ---
Interesting... well, the file is the same as I have, so it's not the file. I
have no idea how Heimdal might've affected it (which I assume is the security
software), especially since you wrote it took a day after reinstall for the
message to go away.

Nevertheless, since the issue is gone, I'm closing this as 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 102184] Navigator: Document doesn't move to the selected page, if cursor is in a comment

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102184

Johnny_M  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||kla...@partyheld.de
   Hardware|x86-64 (AMD64)  |All
Version|5.1.5.2 release |Inherited From OOo
 Ever confirmed|0   |1

--- Comment #1 from Johnny_M  ---
Confirmed on:

- 64-bit Linux Mint 17.1:
Version: 5.1.5.2
Build ID: 1:5.1.5~rc2-0ubuntu1~trusty1
CPU Threads: 2; OS Version: Linux 3.13; UI Render: default; 
Locale: de-DE (en_GB.UTF-8); Calc: group

- 32-bit Windows Vista:
Version: 5.2.1.2
Build-ID: 31dd62db80d4e60af04904455ec9c9219178d620
CPU-Threads: 2; BS-Version: Windows 6.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group

- 32-bit Windows Vista:
LibreOffice 3.3.0
OOO330m19 (build:6)
tag libreoffice-3.3.0.4

==> Inherited from OOo

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


[Libreoffice-bugs] [Bug 34391] FORMATTING: Implementing Table Styles

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34391

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|57344   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=57344
[Bug 57344] UI: 'Edit Style' item superfluous in TABLE related context menus if
not all table is selected
-- 
You are receiving this mail because:
You 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 101597] Ability to view the total time for rehearsed timings

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101597

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsUXEval
 Status|UNCONFIRMED |NEW
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||todven...@suomi24.fi
Summary|Timed presentation reset on |Ability to view the total
   |slide change|time for rehearsed timings
 Ever confirmed|0   |1
 OS|Linux (All) |All
   Severity|normal  |enhancement

--- Comment #1 from Buovjaga  ---
(In reply to Olivier from comment #0)
> Expected: Let the chronometer run until I stop it so that I can now my
> overall presentation time.

I changed the summary and made this an enhancement. Your expectation is not
correct, but a way to show the total time would be really nice.
I found a way to view the individual timings:
http://superuser.com/questions/208119/how-do-i-view-the-total-time-of-ooo-impress-rehearse-timings

Open Slide transition panel in the Sidebar. Now you will see the stored timing
under Advance slide - automatically after x,xx sec.

Note: you store the time when rehearsing by clicking on the timer with your
mouse. If you just hit spacebar to advance, it will not store the time!

Help page:
https://help.libreoffice.org/Impress/Rehearse_Timings_of_Slide_Changes

Let's ask design team about the best way to display total times.

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


[Libreoffice-ux-advise] [Bug 101597] Ability to view the total time for rehearsed timings

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101597

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsUXEval
 Status|UNCONFIRMED |NEW
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||todven...@suomi24.fi
Summary|Timed presentation reset on |Ability to view the total
   |slide change|time for rehearsed timings
 Ever confirmed|0   |1
 OS|Linux (All) |All
   Severity|normal  |enhancement

--- Comment #1 from Buovjaga  ---
(In reply to Olivier from comment #0)
> Expected: Let the chronometer run until I stop it so that I can now my
> overall presentation time.

I changed the summary and made this an enhancement. Your expectation is not
correct, but a way to show the total time would be really nice.
I found a way to view the individual timings:
http://superuser.com/questions/208119/how-do-i-view-the-total-time-of-ooo-impress-rehearse-timings

Open Slide transition panel in the Sidebar. Now you will see the stored timing
under Advance slide - automatically after x,xx sec.

Note: you store the time when rehearsing by clicking on the timer with your
mouse. If you just hit spacebar to advance, it will not store the time!

Help page:
https://help.libreoffice.org/Impress/Rehearse_Timings_of_Slide_Changes

Let's ask design team about the best way to display total times.

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


[Libreoffice-bugs] [Bug 100366] [META] Improve table handling in Draw

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100366

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
  Alias|Table   |SD-Table

-- 
You are receiving this mail because:
You 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 100373] [META] Style issues in Draw

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100373

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
  Alias|Styles  |SD-Styles

-- 
You are receiving this mail because:
You 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 102246] New: SIDEBAR: Add icons for change zoom on bottom

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102246

Bug ID: 102246
   Summary: SIDEBAR: Add icons for change zoom on bottom
   Product: LibreOffice
   Version: 5.3.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 79045_79...@mail.ru

Created attachment 127389
  --> https://bugs.documentfoundation.org/attachment.cgi?id=127389=edit
sidebar zoom icons

Need add four icons: 100%, optimal, page widht and entire page, to bottom of
Sidebar

see attach

-- 
You are receiving this mail because:
You 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 101756] [META] Table styles bugs and enhancements

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101756

Yousuf Philips (jay)  changed:

   What|Removed |Added

  Alias||Table-Styles

-- 
You are receiving this mail because:
You 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 86899] [META] Requests for the addition of UNO commands

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86899

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||67574


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=67574
[Bug 67574] EDITING: Shortcut to paste a link
-- 
You are receiving this mail because:
You 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 98259] [META] Keyboard shortcuts (accelerators)

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98259

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||67574


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=67574
[Bug 67574] EDITING: Shortcut to paste a link
-- 
You are receiving this mail because:
You 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 67574] EDITING: Shortcut to paste a link

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67574

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl,
   ||philip...@hotmail.com
 Blocks||86899, 98259

--- Comment #6 from Yousuf Philips (jay)  ---
I would assume all the common paste special options that have uno commands
(only text, only value, only formula) could benefit from shortcuts, as well as
those that dont (link and transpose).

Would be useful to have one modifier sequence followed by a letter or number.
The most available one i can find is Ctrl+Shift+Alt, though i would have
preferred it be Ctrl+Shift, so the shortcuts would look something like this.

Text  - Ctrl+Shift+Alt+A
Numbers   - Ctrl+Shift+Alt+1 or Ctrl+Shift+Alt+N
Formulas  - Ctrl+Shift+Alt+F
Link  - Ctrl+Shift+Alt+L
Transpose - Ctrl+Shift+Alt+T


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=86899
[Bug 86899] [META] Requests for the addition of UNO commands
https://bugs.documentfoundation.org/show_bug.cgi?id=98259
[Bug 98259] [META] Keyboard shortcuts (accelerators)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 67574] EDITING: Shortcut to paste a link

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67574

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl,
   ||philip...@hotmail.com
 Blocks||86899, 98259

--- Comment #6 from Yousuf Philips (jay)  ---
I would assume all the common paste special options that have uno commands
(only text, only value, only formula) could benefit from shortcuts, as well as
those that dont (link and transpose).

Would be useful to have one modifier sequence followed by a letter or number.
The most available one i can find is Ctrl+Shift+Alt, though i would have
preferred it be Ctrl+Shift, so the shortcuts would look something like this.

Text  - Ctrl+Shift+Alt+A
Numbers   - Ctrl+Shift+Alt+1 or Ctrl+Shift+Alt+N
Formulas  - Ctrl+Shift+Alt+F
Link  - Ctrl+Shift+Alt+L
Transpose - Ctrl+Shift+Alt+T


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=86899
[Bug 86899] [META] Requests for the addition of UNO commands
https://bugs.documentfoundation.org/show_bug.cgi?id=98259
[Bug 98259] [META] Keyboard shortcuts (accelerators)
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 102190] Scroll speed sensitivity is way too high for touch pads

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102190

--- Comment #2 from grantsro...@gmail.com ---
(In reply to Jean-Baptiste Faure from comment #1)
> Does smooth scroll (in the expert configuration) set to true or false change
> something?
> 
> From my side, under Ubuntu 16.04 x86-64 on a Dell Latitude, I do not feel
> the scrolling with the touchpad too fast.
> 
> Best regards. JBF

Smooth Scroll did not change anything.

Here are two gifs to help explain what I'm experiencing. This first gif is
scrolling Chrome; it is the speed at which all apps (other than LibreOffice)
scroll.

https://gfycat.com/InfamousNastyArchaeocete

This next gif is scrolling in LibreOffice. I am doing the exact same motions on
my trackpad, but notice how much farther and faster the page scrolls. Again,
I'm doing the same thing in both gifs with my trackpad, but notice the change
in scrolling speed. I am scrolling via the two-finger gesture, and I'm moving
my fingers across the trackpad quite slowly (standard scrolling motion, not
flicking quickly). It's incredibly difficult to navigate LibreOffice because of
how fast it jumps through pages when scrolling.

https://gfycat.com/FrighteningEntireHeron

-- 
You are receiving this mail because:
You 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 102159] :

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102159

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jbfa...@libreoffice.org
 Resolution|--- |INVALID

--- Comment #1 from Jean-Baptiste Faure  ---
No summary, no English description -> INVALID

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


[Libreoffice-bugs] [Bug 69550] [UX] [a11y] Style keyboard shortcuts are undiscoverable

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69550

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||98259


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=98259
[Bug 98259] [META] Keyboard shortcuts (accelerators)
-- 
You are receiving this mail because:
You 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 102232] FILESAVE: Crash in Confirm Format dialog when saving a file in the non-default format

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102232

--- Comment #8 from V Stuart Foote  ---
Opened an NVACCESS issue against NVDA

https://github.com/nvaccess/nvda/issues/6385

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


[Libreoffice-ux-advise] [Bug 69550] [UX] [a11y] Style keyboard shortcuts are undiscoverable

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69550

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||98259


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=98259
[Bug 98259] [META] Keyboard shortcuts (accelerators)
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 98259] [META] Keyboard shortcuts (accelerators)

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98259

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||69550


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=69550
[Bug 69550] [UX] [a11y] Style keyboard shortcuts are undiscoverable
-- 
You are receiving this mail because:
You 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 98259] [META] Keyboard shortcuts (accelerators)

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98259

Yousuf Philips (jay)  changed:

   What|Removed |Added

  Alias||Shortcut

-- 
You are receiving this mail because:
You 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 102165] scaled parenthesis overlap other elements in formular

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102165

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbfa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure  ---
Not reproducible for me with version 5.2.3.0+ built at home under Ubuntu 16.04
x86-64.

Please could you try with the current 5.2 version ?
Set status to NEEDINFO, please set it back to UNCONFIRMED once requested
informations are provided.

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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 101596] While resizing window, Search Bar may disappear or Search Field may become as unusable button

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101596

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #2 from Buovjaga  ---
Yep, it seems I can repro, if I put the search bar where you have it in the
video.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: cfde3fd966ae9ef35fe685759e7e19bf0b8466ab
CPU Threads: 8; OS Version: Linux 4.7; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on September 16th 2016

-- 
You are receiving this mail because:
You 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 101595] String "Manage Changes" in SideBar of Writer is not provided for translation

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101595

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Buovjaga  ---
I do see a KeyID for Manage Changes in the sidebar in 5.3

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: cfde3fd966ae9ef35fe685759e7e19bf0b8466ab
CPU Threads: 8; OS Version: Linux 4.7; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on September 16th 2016

-- 
You are receiving this mail because:
You 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 101591] [EDITING] Second character of ligature is hidden

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101591

Buovjaga  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
Repro with document.

This does not happen with v. 3.6.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: cfde3fd966ae9ef35fe685759e7e19bf0b8466ab
CPU Threads: 8; OS Version: Linux 4.7; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on September 16th 2016

Arch Linux 64-bit
Version 3.6.7.2 (Build ID: e183d5b)

-- 
You are receiving this mail because:
You 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 102232] FILESAVE: Crash in Confirm Format dialog when saving a file in the non-default format

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102232

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ja...@nvaccess.org
 Ever confirmed|0   |1

--- Comment #7 from V Stuart Foote  ---
Using STR I confirm crash on Windows 10 Pro 64-bit en-US (v.1607) with
NVDA 2016.3 and LibreOffice master
Version: 5.3.0.0.alpha0+
Build ID: 681d5fd37e469491268d40147c621187dc6f4b95
CPU Threads: 8; OS Version: Windows 6.19; UI Render: GL; 
TinderBox: Win-x86@42, Branch:master, Time: 2016-09-10_06:06:09
Locale: en-US (en_US); Calc: group

attempt to check with TB39 that should have symbols available.
Version: 5.3.0.0.alpha0+
Build ID: d5fab973d0af95c433c5f6a9492014f7db642489
CPU Threads: 8; OS Version: Windows 6.19; UI Render: GL; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-08-24_00:07:50
Locale: en-US (en_US); Calc: CL

But, seems NVDA 2016.3 on Windows 10 Pro "anniversary update", e.g. ver 1607 is
not especially stable.

NVDA freezes all reading activity when attempting to open LibreOffice.

@Jamie, Mick -- any insight?

-- 
You are receiving this mail because:
You 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 101562] Formula referencing a whole column in another sheet does not update once deleting a line in that sheet

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101562

Buovjaga  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #1 from Buovjaga  ---
Reproduced from scratch according to steps.

B2 still returns r2 after deletion in LibreOffice 3.6.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: cfde3fd966ae9ef35fe685759e7e19bf0b8466ab
CPU Threads: 8; OS Version: Linux 4.7; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on September 16th 2016

Arch Linux 64-bit
Version 3.6.7.2 (Build ID: e183d5b)

-- 
You are receiving this mail because:
You 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 102225] Wrong German Translation in Writer toolbar when working with tables

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102225

Johnny_M  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 CC||kla...@partyheld.de
   Assignee|libreoffice-b...@lists.free |kla...@partyheld.de
   |desktop.org |
 Ever confirmed|0   |1
 OS|Linux (All) |All

--- Comment #1 from Johnny_M  ---
Hi P.Otato, thanks for reporting this!

I can confirm it in LO 5.2.1 on Windows Vista as well. (And it doesn't look
fixed on master (future LO 5.3) in Pootle, unless a different, correctly
translated string is used there instead (see
https://translations.documentfoundation.org/de/libo_ui/translate/#search=Select%20Cell=source=exact=28776310).

I've proposed a translation fix in the LO 5.1 branch, which will hopefully be
merged into LO 5.1.6:
https://translations.documentfoundation.org/de/libo51_ui/translate/#search=Select%20Cell=source=exact=105134290

And on the master branch (will most likely be merged into LO 5.2.x at some
point and definitely in LO 5.3):
https://translations.documentfoundation.org/de/libo_ui/translate/#search=Select%20Cell=source=exact=100849054

I assume it will get approved soon. I'm going to change the bug report status
to "resolved" then.

If you like, feel free to fix translation issues in future yourself - just
create an account on Pootle (https://translations.documentfoundation.org),
search for the string in question and correct away. For additional info, please
see https://wiki.documentfoundation.org/Translating_LibreOffice

-- 
You are receiving this mail because:
You 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 102185] FILEOPEN PDF Please wait... If this message is not eventually replaced by the proper contents of the document , your PDF viewer may not be able to display this type of

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102185

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jbfa...@libreoffice.org
 Resolution|--- |NOTABUG

--- Comment #1 from Jean-Baptiste Faure  ---
Not a bug, your pdf has DRM and need special module from Adobe to be opened.
LibreOffice can't open it.

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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102242] All my LO documents disappeared...

2016-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102242

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbfa...@libreoffice.org
  Component|Documentation   |LibreOffice
Summary|All my LO documents |All my LO documents
   |disappeared, I have |disappeared...
   |uploaded them back to LO,   |
   |but still what's the point  |
   |of this program if docs |
   |disappearing, it's slow and |
   |you have to resuming docs   |
   |every morning. Very |
   |disappointed.   |
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure  ---
Description of the problem : "All my LO documents disappeared, I have uploaded
them back to LO, but still what's the point of this program if docs
disappearing, it's slow and you have to resuming docs every morning. Very
disappointed".

Well, what do you mean by "I have uploaded them back to LO" ?
What is your OS and the version of LibreOffice you are using ?

Set status to NEEDINFO, please, set it back to UNCONFIRMED once you have
provided the requested informations.

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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   >