[Libreoffice-bugs] [Bug 95054] New: Font rendering problem Linux Biolinum G Italic with OpenGL

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95054

Bug ID: 95054
   Summary: Font rendering problem Linux Biolinum G Italic with
OpenGL
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pierre.choffar...@free.fr

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

Step to reproduce.
Just write a text With Linux Biolinum font Italic and result is not correct

All is fine is OpenGL is disabled

LO 5.0.3.1 x32 & W10 x64

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


[Libreoffice-bugs] [Bug 91063] SIDEBAR: Properties tab for Charts

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91063

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Depends on||95057

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


[Libreoffice-bugs] [Bug 95058] Shame

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95058

Lera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||lera.goncha...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #2 from Lera  ---


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

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


[Libreoffice-bugs] [Bug 72932] Dialog with ListBox where "multiple selection" has been checked doesn't work

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72932

Beluga  changed:

   What|Removed |Added

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

--- Comment #17 from Beluga  ---
For me, there was no button to click.
I could run the macro, however.
After I edited the dialog to enable multi-selection, the listbox did not work
anymore.

Hence setting to NEW.

I also got a crash when exiting the dialog editor, even after having changed
nothing. Maybe it is the same as bug 95021

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 95057] New: Error Bar indicators all highlighted when content panel enabled

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95057

Bug ID: 95057
   Summary: Error Bar indicators all highlighted when content
panel enabled
   Product: LibreOffice
   Version: 5.1.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 91063

Click on an error bar in a chart and all three error indicator radio buttons
show highlighted.

Version: 5.1.0.0.alpha1+
Build ID: 143fb0a4b5d4ab69d4928299d8112ab95d99870a
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-10-11_00:06:41
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-commits] core.git: 6 commits - qadevOOo/tests

2015-10-14 Thread Caolán McNamara
 qadevOOo/tests/java/ifc/util/_XURLTransformer.java|2 --
 qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java|1 -
 qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java |1 -
 qadevOOo/tests/java/mod/_sc/XMLContentExporter.java   |1 -
 qadevOOo/tests/java/mod/_sw/SwXBookmark.java  |1 -
 qadevOOo/tests/java/mod/_sw/SwXFootnoteText.java  |1 -
 6 files changed, 7 deletions(-)

New commits:
commit 3a9eabc9a1959ef08a85001991a940ddf01d9afb
Author: Caolán McNamara 
Date:   Wed Oct 14 11:50:17 2015 +0100

coverity#1327177 UuF: Unused field

Change-Id: I6f09015a33410e700562a87c0cf51195cbd63172

diff --git a/qadevOOo/tests/java/mod/_sw/SwXFootnoteText.java 
b/qadevOOo/tests/java/mod/_sw/SwXFootnoteText.java
index bd403ac..374e89c 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXFootnoteText.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXFootnoteText.java
@@ -70,7 +70,6 @@ import com.sun.star.uno.XInterface;
  */
 public class SwXFootnoteText extends TestCase {
 XTextDocument xTextDoc;
-SOfficeFactory SOF;
 
 /**
 * Creates text document.
commit 03682b59b7a5ab4c8d77d7d35d0629d13f7d470f
Author: Caolán McNamara 
Date:   Wed Oct 14 11:50:37 2015 +0100

coverity#1327176 UuF: Unused field

Change-Id: I754e1cbe9f6ed5c83b79771f99728ef317cfbe0a

diff --git a/qadevOOo/tests/java/mod/_sw/SwXBookmark.java 
b/qadevOOo/tests/java/mod/_sw/SwXBookmark.java
index a322cfe..034a64b 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXBookmark.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXBookmark.java
@@ -53,7 +53,6 @@ import com.sun.star.uno.XInterface;
  */
 public class SwXBookmark extends TestCase {
 XTextDocument xTextDoc;
-SOfficeFactory SOF;
 
 /**
 * Creates text document.
commit 7e6bdb96b3a9622eff06185753ccab921a13c6cc
Author: Caolán McNamara 
Date:   Wed Oct 14 11:51:33 2015 +0100

coverity#1327175 UuF: Unused field

Change-Id: Ied5b03efadef550e653b7ffa861ada068ea6ba34

diff --git a/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java 
b/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java
index b42d1fc..0d29876 100644
--- a/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java
+++ b/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java
@@ -66,7 +66,6 @@ import com.sun.star.xml.sax.XDocumentHandler;
 public class XMLContentExporter extends TestCase {
 
 static XComponent xSheetDoc;
-static ContentFilterChecker Filter;
 
 /**
  * New spreadsheet document created.
commit ad42f13d02cf6500f9906b25247d1ab6ae86211e
Author: Caolán McNamara 
Date:   Wed Oct 14 11:53:15 2015 +0100

coverity#1327173 UuF: Unused field

Change-Id: I9d5393ec87c46bca28d13ea12ae73d5186443c38

diff --git a/qadevOOo/tests/java/ifc/util/_XURLTransformer.java 
b/qadevOOo/tests/java/ifc/util/_XURLTransformer.java
index 2f541d3..9521d7e 100644
--- a/qadevOOo/tests/java/ifc/util/_XURLTransformer.java
+++ b/qadevOOo/tests/java/ifc/util/_XURLTransformer.java
@@ -38,8 +38,6 @@ public class _XURLTransformer extends MultiMethodTest {
 
 public XURLTransformer oObj = null;
 
-URL url;
-
 static final String user = "user";
 static final String invalidUserPrefix = "1";
 static final String password = "password";
commit 12460183d3e6eb5103a95c771c3bee49bca4155d
Author: Caolán McNamara 
Date:   Wed Oct 14 11:56:54 2015 +0100

coverity#1327163 UrF: Unread field

Change-Id: If919721a1987798f7ca612f408125d77130112ba

diff --git a/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java 
b/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java
index f7c334b..afc10f1 100644
--- a/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java
+++ b/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java
@@ -51,7 +51,6 @@ import lib.StatusException;
 public class _XMultiSelectionSupplier extends MultiMethodTest {
 
 public XMultiSelectionSupplier oObj = null;
-public boolean selectionChanged = false;
 Object[] selections = null;
 Comparator ObjCompare = null;
 
commit 3059bc800a6211e8b4b66c92727162b60b621867
Author: Caolán McNamara 
Date:   Wed Oct 14 11:55:55 2015 +0100

coverity#1327164 UrF: Unread field

Change-Id: Ib0576691b01830f25e38444efdb2442ca85ba2ca

diff --git a/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java 
b/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java
index a9b80c2..04132af 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java
@@ -139,7 +139,6 @@ public class OSingleSelectQueryComposer extends TestCase {
 DBTools.DataSourceInfo srcInf = null;
 boolean isMySQLDB = false;
 protected static final String dbSourceName = 

[Libreoffice-ux-advise] [Bug 90374] SIDEBAR: Having the sidebar with a fixed width across all tabs

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90374

--- Comment #20 from Bastián Díaz  ---
(In reply to V Stuart Foote from comment #19)
> Sure, if the Sidebar were a static UI element we could make a case for fixed
> static structure. However, we quickly migrated it from .src to GTK .UI based
> widgets making it dynamic by nature.  Building on that we have
> "enhancements" in queue to do some neat things like splitting out content
> panels into independent decks--detaching them as .UI based analogs to legacy
> dialogs--ref bug 85905
> 

Yes, I've read a little about it, but the design elements must adapt to the
tools to create interfaces or vice versa?

For example, inkscape panels maintain their own proportions (width min/max)
when anchored as sidebar, and for me the user experience is horrible.

To move the panels out of the sidebar in LO and that these have their own
proportions, it seems useful and good (I have seen other people have a workflow
that way), but I think while they are attached as tabs on the sidebar should be
consistent.

> and leads to wrong headed ideas that static and fixed is
> better UI and improve the user experience.
> 

OK. Maybe not the best UI, but it works best for me and "other potential
users."

> Fortunately once over that development hurdle the Sidebar gains tremendous
> flexibility. For example ability to undock a custom content panel and drag
> your favorite UNO widgets into it--closing the rest of the Sidebar, or
> shifting to "Single" mode of bug 92220 and bug 92218
> 
> We support those longer range features now by ensuring the ability of the
> user to fully customize their content panels and to retain those
> customizations within a session and within their profile, with an ability to
> recover or transfer their customizations to a new profile. That all comes
> from supporting a design that nurtures dynamic layout and customization.

Yes, I think that's good then ... you think you could add a configuration
option to keep the width of the sidebar static ...
For some users we only matters show/hide the contents of the sidebar,
unfortunately to do that, there must be a "consistent width to allow properly
display elements of each tab in the sidebar".

I understand the enthusiasm of developers deliver a better user experience, but
I think it can be done without dramatically change the workflow of many users.

Cheers

-- 
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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 90374] SIDEBAR: Having the sidebar with a fixed width across all tabs

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90374

--- Comment #19 from V Stuart Foote  ---
(In reply to Bastián Díaz from comment #18)
> So what is the solution?
> 
> To me, a min/max for the sidebar is not a way of "personalization" is a way
> to add consistency to the contents of the sidebar -as a whole-.
> 
> How strange it would be that each tab on the sidebar, had its own width
> min/max.
> Actually, at some point he proposed the existence of a minimum and maximum
> width for the sidebar (not all users have a wide screen), but really the
> best solution is the existence of a single width for side, consistent bar
> and It would save time showing and hiding the content (not adjust the width
> to view the content of some tabs!).

Sure, if the Sidebar were a static UI element we could make a case for fixed
static structure. However, we quickly migrated it from .src to GTK .UI based
widgets making it dynamic by nature.  Building on that we have "enhancements"
in queue to do some neat things like splitting out content panels into
independent decks--detaching them as .UI based analogs to legacy dialogs--ref
bug 85905

The limitation at the moment is that we implement the Sidebar with its Tabbar
and just one Deck holding Content Panels, displayed docked or undocked. From a
UI design and development perspective that is constraining--and leads to wrong
headed ideas that static and fixed is better UI and improve the user
experience.

Fortunately once over that development hurdle the Sidebar gains tremendous
flexibility. For example ability to undock a custom content panel and drag your
favorite UNO widgets into it--closing the rest of the Sidebar, or shifting to
"Single" mode of bug 92220 and bug 92218

We support those longer range features now by ensuring the ability of the user
to fully customize their content panels and to retain those customizations
within a session and within their profile, with an ability to recover or
transfer their customizations to a new profile. That all comes from supporting
a design that nurtures dynamic layout and customization.

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


[Libreoffice-ux-advise] [Bug 90374] SIDEBAR: Having the sidebar with a fixed width across all tabs

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90374

--- Comment #19 from V Stuart Foote  ---
(In reply to Bastián Díaz from comment #18)
> So what is the solution?
> 
> To me, a min/max for the sidebar is not a way of "personalization" is a way
> to add consistency to the contents of the sidebar -as a whole-.
> 
> How strange it would be that each tab on the sidebar, had its own width
> min/max.
> Actually, at some point he proposed the existence of a minimum and maximum
> width for the sidebar (not all users have a wide screen), but really the
> best solution is the existence of a single width for side, consistent bar
> and It would save time showing and hiding the content (not adjust the width
> to view the content of some tabs!).

Sure, if the Sidebar were a static UI element we could make a case for fixed
static structure. However, we quickly migrated it from .src to GTK .UI based
widgets making it dynamic by nature.  Building on that we have "enhancements"
in queue to do some neat things like splitting out content panels into
independent decks--detaching them as .UI based analogs to legacy dialogs--ref
bug 85905

The limitation at the moment is that we implement the Sidebar with its Tabbar
and just one Deck holding Content Panels, displayed docked or undocked. From a
UI design and development perspective that is constraining--and leads to wrong
headed ideas that static and fixed is better UI and improve the user
experience.

Fortunately once over that development hurdle the Sidebar gains tremendous
flexibility. For example ability to undock a custom content panel and drag your
favorite UNO widgets into it--closing the rest of the Sidebar, or shifting to
"Single" mode of bug 92220 and bug 92218

We support those longer range features now by ensuring the ability of the user
to fully customize their content panels and to retain those customizations
within a session and within their profile, with an ability to recover or
transfer their customizations to a new profile. That all comes from supporting
a design that nurtures dynamic layout and customization.

-- 
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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 95056] Error Bar positive and negative spin buttons dont work correctly

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95056

--- Comment #1 from Yousuf (Jay) Philips  ---
When setting the values 2.0 and 4.0 in the dialog, they appear as 0.04 and
0.02, which also means the values are being placed in the wrong field as well.

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


[Libreoffice-commits] core.git: qadevOOo/tests

2015-10-14 Thread Stephan Bergmann
 qadevOOo/tests/java/ifc/util/_XCloneable.java |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9fd1338d6a6e4778ba636f24fb22ba4102f16293
Author: Stephan Bergmann 
Date:   Wed Oct 14 17:05:06 2015 +0200

Make _XCloneable.checkImplementationID return a useful value again

...it happened to return a value that would match one's expectaions until
f1dfc5690a2b1a24e2d2f707a50c34d7df61dc4d "cid#1326854 EC: Comparing 
incompatible
types for equality" fixed the method but failed to also straighten its odd
return value.

Change-Id: I9b98be8c86a176fec37505d4337b708ac9bbf5de

diff --git a/qadevOOo/tests/java/ifc/util/_XCloneable.java 
b/qadevOOo/tests/java/ifc/util/_XCloneable.java
index c37dcca..62de17b 100644
--- a/qadevOOo/tests/java/ifc/util/_XCloneable.java
+++ b/qadevOOo/tests/java/ifc/util/_XCloneable.java
@@ -74,7 +74,7 @@ public class _XCloneable extends MultiMethodTest {
 log.println("ImplementationID equals the clone has the same id as 
the original Object");
 
log.println("");
 }
-return !res;
+return res;
 }
 
 protected String getImplementationName(XInterface ifc) {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 95058] Shame

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95058

--- Comment #1 from pakanir  ---
Google Translate:
Bug! What to do? LibreOffice Calc, in the print preview click on "Page Format"
and ... app crashes:
The program "LibreOffice" does not work
A problem caused the program to stop working. Windows will close the program,
and if there is a known way to fix the problem, notify you of this.
Debugging or close a program
I do not mind doing debugging, I'm afraid, I click Close the program and it
closes.
The error appeared when I updated to the fifth version.
Windows 8.1 x64 and LibreOffice_5.0.2_Win_x64.msi 233 MB c I downloaded these
sites: http://windows.microsoft.com/ru-ru/windows-8/create-reset-refresh-media
and https: // ru. libreoffice.org/download/
I tried to remove the program and reinstall - did not help. I tried to recover
- also did not help.
Help me please!
The system:
Windows 8.1 Professional
Intel Core i5-4440 CPU @ 3.10 Ghz 3.09 Ghz
Installed memory (RAM): 12.0 GB
System type: 64-bit operating system x64 processor

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


[Libreoffice-bugs] [Bug 95058] New: Shame

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95058

Bug ID: 95058
   Summary: Shame
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gpaka...@gmail.com

Баг! Что делать? LibreOffice Calc, в предварительной просмотре печати нажимаю
на "Формат страницы", и... приложение вылетает с ошибкой:
Программа "LibreOffice" не работает
Возникшая проблема привела к прекращению работы программы. Windows закроет эту
программу, а если есть известный способ устранения проблемы, уведомит вас об
этом.
Отладка или Закрыть программу
Я не уме делать отладку, боюсь, нажимаю Закрыть программу и она закрывается.
Ошибка появилась, когда я обновился до пятой версии.
Windows 8.1 x64 и LibreOffice_5.0.2_Win_x64.msi 233 MB я скачивал c этих
сайтов: http://windows.microsoft.com/ru-ru/windows-8/create-reset-refresh-media
и https://ru.libreoffice.org/download/
Пробовал удалять программу и заново устанавливать - не помогло. Пробовал
восстанавливать - тоже не помогло.
Помогите пожалуйста!
Система:
Windows 8.1 Профессиональная
Intel Core i5-4440 CPU @ 3.10 Ghz 3.09 Ghz
Установленная память (ОЗУ): 12 ГБ
64 разрядная операционная система, процессор x64

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


[Libreoffice-bugs] [Bug 95017] Tablecontrol without navigationbar shows big grey border at bottom instead when zooming form

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95017

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 OS|Linux (All) |All
   Severity|normal  |minor

--- Comment #2 from Beluga  ---
Reproduced with the example file.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 95055] New: Error Bar content panel doesnt have more button

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95055

Bug ID: 95055
   Summary: Error Bar content panel doesnt have more button
   Product: LibreOffice
   Version: 5.1.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 91063

When error bars are visible on a chart, the sidebar error bar content panel
appears, but there isnt a 'more options' button in the content panel's title
bar.

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


[Libreoffice-bugs] [Bug 91063] SIDEBAR: Properties tab for Charts

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91063

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Depends on||95056

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


[Libreoffice-bugs] [Bug 95056] New: Error Bar positive and negative spin buttons dont work correctly

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95056

Bug ID: 95056
   Summary: Error Bar positive and negative spin buttons dont work
correctly
   Product: LibreOffice
   Version: 5.1.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 91063

Steps:
1) Click on the error bars of a chart
2) Click on the up or down buttons of the positive or negative spin controls
and it doesnt work correctly.
3) Type a value in the positive or negative spin controls and it doesnt work
correctly.

Version: 5.1.0.0.alpha1+
Build ID: 143fb0a4b5d4ab69d4928299d8112ab95d99870a
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-10-11_00:06:41
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 94673] when creating a new document, the cursor is NOT in focus so you can't start typing

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94673

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #2 from raal  ---
I can not confirm with Version: 5.1.0.0.alpha1+
Build ID: 2511a21841dd9dec735a53add8174e47d24deb88
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-10-13_23:26:46, win7

Please could you  retest with dev version?
http://dev-builds.libreoffice.org/daily/master/

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


[Libreoffice-bugs] [Bug 90374] SIDEBAR: Having the sidebar with a fixed width across all tabs

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90374

--- Comment #20 from Bastián Díaz  ---
(In reply to V Stuart Foote from comment #19)
> Sure, if the Sidebar were a static UI element we could make a case for fixed
> static structure. However, we quickly migrated it from .src to GTK .UI based
> widgets making it dynamic by nature.  Building on that we have
> "enhancements" in queue to do some neat things like splitting out content
> panels into independent decks--detaching them as .UI based analogs to legacy
> dialogs--ref bug 85905
> 

Yes, I've read a little about it, but the design elements must adapt to the
tools to create interfaces or vice versa?

For example, inkscape panels maintain their own proportions (width min/max)
when anchored as sidebar, and for me the user experience is horrible.

To move the panels out of the sidebar in LO and that these have their own
proportions, it seems useful and good (I have seen other people have a workflow
that way), but I think while they are attached as tabs on the sidebar should be
consistent.

> and leads to wrong headed ideas that static and fixed is
> better UI and improve the user experience.
> 

OK. Maybe not the best UI, but it works best for me and "other potential
users."

> Fortunately once over that development hurdle the Sidebar gains tremendous
> flexibility. For example ability to undock a custom content panel and drag
> your favorite UNO widgets into it--closing the rest of the Sidebar, or
> shifting to "Single" mode of bug 92220 and bug 92218
> 
> We support those longer range features now by ensuring the ability of the
> user to fully customize their content panels and to retain those
> customizations within a session and within their profile, with an ability to
> recover or transfer their customizations to a new profile. That all comes
> from supporting a design that nurtures dynamic layout and customization.

Yes, I think that's good then ... you think you could add a configuration
option to keep the width of the sidebar static ...
For some users we only matters show/hide the contents of the sidebar,
unfortunately to do that, there must be a "consistent width to allow properly
display elements of each tab in the sidebar".

I understand the enthusiasm of developers deliver a better user experience, but
I think it can be done without dramatically change the workflow of many users.

Cheers

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


[Libreoffice-bugs] [Bug 95058] Shame

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95058

pakanir  changed:

   What|Removed |Added

URL||https://plus.google.com/com
   ||munities/114023476906934509
   ||704/stream/4f58058e-3725-4d
   ||35-ae3b-400711dc87c2

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


[Libreoffice-bugs] [Bug 95059] New: Error bars indicator icons appearing with white background

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95059

Bug ID: 95059
   Summary: Error bars indicator icons appearing with white
background
   Product: LibreOffice
   Version: 5.1.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 91063

Created attachment 119610
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119610=edit
screenshot of dialog and sidebar

When selecting on error bars, the indicator icons in the sidebar have a white
background.

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


[Libreoffice-bugs] [Bug 95060] New: Combining Diacritics will not stack when exported to PDF.

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95060

Bug ID: 95060
   Summary: Combining Diacritics will not stack when exported to
PDF.
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rand_burg...@ntm.org

Created attachment 119611
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119611=edit
odc file showing the diacritic problem

LibreOffice positions and stacks combining diacritics perfectly within Writer
and Draw. However, when the page is exported to PDF any letter that has more
than one diacritic it prints all diacritics on top of each other rather than
stacking them as it should.  The result is that the words are totally
unreadable in all languages that use that type of letters.

I have attached a .odt file that when opened in Writer will show the diacritics
displayed correctly using the arial font.  The document also has a image of
what it looks like after being exported to PDF. If you look at that image you
see all diacritics messed up if there is more than one diacritic. 

Diacritics use anchor points in the font to position themselves correctly. The
PDF export is ignoring these anchor points when exporting so they end up all
piled up on top of each other.

Combining diacritics are marks that sit above or below letters and help that
letter to form a new letter. They are used very extensively in different
languages though out the World, and PDF export cannot be used by any those
languages unless diacritics are positioned correctly.

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


[Libreoffice-bugs] [Bug 92891] Not enough fields for userdata

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92891

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #3 from m.a.riosv  ---
Please @spam, can you open a new bug as request for enhancement, this is not a
bug,
and not the same matter, if I'm not wrong what you want are variables
configurable freely.

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


[Libreoffice-bugs] [Bug 95050] Font background atttribute in styles: no UI to modify fo:background-color

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95050

Caolán McNamara  changed:

   What|Removed |Added

 Blocks||89903

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


Re: tdf#50916 : Calc : Dynamic column container

2015-10-14 Thread Wols Lists
On 14/10/15 02:08, Kohei Yoshida wrote:
> Also, this will be an on-going process.  This is not going to be like
> "if you do A, B and C it's okay to increase the column size and no
> problems will occur".  Rather, we'll probably encounter lots of
> performance issues that we'll have to spend some time fixing after the
> column size is increased.

Just throwing an idea into the mix...

Howsabout a function that, on being given the cell co-ordinates, returns
a pointer to the cell. Force everything through that.

Okay, that's an extra level of indirection, that on a large spreadsheet
could cost a lot. But is it worth it in terms of memory saved? The
important point here is that you can change the in-memory storage of
your spreadsheet to match its characteristics.

If you have a small spreadsheet, you simply have a two dimensional array
of cells.

If you have say 100 cells with stuff in, in a spreadsheet that might be
1000x1000, you can have a lookup table that lists all the columns with
data, and within that all the rows that have data ...

I can't think of any more examples particularly. But if you have that
abstraction layer, you can optimise for different characteristics of
different spreadsheets.

(I'm coming at it from my database background, where Pick stores
everything as strings, and it's amazing how fast it actually finds stuff
even despite having to search sequentially through what is possibly a
long string, and how convenient it is to be able to use "proper" arrays
and "dynamic" arrays (delimited strings) together to optimise speed.)

As I say, this is just an idea, it might be a no-no, but if it can
optimise large sheets while not costing small sheets much, it could well
be worth it.

Cheers,
Wol
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 95021] Crash in macro dialog (GTK3)

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95021

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #2 from Beluga  ---
Created attachment 119613
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119613=edit
Backtrace of crash on Windows 5.0.2

I was reproducing bug 72932 and noticed I get a crash whenever I closed the
dialog editor. Is it the same bug as I was using Windows?

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 94975] Function for Sheet names

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94975

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #2 from Beluga  ---
MarMar: so can we close this? Is the functionality in comment 1 enough for you?

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


[Libreoffice-bugs] [Bug 91063] SIDEBAR: Properties tab for Charts

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91063

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Depends on||95059

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


[Libreoffice-bugs] [Bug 94614] crash on page style organizer tab, on the default template and russian localisation

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94614

Lera  changed:

   What|Removed |Added

 CC||gpaka...@gmail.com

--- Comment #17 from Lera  ---
*** Bug 95058 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 95058] crash on page style

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95058

Lera  changed:

   What|Removed |Added

Summary|Shame   |crash on page style

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


[Libreoffice-bugs] [Bug 94881] simple .doc file that crashes Libreoffice

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94881

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #5 from Beluga  ---
Did some random edits for a while, but could not get it to crash.

I guess you should try getting a backtrace of the crash and attach it here.
https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 94283] LibreOffice can't start on Windows XP SP2

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94283

--- Comment #17 from Pedro  ---
(In reply to Robinson Tryon (qubit) from comment #16)

> Sure, definitely! To get started with modifying the code so it doesn't
> install on SP2 anymore, I'd start by taking a look at the documentation for
> getting started with Development here:
> https://wiki.documentfoundation.org/Development

If I may add my 2 cents, it would also be good if the Update checker takes into
account this information

https://bugs.documentfoundation.org/show_bug.cgi?id=65128

These are problems that affected Windows 2000 then, is now affecting Windows XP
SP2 and will probably affect Windows XP SP3 and Vista in the short term...

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


[Libreoffice-bugs] [Bug 95007] Optimizing using of the space of the cells

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95007

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 OS|Linux (All) |All

--- Comment #1 from Beluga  ---
It is true that it might be optimized. It appears to also change by the zoom
level. You might enter some string that is exactly the width of the cell and
the arrow does not appear, but then on different zoom levels the arrow might
appear and disappear.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-commits] dev-tools.git: scripts/os-stats.pl

2015-10-14 Thread Michael Meeks
 scripts/os-stats.pl |  204 
 1 file changed, 204 insertions(+)

New commits:
commit 6f1d1f6212bff5576822e94de6f8d6e695e07377
Author: Michael Meeks 
Date:   Wed Oct 14 14:51:56 2015 +0100

Script to crunch os statistics.

diff --git a/scripts/os-stats.pl b/scripts/os-stats.pl
new file mode 100755
index 000..ff889ea
--- /dev/null
+++ b/scripts/os-stats.pl
@@ -0,0 +1,204 @@
+#!/usr/bin/perl -w
+
+#
+# A script to attempt to determine OS versions from user-agent strings.
+#
+
+use strict;
+use POSIX;
+
+my %global_date_to_epoch;
+
+sub ymd_to_epoch($$$)
+{
+my ($year, $month, $day) = @_;
+
+my $key = "$year-$month-$day";
+
+if ( ! defined $global_date_to_epoch{$key} ) {
+   # 1970-01-01 is Thursday, add 3 days (259200 seconds), and divide
+   my $seconds = POSIX::strftime( "%s", 0, 0, 12, $day, $month - 1, $year 
- 1900 ); # see the manual
+
+   # remember the ISO week
+   my $week = POSIX::strftime( "%G-%V", 0, 0, 12, $day, $month - 1, $year 
- 1900 ); # see the manual
+   $global_date_to_epoch{$key} = $week;
+}
+return $global_date_to_epoch{$key};
+}
+
+# de-mangle windows user-agents
+my %win_ver_hash = (
+'NT 10.0' => 'Windows 10',
+'NT 9.0' => 'Windows 9',
+'NT 6.3' => 'Windows 8.1',
+'NT 6.2' => 'Windows 8',
+'NT 7.0' => 'Windows 7',
+'NT 6.1' => 'Windows 7',
+'NT 6.0' => 'Windows Vista',
+'NT 5.2' => 'Windows Server 2003',
+'NT 5.1' => 'Windows XP',
+'NT 5.01' => 'Windows 2000 SP1',
+'NT 5.0' => 'Windows 2000',
+'NT 4.0' => 'Windows NT 4.0',
+'98; Win 9x 4.90' => 'Windows ME',
+'98' => 'Windows 98',
+'95' => 'Windows 95',
+'CE' => 'Windows CE',
+);
+
+sub win_real_ver($)
+{
+my $vin = shift;
+my $vout = $win_ver_hash{$vin};
+if (!defined $vout) {
+   $vout = 'Windows other';
+}
+return $vout;
+}
+
+my %month_to_num = (
+'Jan' => '01',
+'Feb' => '02',
+'Mar' => '03',
+'Apr' => '04',
+'May' => '05',
+'Jun' => '06',
+'Jul' => '07',
+'Aug' => '08',
+'Sep' => '09',
+'Oct' => '10',
+'Nov' => '11',
+'Dec' => '12',
+);
+
+my %totals;
+my %breakdown_by_week;
+
+sub analyze_dir($)
+{
+my $dirname = shift;
+
+open LOG, "( cd $dirname ; bzcat 
download.documentfoundation.org*access*.bz2 2>/dev/null ) |" or die "Cannot 
open the logs";
+while () {
+   my $line = $_;
+   if ( /^([^ ]+) - - \[([^\/]+)\/([^\/]+)\/([^:]+):([0-9][0-9])[^\]]*\] 
"[^"]*" [^ ]+ [^ ]+ "[^"]*" "(.*)"/ ) {
+   my ( $ip, $day, $month, $year, $hour, $useragent ) =
+   ( $1, $2, $month_to_num{$3}, $4, $5, $6, );
+
+   next if ($useragent eq '-' || $useragent eq 'setup');
+
+   # download tools & skip bots
+   next if ($useragent =~ m|Wget| || $useragent =~ m|chocolatey|);
+   next if ($useragent =~ m|lftp/| || $useragent =~ m|curl/|);
+   next if ($useragent =~ m|FPS-DAV-Client/| || $useragent =~ 
m|Deluge/|);
+   next if ($useragent =~ m|FPS-GET-Client/| || $useragent =~ 
m|SoftonicDownloader/|);
+   next if ($useragent =~ m|CCBot/| || $useragent =~ m|AhrefsBot/|);
+   next if ($useragent =~ m|SputnikBot/| || $useragent =~ 
m|YandexBot/|);
+   next if ($useragent =~ m|MojeekBot/| || $useragent =~ m|Webmon /|);
+   next if ($useragent =~ m|bingbot/| || $useragent =~ 
m|Baiduspider/|);
+   next if ($useragent =~ m|Yahoo! Slurp| || $useragent =~ 
m|portscout/|);
+   next if ($useragent =~ m|CRAZYWEBCRAWLER | || $useragent =~ m|FDM 
|);
+   next if ($useragent =~ m|YisouSpider| || $useragent =~ m|ABCdatos 
BotLink/|);
+   next if ($useragent =~ m|ia_archiver | || $useragent =~ 
m|BTWebClient/|);
+   next if ($useragent =~ m|portroach/| || $useragent =~ m|Java/|);
+   next if ($useragent =~ m|Googlebot| || $useragent =~ m|escan |);
+   next if ($useragent =~ m|Python-urllib/| || $useragent =~ 
m|PycURL/|);
+   next if ($useragent =~ m|fetch | || $useragent =~ m|WWWC/|);
+   next if ($useragent =~ m|Xovibot/| || $useragent =~ m|Dolphin |);
+   next if ($useragent =~ m|Megaindex.ru/| || $useragent =~ m|idmarch  
|);
+   next if ($useragent =~ m|coccoc/| || $useragent =~ m|WebMon |);
+   next if ($useragent =~ m|Download Master| || $useragent =~ 
m|Downloader |);
+
+   # Misc. foo to reduce noise
+   next if ($useragent =~ /GetRedirect/ || $useragent =~ /setup_\d/ ||
+$useragent =~ /GetLength/ || $useragent =~ 
/xbps-src-update-check/);
+
+   my $year_week = ymd_to_epoch($year, $month, $day);
+
+   my $key;
+   if ($useragent =~ m/Windows \s*([^;\)]+)\s*[;\)]/) {
+#  print "good: Windows: $1\n";
+   $key = win_real_ver($1);
+   } elsif ($useragent =~ m/Macintosh;.*Intel Mac OS 

[Libreoffice-bugs] [Bug 91063] SIDEBAR: Properties tab for Charts

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91063

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Depends on||95055

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


[Libreoffice-bugs] [Bug 95006] EDITING: Writer fails to preserve some html

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95006

Beluga  changed:

   What|Removed |Added

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

--- Comment #1 from Beluga  ---
Reproduced.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 92770] thisComponent is not valid during "Open Document" at startup in non-document macro

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92770

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
Version|5.1.0.0.alpha0+ Master  |4.4.2.2 release

--- Comment #3 from raal  ---
I can confirm with LO 4.4.2, linux

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


[Libreoffice-bugs] [Bug 49073] FILEOPEN: Furigana (ruby text) and characters with them are missing in opened .docx files.

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49073

Beluga  changed:

   What|Removed |Added

 CC||rodney78...@gmail.com

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

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


[Libreoffice-bugs] [Bug 95016] Japanese characters with Ruby text are not render in .docx

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95016

Beluga  changed:

   What|Removed |Added

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

--- Comment #1 from Beluga  ---


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

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


[Libreoffice-bugs] [Bug 93675] docx: Diagram export working but when opened with Word displayed differently than in LO

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93675

--- Comment #12 from Caolán McNamara  ---
Created attachment 119612
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119612=edit
example of rotated element causing trouble on export

To cut this problem down here's a single rotated shape from the original which
when exported is mangled.

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


[Libreoffice-bugs] [Bug 95058] Shame

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95058

Lera  changed:

   What|Removed |Added

   Severity|enhancement |normal

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


[Libreoffice-commits] core.git: vcl/inc vcl/unx

2015-10-14 Thread Bjoern Michaelsen
 vcl/inc/unx/gtk/gtkdata.hxx|3 +++
 vcl/unx/gtk/app/gtkdata.cxx|   16 
 vcl/unx/gtk/window/gtksalframe.cxx |8 
 vcl/unx/gtk/window/gtksalmenu.cxx  |6 +-
 4 files changed, 32 insertions(+), 1 deletion(-)

New commits:
commit c9bcb29f3b733a1230f78e7a03aac1a02d856cf7
Author: Bjoern Michaelsen 
Date:   Wed Oct 14 15:39:11 2015 +0100

bring Unity menues to gtk3 too

Change-Id: I4eb9f4bf423febce89635654c0cf1199b79d6fb8

diff --git a/vcl/inc/unx/gtk/gtkdata.hxx b/vcl/inc/unx/gtk/gtkdata.hxx
index 6490eda..43ec0e1 100644
--- a/vcl/inc/unx/gtk/gtkdata.hxx
+++ b/vcl/inc/unx/gtk/gtkdata.hxx
@@ -179,6 +179,9 @@ public:
 #if !GTK_CHECK_VERSION(3,0,0)
 virtual bool Dispatch( XEvent *pEvent ) override;
 #endif
+#if GTK_CHECK_VERSION(3,0,0)
+void RefreshMenusUnity();
+#endif
 };
 
 inline GtkData* GetGtkSalData()
diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx
index e203392..7c2db5e 100644
--- a/vcl/unx/gtk/app/gtkdata.cxx
+++ b/vcl/unx/gtk/app/gtkdata.cxx
@@ -33,6 +33,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -1017,4 +1018,19 @@ void GtkSalDisplay::deregisterFrame( SalFrame* pFrame )
 SalGenericDisplay::deregisterFrame( pFrame );
 }
 
+#if GTK_CHECK_VERSION(3,0,0)
+void GtkSalDisplay::RefreshMenusUnity()
+{
+for(auto pSalFrame : m_aFrames) {
+auto pGtkSalFrame( static_cast(pSalFrame));
+GtkSalMenu* pSalMenu = 
static_cast(pGtkSalFrame->GetMenu());
+if(pSalMenu) {
+pSalMenu->Activate();
+pSalMenu->UpdateFull();
+}
+}
+
+}
+#endif
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/unx/gtk/window/gtksalframe.cxx 
b/vcl/unx/gtk/window/gtksalframe.cxx
index 6e52a13..1f1bf2c 100644
--- a/vcl/unx/gtk/window/gtksalframe.cxx
+++ b/vcl/unx/gtk/window/gtksalframe.cxx
@@ -669,7 +669,9 @@ gboolean ensure_dbus_setup( gpointer data )
 if(!pSessionBus)
 pSessionBus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL);
 if( !pSessionBus )
+{
 return FALSE;
+}
 
 // Create menu model and action group attached to this frame.
 GMenuModel* pMenuModel = G_MENU_MODEL( g_lo_menu_new() );
@@ -1462,6 +1464,12 @@ void GtkSalFrame::Init( SalFrame* pParent, 
SalFrameStyleFlags nStyle )
 }
 lcl_set_user_time(GTK_WINDOW(m_pWindow), nUserTime);
 }
+#else
+if( eWinType == GTK_WINDOW_TOPLEVEL )
+{
+// Enable DBus native menu if available.
+ensure_dbus_setup( this );
+}
 #endif
 
 if( bDecoHandling )
diff --git a/vcl/unx/gtk/window/gtksalmenu.cxx 
b/vcl/unx/gtk/window/gtksalmenu.cxx
index bb53b14..d34a98e 100644
--- a/vcl/unx/gtk/window/gtksalmenu.cxx
+++ b/vcl/unx/gtk/window/gtksalmenu.cxx
@@ -13,6 +13,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -375,7 +376,9 @@ static bool bInvalidMenus = false;
 static gboolean RefreshMenusUnity(gpointer)
 {
 SolarMutexGuard g;
-
+#if GTK_CHECK_VERSION(3,0,0)
+GetGtkSalData()->GetGtkDisplay()->RefreshMenusUnity();
+#else
 SalDisplay* pSalDisplay = vcl_sal::getSalDisplay(GetGenericData());
 std::list< SalFrame* >::const_iterator pSalFrame = 
pSalDisplay->getFrames().begin();
 std::list< SalFrame* >::const_iterator pEndSalFrame = 
pSalDisplay->getFrames().end();
@@ -388,6 +391,7 @@ static gboolean RefreshMenusUnity(gpointer)
 pSalMenu->UpdateFull();
 }
 }
+#endif
 bInvalidMenus = false;
 return FALSE;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 95018] LibreOffice Writer Freezes when user copy filename from Save As dialog box

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95018

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #2 from Beluga  ---
No freeze.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

Set to NEEDINFO.
Change back to UNCONFIRMED after you have tried the advice in comment 1.
Change to RESOLVED WORKSFORME, if the problem went away.

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


[Libreoffice-bugs] [Bug 95065] New: LO 5.0.2.2 Startup-failure

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95065

Bug ID: 95065
   Summary: LO 5.0.2.2 Startup-failure
   Product: LibreOffice
   Version: unspecified
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mh...@gmx.net

Created attachment 119616
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119616=edit
LO 502 starting and non-starting

casewise - with no reproducable reason - LO does not not come up
have a look at the attached screencapture:
in working state the memory-consumtion is abt 140 MB
in non-starting-case memory-consumption is 131 MB and hangs.

rgds
m.

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


[Libreoffice-bugs] [Bug 94471] Filtering does not react correctly, need to wait few seconds to see filter's items

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94471

raal  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
Summary|Filtering does not react|Filtering does not react
   |correctly   |correctly, need to wait few
   ||seconds to see filter's
   ||items
 Ever confirmed|0   |1
 Whiteboard||bibisectRequest perf
 OS|Windows (All)   |All

--- Comment #5 from raal  ---
Confirming.

Would now be nice to get a bibisect of the bug -
https://wiki.documentfoundation.org/QA/HowToBibisect

If you need help - feel free to jump into the QA Chat:
http://webchat.freenode.net/?channels=libreoffice-qa

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


[Libreoffice-bugs] [Bug 95049] Low performance with new version 5.0.2.2

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95049

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
If this happens with even a new document, you could try this:
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

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


[Libreoffice-bugs] [Bug 94847] RTL Page order

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94847

--- Comment #5 from Jonathan Joseph Chiarella  ---
To see page display as pop-up.

Have multiple pages. Having 8 pages of text will give you the feel of a book.

Format -> Page (right to left)

Insert -> header

Fornat -> Page -> Header tab

Same content on left and right UNCHECK.

Okay

Move screen focus to first page.

Move mouse to where footer is.

Stop.

Read blue pop-up. It says "Header (Right page)

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


[Libreoffice-bugs] [Bug 94847] RTL Page order

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94847

Jonathan Joseph Chiarella  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 95047] [LOCALHELP] Support for input of mathematical, statistical and economic formulas

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95047

--- Comment #3 from Lera  ---
Maybe I did not put the right meta tag. I propose to improve the editing of
еthe help.

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


[Libreoffice-bugs] [Bug 94614] crash on page style organizer tab, on the default template and russian localisation

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94614

--- Comment #18 from er  ---
для русского языка, пока исправляют, ошибку можно обходить так:
- переключиться на английский язык интерфейса LO, перезапустить LO
- зайти в calc, формат > страница
- выключить верхний или нижний колонтитул (или оба)
- сохранить файл как шаблон.
- установить шаблоном по умолчанию.
- переключиться обратно на русский язык в интерфейсе.
дальше все как удобно, но не включать оба колонтитула одновременно, иначе опять
будет падать.

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


[Libreoffice-bugs] [Bug 95068] New: Crash in autocorrect options

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95068

Bug ID: 95068
   Summary: Crash in autocorrect options
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: z...@interka.pl

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

1. Open writer
2. tools->autocorrect options
3. tab word completion
4. crash libreoffice whitout error number


My configuration

version of libreoffice 5.0.2.2 x64
system Vista (64) - my computer, windows 7 (64) - second computer.
Language version: polish

plug-ins:
Language tools 3.0
writer2latex 1.4
numbertext 0.95
pagination 1.3.10
texmath 0.41

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


[Libreoffice-bugs] [Bug 46037] Clean up uses of comphelper/configurationhelper.hxx

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46037

--- Comment #29 from kerem  ---
I sent following for this patch;

https://gerrit.libreoffice.org/#/c/19376/

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


[Bug 46037] Clean up uses of comphelper/configurationhelper.hxx

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46037

--- Comment #29 from kerem  ---
I sent following for this patch;

https://gerrit.libreoffice.org/#/c/19376/

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


[Libreoffice-bugs] [Bug 95061] New: EDITING: Animated image fractional duration fails

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95061

Bug ID: 95061
   Summary: EDITING: Animated image fractional duration fails
   Product: LibreOffice
   Version: 4.4.5.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dav...@asont.com

Note: This is an editing bug, not rendering.
Impress is able to make a functioning animated image from graphic primitives
only if the duration for each image is in whole seconds. To get less then one
second or any longer with fractional component (e.g. 1.5) you have to type the
number. When you do this, the image becomes static. This problem does not exist
in the latest version of OpenOffice or in the old Star Office 7, which I have
reinstalled just to confirm. This is not a rendering problem. Animated GIFs
(created under the old StarOffice) play correctly in the new Libre Impress.

I suspect that the difference between typing the duration and selecting it by
spinning is significant. I do a lot of Windows programming and have gotten so
sick and tired of spin control quirks that I have made my own class for them to
avoid problems like this.

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


[Libreoffice-bugs] [Bug 95037] Tabulation in twocolumn mode

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95037

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Version|5.0.2.2 release |3.5.0 release
 Ever confirmed|0   |1

--- Comment #2 from Beluga  ---
Confirmed.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

LibreOffice 3.5.0rc3 
Build ID: 7e68ba2-a744ebf-1f241b7-c506db1-7d53735

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


[Libreoffice-bugs] [Bug 95064] New: [Helpauthoring] Want a preview of the currently edit document

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95064

Bug ID: 95064
   Summary: [Helpauthoring] Want a preview of the currently edit
document
   Product: LibreOffice
   Version: 5.1.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 119615
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119615=edit
preview of .xhp files, but macro is not ready for general use

When editing a help file it is now only possible to see it as in the local
help, when you compile the help. It would be good to have a tool, that makes a
preview of the document, which you are currently editing.

I have made some experiments and put them into the attached macro.
If the actual help document is put into a jar container, and this jar file is
in the installed help folder, then you can get a view of that file in the help
viewer or in Writer/Web in a way, that embeds and pictures are resolved.

But it seems, that LibreOffice looks only once into this container and then
locks it. I can update the file, but not the updated version was shown but the
starting one. And I cannot insert a different file into the container and
cannot delete the container while LibreOffice is running. If someone knows, how
to unlock that file and make the local help aware of changes, please tell me.

You need not install the helpauthoring extension to test the macro. Copy the
macro into a module, load an .xhp document as encoded text in Writer or in
Writer/Web, and run the macro "PreviewCurrentDocument" while the .xhp document
is the actual window. The macro creates a file temp.jar in the help folder
"en-US". You can delete it after you have closed LibreOffice.

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


[Libreoffice-bugs] [Bug 70075] FILEOPEN: FILEOPEN: DOCX Import of vertical text-box imports wrong vertical alignment of text inside text-box

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70075

--- Comment #7 from Hannes  ---
comment on file posted 2015-10-14 / 17:10:25:
vertical text in text box is displayed incorrectly; the file contains 2
screenshots with 1-line text box and 3-line text box, in MS Word 2007 and after
opening in LO writer 5.0.1.2

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


[Libreoffice-bugs] [Bug 95048] Problem changing pie chart to bar chart

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95048

Beluga  changed:

   What|Removed |Added

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

--- Comment #1 from Beluga  ---
Confirmed.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: f830600ece806ec365a4839e79afabe183c5e36d
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-10-06_22:49:09
Locale: en-US (fi_FI)

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


[Libreoffice-bugs] [Bug 94632] Light sifr and breeze icon themes for dark OS themes

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94632

--- Comment #14 from andreas_k  ---
awesome love it thanks for making this patch

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


Re: tdf#50916 : Calc : Dynamic column container

2015-10-14 Thread Kohei Yoshida


> On October 14, 2015 at 11:18 AM Wols Lists  wrote:
> 
> 
> On 14/10/15 02:08, Kohei Yoshida wrote:
> > Also, this will be an on-going process.  This is not going to be like
> > "if you do A, B and C it's okay to increase the column size and no
> > problems will occur".  Rather, we'll probably encounter lots of
> > performance issues that we'll have to spend some time fixing after the
> > column size is increased.
> 
> Just throwing an idea into the mix...
> 
> Howsabout a function that, on being given the cell co-ordinates, returns
> a pointer to the cell. Force everything through that.

Its internal representation is no longer cell-based. So, there would be no
"pointer to cell" to return.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 95045] Text select freezes programme

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95045

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Does this happen in even a new document?
You could try this:
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the replies and profile
rename test.

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


[Libreoffice-bugs] [Bug 95066] New: UI: Show non-printing characters in Impress and via toolbar button

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95066

Bug ID: 95066
   Summary: UI: Show non-printing characters in Impress and via
toolbar button
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: martroot...@gmail.com

First, make it possible to show non-printing characters in Impress.
And then create a toolbar button and relevant keyboard shortcut like in Writer.

LO 5.0.2 does not have this function.

Rationale: The possibility to view non-printing characters allows people to
more easily weed out layout issues in text boxes.

It would be awesome if this made it into LO 5.1 or 5.2.

AFAIK, this functionality is not present in a major non-free presentation
program.

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


[Libreoffice-bugs] [Bug 92643] FILEOPEN save PNG with embedded animated GIF to just animated GIF (from PPT to ODP)

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92643

Joel Madero  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 95063] FILESAVE: Impress saves animated GIF as static

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95063

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jmadero@gmail.com
   Hardware|Other   |All
Version|4.4.5.2 release |Inherited From OOo
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=91
   ||349,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=92
   ||643
 Resolution|--- |DUPLICATE

--- Comment #1 from Joel Madero  ---
This is clearly a dupe.

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

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


[Libreoffice-bugs] [Bug 48085] Impress EXPORT: exporting animation to GIF performs without animation

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48085

Joel Madero  changed:

   What|Removed |Added

 CC||dav...@asont.com

--- Comment #6 from Joel Madero  ---
*** Bug 95063 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 91349] Animated gif converted to static gif in SVG export

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91349

Joel Madero  changed:

   What|Removed |Added

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

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


[Libreoffice-ux-advise] [Bug 95062] New: Add more options to embed fonts in documents

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95062

Bug ID: 95062
   Summary: Add more options to embed fonts in documents
   Product: LibreOffice
   Version: 5.0.0.5 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: ux-advise
  Assignee: libreoffice-b...@lists.freedesktop.org
  Reporter: diaz.bast...@openmailbox.org
CC: libreoffice-ux-advise@lists.freedesktop.org

Fedora 23 beta (64 bit)
LibreOffice version 5.0.0.5

This proposal comes from the strange current functioning of implementation.
Attached are two Writer files: In the first no fonts are embedded, (9.3 kB), in
the second  fonts are embedded (36.3 MB): Only 3 sentences are included with
the Tinos regular fonts. ()

https://dl.dropboxusercontent.com/u/5204736/Test%20embed%20font.zip

Since version 4.1 you can embed fonts in the OpenDocument documents, thereby
conserving design in systems without the fonts used.

Apparently, the implementation is not quite finished and not allow settings to
determine which fonts or font families to be included, to allow viewing or
editing the document.

Microsoft Office provides settings that helps reduce the size of the final
documents, reducing the types of font included on the document. See:
https://blogs.office.com/2015/07/06/document-font-embedding-demystified/

I suggest the following (
All include direct formatting and styles):

-Only include fonts used in the document
(default): This lets you share the document with security to keep the design
for reading/viewing, keeping to a minimum the additional size added to the
document,.
Example: If the Tinos font italic version is used, not including the rest of
the font family (Tinos regular, Tinos bold, etc). Impress use?

-Include family fonts used in the document: Similar to the above, but also the
families of fonts used are included. This also enables you to view the document
correctly, edit it without problems using the same styles.

-Exclude LibreOffice fonts: LibreOffice has a set of fonts that are distributed
with the application. If a user has the security to share your document with
LibreOffice user, enabling this option you can further reduce file size.


Cheers

-- 
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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 95062] New: Add more options to embed fonts in documents

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95062

Bug ID: 95062
   Summary: Add more options to embed fonts in documents
   Product: LibreOffice
   Version: 5.0.0.5 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: ux-advise
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: diaz.bast...@openmailbox.org
CC: libreoffice-ux-adv...@lists.freedesktop.org

Fedora 23 beta (64 bit)
LibreOffice version 5.0.0.5

This proposal comes from the strange current functioning of implementation.
Attached are two Writer files: In the first no fonts are embedded, (9.3 kB), in
the second  fonts are embedded (36.3 MB): Only 3 sentences are included with
the Tinos regular fonts. ()

https://dl.dropboxusercontent.com/u/5204736/Test%20embed%20font.zip

Since version 4.1 you can embed fonts in the OpenDocument documents, thereby
conserving design in systems without the fonts used.

Apparently, the implementation is not quite finished and not allow settings to
determine which fonts or font families to be included, to allow viewing or
editing the document.

Microsoft Office provides settings that helps reduce the size of the final
documents, reducing the types of font included on the document. See:
https://blogs.office.com/2015/07/06/document-font-embedding-demystified/

I suggest the following (
All include direct formatting and styles):

-Only include fonts used in the document
(default): This lets you share the document with security to keep the design
for reading/viewing, keeping to a minimum the additional size added to the
document,.
Example: If the Tinos font italic version is used, not including the rest of
the font family (Tinos regular, Tinos bold, etc). Impress use?

-Include family fonts used in the document: Similar to the above, but also the
families of fonts used are included. This also enables you to view the document
correctly, edit it without problems using the same styles.

-Exclude LibreOffice fonts: LibreOffice has a set of fonts that are distributed
with the application. If a user has the security to share your document with
LibreOffice user, enabling this option you can further reduce file size.


Cheers

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


[Libreoffice-bugs] [Bug 95063] New: FILESAVE: Impress saves animated GIF as static

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95063

Bug ID: 95063
   Summary: FILESAVE: Impress saves animated GIF as static
   Product: LibreOffice
   Version: 4.4.5.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dav...@asont.com

Bugs 91349 and 92643 are related to this but include specific extraneous
details that may obscure the root of the problem.

The problem is that exporting an animated image as GIF produces a static GIF of
just one of the constituent images. The latest version of OpenOffice also does
this. However, StarOffice 7 does not have the problem. Since all three programs
are very similar, it seems that the bug was introduced in the transition from
Star to Open and that Libre has inherited it from Open.

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


[Libreoffice-bugs] [Bug 95028] FILEOPEN DOC Unicode macrons in heading preceding table cause table cell collapse

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95028

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Summary|Unicode macrons in heading  |FILEOPEN DOC Unicode
   |preceding table cause table |macrons in heading
   |cell collapse   |preceding table cause table
   ||cell collapse
 Ever confirmed|0   |1

--- Comment #6 from Beluga  ---
I confirm the problem, but I can't get it to correct.
I removed the ā, saved & reloaded, but the text didn't jump to the correct
column.
I even deleted the whole heading and changed the style, but nothing worked.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 94982] Calc: Error opening XLS-file, created by export from FastReport v3.20

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94982

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Version|5.0.2.2 release |3.5.0 release
 Ever confirmed|0   |1
   Severity|normal  |major

--- Comment #3 from Beluga  ---
Confirmed.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

LibreOffice 3.5.0rc3 
Build ID: 7e68ba2-a744ebf-1f241b7-c506db1-7d53735

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


[Libreoffice-bugs] [Bug 94847] RTL Page order

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94847

--- Comment #7 from Jonathan Joseph Chiarella  ---
Sorry. Typing on smart phone screent. Made some misclicks rrying tozoom

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


[Libreoffice-bugs] [Bug 94614] crash on page style organizer tab, on the default template and russian localisation

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94614

--- Comment #20 from er  ---
(In reply to Lera from comment #19)
> install 4.4 - It is also an option

in 5.0.1.2 no this error too, but downgrade ;)

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


[Libreoffice-bugs] [Bug 95061] EDITING: Animated image fractional duration fails

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95061

David McCracken  changed:

   What|Removed |Added

 CC||dav...@asont.com

--- Comment #1 from David McCracken  ---
1. The problem does not exist in the latest release of OpenOffice.
2. The problem does not occur when the duration is selected by clicking up/down
of the spin control.

Lines of inquiry:
1. Spin controls are integer. To get fractional data you need to use scaled
integers.
2. Spin controls send a lot of messages, most of which can be ignored; but then
something really important gets missed.
3. Since this problem doesn't exist in OpenOffice, it seems likely that someone
overlooked the nasty complexities involved in spin controls.
4. Since the problem also doesn't exist in StarOffice, it is a newly introduced
bug in the Libre branch.

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


[Libreoffice-bugs] [Bug 94471] Filtering does not react correctly

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94471

--- Comment #4 from Adolfo  ---
Yes, that's what I meant, you're right, not a bug properly.
Let me explain, now tested on a machine of great capacity and after a few
seconds the filter items appear; however, we use generally some older machines
and these are no longer few seconds, become many seconds to wait and thought
that an error occurred and this caused that we insisted on pressing filtering.

This situation does not arise in LibreOffice Calc version 4, wherein the filter
is instantaneous.

Thank you for your fast answer.

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


[Libreoffice-bugs] [Bug 95064] [Helpauthoring] Want a preview of the currently edit document

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95064

Regina Henschel  changed:

   What|Removed |Added

 Attachment #119615|application/vnd.softmaker.b |text/plain
  mime type|asicmaker   |

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


[Libreoffice-bugs] [Bug 94847] RTL Page order

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94847

--- Comment #4 from Jonathan Joseph Chiarella  ---
There are several ways.

One is to create a header and have it be NOT same on left and right.

Now hover mouse over the header on the first page.

It says right page.

As I wrote, in RTL contexts orvertical then RTL contexts, page 1 is on the
left.

Then you turn the page/open the booklet etc

Now you have page 2 on right andpage 3 on left.

In Fornat-> Page if I change the page order direction, the first page does NOT
change it should.

As proof,now set the page margins to mirrored. Set an outer margin of 10 cm.

The outer margin on the first page is now a 10cm on the right side. The only
way the outer margin could be on the right sideof the first page is if the
first page is indeed set to be, incorrectly here, the rightside page.

I finally noticed the book view mode toggle (next to multipage view). the pages
are displayed side by side in pairs. The page order in display and joining of
inner margins shows that Libreoffice is behaving wrong.

In RTL page flow direction, page 1 is a single page on the right or is the
front cover of a closed booklet/pamphlet. Opening the pamphlet/turning the page
will then reveal the first pair of page faces. The backside of page 1 is page 2
and is now on the right side. Page 3 is part of a new sheetof paper. Page 3
ison the left side.

LTR book

Nothing - Page 1 (or front cover)
Page 2 - Page 3
Page 4 - Page 5
Page 6 - Page 7
Page 8 (or back cover) - Nothing


RTL book (this is what it SHOULD be)

Page 1 (or front cover) - Nothing
Page 3 - Page 2
Page 5 - Page 4
Page 7 - Page 6
Nothing - Page 8 (or back cover)

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


[Libreoffice-bugs] [Bug 94985] mixed text and graphics

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94985

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jmadero@gmail.com
 Ever confirmed|0   |1

--- Comment #3 from Joel Madero  ---
Please attach a sample document then set to UNCONFIRMED

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


[Libreoffice-bugs] [Bug 95047] [LOCALHELP] Support for input of mathematical, statistical and economic formulas

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95047

--- Comment #1 from Regina Henschel  ---
Please have a look at
https://wiki.openoffice.org/wiki/Documentation/How_Tos/Calc:_Functions_listed_alphabetically
and the definitions there.

For the local help it can only be solved, if we get a different, more
up-to-date build-in browser. Then writing in MathML would be possible.

But if you look at the amount of functions, that would be a really huge work. I
think, that it is better to take the already existing descriptions on the Wiki
and improve them and add the missing functions. The local help then needs to
have a link to the description in the Wiki for each function.

As far as I see, the function content on the AOO Wiki is under ALv2 license. So
it would be possible to copy it over into the Wiki of The Document Foundation.
But whether to do that is a political affair.

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


[Libreoffice-bugs] [Bug 95039] Calc Fatal Error - SEH Exception: Access Violation

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95039

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
If you can't share the original file, you could anonymize it:
https://wiki.documentfoundation.org/QA/Bugzilla/Sanitizing_Files_Before_Submission#Sanitize_file_text
Hopefully you could still reproduce the crash with the anonymized file.

You might try to get a backtrace of the crash:
https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg

Without the file we can't reproduce this.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided more information/the file.

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


[Libreoffice-bugs] [Bug 95067] New: UI: Subtotal tool option to use subtotal functions that exclude hidden cells

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95067

Bug ID: 95067
   Summary: UI: Subtotal tool option to use subtotal functions
that exclude hidden cells
   Product: LibreOffice
   Version: 4.4.0.3 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tmac...@gmail.com

This is an enhancement request for the subtotals tool (Data->Subtotals) to
support inserting subtotal functions that exclude hidden rows from their
calculations.

The subtotal function (not tool) uses a number sequence to define which
subtotal action to perform (1=avg, 2=count, 3=counta, etc...).  They also have
alternative codes that tell the subtotal function to exclude any hidden cells
in the affected range.  These codes are the same numbers+100 (101=avg,
102=count, 103=counta, etc...).  They're defined in
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#__RefHeading__1018580_715980110

Users typically use the subtotal tool to sort their data and automatically
insert subtotal rows which use the subtotal function.  It would be nice to have
a simple checkbox in the subtotal tool dialog to tell the tool to insert the
alternative "100-level" subtotal functions.  Then users could simple hide
certain rows to have them automatically removed from their totals.

Note that bug 93171 keeps these 100-level subtotal functions from recalculating
properly.

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


[Libreoffice-commits] core.git: vcl/unx

2015-10-14 Thread Bjoern Michaelsen
 vcl/unx/gtk/window/gtksalframe.cxx |   10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

New commits:
commit 642204067c6217190074a560106b3e238c9d9a73
Author: Bjoern Michaelsen 
Date:   Wed Oct 14 18:13:43 2015 +0100

fix build against glib < 2.36 (w/o gmenu)

Change-Id: Ia60195d48717dc87c8a8a5753477604cbdd0c79e

diff --git a/vcl/unx/gtk/window/gtksalframe.cxx 
b/vcl/unx/gtk/window/gtksalframe.cxx
index 1f1bf2c..ebc8516 100644
--- a/vcl/unx/gtk/window/gtksalframe.cxx
+++ b/vcl/unx/gtk/window/gtksalframe.cxx
@@ -1449,7 +1449,6 @@ void GtkSalFrame::Init( SalFrame* pParent, 
SalFrameStyleFlags nStyle )
 
 InitCommon();
 
-#if !GTK_CHECK_VERSION(3,0,0)
 if( eWinType == GTK_WINDOW_TOPLEVEL )
 {
 #ifdef ENABLE_GMENU_INTEGRATION
@@ -1457,20 +1456,15 @@ void GtkSalFrame::Init( SalFrame* pParent, 
SalFrameStyleFlags nStyle )
 ensure_dbus_setup( this );
 #endif
 
+#if !GTK_CHECK_VERSION(3,0,0)
 guint32 nUserTime = 0;
 if( (nStyle & 
(SalFrameStyleFlags::OWNERDRAWDECORATION|SalFrameStyleFlags::TOOLWINDOW)) == 
SalFrameStyleFlags::NONE )
 {
 nUserTime = gdk_x11_get_server_time(GTK_WIDGET 
(m_pWindow)->window);
 }
 lcl_set_user_time(GTK_WINDOW(m_pWindow), nUserTime);
-}
-#else
-if( eWinType == GTK_WINDOW_TOPLEVEL )
-{
-// Enable DBus native menu if available.
-ensure_dbus_setup( this );
-}
 #endif
+}
 
 if( bDecoHandling )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: broke master

2015-10-14 Thread Bjoern Michaelsen
On Wed, Oct 14, 2015 at 06:32:22PM +0100, Bjoern Michaelsen wrote:
> if someone didnt fix up my mess in the meantime.

Ignore me, I found a pushable wifi.

Best, Bjoern
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 49073] FILEOPEN: Furigana (ruby text) and characters with them are missing in opened .docx files.

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49073

--- Comment #11 from Gaël Rousseau  ---
This bug is still present in version 5.0.2.2 on Ubuntu 14.04 LTS 32 bits. There
is absolutely no change in the bug's behaviour.

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


[Libreoffice-bugs] [Bug 95067] UI: Subtotal tool option to use subtotal functions that exclude hidden cells

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95067

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jmadero@gmail.com
 Ever confirmed|0   |1
 Whiteboard||needsDevEval

--- Comment #1 from Joel Madero  ---
Valid request - might even be an easy hack.

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


[Libreoffice-bugs] [Bug 94614] crash on page style organizer tab, on the default template and russian localisation

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94614

--- Comment #19 from Lera  ---
install 4.4 - It is also an option

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


[Libreoffice-commits] core.git: Branch 'libreoffice-4-4-6' - sc/source

2015-10-14 Thread Eike Rathke
 sc/source/ui/docshell/externalrefmgr.cxx |   16 
 1 file changed, 16 insertions(+)

New commits:
commit 1f3917feab8fb2630443a580c67fb9a7835098b9
Author: Eike Rathke 
Date:   Fri Oct 9 09:49:01 2015 +0200

Resolves: tdf#93613 let referenced document evaluate macro config

... if the current document allows macros.

Change-Id: I927981334e27d073696286ba680777a645d53653
(cherry picked from commit 8e2acdbcbd3afc1777d6e68a83ebbe6d8dd77645)
Reviewed-on: https://gerrit.libreoffice.org/19267
Reviewed-by: Caolán McNamara 
Reviewed-by: Adolfo Jayme Barrientos 
Reviewed-by: Markus Mohrhard 
Tested-by: Markus Mohrhard 

diff --git a/sc/source/ui/docshell/externalrefmgr.cxx 
b/sc/source/ui/docshell/externalrefmgr.cxx
index baf3c69..d9e61f6 100644
--- a/sc/source/ui/docshell/externalrefmgr.cxx
+++ b/sc/source/ui/docshell/externalrefmgr.cxx
@@ -55,6 +55,7 @@
 #include "scmatrix.hxx"
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -2355,6 +2356,21 @@ SfxObjectShellRef 
ScExternalRefManager::loadSrcDocument(sal_uInt16 nFileId, OUSt
 // make medium hidden to prevent assertion from progress bar
 pSet->Put( SfxBoolItem(SID_HIDDEN, true) );
 
+// If the current document is allowed to execute macros then the referenced
+// document may execute macros according to the security configuration.
+SfxObjectShell* pShell = mpDoc->GetDocumentShell();
+if (pShell)
+{
+SfxMedium* pMedium = pShell->GetMedium();
+if (pMedium)
+{
+const SfxPoolItem* pItem;
+if (pMedium->GetItemSet()->GetItemState( SID_MACROEXECMODE, false, 
 ) == SfxItemState::SET &&
+static_cast(pItem)->GetValue() != 
css::document::MacroExecMode::NEVER_EXECUTE)
+pSet->Put( SfxUInt16Item( SID_MACROEXECMODE, 
css::document::MacroExecMode::USE_CONFIG));
+}
+}
+
 unique_ptr pMedium(new SfxMedium(aFile, STREAM_STD_READ, 
pFilter, pSet));
 if (pMedium->GetError() != ERRCODE_NONE)
 return NULL;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 95066] UI: Show non-printing characters in Impress and via toolbar button

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95066

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jmadero@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Joel Madero  ---
Valid request.

FYI: Enhancements are tackled by volunteers thus we give no ETA's. There is
almost no chance this makes it into 5.1 or 5.2 - it could be done tomorrow, it
could be done never. It depends on a volunteer finding it interesting (amongst
thousands of reports and enhancement requests).

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


[Libreoffice-bugs] [Bug 95032] Border colour "clear" not retained

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95032

Beluga  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Version|5.0.2.2 release |4.3.0.1 rc
 Ever confirmed|0   |1
 Whiteboard||bibisectRequest
   Severity|normal  |minor

--- Comment #4 from Beluga  ---
Reproduced, but not seen in 3.5.0, so regression.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

4.3.0.1

LibreOffice 3.5.0rc3 
Build ID: 7e68ba2-a744ebf-1f241b7-c506db1-7d53735

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


[Libreoffice-bugs] [Bug 94632] Light sifr and breeze icon themes for dark OS themes

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94632

--- Comment #13 from Yousuf (Jay) Philips  ---
Created attachment 119614
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119614=edit
screenshot of breeze and sifr

Attached is a screenshot of writer's toolbars in sifr and breeze with tomaz's
patch on a dark theme versus my default light theme and standard icons.

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


[Libreoffice-bugs] [Bug 95047] [LOCALHELP] Support for input of mathematical, statistical and economic formulas

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95047

--- Comment #2 from Lera  ---
Thank you, Regina.
But what the wiki OOo has requires serious revision. I will spend as much time
to create beautiful formulas in the form of images as to copy from the wiki
OOo. In addition, it will still be an image, not text that can either improve,
without use additional editors.

Regarding the description of the formulas, I think it was taken from
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.хтмл or
earlier. The operation of LO functions  may have a different character, in
addition, description the functions only brief hints, but not as an article of
Help.

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


[Libreoffice-bugs] [Bug 70075] FILEOPEN: FILEOPEN: DOCX Import of vertical text-box imports wrong vertical alignment of text inside text-box

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70075

--- Comment #6 from Hannes  ---
Created attachment 119617
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119617=edit
comparison docx in MS Word 2007 to LO Writer 5.0.1.2

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


[Libreoffice-bugs] [Bug 95050] Font background atttribute in styles: no UI to modify fo:background-color

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95050

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Could you attach an example document, so we can quickly confirm?

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the document.

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


[Libreoffice-commits] core.git: vcl/unx

2015-10-14 Thread Tor Lillqvist
 vcl/unx/gtk/app/gtkdata.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit f0f6077dc51a20dfa0387d4e68eb677e50ab76cd
Author: Tor Lillqvist 
Date:   Wed Oct 14 21:19:35 2015 +0300

WaE: loplugin:staticmethods

Change-Id: I2dd4ace6d884ba59820814e23a8e55d9b0e60ef6

diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx
index 6dc0cbf..94d069d 100644
--- a/vcl/unx/gtk/app/gtkdata.cxx
+++ b/vcl/unx/gtk/app/gtkdata.cxx
@@ -1030,6 +1030,8 @@ void GtkSalDisplay::RefreshMenusUnity()
 pSalMenu->UpdateFull();
 }
 }
+#else
+(void) this;
 #endif
 }
 #endif
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-10-14 Thread Douglas Mencken
 avmedia/source/quicktime/manager.mm |4 ++--
 avmedia/source/quicktime/player.mm  |   35 ++-
 avmedia/source/quicktime/window.mm  |6 +++---
 3 files changed, 27 insertions(+), 18 deletions(-)

New commits:
commit c8b31f089d7c2f172567968ee9a5299c6aa55127
Author: Douglas Mencken 
Date:   Tue Oct 13 13:02:54 2015 -0400

avmedia/quicktime: replace OSL_TRACE with SAL_INFO

Change-Id: Ic001787cbb0b08242f74331c54a597103b8d2648
Reviewed-on: https://gerrit.libreoffice.org/19351
Reviewed-by: Noel Grandin 
Tested-by: Noel Grandin 

diff --git a/avmedia/source/quicktime/manager.mm 
b/avmedia/source/quicktime/manager.mm
index f4e8192..2e271f0 100644
--- a/avmedia/source/quicktime/manager.mm
+++ b/avmedia/source/quicktime/manager.mm
@@ -32,7 +32,7 @@ namespace avmedia { namespace quicktime {
 Manager::Manager( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
 mxMgr( rxMgr )
 {
-OSL_TRACE( "avmediaquicktime: Manager::Manager" );
+SAL_INFO( "avmedia.quicktime", "Manager::Manager" );
 }
 
 
@@ -50,7 +50,7 @@ uno::Reference< media::XPlayer > SAL_CALL 
Manager::createPlayer( const ::rtl::OU
 uno::Reference< media::XPlayer >xRet( pPlayer );
 INetURLObject   aURL( rURL );
 
-OSL_TRACE( "avmediaquicktime: Manager::createPlayer" );
+SAL_INFO( "avmedia.quicktime", "Manager::createPlayer" );
 
 if( !pPlayer->create( aURL.GetMainURL( INetURLObject::DECODE_UNAMBIGUOUS ) 
)  )
 xRet = uno::Reference< media::XPlayer >();
diff --git a/avmedia/source/quicktime/player.mm 
b/avmedia/source/quicktime/player.mm
index 78a11a7..9b84d96 100644
--- a/avmedia/source/quicktime/player.mm
+++ b/avmedia/source/quicktime/player.mm
@@ -97,9 +97,9 @@ bool Player::create( const ::rtl::OUString& rURL )
 }
 if( pErr )
 {
-OSL_TRACE( "NSMovie create failed with error %ld (%s)",
-   (long)[pErr code],
-   [[pErr localizedDescription] UTF8String]
+SAL_INFO ( "avmedia.quicktime",
+   "NSMovie create failed with error " << (long)[pErr 
code] <<
+   " (" << [[pErr localizedDescription] UTF8String] << ")"
);
 }
 [pool release];
@@ -113,7 +113,7 @@ bool Player::create( const ::rtl::OUString& rURL )
 void SAL_CALL Player::start(  )
 throw (uno::RuntimeException)
 {
-  OSL_TRACE ("Player::start");
+  SAL_INFO ( "avmedia.quicktime", "Player::start" );
 
   if( mpMovie )
   {
@@ -126,7 +126,7 @@ void SAL_CALL Player::start(  )
 void SAL_CALL Player::stop(  )
 throw (uno::RuntimeException)
 {
-OSL_TRACE ("Player::stop");
+SAL_INFO ( "avmedia.quicktime", "Player::stop" );
 if( mpMovie )
 {
 [mpMovie stop];
@@ -173,7 +173,7 @@ double SAL_CALL Player::getDuration(  )
 void SAL_CALL Player::setMediaTime( double fTime )
 throw (uno::RuntimeException)
 {
-OSL_TRACE ("Player::setMediaTime");
+SAL_INFO ( "avmedia.quicktime", "Player::setMediaTime" );
 
 if ( mpMovie )
 {
@@ -205,7 +205,8 @@ double SAL_CALL Player::getMediaTime(  )
 void SAL_CALL Player::setPlaybackLoop( sal_Bool bSet )
 throw (uno::RuntimeException)
 {
-OSL_TRACE ("Player::setPlaybackLoop? %s", bSet?"True":"False" );
+SAL_INFO ( "avmedia.quicktime",
+   "Player::setPlaybackLoop ? " << ( bSet?"True":"False" ) );
 
 if(bSet)
 {
@@ -224,7 +225,8 @@ sal_Bool SAL_CALL Player::isPlaybackLoop(  )
 {
 bool bRet = [[mpMovie attributeForKey:QTMovieLoopsAttribute] boolValue];
 
-OSL_TRACE ("Player::isPlaybackLoop ? %s", bRet?"True":"False" );
+SAL_INFO ( "avmedia.quicktime",
+   "Player::isPlaybackLoop ? " << ( bRet?"True":"False" ) );
 
 return bRet;
 }
@@ -234,7 +236,10 @@ sal_Bool SAL_CALL Player::isPlaybackLoop(  )
 void SAL_CALL Player::setMute( sal_Bool bSet )
 throw (uno::RuntimeException)
 {
-OSL_TRACE( "set mute: %d muted: %d unmuted volume: %lf", bSet, mbMuted, 
mnUnmutedVolume );
+SAL_INFO ( "avmedia.quicktime",
+   "set mute: " << bSet <<
+   " muted: " << mbMuted <<
+   " unmuted volume: " << mnUnmutedVolume );
 
 // change the volume to 0 or the unmuted volume
 if(  mpMovie && mbMuted != bool(bSet) )
@@ -250,7 +255,7 @@ void SAL_CALL Player::setMute( sal_Bool bSet )
 sal_Bool SAL_CALL Player::isMute(  )
 throw (uno::RuntimeException)
 {
-OSL_TRACE ("Player::isMuted");
+SAL_INFO ( "avmedia.quicktime", "Player::isMuted" );
 
 return mbMuted;
 }
@@ -271,7 +276,9 @@ void SAL_CALL Player::setVolumeDB( sal_Int16 nVolumeDB )
 mnUnmutedVolume = pow( 10.0, nVolumeDB / 20.0 );
 }
 
-OSL_TRACE( "set volume: %d gst volume: %f", nVolumeDB, mnUnmutedVolume );
+SAL_INFO ( "avmedia.quicktime",
+   "set volume: " << nVolumeDB <<
+  

[Libreoffice-bugs] [Bug 94616] easy cell calculations give error 509

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94616

raal  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-commits] core.git: include/vcl vcl/source

2015-10-14 Thread Bryan Quigley
 include/vcl/outdev.hxx  |3 --
 include/vcl/window.hxx  |6 
 vcl/source/outdev/wallpaper.cxx |   57 +++-
 3 files changed, 10 insertions(+), 56 deletions(-)

New commits:
commit fe4412c8850bd1212dce786510dd61ddd6c43b36
Author: Bryan Quigley 
Date:   Thu Oct 8 16:23:28 2015 -0400

Unused code removal DrawGradientWallpaper

Doesn't appear needed on Linux and tests have shown it isn't
needed on Windows or Mac either.

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

diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index f4cbc5f..33908fc 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -999,9 +999,6 @@ public:
 virtual voidErase();
 virtual voidErase( const Rectangle& rRect ) { 
DrawWallpaper( rRect, GetBackground() ); }
 
-protected:
-virtual voidDrawGradientWallpaper( long nX, long nY, long 
nWidth, long nHeight, const Wallpaper& rWallpaper );
-
 private:
 SAL_DLLPRIVATE void DrawWallpaper( long nX, long nY, long nWidth, 
long nHeight, const Wallpaper& rWallpaper );
 SAL_DLLPRIVATE void DrawColorWallpaper( long nX, long nY, long 
nWidth, long nHeight, const Wallpaper& rWallpaper );
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 308760b..9e0bbbc 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -812,12 +812,6 @@ protected:
 virtual voidClipToPaintRegion( Rectangle& rDstRect 
) override;
 virtual boolUsePolyPolygonForComplexGradient() 
override;
 
-virtual void DrawGradientWallpaper(long nX, long nY, long nWidth, long 
nHeight,
-   const Wallpaper& rWallpaper) override
-{
-OutputDevice::DrawGradientWallpaper(nX, nY, nWidth, nHeight, 
rWallpaper);
-}
-
 virtual void ApplySettings(vcl::RenderContext& rRenderContext);
 public:
 boolHasMirroredGraphics() const override;
diff --git a/vcl/source/outdev/wallpaper.cxx b/vcl/source/outdev/wallpaper.cxx
index 175f0d1..1819f93 100644
--- a/vcl/source/outdev/wallpaper.cxx
+++ b/vcl/source/outdev/wallpaper.cxx
@@ -60,8 +60,6 @@ void OutputDevice::DrawWallpaper( long nX, long nY,
 
 if( rWallpaper.IsBitmap() )
 DrawBitmapWallpaper( nX, nY, nWidth, nHeight, rWallpaper );
-else if( rWallpaper.IsGradient() )
-DrawGradientWallpaper( nX, nY, nWidth, nHeight, rWallpaper );
 else
 DrawColorWallpaper(  nX, nY, nWidth, nHeight, rWallpaper );
 }
@@ -119,7 +117,6 @@ void OutputDevice::DrawBitmapWallpaper( long nX, long nY,
 const WallpaperStyle eStyle = rWallpaper.GetStyle();
 const bool bOldMap = mbMap;
 bool bDrawn = false;
-bool bDrawGradientBackground = false;
 bool bDrawColorBackground = false;
 
 if( pCached )
@@ -134,34 +131,24 @@ void OutputDevice::DrawBitmapWallpaper( long nX, long nY,
 // draw background
 if( bTransparent )
 {
-if( rWallpaper.IsGradient() )
-bDrawGradientBackground = true;
-else
+if( !pCached && !rWallpaper.GetColor().GetTransparency() )
 {
-if( !pCached && !rWallpaper.GetColor().GetTransparency() )
-{
-ScopedVclPtrInstance< VirtualDevice > aVDev(  *this  );
-aVDev->SetBackground( rWallpaper.GetColor() );
-aVDev->SetOutputSizePixel( Size( nBmpWidth, nBmpHeight ) );
-aVDev->DrawBitmapEx( Point(), aBmpEx );
-aBmpEx = aVDev->GetBitmap( Point(), 
aVDev->GetOutputSizePixel() );
-}
-
-bDrawColorBackground = true;
+ScopedVclPtrInstance< VirtualDevice > aVDev(  *this  );
+aVDev->SetBackground( rWallpaper.GetColor() );
+aVDev->SetOutputSizePixel( Size( nBmpWidth, nBmpHeight ) );
+aVDev->DrawBitmapEx( Point(), aBmpEx );
+aBmpEx = aVDev->GetBitmap( Point(), aVDev->GetOutputSizePixel() );
 }
+
+bDrawColorBackground = true;
 }
 else if( eStyle != WallpaperStyle::Tile && eStyle != WallpaperStyle::Scale 
)
 {
-if( rWallpaper.IsGradient() )
-bDrawGradientBackground = true;
-else
-bDrawColorBackground = true;
+bDrawColorBackground = true;
 }
 
 // background of bitmap?
-if( bDrawGradientBackground )
-DrawGradientWallpaper( nX, nY, nWidth, nHeight, rWallpaper );
-else if( bDrawColorBackground && bTransparent )
+if( bDrawColorBackground && bTransparent )
 {
 DrawColorWallpaper( nX, nY, nWidth, nHeight, rWallpaper );
 bDrawColorBackground = false;
@@ -343,28 +330,4 @@ void 

[Libreoffice-commits] core.git: starmath/Library_sm.mk

2015-10-14 Thread Stephan Bergmann
 starmath/Library_sm.mk |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 866f25abe22daf942ee63574a43ac05ee3cd0442
Author: Stephan Bergmann 
Date:   Wed Oct 14 08:47:09 2015 +0200

Fix gb_Library_use_externals call

...from d8f46f854ee64ad9fe6356a8d4b30f98f3b20135 "enable ICU_HEADER 
includes for
starmath"

Change-Id: Idcafaeb6a43c4aa423a2c7a7ea4669d4fdaf3744

diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk
index 6aa75b3..0b05af9 100644
--- a/starmath/Library_sm.mk
+++ b/starmath/Library_sm.mk
@@ -25,7 +25,10 @@ $(eval $(call gb_Library_add_defs,sm,\
-DSM_DLLIMPLEMENTATION \
 ))
 
-$(eval $(call gb_Library_use_external,sm,boost_headers,icu_headers))
+$(eval $(call gb_Library_use_externals,sm, \
+boost_headers \
+icu_headers \
+))
 
 $(eval $(call gb_Library_use_custom_headers,sm,\
officecfg/registry \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: configure.ac

2015-10-14 Thread Stephan Bergmann
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8cd15d5356e26952a43b06abf875c47a086bbdf1
Author: Stephan Bergmann 
Date:   Wed Oct 14 08:25:29 2015 +0200

Lost space

...from 233bfee7046ecd4cbc45647ee8908ce9135e7276 "Emscripten: Don't build
liblangtag"

Change-Id: I31e3bd0555086105e0bc0704abb86a4acd0b96d5

diff --git a/configure.ac b/configure.ac
index 9d07a75..bea2484 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11746,7 +11746,7 @@ ENABLE_LIBLANGTAG=
 SYSTEM_LIBLANGTAG=
 AC_MSG_CHECKING([whether to use liblangtag])
 if test "$enable_liblangtag" = "yes" -o \
-\( "$enable_liblangtag" = "" -a $_os != Android -a $_os != iOS -a $_os 
!= Emscripten\); then
+\( "$enable_liblangtag" = "" -a $_os != Android -a $_os != iOS -a $_os 
!= Emscripten \); then
 ENABLE_LIBLANGTAG=TRUE
 AC_MSG_RESULT([yes])
 AC_MSG_CHECKING([whether to use system liblangtag])
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: formula/source fpicker/source fpicker/test

2015-10-14 Thread Noel Grandin
 formula/source/core/api/FormulaOpCodeMapperObj.cxx  |   18 -
 fpicker/source/aqua/AquaFilePickerDelegate.mm   |6 
 fpicker/source/aqua/FilterHelper.hxx|   14 -
 fpicker/source/aqua/FilterHelper.mm |   16 -
 fpicker/source/aqua/SalAquaFilePicker.hxx   |   95 +++
 fpicker/source/aqua/SalAquaFilePicker.mm|2 
 fpicker/source/aqua/SalAquaFolderPicker.hxx |   36 +-
 fpicker/source/aqua/SalAquaPicker.hxx   |6 
 fpicker/source/office/OfficeControlAccess.cxx   |2 
 fpicker/source/office/OfficeControlAccess.hxx   |   24 -
 fpicker/source/office/OfficeFilePicker.cxx  |6 
 fpicker/source/office/OfficeFilePicker.hxx  |  132 
+-
 fpicker/source/office/OfficeFolderPicker.cxx|4 
 fpicker/source/office/OfficeFolderPicker.hxx|   44 +--
 fpicker/source/office/RemoteFilesDialog.cxx |8 
 fpicker/source/office/RemoteFilesDialog.hxx |   12 
 fpicker/source/office/asyncfilepicker.cxx   |2 
 fpicker/source/office/asyncfilepicker.hxx   |2 
 fpicker/source/office/commonpicker.cxx  |2 
 fpicker/source/office/commonpicker.hxx  |   56 ++--
 fpicker/source/office/fpdialogbase.hxx  |   12 
 fpicker/source/office/fpinteraction.cxx |2 
 fpicker/source/office/fpinteraction.hxx |   14 -
 fpicker/source/office/fpsmartcontent.cxx|2 
 fpicker/source/office/fpsmartcontent.hxx|   12 
 fpicker/source/office/iodlg.cxx |8 
 fpicker/source/office/iodlg.hxx |   39 +-
 fpicker/source/office/iodlgimp.hxx  |6 
 fpicker/source/win32/filepicker/FilePicker.cxx  |2 
 fpicker/source/win32/filepicker/FilePicker.hxx  |  110 
 fpicker/source/win32/filepicker/WinFileOpenImpl.cxx |4 
 fpicker/source/win32/filepicker/WinFileOpenImpl.hxx |   56 ++--
 fpicker/source/win32/filepicker/asynceventnotifier.hxx  |8 
 fpicker/source/win32/filepicker/controlaccess.hxx   |4 
 fpicker/source/win32/filepicker/controlcommand.cxx  |4 
 fpicker/source/win32/filepicker/controlcommand.hxx  |8 
 fpicker/source/win32/filepicker/controlcommandresult.hxx|6 
 fpicker/source/win32/filepicker/dibpreview.hxx  |   16 -
 fpicker/source/win32/filepicker/eventnotification.hxx   |2 
 fpicker/source/win32/filepicker/filepickereventnotification.hxx |   14 -
 fpicker/source/win32/filepicker/filepickerstate.cxx |6 
 fpicker/source/win32/filepicker/filepickerstate.hxx |   18 -
 fpicker/source/win32/filepicker/previewadapter.cxx  |4 
 fpicker/source/win32/filepicker/previewadapter.hxx  |6 
 fpicker/source/win32/filepicker/previewbase.cxx |8 
 fpicker/source/win32/filepicker/previewbase.hxx |   22 -
 fpicker/source/win32/filepicker/workbench/Test_fps.cxx  |   44 +--
 fpicker/source/win32/folderpicker/FolderPicker.hxx  |   34 +-
 fpicker/source/win32/folderpicker/FopEvtDisp.hxx|2 
 fpicker/source/win32/folderpicker/WinFOPImpl.cxx|6 
 fpicker/source/win32/folderpicker/WinFOPImpl.hxx|8 
 fpicker/source/win32/folderpicker/workbench/Test_fops.cxx   |2 
 fpicker/source/win32/misc/WinImplHelper.cxx |2 
 fpicker/source/win32/misc/WinImplHelper.hxx |   32 +-
 fpicker/test/svdem.cxx  |   14 -
 55 files changed, 507 insertions(+), 517 deletions(-)

New commits:
commit ba974ccc8c49766542ddd727c95ecc5db1cff198
Author: Noel Grandin 
Date:   Tue Oct 13 14:19:14 2015 +0200

com::sun::star->css in fpicker/

Change-Id: I211687bfeaf456e0f9639567bff401083011cd74
Reviewed-on: https://gerrit.libreoffice.org/19353
Tested-by: Jenkins 
Reviewed-by: Noel Grandin 

diff --git a/formula/source/core/api/FormulaOpCodeMapperObj.cxx 
b/formula/source/core/api/FormulaOpCodeMapperObj.cxx
index 21b0f22..eec37df 100644
--- a/formula/source/core/api/FormulaOpCodeMapperObj.cxx
+++ b/formula/source/core/api/FormulaOpCodeMapperObj.cxx
@@ -45,25 +45,25 @@ FormulaOpCodeMapperObj::~FormulaOpCodeMapperObj()
 }
 
 ::sal_Int32 SAL_CALL FormulaOpCodeMapperObj::getOpCodeExternal()
-throw (::com::sun::star::uno::RuntimeException, std::exception)
+   

  1   2   3   4   5   6   7   8   9   >