[Libreoffice-qa] bibisect results #tdf94995

2015-10-12 Thread Tommy

who's the correct person to ping looking at the following bibisect log?

https://bugs.documentfoundation.org/show_bug.cgi?id=94955#c2

Bibisection result:

===
b827dce34450091ab3fd608fcb1774899cb2f865 is the first bad commit
commit b827dce34450091ab3fd608fcb1774899cb2f865
Author: Bjoern Michaelsen 
Date:   Thu Oct 17 05:16:54 2013 +

source-hash-1472b5f87314fe660ef1a7b254e51272669f12f6

commit 1472b5f87314fe660ef1a7b254e51272669f12f6
Author: Alia Almusaireae 
AuthorDate: Mon May 6 09:11:30 2013 +0300
Commit: Bosdonnat Cedric 
CommitDate: Mon May 13 15:12:01 2013 +

zoomandviewlayout.ui widget

Change-Id: I8d607a5960ffc3c69ffa97ca3e2ebae555044581
Reviewed-on: https://gerrit.libreoffice.org/3794
Reviewed-by: Bosdonnat Cedric 
Tested-by: Bosdonnat Cedric 

:100644 100644 b3d561c5462e2082e8239a025b32f49179640532 
3054ac942c5d4b65fec372169cf9a5cf3c8b1f32 M  autogen.log
:100644 100644 6128b74db3cb1f6c27b1a45c50f7c153ff97a258 
e407fbaabbe6f6ff899f60b6c361ac957a64c045 M  ccache.log
:100644 100644 edebfbdcc3e04b63975a647dc7c0b96c150fbbd0 
a9ad80935f7065b3323e9f96d191a39923ef M  commitmsg
:100644 100644 809776d76c5acff63ae05acc840151ed3d6c838f 
9d4891958550c345355ce51538d22d0bf9417611 M  dev-install.log
:100644 100644 6568832225733800f0f023ebbe299e1af2ffa2d7 
9066bd3d8d2d22fa93737a7c071da2c6ef04d83a M  make.log
:04 04 2f51c32806a14b911a2cd80cfe103e8d9b000711 
d881f8f7d4858f58d394c03c09f66a630c11dd57 M  opt

===

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-bugs] [Bug 94955] FILEOPEN: image inside .doc file showed in wrong position

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

tommy27  changed:

   What|Removed |Added

 Whiteboard|bibisectRequest |bibisected

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


Re: zip/unzip jar archive or add/remove file using a Basic macro?

2015-10-12 Thread Stephan Bergmann

On 10/11/2015 08:31 PM, Regina Henschel wrote:

I want to write a Basic macro to preview an .xhp file while editing it.
Viewing such file works fine with LoadComponentFromUrl with protocol
"vnd.sun.star.help", if the file is inside a .jar container.

But how can I modify or create or zip/unzip the content of such
container using a Basic macro? A SimpleFileAccess sees it only as file,
not as folder.


There is a UCP for a vnd.sun.star.pkg URL scheme, to access content 
within a (zip, jar) package.  See the documentation of the 
css.ucb.PackageContentProvider UNO service for details.  (There is also 
a css.uri.VndSunStarPkgUrlReferenceFactory UNO service that helps create 
such vnd.sun.star.pkg URLs.)


Underlying that is UNO services like css.packages.Package and 
css.packages.zip.ZipFileAccess.

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


[Libreoffice-bugs] [Bug 84263] compile fails due to bad Qt include directives

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

Jan-Marek Glogowski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #6 from Jan-Marek Glogowski  ---
1. Using "" instead of <> for includes

Well - actually this is implementation specific. For gcc see:
https://gcc.gnu.org/onlinedocs/cpp/Include-Syntax.html
If you send a patch to Gerrit, I'll merge it. The C standard, section 6.10.2,
paragraphs 2 to 4 states, that "" falls back to <>, if the search doesn't
succeed.

2. Include Qt components in #include <>

I was told there is no deprecation in #qt on IRC. Both include styles are
correct. You have an independent build problem.

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


Re: Compiling with clang 3.7: breaks in 'external/libwpd'

2015-10-12 Thread Giuseppe Castagno

On 10/12/2015 09:34 AM, Miklos Vajna wrote:

Hi,

On Sat, Oct 10, 2015 at 11:42:23AM +0200, Giuseppe Castagno 
 wrote:

Making all in lib
   CXX  libwpd_internal.lo
clang: error: argument unused during compilation: '-I .'
clang: error: argument unused during compilation: '-I ../..'
clang: error: argument unused during compilation: '-I ../../inc'
clang: error: argument unused during compilation: '-I


Did you read
?
IIRC this error happens if you use ccache and you don't set CCACHE_CPP2.


I set it, the first two lines of my configure script helper look like:

export CCACHE_CPP2=1
./autogen.sh CC=clang CXX=clang++ \

Thanks.

--
Kind Regards,
Giuseppe Castagno aka beppec56
Acca Esse http://www.acca-esse.eu
giuseppe.castagno at acca-esse.eu
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

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

Bug ID: 94975
   Summary: Function for Sheet names
   Product: LibreOffice
   Version: 5.0.2.1 rc
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: m...@marcos-martinez.net

Hi LO team,
I was just looking for a function in Excel to retrieve a list of all worksheet
(tab)names and apparently there is none, you can only get it with VBA coding. 
Having this function is useful for making references to data in different
worksheets and should update as the worksheet names change. If we can beat
Excel at this it would be great.
Just curious: From my perspective as coding ignorant,this sounds like an easy
thing to implement, I was shocked that Excel doesn't have it. Am I right?

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


[Libreoffice-bugs] [Bug 89991] Save ODT as DOCX turns on Show Changes when Record Changes also on

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

Timur  changed:

   What|Removed |Added

 CC||mike.li...@free.fr

--- Comment #4 from Timur  ---
*** Bug 94832 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 94832] Show Changes OFF switches back ON after Save document

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

--- Comment #6 from Timur  ---


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

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


[Libreoffice-bugs] [Bug 70641] FILEOPEN: No connection to KDE-addressbook possible

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

--- Comment #7 from rob...@familiegrosskopf.de ---
Tested this with LO 5.0.3.1. Error is the same:
No SDBC driver was found for the given URL. "sdbc:address:kab"

My system: openSUSE 20150319 (Tumbleweed), 64bit rpm Linux.

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


[Libreoffice-commits] dev-tools.git: clang/find-unprefixed-members.cxx clang/test.hxx

2015-10-12 Thread Miklos Vajna
 clang/find-unprefixed-members.cxx |   23 +--
 clang/test.hxx|4 
 2 files changed, 17 insertions(+), 10 deletions(-)

New commits:
commit 5b813f18f23a34fcc4855d3cc46934cbf06aada4
Author: Miklos Vajna 
Date:   Mon Oct 12 09:09:21 2015 +0200

clang: avoid prefixing members of unnamed unions/structs

E.g. suggesting SwTOXBase::(anonymous)::nLevel -> m_nLevel is pointless,
as it's always accessed as m_aData->nLevel. Problem was that an
SwTOXBase ctor whitelisted all SwTOXBase::(anonymouse) members as well.

diff --git a/clang/find-unprefixed-members.cxx 
b/clang/find-unprefixed-members.cxx
index 1d5c67f..d8c609c 100644
--- a/clang/find-unprefixed-members.cxx
+++ b/clang/find-unprefixed-members.cxx
@@ -34,7 +34,9 @@ public:
 class Visitor : public clang::RecursiveASTVisitor
 {
 const Context m_rContext;
-std::vector m_aResults;
+/// List of qualified class name -- member name pairs.
+std::vector> m_aResults;
+/// List of qualified class names which have ctors/dtors/member functions.
 std::set m_aFunctions;
 
 public:
@@ -43,7 +45,7 @@ public:
 {
 }
 
-const std::vector& getResults()
+const std::vector>& getResults()
 {
 return m_aResults;
 }
@@ -71,8 +73,8 @@ public:
 {
 aName.insert(0, "m_");
 std::stringstream ss;
-ss << pRecord->getQualifiedNameAsString() << "::" << 
pDecl->getNameAsString() << "," << aName;
-m_aResults.push_back(ss.str());
+ss << pDecl->getNameAsString() << "," << aName;
+
m_aResults.push_back(std::make_pair(pRecord->getQualifiedNameAsString(), 
ss.str()));
 }
 }
 
@@ -100,8 +102,8 @@ public:
 {
 aName.insert(0, "m_");
 std::stringstream ss;
-ss << pRecord->getQualifiedNameAsString() << "::" << 
pDecl->getNameAsString() << "," << aName;
-m_aResults.push_back(ss.str());
+ss << pDecl->getNameAsString() << "," << aName;
+
m_aResults.push_back(std::make_pair(pRecord->getQualifiedNameAsString(), 
ss.str()));
 }
 }
 
@@ -148,15 +150,16 @@ public:
 Visitor aVisitor(m_rContext);
 aVisitor.TraverseDecl(rContext.getTranslationUnitDecl());
 const std::set& rFunctions = aVisitor.getFunctions();
-const std::vector& rResults = aVisitor.getResults();
+const std::vector>& rResults = 
aVisitor.getResults();
+// Ignore missing prefixes in structs without ctors/dtors/member 
functions.
 bool bFound = false;
 for (const std::string& rFunction : rFunctions)
 {
-for (const std::string& rResult : rResults)
+for (const std::pair& rResult : rResults)
 {
-if (rResult.find(rFunction) == 0)
+if (rResult.first == rFunction)
 {
-std::cerr << rResult << std::endl;
+std::cerr << rResult.first << "::" << rResult.second << 
std::endl;
 bFound = true;
 }
 }
diff --git a/clang/test.hxx b/clang/test.hxx
index 78ae7c2..1669b9d 100644
--- a/clang/test.hxx
+++ b/clang/test.hxx
@@ -10,6 +10,10 @@ public:
 static const int aS[];
 // This is intentionally not initialized explicitly in C::C().
 A aA;
+union {
+int nFoo;
+int nBar;
+} aUnion;
 C();
 ~C();
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Compiling with clang 3.7: breaks in 'external/libwpd'

2015-10-12 Thread Miklos Vajna
Hi,

On Sat, Oct 10, 2015 at 11:42:23AM +0200, Giuseppe Castagno 
 wrote:
> Making all in lib
>   CXX  libwpd_internal.lo
> clang: error: argument unused during compilation: '-I .'
> clang: error: argument unused during compilation: '-I ../..'
> clang: error: argument unused during compilation: '-I ../../inc'
> clang: error: argument unused during compilation: '-I

Did you read
?
IIRC this error happens if you use ccache and you don't set CCACHE_CPP2.

Regards,

Miklos


signature.asc
Description: Digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 94865] MENU: Duplicate accelerators in en_US version

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

--- Comment #8 from sophie  ---
Hi, Niklas has uploaded the file here:
https://www.dropbox.com/s/8e703zr5bxny27n/AcceleratorKeyChecker.odt?dl=1
Sophie

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


[Libreoffice-bugs] [Bug 94950] FILEOPEN: text line inside .doc file showed in wrong position

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

--- Comment #6 from Nikos Platis  ---
Interesting: While bibisecting the spinned-off bug 94955, I found out that in 

Version: 4.1.0.0.alpha0+
Build ID: 688f72e3a2c3ef923389bbd21f6aea3afe1114d

and  in

Version: 4.1.0.0.alpha1+
Build ID: 2ede6c95e6481c92cc199e7d74fd36c84163630

the page appears completely correctly.

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


[Libreoffice-bugs] [Bug 94955] FILEOPEN: image inside .doc file showed in wrong position

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

--- Comment #2 from Nikos Platis  ---
Bibisection result:

===
b827dce34450091ab3fd608fcb1774899cb2f865 is the first bad commit
commit b827dce34450091ab3fd608fcb1774899cb2f865
Author: Bjoern Michaelsen 
Date:   Thu Oct 17 05:16:54 2013 +

source-hash-1472b5f87314fe660ef1a7b254e51272669f12f6

commit 1472b5f87314fe660ef1a7b254e51272669f12f6
Author: Alia Almusaireae 
AuthorDate: Mon May 6 09:11:30 2013 +0300
Commit: Bosdonnat Cedric 
CommitDate: Mon May 13 15:12:01 2013 +

zoomandviewlayout.ui widget

Change-Id: I8d607a5960ffc3c69ffa97ca3e2ebae555044581
Reviewed-on: https://gerrit.libreoffice.org/3794
Reviewed-by: Bosdonnat Cedric 
Tested-by: Bosdonnat Cedric 

:100644 100644 b3d561c5462e2082e8239a025b32f49179640532
3054ac942c5d4b65fec372169cf9a5cf3c8b1f32 M  autogen.log
:100644 100644 6128b74db3cb1f6c27b1a45c50f7c153ff97a258
e407fbaabbe6f6ff899f60b6c361ac957a64c045 M  ccache.log
:100644 100644 edebfbdcc3e04b63975a647dc7c0b96c150fbbd0
a9ad80935f7065b3323e9f96d191a39923ef M  commitmsg
:100644 100644 809776d76c5acff63ae05acc840151ed3d6c838f
9d4891958550c345355ce51538d22d0bf9417611 M  dev-install.log
:100644 100644 6568832225733800f0f023ebbe299e1af2ffa2d7
9066bd3d8d2d22fa93737a7c071da2c6ef04d83a M  make.log
:04 04 2f51c32806a14b911a2cd80cfe103e8d9b000711
d881f8f7d4858f58d394c03c09f66a630c11dd57 M  opt
===

and the log:

===
# bad: [423a84c4f7068853974887d98442bc2a2d0cc91b]
source-hash-c15927f20d4727c3b8de68497b6949e72f9e6e9e
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'latest' 'oldest'
# bad: [e02439a3d6297a1f5334fa558ddec5ef4212c574]
source-hash-6b8393474974d2af7a2cb3c47b3d5c081b550bdb
git bisect bad e02439a3d6297a1f5334fa558ddec5ef4212c574
# good: [8f4aeaad2f65d656328a451154142bb82efa4327]
source-hash-1885266f274575327cdeee9852945a3e91f32f15
git bisect good 8f4aeaad2f65d656328a451154142bb82efa4327
# good: [9995fae0d8a24ce31bcb5e9cd0459b69cfbf7a02]
source-hash-8600bc24bbc9029e92bea6102bff2921bc10b33e
git bisect good 9995fae0d8a24ce31bcb5e9cd0459b69cfbf7a02
# good: [8ad82bc1416a07501651e8d96fe268e47d3931d3]
source-hash-13821254f88d2c5488fba9fe6393dcf4ae810db4
git bisect good 8ad82bc1416a07501651e8d96fe268e47d3931d3
# good: [d084d250b04446535ca1d7c29cf2062e6bd042b3]
source-hash-688f72e3a2c3ef923389bbd21f6aea3afe1114db
git bisect good d084d250b04446535ca1d7c29cf2062e6bd042b3
# bad: [c2069a369d738078124812312d51f21ea1ce2421]
source-hash-f160e4935c474a5293b3d3c11b3d538efb4767a0
git bisect bad c2069a369d738078124812312d51f21ea1ce2421
# good: [e2a9149a7723f4e00eb3cafe466e204e5da19e9c]
source-hash-2ede6c95e6481c92cc199e7d74fd36c841636304
git bisect good e2a9149a7723f4e00eb3cafe466e204e5da19e9c
# bad: [8901dd09508607642af790dafbbe2d9e9bb9b2a8]
source-hash-be1833cbc497080af531a207f216a4f560c0b9e9
git bisect bad 8901dd09508607642af790dafbbe2d9e9bb9b2a8
# bad: [38e06ae137e1dcaaaf82127b977869499742bd94]
source-hash-3fb33e3e04c7f339e1e15d24529e8ea1d4dbe321
git bisect bad 38e06ae137e1dcaaaf82127b977869499742bd94
# bad: [b827dce34450091ab3fd608fcb1774899cb2f865]
source-hash-1472b5f87314fe660ef1a7b254e51272669f12f6
git bisect bad b827dce34450091ab3fd608fcb1774899cb2f865
# first bad commit: [b827dce34450091ab3fd608fcb1774899cb2f865]
source-hash-1472b5f87314fe660ef1a7b254e51272669f12f6
===

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


[Libreoffice-bugs] [Bug 94957] add unicode conversion shortcut (alt+x) to Math

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

--- Comment #5 from Laurent BP  ---
(In reply to V Stuart Foote from comment #4)
> But what you are asking for in implementing the +X, and varient,
> keyboard shortcuts is a means of inserting Unicode directly without using
> the GUI--in essence a command line interface (CLI).
> 
> What is missing from the shortcut based accelerator as Justin L. implemented
> for the other modules would be ability in Math to categorize the inserted
> Unicode and if needed assign StarMath or MathML name attribute.
It seems I was uncleared. I 'm just expecting the same behavior as in Writer or
Calc:
1. user type hexadecimal Unicode in Math editor such as "3B2"
2. user hit Alt+X (or whatever should the shortcut be)
3. LibO replaces Unicode with Unicode character β (and not any specific Math
code such as %beta or %bêta in French)
No need to look for name of the character.

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


[Libreoffice-commits] core.git: sw/qa sw/source

2015-10-12 Thread Miklos Vajna
 sw/qa/extras/ooxmlimport/data/tdf89165.docx |binary
 sw/qa/extras/ooxmlimport/ooxmlimport.cxx|5 +
 sw/source/core/layout/hffrm.cxx |   12 +---
 3 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit 51438e87d0e17a4cc3c991165d22c740b3ac1fc2
Author: Miklos Vajna 
Date:   Mon Oct 12 09:07:52 2015 +0200

tdf#89165 sw: looping layout in SwHeadFootFrm::FormatSize()

FormatObjsAtFrm() returns false, indicating that the result is not
perfect, and the caller hopes that formatting all children of the frame
again will help. Make sure that in case that assumption turns out to be 
false, we at
least do not loop.

The loop limit is enough to make the original i#43771 bugdoc still laid
out properly.

Change-Id: Ife9bd99a628a72edb922d04e05081971b6adf340

diff --git a/sw/qa/extras/ooxmlimport/data/tdf89165.docx 
b/sw/qa/extras/ooxmlimport/data/tdf89165.docx
new file mode 100644
index 000..a060ca4
Binary files /dev/null and b/sw/qa/extras/ooxmlimport/data/tdf89165.docx differ
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx 
b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 21f3034..c872e21 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -2874,6 +2874,11 @@ DECLARE_OOXMLIMPORT_TEST(testTdf90810, 
"tdf90810short.docx")
 CPPUNIT_ASSERT_EQUAL(static_cast(90), 
static_cast(sFtnText.getLength()));
 }
 
+DECLARE_OOXMLIMPORT_TEST(testTdf89165, "tdf89165.docx")
+{
+// This must not hang in layout
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/layout/hffrm.cxx b/sw/source/core/layout/hffrm.cxx
index a189238..98fb929 100644
--- a/sw/source/core/layout/hffrm.cxx
+++ b/sw/source/core/layout/hffrm.cxx
@@ -246,6 +246,7 @@ void SwHeadFootFrm::FormatSize(SwTwips nUL, const 
SwBorderAttrs * pAttrs)
 pFrm->_InvalidatePos();
 aOldFooterPrtPos = Frm().Pos() + Prt().Pos();
 }
+int nLoopControl = 0;
 while( pFrm )
 {
 pFrm->Calc(getRootFrm()->GetCurrShell()->GetOut());
@@ -263,9 +264,14 @@ void SwHeadFootFrm::FormatSize(SwTwips nUL, const 
SwBorderAttrs * pAttrs)
 if ( !SwObjectFormatter::FormatObjsAtFrm( *pFrm,
   
*(pFrm->FindPageFrm()) ) )
 {
-// restart format with first content
-pFrm = Lower();
-continue;
+if (nLoopControl++ < 20)
+{
+// restart format with first content
+pFrm = Lower();
+continue;
+}
+else
+SAL_WARN("sw", "SwHeadFootFrm::FormatSize: 
loop detection triggered");
 }
 }
 pFrm = pFrm->GetNext();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94917] UI - Vertical text does not render - new in 5.0.2

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

--- Comment #20 from Cor Nouws  ---
(In reply to Maxim Monastirsky from comment #19)

> If there is a workaround, it doesn't mean there's nothing to fix.

Boink boink - stupid me.. Apologies !
Cor

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


[Libreoffice-commits] core.git: basic/source desktop/source extensions/source filter/source l10ntools/source onlineupdate/source oox/source rsc/source sal/osl sal/qa sc/qa sc/source

2015-10-12 Thread Noel Grandin
 basic/source/uno/namecont.cxx   |   20 +---
 desktop/source/migration/services/wordbookmigration.cxx |   12 --
 extensions/source/config/ldap/ldapaccess.cxx|5 -
 filter/source/graphicfilter/epict/epict.cxx |3 
 filter/source/svg/svgexport.cxx |2 
 l10ntools/source/xmlparse.cxx   |5 -
 onlineupdate/source/libmar/sign/mar_sign.c  |3 
 onlineupdate/source/libmar/sign/nss_secutil.c   |2 
 onlineupdate/source/libmar/src/mar_create.c |3 
 onlineupdate/source/update/src/mar_create.c |3 
 onlineupdate/source/update/updater/nsWindowsRestart.cxx |2 
 oox/source/export/chartexport.cxx   |2 
 rsc/source/parser/rscinit.cxx   |   58 
 sal/osl/unx/nlsupport.cxx   |3 
 sal/qa/osl/file/osl_File.cxx|   40 
 sc/qa/unit/ucalc.cxx|7 -
 sc/source/core/data/document.cxx|6 -
 sc/source/core/data/table1.cxx  |3 
 sc/source/core/data/table2.cxx  |6 -
 sc/source/core/tool/interpr2.cxx|2 
 sc/source/filter/excel/excimp8.cxx  |5 -
 sc/source/filter/xml/XMLStylesExportHelper.cxx  |   76 
 22 files changed, 117 insertions(+), 151 deletions(-)

New commits:
commit ccc5ea08d64c38a9ce925d448c3010aca19ed35c
Author: Noel Grandin 
Date:   Mon Oct 12 07:45:01 2015 +0200

cppcheck:variableScope

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

diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx
index 9c2d29d..a9e2c0e 100644
--- a/basic/source/uno/namecont.cxx
+++ b/basic/source/uno/namecont.cxx
@@ -3225,22 +3225,20 @@ Sequence< Type > SfxLibrary::getTypes()
 throw( RuntimeException, std::exception )
 {
 static OTypeCollection * s_pTypes_NameContainer = 0;
+if( !s_pTypes_NameContainer )
 {
+MutexGuard aGuard( Mutex::getGlobalMutex() );
 if( !s_pTypes_NameContainer )
 {
-MutexGuard aGuard( Mutex::getGlobalMutex() );
-if( !s_pTypes_NameContainer )
-{
-static OTypeCollection s_aTypes_NameContainer(
-cppu::UnoType::get(),
-cppu::UnoType::get(),
-cppu::UnoType::get(),
-OComponentHelper::getTypes() );
-s_pTypes_NameContainer = _aTypes_NameContainer;
-}
+static OTypeCollection s_aTypes_NameContainer(
+cppu::UnoType::get(),
+cppu::UnoType::get(),
+cppu::UnoType::get(),
+OComponentHelper::getTypes() );
+s_pTypes_NameContainer = _aTypes_NameContainer;
 }
-return s_pTypes_NameContainer->getTypes();
 }
+return s_pTypes_NameContainer->getTypes();
 }
 
 
diff --git a/desktop/source/migration/services/wordbookmigration.cxx 
b/desktop/source/migration/services/wordbookmigration.cxx
index 0f4427c..768d517 100644
--- a/desktop/source/migration/services/wordbookmigration.cxx
+++ b/desktop/source/migration/services/wordbookmigration.cxx
@@ -146,15 +146,11 @@ namespace migration
 #define MAX_HEADER_LENGTH 16
 bool IsUserWordbook( const OUString& rFile )
 {
-static const sal_Char*  pVerStr2= "WBSWG2";
-static const sal_Char*  pVerStr5= "WBSWG5";
-static const sal_Char*  pVerStr6= "WBSWG6";
-static const sal_Char*  pVerOOo7= "OOoUserDict1";
-
 bool bRet = false;
 SvStream* pStream = ::utl::UcbStreamHelper::CreateStream( OUString(rFile), 
STREAM_STD_READ );
 if ( pStream && !pStream->GetError() )
 {
+static const sal_Char*  pVerOOo7= "OOoUserDict1";
 sal_Size nSniffPos = pStream->Tell();
 static sal_Size nVerOOo7Len = sal::static_int_cast< sal_Size >(strlen( 
pVerOOo7 ));
 sal_Char pMagicHeader[MAX_HEADER_LENGTH];
@@ -172,9 +168,9 @@ bool IsUserWordbook( const OUString& rFile )
 {
pStream->Read(pMagicHeader, nLen);
pMagicHeader[nLen] = '\0';
-if ( !strcmp(pMagicHeader, pVerStr2)
- ||  !strcmp(pMagicHeader, pVerStr5)
- ||  !strcmp(pMagicHeader, pVerStr6) )
+if ( !strcmp(pMagicHeader, "WBSWG2")
+ ||  !strcmp(pMagicHeader, "WBSWG5")
+ ||  !strcmp(pMagicHeader, "WBSWG6") )
 bRet = true;
 }
 }
diff --git 

Re: Compiling with clang 3.7: breaks in 'external/libwpd'

2015-10-12 Thread Stephan Bergmann

On 10/10/2015 11:42 AM, Giuseppe Castagno wrote:

Making all in lib
   CXX  libwpd_internal.lo
clang: error: argument unused during compilation: '-I .'
clang: error: argument unused during compilation: '-I ../..'
clang: error: argument unused during compilation: '-I ../../inc'
clang: error: argument unused during compilation: '-I
/srv5/git/LO/lo-clang-test/workdir/UnpackedTarball/librevenge/inc'
Makefile:1042: recipe for target 'libwpd_internal.lo' failed
make[5]: *** [libwpd_internal.lo] Error 1
Makefile:366: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
Makefile:478: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
Makefile:388: recipe for target 'all' failed
make[2]: *** [all] Error 2
/srv5/git/LO/lo-clang-test/external/libwpd/ExternalProject_libwpd.mk:23:
recipe for target
'/srv5/git/LO/lo-clang-test/workdir/ExternalProject/libwpd/build' failed
make[1]: ***
[/srv5/git/LO/lo-clang-test/workdir/ExternalProject/libwpd/build] Error 1
Makefile:103: recipe for target 'libwpd' failed
make: *** [libwpd] Error 2


Smells like compile-step specific -I switches are passed into a compiler 
invocation that ultimately just causes a link-step.  I'd try to get 
better information about what commands are actually invoked by the build 
(something like "make libwpd verbose=1") and figure out from there 
(might be an autotools issue?; building libwpd involves the dreaded 
libtool AFAIK).  I cannot reproduce here (Fedora 22, recent Clang trunk 
build).

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


[Libreoffice-commits] core.git: 20 commits - chart2/source compilerplugins/clang dbaccess/source extensions/source forms/source formula/source include/formula include/sfx2 io/source sc/source sfx2/sou

2015-10-12 Thread Noel Grandin
 chart2/source/controller/inc/ChartController.hxx |   96 ++
 chart2/source/controller/main/ChartController_Window.cxx |   26 -
 chart2/source/controller/main/ChartWindow.cxx|   20 -
 compilerplugins/clang/mergeclasses.py|5 
 compilerplugins/clang/mergeclasses.results   |   65 
 dbaccess/source/ui/app/AppController.cxx |   46 +-
 dbaccess/source/ui/app/AppController.hxx |   70 ++--
 dbaccess/source/ui/app/AppDetailPageHelper.cxx   |8 
 dbaccess/source/ui/app/AppDetailPageHelper.hxx   |1 
 dbaccess/source/ui/app/AppDetailView.cxx |2 
 dbaccess/source/ui/app/AppSwapWindow.cxx |2 
 dbaccess/source/ui/app/AppView.cxx   |4 
 dbaccess/source/ui/app/AppView.hxx   |9 
 dbaccess/source/ui/app/IApplicationController.hxx|   90 -
 extensions/source/propctrlr/commoncontrol.cxx|   49 ---
 extensions/source/propctrlr/commoncontrol.hxx|  232 +++
 extensions/source/propctrlr/standardcontrol.cxx  |   43 +-
 extensions/source/propctrlr/standardcontrol.hxx  |   50 +--
 extensions/source/propctrlr/usercontrol.cxx  |3 
 extensions/source/propctrlr/usercontrol.hxx  |   16 -
 forms/source/richtext/richtextimplcontrol.cxx|2 
 forms/source/richtext/richtextimplcontrol.hxx|2 
 forms/source/richtext/rtattributehandler.cxx |4 
 forms/source/richtext/rtattributehandler.hxx |   28 -
 formula/source/ui/dlg/formula.cxx|8 
 formula/source/ui/dlg/structpg.hxx   |7 
 include/formula/IFunctionDescription.hxx |   13 
 include/sfx2/sfxstatuslistener.hxx   |   10 
 include/sfx2/tbxctrl.hxx |   24 -
 io/source/stm/omark.cxx  |4 
 io/source/stm/opipe.cxx  |4 
 io/source/stm/streamhelper.hxx   |  104 ++
 sc/source/filter/inc/excelhandlers.hxx   |   22 -
 sc/source/filter/oox/excelhandlers.cxx   |4 
 sfx2/source/toolbox/tbxitem.cxx  |   18 +
 sw/inc/docary.hxx|   32 --
 sw/source/core/doc/docredln.cxx  |   26 -
 toolkit/source/awt/vclxtoolkit.cxx   |4 
 ucb/source/ucp/ftp/ftpcontentprovider.hxx|   17 -
 ucb/source/ucp/ftp/ftphandleprovider.hxx |   58 ---
 ucb/source/ucp/ftp/ftpurl.cxx|4 
 ucb/source/ucp/ftp/ftpurl.hxx|6 
 xmlhelp/source/cxxhelp/provider/db.hxx   |   17 -
 43 files changed, 374 insertions(+), 881 deletions(-)

New commits:
commit b6273d930e70225c6671b3ecadac93be8b5e13d8
Author: Noel Grandin 
Date:   Fri Oct 9 17:44:20 2015 +0200

some small cleanups

Change-Id: I03221fd5e618155dc093dd4dd7474f516d63761e

diff --git a/extensions/source/propctrlr/commoncontrol.cxx 
b/extensions/source/propctrlr/commoncontrol.cxx
index 04030f2..325f129 100644
--- a/extensions/source/propctrlr/commoncontrol.cxx
+++ b/extensions/source/propctrlr/commoncontrol.cxx
@@ -97,7 +97,7 @@ namespace pcr
 
 IMPL_LINK( CommonBehaviourControlHelper, ModifiedHdl, vcl::Window*, 
/*_pWin*/ )
 {
-modified();
+setModified();
 return 0;
 }
 
diff --git a/extensions/source/propctrlr/commoncontrol.hxx 
b/extensions/source/propctrlr/commoncontrol.hxx
index 379ce65..d1ab9ed 100644
--- a/extensions/source/propctrlr/commoncontrol.hxx
+++ b/extensions/source/propctrlr/commoncontrol.hxx
@@ -67,7 +67,7 @@ namespace pcr
 
 virtual ~CommonBehaviourControlHelper();
 
-virtual void modified() { m_bModified = true; }
+virtual void setModified() { m_bModified = true; }
 
 // XPropertyControl
 ::sal_Int16 SAL_CALL getControlType() throw 
(css::uno::RuntimeException) { return m_nControlType; }
@@ -108,7 +108,6 @@ namespace pcr
 ,public CommonBehaviourControlHelper
 {
 protected:
-typedef ::comphelper::OBaseMutex
MutexBaseClass;
 typedef ::cppu::WeakComponentImplHelper< TControlInterface >
ComponentBaseClass;
 
 inline CommonBehaviourControl( sal_Int16 _nControlType, vcl::Window* 
_pParentWindow, WinBits _nWindowStyle, bool _bDoSetHandlers = true );
diff --git a/extensions/source/propctrlr/standardcontrol.cxx 
b/extensions/source/propctrlr/standardcontrol.cxx
index e343a6c..3fa2462 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -217,9 +217,9 @@ namespace pcr
 }
 
 
-void 

[Libreoffice-bugs] [Bug 94962] The RSQ function returning values greater than one.

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

--- Comment #3 from moe gren  ---
Created attachment 119530
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119530=edit
RSQ EXAMPLE

RSQ GREATER than one.

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


[Libreoffice-bugs] [Bug 89557] UI: keyboard shortcut to move to end of document does not work if cursor within table of contents

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

--- Comment #10 from Frank Fuchs  ---
Suggestion:
Couldn't this bug be classified as an "Easy Hack"? (I believe it should be
one).
And I wonder whether anyone ever looks at those bugs inherited from OOo.

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


[Libreoffice-bugs] [Bug 94951] Table in docx cut off at the end of the page

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

raal  changed:

   What|Removed |Added

   Keywords||bisected
 CC||caol...@redhat.com
 Whiteboard||bibisected

--- Comment #3 from raal  ---
Thanks Nikos for the bibisecting.

Caolán, could you possibly take a look at this one? Thanks

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


[Libreoffice-bugs] [Bug 94965] Crash when inserting a chart in report design view

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

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||rob...@familiegrosskopf.de
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=92
   ||720
 Ever confirmed|0   |1

--- Comment #1 from rob...@familiegrosskopf.de ---
Could confirm this buggy behavior.
Same behavior when trying to open a report with a chart.

Version: 5.1.0.0.alpha1+
Build ID: 898aff0d190b09d16cce866909b64cf023cba43f
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-10-12_01:38:46
Locale: de-DE (de_DE.UTF-8)

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


[Libreoffice-bugs] [Bug 92720] EDITING: Report-Builder - Report fails to open with Charts in a Report

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

rob...@familiegrosskopf.de changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 94957] add unicode conversion shortcut (alt+x) to Math

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

--- Comment #6 from Regina Henschel  ---
In Windows it is useful in case the keyboard has no separate numpad or the user
don't know how to enter the Unicode code point using the numpad. So yes, I
think implementation in Math is useful. [The average user will not know the
Unicode code point of the character. And therefore a special character dialog
in Math is needed. But that is another issue.]

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


[Libreoffice-bugs] [Bug 80260] Conditional formatting in spreadsheets doesn't work

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

--- Comment #17 from Lachlan  ---
I think it's fine to keep closed now. LO5 will highlight strings without quotes
yellow until i close thwm inside quotes.

I think that's a good way of showing the query isn't completed so my original
report doesn't apply anymore.

Thanks

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


[Libreoffice-bugs] [Bug 94268] LO hangs when producing labels

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

Beluga  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME
 Whiteboard||corruptProfile

--- Comment #6 from Beluga  ---
I'll set this to WFM and add the whiteboard corruptProfile, which was just
suggested on the mailing list:
http://lists.freedesktop.org/archives/libreoffice-qa/2015-October/009104.html

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


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

2015-10-12 Thread Stephan Bergmann
 vcl/source/bitmap/BitmapProcessor.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8cac4fec445e4e7d0c053a4c364eee0c55c69fdb
Author: Stephan Bergmann 
Date:   Mon Oct 12 11:49:16 2015 +0200

loplugin:loopvartoosmall

Change-Id: Ic3667c0daeeeb5b09eeaae66899affda65e2e9a5

diff --git a/vcl/source/bitmap/BitmapProcessor.cxx 
b/vcl/source/bitmap/BitmapProcessor.cxx
index e9d36ed..a82e350 100644
--- a/vcl/source/bitmap/BitmapProcessor.cxx
+++ b/vcl/source/bitmap/BitmapProcessor.cxx
@@ -24,9 +24,9 @@ BitmapEx BitmapProcessor::createLightImage(const BitmapEx& 
rBitmapEx)
 
 if (pRead && pWrite)
 {
-for (int nY = 0; nY < aSize.Height(); ++nY)
+for (long nY = 0; nY < aSize.Height(); ++nY)
 {
-for (int nX = 0; nX < aSize.Width(); ++nX)
+for (long nX = 0; nX < aSize.Width(); ++nX)
 {
 BitmapColor aColor = pRead->HasPalette() ?
 
pRead->GetPaletteColor(pRead->GetPixelIndex(nY, nX)) :
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Writer page preview

2015-10-12 Thread Katarina Behrens
Hi Gülşah,

> I need some help about user interface. I'm trying to code a slot for writer
> component. It's about to document page preview. The bug (advice) is here :
> 
> https://bugs.documentfoundation.org/show_bug.cgi?id=80657

...

> Now when i click that dropdown list, page preview focuses the page which
> i've wrote it hard coded. But i need to read that number from list. For a
> while i'm looking for how can i show the numbers in this dropdown list. Is
> there any clue, keyword, information for me?


The best course of action would be to post some work-in-progress patch to 
gerrit, so that interested reviewers can have a look, apply it & debug it ...

Dropped my crystal ball the other day, so it's slightly cracked and without it 
( or without seeing the actual code ) it's close to impossible to figure out 
what's missing, what's going wrong etc.

-- 

Katarina Behrens

Softwareentwicklerin LibreOffice
–––
CIB software GmbH
Geschäftsstelle Hamburg
Flachsland 10
22083 Hamburg
–––
T +49 (40) / 28 48 42 -235
F +49 (40) / 28 48 42 -100

katarina.behr...@cib.de
www.cib.de
–––
Sitz: München
Registergericht München, HRB 123286
Geschäftsführer: Dipl.-Ing. Ulrich Brandner
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 70998] Termchange: Graphic/Picture -> Image

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

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

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

tdf#70998 - Termchange: Graphic/Picture -> Image

It will be available in 5.1.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 on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: officecfg/registry

2015-10-12 Thread iremsendur
 officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit afabdef0e78b419da6788b644f47a06ba9ec0283
Author: iremsendur 
Date:   Sun Oct 11 22:34:54 2015 +0300

tdf#70998 - Termchange: Graphic/Picture -> Image

Change-Id: Ib0bc24854d75cde0e08ab322f75c787c99368941
Reviewed-on: https://gerrit.libreoffice.org/19309
Reviewed-by: Samuel Mehrbrodt 
Tested-by: Samuel Mehrbrodt 

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index a4b5dfa..eb28b3b 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -1976,7 +1976,7 @@
   
   
 
-  Export as graphic
+  Export as image
 
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 70998] Termchange: Graphic/Picture -> Image

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:4.2.0 EasyHack   |target:4.2.0 EasyHack
   |DifficultyBeginner  |DifficultyBeginner
   |TopicCleanup target:4.3.0   |TopicCleanup target:4.3.0
   |target:4.4.0|target:4.4.0 target:5.1.0

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


[Libreoffice-bugs] [Bug 70998] Termchange: Graphic/Picture -> Image

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

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

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

tdf#70998 - Termchange: Graphic/Picture -> Image

It will be available in 5.1.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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94977] New: [FILEOPEN] Convenient decimal numbers parsing when opening CSV

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

Bug ID: 94977
   Summary: [FILEOPEN] Convenient decimal numbers parsing when
opening CSV
   Product: LibreOffice
   Version: 5.0.0.5 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: matthias.ro...@zeutschel.de

I am working on a German Windows system. German language uses the dot (".",
U+002E) as thousands separator, but the colon (",", U+002C) as fractions
sparator. However, usually all CSV files I encountered use the dot as separator
for the fractional part of floating point numbers. If I open such a file on a
System working in German, the cells are imported as text, not as fractional
numbers. Even if checking the option "extended number detection" on the CSV
import dialog, it is not possible to parse the numbers as numbers.

This forum post provides a workaround, but it is not convenient:
http://en.libreofficeforum.org/node/287

I would appreciate an improvement of this someway, perhaps allowing to choose
the decimal import seperator from the CSV import dialog, or making the
detection smarter.

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


[Libreoffice-bugs] [Bug 70998] Termchange: Graphic/Picture -> Image

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:4.2.0 EasyHack   |target:4.2.0 EasyHack
   |DifficultyBeginner  |DifficultyBeginner
   |TopicCleanup target:4.3.0   |TopicCleanup target:4.3.0
   |target:4.4.0|target:4.4.0 target:5.1.0

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


[Libreoffice-bugs] [Bug 94979] Mathematical operators problem (wrong font?)

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

Maxim Monastirsky  changed:

   What|Removed |Added

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

--- Comment #2 from Maxim Monastirsky  ---
Please download and install the font from the link below:

http://cgit.freedesktop.org/libreoffice/core/plain/extras/source/truetype/symbol/opens___.ttf?h=libreoffice-4-4-6

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

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


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

2015-10-12 Thread Caolán McNamara
 svx/source/svdraw/svdmodel.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit bbadb38539eb233ac45b267034066a7274181c65
Author: Caolán McNamara 
Date:   Mon Oct 12 11:45:01 2015 +0100

valgrind: fix leak

Change-Id: I99ebee5015110144ea00415273b84fd2fc9ad2ba

diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx
index 6762b07..81935db 100644
--- a/svx/source/svdraw/svdmodel.cxx
+++ b/svx/source/svdraw/svdmodel.cxx
@@ -284,6 +284,7 @@ SdrModel::~SdrModel()
 
 delete pLayerAdmin;
 
+delete pTextChain;
 // Delete DrawOutliner only after deleting ItemPool, because ItemPool
 // references Items of the DrawOutliner!
 delete pChainingOutliner;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 76239] OpenSymbol font is not retained after an upgrade (work around in comment 16, 32, .. install log in comment 50 )

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

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||carlochies...@gmail.com

--- Comment #73 from Maxim Monastirsky  ---
*** Bug 94979 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 92527] docx export: File with shape can not be opened in word 2010 (diamond shape)

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

raal  changed:

   What|Removed |Added

 CC||tima...@gmail.com

--- Comment #7 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to andras.ti...@collabora.com ; Could you possibly take a look at
this
one? Thanks

bibisect-win32-5.1:
b5982fb73c06fa7b67428b6df798686060c3e54a is the first bad commit
commit b5982fb73c06fa7b67428b6df798686060c3e54a
Author: Norbert Thiebaud 
Date:   Sat Jul 11 05:06:43 2015 -0700

source sha:481c185e327cb83ffcb29657d5a354eae2c4a5f3

source sha:481c185e327cb83ffcb29657d5a354eae2c4a5f3

:04 04 c304b853c5de025f8db17531cd837436ff134865
f956ad849eb27a65d04dba464889cb23e2213ae7 M  instdir

authorAndras Timar 2015-05-26 17:35:08
(GMT)
committerAndras Timar 2015-05-27 07:19:04
(GMT)
commit481c185e327cb83ffcb29657d5a354eae2c4a5f3 (patch)
tdf#90338 tdf#84254 DrawingML export fix

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


[Libreoffice-bugs] [Bug 94384] Icons appearing with black backgrounds when "use OpenGL for Rendering" is enabled

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.1.0

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


[Libreoffice-bugs] [Bug 94384] Icons appearing with black backgrounds when "use OpenGL for Rendering" is enabled

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

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

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

tdf#94384 fix black icons with OpenGL enabled on Windows

It will be available in 5.1.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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93591] Libreoffice writer 15-20sec unresponsive when creating new (document after sleep)

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

--- Comment #4 from Alex Thurgood  ---
No confirmation either on OSX 10.11

with

Version: 5.0.2.2
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale : fr-FR (fr.UTF-8)

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


[Libreoffice-bugs] [Bug 94247] Export to DOCX: List numbering continues on other list

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

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Beluga  ---
Reproduced.

Kubuntu 15.04 64-bit KDE Plasma 5.4
Version: 5.0.2.2
Build ID: 00m0(Build:2)
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 94980] New: Mathematical operators problem (wrong font?)

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

Bug ID: 94980
   Summary: Mathematical operators problem (wrong font?)
   Product: LibreOffice
   Version: 4.4.6.1 rc
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: carlochies...@gmail.com

Just open a new sheet and insert a new equation object:
all mathematical symbols are displayed incorrectly (see attached image).
All my font types are set to Liberation Serif.

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


[Libreoffice-bugs] [Bug 81711] XLSX: Import tables with alternating colors for rows and handle references to their names

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

--- Comment #7 from Luke  ---
jpd8752,
If you didn't mean to pay for the entire project yourself, you could always
start a crowd funded project at:
https://www.bountysource.com/teams/libreoffice/issues?tracker_ids=207487
or
https://freedomsponsors.org/project/149/LibreOffice#/LibreOffice

Please post it here if you do.

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


[Libreoffice-bugs] [Bug 91861] Black screen in Mission control after closing the window is maximized

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

Alex Thurgood  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Alex Thurgood  ---


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

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


[Libreoffice-bugs] [Bug 83378] VIEWING: Fullscreen: Black screen when closing (not quit) Writer file while in full screen on Mac OS X 10.9.4

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

Alex Thurgood  changed:

   What|Removed |Added

 CC||trp2...@inbox.ru

--- Comment #5 from Alex Thurgood  ---
*** Bug 91861 has been marked as a duplicate of this bug. ***

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


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

2015-10-12 Thread Michael Stahl
 configure.ac |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e4b24c7399352642aeaeb412394d6230562d04d2
Author: Michael Stahl 
Date:   Mon Oct 12 12:18:18 2015 +0200

configure: GCC 4.6 is no longer supported on master

Change-Id: I8939e7b8b924b0598d46ea301aa636692f063161

diff --git a/configure.ac b/configure.ac
index fd9c755..758c9e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3289,8 +3289,8 @@ if test "$GCC" = "yes" -a -z "$COM_GCC_IS_CLANG"; then
 
 AC_MSG_RESULT([gcc $_gcc_version])
 
-if test "$GCC_VERSION" -lt 0406; then
-AC_MSG_ERROR([GCC $_gcc_version is too old, must be at least GCC 
4.6.0])
+if test "$GCC_VERSION" -lt 0407; then
+AC_MSG_ERROR([GCC $_gcc_version is too old, must be at least GCC 
4.7.0])
 fi
 else
 # Explicitly force GCC_VERSION to be empty, even for Clang, to check 
incorrect uses.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 80430] [META] LOCALHELP: Features x Documentation gap

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

--- Comment #26 from Marina Latini  ---
Added bug 52986 - LOCALHELP: WRITER Mail Merge Wizard: Editor Help Button leads
to unspecific help

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


Re: Compiling with clang 3.7: breaks in 'external/libwpd'

2015-10-12 Thread Thorsten Behrens
Giuseppe Castagno wrote:
> I set it, the first two lines of my configure script helper look like:
> 
> export CCACHE_CPP2=1
> ./autogen.sh CC=clang CXX=clang++ \
> 
And it works without ccache?

Cheers,

-- Thorsten


signature.asc
Description: Digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Writer page preview

2015-10-12 Thread Gülşah Köse
Hi,

I need some help about user interface. I'm trying to code a slot for writer
component. It's about to document page preview. The bug (advice) is here :

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

I succed to write method.



it's xml:
 
​
Now when i click that dropdown list, page preview focuses the page which
i've wrote it hard coded. But i need to read that number from list. For a
while i'm looking for how can i show the numbers in this dropdown list. Is
there any clue, keyword, information for me?

Best regards.

-- 
*Gülşah Köse*
*about.me *
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 94962] The RSQ function returning values greater than one.

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

GerardF  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

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


[Libreoffice-bugs] [Bug 94962] The RSQ function returning values greater than one.

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

--- Comment #4 from GerardF  ---
Created attachment 119531
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119531=edit
same file with other tests

Reproducible.

I get 2.58941… with RSQ
0.83332… with a scatter chart
0.941176 with LINEST

Note that the result of RSQ is the square of PEARSON, so the result of PEARSON
is also false.

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


[Libreoffice-commits] core.git: 7 commits - include/vcl vcl/inc vcl/Library_vcl.mk vcl/opengl vcl/source

2015-10-12 Thread Tomaž Vajngerl
 include/vcl/BitmapProcessor.hxx   |   23 
 vcl/Library_vcl.mk|1 
 vcl/inc/opengl/win/gdiimpl.hxx|2 +
 vcl/opengl/salbmp.cxx |   63 +++---
 vcl/opengl/win/gdiimpl.cxx|   37 +--
 vcl/source/bitmap/BitmapProcessor.cxx |   58 +++
 vcl/source/gdi/image.cxx  |2 -
 vcl/source/gdi/impimage.cxx   |   23 +---
 vcl/source/gdi/impimagetree.cxx   |7 +++
 9 files changed, 149 insertions(+), 67 deletions(-)

New commits:
commit da5f77b001837c0660197b3ae80f1146eab8b200
Author: Tomaž Vajngerl 
Date:   Mon Oct 12 11:34:36 2015 +0200

opengl: convert to RGB buffer, use unique_ptr

User RGB buffer rather then RGBA when converting an unsupported
bitmap buffer for reading into a texture.

Also use unique_ptr rather then manually deleting ImplPixelFormat
instance.

Change-Id: I4c94c22b7e185c176e45a1b9c4db6443fe6c4234

diff --git a/vcl/opengl/salbmp.cxx b/vcl/opengl/salbmp.cxx
index b38224c..d3a2ade 100644
--- a/vcl/opengl/salbmp.cxx
+++ b/vcl/opengl/salbmp.cxx
@@ -428,13 +428,14 @@ GLuint OpenGLSalBitmap::CreateTexture()
 {
 VCL_GL_INFO( "vcl.opengl", "::CreateTexture - convert from " << 
mnBits << " to 24 bits" );
 
-// convert to 32 bits RGBA using palette
-pData = new sal_uInt8[mnBufHeight * mnBufWidth * 4];
+// convert to 24 bits RGB using palette
+pData = new sal_uInt8[mnBufHeight * mnBufWidth * 3];
 bAllocated = true;
-nFormat = GL_RGBA;
+nFormat = GL_RGB;
 nType = GL_UNSIGNED_BYTE;
 
-ImplPixelFormat* pSrcFormat = ImplPixelFormat::GetFormat( mnBits, 
maPalette );
+std::unique_ptr 
pSrcFormat(ImplPixelFormat::GetFormat(mnBits, maPalette));
+
 sal_uInt8* pSrcData = maUserBuffer.get();
 sal_uInt8* pDstData = pData;
 
@@ -451,12 +452,10 @@ GLuint OpenGLSalBitmap::CreateTexture()
 *pDstData++ = c.GetRed();
 *pDstData++ = c.GetGreen();
 *pDstData++ = c.GetBlue();
-*pDstData++ = 255;
 }
 
 pSrcData += mnBytesPerRow;
 }
-delete pSrcFormat;
 }
 }
 
commit d4b4483ecdc072b64158fb7376f73e9d83d88c58
Author: Tomaž Vajngerl 
Date:   Mon Oct 12 11:07:57 2015 +0200

opengl: Extract calculation - bytes per row into its own function

Change-Id: I24864df3e698704d84f62be25daa3dd54b4dd356

diff --git a/vcl/opengl/salbmp.cxx b/vcl/opengl/salbmp.cxx
index 1102f82..b38224c 100644
--- a/vcl/opengl/salbmp.cxx
+++ b/vcl/opengl/salbmp.cxx
@@ -38,11 +38,27 @@
 namespace
 {
 
-static bool isValidBitCount( sal_uInt16 nBitCount )
+bool isValidBitCount( sal_uInt16 nBitCount )
 {
 return (nBitCount == 1) || (nBitCount == 4) || (nBitCount == 8) || 
(nBitCount == 16) || (nBitCount == 24) || (nBitCount == 32);
 }
 
+sal_uInt16 lclBytesPerRow(sal_uInt16 nBits, int nWidth)
+{
+switch(nBits)
+{
+case 1:  return (nWidth + 7) >> 3;
+case 4:  return (nWidth + 1) >> 1;
+case 8:  return  nWidth;
+case 16: return  nWidth * 2;
+case 24: return  nWidth * 3;
+case 32: return  nWidth * 4;
+default:
+OSL_FAIL("vcl::OpenGLSalBitmap::AllocateUserData(), illegal 
bitcount!");
+}
+return 0;
+}
+
 static std::vector sTextureAtlases;
 
 }
@@ -192,19 +208,7 @@ bool OpenGLSalBitmap::AllocateUserData()
 
 if( mnWidth && mnHeight )
 {
-mnBytesPerRow =  0;
-
-switch( mnBits )
-{
-case 1: mnBytesPerRow = (mnWidth + 7) >> 3; break;
-case 4: mnBytesPerRow = (mnWidth + 1) >> 1; break;
-case 8: mnBytesPerRow = mnWidth; break;
-case 16:mnBytesPerRow = mnWidth << 1; break;
-case 24:mnBytesPerRow = (mnWidth << 1) + mnWidth; break;
-case 32:mnBytesPerRow = mnWidth << 2; break;
-default:
-OSL_FAIL("vcl::OpenGLSalBitmap::AllocateUserData(), illegal 
bitcount!");
-}
+mnBytesPerRow = lclBytesPerRow(mnBits, mnWidth);
 }
 
 bool alloc = false;
commit 2c91daa5bc317a3afcb314160df6ecb988aaffd3
Author: Tomaž Vajngerl 
Date:   Mon Oct 12 11:06:13 2015 +0200

opengl: improve VCL_GL_INFO reporting in OpenGLSalBitmap

Change-Id: I00d695e11f4df140482bba7d8909216515e330be

diff --git a/vcl/opengl/salbmp.cxx b/vcl/opengl/salbmp.cxx
index 1e62791..1102f82 100644
--- a/vcl/opengl/salbmp.cxx
+++ b/vcl/opengl/salbmp.cxx
@@ -71,7 +71,8 @@ bool OpenGLSalBitmap::Create( const OpenGLTexture& rTex, long 
nX, long nY, long
 OpenGLZone aZone;
 
 Destroy();
-VCL_GL_INFO( "vcl.opengl", "OpenGLSalBitmap::Create from FBO: [" << nX << 
", " << nY << 

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

2015-10-12 Thread Stephan Bergmann
 drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 738f143f870b632fd1061123c53a607041c5892e
Author: Stephan Bergmann 
Date:   Mon Oct 12 11:45:52 2015 +0200

fTexHeightPos shall be incremented across loop iterations

Regression introduced with 92c8d74c543aa94cd512369072975dca7006d5b3 
"CppCheck :
reduce variables scope," found by clang-analyzer-deadcode.DeadStores.

Change-Id: I3758a9827d4d242d4fd57af7bbb77decf2d0f327

diff --git a/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx 
b/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx
index 1e594a0..a1c27c9 100644
--- a/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx
+++ b/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx
@@ -635,9 +635,9 @@ namespace drawinglayer
 
 if(nLoopCount)
 {
+double fTexHeightPos(0.0);
 for(a = 0L; a < nLoopCount; a++)
 {
-double fTexHeightPos(0.0);
 const Slice3D& rSliceA(rSliceVector[a]);
 const Slice3D& rSliceB(rSliceVector[(a + 1L) % 
nNumSlices]);
 const bool bAcceptPair(SLICETYPE3D_REGULAR == 
rSliceA.getSliceType() && SLICETYPE3D_REGULAR == rSliceB.getSliceType());
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 74132] Other: Find dialogs interrupt

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

--- Comment #10 from Commit Notification 
 ---
Miklos Vajna committed a patch related to this issue.
It has been pushed to "master":

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

Related: tdf#74132 CppunitTest_sd_export_tests: clean up testSearch()

It will be available in 5.1.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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: 2 commits - sd/qa sd/source

2015-10-12 Thread Miklos Vajna
 sd/qa/unit/tiledrendering/tiledrendering.cxx |1 -
 sd/source/ui/view/Outliner.cxx   |   13 -
 2 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit aa5f4bb22e6f6b38b60ee45d1079f2bc934c0611
Author: Miklos Vajna 
Date:   Mon Oct 12 11:53:02 2015 +0200

sd: avoid unnecessary invalidations during search

Search works by using sd::outliner::OutlinerContainer to iterate over
all text objects of the document. We used to switch to each and every
object, and only then search in it. In large presentations this means
the number of invalidations during search was dependent on the number of
slides between the current slide and the first match.

Fix this by not calling sd::Outliner::SetObject() (which would call
sd::Outliner::SetPage()) right after finding a text object, only later
when we know it has matching content.

The result is that the number of invalidations is not O(n) but O(1) till
we find the first match.

Change-Id: I29a11c8737a7e1db6a247eb98617d12495c8bb41

diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx
index 9cde9d7..f080488 100644
--- a/sd/source/ui/view/Outliner.cxx
+++ b/sd/source/ui/view/Outliner.cxx
@@ -951,7 +951,11 @@ void Outliner::ProvideNextTextObject()
 // Switch to the current object only if it is a valid text object.
 if (IsValidTextObject (maCurrentPosition))
 {
-mpObj = SetObject (maCurrentPosition);
+// Don't set yet in case of searching: the text object may not 
match.
+if (meMode != SEARCH)
+mpObj = SetObject(maCurrentPosition);
+else
+mpObj = maCurrentPosition.mxObject.get();
 }
 ++maObjectIterator;
 
@@ -977,6 +981,10 @@ void Outliner::ProvideNextTextObject()
 }
 else
 {
+if (meMode == SEARCH)
+// Instead of doing a full-blown SetObject(), which would do 
the same -- but would also possibly switch pages.
+mbStringFound = false;
+
 mbEndOfSearch = true;
 EndOfSearch ();
 }
@@ -1169,6 +1177,9 @@ void Outliner::PrepareSearchAndReplace()
 {
 if (HasText( *mpSearchItem ))
 {
+// Set the object now that we know it matches.
+mpObj = SetObject(maCurrentPosition);
+
 mbStringFound = true;
 mbMatchMayExist = true;
 
commit 8d1d280741f62d60fe56cd86da995b08228a1594
Author: Miklos Vajna 
Date:   Mon Oct 12 11:34:31 2015 +0200

Related: tdf#74132 CppunitTest_sd_export_tests: clean up testSearch()

Not needed anymore since the dialog is gone.

Change-Id: Icd3747683d2656a9404b405fc29aae6183dcfe15

diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx 
b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index a36cfba..da6d4be 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -389,7 +389,6 @@ void SdTiledRenderingTest::testSearch()
 CPPUNIT_ASSERT_EQUAL(true, m_bFound);
 
 // This should trigger the not-found callback.
-Application::EnableHeadlessMode(false);
 lcl_search("ccc");
 CPPUNIT_ASSERT_EQUAL(false, m_bFound);
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94976] New: Select-buffer contents not persistent for copy/paste

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

Bug ID: 94976
   Summary: Select-buffer contents not persistent for copy/paste
   Product: LibreOffice
   Version: 4.1.6.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: drankina...@suddenlinkmail.com

All,

  For the longest time, I didn't think libre-writer was capable of using the
select buffer to highlight->middle-mouse paste on Linux. The problem is the
contents of the select-buffer are not persistent. Meaning, if you highlight
text and then move down in the document where the text is needed and left-click
to position the cursor for the paste the select-buffer is empty. 

  The only way select-buffer paste works is if you highlight the text, then
move down (*without* being able to affirmatively position with a left-click)
and middle-mouse click while the text above is still highlighted. That's nuts.

  With every other linux app, from konsole to kwrite to gedit, etc.. when you
highlight information, that information is stored in the select-buffer and it
remains there until overwritten with new information. That information is not
lost simply because the original text is no longer highlighted. 

  That allows the needed control of being able to affirmatively place the
cursor in the position where the text will be pasted and then middle-mouse
paste. This is critical when dealing with subscript/superscript or typeface
changes, etc...

  Please determine why the select-buffer is not persistent in libre office and
why it is wiped out if the original text is no longer highlighted and make it
so once information is placed in the select-buffer by highlighting something,
that text stays there until it is overwritten by something else, not emptied
when click the left mouse button somethere else.

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


[Libreoffice-bugs] [Bug 72490] Full screen doesn't close after CMD + W (close)

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

Alex Thurgood  changed:

   What|Removed |Added

 CC||or...@orionkidder.org

--- Comment #4 from Alex Thurgood  ---
*** Bug 88424 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 72490] Full screen doesn't close after CMD + W (close)

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

--- Comment #5 from Alex Thurgood  ---
Still present in 

Version: 5.0.2.2
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale : fr-FR (fr.UTF-8)

OSX 10.11

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


[Libreoffice-bugs] [Bug 94978] New: [Request] Save as Markdown

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

Bug ID: 94978
   Summary: [Request] Save as Markdown
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: orsch...@gmail.com

Dear all, 

Markdown is gaining popularity for its good balance between simplicity,
readability and feature-richness.

What is your opinion on a built-in support for Markdown exports in Calc?

One way I could imagine such a support is by export tables created in Calc to
Markdown syntax. 

Calc could make use of the library "csvtomd" [1]. It takes a csv file as an
input and converts it to Markdown syntax. 

I could imagine this conversion to run in the background when the user selects
"Save as Markdown". It would take the table, convert it to csv first and then
use "csvtomd" to export it to a plain text file containing the Markdown syntax. 

Looking forward to a conversation on this. 

Warmly,

Robert

[1] https://github.com/mplewis/csvtomd

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


[Libreoffice-bugs] [Bug 88424] in OSX, closing full-screen LO windows leaves grey desktops behind

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

Alex Thurgood  changed:

   What|Removed |Added

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

--- Comment #7 from Alex Thurgood  ---


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

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


[Libreoffice-bugs] [Bug 94898] Crash when opening report from tdf#61380

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

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #6 from Alex Thurgood  ---
Version: 5.1.0.0.alpha1+
Build ID: 862bd364390a05ad0b07f9280fb9a0f8b2cc4ed6
Locale : fr-FR (fr.UTF-8)


Confirming crash
OSX 10.11

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


[Libreoffice-bugs] [Bug 52986] LOCALHELP: WRITER Mail Merge Wizard: Editor Help Button leads to unspecific help

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

Marina Latini  changed:

   What|Removed |Added

Summary|WRITER Mail Merge Wizard:   |LOCALHELP: WRITER Mail
   |Editor Help Button leads to |Merge Wizard: Editor Help
   |unspecific help |Button leads to unspecific
   ||help

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


[Libreoffice-bugs] [Bug 94959] SUM formula update incorrect when the sum range is to the last column in spreadsheet and a new column is inserted

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

MarMar  changed:

   What|Removed |Added

 CC||m...@marcos-martinez.net

--- Comment #5 from MarMar  ---
I clearly would classify as bug. For me, the formula =SUM(D1:AMJ1)clearly
implies you want to sum all columns between the two references. If one is
deleted, there should be one less, if one is inserted it should be
automatically added.

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


[Libreoffice-commits] core.git: 3 commits - distro-configs/LibreOfficeEmscripten.conf

2015-10-12 Thread Samuel Mehrbrodt
 distro-configs/LibreOfficeEmscripten.conf |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

New commits:
commit a44d9541c78e6b398c42e0b8d559665f5dec4e0d
Author: Samuel Mehrbrodt 
Date:   Mon Oct 12 10:28:32 2015 +0200

Emscripten: Seems we need cairo canvas

Change-Id: Ib6a10305e0e1b92d7ccc0a4e4ad580d286cc166e

diff --git a/distro-configs/LibreOfficeEmscripten.conf 
b/distro-configs/LibreOfficeEmscripten.conf
index b6078a8..b90a090 100644
--- a/distro-configs/LibreOfficeEmscripten.conf
+++ b/distro-configs/LibreOfficeEmscripten.conf
@@ -4,7 +4,6 @@
 --build=x86_64-unknown-linux-gnu
 
 # Disable unnecessary stuff
---disable-cairo-canvas
 --disable-cups
 --disable-gconf
 --disable-dconf
@@ -41,6 +40,9 @@
 --with-system-zlib=no
 --with-system-nss=yes
 
+# Build fails when disabling these
+#--disable-cairo-canvas
+
 # This helps spotting build errors
 --with-parallelism=no
 
commit db4f28caa37d45ef21dc10c9eea1aadb0f8a6dc3
Author: Samuel Mehrbrodt 
Date:   Mon Oct 12 09:47:08 2015 +0200

Emscripten: Disable nss for now

Change-Id: Ife976e777946e75510b96d64ad04e847b4a59141

diff --git a/distro-configs/LibreOfficeEmscripten.conf 
b/distro-configs/LibreOfficeEmscripten.conf
index 417733a..b6078a8 100644
--- a/distro-configs/LibreOfficeEmscripten.conf
+++ b/distro-configs/LibreOfficeEmscripten.conf
@@ -39,6 +39,7 @@
 --without-system-dicts
 --with-theme=no
 --with-system-zlib=no
+--with-system-nss=yes
 
 # This helps spotting build errors
 --with-parallelism=no
commit 79104cbaf76988d3880c84900a5515b8f86a6b66
Author: Samuel Mehrbrodt 
Date:   Mon Oct 12 09:46:18 2015 +0200

Emscripten: Enable debug output during build

Change-Id: I7c65711a2bdf6616d31712b4b23305a5dead59f7

diff --git a/distro-configs/LibreOfficeEmscripten.conf 
b/distro-configs/LibreOfficeEmscripten.conf
index 2678b92..417733a 100644
--- a/distro-configs/LibreOfficeEmscripten.conf
+++ b/distro-configs/LibreOfficeEmscripten.conf
@@ -50,5 +50,5 @@
 #--disable-ccache
 
 # Specify Emscripten compiler
-CC=emcc
-CXX=emcc
+CC=emcc -v
+CXX=emcc -v
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-10-12 Thread Miklos Vajna
 sw/source/core/doc/textboxhelper.cxx |4 ++--
 sw/source/core/txtnode/thints.cxx|2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit bb44338df3aa4e2f45a7e03131c2e774d35aa1a8
Author: Miklos Vajna 
Date:   Mon Oct 12 11:21:37 2015 +0200

sw: indentation fixes

Change-Id: I29dbc13abea146dd7bdd6a52e30ff104a2900163

diff --git a/sw/source/core/doc/textboxhelper.cxx 
b/sw/source/core/doc/textboxhelper.cxx
index 2ccd934..db26d10 100644
--- a/sw/source/core/doc/textboxhelper.cxx
+++ b/sw/source/core/doc/textboxhelper.cxx
@@ -195,13 +195,13 @@ std::map 
SwTextBoxHelper::findShapes(const SwDoc
 /// If the passed SdrObject is in fact a TextFrame, that is used as a TextBox.
 bool lcl_isTextBox(SdrObject* pSdrObject, std::set& 
rTextBoxes)
 {
-SwVirtFlyDrawObj* pObject = dynamic_cast( pSdrObject );
+SwVirtFlyDrawObj* pObject = dynamic_cast(pSdrObject);
 return pObject && rTextBoxes.find(pObject->GetFormat()) != 
rTextBoxes.end();
 }
 
 bool SwTextBoxHelper::isTextBox(const SdrObject* pObject)
 {
-const SwVirtFlyDrawObj* pVirtFlyDrawObj = dynamic_cast( pObject );
+const SwVirtFlyDrawObj* pVirtFlyDrawObj = dynamic_cast(pObject);
 if (!pVirtFlyDrawObj)
 return false;
 std::set aTextBoxes = 
findTextBoxes(pVirtFlyDrawObj->GetFormat()->GetDoc());
diff --git a/sw/source/core/txtnode/thints.cxx 
b/sw/source/core/txtnode/thints.cxx
index f13c1d4..7e5098f 100644
--- a/sw/source/core/txtnode/thints.cxx
+++ b/sw/source/core/txtnode/thints.cxx
@@ -1221,7 +1221,7 @@ SwTextAttr* SwTextNode::InsertItem(
 const sal_Int32 nEnd,
 const SetAttrMode nMode )
 {
-   // character attributes will be inserted as automatic styles:
+// character attributes will be inserted as automatic styles:
 OSL_ENSURE( !isCHRATR(rAttr.Which()), "AUTOSTYLES - "
 "SwTextNode::InsertItem should not be called with character 
attributes");
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 70641] FILEOPEN: No connection to KDE-addressbook possible

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

Beluga  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #8 from Beluga  ---
So let's keep this as NEW.

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


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

2015-10-12 Thread Noel Grandin
 sw/source/ui/dialog/swdlgfact.hxx |4 
 1 file changed, 4 deletions(-)

New commits:
commit 9c67eebf79084e51ef2f0fd5a45dc34bd64e1d49
Author: Noel Grandin 
Date:   Mon Oct 12 12:54:30 2015 +0200

no need to explicitly specify these destructors

the compiler will do it for us

Change-Id: I6ea04aa32ee3357d01a4dbfc58ebbaedff38c0ab

diff --git a/sw/source/ui/dialog/swdlgfact.hxx 
b/sw/source/ui/dialog/swdlgfact.hxx
index fa8f104..8eb5fac 100644
--- a/sw/source/ui/dialog/swdlgfact.hxx
+++ b/sw/source/ui/dialog/swdlgfact.hxx
@@ -53,13 +53,9 @@ public: \
 explicitClass( DialogClass* p)  \
  : pDlg(p)  \
  {} \
-virtual ~Class();   \
 virtual short   Execute() SAL_OVERRIDE ;
 
 #define IMPL_ABSTDLG_BASE(Class)\
-Class::~Class() \
-{   \
-}   \
 short Class::Execute() \
 {   \
 return pDlg->Execute(); \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94924] strange behavior in formulas computing

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

Timur  changed:

   What|Removed |Added

 Whiteboard||bibisectRequest

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


[Libreoffice-bugs] [Bug 94268] LO hangs when producing labels

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

Peter Toye  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 94268] LO hangs when producing labels

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

--- Comment #5 from Peter Toye  ---
Sorry I've not answered before - a house move rather delayed things.

Resetting my profile stopped the hang. Now I've got to try putting things back
bit by bit to see where the problem was. This may take some time...

Thanks very much Beluga for this tip.

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - filter/source

2015-10-12 Thread Caolán McNamara
 filter/source/config/cache/typedetection.cxx |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

New commits:
commit d8fbdc178148d8239be3b7bf3ad2b3a789320bb1
Author: Caolán McNamara 
Date:   Sun Oct 11 21:43:02 2015 +0100

ignore orcus::sax::malformed_xml_error etc too

e.g. kde323651-1.pptx etc

Change-Id: I59319733902a0c1298094bc1541d763938334ad4
(cherry picked from commit 70049dbeb286cb0613526e1c3c0318d32a446e58)
Reviewed-on: https://gerrit.libreoffice.org/19311
Reviewed-by: Markus Mohrhard 
Tested-by: Markus Mohrhard 

diff --git a/filter/source/config/cache/typedetection.cxx 
b/filter/source/config/cache/typedetection.cxx
index 0a457e2..4d16616 100644
--- a/filter/source/config/cache/typedetection.cxx
+++ b/filter/source/config/cache/typedetection.cxx
@@ -1040,14 +1040,14 @@ OUString TypeDetection::impl_askDetectService(const 
OUString&   sDet
 sDeepType = xDetector->detect(lDescriptor);
 rDescriptor << lDescriptor;
 }
-catch(const css::uno::Exception&)
-{
-// We should ignore errors here.
-// Thrown exceptions mostly will end in crash recovery ...
-// But might be we find another deep detection service which can 
detect the same
-// document without a problem .-)
-sDeepType.clear();
-}
+catch (...)
+{
+// We should ignore errors here.
+// Thrown exceptions mostly will end in crash recovery ...
+// But might be we find another deep detection service which can 
detect the same
+// document without a problem .-)
+sDeepType.clear();
+}
 
 // seek to 0 is an optional feature to be more robust against
 // "simple implemented detect services" .-)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 32281] Export a log of emails not sent in 'Sending e-mail messages' dialog

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

Marina Latini  changed:

   What|Removed |Added

 Whiteboard||VOTE

--- Comment #7 from Marina Latini  ---
Added a vote here:
https://wiki.documentfoundation.org/Vote_for_Enhancement#tdf.2332281_-_Export_a_log_of_emails_not_sent_in_.27Sending_e-mail_messages.27_dialog

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


[Libreoffice-bugs] [Bug 94979] New: Mathematical operators problem (wrong font?)

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

Bug ID: 94979
   Summary: Mathematical operators problem (wrong font?)
   Product: LibreOffice
   Version: 4.4.6.1 rc
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: carlochies...@gmail.com

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

Just open a new sheet and insert a new equation object:
all mathematical symbols are displayed incorrectly (see attached image).
All my font types are set to Liberation Serif.

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


[Libreoffice-bugs] [Bug 80430] [META] LOCALHELP: Features x Documentation gap

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

Marina Latini  changed:

   What|Removed |Added

 Depends on||52986

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


[Libreoffice-bugs] [Bug 52986] WRITER Mail Merge Wizard: Editor Help Button leads to unspecific help

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

Marina Latini  changed:

   What|Removed |Added

 CC||mar...@studiostorti.com
  Component|UI  |Documentation
 Blocks||80430

--- Comment #2 from Marina Latini  ---
Added the meta 80430
Changed the component from "UI" to "Documentation"
Set the Hardware to "All All"
Added "LOCALHELP" to the summary

---
Verified on:
* Version: 5.0.2.2
* Build ID: 00m0(Build:2)
* Locale: it-IT (it_IT.UTF-8)
* OS: Ubuntu 14.04.3 LTS
* Arch: x86_64

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


Re: Compiling with clang 3.7: breaks in 'external/libwpd'

2015-10-12 Thread Giuseppe Castagno

On 10/12/2015 10:55 AM, Thorsten Behrens wrote:

Giuseppe Castagno wrote:

I set it, the first two lines of my configure script helper look like:

export CCACHE_CPP2=1
./autogen.sh CC=clang CXX=clang++ \


And it works without ccache?


I intend to try this later today.
Will report back.

Thanks

--
Kind Regards,
Giuseppe Castagno aka beppec56
Acca Esse http://www.acca-esse.eu
giuseppe.castagno at acca-esse.eu

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


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

2015-10-12 Thread Caolán McNamara
 sw/source/uibase/sidebar/PagePropertyPanel.cxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 2445de28ad8cc1aed1302e14a2da3372a9f23c10
Author: Caolán McNamara 
Date:   Mon Oct 12 10:50:22 2015 +0100

valgrind: memory leaks

Change-Id: If47170b323cb0b48b7cf2182ecbecfac575a6118

diff --git a/sw/source/uibase/sidebar/PagePropertyPanel.cxx 
b/sw/source/uibase/sidebar/PagePropertyPanel.cxx
index bb9b436..025b006 100644
--- a/sw/source/uibase/sidebar/PagePropertyPanel.cxx
+++ b/sw/source/uibase/sidebar/PagePropertyPanel.cxx
@@ -224,6 +224,11 @@ void PagePropertyPanel::dispose()
 m_aSwPageColControl.dispose();
 m_aSwPagePgMetricControl.dispose();
 
+maColumnPopup.dispose();
+maSizePopup.dispose();
+maMarginPopup.dispose();
+maOrientationPopup.dispose();
+
 PanelLayout::dispose();
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93591] Libreoffice writer 15-20sec unresponsive when creating new (document after sleep)

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

--- Comment #3 from Alex Thurgood  ---
@telesto: if you are doing this a different way to that which I have described
in my steps, please elaborate.

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


[Libreoffice-bugs] [Bug 94909] Font name wont be selected when font list has recently used font section

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

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Beluga  ---
Repro on Linux.

Version: 5.0.2.2
Build ID: 00m0(Build:2)
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 93591] Libreoffice writer 15-20sec unresponsive when creating new (document after sleep)

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

--- Comment #2 from Alex Thurgood  ---
Can not confirm on OSX 10.10 with LibreOffice 5.0.2.2

1) Open blank Writer document
2) Click on Apple menu, then Suspend...
3) Wake machine from sleep, enter password
4) When desktop is redisplayed, on which LibreOffice Writer document is open,
click on Cmd-N
5) A new Writer document opens almost instantaneously.

No repro of problem here.

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


[Libreoffice-bugs] [Bug 53282] : OS X: Missing menu bar after closing fullscreen document

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

--- Comment #19 from Alex Thurgood  ---
Still present in 

Version: 5.0.2.2
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale : fr-FR (fr.UTF-8)

OSX 10.11

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


[Libreoffice-bugs] [Bug 94980] Mathematical operators problem (wrong font?)

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

--- Comment #1 from Carlo  ---
Created attachment 119533
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119533=edit
screenshot_ohm_law_example

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


[Libreoffice-bugs] [Bug 94979] Mathematical operators problem (wrong font?)

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

--- Comment #1 from Maxim Monastirsky  ---
*** Bug 94980 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 94980] Mathematical operators problem (wrong font?)

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

Maxim Monastirsky  changed:

   What|Removed |Added

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

--- Comment #2 from Maxim Monastirsky  ---


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

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


[Libreoffice-bugs] [Bug 52986] WRITER Mail Merge Wizard: Editor Help Button leads to unspecific help

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

Marina Latini  changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Windows (All)   |All

--- Comment #3 from Marina Latini  ---
Added the meta 80430
Changed the component from "UI" to "Documentation"
Set the Hardware to "All All"
Added "LOCALHELP" to the summary

---
Verified on:
* Version: 5.0.2.2
* Build ID: 00m0(Build:2)
* Locale: it-IT (it_IT.UTF-8)
* OS: Ubuntu 14.04.3 LTS
* Arch: x86_64

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


[Libreoffice-bugs] [Bug 94919] LibreOffice always crashes 1 to 2 times before actually starting

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

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #6 from Alex Thurgood  ---
(In reply to jasonhihn from comment #5)


> Can we get this 'confirmed' and on it's way to getting fixed?

Confirmed how ? For it to be confirmed someone from QA has to be able to
reproduce it. As yet, that is not the case.

Your Apple trace showed you are using OSX 10.10.3 - any reason why you haven't
updated your system to the latest 10.10 available ? (or even migrated to 10.11)
?

As I don't have a dual monitor setup, does the problem still exist with only 1
monitor attached ?

How do you launch the app ? From the first monitor, or the second monitor ? How
are your monitors set up to interact with OSX ?

Setting to NEEDINFO

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


[Libreoffice-bugs] [Bug 94919] LibreOffice always crashes 1 to 2 times before actually starting

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

--- Comment #7 from Alex Thurgood  ---
FWIW, in single monitor setup, I can't reproduce crash on startup with either :

Version: 5.0.2.2
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale : fr-FR (fr.UTF-8)

or

Version: 4.4.5.2
Build ID: a22f674fd25a3b6f45bdebf25400ed2adff0ff99
Locale: fr.UTF-8

on OSX 10.11

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


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

2015-10-12 Thread Katarina Behrens
 sc/source/core/tool/formulaopt.cxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit 7379e48298c623ae5e45c6a176386f335b1ff1b2
Author: Katarina Behrens 
Date:   Thu Oct 8 12:55:21 2015 +0200

Related tdf#93688: save CalcA1|ExcelA1 also as a global option

without this patch, it's only possible to save it on per-document
base

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

diff --git a/sc/source/core/tool/formulaopt.cxx 
b/sc/source/core/tool/formulaopt.cxx
index 7bb264b..166429f 100644
--- a/sc/source/core/tool/formulaopt.cxx
+++ b/sc/source/core/tool/formulaopt.cxx
@@ -365,6 +365,9 @@ void ScFormulaCfg::UpdateFromProperties( const 
Sequence& aNames )
 case 2: // Excel R1C1
 eConv = formula::FormulaGrammar::CONV_XL_R1C1;
 break;
+case 3: // Calc A1 | Excel A1
+eConv = formula::FormulaGrammar::CONV_A1_XL_A1;
+break;
 default:
 ;
 }
@@ -548,6 +551,7 @@ void ScFormulaCfg::ImplCommit()
 case ::formula::FormulaGrammar::CONV_OOO: nVal = 0; 
break;
 case ::formula::FormulaGrammar::CONV_XL_A1:   nVal = 1; 
break;
 case ::formula::FormulaGrammar::CONV_XL_R1C1: nVal = 2; 
break;
+case ::formula::FormulaGrammar::CONV_A1_XL_A1: nVal = 3; 
break;
 default: break;
 }
 pValues[nProp] <<= nVal;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 92212] German numbers with thousands separator import as text

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

--- Comment #6 from Antonio  ---
The same happens with portuguese numbers on Libreoffice 5 Calc on MAC
The sttings are 
 - Locale setting: Portuguese (Portugal)
 - Decimal separator key: Tried both options

1234,0 translates to number
1 234,0 translates to number
1.234,0 translates to text

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


[Libreoffice-bugs] [Bug 89372] warn:tools.fraction:723316:1:tools/source/generic/fract.cxx:179: 'operator *=' detected overflow

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

--- Comment #4 from Arjun Kochhar  ---
I am willing to debug this issue, if I can get some pointers on how to
investigate the problem. I guess some of the basic functionality of open .ods
files should be supported by the iOS app, appreciate your help here.

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


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

2015-10-12 Thread Noel Grandin
 include/vcl/layout.hxx |4 ++--
 sc/source/ui/dbgui/filtdlg.cxx |3 +--
 sc/source/ui/inc/filtdlg.hxx   |2 +-
 sfx2/source/doc/new.cxx|5 ++---
 vcl/source/window/layout.cxx   |2 +-
 5 files changed, 7 insertions(+), 9 deletions(-)

New commits:
commit e757c471139094525bd0a967e1b72747f35f99bf
Author: Noel Grandin 
Date:   Fri Sep 25 14:38:44 2015 +0200

convert Link<> to typed

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

diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index f3d0f98..6ae3692 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -463,14 +463,14 @@ public:
 m_pDisclosureButton->SetText(rLabel);
 }
 virtual void StateChanged(StateChangedType nType) SAL_OVERRIDE;
-void  SetExpandedHdl( const Link<>& rLink ) { maExpandedHdl = rLink; }
+void  SetExpandedHdl( const Link& rLink ) { 
maExpandedHdl = rLink; }
 protected:
 virtual Size calculateRequisition() const SAL_OVERRIDE;
 virtual void setAllocation(const Size ) SAL_OVERRIDE;
 private:
 bool m_bResizeTopLevel;
 VclPtr m_pDisclosureButton;
-Link<> maExpandedHdl;
+Link maExpandedHdl;
 DECL_DLLPRIVATE_LINK_TYPED(ClickHdl, CheckBox&, void);
 };
 
diff --git a/sc/source/ui/dbgui/filtdlg.cxx b/sc/source/ui/dbgui/filtdlg.cxx
index 2771e0a..15cf1d1 100644
--- a/sc/source/ui/dbgui/filtdlg.cxx
+++ b/sc/source/ui/dbgui/filtdlg.cxx
@@ -740,7 +740,7 @@ IMPL_LINK_TYPED( ScFilterDlg, EndDlgHdl, Button*, pBtn, 
void )
 }
 }
 
-IMPL_LINK_NOARG(ScFilterDlg, MoreExpandedHdl)
+IMPL_LINK_NOARG_TYPED(ScFilterDlg, MoreExpandedHdl, VclExpander&, void)
 {
 if ( pExpander->get_expanded() )
 pTimer->Start();
@@ -751,7 +751,6 @@ IMPL_LINK_NOARG(ScFilterDlg, MoreExpandedHdl)
 //@BugID 54702 Enable/disable only in Basic class
 //SFX_APPWINDOW->Disable(FALSE);//! general method in 
ScAnyRefDlg
 }
-return 0;
 }
 
 IMPL_LINK_TYPED( ScFilterDlg, TimeOutHdl, Timer*, _pTimer, void )
diff --git a/sc/source/ui/inc/filtdlg.hxx b/sc/source/ui/inc/filtdlg.hxx
index f01e1fe..59bf701 100644
--- a/sc/source/ui/inc/filtdlg.hxx
+++ b/sc/source/ui/inc/filtdlg.hxx
@@ -150,7 +150,7 @@ private:
 DECL_LINK_TYPED( CheckBoxHdl,  Button*, void );
 DECL_LINK_TYPED( EndDlgHdl,Button*, void );
 DECL_LINK_TYPED( ScrollHdl, ScrollBar*, void );
-DECL_LINK( MoreExpandedHdl, void* );
+DECL_LINK_TYPED( MoreExpandedHdl, VclExpander&, void );
 
 // Hack: RefInput control
 DECL_LINK_TYPED( TimeOutHdl, Timer*, void );
diff --git a/sfx2/source/doc/new.cxx b/sfx2/source/doc/new.cxx
index 93121aa..c15911e 100644
--- a/sfx2/source/doc/new.cxx
+++ b/sfx2/source/doc/new.cxx
@@ -150,7 +150,7 @@ class SfxNewFileDialog_Impl
 DECL_LINK(RegionSelect, ListBox*);
 DECL_LINK(TemplateSelect, void*);
 DECL_LINK_TYPED(DoubleClick, ListBox&, void);
-DECL_LINK(Expand, void*);
+DECL_LINK_TYPED(Expand, VclExpander&, void);
 DECL_LINK_TYPED(LoadFile, Button*, void);
 sal_uInt16  GetSelectedTemplatePos() const;
 
@@ -263,10 +263,9 @@ IMPL_LINK( SfxNewFileDialog_Impl, RegionSelect, ListBox*, 
pBox )
 return 0;
 }
 
-IMPL_LINK_NOARG(SfxNewFileDialog_Impl, Expand)
+IMPL_LINK_NOARG_TYPED(SfxNewFileDialog_Impl, Expand, VclExpander&, void)
 {
 TemplateSelect(m_pTemplateLb);
-return 0;
 }
 
 IMPL_LINK_NOARG(SfxNewFileDialog_Impl, TemplateSelect)
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index 7f82624..aa8f651 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -1635,7 +1635,7 @@ IMPL_LINK_TYPED( VclExpander, ClickHdl, CheckBox&, rBtn, 
void )
 if (pResizeDialog)
 pResizeDialog->setOptimalLayoutSize();
 }
-maExpandedHdl.Call(this);
+maExpandedHdl.Call(*this);
 }
 
 VclScrolledWindow::VclScrolledWindow(vcl::Window *pParent, WinBits nStyle)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-10-12 Thread Stephan Bergmann
 extensions/source/config/ldap/ldapaccess.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 257bbb558a413da14ac20decf71ef34295bd6e57
Author: Stephan Bergmann 
Date:   Mon Oct 12 09:27:35 2015 +0200

loplugin:stringconstant

Change-Id: I83078723ffc40bf16632df87da24ad2289867ed4

diff --git a/extensions/source/config/ldap/ldapaccess.cxx 
b/extensions/source/config/ldap/ldapaccess.cxx
index 0e25c62..77d6901 100644
--- a/extensions/source/config/ldap/ldapaccess.cxx
+++ b/extensions/source/config/ldap/ldapaccess.cxx
@@ -88,7 +88,7 @@ static void checkLdapReturnCode(const sal_Char *aOperation,
 // This call is thus disabled for the moment.
 //ldap_memfree(stub) ;
 }
-else { message.appendAscii("No additional information") ; }
+else { message.append("No additional information") ; }
 message.append(")") ;
 throw ldap::LdapGenericException(message.makeStringAndClear(),
  NULL, aRetCode) ;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: tdf#50916 : Calc : Dynamic column container

2015-10-12 Thread Eike Rathke
Hi,

On Saturday, 2015-10-10 00:05:11 +0200, Markus Mohrhard wrote:
> Most likely a few more that I have not in mind right now.

Additional caveats that sprang to mind:

* sizes and distribution of area listener slots
  * this currently is based on MAXCOLCOUNT values on compile time and
there even exist preprocessor checks that ensure certain multiples
of 16 so that things fit, see sc/source/core/data/bcaslot.cxx
  * distribution of slots is exponential starting from top left because
it is assumed that the top left of a sheet is more populated than
the far out bottom right
  * actual creation of slots is already dynamical, but the distribution
algorithm may have to be reworked
  * if a user really needs and populates more than 1024 columns, having
even larger slots in the far right probably slows down things when
changes occur in that area

* named expressions that involve relative comlumn offsets
  * ugly stuff, because relative offsets wrap around the column edges
* e.g. having defined a name on A2 to =A1 and using it on A1 will
  give =A1024 with 1024 columns
* this because Excel does it ...
  * already a nightmare during import/export of documents that have
different dimensions, because neither ODF nor OOXML or BIFF store
the actual dimensions, they are only implicityl known by which
program and version generated which file format
* we'll probably have to change that and come up with file format
  extensions
* none of the generators or readers so far handle dynamic column
  limits

* reference update procedures work with MAXCOL values
  * these would have to get the actual column maximum get passed in
  * BUT, references like 1:1 meaning the entire row would not know that
a larger column suddenly is available, internally they currently
store for example A1:AMJ1 and just know that it's the entire row and
take it into account that the anchors are sticky when references are
updated
* probably range references need a "this is the last column" flag
* if that changed, the next caveat kicks in: how to store in file
  format? An older release encountering A1:XXX1 when reading the
  file WILL fail on that
  * so a change will have to be carefully prepared and distributed
over various releases to enable at least the two previous
releases to handle such references

* if dynamically adding columns is made possible, increasing the columns
  would have to be done on *all* sheets, else all 3D addressing would be
  a nightmare


Just what I quickly came up with..

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GPG key "ID" 0x65632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A
Better use 64-bit 0x6A6CD5B765632D3A here is why: https://evil32.com/
Care about Free Software, support the FSFE https://fsfe.org/support/?erack


signature.asc
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 94984] New: spelling guide

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

Bug ID: 94984
   Summary: spelling guide
   Product: LibreOffice
   Version: 4.4.0.0.alpha2
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: aycamutlu...@hotmail.com.tr

Turkish spelling guide is not working :(

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


Re: zip/unzip jar archive or add/remove file using a Basic macro?

2015-10-12 Thread Regina Henschel

Hi Stephan,

thank you for your answer. I will try that service and report back in 
some days.


Kind regards
Regina

Stephan Bergmann schrieb:

On 10/11/2015 08:31 PM, Regina Henschel wrote:

I want to write a Basic macro to preview an .xhp file while editing it.
Viewing such file works fine with LoadComponentFromUrl with protocol
"vnd.sun.star.help", if the file is inside a .jar container.

But how can I modify or create or zip/unzip the content of such
container using a Basic macro? A SimpleFileAccess sees it only as file,
not as folder.


There is a UCP for a vnd.sun.star.pkg URL scheme, to access content
within a (zip, jar) package.  See the documentation of the
css.ucb.PackageContentProvider UNO service for details.  (There is also
a css.uri.VndSunStarPkgUrlReferenceFactory UNO service that helps create
such vnd.sun.star.pkg URLs.)

Underlying that is UNO services like css.packages.Package and
css.packages.zip.ZipFileAccess.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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


[Libreoffice-bugs] [Bug 93591] Libreoffice writer 15-20sec unresponsive when creating new (document after sleep)

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

--- Comment #6 from tele...@surfxs.nl ---
(In reply to telesto from comment #5)
> (In reply to Alex Thurgood from comment #3)
> > @telesto: if you are doing this a different way to that which I have
> > described in my steps, please elaborate.
> 
> The problem still persist at my end. At the moment I'm using LibreOffice
> 4.4.5.2
> with Mac OS X 10.11.1 PB1 (15B17c)
> 
> 1. Open Libreoffice Writer; blank document is sufficient
> 2. Click on Apple menu, then Suspend... 
> 3. Wake Mac again (I'm using spacebar; no password set)
> 4.  When desktop is redisplayed, on which LibreOffice Writer document is
> open, click on Cmd-N
> 5. A new Writer document opens almost instantaneously
> 6. When using the toolbar for this new Writer Document (immediately after
> opening) - for example clicking on 'view' - a beachball appears for +/- 10
> seconds (at my end). Same happens when I would start typing some text.

I think I have found the problem in my example. There must be more opened
documents.

1. Open Libreoffice Writer, create 10-15 blank documents
2. Click on Apple menu, then Suspend... 
3. Wake Mac again (I'm using spacebar; no password set)
4.  When desktop is redisplayed, on which LibreOffice Writer document is
open, click on Cmd-N
5. A new Writer document opens almost instantaneously, but isn't responsive.
When using the toolbar for this new Writer Document (immediately after opening)
 for example clicking on 'view' - a beachball appears for +/- 10
seconds (at my end). Same happens when I would start typing some text.

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


[Libreoffice-commits] core.git: 4 commits - configure.ac connectivity/Library_tdeabdrv1.mk Repository.mk scp2/AutoInstall.mk scp2/source shell/Module_shell.mk shell/Package_scripts.mk shell/Package_sc

2015-10-12 Thread Jan-Marek Glogowski
 Repository.mk |9 +++--
 configure.ac  |   32 +---
 connectivity/Library_tdeabdrv1.mk |1 +
 scp2/AutoInstall.mk   |2 +-
 scp2/source/kde/module_kde.scp|4 +++-
 scp2/source/ooo/file_ooo.scp  |7 +++
 scp2/source/tde/module_tde.scp|4 +++-
 shell/Module_shell.mk |1 +
 shell/Package_scripts.mk  |4 
 shell/Package_scripts_tde.mk  |   16 
 10 files changed, 56 insertions(+), 24 deletions(-)

New commits:
commit f3b6107f4cc9544e58df76cb9d9e17c599040d49
Author: Jan-Marek Glogowski 
Date:   Mon Oct 12 14:15:59 2015 +0200

Cleanup configure output

AC_MSG_NOTICE'ify some output, fix a test and change some
AC_MSG_CHECKING layout, where there was additional output
before the AC_MSG_RESULT.

Change-Id: Ib423bb6cb65fd4ad7bcba413c2574efb44054399

diff --git a/configure.ac b/configure.ac
index a3c4eca..eea4cba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7148,7 +7148,7 @@ if test "$enable_epm" = "yes"; then
 AC_PATH_PROG(EPM, epm, no)
 fi
 if test "$EPM" = "no" -o "$EPM" = "internal"; then
-echo "EPM will be built."
+AC_MSG_NOTICE([EPM will be built.])
 BUILD_TYPE="$BUILD_TYPE EPM"
 EPM=${WORKDIR}/UnpackedTarball/epm/epm
 else
@@ -8296,9 +8296,9 @@ if test "x$enable_postgresql_sdbc" != "xno"; then
 AC_MSG_ERROR([GSSAPI needs OpenSSL, but --disable-openssl was given.])
 fi
 
-AC_MSG_CHECKING([PostgreSQL C interface])
+postgres_interface=""
 if test "$with_system_postgresql" = "yes"; then
-AC_MSG_RESULT([external PostgreSQL])
+postgres_interface="external PostgreSQL"
 SYSTEM_POSTGRESQL=TRUE
 if test "$_os" = Darwin; then
 supp_path=''
@@ -8393,17 +8393,21 @@ if test "x$enable_postgresql_sdbc" != "xno"; then
 
 if test -n "$with_libpq_path"; then
 SYSTEM_POSTGRESQL=TRUE
-AC_MSG_RESULT([external libpq])
+postgres_interface="external libpq"
 POSTGRESQL_LIB="-L${with_libpq_path}/lib/"
 POSTGRESQL_INC=-I"${with_libpq_path}/include/"
 else
 SYSTEM_POSTGRESQL=
-AC_MSG_RESULT([internal])
+postgres_interface="internal"
 POSTGRESQL_LIB=""
 POSTGRESQL_INC="%OVERRIDE_ME%"
 BUILD_TYPE="$BUILD_TYPE POSTGRESQL"
 fi
 fi
+
+AC_MSG_CHECKING([PostgreSQL C interface])
+AC_MSG_RESULT([$postgres_interface])
+
 if test "${SYSTEM_POSTGRESQL}" = "TRUE"; then
 AC_MSG_NOTICE([checking system PostgreSQL prerequisites])
 save_CFLAGS=$CFLAGS
@@ -8530,8 +8534,6 @@ if test "$with_system_curl" = "yes"; then
 AC_MSG_RESULT([external])
 SYSTEM_CURL=TRUE
 
-AC_MSG_CHECKING([whether libcurl is >= 7.19.4])
-
 # First try PKGCONFIG and then fall back
 PKG_CHECK_MODULES(CURL, libcurl >= 7.19.4,, [:])
 
@@ -8544,17 +8546,18 @@ if test "$with_system_curl" = "yes"; then
 CURL_CFLAGS=$("$CURLCONFIG" --cflags | sed -e "s/-I/${ISYSTEM?}/g")
 curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
 
+AC_MSG_CHECKING([whether libcurl is >= 7.19.4])
 case $curl_version in
 dnl brackets doubled below because Autoconf uses them as m4 quote 
characters,
 dnl so they need to be doubled to end up in the configure script
 7.19.4|7.19.[[5-9]]|7.[[2-9]]?.*|7.???.*|[[8-9]].*|[[1-9]][[0-9]].*)
+AC_MSG_RESULT([yes])
 ;;
 *)
 AC_MSG_ERROR([no, you have $curl_version])
 ;;
 esac
 fi
-AC_MSG_RESULT([yes])
 
 libo_MINGW_CHECK_DLL([libcurl])
 libo_MINGW_TRY_DLL([libintl])
@@ -9901,7 +9904,6 @@ dnl 
===
 dnl Test which vclplugs have to be built.
 dnl ===
 R=""
-AC_MSG_CHECKING([which VCLplugs shall be built])
 if test "$USING_X11" != TRUE; then
 enable_gtk=no
 enable_gtk3=no
@@ -9959,18 +9961,18 @@ fi
 AC_SUBST(ENABLE_KDE4)
 
 ENABLE_HEADLESS=""
-if test "x$with_x" = "xno" -o $CXX = "emcc"; then
+if test "x$with_x" = "xno" -o "$CXX" = "emcc"; then
 ENABLE_HEADLESS="TRUE"
 SCPDEFS="$SCPDEFS -DLIBO_HEADLESS"
 R="headless"
 fi
 AC_SUBST(ENABLE_HEADLESS)
 
-if test -z "$R"; then
-AC_MSG_RESULT([none])
-else
-AC_MSG_RESULT([$R])
+build_vcl_plugins="$R"
+if test -z "$build_vcl_plugins"; then
+build_vcl_plugins="none"
 fi
+AC_MSG_NOTICE([VCLplugs to be built: $build_vcl_plugins])
 
 dnl ===
 dnl GCONF check
@@ -12685,7 +12687,7 @@ AC_SUBST(MPL_SUBSET)
 dnl ===
 dnl Setting up the environment.
 dnl 

  1   2   3   4   >