[Libreoffice-bugs] [Bug 98125] fileopen: Seem to work flawlessly. At some point it will freeze when opening a non recent file

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

--- Comment #19 from Buovjaga  ---
(In reply to ronvarburg from comment #18)
> https://support.microsoft.com/en-us/kb/241215 discusses the Userdump.exe
> tool. The page explicitly mentions dump file of a hang process.
> Can you comment?
> I didn't install it, don't know if it supports old cpus, not sure if XP SP3
> is supported, and so on. In general I would like detailed instructions, like
> what you have for  href="https://wiki.documentfoundation.org/
> How_to_get_a_backtrace_with_WinDbg">WinDbg.
> 
> Will analyzing a forcefully closed soffice.bin from the Task manager
> (ctrl-alt-del) by WinDbg, likely to give meaningful results?

I finally got the word from devs that forceful closing a hanging LibreOffice on
Windows will not help in getting a trace. Such a procedure only works on OS X
it seems.

I have no experience with Userdump.exe

Do you have a plan to move away from WinXP in the near future?

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


[Libreoffice-bugs] [Bug 97940] Printing of logo (fine lines) corrupted

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

Buovjaga  changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE

--- Comment #6 from Buovjaga  ---


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

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


[Libreoffice-commits] dev-tools.git: 2 commits - scripts/bz_comments.py scripts/esc-mentoring.py

2016-03-09 Thread jan iversen
 scripts/bz_comments.py   |4 +---
 scripts/esc-mentoring.py |2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

New commits:
commit b0b9fb85ecc6fdc0bb78bdc98279d000b739985e
Author: jan iversen 
Date:   Tue Mar 8 11:05:54 2016 +0100

esc-mentoring

Update due to version change of gerrit.

diff --git a/scripts/esc-mentoring.py b/scripts/esc-mentoring.py
index 4f41a1c..9e10575 100755
--- a/scripts/esc-mentoring.py
+++ b/scripts/esc-mentoring.py
@@ -83,7 +83,7 @@ def get_gerrit(doNonCom) :
   url = url + '+-ownerin:committer'
 
 # Add needed fields
-url = url + '=DETAILED_LABELS=MESSAGES'
+url = url + '=DETAILED_LABELS=MESSAGES=DETAILED_ACCOUNTS'
 #url = url + '=code_review=reviewers=0'
 
 try:
commit 2e5cac9ab7f666db30efd6913411aa71a29609a2
Author: jan iversen 
Date:   Tue Mar 8 09:33:25 2016 +0100

update to catch non standard bug reports.

the convert to json, found a number of differences, these are now
catched.

diff --git a/scripts/bz_comments.py b/scripts/bz_comments.py
index 67d6b1e..4709609 100755
--- a/scripts/bz_comments.py
+++ b/scripts/bz_comments.py
@@ -82,8 +82,7 @@ def optimize_bug(bug_org) :
  newText += 'who: UNKNOWN' + '\n' + line
else :
  newText += 'who: ' + line['who']['@name'] + '/' + line['who']['#text']
-for i in range(len(bug['long_desc'])-1, -1, -1) :
-   del bug['long_desc'][i]
+bug['long_desc'] = []
 bug['long_desc'].append({'thetext' : newText})
 addAlso = 'https://issues.apache.org/ooo/show_bug.cgi?id='+bug['bug_id']
 if 'see_also' not in bug :
@@ -93,7 +92,6 @@ def optimize_bug(bug_org) :
 bug['see_also']  = [x, addAlso]
 else :
   bug['see_also'].append(addAlso)
-del bug['bug_id']
 return bug
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 36548] HTML import: display of nested tables broken

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

--- Comment #12 from r.valiha...@dkb74.ru ---
Reproducible with LibreOffice 5.1.0.3 (x64) on Windows 8.1 Pro x64.

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


Re: Interested in contributing to LibreOffice GSoC 2016

2016-03-09 Thread jan iversen
Welcome

As you surely have seen we require you have solved a difficult easyHacks in 
order to be aproved, you can find our step by step guide here:
https://wiki.documentfoundation.org/Development/GetInvolved
The patch you point to is a very simple patch.

We have a few ideas, where there are currently no named mentor but I am pretty 
sure the UX team can guide you.

rgds
jan i

> On 10 Mar 2016, at 06:00, Dipankar Niranjan  wrote:
> 
> Hello Everyone,
> 
> I am Dipankar Niranjan, a sophomore student studying Computer Science and 
> Engineering at IIIT - H in India.
> I'm interested in the idea "Template Manager"  for GSoC 2016.
> I do hope that no one has expressed interest in this idea as of now, as I'm 
> really interested in contributing to this. :D
> As of now, I couldn't see any specific person assigned to this idea as a 
> mentor.
> The mentor was specified as UX Team.
> May I please know with whom I have to get in touch to discuss this idea 
> further..?
> I would like to get in touch with him and discuss ideas and possibilities as 
> this project has huge scope and the current implementation leaves much to be 
> desired.
> 
> Here is a list of patches that have been merged with master:
> 
> https://gerrit.libreoffice.org/#/q/owner:dipankar1995%2540gmail.com+status:merged
> https://cgit.freedesktop.org/libreoffice/core/commit/?id=0e41527fd52f676ff6240a08b3fe25607c1ca726
> 
> I look forward to hearing from you.
> Thanks..
> -- 
> REGARDS,
> DIP
> IRC Nick : mostly `dip`:D 
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Interested in contributing to LibreOffice GSOC 2016

2016-03-09 Thread jan iversen
Chris@ even though a bit late, could you please formulate your idea with a 
title etc, and put it on the GSoC ideas page so we do not have multiple places 
to track the ideas.

thanks in advance
rgds
jan i.


> On 09 Mar 2016, at 23:53, Chris Sherlock  wrote:
> 
> 
>> On 10 Mar 2016, at 6:07 AM, yeliz taneroğlu  wrote:
>> 
>> Hi Everyone,
>> 
>> I hope you are well. My name is Yeliz and I am a 3rd year student in a 
>> Computer Engineering program. I'm interested in "Refactor god objects" 
>> project for GSOC 2016. I read this 
>> https://wiki.documentfoundation.org/Development/GSoC/Ideas#Refactor_god_objects
>>  .
>> 
>> My accepted patches for LibreOffice until now.
>> 
>> https://gerrit.libreoffice.org/#/c/19792/ 
>> https://gerrit.libreoffice.org/#/c/19671/ 
>> https://gerrit.libreoffice.org/#/c/21614/ 
>> https://gerrit.libreoffice.org/#/c/21858/ 
>> https://gerrit.libreoffice.org/#/c/21888/
>> https://gerrit.libreoffice.org/#/c/21936/ 
>> https://gerrit.libreoffice.org/#/c/22020/ 
>> https://gerrit.libreoffice.org/#/c/22940/ 
>> 
>> I want to work in this project. Thank you so much for your time and I look 
>> forward to hearing from you. 
>> 
>> Kind Regards,
>> ___
>> LibreOffice mailing list
>> LibreOffice@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/libreoffice
> 
> Welcome aboard Yeliz :-)
> 
> As it turns out, I’ve got an idea I’ve been toying with for ages, so I might 
> as well put it out there. 
> 
> One of the issues with the VCL module as it currently stands is that the 
> OutputDevice class is pretty massive. I would be good to be able to make a 
> compilation firewall for this class, and at the same time split up the 
> functionality into seperate classes. 
> 
> Some time ago I rearranged the OutputDevice source files into a more logical 
> structure - they can be found here:
> 
> http://opengrok.libreoffice.org/xref/core/vcl/source/outdev/
> 
> My idea was that all these cxx files now logically group related 
> functionality and could be converted into “Helper” classes, and we reference 
> these as private member variables using a pImpl pattern. Public functions 
> (that are indeed truly public) are then forwarded to the Helper classes. 
> 
> The advantages are mainly in compilation time and code flexibility, but also 
> any of the other advantages to setting up a compilation firewall would apply 
> also. 
> 
> If you’ve never heard of a Compilation Firewall, the description of my idea 
> above is essentially what it achieves. However, I *really* recommend reading 
> Herb Suttor’s article on the technique here:
> 
> http://herbsutter.com/gotw/_100/ 
> 
> Perhaps I should log an easy hack. 
> 
> Anyway, that would be something I think could be done - it’s a reasonable 
> difficultly level, but not too difficult for someone who knows C++. I would 
> really love to see unit tests of the helper classes, which would really help 
> make the code robust. 
> 
> If someone else wants to chime in here, please feel free :-) However, I’m 
> happy to chat on IRC - come to #libreoffice-dev on freenode; my nick is 
> chris_wot
> 
> Chris 
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 98471] Calc slows down after a column is deleted

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

raal  changed:

   What|Removed |Added

   Keywords||perf
 CC||r...@post.cz

--- Comment #2 from raal  ---
I can not confirm with Version: 5.2.0.0.alpha0+
Build ID: aaca25d67eb5ea252730cdcf555ecc04ce04a5e6
CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-02-24_23:58:47

and Version: 5.2.0.0.alpha0+
Build ID: 817f6bd75e98a321c238b5906bfcb031908914b2
CPU Threads: 1; OS Version: Windows 6.19; UI Render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-03-01_01:14:57;  win10

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

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


[Libreoffice-bugs] [Bug 85695] Detect broken Java configuration on OS X 10.10 and offer advice to the user

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

raal  changed:

   What|Removed |Added

 CC||woodf...@pobox.com

--- Comment #2 from raal  ---
*** Bug 98518 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 98518] FILEOPEN Java not detected in LibreOffice 5.1

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

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||r...@post.cz
 Resolution|--- |DUPLICATE

--- Comment #1 from raal  ---


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

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


[Libreoffice-bugs] [Bug 98573] FILEOPEN Pictures in .docx not visible (attach)

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

--- Comment #1 from Andrew  ---
Created attachment 123458
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123458=edit
screenshot from MSW

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


[Libreoffice-bugs] [Bug 98573] New: FILEOPEN Pictures in .docx not visible (attach)

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

Bug ID: 98573
   Summary: FILEOPEN Pictures in .docx not visible (attach)
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tenc...@gmail.com

Created attachment 123457
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123457=edit
original file from "consultant plus"

This file is receivet from outside from public law database.
This file contains pictures, who cannot by visible in LO or OOo.
Also I try to reopen this file in MSW and save to MSXML and DOC - both opened
correctly. Also I try few test path:
Original File (OF) -> LO = wrong.
OF -> OOo = wrong.
OF -> MSW = OK.
OF -> WPS Writer = OK.
OF -> MSW+some corrections -> OF.DOCX -> LO = wrong.
OF -> MSW -> OF.DOC -> LO = OK.
OF -> MSW -> OF.MSXML -> LO = OK.
OF -> MSW -> OF.DOC -> MSW -> OF.DOCX -> LO = OK.

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


[Libreoffice-bugs] [Bug 97088] Under windows XP, simple formula like 1.2 or 1, 2 is bad displayed: caracters are overlapping

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

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #8 from raal  ---
I can not confirm with winXP, Lo version  5.1.1.1 -  zoom at 220%

Please test with newer version.

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


Interested in contributing to Libreoffice : GSoC 2016

2016-03-09 Thread Akshay Deep
Hello everyone,
 I'm currently studying as an undergraduate student at Indian Institute
of Technology, Roorkee. I am interested in applying in two GSoC projects
this year: Template Manager and Table Styles. Most of my contributions have
been in UI/UX related bugs.

Here is the link to all my submitted patches to gerrit:
https://gerrit.libreoffice.org/#/q/Akshay

Also, some of my contribution have been mentioned in the release notes :)

https://wiki.documentfoundation.org/ReleaseNotes/5.2#Selection_Filter_in_Cross_Reference_Tab
https://wiki.documentfoundation.org/ReleaseNotes/5.2#JVM_Start_Parameters

I'm in touch with the mentors of both these projects and looking forward to
submit a proposal on these projects.

Contact Info: E-mail:  akshaydeepi...@gmail.com   IRC: akki / akki_

Regards,
Akshay Deep
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Interested in contributing to LibreOffice GSoC 2016

2016-03-09 Thread Dipankar Niranjan
Hello Everyone,

I am Dipankar Niranjan, a sophomore student studying Computer Science and
Engineering at IIIT - H in India.
I'm interested in the idea "Template Manager"  for GSoC 2016.
I do hope that no one has expressed interest in this idea as of now, as I'm
really interested in contributing to this. :D
As of now, I couldn't see any specific person assigned to this idea as a
mentor.
The mentor was specified as UX Team.
May I please know with whom I have to get in touch to discuss this idea
further..?
I would like to get in touch with him and discuss ideas and possibilities
as this project has huge scope and the current implementation leaves much
to be desired.

Here is a list of patches that have been merged with master:

https://gerrit.libreoffice.org/#/q/owner:dipankar1995%2540gmail.com+status:merged
https://cgit.freedesktop.org/libreoffice/core/commit/?id=0e41527fd52f676ff6240a08b3fe25607c1ca726

I look forward to hearing from you.
Thanks..
-- 
REGARDS,
DIP
IRC Nick : mostly `dip`:D
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: VCL LineInfo dotlen and dashlen question

2016-03-09 Thread Chris Sherlock

> On 9 Mar 2016, at 8:52 PM, Armin Le Grand  wrote:
> 
> Hi,
> 
> Am 08.03.2016 um 23:52 schrieb Chris Sherlock:
>> Quick ping to the ML - can anyone advise me on the purpose of these 
>> functions?
>> 
>> Before I forget, there’s also GetDistance as well.

[snip]

> 
> HTH!
> 
> Sincerely,
> Armin

Definitely! Thanks Armin. 

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


[Libreoffice-commits] online.git: loleaflet/src

2016-03-09 Thread Ashod Nakashian
 loleaflet/src/core/Socket.js |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 081ca0aa9f7a8af0833f5ec04f4169dcb85b4a7b
Author: Ashod Nakashian 
Date:   Wed Mar 9 23:17:57 2016 -0500

loleaflet: pass doc URI to WebSocket

Change-Id: I4798364c3ec655deb214cd3d7d93bbe3e83ad81a
Reviewed-on: https://gerrit.libreoffice.org/23110
Reviewed-by: Ashod Nakashian 
Tested-by: Ashod Nakashian 

diff --git a/loleaflet/src/core/Socket.js b/loleaflet/src/core/Socket.js
index d1d5ad9..3a0f61a 100644
--- a/loleaflet/src/core/Socket.js
+++ b/loleaflet/src/core/Socket.js
@@ -9,7 +9,7 @@ L.Socket = L.Class.extend({
initialize: function (map) {
this._map = map;
try {
-   this.socket = new WebSocket(map.options.server);
+   this.socket = new WebSocket(map.options.server + 
map.options.doc);
} catch (e) {
this.fire('error', {msg: _('Socket connection error'), 
cmd: 'socket', kind: 'failed', id: 3});
return null;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: loolwsd/LOOLWSD.cpp loolwsd/MasterProcessSession.cpp

2016-03-09 Thread Ashod Nakashian
 loolwsd/LOOLWSD.cpp  |7 +--
 loolwsd/MasterProcessSession.cpp |   77 +++
 2 files changed, 41 insertions(+), 43 deletions(-)

New commits:
commit 237e0c0e9abdd62f4107fa249e04b18c043eb8a8
Author: Ashod Nakashian 
Date:   Wed Mar 9 23:17:26 2016 -0500

loolwsd: minor cleanups and const correctness

Change-Id: Ic3b26e1fbf5feba1667bc3dc1737d037590a5928
Reviewed-on: https://gerrit.libreoffice.org/23109
Reviewed-by: Ashod Nakashian 
Tested-by: Ashod Nakashian 

diff --git a/loolwsd/LOOLWSD.cpp b/loolwsd/LOOLWSD.cpp
index dee237c..5f841d8 100644
--- a/loolwsd/LOOLWSD.cpp
+++ b/loolwsd/LOOLWSD.cpp
@@ -501,10 +501,9 @@ private:
 
 //TODO: Authenticate the caller.
 // authenticate(request, response);
-
-NameValueCollection cookies;
-request.getCookies(cookies);
-Log::info("Cookie: " + cookies.get("PHPSESSID", ""));
+// NameValueCollection cookies;
+// request.getCookies(cookies);
+// Log::info("Cookie: " + cookies.get("PHPSESSID", ""));
 
 auto ws = std::make_shared(request, response);
 auto session = std::make_shared(id, 
LOOLSession::Kind::ToClient, ws);
diff --git a/loolwsd/MasterProcessSession.cpp b/loolwsd/MasterProcessSession.cpp
index 92e2126..99b147e 100644
--- a/loolwsd/MasterProcessSession.cpp
+++ b/loolwsd/MasterProcessSession.cpp
@@ -446,39 +446,36 @@ bool MasterProcessSession::loadDocument(const char* 
/*buffer*/, int /*length*/,
 return false;
 }
 
-std::string timestamp;
-parseDocOptions(tokens, _loadPart, timestamp);
-
 try
 {
-// Strip query params because we need unique URI (need a better 
solution!).
-StringTokenizer urlTokens(_docURL, "?", 
StringTokenizer::TOK_IGNORE_EMPTY | StringTokenizer::TOK_TRIM);
+std::string timestamp;
+parseDocOptions(tokens, _loadPart, timestamp);
 
-// request new URL session
-const std::string aMessage = "request " + getId() + " " + urlTokens[0] 
+ "\r\n";
-Log::trace("MasterToBroker: " + aMessage.substr(0, 
aMessage.length()-2));
+// Request a kit process for this doc.
+Poco::URI uri(_docURL);
+const std::string aMessage = "request " + getId() + " " + 
uri.getPath() + "\n";
+Log::trace("MasterToBroker: " + aMessage.substr(0, aMessage.length() - 
1));
 Util::writeFIFO(LOOLWSD::BrokerWritePipe, aMessage);
+
+_tileCache.reset(new TileCache(_docURL, timestamp));
+
+// Finally, wait for the Child to connect to Master,
+// link the document in jail and dispatch load to child.
+dispatchChild();
+
+return true;
 }
 catch (const Poco::SyntaxException&)
 {
 sendTextFrame("error: cmd=load kind=uriinvalid");
-return false;
 }
 
-_tileCache.reset(new TileCache(_docURL, timestamp));
-
-// Finally, wait for the Child to connect to Master,
-// link the document in jail and dispatch load to child.
-dispatchChild();
-
-return true;
+return false;
 }
 
 bool MasterProcessSession::getStatus(const char *buffer, int length)
 {
-std::string status;
-
-status = _tileCache->getTextFile("status.txt");
+const std::string status = _tileCache->getTextFile("status.txt");
 if (status.size() > 0)
 {
 sendTextFrame(status);
@@ -500,7 +497,7 @@ bool MasterProcessSession::getCommandValues(const char 
*buffer, int length, Stri
 return false;
 }
 
-std::string cmdValues = _tileCache->getTextFile("cmdValues" + command + 
".txt");
+const std::string cmdValues = _tileCache->getTextFile("cmdValues" + 
command + ".txt");
 if (cmdValues.size() > 0)
 {
 sendTextFrame(cmdValues);
@@ -515,7 +512,7 @@ bool MasterProcessSession::getCommandValues(const char 
*buffer, int length, Stri
 
 bool MasterProcessSession::getPartPageRectangles(const char *buffer, int 
length)
 {
-std::string partPageRectangles = 
_tileCache->getTextFile("partpagerectangles.txt");
+const std::string partPageRectangles = 
_tileCache->getTextFile("partpagerectangles.txt");
 if (partPageRectangles.size() > 0)
 {
 sendTextFrame(partPageRectangles);
@@ -536,7 +533,6 @@ std::string MasterProcessSession::getSaveAs()
 void MasterProcessSession::sendFontRendering(const char *buffer, int length, 
StringTokenizer& tokens)
 {
 std::string font;
-
 if (tokens.count() < 2 ||
 !getTokenString(tokens[1], "font", font))
 {
@@ -544,7 +540,7 @@ void MasterProcessSession::sendFontRendering(const char 
*buffer, int length, Str
 return;
 }
 
-std::string response = "renderfont: " + Poco::cat(std::string(" "), 
tokens.begin() + 1, tokens.end()) + "\n";
+const std::string response = "renderfont: " + Poco::cat(std::string(" "), 
tokens.begin() + 1, tokens.end()) + "\n";
 
 std::vector output;

[Libreoffice-bugs] [Bug 98265] Poor formatting in Table of Contents with Multiple Fonts

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

--- Comment #5 from Tim Chambers  
---
I have tried replacing the Symbol character with the equivalent Opensymbol
character (OpenSymbol U+3BC) in the table caption instead of the (proprietary)
SYmbol (Symbol U+F06D).  The correct behaviour occurs.  Not sure why there is a
difference as the Symbol versions work correctly in WOrd 2013, which I also
have (but do not like).

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


[Libreoffice-commits] online.git: loolwsd/LOOLWSD.hpp loolwsd/Storage.hpp

2016-03-09 Thread Ashod Nakashian
 loolwsd/LOOLWSD.hpp |8 +--
 loolwsd/Storage.hpp |  118 ++--
 2 files changed, 74 insertions(+), 52 deletions(-)

New commits:
commit e8214c1d2a51cfe50337ae1fd088528d1ea80984
Author: Ashod Nakashian 
Date:   Wed Mar 9 18:36:25 2016 -0500

loolwsd: refactored Storage classes

Change-Id: I3cc3aa2c1ddf70b8d2f3489aa4047f6470c93eb2
Reviewed-on: https://gerrit.libreoffice.org/23108
Reviewed-by: Ashod Nakashian 
Tested-by: Ashod Nakashian 

diff --git a/loolwsd/LOOLWSD.hpp b/loolwsd/LOOLWSD.hpp
index 33f6913..c227587 100644
--- a/loolwsd/LOOLWSD.hpp
+++ b/loolwsd/LOOLWSD.hpp
@@ -64,8 +64,8 @@ public:
 {
 uriPublic.normalize();
 Log::info("Public URI [" + uriPublic.toString() + "] is a file.");
-std::unique_ptr storage(new LocalStorage(jailRoot, 
jailPath.toString()));
-const auto localPath = 
storage->getFilePathFromURI(uriPublic.getPath());
+std::unique_ptr storage(new LocalStorage(jailRoot, 
jailPath.toString(), uriPublic.getPath()));
+const auto localPath = storage->getLocalFilePathFromStorage();
 uriJailed = Poco::URI(Poco::URI("file://"), localPath);
 }
 else
@@ -73,8 +73,8 @@ public:
 Log::info("Public URI [" + uriPublic.toString() +
   "] assuming cloud storage.");
 //TODO: Configure the storage to use. For now, assume it's WOPI.
-std::unique_ptr storage(new WopiStorage(jailRoot, 
jailPath.toString()));
-const auto localPath = 
storage->getFilePathFromURI(uriPublic.toString());
+std::unique_ptr storage(new WopiStorage(jailRoot, 
jailPath.toString(), uriPublic.toString()));
+const auto localPath = storage->getLocalFilePathFromStorage();
 uriJailed = Poco::URI(Poco::URI("file://"), localPath);
 }
 
diff --git a/loolwsd/Storage.hpp b/loolwsd/Storage.hpp
index bb9a4d0..4e1133b 100644
--- a/loolwsd/Storage.hpp
+++ b/loolwsd/Storage.hpp
@@ -28,13 +28,15 @@ public:
 /// localStorePath the absolute root path of the chroot.
 /// jailPath the path within the jail that the child uses.
 StorageBase(const std::string& localStorePath,
-const std::string& jailPath) :
+const std::string& jailPath,
+const std::string& uri) :
 _localStorePath(localStorePath),
-_jailPath(jailPath)
+_jailPath(jailPath),
+_uri(uri)
 {
 }
 
-std::string getRootPath() const
+std::string getLocalRootPath() const
 {
 auto localPath = _jailPath;
 if (localPath[0] == '/')
@@ -50,16 +52,20 @@ public:
 return rootPath.toString();
 }
 
+const std::string& getUri() const { return _uri; }
+
 /// Returns a local file path given a URI or ID.
 /// If necessary copies the file locally first.
-virtual std::string getFilePathFromURI(const std::string& uri) = 0;
+virtual std::string getLocalFilePathFromStorage() = 0;
 
 /// Writes the contents of the file back to the source.
-virtual bool restoreFileToURI(const std::string& path, const std::string& 
uri) = 0;
+virtual bool restoreLocalFileToStorage() = 0;
 
 protected:
 const std::string _localStorePath;
 const std::string _jailPath;
+const std::string _uri;
+std::string _jailedFilePath;
 };
 
 /// Trivial implementation of local storage that does not need do anything.
@@ -67,42 +73,45 @@ class LocalStorage : public StorageBase
 {
 public:
 LocalStorage(const std::string& localStorePath,
- const std::string& jailPath) :
-StorageBase(localStorePath, jailPath)
+ const std::string& jailPath,
+ const std::string& uri) :
+StorageBase(localStorePath, jailPath, uri),
+_isCopy(false)
 {
 }
 
-std::string getFilePathFromURI(const std::string& uri) override
+std::string getLocalFilePathFromStorage() override
 {
-const auto rootPath = getRootPath();
+const auto rootPath = getLocalRootPath();
 
 // /chroot/jailId/user/doc/childId/file.ext
-const auto filename = Poco::Path(uri).getFileName();
-const auto jailedFilePath = Poco::Path(rootPath, filename).toString();
+const auto filename = Poco::Path(_uri).getFileName();
+_jailedFilePath = Poco::Path(rootPath, filename).toString();
 
-Log::info("Public URI [" + uri +
-  "] jailed to [" + jailedFilePath + "].");
+Log::info("Public URI [" + _uri +
+  "] jailed to [" + _jailedFilePath + "].");
 
-const auto publicFilePath = uri;
-Log::info("Linking " + publicFilePath + " to " + jailedFilePath);
-if (!Poco::File(jailedFilePath).exists() && 
link(publicFilePath.c_str(), jailedFilePath.c_str()) == -1)
+

[Libreoffice-bugs] [Bug 98178] Unless using "Use LibreOffice dialogs", there's a usability regression: File Open dialog has lost the text field where you can paste in the filename

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

--- Comment #8 from Luke Kendall  ---
Yes, absolutely!

The trickiest aspect to this bug report is the question of how to let people
know that it's not a LO change, it's not your fault, AND that there's an
excellent short term workaround: (uninstall libreoffice-gtk3); or longer-term
(choose the LO-engineered dialogues)!

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


[Libreoffice-bugs] [Bug 97940] Printing of logo (fine lines) corrupted

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

Dale  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Dale  ---
Windows 7:
Problem exists in 5.1.0.3
Does not exist in 5.1.1.3
Seems like it is fixed.

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


[Libreoffice-bugs] [Bug 98572] New: Demote and Premote backwards

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

Bug ID: 98572
   Summary: Demote and Premote backwards
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jakevoss...@gmail.com

While in numbering, the promote buttons and their icons seem to be backwards.
The demote is on the right arrow, which should be promote(moving the
indentation up one), where as the arrow that shows it going to the left says
promote

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


[Libreoffice-bugs] [Bug 98125] fileopen: Seem to work flawlessly. At some point it will freeze when opening a non recent file

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

--- Comment #18 from ronvarb...@yahoo.com ---
https://support.microsoft.com/en-us/kb/241215 discusses the Userdump.exe tool.
The page explicitly mentions dump file of a hang process.
Can you comment?
I didn't install it, don't know if it supports old cpus, not sure if XP SP3 is
supported, and so on. In general I would like detailed instructions, like what
you have for https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg;>WinDbg.

Will analyzing a forcefully closed soffice.bin from the Task manager
(ctrl-alt-del) by WinDbg, likely to give meaningful results?

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


Re: alternatives to Firebird: sqlite [was: Firebird doesn't support MSVC 2015]

2016-03-09 Thread Wols Lists
On 09/03/16 18:06, Lionel Elie Mamane wrote:
> On Wed, Mar 09, 2016 at 06:59:08PM +0100, Lionel Elie Mamane wrote:
>> On Tue, Mar 08, 2016 at 08:44:03PM +, Wols Lists wrote:
>>> On 08/03/16 13:32, Lionel Elie Mamane wrote:
> 
 At this point, I'd say, even more strongly than usual: the one that
 will do it will decide. Upgrading to a modern Java-based database
 would maybe not be that bad after all...
> 
>>> Sounds like I'd better get my finger out then!
> 
>>> IF I can get the basics in place (and to be honest it is a big if),
>>> are other people prepared to muck in and help with the bits I can't
>>> do?
> 
>> Now, specifically, duckduckgo-ing for "Pick" does not bring the
>> expected results, so if you could give me some links to see what you
>> are talking about? Thanks.
> 
> Found
> http://www.computerworld.com/article/2579803/business-intelligence/open-source-pick-like-database-being-developed.html
> which sent me to "MaVerick" which led me to
> http://www.maverick-dbms.org/doc/index.html
> 
> I see that it can act as datastore for MySQL and PostgresSQL; this
> gives the impression that it is a datastore, but there is no SQL
> layer. What do you intend to use as SQL layer? Develop one?
> 
Actually, Pick is a full-blown environment - "the database is the
computer". So it's a hell of a lot more than just a datastore. And be
careful, you might get me on to a full-blown advocacy rant ... :-) I'll
try and keep it short, but Relational Technology (ie a First Normal Form
database) is pretty much a con trick. It's a two-dimensional *MODEL*
store, not a *DATA* base. imnsho, a First Normal Form database is in
*serious* breach of Einstein's dictum "Make things as simple as
possible, BUT NO SIMPLER".

Pick, now generically known as MultiValue, is an n-dimensional database,
and can be shown to be a proper superset of relational. As a result it
is smaller, faster, and can do anything relational can do. It's quite
similar to (but a very different heritage from) Cache. And I know
bashing Oracle is a sport, but my favourite Pick war story is a port
from Pick (a variant known as UniVerse) to Oracle. After 6 months hard
work, the Oracle consultants proudly told management that a complicated
query was 10% faster on the Oracle system, than the old UniVerse system.
That is, they were proud until the UniVerse sysadmin said "you mean your
twin Xeon 800 machine is only 10% faster than my Pentium 90?".

So. My plans. Implement a string class that implements the dynamic
arrays that Pick is built on. Implement the data store - a hashed
key-value setup. I didn't realise how widely linear hashing was used
until recently, but it's the technology behind Sleepycat, behind hashed
variables in Perl, and probably a fair few other places as well.

On top of that, an integrity layer that enforces datatypes. This isn't
part of standard multi-value, but imho is a massive omission. It'll be
optional to switch it on, but if enabled it will ensure datatype integrity.

On top of that we'll need a Pick shell, and a SQL shell.

I'll then need a Basic compiler. A lot of stuff gets done in the
database - should be done there - and it's needed for that. That's where
I came a cropper last time I tried. And I got the impression StarBasic
isn't being actively cared for - maybe these two could get together :-)


I know Pick isn't the easiest of topics to google for, but some links
for reading ...

The wikipedia page (what else :-)
https://en.wikipedia.org/wiki/Pick_operating_system

A bit of a critique of Relational vs MultiValue (written by yours truly)
http://grokthelaw.freeforums.net/thread/250/oracle-google

A website about Pick. Note that the second like is again by yours truly...
http://www.pickwiki.com/index.php/Main_Page
http://www.pickwiki.com/index.php/MVDefinition

Rocket Software now owns most of the variants of Pick out there. They
bought U2 off of IBM (which I strongly suspect IBM sold because it was
growing so fast it threatened to swamp their DB2 division - when they
sold it it was 1/3 of the division, and it was reportedly growing at
double figures per annum ...) They then bought out the original Pick
Systems.
http://www.rocketsoftware.com/solutions/dbms-and-application-servers/learn

Then a couple more snippets - I don't know if you've heard of the data
warehouse system called DataStage - owned by IBM. They acquired it when
they bought U2, and they kept it when they sold U2 off. It was based on
UniVerse, a MultiValue system. A large chunk of the banking system
software market is owned by a company called Temenos, and it runs on
jBase, another MultiValue system. If you happen to see a green screen in
a travel agents, this is almost certainly the original Pick - it pretty
much owned that market - and I strongly suspect it's still underneath
modern gui software.

So while you may not see a lot of Pick, there's actually an awful lot
out there. And if you follow my links, you'll see I'm pretty
comtemptuous of relational 

[Libreoffice-bugs] [Bug 97120] Calc: Enlarged text on cells with checkbox within border

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

--- Comment #6 from libing.alexe...@gmail.com ---
Same problem on Calc 5.0.5.2. Hope you can fix it asap.

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


[Libreoffice-bugs] [Bug 98571] New: LibreOffice can't find system browser

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

Bug ID: 98571
   Summary: LibreOffice can't find system browser
   Product: LibreOffice
   Version: 5.1.0.3 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: m...@interak.com

Created attachment 123456
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123456=edit
screenshot of error message

Clicking on a live link in a LO 5.1 presentation under MAC OSX 10.11 results in
the following error message:

"LibreOffice could not find a web browser on your system. Please check
your Desktop Preferences or install a web browser (for example, Firefox)
in the default location requested during the browser installation."

In fact Firefox is set as default and doing a command click on a link
from Writer works fine.

I found that this appears to be identified as a problem with OpenOffice.

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


[Libreoffice-bugs] [Bug 98272] print check boxes fail on Calc since 5.0.4.2

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

m.a.riosv  changed:

   What|Removed |Added

 CC||yuyu...@gmail.com

--- Comment #9 from m.a.riosv  ---
*** Bug 98570 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 98570] FORM CONTROLS PRINT DISPROPORTIONATELY BIG (TEXT) AND MISPLACED

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

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Looks like a duplicate, if you are not agree, please reopen it.

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

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


Re: alternatives to Firebird: sqlite [was: Firebird doesn't support MSVC 2015]

2016-03-09 Thread Wols Lists
On 09/03/16 17:59, Lionel Elie Mamane wrote:
> On Tue, Mar 08, 2016 at 08:44:03PM +, Wols Lists wrote:
>> On 08/03/16 13:32, Lionel Elie Mamane wrote:
> 
>>> At this point, I'd say, even more strongly than usual: the one that
>>> will do it will decide. Upgrading to a modern Java-based database
>>> would maybe not be that bad after all...
> 
>> Sounds like I'd better get my finger out then!
> 
>> IF I can get the basics in place (and to be honest it is a big if),
>> are other people prepared to muck in and help with the bits I can't
>> do?
> 
> I'll answer a different question: Will Lionel, under his policy of
> "the one that will do it will decide", merge the patch?
> 
> The answer is:
> 
> If it is a well-maintained RDBMS that is reasonably featureful and
> solid, that doesn't bring us in other directions than "the usual
> suspects of the external ones" (MariaDB, PostgreSQL, Microsoft SQL
> Server, H2, HSQLDB2, etc), that it does not introduce undue
> incompatibilities (or difficulties in maintaining compatibility with
> those), that the SQL dialect and behaviour is reasonably close to the
> "common ground" between the "usual suspects", etc. Then yes, I will
> merge the patch.

Well, I did say Pick is a NoSQL database ...

Thing is, does "No" stand for "No" or for "Not Only"?
> 
> If the RDBMS engine is self-implemented, then it has to come with a
> strong commitment to maintaining it, preferably animating a (future)
> development community around it.
> 
That is very much the intent ...
> 
> Also, we are not forced to have only one embedded database format, we
> can have several, so if several people do the work, we can merge the
> several ones.
> 
> 
> Now, specifically, duckduckgo-ing for "Pick" does not bring the
> expected results, so if you could give me some links to see what you
> are talking about? Thanks.
> 
See my response to your next post.

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


[Libreoffice-bugs] [Bug 98265] Poor formatting in Table of Contents with Multiple Fonts

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

--- Comment #4 from Tim Chambers  
---
Created attachment 123455
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123455=edit
This is the odd format with symbol in the table caption

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


[Libreoffice-bugs] [Bug 98265] Poor formatting in Table of Contents with Multiple Fonts

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

--- Comment #3 from Tim Chambers  
---
Created attachment 123454
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123454=edit
This is the formatting I am aiming for

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


[Libreoffice-bugs] [Bug 98567] Bullet formatting issue

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

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||qu...@runcibility.com
  Component|LibreOffice |Writer
Summary|formatting issue|Bullet formatting issue
 Ever confirmed|0   |1

--- Comment #2 from Robinson Tryon (qubit)  ---
(In reply to Tom from comment #0)
> Created attachment 123453 [details]
> Docx file
> 
> Great software but there is a formatting issue with this docx file.
> 
> it indents the bullet points and auto numbers paragraphs that have already
> been numbered

Hi Tom,
Thanks for the bug report!  Could you please provide a screenshot of how you
expect the document to render?  (if the reference app is MS-Office, please
include the app version # and the OS on which you're testing)

Status -> NEEDINFO
Component -> Looks like a Writer issue
Summary -> (clarify further)

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


[Libreoffice-bugs] [Bug 97614] Impress Remote does not work with LibreOffice 5

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

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 CC||qu...@runcibility.com
Summary|Does not work with  |Impress Remote does not
   |LibreOffice 5   |work with LibreOffice 5

--- Comment #2 from Robinson Tryon (qubit)  ---
Summary -> (mention Impress Remote)

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


[Libreoffice-bugs] [Bug 98567] formatting issue

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

--- Comment #1 from Robinson Tryon (qubit)  ---
*** Bug 98568 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 98568] formatting issue

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

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||qu...@runcibility.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Robinson Tryon (qubit)  ---
(accidentally submitted the same bug twice?)

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

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


[Libreoffice-bugs] [Bug 98570] New: FORM CONTROLS PRINT DISPROPORTIONATELY BIG (TEXT) AND MISPLACED

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

Bug ID: 98570
   Summary: FORM CONTROLS PRINT DISPROPORTIONATELY BIG (TEXT) AND
MISPLACED
   Product: LibreOffice
   Version: 5.0.5.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: yuyu...@gmail.com

First I opened a .xslx file that contained check boxes. Made some changes and
printed it out to find the text from those checkboxes print incomplete and
witha giant font size. 

Deleted those checkboxes and added some within Calc, the same issue happened.
Tried to export to PDF and the result was the same: oversized and incomplete
text showing.

Saved the file as .odf, deleted all the checkboxes and added them back... the
same result. If I open the file again in another computer with MS Excel the
checkboxes all are erased... 

The problem is that those are documents I use at work, and some computers have
Libreoffice while others have MS Office. I like Libre Office but can´t figure
out how to print the files with checkboxes properly.

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


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

2016-03-09 Thread Stephan Bergmann
 vcl/workben/vcldemo.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6a96ad54ee202adbc0cbe2b84156c270c906db40
Author: Stephan Bergmann 
Date:   Thu Mar 10 00:02:18 2016 +0100

loplugin:staticmethods

Change-Id: Ieaebacd43fa27b91b1ab3e6704bb591488954492

diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index a7fc478..cd501b6 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -486,7 +486,7 @@ public:
 rDev.SetClipRegion();
 }
 
-void drawComplex (OutputDevice , Rectangle r)
+static void drawComplex (OutputDevice , Rectangle r)
 {
 const unsigned char pInvalid[] = { 0xfe, 0x1f };
 const unsigned char pDiacritic1[] = { 0x61, 0xcc, 0x8a, 0xcc, 0x8c 
};
@@ -601,7 +601,7 @@ public:
 rDev.SetClipRegion();
 }
 // render text, bbox, DX arrays etc.
-long drawStringBox(OutputDevice , Point aPos,
+static long drawStringBox(OutputDevice , Point aPos,
const OUString ,
long )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-03-09 Thread Stephan Bergmann
 vcl/workben/vcldemo.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3a8844752c22e18d27aa310ae859f8cb660865b9
Author: Stephan Bergmann 
Date:   Thu Mar 10 00:03:18 2016 +0100

loplugin:rangedforcopy

Change-Id: Iba02e6a142b52d00c824eeddb1970546f7aba3e9

diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index cd501b6..4a3ffe5 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -2110,7 +2110,7 @@ namespace {
 Size aSize(1024, 1024);
 xDevice->SetOutputSizePixel(aSize);
 
-for (auto aFontName : aFontNames)
+for (auto & aFontName : aFontNames)
 {
 vcl::Font aFont(aFontName, Size(0,96));
 #if 0
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [ANN] orcus 0.11.0 on master

2016-03-09 Thread Terrence Enger

On Tue, 8 Mar 2016, Kohei Yoshida wrote:


Hi there,

BTW, I'll probably release 0.11.1 soon since there are quite a few build
issues already uncovered as a result of the 0.11.0 integration effort.


** 2016-03-09
I do not know whether this particular problem has been reported, or
even if it is related.

(*) I pulled commit 68b5875 (about 2016-03-08 16:00 Z) into a lightly
hacked repository.  The hacks are in connectivity/.
(*) make sc.clean
(*) make

Since then, each make does a lot of work, including recompiling some
.cxx files in sc/.  The work done is different from one make to the
next.  Here is one example of terminal output.

terry@lynn-stretch:~/lo_hacking/git/libo6$ make
mkdir -p /home/terry/lo_hacking/git/libo6/instdir
/home/terry/lo_hacking/git/libo6/solenv/bin/install-gdb-printers -a 
/home/terry/lo_hacking/git/libo6/instdir -c

make -j 2  -rs -f /home/terry/lo_hacking/git/libo6/Makefile.gbuildall
[PRL] CustomTarget/postprocess/images/sorted.lst
[PRL] CustomTarget/postprocess/images/commandimagelist.ilst
[ECH] CustomTarget/instsetoo_native/setup/versionrc
[LOC] top level modules: libreoffice
[CUT] basegfx
[CUT] basic_scanner
[CUT] basic_macros
[CUT] binaryurp_test-cache
[CUT] binaryurp_test-unmarshal
[CUT] chart2_common_functors
[CUT] comphelper_syntaxhighlight_test
[CUT] comphelper_variadictemplates_test
[CUT] comphelper_ifcontainer
[CUT] comphelper_test
[CUT] configmgr_unit
[CUT] connectivity_mork
[CUT] connectivity_commontools
[CUT] cppcanvas_test
[CUT] cppu_qa_any
[CUT] cppu_qa_recursion
[CUT] cppu_qa_reference
[CUT] cppu_qa_unotype
[CUT] cppu_test_cppumaker
[CUT] cppuhelper_cppu_ifcontainer
[CUT] cppuhelper_cppu_unourl
[CUT] dbaccess_firebird_test
[CUT] dbaccess_macros_test
[CUT] dbaccess_hsqldb_test
[CUT] dbaccess_embeddeddb_performancetest
[CUT] desktop_version
[CUT] desktop_lib
[CUT] editeng_core
[CUT] editeng_borderline
[CUT] editeng_lookuptree
[CUT] filter_xslt
[CUT] filter_priority
[CUT] filter_msfilter
[CUT] filter_dxf_test
[CUT] filter_eps_test
[CUT] filter_met_test
[CUT] filter_pcd_test
[CUT] filter_pcx_test
[CUT] filter_pict_test
[CUT] filter_ppm_test
[CUT] filter_psd_test
[CUT] filter_ras_test
[CUT] filter_tiff_test
[CUT] filter_tga_test
[CUT] hwpfilter_test_hwpfilter
[CUT] i18nlangtag_test_languagetag
[CUT] i18npool_test_breakiterator
[CUT] i18npool_test_characterclassification
[CUT] i18npool_test_ordinalsuffix
[CUT] i18npool_test_textsearch
[CUT] libreofficekit_checkapi
[CUT] lotuswordpro_test_lotuswordpro
[CUT] o3tl_tests
[CUT] odk_checkapi
[CHK] CustomTarget/odk/check/checkbin
[CUT] officecfg_cppheader_test
[CUT] oox_tokenmap
[CUT] oox_vba_compression
[CUT] oox_vba_encryption
[CUT] package2_test
[PYT] pyuno_pytests_ssl
[CUT] sal_osl_file
[CUT] Module_DLL
[CUT] sal_osl_security
[CUT] sal_bytesequence
[CUT] sal_osl_condition
[CUT] sal_osl_getsystempathfromfileurl
[CUT] sal_osl_mutex
[CUT] sal_osl_old_test_file
[CUT] sal_osl_pipe
[CUT] sal_osl_process
[CUT] sal_osl_profile
[CUT] sal_osl_setthreadname
[CUT] sal_osl_thread
[CUT] sal_rtl_alloc
[CUT] sal_rtl_bootstrap
[CUT] sal_rtl_cipher
[CUT] sal_rtl_crc32
[CUT] sal_rtl_digest
[CUT] sal_rtl_doublelock
[CUT] sal_rtl_locale
[CUT] sal_rtl_math
[CUT] sal_rtl_ostringbuffer
[CUT] sal_rtl_oustring
[CUT] sal_rtl_oustringbuffer
[CUT] sal_rtl_process
[CUT] sal_rtl_random
[CUT] sal_rtl_ref
[CUT] sal_rtl_strings
[CUT] sal_rtl_textenc
[CUT] sal_rtl_uri
[CUT] sal_rtl_uuid
[CUT] sal_tcwf
[CUT] sal_types
[CUT] salhelper_testapi
[CUT] sax
[CUT] sax_attributes
[CUT] sax_parser
[CXX] sc/qa/unit/helper/qahelper.cxx
[CXX] sc/qa/unit/helper/xpath.cxx
[CXX] sc/qa/unit/ucalc.cxx
[CXX] sc/qa/unit/ucalc_column.cxx
[CXX] sc/qa/unit/ucalc_condformat.cxx
[CXX] sc/qa/unit/ucalc_formula.cxx
[CXX] sc/qa/unit/ucalc_pivottable.cxx
[CXX] sc/qa/unit/ucalc_sharedformula.cxx
[CXX] sc/qa/unit/ucalc_sort.cxx
[CXX] sc/qa/unit/filters-test.cxx
[CXX] sc/qa/unit/rangelst_test.cxx
[CUT] sc_core
[CUT] sccomp_lpsolver
[CUT] sd_uimpress
[CUT] sd_import_tests
[CUT] sd_export_tests
[CUT] sd_filters_test
[CUT] sd_misc_tests
[CUT] sd_html_export_tests
[CUT] sd_tiledrendering
[CUT] sd_svg_export_tests
[CUT] sdext_pdfimport
[CUT] sfx2_metadatable
[CUT] sfx2_controlleritem
[CUT] sot_test_sot
[CUT] starmath_import
[CUT] starmath_qa_cppunit
[CUT] svgio
[CUT] svl_inetcontenttype
[CUT] svl_itempool
[CUT] svl_items
[CUT] svl_lngmisc
[CUT] svl_notify
[CUT] svl_qa_cppunit
[CUT] svl_urihelper
[CUT] svtools_graphic
[CUT] svtools_html
[CUT] svx_unit
[CUT] tools_test
[CUT] ucb_webdav_local
[CUT] unotools_fontdefs
[CUT] vcl_lifecycle
[CUT] vcl_bitmap_test
[CUT] vcl_fontcharmap
[CUT] vcl_font
[CUT] vcl_fontmetric
[CUT] vcl_complextext
[CUT] vcl_filters_test
[CUT] vcl_mapmode
[CUT] vcl_outdev
[CUT] vcl_app_test
[CUT] vcl_wmf_test
[CUT] vcl_timer
[CUT] writerperfect_stream
[CUT] xmloff_uxmloff
[CUT] chart2_export
[CUT] chart2_import
[CUT] chart2_trendcalculators
[CUT] cppcanvas_emfplus
[CXX] sc/qa/extras/sccondformats.cxx
[CXX] sc/qa/extras/new_cond_format.cxx
[CXX] 

Interested in contributing to LibreOffice under GSoC'16

2016-03-09 Thread Varun Dhall
Hello Everyone,

I am Varun Dhall 3rd year Computer Science and Engineering undergradute from 
India.

I have successfully contributed to LibreOffice in Google Summer of Code 2015 :D 
and I am really happy that last year I got Michael Stahl and Bjoern Michaelsen 
as my cool mentors ;)

Even after GSoC timeline I have contributed to LO and I am still working under 
my mentor Michael Stahl on writer especially on the testing area.
Here is the link to my contributions pushed to master 
http://cgit.freedesktop.org/libreoffice/core/log/?qt=author=Varun

I love LibreOffice community and the way things go around here. I really look 
forward to work for LibreOffice under GSoC'16. I am well aware of the LO code 
base, especially of writer (most of the famous classes and methods) and I am 
looking forward to work on "More and Better Tests" for GSoC'16 :)

I hope I will spend another exciting summer as last year. Hacking into 
LibreOffice making the code base better by removing bugs via new and better 
unit tests and increasing the test coverage for core files.

Regards,
Varun Dhall

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


Greetings LibreOffice Community : GSOC Queries

2016-03-09 Thread Vineet Purswani
Greetings LibreOffice Community,

My name is Vineet Purswani and I am a fourth year Computer Science
MTech Integrated student at IIT Kanpur, India. I am interested in
knowing more about a project listed on LibreOffice GSOC ideas page -
Expand Visual Studio (and others) to generate all executables/dlls

I have a great interest in Computer Systems, specifically operating
systems, computer architecture and cloud computing. I did a project on
compiler design, wherein I developed a Java compiler in python using
PLY library. I have worked on NACHOS to test some of the scheduling
algorithms, demand paging techniques, implemented condition variables
and semaphores. I did an architecture project to get my hands on over
cache hierarchy techniques and branch & target predictors. I am
currently working on computer security projects, wherein I have done
control hijacking, privilege separation, learnt about several symbolic
execution techniques like DART, KLEE & EXE. I have a basic knowledge
of compiler design, databases, functional programming, machine
learning and computer security as well. You can find my work here:
https://github.com/vineetpurswani

Kindly guide me as to how do I start working on this idea? Which bug
fix/enhancement should I work on? Expectations in proposal?

Kindly share any details that you would like to share or any questions
that you may have for me regarding this GSOC project.

Let me know what you think. Thanks a lot.

Yours Sincerely
Vineet Purswani
IIT Kanpur
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 98535] FILESAVE DOCX not working to Google Drive

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||philip...@hotmail.com
 Blocks||98360
 Ever confirmed|0   |1

--- Comment #1 from Yousuf (Jay) Philips  ---
Dear Roogeravilla,

I'm sorry to hear that you lost your work. Can you provide any additional
information on how it happened, as i just tested it now and it worked for me.

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


[Libreoffice-bugs] [Bug 98360] Meta: CMIS bugs and enhancements

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Depends on||98535

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


Re: Interested in contributing to LibreOffice GSOC 2016

2016-03-09 Thread Chris Sherlock

> On 10 Mar 2016, at 6:07 AM, yeliz taneroğlu  wrote:
> 
> Hi Everyone,
> 
> I hope you are well. My name is Yeliz and I am a 3rd year student in a 
> Computer Engineering program. I'm interested in "Refactor god objects" 
> project for GSOC 2016. I read this 
> https://wiki.documentfoundation.org/Development/GSoC/Ideas#Refactor_god_objects
>  
> 
>  .
> 
> My accepted patches for LibreOffice until now.
> 
> https://gerrit.libreoffice.org/#/c/19792/  
> 
> https://gerrit.libreoffice.org/#/c/19671/  
> 
> https://gerrit.libreoffice.org/#/c/21614/ 
>  
> https://gerrit.libreoffice.org/#/c/21858/  
> 
> https://gerrit.libreoffice.org/#/c/21888/ 
> 
> https://gerrit.libreoffice.org/#/c/21936/  
> 
> https://gerrit.libreoffice.org/#/c/22020/ 
>  
> https://gerrit.libreoffice.org/#/c/22940/  
> 
> 
> I want to work in this project. Thank you so much for your time and I look 
> forward to hearing from you. 
> 
> Kind Regards,
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice

Welcome aboard Yeliz :-)

As it turns out, I’ve got an idea I’ve been toying with for ages, so I might as 
well put it out there. 

One of the issues with the VCL module as it currently stands is that the 
OutputDevice class is pretty massive. I would be good to be able to make a 
compilation firewall for this class, and at the same time split up the 
functionality into seperate classes. 

Some time ago I rearranged the OutputDevice source files into a more logical 
structure - they can be found here:

http://opengrok.libreoffice.org/xref/core/vcl/source/outdev/

My idea was that all these cxx files now logically group related functionality 
and could be converted into “Helper” classes, and we reference these as private 
member variables using a pImpl pattern. Public functions (that are indeed truly 
public) are then forwarded to the Helper classes. 

The advantages are mainly in compilation time and code flexibility, but also 
any of the other advantages to setting up a compilation firewall would apply 
also. 

If you’ve never heard of a Compilation Firewall, the description of my idea 
above is essentially what it achieves. However, I *really* recommend reading 
Herb Suttor’s article on the technique here:

http://herbsutter.com/gotw/_100/ 

Perhaps I should log an easy hack. 

Anyway, that would be something I think could be done - it’s a reasonable 
difficultly level, but not too difficult for someone who knows C++. I would 
really love to see unit tests of the helper classes, which would really help 
make the code robust. 

If someone else wants to chime in here, please feel free :-) However, I’m happy 
to chat on IRC - come to #libreoffice-dev on freenode; my nick is chris_wot

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


[Libreoffice-bugs] [Bug 90855] DIALOG: Improve the 'Insert Bookmark' dialog

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

--- Comment #11 from Tomaz Vajngerl  ---
(In reply to Jakub Trzebiatowski from comment #9)
> I have a question about MVC model.
> I'm making a view control class that inherits from SvSimpleTable.
> This control will be usefull only for bookmarks.
> 
> Can I put the logic of adding / removing bookmarks from internal container
> into this class?

Yes, that should not be a problem.

(In reply to Jakub Trzebiatowski from comment #10)
> Bookmarks are identified with name. Should name be used as bookmark id?
> The Bookmark text can change. It needs to be updated every time dialog is
> opened.

As I said on IRC:
- user given bookmark name is "bookmark id"
- "bookmark text" is the text that the bookmark points to (show just a portion
of it), it needs to be updated everytime the dialog opens.

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


[Libreoffice-bugs] [Bug 98079] FILESAVE CALC crashes sporadically when saving multiple sheet workbook (Win x64)

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

--- Comment #9 from Joel Madero  ---
5.2: 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98569] Keys HOME/END are not working while editing textzone or notes

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

--- Comment #1 from Dude76  ---
By the way :  windows 10 x64

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


[Libreoffice-bugs] [Bug 98569] New: Keys HOME/END are not working while editing textzone or notes

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

Bug ID: 98569
   Summary: Keys HOME/END are not working while editing textzone
or notes
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dud...@free.fr

Hi.

I have recently made a presentation under LO Impress 5.0.x.
Because of a Impress Remote issue, I have taken the risk to update LO to the
last current version: 5.1.0.3.
On that version, when I edit a textzone in a slide OR in a note* the keys HOME
and END ar not driving the cursor to the begin/end of line.

Otherwise MAJ+HOME / MAJ+END are doing the correct selection (from current
cursor position to the begin/end of line).



*:i'm note sure for the worrect word (english is not my native language)
I'm talking about the "large" textzone you can add comments in that will help
you to comment the displayed slide; The "note" is only displayed on your
(PC)screen, not on the "show-screen"(projector)

Regards.

Dude76.

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


[Libreoffice-bugs] [Bug 98568] New: formatting issue

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

Bug ID: 98568
   Summary: formatting issue
   Product: LibreOffice
   Version: 5.1.1.3 rc
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@e-sign.co.uk

Great software but there is a formatting issue with this docx file.

it indents the bullet points and auto numbers paragraphs that have already been
numbered

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


[Libreoffice-bugs] [Bug 98567] New: formatting issue

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

Bug ID: 98567
   Summary: formatting issue
   Product: LibreOffice
   Version: 5.1.1.3 rc
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@e-sign.co.uk

Created attachment 123453
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123453=edit
Docx file

Great software but there is a formatting issue with this docx file.

it indents the bullet points and auto numbers paragraphs that have already been
numbered

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


[Libreoffice-bugs] [Bug 98563] LO Writer menu-help

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

--- Comment #2 from gmarco  ---
(In reply to Buovjaga from comment #1)
> It is in 5.1
> https://wiki.documentfoundation.org/ReleaseNotes/5.
> 1#Reorganization_of_the_menus

O! as asked for, I just updated on last 28 february and after that no other
notice, looking for updates I get I am OK!!!

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


[Libreoffice-bugs] [Bug 97614] Does not work with LibreOffice 5

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

--- Comment #1 from Dude76  ---
I have the same problem.

-the smartphone is correctly paired with the OS
-The Impress remote app on the smartphone see the computer but fail to connect
(bluetooth / wifi)


-Same computer (Asus G73Sw), same smartphone (GT-I9305 / official Samsung
Kikat).
-Was working with Impress (4.x) / Win 7 x64.
-Doesn't work anymore with Impress 5.1.0.3 (x64) / Windows 10 x64.

I will soon make an other test with my firewall (Comodo) uninstalled, just in
case of.

When googling the problem, i found few but recent occurrences of this problem,
all with LO 5.

Regards.
Dude76.

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


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

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

--- Comment #7 from Commit Notification 
 ---
Yousuf Philips committed a patch related to this issue.
It has been pushed to "master":

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

tdf#92825 Rearrange Writer's insert menu

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


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

2016-03-09 Thread Yousuf Philips
 AllLangHelp_shared.mk|3 
 AllLangHelp_swriter.mk   |3 
 source/text/shared/00/0404.xhp   |8 -
 source/text/shared/01/0405.xhp   |  131 ++-
 source/text/shared/01/0410.xhp   |   59 
 source/text/shared/01/0414.xhp   |   49 +++
 source/text/shared/01/0415.xhp   |   75 ++
 source/text/shared/01/04160500.xhp   |6 
 source/text/shared/01/0499.xhp   |   37 ++---
 source/text/shared/01/formatting_mark.xhp|   79 ++-
 source/text/shared/02/0114.xhp   |   14 --
 source/text/shared/02/fontwork.xhp   |   42 +++---
 source/text/shared/guide/chart_insert.xhp|4 
 source/text/shared/menu/insert_chart.xhp |   51 +++
 source/text/shared/menu/insert_form_control.xhp  |   40 +
 source/text/shared/menu/insert_shape.xhp |   52 +++
 source/text/swriter/01/0401.xhp  |   74 +-
 source/text/swriter/01/0404.xhp  |   55 ---
 source/text/swriter/01/0406.xhp  |   74 ++
 source/text/swriter/01/04090002.xhp  |2 
 source/text/swriter/01/0412.xhp  |   45 +++---
 source/text/swriter/01/0413.xhp  |6 
 source/text/swriter/01/0415.xhp  |4 
 source/text/swriter/01/0419.xhp  |   38 ++---
 source/text/swriter/01/0422.xhp  |   46 +++---
 source/text/swriter/01/0423.xhp  |   46 +++---
 source/text/swriter/01/0499.xhp  |   45 +++---
 source/text/swriter/02/18030300.xhp  |   43 +++---
 source/text/swriter/main0104.xhp |  103 --
 source/text/swriter/main0106.xhp |1 
 source/text/swriter/menu/insert_footnote_endnote.xhp |   48 ++
 source/text/swriter/menu/insert_frame.xhp|   46 ++
 source/text/swriter/menu/insert_header_footer.xhp|   41 +
 33 files changed, 867 insertions(+), 503 deletions(-)

New commits:
commit 17d37456a2c3e912a137b7af643de8aa4aa34bbb
Author: Yousuf Philips 
Date:   Mon Mar 7 12:06:10 2016 +0400

tdf#92825 Rearrange Writer's insert menu

fix merge conflict

Change-Id: I8c67b61fdc6042291890bf80b47d762dd89d76d4
Reviewed-on: https://gerrit.libreoffice.org/22972
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index cbfe8f1..dfea564 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -830,6 +830,9 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
 helpcontent2/source/text/shared/main0600 \
 helpcontent2/source/text/shared/main0650 \
 helpcontent2/source/text/shared/main0800 \
+helpcontent2/source/text/shared/menu/insert_chart \
+helpcontent2/source/text/shared/menu/insert_form_control \
+helpcontent2/source/text/shared/menu/insert_shape \
 helpcontent2/source/text/shared/need_help \
 helpcontent2/source/text/shared/optionen/0100 \
 helpcontent2/source/text/shared/optionen/0101 \
diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk
index 0dc26d3..7aa381f 100644
--- a/AllLangHelp_swriter.mk
+++ b/AllLangHelp_swriter.mk
@@ -408,6 +408,9 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
 helpcontent2/source/text/swriter/main0216 \
 helpcontent2/source/text/swriter/main0220 \
 helpcontent2/source/text/swriter/main0503 \
+helpcontent2/source/text/swriter/menu/insert_header_footer \
+helpcontent2/source/text/swriter/menu/insert_footnote_endnote \
+helpcontent2/source/text/swriter/menu/insert_frame \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/source/text/shared/00/0404.xhp 
b/source/text/shared/00/0404.xhp
index 5de6f2f..6424a38 100644
--- a/source/text/shared/00/0404.xhp
+++ b/source/text/shared/00/0404.xhp
@@ -188,19 +188,19 @@
 
 
 
-Choose Insert - Image - From File
+Choose Insert - Image
 
-Open the Insert toolbar, clickUFI: shortened 
the para
+On the Standard toolbar, click 
 
 
 
 
 
-Icon
+Icon

 
 
-From File
+Image
 
 
 
diff --git a/source/text/shared/01/0405.xhp 
b/source/text/shared/01/0405.xhp
index 6229a04..ba987ae 100644
--- a/source/text/shared/01/0405.xhp
+++ b/source/text/shared/01/0405.xhp
@@ -1,6 +1,5 @@
 
 
-
 
-
+-->
 
 
-  
- Comment
- /text/shared/01/0405.xhp
-  
-   
-   
-comments;inserting/editing/deleting/printing
-  inserting; comments
-  editing; comments
-  deleting;comments
-  Navigator;comments
-  printing;comments
-  records; inserting comments 
-  

[Libreoffice-commits] core.git: helpcontent2

2016-03-09 Thread Yousuf Philips
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 08b4813172ff5566a9ea75e9fa54875edc2e593b
Author: Yousuf Philips 
Date:   Mon Mar 7 12:06:10 2016 +0400

Updated core
Project: help  17d37456a2c3e912a137b7af643de8aa4aa34bbb

tdf#92825 Rearrange Writer's insert menu

fix merge conflict

Change-Id: I8c67b61fdc6042291890bf80b47d762dd89d76d4
Reviewed-on: https://gerrit.libreoffice.org/22972
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index dec91da..17d3745 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit dec91da1bdf9b9abbb0d54551cf6722c7aeb3ce8
+Subproject commit 17d37456a2c3e912a137b7af643de8aa4aa34bbb
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98566] New: calc online and offline help: add escaping for searching parentheses in regular expression

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

Bug ID: 98566
   Summary: calc online and offline help: add escaping for
searching parentheses in regular expression
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: scho...@snafu.de

related to offline and online help (german, but also english)

to find here: help.libreoffice.org/Common/List_of_Regular_Expressions/

i'm missing the hint that one also needs to escape a parenthesis for finding it
in regex search; so there should be a hint in this paragraph:

( ) In the Search for box:

Defines the characters inside the parentheses as a reference. You can then
refer to the first reference in the current expression with "\1", to the second
reference with "\2", and so on.

For example, if your text contains the number 13487889 and you search using the
regular expression (8)7\1\1, "8788" is found.

You can also use () to group terms, for example, "a(bc)?d" finds "ad" or
"abcd".

--- hint start ---
For searching a parenthesis you should escape it: "\(" finds a "("
--- hint end ---


I know it's slightly redundant, but just to clarify it for the nonprofessionals
in regular expressions ... 

Or perhaps there should be a row on the top below "Any character":

"Special characters": All characters used here for building regular expressions
have to be escaped to find the literal characters: 

thanks for the good work!

Schusch

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


[Libreoffice-bugs] [Bug 98558] Opening the ODS file attached make a fatal error 'Bad allocation'

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

--- Comment #13 from Stéphane Aulery  ---
Created attachment 123452
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123452=edit
soffice.bin_160309_222133.dmp

Procdump attached, you can be more succesfull than me.

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


[Libreoffice-bugs] [Bug 98558] Opening the ODS file attached make a fatal error 'Bad allocation'

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

--- Comment #12 from Stéphane Aulery  ---
WinDbg is not cooperative :

* Symbol Path validation summary **
Response Time (ms) Location
Deferred   CACHE*C:\symbols
Deferred  
SRV*http://dev-downloads.libreoffice.org/symstore/symbols
Deferred  
SRV*http://msdl.microsoft.com/download/symbols
0:000> !analyze -v
ERROR: FindPlugIns 8007007b
ERROR: Some plugins may not be available [8007007b]
***
* *
*Exception Analysis   *
* *
***

* OS symbols are WRONG. Please fix symbols to do analysis.

* OS (WOW64 kernel32) symbols are WRONG. Please fix symbols to do analysis.

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


[Libreoffice-bugs] [Bug 98079] FILESAVE CALC crashes sporadically when saving multiple sheet workbook (Win x64)

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

--- Comment #8 from Michael Amaral  ---
I haven't been able to crash v4.4.7.2 x86 version using the testcase file, but
v5.1.0.3 Win64 & v5.1.1.3 Win64 both crash using the same test sequence already
described herein.

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


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

2016-03-09 Thread Caolán McNamara
 vcl/unx/gtk3/gtk3gtkframe.cxx |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 380e5a98d2f20d77b8fc51bbea74f554dd24cdd1
Author: Caolán McNamara 
Date:   Wed Mar 9 21:16:50 2016 +

Related: tdf#98419 use gtk_window_begin_move_drag bodge for wayland only

Change-Id: Ica19aef9b94e0c11e014f48b7801ecb0c110c44b

diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx
index ed0293d..9c88506 100644
--- a/vcl/unx/gtk3/gtk3gtkframe.cxx
+++ b/vcl/unx/gtk3/gtk3gtkframe.cxx
@@ -893,7 +893,16 @@ void GtkSalFrame::dragWindowTo(long nX, long nY)
 if (isChild(false))
 moveWindow(nX, nY);
 else
-gtk_window_begin_move_drag(GTK_WINDOW(m_pWindow), 1, nX, nY, 
GDK_CURRENT_TIME);
+{
+#if defined(GDK_WINDOWING_WAYLAND)
+if (GDK_IS_WAYLAND_DISPLAY(getGdkDisplay()))
+{
+gtk_window_begin_move_drag(GTK_WINDOW(m_pWindow), 1, nX, nY, 
GDK_CURRENT_TIME);
+return;
+}
+#endif
+gtk_window_move(GTK_WINDOW(m_pWindow), nX, nY);
+}
 }
 
 void GtkSalFrame::widget_set_size_request(long nWidth, long nHeight)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98419] severe UI regressions

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.2.0

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


[Libreoffice-bugs] [Bug 98419] severe UI regressions

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

--- Comment #8 from Commit Notification 
 ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to "master":

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

Related: tdf#98419 use gtk_window_begin_move_drag bodge for wayland only

It will be available in 5.2.0.

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

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

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


[Libreoffice-bugs] [Bug 98079] FILESAVE CALC crashes sporadically when saving multiple sheet workbook (Win x64)

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

--- Comment #7 from Michael Amaral  ---
More testing with testcase file showed crashing using versions 5.1.0.3 and
5.1.1.3 using the same actions already documented when the testcase was
uploaded.

I haven't been able to crash 4.4.7.2 x86 on the same testcase file, at least
yet.

I don't know how to get a copy of 5.2.x yet.

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


[Libreoffice-bugs] [Bug 98334] Installation hangs in OS X after package verification in CoreServicesUIAgent with high CPU

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

--- Comment #4 from hew...@gmx.de ---
Created attachment 123451
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123451=edit
Analysis of CoreServicesUIAgent

Process analysis of CoreServicesUIAgent created while the issue of high CPU
usage is present. Maybe this can help.

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


[Libreoffice-bugs] [Bug 98558] Opening the ODS file attached make a fatal error 'Bad allocation'

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

--- Comment #11 from Stéphane Aulery  ---
Created attachment 123450
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123450=edit
backtrace_lo_5.1.0.3_v2

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


[Libreoffice-bugs] [Bug 98560] The followed template "Feature"

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

--- Comment #3 from max12354678...@gmail.com ---
My problem is that I want a header at the front page, a footer the next 4 pages
and then a different footer the next few pages. This is not possible if I
assign each of the first 5 pages their on master template.

I want a feature that allows me to select --none-- as the following template.
This should completely ignore the template/layout from the next page.

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


[Libreoffice-bugs] [Bug 98558] Opening the ODS file attached make a fatal error 'Bad allocation'

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

--- Comment #10 from Stéphane Aulery  ---
I suspected a little. I try launching Calc with a new document before I open
the fatal file!

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


[Libreoffice-bugs] [Bug 98476] Some images (jpg or gif) are printed as black rectangle

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

--- Comment #3 from tapli...@gmail.com ---
I have the same problem and returned to the version 5.0.5 which prints fine so
far.

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


[Libreoffice-bugs] [Bug 98558] Opening the ODS file attached make a fatal error 'Bad allocation'

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

--- Comment #9 from Buovjaga  ---
(In reply to Stéphane Aulery from comment #8)
> Created attachment 123449 [details]
> backtrace_lo_5.1.0.3

It seems the trace was not successful.

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


[Libreoffice-bugs] [Bug 98558] Opening the ODS file attached make a fatal error 'Bad allocation'

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

--- Comment #8 from Stéphane Aulery  ---
Created attachment 123449
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123449=edit
backtrace_lo_5.1.0.3

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


[Libreoffice-bugs] [Bug 98565] FILEOPEN draw:transform="scale()" acts wrongly on line, polyline and path

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

Regina Henschel  changed:

   What|Removed |Added

Version|4.2.0.4 release |Inherited From OOo

--- Comment #3 from Regina Henschel  ---
I think bug 94319 is different. 
(1)
The problem does not occur, when LO produces content. LO does not write scaling
to file format. Besides when opening such file, you will see similar problems,
when working directly with macros and matrices on the objects.
(2)
The copy failure is a regression, but the draw:transform problems are
very old. I have corrected the version field.

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


[Libreoffice-bugs] [Bug 98380] opengl: font anti-aliasing ...

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

--- Comment #8 from V Stuart Foote  ---
Should note that this seems to only be affecting the UI menu and dialog
elements that are using system default font--so on Windows 8.1 that is Segoe
UI.

Text on a document canvas assigned Segoe UI is rendered cleanly without the AA
issues.

So is this a Windows OS font smoothing collision with the OpenGL being applied
to LibreOffice menus and dialogs? If so, any way to isolate menus and dialogs
from the OpenGL wrapper?

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


[Libreoffice-bugs] [Bug 98558] Opening the ODS file attached make a fatal error 'Bad allocation'

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

--- Comment #7 from Stéphane Aulery  ---
My version :

Version: 5.1.0.3
Build ID: 5e3e00a007d9b3b6efb6797a8b8e57b51ab1f737
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
Locale : fr-FR (fr_FR)

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


[Libreoffice-bugs] [Bug 98565] FILEOPEN draw:transform="scale()" acts wrongly on line, polyline and path

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

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #2 from Cor Nouws  ---
also see issue 94319 ?

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


[Libreoffice-bugs] [Bug 98558] Opening the ODS file attached make a fatal error 'Bad allocation'

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

raal  changed:

   What|Removed |Added

   Keywords||regression, wantBacktrace
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #6 from raal  ---
Repro with Version: 5.2.0.0.alpha0+
Build ID: 98a8eafa915b8d57b8bdccab9981e537d77f6f4a
CPU Threads: 1; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-02-25_00:49:33

no repro : 5.1.0.3 (x64)

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


[Libreoffice-bugs] [Bug 98481] SUM is zero when some cells are empty and some cells reference other sheet AND file is xlsx.

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #3 from Buovjaga  ---
Can you comment on raal's suggestion?

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


[Libreoffice-bugs] [Bug 98535] FILESAVE DOCX not working to Google Drive

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

Buovjaga  changed:

   What|Removed |Added

Summary|Não Salva documetno no  |FILESAVE DOCX not working
   |google drive em formato |to Google Drive
   |.docx   |

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


[Libreoffice-bugs] [Bug 97908] Right ALT key not functional for key combinations

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

Buovjaga  changed:

   What|Removed |Added

 CC||apollo1997web-...@yahoo.co.
   ||jp

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

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


[Libreoffice-bugs] [Bug 98536] Accelerators for File menu broken with right Alt key

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

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |DUPLICATE
Summary|日本語入力時に右ALTキーを押しながらF,E,V,I, |Accelerators for File menu
   |O,A,T,W,Hなどのキーを押してもメニューを選択で |broken with right Alt key
   |きなくなった  |

--- Comment #1 from Buovjaga  ---


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

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


[Libreoffice-bugs] [Bug 98547] Bottom bar occluded in Table view

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #5 from Buovjaga  ---


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

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


[Libreoffice-bugs] [Bug 98558] Opening the ODS file attached make a fatal error 'Bad allocation'

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

--- Comment #5 from Buovjaga  ---
Maybe you could get a bt:
https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg

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


[Libreoffice-bugs] [Bug 97731] Record summary footer is not visible when table listing is first opened

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

Buovjaga  changed:

   What|Removed |Added

 CC||david.burle...@gmx.com

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

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


[Libreoffice-bugs] [Bug 98380] opengl: font anti-aliasing ...

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

V Stuart Foote  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 98558] Opening the ODS file attached make a fatal error 'Bad allocation'

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

--- Comment #4 from Stéphane Aulery  ---
Created attachment 123448
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123448=edit
screenshot of bad allocation error with LO 5.1

Yes, same error and same lock file with version 5.1.

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


[Libreoffice-bugs] [Bug 98380] opengl: font anti-aliasing ...

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #7 from V Stuart Foote  ---
Created attachment 123447
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123447=edit
Windows font anti alaising with OpenGL after the 20160303 patch

@Michael M., *

I know this is a bit of a "whack-a-mole" chase for you, but think things with
OpenGL anti-aliasing of Windows fonts are still a bit off the mark with:

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

See the attached ODG, left side are two info panels from the 20160303 TB39
build default above and OpenGL below. And on right are info panels from the
20160304 TB39 build--default remains clear but the OpenGL anti-alaising is a
bit rough.  

Same poor AA effects across UI for all builds after 20160304.  

This is on Windows 8.1 Pro 64-bit en-US with nVidia Quadro K2000 (361.91
driver)
Version: 5.2.0.0.alpha0+
Build ID: fee4fe8e589e101140d9b318ac757825bf836506
CPU Threads: 8; OS Version: Windows 6.29; UI Render: GL; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-03-04_03:16:28
Locale: en-US (en_US)

bisect to between the 20160303 and 20160304 builds (TB39)

https://cgit.freedesktop.org/libreoffice/core/log/?qt=range=7ccdb94e2c5774f924bf89b34387c7d41e2e4c30..fee4fe8e589e101140d9b318ac757825bf836506

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


[Libreoffice-bugs] [Bug 93529] Meta: VCL/OpenGL tracker bug for 5.0+

2016-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529
Bug 93529 depends on bug 98380, which changed state.

Bug 98380 Summary: opengl: font anti-aliasing ...
https://bugs.documentfoundation.org/show_bug.cgi?id=98380

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 98547] Bottom bar occluded in Table view

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

Buovjaga  changed:

   What|Removed |Added

 Attachment #123425|0   |1
is obsolete||

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


[Libreoffice-bugs] [Bug 98548] Try to acess remote server when off-line

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

--- Comment #2 from steve -_-  ---
Could you please elaborate in greater detail, which files are in recent files.
Are those local files? Or files from an online storage?

Also you say "this operation expend a lot of time while the Libre office check
the server". Which server are you referring to that is being checked?

Setting to NEEDINFO until more detail is provided.

After providing the requested info, please reset this bug to UNCONFIRMED
(should it be persisting) or WORKSFORME (should it be solved with a newer LO
version).

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


[Libreoffice-bugs] [Bug 98537] Freeze at startup

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #1 from Buovjaga  ---
LibreOffice 5.0 or 5.1?

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

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


[Libreoffice-bugs] [Bug 98565] FILEOPEN draw:transform="scale()" acts wrongly on line, polyline and path

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

--- Comment #1 from Regina Henschel  ---
It is correct in AOO CWS aw080 (owner armin.le.gr...@me.com)

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


[Libreoffice-bugs] [Bug 98541] Invalid value when adding a referenced cell

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #1 from Buovjaga  ---
Cell L586 had a period as decimal separator. Changing to comma fixed it.

Please also consider http://ask.libreoffice.org/ before filing a bug report.
Thanks.

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


[Libreoffice-bugs] [Bug 98547] Bottom bar occluded in Table view

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

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
Version|5.1.1.2 rc  |5.1.1.3 rc

--- Comment #2 from Buovjaga  ---
Ok, I added the version and changed the field value.
Your archive only has the after screenshot. Please just attach them as images
and not as a .zip

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


[Libreoffice-bugs] [Bug 98538] :

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #1 from Buovjaga  ---
Disable Tools - Options - LibreOffice - View - Use OpenGL for all rendering

5.1.1 should make things work.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided further testing information.

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


[Libreoffice-bugs] [Bug 98437] DIALOG: Find & Replace dialog reopens with larger size but collapsed options

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

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #3 from Buovjaga  ---
No repro. My build is newer than Eike's commit.
(Btw., how can I make the build date visible in the about box?)

64-bit, KDE Plasma 5
Version: 5.2.0.0.alpha0+
Build ID: 8fab3bf91331a4ac9e3b8f44a46f579dbf7aeafb
CPU Threads: 8; OS Version: Linux 4.4; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8)

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


[Libreoffice-bugs] [Bug 98547] Bottom bar occluded in Table view

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

--- Comment #4 from David Burleigh  ---
Created attachment 123446
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123446=edit
View after maximize and minimize

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


[Libreoffice-bugs] [Bug 98547] Bottom bar occluded in Table view

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

--- Comment #3 from David Burleigh  ---
Created attachment 123445
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123445=edit
Initial view

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


[Libreoffice-bugs] [Bug 98565] New: FILEOPEN draw:transform="scale()" acts wrongly on line, polyline and path

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

Bug ID: 98565
   Summary: FILEOPEN draw:transform="scale()" acts wrongly on
line, polyline and path
   Product: LibreOffice
   Version: 4.2.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 123444
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123444=edit
package with three test documents

The attached package contains three file, one for draw:line, one for
draw:polyline and one for draw:path.

The document has an object draw:rectangle in light blue and second object
draw:rectangle in dark blue with the same attributes as the light one and an
additional attribute draw:transform=scale(3,1).

The document has a line in black and second line in yellow. Here too the
objects have the same attributs and the yellow on has an additional attribute
draw:transform=scale(3,1).

The lines are defined in a way, that their corners lay on the corners of the
rectangle.

Expected behavior: The objects are scaled in x-direction in the same way, so
that after applying the scale transformation, the corners of the scaled line
still lays on the corner of scaled rectangle.

Observed behavior: The rectangle is scaled as expected, but the line is not
scaled, but only shifted.

Scaling is always done with the origin as fix point, therefore the rectangle
not only becomes 3 times wider, but the distance to the y-axis is 3 times
larger too.

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


[Libreoffice-bugs] [Bug 98548] Try to acess remote server when off-line

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||philip...@hotmail.com
 Ever confirmed|0   |1
 OS|All |Mac OS X (All)

--- Comment #1 from Yousuf (Jay) Philips  ---
Hi Andre,

Thank you for reporting the bug. Can you confirm that this is happening with
the latest LibreOffice Vanilla 5.1.1?

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


[Libreoffice-bugs] [Bug 98556] Reports docx files as corrupt if a writer is not installed.

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

Matt  changed:

   What|Removed |Added

   Hardware|All |x86-64 (AMD64)

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


[Libreoffice-bugs] [Bug 98551] Crashing - Icons on startup page solid black

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #1 from Buovjaga  ---
I bet it's OpenGL.
Disable this: Tools - Options - LibreOffice - View - Use OpenGL for all
rendering
5.1.1 should fix it.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided further testing information.

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


  1   2   3   4   5   >