[Libreoffice-bugs] [Bug 98648] Versions > CMIS (Alfresco) - buttons does not work

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98648

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 98648] Versions > CMIS (Alfresco) - buttons does not work

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98648

--- Comment #5 from raal  ---
Created attachment 124379
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124379=edit
printscreen

I can not confirm with Version: 5.2.0.0.alpha0+
Build ID: 0f27cc992a99568e46ffe807ef9dbb5ba0bc601f
CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-04-12_23:40:16

Seems to be fixed in dev version. Please could you test with dev version?
http://dev-builds.libreoffice.org/daily/master/
Thank you

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


[Libreoffice-commits] core.git: framework/inc

2016-04-15 Thread Douglas Mencken
 framework/inc/dispatch/oxt_handler.hxx |   17 ++---
 1 file changed, 2 insertions(+), 15 deletions(-)

New commits:
commit d5e7eb0c2cad00ae88a9bacf88381f0177d09b61
Author: Douglas Mencken 
Date:   Fri Apr 15 19:30:30 2016 -0400

bin these

Change-Id: Ic43d15d68533ee19b1a7268e5b139e4584ceeb42
Reviewed-on: https://gerrit.libreoffice.org/24121
Tested-by: Jenkins 
Reviewed-by: Samuel Mehrbrodt 

diff --git a/framework/inc/dispatch/oxt_handler.hxx 
b/framework/inc/dispatch/oxt_handler.hxx
index 874ea6a..96920ad 100644
--- a/framework/inc/dispatch/oxt_handler.hxx
+++ b/framework/inc/dispatch/oxt_handler.hxx
@@ -56,12 +56,8 @@ class Oxt_Handler  :public  ::cppu::WeakImplHelper<
 css::document::XExtendedFilterDetection >
 {
 
-//  public methods
-
 public:
 
-//  constructor / destructor
-
  Oxt_Handler( const css::uno::Reference< 
css::lang::XMultiServiceFactory >& xFactory );
 virtual ~Oxt_Handler(  
  );
 
@@ -88,15 +84,6 @@ class Oxt_Handler  :public  ::cppu::WeakImplHelper<
 //  XExtendedFilterDetection
 virtual OUString SAL_CALL detect (css::uno::Sequence< 
css::beans::PropertyValue >&lDescriptor ) throw( 
css::uno::RuntimeException, std::exception ) override;
 
-//  protected methods
-
-protected:
-
-private:
-
-//  variables
-//  (should be private everyway!)
-
 private:
 osl::Mutex m_mutex;
 
@@ -104,9 +91,9 @@ class Oxt_Handler  :public  ::cppu::WeakImplHelper<
 css::uno::Reference< css::uno::XInterface >
m_xSelfHold;   /// we must protect us against dying during async(!) dispatch() 
call!
 css::uno::Reference< css::frame::XDispatchResultListener > m_xListener;
 
-};  //  class Oxt_Handler
+};
 
-}   //  namespace framework
+}
 
 #endif // INCLUDED_FRAMEWORK_INC_DISPATCH_OXT_HANDLER_HXX
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: source/text

2016-04-15 Thread Adolfo Jayme Barrientos
 source/text/shared/00/0005.xhp |2 +-
 source/text/shared/00/0406.xhp |3 +--
 source/text/swriter/00/0402.xhp|5 ++---
 source/text/swriter/00/0405.xhp|3 +--
 source/text/swriter/guide/autotext.xhp |6 +++---
 5 files changed, 8 insertions(+), 11 deletions(-)

New commits:
commit 7f951d4a26bf5ec2937c216b14c11f9f5246419d
Author: Adolfo Jayme Barrientos 
Date:   Sat Apr 16 00:34:16 2016 -0500

tdf#99316 “AutoText” is now in the Tools menu

Change-Id: Idae2e35965b46ceff3a1810009af9f43f7958c76

diff --git a/source/text/shared/00/0005.xhp 
b/source/text/shared/00/0005.xhp
index 431313e..c5f2d8c 100644
--- a/source/text/shared/00/0005.xhp
+++ b/source/text/shared/00/0005.xhp
@@ -264,7 +264,7 @@
   

Saving Relatively and Absolutely
-   In various dialogs (for example, Edit - AutoText) you 
can select whether you want to save files relatively or absolutely.
+   In various 
dialogs (for example, Tools - AutoText) you can select whether you 
want to save files relatively or absolutely.
If you choose to save relatively, the references to embedded 
graphics or other objects in your document will be saved relative to the 
location in the file system. In this case, it does not matter where the 
referenced directory structure is recorded. The files will be found regardless 
of location, as long as the reference remains on the same drive or volume. This 
is important if you want to make the document available to other computers that 
may have a completely different directory structure, drive or volume names. It 
is also recommended to save relatively if you want to create a directory 
structure on an Internet server.
If you prefer absolute saving, all references to other files will 
also be defined as absolute, based on the respective drive, volume or root 
directory. The advantage is that the document containing the references can be 
moved to other directories or folders, and the references remain 
valid.

diff --git a/source/text/shared/00/0406.xhp 
b/source/text/shared/00/0406.xhp
index fda4b1c..7953550 100644
--- a/source/text/shared/00/0406.xhp
+++ b/source/text/shared/00/0406.xhp
@@ -164,8 +164,7 @@
 
 Choose %PRODUCTNAME - 
PreferencesTools - 
Options - $[officename] - 
Paths
 
-Choose Edit - AutoText - Path
-
+Choose 
Tools - AutoText - Path
 
 
 Choose %PRODUCTNAME - 
PreferencesTools - 
Options - $[officename] - 
Colors
diff --git a/source/text/swriter/00/0402.xhp 
b/source/text/swriter/00/0402.xhp
index 46bc885..4dec7ac 100644
--- a/source/text/swriter/00/0402.xhp
+++ b/source/text/swriter/00/0402.xhp
@@ -31,8 +31,7 @@
 
 Edit Menu
 
-Choose Edit - AutoText
-
+Choose 
Tools - AutoText
 Command 
 Ctrl+F3
 On the Insert toolbar, click
@@ -65,7 +64,7 @@
 
 Choose Format - Sections
 
-Choose Edit - AutoText - AutoText - 
Rename
+Choose Tools - AutoText - AutoText - Rename
 
 Choose Edit - Bibliography Entry
 
diff --git a/source/text/swriter/00/0405.xhp 
b/source/text/swriter/00/0405.xhp
index 78e66f1..57f9463 100644
--- a/source/text/swriter/00/0405.xhp
+++ b/source/text/swriter/00/0405.xhp
@@ -144,8 +144,7 @@
   
  Choose Insert/Format - Image - Macro 
tab
  Choose Insert/Format - Frame/Object - Macro 
tab
- Choose Edit - AutoText - AutoText (button) - 
Macro
-
+ Choose Tools - AutoText - AutoText (button) - 
Macro
  Choose Edit - ImageMap - open context 
menu - Macro
 
  Choose Insert - Hyperlink - Events icon 
(look for Help tip)
diff --git a/source/text/swriter/guide/autotext.xhp 
b/source/text/swriter/guide/autotext.xhp
index b1f911d..d1f4851 100644
--- a/source/text/swriter/guide/autotext.xhp
+++ b/source/text/swriter/guide/autotext.xhp
@@ -49,7 +49,7 @@
 Select the 
text, text with graphics, table, or field that you want to save as an AutoText 
entry. A graphic can only be stored if it is anchored as a character and is 
preceded and followed by at least one text character.
   
   
-Choose 
Edit - AutoText.
+Choose 
Tools - AutoText.
   
   
 Select the 
category where you want to store the AutoText.
@@ -72,7 +72,7 @@
 Click in 
your document where you want to insert an AutoText entry.
   
   
-Choose 
Edit - 
AutoText.
+Choose 
Tools - 
AutoText.
   
   
 Select the 
AutoText that you want to insert, and then click Insert.
@@ -105,7 +105,7 @@
 Two 
directories are listed here. The first entry is on the server installation and 
the second entry is in the user directory. If there are two AutoText entries 
with the same name in both directories, the entry from the user directory is 
used.
 
 
-Edit - 
AutoText
+Tools - 
AutoText
 Word 
Completion
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2016-04-15 Thread Adolfo Jayme Barrientos
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ae73cdb9fc674b642347429fecd52456987a7831
Author: Adolfo Jayme Barrientos 
Date:   Sat Apr 16 00:34:16 2016 -0500

Updated core
Project: help  7f951d4a26bf5ec2937c216b14c11f9f5246419d

tdf#99316 “AutoText” is now in the Tools menu

Change-Id: Idae2e35965b46ceff3a1810009af9f43f7958c76

diff --git a/helpcontent2 b/helpcontent2
index 9a2a763..7f951d4 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 9a2a76302f6c7143286b5c66b63eee5c7c9a1281
+Subproject commit 7f951d4a26bf5ec2937c216b14c11f9f5246419d
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 92825] Update help for all menu changes

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92825
Bug 92825 depends on bug 99316, which changed state.

Bug 99316 Summary: "Using AutoText" help entry change needed with move from 
Edit to Tools menu
https://bugs.documentfoundation.org/show_bug.cgi?id=99316

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 99316] "Using AutoText" help entry change needed with move from Edit to Tools menu

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99316

Adolfo Jayme  changed:

   What|Removed |Added

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

--- Comment #3 from Adolfo Jayme  ---
Taking this one.

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


[Libreoffice-bugs] [Bug 98510] Can't Close LibreOffice

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98510

Tomoaki Kitaguchi  changed:

   What|Removed |Added

Summary|Can't Close LibreOffice |Can't Close LibreOffice
   |(CRTL-Q)|

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


[Libreoffice-bugs] [Bug 99337] Selecting a single line with double line spacing also visually selects the empty space.

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99337

--- Comment #2 from Chris  ---
(In reply to V Stuart Foote from comment #1)
> Selecting double line spaced text is only selecting the text. The "double"
> line spacing is direct formatting applied to the text and appears above the
> selected text--except for text against the top margin of a page.
> 
> In other words you are not selecting the empty space, just the text.

I believe you've misinterpreted my bug report.

I'm well aware that there is no actual empty line of text.

Please note that 

1) I used the word "visually" in the short description
2) I only described the selection box in the longer description
3) I marked the bug as trivial/cosmetic, since it a cosmetic 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 67943] ACCESSIBILITY: Issues with tabbed dialogs on Mac OS X

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67943

Adolfo Jayme  changed:

   What|Removed |Added

   Keywords||accessibility

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


[Libreoffice-bugs] [Bug 99331] Writer's content window doesn't respond to touch scrolling

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99331

Adolfo Jayme  changed:

   What|Removed |Added

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

--- Comment #1 from Adolfo Jayme  ---
That’s correct, touch support is currently only implemented in Linux + GTK 3.

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

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


[Libreoffice-bugs] [Bug 85677] Dragging on a Windows touchscreen highlights instead of scrolling

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85677

Adolfo Jayme  changed:

   What|Removed |Added

 CC||turtle1...@gmail.com

--- Comment #5 from Adolfo Jayme  ---
*** Bug 99331 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 99339] New: FORMATTING: Add text wrapping around images in Draw

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99339

Bug ID: 99339
   Summary: FORMATTING: Add text wrapping around images in Draw
   Product: LibreOffice
   Version: 4.4.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dave.koelme...@davekoelmeyer.co.nz

As far as I can tell based on a look at all available options and other forum
posts online, there is no way to wrap text around another object such as an
image in an easy and intuitive way.

By "easy and intuitive" I mean a text wrap setting + options, such as what is
present in Writer (or if we have to perform a comparison what is also found in
Microsoft Publisher).

An example use case would be a newsletter containing text boxes into which an
image is inserted. The text should wrap around the object automatically (with
user control over wrapping options).

The workarounds available (custom shapes+aligning to contours) are user-hostile
and labour intensive by comparison.

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


[Libreoffice-bugs] [Bug 87524] FILEOPEN: Calc shows 0 when it should show nothing, i.e. ""

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87524

Óvári  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 98510] Can't Close LibreOffice (CRTL-Q)

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98510

Tomoaki Kitaguchi  changed:

   What|Removed |Added

Version|5.1.0.3 release |5.1.2.2 release

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


[Libreoffice-bugs] [Bug 98510] Can't Close LibreOffice (CRTL-Q)

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98510

Tomoaki Kitaguchi  changed:

   What|Removed |Added

Summary|Can't Close Libre Office|Can't Close LibreOffice
   |(CRTL-Q)|(CRTL-Q)

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


[Libreoffice-bugs] [Bug 98510] Can't Close Libre Office (CRTL-Q)

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98510

Tomoaki Kitaguchi  changed:

   What|Removed |Added

Summary|Close Library Office|Can't Close Libre Office
   |(CRTL-Q)|(CRTL-Q)

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


[Libreoffice-bugs] [Bug 98510] Close Library Office (CRTL-Q)

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98510

Tomoaki Kitaguchi  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from Tomoaki Kitaguchi  ---
//Japanese Text
済みません、便乗させて下さい
後、日本語も使いたいので、機械翻訳した内容を併記します

「Ctrl+F4」や「Ctrl+O」のショートカットを入力すれば終われるが
メニューバーの「ファイル」から「LibreOfficeの終了」を実行しても終われない

//English Text
Sorry, please let piggybacked.
After, because I want to use it is also Japanese, and also shows the contents
of the machine translation.

But it is Owa If you enter a shortcut "Ctrl + F4" and "Ctrl + O"
Not're done also by running the "end of the LibreOffice" from the "File" in the
menu bar.

//Environment
CPU:Core2 Duo
Memory:4GB
Windows7 Home Premium 64bit
LibreOffice:5.1.2.2

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


[Libreoffice-bugs] [Bug 99318] [UI] paste file name into tab sheet name

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99318

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||miguelangelrv@libreoffice.o
   ||rg
 Resolution|--- |NOTABUG

--- Comment #1 from m.a.riosv  ---
Hi @Gérald Maruccia,

there are characters not allowed for sheet names.

Find the information here:

https://help.libreoffice.org/Calc/Renaming_Sheets

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


[Libreoffice-bugs] [Bug 99332] Scrollbars disabled in print preview mode

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99332

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
Created attachment 124378
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124378=edit
Screenshot 5.2 with both scrollbars

Scrollbar(s) is(are) hidden when page fits in the preview. 

Attached screenshot with both bars.

Win10x64
Version: 5.2.0.0.alpha0+
Build ID: ef34535ceb60d7d63b8d8671e4c6e9e43ffbd17d
CPU Threads: 4; OS Version: Windows 6.19; UI Render: GL; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-03-27_09:52:41

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


[Libreoffice-bugs] [Bug 99310] Data validity cell range dropdown list not working

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99310

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #8 from m.a.riosv  ---
Created attachment 124377
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124377=edit
Screenshot 5.2

I can't reproduce.
Win10x64
Version: 5.2.0.0.alpha0+
Build ID: ef34535ceb60d7d63b8d8671e4c6e9e43ffbd17d
CPU Threads: 4; OS Version: Windows 6.19; UI Render: GL; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-03-27_09:52:41

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


[Libreoffice-bugs] [Bug 74608] Constructor functions for UNO component implementations

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74608

--- Comment #37 from yeliz  ---
Hi, I sent following patch for this bug:
https://gerrit.libreoffice.org/#/c/23989/

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


[Libreoffice-bugs] [Bug 99336] Folder Locked for deletion after viewing then deleting a file

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99336

--- Comment #3 from pau  ---
(In reply to JPJ from comment #1)
> Unable to confirm on Kubuntu 14.04.4 with
> 
> Version: 5.2.0.0.alpha0+
> Build ID: 5a4b01f63d3f2a7d7d6fa8cf9ca6a328c5da7a6a
> CPU Threads: 4; OS Version: Linux 3.13; UI Render: default; 
> TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
> 2016-04-08_03:24:58
> Locale: en-US (en_US.UTF-8)

I am using windows 10

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


[Libreoffice-bugs] [Bug 99336] Folder Locked for deletion after viewing then deleting a file

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99336

--- Comment #2 from pau  ---
"double click to open a file.
then close from office."  meaning  close the file not the program.

found problem on windows 10

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


[Libreoffice-bugs] [Bug 99337] Selecting a single line with double line spacing also visually selects the empty space.

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99337

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #1 from V Stuart Foote  ---
Selecting double line spaced text is only selecting the text. The "double" line
spacing is direct formatting applied to the text and appears above the selected
text--except for text against the top margin of a page.

In other words you are not selecting the empty space, just the text.

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


[Libreoffice-bugs] [Bug 99324] UI Accelerator underlines dont show when pressing Alt (Sidebar, Options)

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99324

Cor Nouws  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||c...@nouenoff.nl
Summary|SIDEBAR: Accelerator|UI Accelerator underlines
   |underlines dont show when   |dont show when pressing Alt
   |pressing Alt|(Sidebar, Options)
 Ever confirmed|0   |1

--- Comment #2 from Cor Nouws  ---
The same applies to the Tools > Options dialog

Version: 5.2.0.0.alpha0+
Build ID: 0f27cc992a99568e46ffe807ef9dbb5ba0bc601f
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86@71-TDF, Branch:master, Time: 2016-04-12_23:49:16
Locale: nl-NL (nl_NL.UTF-8)

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


[Libreoffice-bugs] [Bug 99314] LOKDocView: separate UserInstallation during initialization

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99314

Miklos Vajna  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |vmik...@collabora.co.uk
   |desktop.org |
 Ever confirmed|0   |1

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


[Libreoffice-commits] core.git: external/hunspell

2016-04-15 Thread Michael Stahl
 external/hunspell/UnpackedTarball_hunspell.mk |1 +
 external/hunspell/hunspell-iterator.patch.1   |   22 ++
 2 files changed, 23 insertions(+)

New commits:
commit e63f6503fc160ed8c1b8867ac8300fa9f3e9723e
Author: Michael Stahl 
Date:   Fri Apr 15 23:38:56 2016 +0200

hunspell: MSVC debug runtime iterators don't want to decrement past begin()

Change-Id: I258dc551d14ba72113b284be3566ba924434ab4c

diff --git a/external/hunspell/UnpackedTarball_hunspell.mk 
b/external/hunspell/UnpackedTarball_hunspell.mk
index 943e788..3aae579 100644
--- a/external/hunspell/UnpackedTarball_hunspell.mk
+++ b/external/hunspell/UnpackedTarball_hunspell.mk
@@ -13,6 +13,7 @@ $(eval $(call 
gb_UnpackedTarball_set_tarball,hunspell,$(HUNSPELL_TARBALL)))
 
 $(eval $(call gb_UnpackedTarball_add_patches,hunspell,\
external/hunspell/hunspell-solaris.patch \
+   external/hunspell/hunspell-iterator.patch.1 \
 ))
 
 ifeq ($(COM),MSC)
diff --git a/external/hunspell/hunspell-iterator.patch.1 
b/external/hunspell/hunspell-iterator.patch.1
new file mode 100644
index 000..046d6e0
--- /dev/null
+++ b/external/hunspell/hunspell-iterator.patch.1
@@ -0,0 +1,22 @@
+MSVC debug runtime iterators don't want to be decremented past begin()
+
+--- hunspell/src/hunspell/affixmgr.cxx.orig2016-04-15 23:30:37.555875079 
+0200
 hunspell/src/hunspell/affixmgr.cxx 2016-04-15 23:30:43.669875027 +0200
+@@ -4638,7 +4638,7 @@
+   return;
+ 
+   int neg = 0;
+-  for (std::string::iterator k = piece.begin() + piece.size() - 1; k >= 
piece.begin(); --k) {
++  for (std::string::iterator k = piece.begin() + piece.size() - 1; ; --k) {
+ switch (*k) {
+   case '[': {
+ if (neg)
+@@ -4666,6 +4666,8 @@
+   *(k + 1) = *k;
+   }
+ }
++if (k == piece.begin())
++break;
+   }
+ }
+ 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 99326] Ability to disable GTK+ auto-accelerator

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99326

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #1 from Cor Nouws  ---
+ 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 99183] Changing print options from Slides to Notes doesnt fix page orientation

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99183

JPJ  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from JPJ  ---
Problem somewhat different here and does not occur until selecting a different
printer.

1) Open
https://cgit.freedesktop.org/libreoffice/core/plain/sd/qa/unit/data/AllTransitions.odp
2) Click print and the page size in the preview pane is Letter
3) Change Document from Slides to Notes and the page size is still Letter
4) Change Document from Notes back to Slides and it remains Letter
5) Change Document from Slides back to Notes and and it remains Letter still
6) Select another printer and the preview switches to portrait orientation

Version: 5.2.0.0.alpha0+
Build ID: 5a4b01f63d3f2a7d7d6fa8cf9ca6a328c5da7a6a
CPU Threads: 4; OS Version: Linux 3.13; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-04-08_03:24:58
Locale: en-US (en_US.UTF-8)
OS: Kubuntu 14.04.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-commits] core.git: sc/inc

2016-04-15 Thread tymyjan
 sc/inc/dpgroup.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e2e35d56abc29f86b5f77e195a06a93caa3c60b0
Author: tymyjan 
Date:   Tue Apr 12 20:04:58 2016 +0200

tdf#97499 Fixed containers parameters clearing #5

Change-Id: If9868734b255605f2376c30e66ca144e6fd8b803
Reviewed-on: https://gerrit.libreoffice.org/24034
Tested-by: Jenkins 
Reviewed-by: Eike Rathke 
Tested-by: Eike Rathke 

diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx
index 5ef91a5..07b25a7 100644
--- a/sc/inc/dpgroup.hxx
+++ b/sc/inc/dpgroup.hxx
@@ -119,7 +119,7 @@ public:
 
 class ScDPGroupTableData : public ScDPTableData
 {
-typedef std::unordered_set< OUString, OUStringHash, ::std::equal_to< 
OUString > > StringHashSet;
+typedef std::unordered_set< OUString, OUStringHash > StringHashSet;
 
 std::shared_ptr pSourceData;
 longnSourceCount;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 99338] Crash when opening border style and arrowhead style dropdown selector in Calc and Writer

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99338

Robert Gonzalez MX  changed:

   What|Removed |Added

 CC||riggra...@gmail.com

--- Comment #1 from Robert Gonzalez MX  ---
Created attachment 124376
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124376=edit
screenshoots and descriptions

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


[Libreoffice-bugs] [Bug 99338] New: Crash when opening border style and arrowhead style dropdown selector in Calc and Writer

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99338

Bug ID: 99338
   Summary: Crash when opening border style and arrowhead style
dropdown selector in Calc and Writer
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: riggra...@gmail.com

Hi there.
Testing around the color properties dropdown windows found that LO crashes in
this two dropdown selectors:

The border style in calc and the arrowhead style in writer when the format
object toolbar is activated with the drawing icon of the standard toolbar.


Steps to reproduce
Create a new writer document
click on the basic shapes icon in the standard toolbar
click to open the arrow style dropdown window in the drawing object toolbar
click again in the arrow style to close it
LibreOffice crashes.

Create a new spreadsheet
click to open the border style dropdown window in the format toolbar
click again to close it
LibreOffice crashes.

Tested with Version: 5.2.0.0.alpha0+
Build ID: 92d7fef02574051826e46a3a7e3d33a1afa062d7
CPU Threads: 8; OS Version: Windows 6.19; UI Render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2016-04-14_03:18:53
Locale: es-MX (es_MX)
On Windows 10

and

Version: 5.2.0.0.alpha0+
Build ID: d6bf3bcd8b51012d55a2ec962800a8549e2b85e1
CPU Threads: 8; OS Version: Windows 6.2; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2016-04-15_06:46:09
Locale: es-MX (es_MX)

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


[Libreoffice-bugs] [Bug 99336] Folder Locked for deletion after viewing then deleting a file

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99336

--- Comment #1 from JPJ  ---
Unable to confirm on Kubuntu 14.04.4 with

Version: 5.2.0.0.alpha0+
Build ID: 5a4b01f63d3f2a7d7d6fa8cf9ca6a328c5da7a6a
CPU Threads: 4; OS Version: Linux 3.13; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-04-08_03:24:58
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-commits] online.git: loolwsd/test

2016-04-15 Thread Michael Meeks
 loolwsd/test/run_unit.sh.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 69816395d5a455efb7d884554788e559d8a7d5e3
Author: Michael Meeks 
Date:   Fri Apr 15 22:04:15 2016 +0100

Re-enable verbose tracing during unit testing.

diff --git a/loolwsd/test/run_unit.sh.in b/loolwsd/test/run_unit.sh.in
index 7a929e7..a53daec 100755
--- a/loolwsd/test/run_unit.sh.in
+++ b/loolwsd/test/run_unit.sh.in
@@ -28,7 +28,7 @@ else
 test_mode=old
 fi
 
-# export LOOL_LOGLEVEL=trace
+export LOOL_LOGLEVEL=trace
 
 if test "z$enable_debug" != "ztrue"; then
 echo ""
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 99337] New: Selecting a single line with double line spacing also visually selects the empty space.

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99337

Bug ID: 99337
   Summary: Selecting a single line with double line spacing also
visually selects the empty space.
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: awede...@gmail.com

User-Agent:   Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/50.0.2661.75 Safari/537.36
Build Identifier: LibreOffice 5.1.1.3

If I select some text with double line spacing active, the select box also
covers the empty line above the top line of text.

Reproducible: Always

Steps to Reproduce:
1. Change line spacing to double
2. Type some text.
3. Select the text
Actual Results:  
The empty line above the uppermost selected line is highlighted

Expected Results:  
The empty line above the uppermost selected line is not highlighted, instead
the selection box only includes the uppermost text and below.

[Information automatically included from LibreOffice]
Locale: en-US
Module: TextDocument
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: yes


Reset User Profile?No

-- 
You are receiving this mail because:
You 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] online.git: 2 commits - loolwsd/configure.ac loolwsd/Log.cpp loolwsd/Log.hpp loolwsd/test loolwsd/Util.cpp

2016-04-15 Thread Michael Meeks
 loolwsd/Log.cpp |   56 -
 loolwsd/Log.hpp |5 ++
 loolwsd/Util.cpp|   39 --
 loolwsd/configure.ac|1 
 loolwsd/test/Makefile.am|   15 ++
 loolwsd/test/run_test.sh.in |   50 ---
 loolwsd/test/run_unit.sh.in |   95 
 7 files changed, 133 insertions(+), 128 deletions(-)

New commits:
commit 448e25f6d81f2c143878a3e6eb269d44049af389
Author: Michael Meeks 
Date:   Fri Apr 15 20:46:44 2016 +0100

Make logging signal safe again. snprintf: simpler, safer, faster.

diff --git a/loolwsd/Log.cpp b/loolwsd/Log.cpp
index 48fe800..fb85a48 100644
--- a/loolwsd/Log.cpp
+++ b/loolwsd/Log.cpp
@@ -41,7 +41,27 @@ namespace Log
 };
 static StaticNames Source;
 
-std::string prefix()
+// We need a signal safe means of writing messages
+//   $ man 7 signal
+void signalLog(const char *message)
+{
+while (true) {
+int length = strlen(message);
+int written = write (STDERR_FILENO, message, length);
+if (written < 0)
+{
+if (errno == EINTR)
+continue; // ignore.
+else
+break;
+}
+message += written;
+if (message[0] == '\0')
+break;
+}
+}
+
+static void getPrefix(char *buffer)
 {
 Poco::Int64 usec = Poco::Timestamp().epochMicroseconds() - epochStart;
 
@@ -53,19 +73,31 @@ namespace Log
 const Poco::Int64 seconds = usec / (one_s);
 usec %= (one_s);
 
-std::ostringstream stream;
-stream << (Source.inited ? Source.id : std::string())
-   << '-' << std::setw(2) << std::setfill('0')
-   << (Poco::Thread::current() ? Poco::Thread::current()->id() : 
0) << ' '
-   << std::setw(2) << hours << ':' << std::setw(2) << minutes << 
':'
-   << std::setw(2) << seconds << "." << std::setw(6) << usec
-   << ' ';
+char procName[32]; // we really need only 16
+if (!prctl(PR_GET_NAME, reinterpret_cast(procName), 0, 
0, 0) == 0)
+strcpy(procName, "");
+
+const char *appName = (Source.inited ? Source.id.c_str() : 
"");
+assert(strlen(appName) + 32 + 28 < 1024 - 1);
 
-char buf[32]; // we really need only 16
-if (prctl(PR_GET_NAME, reinterpret_cast(buf), 0, 0, 0) 
== 0)
-stream << '[' << std::setw(15) << std::setfill(' ') << std::left 
<< buf << "] ";
+snprintf(buffer, 4095, "%s-%.2d %.2d:%.2d:%.2d.%.6d [ %s ] ", appName,
+ (Poco::Thread::current() ? Poco::Thread::current()->id() : 0),
+ (int)hours, (int)minutes, (int)seconds, (int)usec,
+ procName);
+}
+
+std::string prefix()
+{
+char buffer[1024];
+getPrefix(buffer);
+return std::string(buffer);
+}
 
-return stream.str();
+void signalLogPrefix()
+{
+char buffer[1024];
+getPrefix(buffer);
+signalLog(buffer);
 }
 
 void initialize(const std::string& name)
diff --git a/loolwsd/Log.hpp b/loolwsd/Log.hpp
index b64f766..cc43baa 100644
--- a/loolwsd/Log.hpp
+++ b/loolwsd/Log.hpp
@@ -29,6 +29,11 @@ namespace Log
 void error(const std::string& msg);
 void syserror(const std::string& msg);
 
+/// Signal safe prefix logging
+void signalLogPrefix();
+/// Signal safe logging
+void signalLog(const char *message);
+
 /// The following is to write streaming logs.
 /// Log::info() << "Value: 0x" << std::hex << value
 /// << ", pointer: " << this << Log::end;
diff --git a/loolwsd/Util.cpp b/loolwsd/Util.cpp
index 8952179..d30b31a 100644
--- a/loolwsd/Util.cpp
+++ b/loolwsd/Util.cpp
@@ -253,27 +253,6 @@ namespace Util
 }
 }
 
-// We need a signal safe means of writing messages
-//   $ man 7 signal
-static
-void log_signal(const char *message)
-{
-while (true) {
-int length = strlen(message);
-int written = write (STDERR_FILENO, message, length);
-if (written < 0)
-{
-if (errno == EINTR)
-continue; // ignore.
-else
-break;
-}
-message += written;
-if (message[0] == '\0')
-break;
-}
-}
-
 static
 void handleTerminationSignal(const int signal)
 {
@@ -281,10 +260,10 @@ namespace Util
 {
 TerminationFlag = true;
 
-log_signal(Log::prefix().c_str());
-log_signal(" Termination signal received: ");
-log_signal(signalName(signal));
-log_signal("\n");
+Log::signalLogPrefix();
+Log::signalLog(" Termination signal received: ");
+

[Libreoffice-bugs] [Bug 99072] incorrectly detected attributes on a line object breaks formatting of an imported .doc file

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99072

Jozef Riha  changed:

   What|Removed |Added

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

--- Comment #6 from Jozef Riha  ---
i can confirm line renders fine in 5.2dev

-- 
You are receiving this mail because:
You 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: Branch 'feature/fixes20' - vcl/source

2016-04-15 Thread Bjoern Michaelsen
 vcl/source/app/svmain.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 1e031d768392e6f45a8dfee558e2951c6bda0eda
Author: Bjoern Michaelsen 
Date:   Tue Apr 12 23:23:51 2016 +0200

lp#1560328: clear cache before disposing rest of VCL

Change-Id: Iac325cf934953c61cb4dbbb67cfbab1777dc45cc
Reviewed-on: https://gerrit.libreoffice.org/24039
Tested-by: Jenkins 
Reviewed-by: Tomaž Vajngerl 

diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index 952ac03..41243b6 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -335,6 +335,9 @@ VCLUnoWrapperDeleter::disposing(lang::EventObject const& /* 
rSource */)
 void DeInitVCL()
 {
 ImplSVData* pSVData = ImplGetSVData();
+// lp#1560328: clear cache before disposing rest of VCL
+if(pSVData->mpBlendFrameCache)
+pSVData->mpBlendFrameCache->m_aLastResult.Clear();
 pSVData->mbDeInit = true;
 
 vcl::DeleteOnDeinitBase::ImplDeleteOnDeInit();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: drawinglayer/CppunitTest_drawinglayer_border.mk

2016-04-15 Thread Michael Stahl
 drawinglayer/CppunitTest_drawinglayer_border.mk |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 555c9add26e06030402c73f885de98f4b96826f0
Author: Michael Stahl 
Date:   Fri Apr 15 22:23:18 2016 +0200

drawinglayer: fix WNT build

Change-Id: I0a545008e1bd7f99fe1f928b4cd42fbcfdc85517

diff --git a/drawinglayer/CppunitTest_drawinglayer_border.mk 
b/drawinglayer/CppunitTest_drawinglayer_border.mk
index d477c4ec..65f8cf6 100644
--- a/drawinglayer/CppunitTest_drawinglayer_border.mk
+++ b/drawinglayer/CppunitTest_drawinglayer_border.mk
@@ -17,6 +17,7 @@ $(eval $(call gb_CppunitTest_use_api,drawinglayer_border,\
 $(eval $(call gb_CppunitTest_use_libraries,drawinglayer_border, \
basegfx \
cppu \
+   cppuhelper \
sal \
salhelper \
drawinglayer \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 69650] FORMATTING: Paragraph Wrapping not identical to MS Word

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69650

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||jbfa...@libreoffice.org

--- Comment #14 from Jean-Baptiste Faure  ---
Same behavior with version 5.1.3.0.0+ built at home under Ubuntu 15.10 x86-64.

There is a font setting that gives for me the same result as MS-Word:
1/ select the paragraph
2/ Format > Character
3/ Tab Position -> Spacing -> Expanded -> by 0.2 pt

Please, can someone confirm that this bug is a regression? I do not see any
comment stating that it worked as expected in some previous version.

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 99336] New: Folder Locked for deletion after viewing then deleting a file

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99336

Bug ID: 99336
   Summary: Folder Locked for deletion after viewing then deleting
a file
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: paul...@tiscali.co.uk

double click to open a file.
then close from office.

then delete file from folder.

then try to delete folder.

message "the action can not be completed becasue folder or file in it is open
in another program".

Workaround.  Close libre office then you can delete the folder

note: folder only had one document. after deleteing document the folder was
empty but could not be deleted unless office was closed

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


[Libreoffice-bugs] [Bug 99334] Crashes when sorting table by columns with umlauts

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99334

MM  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from MM  ---
V4.3 is an old version and no longer supported, so you might wanna try a newer
one.
If the crash still happens with a new version, could you supply an example or a
steps to reproduce ?

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


[Libreoffice-bugs] [Bug 99335] Papersize A6 not available in print dialog although printer supports A6

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99335

MM  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from MM  ---
Maybe you wanna try a newer version, as yours is no longer supported anymore
(for some time now).

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


[Libreoffice-bugs] [Bug 99329] Sum Function Missing from Bottom of Calc

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99329

Dennis Francis  changed:

   What|Removed |Added

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

--- Comment #4 from Dennis Francis  ---
I have submitted a prelim patch at https://gerrit.libreoffice.org/#/c/24118/
for review. In that it has sum and avg as the default statusbar functions.

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


[Libreoffice-bugs] [Bug 93463] nvda can not read read only document

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93463

--- Comment #6 from V Stuart Foote  ---
Created attachment 124375
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124375=edit
test document with numbered dummytext AutoText for navigation

On Windows 8.1 Ent 64-bit en-US with

with NVDA 2016.1 and

Version: 5.1.2.2 (x64)
Build ID: d3bf12ecb743fc0d20e0be0c58ca359301eb705f
CPU Threads: 8; OS Version: Windows 6.29; UI Render: default; 
Locale: en-US (en_US)

Read-only mode navigation, either Say-all or by paragraph +Down/Up sounds
correctly.

Continue to be unable to reproduce.

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


[Libreoffice-bugs] [Bug 99335] New: Papersize A6 not available in print dialog although printer supports A6

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99335

Bug ID: 99335
   Summary: Papersize A6 not available in print dialog although
printer supports A6
   Product: LibreOffice
   Version: 4.2.8.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ulrich.mo...@zpk-moser.de

Papersize A6 not available in print dialog although printer supports A6 and
other applications allow A6 selection. 

I have an OKI MC352 with two trays plus Multi Purpose Tray supporting DIN A6. I
can select page format A6 in LibreOffice but when I try to print such a
document the print dialog does not offer A6 as a valid value. When I export the
file to PDF and use evince I can select A6 for paper size and perfectly print
on A6.

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


[Libreoffice-bugs] [Bug 96172] Crash in layout SwSectionFrame after opening particular document

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96172

Timur  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 Whiteboard|target:5.2.0|target:5.2.0
   ||backportRequest:5.1
   ||backportRequest:5.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 34050] Particular ODT saved in web layout causes hang when switched to normal view

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34050

Timur  changed:

   What|Removed |Added

Summary|Particular ODT saved in web |Particular ODT saved in web
   |layout causes hang when |layout causes hang when
   |switched from to normal |switched to normal view
   |view|

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


[Libreoffice-bugs] [Bug 99333] Spreadsheet saved in print preview mode opens with blank preview

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99333

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from raal  ---

git bisect log 
# bad: [423a84c4f7068853974887d98442bc2a2d0cc91b]
source-hash-c15927f20d4727c3b8de68497b6949e72f9e6e9e
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'latest' 'oldest'
# bad: [e02439a3d6297a1f5334fa558ddec5ef4212c574]
source-hash-6b8393474974d2af7a2cb3c47b3d5c081b550bdb
git bisect bad e02439a3d6297a1f5334fa558ddec5ef4212c574
# bad: [8f4aeaad2f65d656328a451154142bb82efa4327]
source-hash-1885266f274575327cdeee9852945a3e91f32f15
git bisect bad 8f4aeaad2f65d656328a451154142bb82efa4327
# bad: [369369915d3582924b3d01c9b01167268ed38f3b]
source-hash-45295f3cdceb4c289553791071b5d7f4962d2ec4
git bisect bad 369369915d3582924b3d01c9b01167268ed38f3b
# bad: [351622aec2dff3cc3020ad0097c4322d2a21]
source-hash-2c4537471c932b65e6f72e41881b505c4bbad12c
git bisect bad 351622aec2dff3cc3020ad0097c4322d2a21
# good: [035c276ec5a8da669e6043a3db6b0701dd3c2ade]
source-hash-dc8249af103741415a074d9bbf8b1211f24a7c3f
git bisect good 035c276ec5a8da669e6043a3db6b0701dd3c2ade
# good: [035c276ec5a8da669e6043a3db6b0701dd3c2ade]
source-hash-dc8249af103741415a074d9bbf8b1211f24a7c3f
git bisect good 035c276ec5a8da669e6043a3db6b0701dd3c2ade
# good: [035c276ec5a8da669e6043a3db6b0701dd3c2ade]
source-hash-dc8249af103741415a074d9bbf8b1211f24a7c3f
git bisect good 035c276ec5a8da669e6043a3db6b0701dd3c2ade
# good: [035c276ec5a8da669e6043a3db6b0701dd3c2ade]
source-hash-dc8249af103741415a074d9bbf8b1211f24a7c3f
git bisect good 035c276ec5a8da669e6043a3db6b0701dd3c2ade
# good: [d1cca78ab77d64482b6643bc643d29dbe2dd1442]
source-hash-2d19e9bb07ccff3134f855812dddfda5c07b1fe4
git bisect good d1cca78ab77d64482b6643bc643d29dbe2dd1442
# good: [3a7ba13e401ac1314a63aede2dfb1f7168332d99]
source-hash-ab63c12395ed3771b1df6822eaa8572c06db0765
git bisect good 3a7ba13e401ac1314a63aede2dfb1f7168332d99
# good: [9129c082f5b2d5de76f6492cc51def8c97397580]
source-hash-ab407ad86610a0aba882b03075319e0b62b2c8d3
git bisect good 9129c082f5b2d5de76f6492cc51def8c97397580
# good: [6d96089d0712380f1a3a204f6e9ae6cd0ca47099]
source-hash-ceb55cd688cebede8cef8408540019fe54528869
git bisect good 6d96089d0712380f1a3a204f6e9ae6cd0ca47099
# first bad commit: [351622aec2dff3cc3020ad0097c4322d2a21]
source-hash-2c4537471c932b65e6f72e41881b505c4bbad12c

http://cgit.freedesktop.org/libreoffice/core/log/?qt=range=ceb55cd688cebede8cef8408540019fe54528869..2c4537471c932b65e6f72e41881b505c4bbad12c

Maybe this one: authorKohei Yoshida 2011-11-29
03:15:03 (GMT)
committerKohei Yoshida 2011-11-29 05:04:23
(GMT)
commit7a16f31752990abd1d0d4afc682259b67f24ea60 (patch)
treed82c52250d305d715904ba55870d43577fa28a81
parentffca779f3765f730cc9f4f416b728ecdf762931c (diff)
New UNO API to return currently selected sheets.
Both from the sheet view and preview modes.

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


[Libreoffice-bugs] [Bug 99146] Duplication of footer

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99146

raal  changed:

   What|Removed |Added

   Keywords||filter:fodp

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


[Libreoffice-bugs] [Bug 99334] Crashes when sorting table by columns with umlauts

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99334

c433...@trbvn.com changed:

   What|Removed |Added

Summary|Crashes when sorting table  |Crashes when sorting table
   |with umlauts|by columns with umlauts

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


[Libreoffice-bugs] [Bug 99334] New: Crashes when sorting table with umlauts

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99334

Bug ID: 99334
   Summary: Crashes when sorting table with umlauts
   Product: LibreOffice
   Version: 4.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: c433...@trbvn.com

When I try to sort a table by columns that contain any umlauts, all instances
of Writer immediately crash.

It works when sorting the table only by columns without umlauts or removing the
umlauts. The error is reproducible.

-- 
You are receiving this mail because:
You 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: 2 commits - sc/qa

2016-04-15 Thread Markus Mohrhard
 sc/qa/perf/scperfobj.cxx |   32 +++-
 1 file changed, 31 insertions(+), 1 deletion(-)

New commits:
commit e3e9e0ae125cef1cdce149ce632c21c481be8654
Author: Markus Mohrhard 
Date:   Fri Apr 15 19:14:32 2016 +0200

add test for tdf#88849

Change-Id: Id72d94799e20f0b290d5d5b05fb2b351d0750178

diff --git a/sc/qa/perf/scperfobj.cxx b/sc/qa/perf/scperfobj.cxx
index decce7f..12202f6 100644
--- a/sc/qa/perf/scperfobj.cxx
+++ b/sc/qa/perf/scperfobj.cxx
@@ -74,6 +74,7 @@ public:
 CPPUNIT_TEST(testLoadingFileWithSingleBigSheet);
 CPPUNIT_TEST(testFixedSum);
 CPPUNIT_TEST(testVariableSum);
+CPPUNIT_TEST(testMatConcat);
 CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -98,6 +99,7 @@ private:
 void testLoadingFileWithSingleBigSheet();
 void testFixedSum();
 void testVariableSum();
+void testMatConcat();
 };
 
 sal_Int32 ScPerfObj::nTest = 0;
@@ -628,6 +630,34 @@ void ScPerfObj::testVariableSum()
 callgrindDump("sc:sum_with_variable_array_formula");
 }
 
+void ScPerfObj::testMatConcat()
+{
+uno::Reference< sheet::XSpreadsheetDocument > xDoc(init("empty.ods"), 
UNO_QUERY_THROW);
+
+CPPUNIT_ASSERT(xDoc.is());
+uno::Reference< sheet::XCalculatable > xCalculatable(xDoc, 
UNO_QUERY_THROW);
+
+// get getSheets
+uno::Reference< sheet::XSpreadsheets > xSheets (xDoc->getSheets(), 
UNO_QUERY_THROW);
+
+uno::Any rSheet = xSheets->getByName("Sheet1");
+
+// query for the XSpreadsheet interface
+uno::Reference< sheet::XSpreadsheet > xSheet (rSheet, UNO_QUERY);
+
+// query for the XCellRange interface
+uno::Reference< table::XCellRange > rCellRange(rSheet, UNO_QUERY);
+// query the cell range
+uno::Reference< table::XCellRange > xCellRange = 
rCellRange->getCellRangeByName("C1");
+
+uno::Reference< sheet::XArrayFormulaRange > xArrayFormulaRange(xCellRange, 
UNO_QUERY_THROW);
+
+callgrindStart();
+xArrayFormulaRange->setArrayFormula("=A:A:B");
+xCalculatable->calculate();
+callgrindDump("sc:mat_concat");
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(ScPerfObj);
 
 }
commit 3d9f86e96874b238b4b960b65f1f10a1dc6ef881
Author: Markus Mohrhard 
Date:   Fri Apr 15 19:14:11 2016 +0200

fix calc perfcheck build

Change-Id: Ied1ca0c9c3e2c7cd34c4d21e27a95df21ab80bf9

diff --git a/sc/qa/perf/scperfobj.cxx b/sc/qa/perf/scperfobj.cxx
index 74b2c6a..decce7f 100644
--- a/sc/qa/perf/scperfobj.cxx
+++ b/sc/qa/perf/scperfobj.cxx
@@ -596,7 +596,7 @@ void ScPerfObj::testFixedSum()
 for( sal_Int32 i = 0; i < 1000; ++i )
 {
 uno::Reference< table::XCell > xCell = xSheet->getCellByPosition(1, i);
-ASSERT_DOUBLES_EQUAL(50206.0, xCell->getValue());
+CPPUNIT_ASSERT_DOUBLES_EQUAL(50206.0, xCell->getValue(), 1e-12);
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 88849] FILEOPEN: hang when try to open a specific XLSX

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88849

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

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

add test for tdf#88849

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 99332] Scrollbars disabled in print preview mode

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99332

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
It's regression in old version, so bibisected with 43-all. It can be any of
these commits:
http://cgit.freedesktop.org/libreoffice/core/log/?qt=range=18c661f715a0b6850d30b374e5556dc14a377d2b..eab7e131ecebe4cdefcdcb1ad176bbdce83cb467

git bisect log
# bad: [423a84c4f7068853974887d98442bc2a2d0cc91b]
source-hash-c15927f20d4727c3b8de68497b6949e72f9e6e9e
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'latest' 'oldest'
# bad: [e02439a3d6297a1f5334fa558ddec5ef4212c574]
source-hash-6b8393474974d2af7a2cb3c47b3d5c081b550bdb
git bisect bad e02439a3d6297a1f5334fa558ddec5ef4212c574
# bad: [8f4aeaad2f65d656328a451154142bb82efa4327]
source-hash-1885266f274575327cdeee9852945a3e91f32f15
git bisect bad 8f4aeaad2f65d656328a451154142bb82efa4327
# good: [369369915d3582924b3d01c9b01167268ed38f3b]
source-hash-45295f3cdceb4c289553791071b5d7f4962d2ec4
git bisect good 369369915d3582924b3d01c9b01167268ed38f3b
# bad: [6fce03a944bf50e90cd31e2d559fe8705ccc993e]
source-hash-47e4a33a6405eb1b5186027f55bd9cb99b0c1fe7
git bisect bad 6fce03a944bf50e90cd31e2d559fe8705ccc993e
# bad: [8a39227e344637eb7154a10ac825d211e64d584c]
source-hash-f5080ebb7022c9f5d7d7fdca4fe9d19f9bb8cabf
git bisect bad 8a39227e344637eb7154a10ac825d211e64d584c
# bad: [e8bc60acad752e284db73fc4d8ad383ac055361c]
source-hash-7e6e16ba6de2d3ef2b130d1ad5ffeabfdb37918e
git bisect bad e8bc60acad752e284db73fc4d8ad383ac055361c
# bad: [19b8950109d519c0dba847f94d5d166044c1db15]
source-hash-ff9cca69744b54ca84d98476a9a969d1aa0ff2d3
git bisect bad 19b8950109d519c0dba847f94d5d166044c1db15
# good: [f23b0ac1f569b0e043ebc0d0fe08ec76ea23d656]
source-hash-552ba413bc95b1a14638558d9436141825100c52
git bisect good f23b0ac1f569b0e043ebc0d0fe08ec76ea23d656
# bad: [f3986117cf91f1976749922e435915354389c4f1]
source-hash-eab7e131ecebe4cdefcdcb1ad176bbdce83cb467
git bisect bad f3986117cf91f1976749922e435915354389c4f1
# good: [cef0750df9186e2523a1a2d1ddb4c1ddbb85c19d]
source-hash-18c661f715a0b6850d30b374e5556dc14a377d2b
git bisect good cef0750df9186e2523a1a2d1ddb4c1ddbb85c19d
# first bad commit: [f3986117cf91f1976749922e435915354389c4f1]
source-hash-eab7e131ecebe4cdefcdcb1ad176bbdce83cb467

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


[Libreoffice-bugs] [Bug 99106] Improve control alignment in header and footer dialog

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99106

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||needsDevEval, topicUI

--- Comment #4 from Yousuf (Jay) Philips  ---
Not an expert in glade like you are adolfo, so if you say its as good as the
mockup, i'm fine with it, though i'd change 'Header text:' and 'Footer text:'
to just 'Text:'.

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


[Libreoffice-bugs] [Bug 98907] EDITING

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98907

raal  changed:

   What|Removed |Added

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

--- Comment #8 from raal  ---
Thanks for testing.

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


[Libreoffice-bugs] [Bug 99329] Sum Function Missing from Bottom of Calc

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99329

--- Comment #3 from Joel Madero  ---
Awesome thank you!

Just as a side question - would it be relatively easy to add to it the main
things people are generally interested in:

sum (already there)
avg (not there but I think many use avg function often);
median (maybe)

Just curious, obviously this goes above and beyond what the bug report is about
so ignoring is entirely understandable :)

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


[Libreoffice-bugs] [Bug 99333] New: Spreadsheet saved in print preview mode opens with blank preview

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99333

Bug ID: 99333
   Summary: Spreadsheet saved in print preview mode opens with
blank preview
   Product: LibreOffice
   Version: 3.5.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisectRequest, regression
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: r...@post.cz

Steps:
1) Open attached file, which was saved while in print preview mode
2) Preview is blank with the text 'No Data' and the status bar says 'Page 1 /
0'
3) Click 'Close Preview' button
4) Re-enter print preview mode and preview is there and status bar says 'Page 1
/ 3'

Regression as it works in 3.4.6.

Version: 5.2.0.0.alpha0+
Build ID: 92d7fef02574051826e46a3a7e3d33a1afa062d7
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-04-14_03:19:54
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 99329] Sum Function Missing from Bottom of Calc

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99329

Dennis Francis  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1

--- Comment #2 from Dennis Francis  ---
Thanks for catching this. 
Reproducible on a default user profile. I am working on a fix.

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


[Libreoffice-bugs] [Bug 99332] Scrollbars disabled in print preview mode

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99332

Yousuf (Jay) Philips  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 99333] Spreadsheet saved in print preview mode opens with blank preview

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99333

Yousuf (Jay) Philips  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 99333] Spreadsheet saved in print preview mode opens with blank preview

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99333

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

-- 
You are receiving this mail because:
You 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 99296] Calc: No header/footer content by default

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99296

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |tietze.he...@gmail.com,
   |.freedesktop.org|vstuart.fo...@utsa.edu
  Component|ux-advise   |Calc
   Severity|normal  |enhancement

--- Comment #7 from Yousuf (Jay) Philips  ---
So i checked Excel 2003, Quattro Pro x7, Calligra Words, and WPS Spreadsheet
and none of them had anything in the header and footer by default. The only app
that did have something was Gnumeric, which had the sheet name in the header
and the page number in the footer similar to LibreOffice.

As we dont have anything by default in the header and footer in new documents
from Writer or Impress, it would be consistent to do the same in new Calc
documents.

(In reply to Samuel Mehrbrodt (CIB) from comment #6)
> The question is, should we then leave the default content in and just
> disable them by default, or disable and remove default content?

Well i was going to suggest that you disable them in the page style and leave
the presets in, but the problem is that when they are disable, Insert > Header
and Footer is them disabled and a user would have to know to go into the page
style dialog in order to enable them. If it is possible to always have 'Header
and Footer' enabled and the dialog has the ability to enable and disable header
and footer as well as modify them, that would likely be the best option.

-- 
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 99332] New: Scrollbars disabled in print preview mode

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99332

Bug ID: 99332
   Summary: Scrollbars disabled in print preview mode
   Product: LibreOffice
   Version: 3.6.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisectRequest, regression
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: r...@post.cz

Steps:
1) Open Calc
2) Add some text to a few fields so it runs across two pages
3) Enter print preview mode
4) The scrollbars are missing

Regression as they are available in 3.5.7.2.

Version: 5.2.0.0.alpha0+
Build ID: 92d7fef02574051826e46a3a7e3d33a1afa062d7
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-04-14_03:19:54
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-commits] core.git: drawinglayer/qa

2016-04-15 Thread Stephan Bergmann
 drawinglayer/qa/unit/border.cxx |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 304f50684d3ac08e973fd27e6acf3e821394d164
Author: Stephan Bergmann 
Date:   Fri Apr 15 18:28:16 2016 +0200

loplugin:refcounting

Change-Id: I4f696bdb7b37da5949182d522b0d3c6c41fdc756

diff --git a/drawinglayer/qa/unit/border.cxx b/drawinglayer/qa/unit/border.cxx
index 40fa122..6f49a24 100644
--- a/drawinglayer/qa/unit/border.cxx
+++ b/drawinglayer/qa/unit/border.cxx
@@ -17,6 +17,7 @@
 #include 
 #include 
 #include 
+#include 
 
 using namespace com::sun::star;
 
@@ -51,11 +52,11 @@ void DrawinglayerBorderTest::testDoubleDecompositionSolid()
 basegfx::BColor aColorGap;
 bool bHasGapColor = false;
 sal_Int16 nStyle = table::BorderLineStyle::DOUBLE;
-drawinglayer::primitive2d::BorderLinePrimitive2D aBorder(aStart, aEnd, 
fLeftWidth, fDistance, fRightWidth, fExtendLeftStart, fExtendLeftEnd, 
fExtendRightStart, fExtendRightEnd, aColorRight, aColorLeft, aColorGap, 
bHasGapColor, nStyle);
+rtl::Reference 
aBorder(new drawinglayer::primitive2d::BorderLinePrimitive2D(aStart, aEnd, 
fLeftWidth, fDistance, fRightWidth, fExtendLeftStart, fExtendLeftEnd, 
fExtendRightStart, fExtendRightEnd, aColorRight, aColorLeft, aColorGap, 
bHasGapColor, nStyle));
 
 // Decompose it into polygons.
 drawinglayer::geometry::ViewInformation2D aView;
-drawinglayer::primitive2d::Primitive2DContainer aContainer = 
aBorder.get2DDecomposition(aView);
+drawinglayer::primitive2d::Primitive2DContainer aContainer = 
aBorder->get2DDecomposition(aView);
 
 // Make sure it results in two borders as it's a double one.
 CPPUNIT_ASSERT_EQUAL(static_cast(2), aContainer.size());
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 99207] Graphite fonts render in negative colors

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99207

--- Comment #12 from Ysabeau  ---
For me in the not graphics fonts, the text is still black even in other
colours.

Windows 7 64 bits but with a LibreOffice 32bits, I just couldn't work with the
64bits.

And,once again, I can't enable Open Gl.

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


[Libreoffice-bugs] [Bug 99331] New: Writer's content window doesn't respond to touch scrolling

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99331

Bug ID: 99331
   Summary: Writer's content window doesn't respond to touch
scrolling
   Product: LibreOffice
   Version: 5.1.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: turtle1...@gmail.com

Writer doesn't respond to scrolling using your finger on a Windows tablet
platform.  The type of scrolling I am referring is such that it scrolls when
you move a single finger vertically with any Android, Apple, or Windows tablet
device on a web browser or any other application.  I am using Windows 8.1 on a
Samsung tablet.  On the same tablet, MS Office Word does properly respond to
this as do all web browsers.  In LibreOffice Writer it repositions the cursor
the same way the mouse does.

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


[Libreoffice-bugs] [Bug 94318] Table of Contents breaking entries across multiple lines

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94318

--- Comment #6 from Neo  ---
Created attachment 124373
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124373=edit
source

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


[Libreoffice-bugs] [Bug 98907] EDITING

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98907

--- Comment #7 from mwllewel...@gmail.com ---
This appears to have been resolved in version 5.1.2.2

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


[Libreoffice-bugs] [Bug 94318] Table of Contents breaking entries across multiple lines

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94318

--- Comment #5 from Neo  ---
Created attachment 124372
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124372=edit
index

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


[Libreoffice-bugs] [Bug 99272] CRASH - Clicking on a field name in step 2 of "Table Creation" wizard crashes Base

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99272

--- Comment #11 from Julien Nabet  ---
(In reply to Stephan Bergmann from comment #10)
> Yes, the below part is interesting.  I had seen something similar too with
> my first attempt at Valgrinding this, but then unfortunately updated my JDK
> (to Fedora's OpenJDK 1.8.0.77-1.b03.fc23) and afterwards could no longer
> reproduce it.
> 
> Julien, what version of Java are you using?
> 
>...
As I put in my previous comment:
openjdk version "1.8.0_77-Debian"
OpenJDK Runtime Environment (build 1.8.0_77-Debian-8u77-b03-3+b1-b1)
OpenJDK 64-Bit Server VM (build 25.77-b1, mixed mode)

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


[Libreoffice-bugs] [Bug 99272] CRASH - Clicking on a field name in step 2 of "Table Creation" wizard crashes Base

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99272

--- Comment #10 from Stephan Bergmann  ---
Yes, the below part is interesting.  I had seen something similar too with my
first attempt at Valgrinding this, but then unfortunately updated my JDK (to
Fedora's OpenJDK 1.8.0.77-1.b03.fc23) and afterwards could no longer reproduce
it.

Julien, what version of Java are you using?


> ==25248== Invalid write of size 2
> ==25248==at 0x4C2E7A3: memcpy@@GLIBC_2.14 (vg_replace_strmem.c:1018)
> ==25248==by 0x4658B4F0: ??? (in 
> /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
> ==25248==by 0x5F323A87: JNIEnv_::GetShortArrayRegion(_jshortArray*, int, 
> int, short*) (jni.h:1744)
> ==25248==by 0x5F31D3AE: jni_uno::Bridge::map_to_uno(jni_uno::JNI_context 
> const&, void*, jvalue, _typelib_TypeDescriptionReference*, 
> jni_uno::JNI_type_info const*, bool, bool, bool) const (jni_data.cxx:1001)
> ==25248==by 0x5F31BCA1: jni_uno::Bridge::map_to_uno(jni_uno::JNI_context 
> const&, void*, jvalue, _typelib_TypeDescriptionReference*, 
> jni_uno::JNI_type_info const*, bool, bool, bool) const (jni_data.cxx:626)
> ==25248==by 0x5F3324A2: jni_uno::Bridge::call_uno(jni_uno::JNI_context 
> const&, _uno_Interface*, _typelib_TypeDescription*, 
> _typelib_TypeDescriptionReference*, int, _typelib_MethodParameter const*, 
> _jobjectArray*) const (jni_java2uno.cxx:225)
> ==25248==by 0x5F3C: 
> Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call 
> (jni_java2uno.cxx:523)
> ==25248==by 0x47701855: ???
> ==25248==by 0x477096C3: ???
> ==25248==by 0x474959D1: ???
> ==25248==by 0x4749598C: ???
> ==25248==by 0x4749598C: ???
> ==25248==by 0x4749598C: ???
> ==25248==by 0x4749515F: ???
> ==25248==by 0x4749598C: ???
> ==25248==by 0x4749598C: ???
> ==25248==by 0x4748E4E6: ???
> ==25248==by 0x46575E1A: ??? (in 
> /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
> ==25248==by 0x4658F989: ??? (in 
> /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
> ==25248==by 0x4659344D: ??? (in 
> /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
> ==25248==by 0x5F33890B: JNIEnv_::CallVoidMethodA(_jobject*, _jmethodID*, 
> jvalue const*) (jni.h:1063)
> ==25248==by 0x5F336743: jni_uno::Bridge::call_java(_jobject*, 
> _typelib_InterfaceTypeDescription*, int, int, 
> _typelib_TypeDescriptionReference*, _typelib_MethodParameter*, int, void*, 
> void**, _uno_Any**) const (jni_uno2java.cxx:248)
> ==25248==by 0x5F3381C7: UNO_proxy_dispatch (jni_uno2java.cxx:765)
> ==25248==by 0x2755E04A: 
> cpp2uno_call(bridges::cpp_uno::shared::CppInterfaceProxy*, 
> _typelib_TypeDescription const*, _typelib_TypeDescriptionReference*, int, 
> _typelib_MethodParameter*, void**, void**, void**, unsigned long*) 
> (cpp2uno.cxx:186)
> ==25248==by 0x2755EAC5: cpp_vtable_call (cpp2uno.cxx:377)
> ==25248==by 0x27575935: privateSnippetExecutor (in 
> /home/julien/lo/libreoffice/instdir/program/libgcc3_uno.so)
> ==25248==by 0xC556581: 
> ActionListenerMultiplexer::actionPerformed(com::sun::star::awt::ActionEvent 
> const&) (listenermultiplexer.cxx:145)
> ==25248==by 0xC556581: 
> ActionListenerMultiplexer::actionPerformed(com::sun::star::awt::ActionEvent 
> const&) (listenermultiplexer.cxx:145)
> ==25248==by 0xC3D3BEA: VCLXButton::ProcessWindowEvent(VclWindowEvent 
> const&)::{lambda()#1}::operator()() const (vclxwindows.cxx:589)
> ==25248==by 0xC3F7B1D: std::_Function_handler VCLXButton::ProcessWindowEvent(VclWindowEvent 
> const&)::{lambda()#1}>::_M_invoke(std::_Any_data const&) (functional:1871)
> ==25248==by 0xC3CA835: std::function::operator()() const 
> (functional:2267)
> ==25248==by 0xC3BA3CE: VCLXWindowImpl::OnProcessCallbacks(void*) 
> (vclxwindow.cxx:302)
> ==25248==by 0xC3BA230: VCLXWindowImpl::LinkStubOnProcessCallbacks(void*, 
> void*) (vclxwindow.cxx:274)
> ==25248==by 0xD92229A: Link::Call(void*) const (in 
> /home/julien/lo/libreoffice/instdir/program/libvcllo.so)
> ==25248==by 0xD91F133: ImplHandleUserEvent(ImplSVEvent*) 
> (winproc.cxx:1956)
> ==25248==by 0xD920AF8: ImplWindowFrameProc(vcl::Window*, unsigned short, 
> void const*) (winproc.cxx:2524)
> ==25248==by 0xDE6881E: SalFrame::CallCallback(unsigned short, void 
> const*) const (in /home/julien/lo/libreoffice/instdir/program/libvcllo.so)
> ==25248==by 0xDE78C7A: SalGenericDisplay::DispatchInternalEvent() 
> (gendisp.cxx:86)
> ==25248==by 0x22EEC073: GtkData::userEventFn(void*) (gtk3gtkdata.cxx:809)
> ==25248==by 0x22EEC100: call_userEventFn (gtk3gtkdata.cxx:819)
> ==25248==by 0x6DCDFE9: g_main_context_dispatch (in 
> /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.0)
> ==25248==by 0x6DCE38F: ??? (in 
> /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.0)
> ==25248==by 0x6DCE43B: g_main_context_iteration (in 
> 

[Libreoffice-bugs] [Bug 99330] New: Border styling cut off with bullets

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99330

Bug ID: 99330
   Summary: Border styling cut off with bullets
   Product: LibreOffice
   Version: 5.1.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: turtle1...@gmail.com

Created attachment 124371
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124371=edit
Incorrect rendering of box style

As you can see on the 4th bullet in the attached screenshot, the box around
PERF is cut off on the left side.  A few more bullets down, you can see how it
should look.  I created a style that includes the border around the text.

Also, related to another bug report I've written, when a symbol character is
inserted into a line, the spacing on that line is compressed or otherwise all
messed up.  On that same 4th bullet, you can see the extra space between -->  
(6L).  Note:  The single character arrow was created automatically when I typed
--> then hit the space bar.

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


[Libreoffice-bugs] [Bug 99329] Sum Function Missing from Bottom of Calc

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99329

Joel Madero  changed:

   What|Removed |Added

   Keywords||regression
 CC||dennisfrancis...@gmail.com,
   ||jmadero@gmail.com,
   ||markus.mohrhard@googlemail.
   ||com
   Severity|normal  |minor

--- Comment #1 from Joel Madero  ---
@Dennis - pretty sure it broke because of this commit. Going to try to revert
locally now to verify. Can you take a look at it?

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


[Libreoffice-bugs] [Bug 99329] New: Sum Function Missing from Bottom of Calc

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99329

Bug ID: 99329
   Summary: Sum Function Missing from Bottom of Calc
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jmadero@gmail.com

Bodhi Moksha
LibreOffice Version: 5.2.0.0.alpha0+
Build ID: c7f40218cacdeafbeeaca7e91ce2621b0cd6158f
CPU Threads: 2; OS Version: Linux 3.16; UI Render: default; 
Locale: en-US (en_US.UTF-8)

++
1. Open calc;
2. Type 1,2,3 in A1, A2, A3 respectively
3. Highlight A1:A3
4. Look at bottom of calc

Expected: Up until recently the sum showed up at the bottom. I've talked to
moggi and he said it's not by design that it's gone now.

Probably this commit caused the problem:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=7bc97db5b972f27693161beb9182f8a5850f5551

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


[Libreoffice-bugs] [Bug 99272] CRASH - Clicking on a field name in step 2 of "Table Creation" wizard crashes Base

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99272

--- Comment #9 from Julien Nabet  ---
Created attachment 124370
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124370=edit
Valgrind trace (but without crash)

With Valgrind, I haven't had a crash but perhaps the retrieved trace might be
useful.
As usual, it's quite polluted by Java parts.
Some config info:
openjdk version "1.8.0_77-Debian"
OpenJDK Runtime Environment (build 1.8.0_77-Debian-8u77-b03-3+b1-b1)
OpenJDK 64-Bit Server VM (build 25.77-b1, mixed mode)

valgrind-3.11.0

gcc version 5.3.1 20160323 (Debian 5.3.1-13)
ldd (Debian GLIBC 2.22-5) 2.22
GNU Make 4.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-commits] core.git: configure.ac download.lst external/hunspell

2016-04-15 Thread Caolán McNamara
 configure.ac  |4 ++--
 download.lst  |2 +-
 external/hunspell/UnpackedTarball_hunspell.mk |2 --
 external/hunspell/hunspell-windows.patch  |   21 -
 external/hunspell/ubsan.patch.0   |   11 ---
 5 files changed, 3 insertions(+), 37 deletions(-)

New commits:
commit 1098921996c81a4d6dc917bbc16d5f834ebf6728
Author: Caolán McNamara 
Date:   Fri Apr 15 13:07:55 2016 +0100

test pre 1.4.0 hunspell

Change-Id: Ied87b41ec02b993fd08ac13f325b9489b6f07456

diff --git a/configure.ac b/configure.ac
index 028a22d..3c61c9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9567,7 +9567,7 @@ if test "$with_system_hunspell" = "yes"; then
 HUNSPELL_LIBS=-lhunspell
 fi
 AC_LANG_POP([C++])
-libo_MINGW_CHECK_DLL([libhunspell-1.3])
+libo_MINGW_CHECK_DLL([libhunspell-1.4])
 HUNSPELL_CFLAGS=$(printf '%s' "$HUNSPELL_CFLAGS" | sed -e 
"s/-I/${ISYSTEM?}/g")
 FilterLibs "${HUNSPELL_LIBS}"
 HUNSPELL_LIBS="${filteredlibs}"
@@ -9578,7 +9578,7 @@ else
 if test "$COM" = "MSC"; then
 HUNSPELL_LIBS="${WORKDIR}/LinkTarget/StaticLibrary/hunspell.lib"
 else
-
HUNSPELL_LIBS="-L${WORKDIR}/UnpackedTarball/hunspell/src/hunspell/.libs 
-lhunspell-1.3"
+
HUNSPELL_LIBS="-L${WORKDIR}/UnpackedTarball/hunspell/src/hunspell/.libs 
-lhunspell-1.4"
 fi
 BUILD_TYPE="$BUILD_TYPE HUNSPELL"
 fi
diff --git a/download.lst b/download.lst
index 133433e..19f727f 100644
--- a/download.lst
+++ b/download.lst
@@ -61,7 +61,7 @@ export GRAPHITE_TARBALL := 
4311dd9ace498b57c85f611e0670df64-graphite2-minimal-1.
 export HARFBUZZ_MD5SUM := 0e27e531f4c4acff601ebff0957755c2
 export HARFBUZZ_TARBALL := harfbuzz-0.9.40.tar.bz2
 export HSQLDB_TARBALL := 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
-export HUNSPELL_TARBALL := 
423cff69e68c87ac11e4aa8462951954-hunspell-1.3.4.tar.gz
+export HUNSPELL_TARBALL := 
29de3467b11bde5a7743a93abeb8c0c8-hunspell-1.4.0.tar.gz
 export HYPHEN_TARBALL := 5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz
 export ICU_TARBALL := 976734806026a4ef8bdd17937c8898b9-icu4c-57_1-src.tgz
 export JFREEREPORT_FLOW_ENGINE_TARBALL := 
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
diff --git a/external/hunspell/UnpackedTarball_hunspell.mk 
b/external/hunspell/UnpackedTarball_hunspell.mk
index 7ce4aea..943e788 100644
--- a/external/hunspell/UnpackedTarball_hunspell.mk
+++ b/external/hunspell/UnpackedTarball_hunspell.mk
@@ -13,8 +13,6 @@ $(eval $(call 
gb_UnpackedTarball_set_tarball,hunspell,$(HUNSPELL_TARBALL)))
 
 $(eval $(call gb_UnpackedTarball_add_patches,hunspell,\
external/hunspell/hunspell-solaris.patch \
-   external/hunspell/hunspell-windows.patch \
-   external/hunspell/ubsan.patch.0 \
 ))
 
 ifeq ($(COM),MSC)
diff --git a/external/hunspell/hunspell-windows.patch 
b/external/hunspell/hunspell-windows.patch
deleted file mode 100644
index 357272d..000
--- a/external/hunspell/hunspell-windows.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 /dev/null  2016-03-15 09:11:25.292954614 +
-+++ misc/hunspell-1.3.4/src/hunspell/hunvisapi.h   2016-04-06 
16:40:47.181698825 +0100
-@@ -0,0 +1,18 @@
-+#ifndef _HUNSPELL_VISIBILITY_H_
-+#define _HUNSPELL_VISIBILITY_H_
-+
-+#if defined(HUNSPELL_STATIC)
-+#  define LIBHUNSPELL_DLL_EXPORTED
-+#elif defined(_MSC_VER)
-+#  if defined(BUILDING_LIBHUNSPELL)
-+#define LIBHUNSPELL_DLL_EXPORTED __declspec(dllexport)
-+#  else
-+#define LIBHUNSPELL_DLL_EXPORTED __declspec(dllimport)
-+#  endif
-+#elif defined(BUILDING_LIBHUNSPELL) && 1
-+#  define LIBHUNSPELL_DLL_EXPORTED __attribute__((__visibility__("default")))
-+#else
-+#  define LIBHUNSPELL_DLL_EXPORTED
-+#endif
-+
-+#endif
diff --git a/external/hunspell/ubsan.patch.0 b/external/hunspell/ubsan.patch.0
deleted file mode 100644
index af25d6a..000
--- a/external/hunspell/ubsan.patch.0
+++ /dev/null
@@ -1,11 +0,0 @@
 src/hunspell/csutil.cxx
-+++ src/hunspell/csutil.cxx
-@@ -281,7 +281,7 @@
-   u2->h = ((*u8 & 0x0f) << 4) + ((*(u8 + 1) & 0x3f) >> 2);
-   u8++;
-   if ((*(u8 + 1) & 0xc0) == 0x80) {
--u2->l = (*u8 << 6) + (*(u8 + 1) & 0x3f);
-+u2->l = (static_cast(*u8) << 6) + (*(u8 + 1) & 
0x3f);
- u8++;
-   } else {
- HUNSPELL_WARNING(stderr,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 55651] Add Page style for automatically inserted blank pages

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55651

--- Comment #10 from Timur  ---
Created attachment 124369
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124369=edit
Writer document with two 'right' pages and Blank Style

(In reply to Cor Nouws from comment #9)
> anyone can insert a blank page to her/his own like at any place
> Which leaves me with the question: does this really make sense :\.. Sorry.
I agree, I don't think this should've been confirmed at all.

(In reply to Cor Nouws from comment #2)
> I change the subject and set to new.
> Interesting idea. I never have thought about it this way.
Oh, we see who did that :)

Really, you want 'THIS PAGE IS LEFT BLANK INTENTIONALLY', you make a style with
that and insert it a number of times, as I did in the attachment. 
Problem? Yes, page numbers, but that's Bug 52316.
So, I don't think this will ever be done as requested and even I don't think it
should for the sake of doing what can be done other way.

-- 
You are receiving this mail because:
You 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] online.git: loolwsd/LOOLKit.cpp loolwsd/LOOLWSD.cpp loolwsd/loolwsd-systemplate-setup

2016-04-15 Thread Michael Meeks
 loolwsd/LOOLKit.cpp   |   42 --
 loolwsd/LOOLWSD.cpp   |1 
 loolwsd/loolwsd-systemplate-setup |8 ---
 3 files changed, 32 insertions(+), 19 deletions(-)

New commits:
commit ebfa339da02337274d332763b0e1ace952550f2a
Author: Michael Meeks 
Date:   Fri Apr 15 16:16:36 2016 +0100

Cleanup symlinking and add realpath symlink if necessary.

diff --git a/loolwsd/LOOLKit.cpp b/loolwsd/LOOLKit.cpp
index 18b0da2..7f55ec9 100644
--- a/loolwsd/LOOLKit.cpp
+++ b/loolwsd/LOOLKit.cpp
@@ -16,6 +16,9 @@
 #include 
 #include 
 #include 
+#include 
+#include 
+#include 
 
 #include 
 #include 
@@ -820,6 +823,27 @@ private:
 std::atomic_size_t _clientViews;
 };
 
+namespace {
+void symlinkPathToJail(const Path jailPath, const std::string ,
+   const std::string )
+{
+Path symlinkSource(jailPath, Path(loTemplate.substr(1)));
+File(symlinkSource.parent()).createDirectories();
+
+std::string symlinkTarget;
+for (auto i = 0; i < Path(loTemplate).depth(); i++)
+symlinkTarget += "../";
+symlinkTarget += loSubPath;
+
+Log::debug("symlink(\"" + symlinkTarget + "\",\"" + 
symlinkSource.toString() + "\")");
+if (symlink(symlinkTarget.c_str(), symlinkSource.toString().c_str()) 
== -1)
+{
+Log::syserror("symlink(\"" + symlinkTarget + "\",\"" + 
symlinkSource.toString() + "\") failed");
+throw Exception("symlink() failed");
+}
+}
+}
+
 void lokit_main(const std::string& childRoot,
 const std::string& sysTemplate,
 const std::string& loTemplate,
@@ -861,19 +885,15 @@ void lokit_main(const std::string& childRoot,
 
 // Create a symlink inside the jailPath so that the absolute pathname 
loTemplate, when
 // interpreted inside a chroot at jailPath, points to loSubPath 
(relative to the chroot).
-Path symlinkSource(jailPath, Path(loTemplate.substr(1)));
-File(symlinkSource.parent()).createDirectories();
-
-std::string symlinkTarget;
-for (auto i = 0; i < Path(loTemplate).depth(); i++)
-symlinkTarget += "../";
-symlinkTarget += loSubPath;
+symlinkPathToJail(jailPath, loTemplate, loSubPath);
 
-Log::debug("symlink(\"" + symlinkTarget + "\",\"" + 
symlinkSource.toString() + "\")");
-if (symlink(symlinkTarget.c_str(), symlinkSource.toString().c_str()) 
== -1)
+// Font paths can end up as realpaths so match that too.
+char *resolved = realpath(loTemplate.c_str(), NULL);
+if (resolved)
 {
-Log::syserror("symlink(\"" + symlinkTarget + "\",\"" + 
symlinkSource.toString() + "\") failed");
-throw Exception("symlink() failed");
+if (strcmp(loTemplate.c_str(), resolved))
+symlinkPathToJail(jailPath, std::string(resolved), loSubPath);
+free (resolved);
 }
 
 Path jailLOInstallation(jailPath, loSubPath);
diff --git a/loolwsd/LOOLWSD.cpp b/loolwsd/LOOLWSD.cpp
index 31ed0d2..db27edc 100644
--- a/loolwsd/LOOLWSD.cpp
+++ b/loolwsd/LOOLWSD.cpp
@@ -479,6 +479,7 @@ private:
 response.setStatus(HTTPResponse::HTTP_NOT_FOUND);
 response.setContentLength(0);
 response.send();
+Log::info("file not found.");
 }
 }
 else
diff --git a/loolwsd/loolwsd-systemplate-setup 
b/loolwsd/loolwsd-systemplate-setup
index d6539e3..27c760c 100755
--- a/loolwsd/loolwsd-systemplate-setup
+++ b/loolwsd/loolwsd-systemplate-setup
@@ -87,14 +87,6 @@ if [ -h usr/share/fonts/ghostscript ]; then
 cp -r -p /usr/share/ghostscript/fonts usr/share/ghostscript
 fi
 
-# Our Libreoffice install often comes with pre-bundled fonts.
-# we need to ensure that there is a link to these with the same
-# path that fontconfig found.
-mkdir -p ./lo
-mkdir -p ./$INSTDIR
-rmdir ./$INSTDIR
-ln -s /lo $CHROOT/$INSTDIR
-
 # Debugging only hackery to avoid confusion.
 if test "z$ENABLE_DEBUG" != "z" -a "z$HOME" != "z"; then
 echo "Copying development users's fonts into systemplate"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 90290] reduce some copy code in ucalc

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90290

--- Comment #23 from jan iversen  ---
(In reply to Stefan Weiberg from comment #22)
> I am going to work on this easy hack. I will use Markus Mohrhard's custom
> asserter.

Please assign it to yourself, so others can see you are working on it. We use
assign for easyHacks, so that assigned bugs do not appear in the lists.

have fun
jan i

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


[Libreoffice-bugs] [Bug 99207] Graphite fonts render in negative colors

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99207

--- Comment #8 from V Stuart Foote  ---
(In reply to Ysabeau from comment #7)
...
> 
> - it doesn't print the graphic fonts (so I need to export in pdf to print...)
> 

On Windows 10 Pro 64-bit en-US with
Version: 5.1.2.2 (x64)
Build ID: d3bf12ecb743fc0d20e0be0c58ca359301eb705f
CPU Threads: 8; OS Version: Windows 6.19; UI Render: default; 
Locale: en-US (en_US)

Can not reproduce, when printed to physical PCL printer I receive correct color
order and Graphite font rendering. And when printed via ghostscript to PDF I
receive a correct subset embedding of Graphite fonts and correct color order.

> - this problem of colours impacts the other fonts too: if I have text in
> Liberation (sans, mono, etc.) and I want to have it in another colour than
> black, it still appears in black
> 

Can not reproduce. All fonts other than Graphite based, are correctly rendered
in selected color onto document canvas, and also when printed or exported to
PDF.

> So it is very critical and not just normal. I hope it will be fixed very
> soon.

As a regression it has suitable emphasis, its severity is normal and the
cognizant developers are aware of issues in handling Graphite fonts in
SimpleWinLayout, both with OpenGL support via DirectWrite and without.

Correcting the wrong RGB/CMK color order being drawn to the display canvas
should be trivial, correcting the OpenGL DirectWrite performance issues may be
more involved.

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


[Libreoffice-bugs] [Bug 99207] Graphite fonts render in negative colors

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99207

--- Comment #11 from V Stuart Foote  ---
added two simple documents with LoremIpsum autotext.  One in Liberation Serif,
the other in Linux Libertine Display G

Color order for the six paragraphs top to bottom.

Cyan
Magenta
Yellow
Green
Blue
Red

For the Graphite fonts, the Cyan and Yellow (or Blue and Red) are reversed when
rendered to the document canvas.

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


[Libreoffice-bugs] [Bug 89888] Assertion failed: !rCell.mpAttr, file /tmp/pkgsrc/misc/libreoffice4/work/libreoffice-4.4.1.2/sc/source/core/data/table3.cxx, line 775, function fillSortedColumnArray

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89888

--- Comment #14 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated yesterday (still with enable
dbgutil) or with LO Debian package 5.1.2.0, I don't reproduce the crash
anymore. The result seems ok to me.

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


[Libreoffice-bugs] [Bug 99207] Graphite fonts render in negative colors

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99207

--- Comment #10 from V Stuart Foote  ---
Created attachment 124368
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124368=edit
sample colored text Graphite font

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


[Libreoffice-bugs] [Bug 99207] Graphite fonts render in negative colors

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99207

--- Comment #9 from V Stuart Foote  ---
Created attachment 124367
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124367=edit
sample colored text not Graphite

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


[Libreoffice-bugs] [Bug 99328] New: My document lost the format

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99328

Bug ID: 99328
   Summary: My document lost the format
   Product: LibreOffice
   Version: 5.1.1.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: manuel...@outlook.com

Created attachment 124366
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124366=edit
Document with lost format in fonts

I'm writting a Software Technical Documentation in Libre Office Writer and the
electricity is gone, so my PC shutdown inmediatly by the cut off.

I have to tell you that I have created Custom Styles in paragraph, so I apply
my custom styles to format my document.

10 minutes later, the electricity came back and I opened the file I was working
on and some part of texts keept my custom styles but the rest was with the
default font of Libre Office "Liberation Serif" size 12.

This is driving my crazy because this documentation is very long, it has
software code, outputs, you can imagine...

Everytime this happens, I have to start from the begining again to start
applying my custom styles. This bug is driving me crazy really.

I have been using LibreOffice for a long time and in all my previous version,
the same was happening. Now I'm using  the Version: 5.1.0.3 and I see there is
another updated version but I now it will has the same BUG.


** DEVELOPERS, PLEASE SOLVE THIS VERY IMPORTANT BUG ** oh my good!

See the attached image, my Custom style called "-- Text Body --" uses the font
Arial, size 11. See the image has 2 different fonts in the body of document.

-- 
You are receiving this mail because:
You 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: drawinglayer/CppunitTest_drawinglayer_border.mk drawinglayer/Module_drawinglayer.mk drawinglayer/qa drawinglayer/source

2016-04-15 Thread Miklos Vajna
 drawinglayer/CppunitTest_drawinglayer_border.mk   |   35 +
 drawinglayer/Module_drawinglayer.mk   |4 
 drawinglayer/qa/unit/border.cxx   |   82 ++
 drawinglayer/source/primitive2d/borderlineprimitive2d.cxx |2 
 4 files changed, 122 insertions(+), 1 deletion(-)

New commits:
commit 1ee570a4e625719f8bf270d372926c0d829ae6f0
Author: Miklos Vajna 
Date:   Fri Apr 15 15:46:06 2016 +0200

Related: tdf#99315 BorderLinePrimitive2D: fix solid line primitive width

Regression from commit 2c62596cf264ef10749d8bfdb2bb2ebef2d98fbc
(fdo#75260: Correctly draw double lines for both Writer and Calc.,
2014-03-03), the problem was that when decomposing a double border line
promitive to solid line primitives (which happens for the legacy
"border" type, while both the Calc UI and Excel importer creates
"border-thin" ones), the decomposed inner line's height was larger than
the requested width.

As a result there was no gap between the polygon of the inner and the
outer line of the double border, looking like a non-double border.

The width of the outer border is still incorrect on the screen, though.

Change-Id: Ia9713c315ce8f23e2579b257169798e7c82c0a64
Reviewed-on: https://gerrit.libreoffice.org/24115
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins 

diff --git a/drawinglayer/CppunitTest_drawinglayer_border.mk 
b/drawinglayer/CppunitTest_drawinglayer_border.mk
new file mode 100644
index 000..d477c4ec
--- /dev/null
+++ b/drawinglayer/CppunitTest_drawinglayer_border.mk
@@ -0,0 +1,35 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_CppunitTest_CppunitTest,drawinglayer_border))
+
+$(eval $(call gb_CppunitTest_use_api,drawinglayer_border,\
+   offapi \
+   udkapi \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,drawinglayer_border, \
+   basegfx \
+   cppu \
+   sal \
+   salhelper \
+   drawinglayer \
+   $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_CppunitTest_use_externals,drawinglayer_border,\
+   boost_headers \
+   libxml2 \
+))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,drawinglayer_border, \
+   drawinglayer/qa/unit/border \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/drawinglayer/Module_drawinglayer.mk 
b/drawinglayer/Module_drawinglayer.mk
index 52f2482..6d329e9 100644
--- a/drawinglayer/Module_drawinglayer.mk
+++ b/drawinglayer/Module_drawinglayer.mk
@@ -13,4 +13,8 @@ $(eval $(call gb_Module_add_targets,drawinglayer,\
 Library_drawinglayer \
 ))
 
+$(eval $(call gb_Module_add_slowcheck_targets,drawinglayer,\
+CppunitTest_drawinglayer_border \
+))
+
 # vim: set noet sw=4 ts=4:
diff --git a/drawinglayer/qa/unit/border.cxx b/drawinglayer/qa/unit/border.cxx
new file mode 100644
index 000..40fa122
--- /dev/null
+++ b/drawinglayer/qa/unit/border.cxx
@@ -0,0 +1,82 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include 
+#include 
+#include 
+#include 
+
+#include 
+
+#include 
+#include 
+#include 
+
+using namespace com::sun::star;
+
+namespace
+{
+
+class DrawinglayerBorderTest : public CppUnit::TestFixture
+{
+public:
+void testDoubleDecompositionSolid();
+
+CPPUNIT_TEST_SUITE(DrawinglayerBorderTest);
+CPPUNIT_TEST(testDoubleDecompositionSolid);
+CPPUNIT_TEST_SUITE_END();
+};
+
+void DrawinglayerBorderTest::testDoubleDecompositionSolid()
+{
+// Create a border line primitive that's similar to the one from the 
bugdoc:
+// 1.47 pixels is 0.03cm at 130% zoom and 96 DPI.
+basegfx::B2DPoint aStart(0, 20);
+basegfx::B2DPoint aEnd(100, 20);
+double fLeftWidth = 1.47;
+double fDistance = 1.47;
+double fRightWidth = 1.47;
+double fExtendLeftStart = 0;
+double fExtendLeftEnd = 0;
+double fExtendRightStart = 0;
+double fExtendRightEnd = 0;
+basegfx::BColor aColorRight;
+basegfx::BColor aColorLeft;
+basegfx::BColor aColorGap;
+bool bHasGapColor = false;
+sal_Int16 nStyle = table::BorderLineStyle::DOUBLE;
+drawinglayer::primitive2d::BorderLinePrimitive2D aBorder(aStart, aEnd, 
fLeftWidth, fDistance, fRightWidth, fExtendLeftStart, fExtendLeftEnd, 
fExtendRightStart, fExtendRightEnd, aColorRight, aColorLeft, aColorGap, 
bHasGapColor, nStyle);
+
+// Decompose it 

[Libreoffice-commits] online.git: 2 commits - loolwsd/loolwsd-systemplate-setup loolwsd/test

2016-04-15 Thread Tor Lillqvist
 loolwsd/loolwsd-systemplate-setup |4 +++-
 loolwsd/test/countloolkits.hpp|   17 +
 loolwsd/test/httpposttest.cpp |   29 +
 loolwsd/test/httpwstest.cpp   |   11 +--
 4 files changed, 54 insertions(+), 7 deletions(-)

New commits:
commit b1aa059bc35bc6b770bb171fe83416ad415c0893
Author: Tor Lillqvist 
Date:   Fri Apr 15 17:19:04 2016 +0300

I don't have any ~/.fonts

diff --git a/loolwsd/loolwsd-systemplate-setup 
b/loolwsd/loolwsd-systemplate-setup
index 54a2df0..d6539e3 100755
--- a/loolwsd/loolwsd-systemplate-setup
+++ b/loolwsd/loolwsd-systemplate-setup
@@ -99,5 +99,7 @@ ln -s /lo $CHROOT/$INSTDIR
 if test "z$ENABLE_DEBUG" != "z" -a "z$HOME" != "z"; then
 echo "Copying development users's fonts into systemplate"
 mkdir -p $CHROOT/$HOME
-cp -r -p -L $HOME/.fonts $CHROOT/$HOME
+test -d $HOME/.fonts && cp -r -p -L $HOME/.fonts $CHROOT/$HOME
 fi
+
+exit 0
commit 947f8bcf138b3eaa01daa2787069528c03defe44
Author: Tor Lillqvist 
Date:   Fri Apr 15 17:01:02 2016 +0300

Test number of loolkit processes also before and after the HTTPPostTest 
suite

diff --git a/loolwsd/test/countloolkits.hpp b/loolwsd/test/countloolkits.hpp
new file mode 100644
index 000..1fb1ba5
--- /dev/null
+++ b/loolwsd/test/countloolkits.hpp
@@ -0,0 +1,17 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef INCLUDED_COUNTLOOLKITPROCESSES_HPP
+#define INCLUDED_COUNTLOOLKITPROCESSES_HPP
+
+extern int countLoolKitProcesses();
+
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/loolwsd/test/httpposttest.cpp b/loolwsd/test/httpposttest.cpp
index 5255830..f7eec55 100644
--- a/loolwsd/test/httpposttest.cpp
+++ b/loolwsd/test/httpposttest.cpp
@@ -26,14 +26,28 @@
 #include 
 #include 
 
+#include "countloolkits.hpp"
+
 /// Tests the HTTP POST API of loolwsd. The server has to be started manually 
before running this test.
 class HTTPPostTest : public CPPUNIT_NS::TestFixture
 {
+static int _initialLoolKitCount;
+
 CPPUNIT_TEST_SUITE(HTTPPostTest);
+
+// This should be the first test:
+CPPUNIT_TEST(testCountHowManyLoolkits);
+
 CPPUNIT_TEST(testConvertTo);
+
+// This should be the last test:
+CPPUNIT_TEST(testNoExtraLoolKitsLeft);
+
 CPPUNIT_TEST_SUITE_END();
 
+void testCountHowManyLoolkits();
 void testConvertTo();
+void testNoExtraLoolKitsLeft();
 
 #if ENABLE_SSL
 public:
@@ -54,6 +68,14 @@ public:
 #endif
 };
 
+int HTTPPostTest::_initialLoolKitCount = 0;
+
+void HTTPPostTest::testCountHowManyLoolkits()
+{
+_initialLoolKitCount = countLoolKitProcesses();
+CPPUNIT_ASSERT(_initialLoolKitCount > 0);
+}
+
 void HTTPPostTest::testConvertTo()
 {
 const auto srcPath = Util::getTempFilePath(TDOC, "hello.odt");
@@ -96,6 +118,13 @@ void HTTPPostTest::testConvertTo()
 CPPUNIT_ASSERT_EQUAL(expectedStream.str(), actualString);
 }
 
+void HTTPPostTest::testNoExtraLoolKitsLeft()
+{
+int countNow = countLoolKitProcesses();
+
+CPPUNIT_ASSERT_EQUAL(_initialLoolKitCount, countNow);
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(HTTPPostTest);
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/loolwsd/test/httpwstest.cpp b/loolwsd/test/httpwstest.cpp
index 2d8ef10..91dfb79 100644
--- a/loolwsd/test/httpwstest.cpp
+++ b/loolwsd/test/httpwstest.cpp
@@ -36,6 +36,8 @@
 #include 
 #include 
 
+#include "countloolkits.hpp"
+
 /// Tests the HTTP WebSocket API of loolwsd. The server has to be started 
manually before running this test.
 class HTTPWSTest : public CPPUNIT_NS::TestFixture
 {
@@ -103,9 +105,6 @@ class HTTPWSTest : public CPPUNIT_NS::TestFixture
 connectLOKit(Poco::Net::HTTPRequest& request,
  Poco::Net::HTTPResponse& response);
 
-static
-int countLoolKitProcesses();
-
 public:
 HTTPWSTest()
 #if ENABLE_SSL
@@ -942,10 +941,10 @@ void HTTPWSTest::getResponseMessage(Poco::Net::WebSocket& 
ws, const std::string&
 }
 }
 
-int HTTPWSTest::countLoolKitProcesses()
+int countLoolKitProcesses()
 {
-// Give polls in the lool processes time to time out
-Poco::Thread::sleep(POLL_TIMEOUT_MS*3);
+// Give polls in the lool processes time to time out etc
+Poco::Thread::sleep(POLL_TIMEOUT_MS*5);
 
 int result = 0;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 82790] FORMATTING: Date formating does not work for newly entered dates

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82790

Eike Rathke  changed:

   What|Removed |Added

 CC||er...@redhat.com

--- Comment #7 from Eike Rathke  ---
Can't reproduce. Which locale is this in anyway?

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


[Libreoffice-bugs] [Bug 99327] New: Wrong hash algorithm informed on signed PDF/A export

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99327

Bug ID: 99327
   Summary: Wrong hash algorithm informed on signed PDF/A export
   Product: LibreOffice
   Version: 5.0.5.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: luis.se...@gmail.com

Created attachment 124365
  --> https://bugs.documentfoundation.org/attachment.cgi?id=124365=edit
Certificate used

When I export as signed PDF/A with my personal certificate, the algorithm name
save is SHA1WITHRSA. I suppose it should be only SHA1. One of the visible
consequences is that, when opened in Adobe Reader, it shows an alert of altered
pages. And worst, my signed documents are not being accepted on some systems

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


[Libreoffice-bugs] [Bug 99207] Graphite fonts render in negative colors

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99207

--- Comment #7 from Ysabeau  ---
Just to add:

- it doesn't print the graphic fonts (so I need to export in pdf to print...)

- this problem of colours impacts the other fonts too: if I have text in
Liberation (sans, mono, etc.) and I want to have it in another colour than
black, it still appears in black

- I ten do believe that is also impacts copy-paste: when you paste a text
keeping it styles it doesn't appear as it should do while the style didn't
change

- in my computer, Windows 7, when I enable OpenGl, when I want to open a file,
LibreOffice freezes.

So it is very critical and not just normal. I hope it will be fixed very soon.

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


[Libreoffice-bugs] [Bug 90290] reduce some copy code in ucalc

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90290

--- Comment #22 from Stefan Weiberg  ---
I am going to work on this easy hack. I will use Markus Mohrhard's custom
asserter.

-- 
You are receiving this mail because:
You 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] online.git: loolwsd/configure.ac loolwsd/LOOLForKit.cpp loolwsd/LOOLWSD.cpp loolwsd/LOOLWSD.hpp loolwsd/loolwsd.service loolwsd/test loolwsd/Util.cpp loolwsd/Util.hpp

2016-04-15 Thread Michael Meeks
 loolwsd/LOOLForKit.cpp  |4 
 loolwsd/LOOLWSD.cpp |   16 +++-
 loolwsd/LOOLWSD.hpp |1 -
 loolwsd/Util.cpp|   10 ++
 loolwsd/Util.hpp|3 +++
 loolwsd/configure.ac|   10 ++
 loolwsd/loolwsd.service |2 +-
 loolwsd/test/run_test.sh.in |7 +--
 8 files changed, 40 insertions(+), 13 deletions(-)

New commits:
commit a49f642801ba54ba3dc0692439bdbb9c8cac985a
Author: Michael Meeks 
Date:   Fri Apr 15 15:07:24 2016 +0100

Tolerate --version, and add git hash version, print on default start.

Should help diagnosing issues - to have this in our logs.

diff --git a/loolwsd/LOOLForKit.cpp b/loolwsd/LOOLForKit.cpp
index 256a2c3..ffebf56 100644
--- a/loolwsd/LOOLForKit.cpp
+++ b/loolwsd/LOOLForKit.cpp
@@ -202,6 +202,10 @@ int main(int argc, char** argv)
 eq = std::strchr(cmd, '=');
 ClientPortNumber = std::stoll(std::string(eq+1));
 }
+else if (std::strstr(cmd, "--version") == cmd)
+{
+Util::displayVersionInfo("loolforkit");
+}
 #if ENABLE_DEBUG
 // this process has various privileges - don't run arbitrary code.
 else if (std::strstr(cmd, "--unitlib=") == cmd)
diff --git a/loolwsd/LOOLWSD.cpp b/loolwsd/LOOLWSD.cpp
index 9d14ca9..31ed0d2 100644
--- a/loolwsd/LOOLWSD.cpp
+++ b/loolwsd/LOOLWSD.cpp
@@ -146,6 +146,7 @@ int ClientPortNumber = DEFAULT_CLIENT_PORT_NUMBER;
 
 /// New LOK child processes ready to host documents.
 //TODO: Move to a more sensible namespace.
+static bool DisplayVersion = false;
 static std::vector newChildren;
 static std::mutex newChildrenMutex;
 static std::condition_variable newChildrenCV;
@@ -1233,10 +1234,7 @@ void LOOLWSD::handleOption(const std::string& optionName,
 std::exit(Application::EXIT_OK);
 }
 else if (optionName == "version")
-{
-displayVersion();
-std::exit(Application::EXIT_OK);
-}
+DisplayVersion = true;
 else if (optionName == "port")
 ClientPortNumber = std::stoi(value);
 else if (optionName == "cache")
@@ -1274,11 +1272,6 @@ void LOOLWSD::displayHelp()
 helpFormatter.format(std::cout);
 }
 
-void LOOLWSD::displayVersion()
-{
-std::cout << LOOLWSD_VERSION << std::endl;
-}
-
 Process::PID LOOLWSD::createForKit()
 {
 Process::Args args;
@@ -1290,6 +1283,8 @@ Process::PID LOOLWSD::createForKit()
 args.push_back("--clientport=" + std::to_string(ClientPortNumber));
 if (UnitWSD::get().hasKitHooks())
 args.push_back("--unitlib=" + UnitTestLibrary);
+if (DisplayVersion)
+args.push_back("--version");
 
 const std::string forKitPath = 
Path(Application::instance().commandPath()).parent().toString() + "loolforkit";
 
@@ -1305,6 +1300,9 @@ int LOOLWSD::main(const std::vector& 
/*args*/)
 {
 Log::initialize("wsd");
 
+if (DisplayVersion)
+Util::displayVersionInfo("loolwsd");
+
 if (geteuid() == 0)
 {
 Log::error("Don't run this as root");
diff --git a/loolwsd/LOOLWSD.hpp b/loolwsd/LOOLWSD.hpp
index ae290e4..5562837 100644
--- a/loolwsd/LOOLWSD.hpp
+++ b/loolwsd/LOOLWSD.hpp
@@ -65,7 +65,6 @@ protected:
 private:
 void initializeSSL();
 void displayHelp();
-void displayVersion();
 Poco::Process::PID createForKit();
 
 /// Reads and processes path entries with the given property
diff --git a/loolwsd/Util.cpp b/loolwsd/Util.cpp
index 32b9072..8952179 100644
--- a/loolwsd/Util.cpp
+++ b/loolwsd/Util.cpp
@@ -7,6 +7,8 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#include "config.h"
+
 #include 
 #include 
 #include 
@@ -15,6 +17,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -448,6 +451,13 @@ namespace Util
 if (prctl(PR_SET_NAME, reinterpret_cast(s.c_str()), 0, 
0, 0) != 0)
 Log::syserror("Cannot set thread name to " + s + ".");
 }
+
+void displayVersionInfo(const char *app)
+{
+std::string hash(LOOLWSD_VERSION_HASH);
+hash.resize(std::min(8, (int)hash.length()));
+std::cout << app << " " << LOOLWSD_VERSION << " - " << hash << 
std::endl;
+}
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/loolwsd/Util.hpp b/loolwsd/Util.hpp
index 46b973b..223d0fb 100644
--- a/loolwsd/Util.hpp
+++ b/loolwsd/Util.hpp
@@ -114,6 +114,9 @@ namespace Util
 
 /// Ensure that we have the correct UID unless in debug mode.
 bool hasCorrectUID();
+
+/// Display version information
+void displayVersionInfo(const char *app);
 };
 
 #endif
diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index 90a1a46..48b2539 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -22,6 +22,15 @@ AC_SUBST([LOOLWSD_VERSION])
 
 AC_DEFINE_UNQUOTED([LOOLWSD_VERSION],[["$LOOLWSD_VERSION"]],[LibreOffice 
On-Line WebSocket server version])
 
+# try to add a git hash 

[Libreoffice-bugs] [Bug 89888] Assertion failed: !rCell.mpAttr, file /tmp/pkgsrc/misc/libreoffice4/work/libreoffice-4.4.1.2/sc/source/core/data/table3.cxx, line 775, function fillSortedColumnArray

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89888

--- Comment #13 from Markus Mohrhard  ---
Does this still crash in master? In my dbgutil build I can't reproduce the
crash.

My steps:

1.) Open file
2.) Select Column A
3.) Click on Sort Ascending button
4.) CTRL+H
5.) Enable regex
6.) Search text = ^.*exe and leave the replacement text empty
7.) Replace all.

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


[Libreoffice-bugs] [Bug 96716] Custom Shortcut Keys not working consistently

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96716

--- Comment #5 from Björn Michaelsen  ---
@Juergen: As per bug 95761 is this "works as designed" and should be closed
"WONTFIX"?

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


[Libreoffice-bugs] [Bug 92630] GTK+ auto-accelerator functionality missing

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92630

Yousuf (Jay) Philips  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 99326] Ability to disable GTK+ auto-accelerator

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99326

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||needsDevEval, topicUI
 Status|UNCONFIRMED |NEW
 CC|libreoffice-ux-advise@lists |momonas...@gmail.com
   |.freedesktop.org|
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=92
   ||630,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=99
   ||324
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 99324] SIDEBAR: Accelerator underlines dont show when pressing Alt

2016-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99324

Yousuf (Jay) Philips  changed:

   What|Removed |Added

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

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