[Libreoffice-bugs] [Bug 94803] Font problems: Drop Caps and Lines Missing with Linux Libertine O and Linux Biolinum O

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

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #3 from Beluga  ---
Not reproduced.
I installed Libertine, Biolinum was already installed.

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 94903] Digital Signatures are not working with 64-Bit LibreOffice 5.0.2.2

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

--- Comment #1 from Oliver Ostertag  ---
Created attachment 119447
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119447=edit
Step-1.jpg, dialog for [Step #1], see description

-- 
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 94903] Digital Signatures are not working with 64-Bit LibreOffice 5.0.2.2

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

--- Comment #2 from Oliver Ostertag  ---
Created attachment 119448
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119448=edit
Step-2.jpg, dialog for [Step #2], see description

-- 
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 94903] Digital Signatures are not working with 64-Bit LibreOffice 5.0.2.2

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

--- Comment #3 from Oliver Ostertag  ---
Created attachment 119449
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119449=edit
Step-3.jpg, dialog for [Step #3], see description

-- 
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-09 Thread Stephan Bergmann
 sc/source/ui/undo/undoblk3.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7eeb1c908b58df395b21bf5fbf5d565e9b51ce66
Author: Stephan Bergmann 
Date:   Fri Oct 9 11:28:35 2015 +0200

Apparently, pUndoDoc must be reset before calling DeleteSdrUndoAction

...in ~ScUndoDeleteContents, otherwise (implicitly) resetting pUndoDoc only 
at
the end of ~ScUndoDeleteContents could cause a stack of calls into 
~ScDocument,
~ScTable, ~ScColumn, ~ScPostIt that operates on stale pointers, as an
SdrCaptionObj is already destroyed while the ScPostIt still points to it.  
See
the failing JunitTest_sc_unoapi_2 under ASan+UBSan at the end of
.

Regression introduced with ee9b3c1f1cb7445f0a7e76736e32fe81878f8d00 "Return 
the
std::unique_ptr itself here, not a raw pointer."

Change-Id: I5e1c6c3e46cb46388d186b63ce23b00fd298a32b

diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx
index 5ebdd63..27fd815 100644
--- a/sc/source/ui/undo/undoblk3.cxx
+++ b/sc/source/ui/undo/undoblk3.cxx
@@ -102,6 +102,7 @@ ScUndoDeleteContents::ScUndoDeleteContents(
 
 ScUndoDeleteContents::~ScUndoDeleteContents()
 {
+pUndoDoc.reset();
 DeleteSdrUndoAction( pDrawUndo );
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94887] Add support for "Webarchive" files

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

Michael Stahl  changed:

   What|Removed |Added

 CC||dtar...@redhat.com

--- Comment #6 from Michael Stahl  ---
well it looks like a potential DLP feature, maybe David can tell us if this
would fit into libetonyek...

-- 
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 87523] Table of contents issue with aligning page numbers when more than one tab is used for a TOC entry

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

Darius Daniel Grigoras  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #20 from Darius Daniel Grigoras  ---
(In reply to Cor Nouws from comment #19)

Now updated the TOC. Is the page number properly aligned to the right? No. At
least not for me using LibreOffice 5.0.2.2

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


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

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

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

Resolves: tdf#93613 let referenced document evaluate macro config

... if the current document allows macros.

Change-Id: I927981334e27d073696286ba680777a645d53653
(cherry picked from commit 8e2acdbcbd3afc1777d6e68a83ebbe6d8dd77645)
Reviewed-on: https://gerrit.libreoffice.org/19264
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

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


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

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

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

Resolves: tdf#93613 let referenced document evaluate macro config

... if the current document allows macros.

Change-Id: I927981334e27d073696286ba680777a645d53653
(cherry picked from commit 8e2acdbcbd3afc1777d6e68a83ebbe6d8dd77645)
Reviewed-on: https://gerrit.libreoffice.org/19266
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

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


[Libreoffice-bugs] [Bug 94398] LibO won't close on Windows occasionally

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

--- Comment #3 from Richard Prins  ---
Have resetted the profile and bug has not occurred since. Will report back when
the bug does occur again.

-- 
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 94826] Big image in header completely freezes modern hardware

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

Beluga  changed:

   What|Removed |Added

 OS|Linux (All) |All

--- Comment #3 from Beluga  ---
Confirmed same slowness on Linux, too.

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-commits] core.git: comphelper/source configmgr/CppunitTest_configmgr_unit.mk configmgr/qa include/comphelper

2015-10-09 Thread Michael Meeks
 comphelper/source/misc/configuration.cxx |   51 +++
 configmgr/CppunitTest_configmgr_unit.mk  |4 
 configmgr/qa/unit/test.cxx   |   47 ++
 include/comphelper/configurationlistener.hxx |  118 +++
 4 files changed, 220 insertions(+)

New commits:
commit ccf8bdcf929e842ef42ae968e4f0532282357277
Author: Michael Meeks 
Date:   Mon Oct 5 18:08:02 2015 +0100

Create a wrapper to make listening for configmgr changes easy.

Change-Id: Ib58d04f9e046e604b24e0e338796a7a60aa1d6fd
Reviewed-on: https://gerrit.libreoffice.org/19253
Tested-by: Jenkins 
Reviewed-by: Michael Meeks 

diff --git a/comphelper/source/misc/configuration.cxx 
b/comphelper/source/misc/configuration.cxx
index 6280fdc..e5bf8b8 100644
--- a/comphelper/source/misc/configuration.cxx
+++ b/comphelper/source/misc/configuration.cxx
@@ -27,6 +27,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -209,4 +210,54 @@ comphelper::detail::ConfigurationWrapper::createChanges() 
const {
 new ConfigurationChanges(context_));
 }
 
+void 
comphelper::ConfigurationListener::addListener(ConfigurationListenerPropertyBase
 *pListener)
+{
+maListeners.push_back( pListener );
+mxConfig->addPropertyChangeListener( pListener->maName, this );
+pListener->setProperty( mxConfig->getPropertyValue( pListener->maName ) );
+}
+
+void 
comphelper::ConfigurationListener::removeListener(ConfigurationListenerPropertyBase
 *pListener)
+{
+auto it = maListeners.begin();
+it = std::find( maListeners.begin(), maListeners.end(), pListener );
+if ( it != maListeners.end() )
+{
+maListeners.erase( it );
+mxConfig->removePropertyChangeListener( pListener->maName, this );
+}
+}
+
+void comphelper::ConfigurationListener::dispose()
+{
+for (auto it = maListeners.begin(); it != maListeners.end(); ++it)
+{
+mxConfig->removePropertyChangeListener( (*it)->maName, this );
+(*it)->dispose();
+}
+maListeners.clear();
+}
+
+void SAL_CALL 
comphelper::ConfigurationListener::disposing(css::lang::EventObject const &)
+throw (css::uno::RuntimeException, std::exception)
+{
+dispose();
+}
+
+void SAL_CALL comphelper::ConfigurationListener::propertyChange(
+css::beans::PropertyChangeEvent const  )
+throw (css::uno::RuntimeException, std::exception)
+{
+assert( rEvt.Source == mxConfig );
+for ( auto it = maListeners.begin(); it != maListeners.end(); ++it )
+{
+if ( (*it)->maName == rEvt.PropertyName )
+{
+// ignore rEvt.NewValue - in theory it could be stale => not set.
+css::uno::Any aValue = mxConfig->getPropertyValue( (*it)->maName );
+(*it)->setProperty( aValue );
+}
+}
+}
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/configmgr/CppunitTest_configmgr_unit.mk 
b/configmgr/CppunitTest_configmgr_unit.mk
index e8bddc2..ca9653f 100644
--- a/configmgr/CppunitTest_configmgr_unit.mk
+++ b/configmgr/CppunitTest_configmgr_unit.mk
@@ -21,6 +21,10 @@ $(eval $(call 
gb_CppunitTest_use_library_objects,configmgr_unit,configmgr))
 
 $(eval $(call gb_CppunitTest_use_sdk_api,configmgr_unit,))
 
+$(eval $(call gb_CppunitTest_use_custom_headers,configmgr_unit,\
+officecfg/registry \
+))
+
 $(eval $(call gb_CppunitTest_use_libraries,configmgr_unit, \
comphelper \
cppu \
diff --git a/configmgr/qa/unit/test.cxx b/configmgr/qa/unit/test.cxx
index a9f609b..6985cab 100644
--- a/configmgr/qa/unit/test.cxx
+++ b/configmgr/qa/unit/test.cxx
@@ -55,7 +55,11 @@
 #include 
 #include 
 #include 
+#include 
+#include 
+#include 
 #include 
+#include 
 
 namespace {
 
@@ -70,6 +74,7 @@ public:
 void testSetSetMemberName();
 void testInsertSetMember();
 void testReadCommands();
+void testListener();
 #if 0
 void testThreads();
 #endif
@@ -98,6 +103,7 @@ public:
 CPPUNIT_TEST(testSetSetMemberName);
 CPPUNIT_TEST(testInsertSetMember);
 CPPUNIT_TEST(testReadCommands);
+CPPUNIT_TEST(testListener);
 #if 0
 CPPUNIT_TEST(testThreads);
 #endif
@@ -356,6 +362,47 @@ void Test::testReadCommands()
 access, css::uno::UNO_QUERY_THROW)->dispose();
 }
 
+void Test::testListener()
+{
+OUString aRandomPath = "/org.openoffice.Office.Math/View";
+
+// test with no props.
+{
+rtl::Reference xListener(
+new comphelper::ConfigurationListener(aRandomPath));
+xListener->dispose();
+}
+
+// test some changes
+{
+rtl::Reference xListener(
+new comphelper::ConfigurationListener(aRandomPath));
+
+comphelper::ConfigurationListenerProperty aSetting(xListener, 
"AutoRedraw");
+CPPUNIT_ASSERT_MESSAGE("check AutoRedraw defaults to true", 
aSetting.get());
+
+// set to false
+{
+

[Libreoffice-ux-advise] [Bug 88416] UI: Allow hiding fonts from font drop down list in options dialog

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
  Component|ux-advise   |UI
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=77
   ||878
Summary|Feature request - Allow |UI: Allow hiding fonts from
   |hiding fonts from options   |font drop down list in
   |UI  |options dialog
 Whiteboard||needsDevEval topicUI

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


[Libreoffice-ux-advise] [Bug 77878] Hiding fonts is not supported

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

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

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


[Libreoffice-ux-advise] [Bug 91130] Smaller default font name list

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 94855] Slow slideshow with SVG images

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

--- Comment #3 from Frederic Parrenin  ---
I am actually surprised that the export to pdf resamples the elements of the
figure. I thought it was keeping the vector information.

Of course it is possible to transform the figures in high-res png images, but
it is convenient to use the svg format since you are sure you don't loose any
information. I often extract svg images from scientific articles and reports
using inkscape.

-- 
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 94903] New: Digital Signatures are not working with 64-Bit LibreOffice 5.0.2.2

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

Bug ID: 94903
   Summary: Digital Signatures are not working with 64-Bit
LibreOffice 5.0.2.2
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kunde.oli...@ostertags.de

With the 64-Bit Version of LibreOffice (reproduced with 64-Bit LO 5.0.2.2) it
is not possitble to digitally sign documents.

Workflow (see attached Screenshots Step-[n]):

1. trying to sign the document, the "Digital Signatures" dialog comes up (see
Step-1.jpg)

2. pressing "sign document" button (see Step-1.jpg)

3. the "choose certificate" dialog comes up with (correct) all availible
certificates (see Step-2.jpg)

4. choosing a certificate (e.g. the first one, see Step-2.jpg) and pressing ok.

5. the Windows CryptoAPI Dialog comes up (correct), see Step-3.jpg

6. After confirming access to the certificate storage (with ok button) just
nothing happens

--- this is the bug ---

7. There is still the open "Digital Signatures" dialog (see Step-1.jpg) with no
signature inside.

In the 32-Bit Version of Libre Office this works fine, the document is signed
and in "7." you can see an entry with the choosen certificate Signature in
Step-1.jpg

-- 
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 94903] Digital Signatures are not working with 64-Bit LibreOffice 5.0.2.2

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

Oliver Ostertag  changed:

   What|Removed |Added

 Whiteboard||64-Bit LO (I guess this is
   ||wrong, how do I tag "64-Bit
   ||LO" issues correct?)

-- 
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 94904] New: Export to PDF mangles some characters

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

Bug ID: 94904
   Summary: Export to PDF mangles some characters
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: x86 (IA32)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bernard.more...@gmail.com

Created attachment 119450
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119450=edit
Page 1 of PDF, showing problem with 'x' in para.2, line 8 and penultimate, also
in footnote 7; and problem with '6' in footnote 13

Occasionally rectangles appear behind some characters in the PDF output - I
have found this for 'x', 'R', and '6'.  The Writer text is clean, and there are
no hidden problems in the RTF source of the text (examined with octal dump).
Deleting the characters and re-inputting them in Writer seems to fix the
problem - but maybe simply re-exporting might fix it anyway.  The problem may
be page-related, in that (eg) if one 'x' is wrong on a page, then all seem to
be.
I'm using Liberation Serif font.

-- 
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/comphelper

2015-10-09 Thread Stephan Bergmann
 include/comphelper/configurationlistener.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 83c5214889c712646e45dc1c19b6d3c13a05aa83
Author: Stephan Bergmann 
Date:   Fri Oct 9 11:48:15 2015 +0200

loplugin:saloverride

Change-Id: I7b640ecf957ec2663c68a9548680a64c85470da5

diff --git a/include/comphelper/configurationlistener.hxx 
b/include/comphelper/configurationlistener.hxx
index 658b84b..88edd77 100644
--- a/include/comphelper/configurationlistener.hxx
+++ b/include/comphelper/configurationlistener.hxx
@@ -54,7 +54,7 @@ public:
 inline ConfigurationListenerProperty(const rtl::Reference< 
ConfigurationListener > ,
  const OUString  );
 
-inline ~ConfigurationListenerProperty();
+virtual inline ~ConfigurationListenerProperty();
 
 uno_type get() { return maValue; }
 };
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 87523] Table of contents issue with aligning page numbers when more than one tab is used for a TOC entry

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

--- Comment #22 from Darius Daniel Grigoras  ---
(In reply to Cor Nouws from comment #21)

Yeah, but it proves that LibreOffice is still damn shitty when it comes to
TOCs.

-- 
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-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94832

--- Comment #5 from mike.li...@free.fr ---
Yes, It is for DOXC format only. This features works correctly for ODT format.
OK for duplicate of Bug 89991 (I did not see this.) Thanks for your 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 94772] LibreOffice Cannot save .odt files (OSX)

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
Version|5.0.2.2 release |4.4.5.2 release

-- 
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 77878] Hidden fonts in Windows 7+ Control Panel not hidden in font list

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=91
   ||130
Summary|Hiding fonts is not |Hidden fonts in Windows 7+
   |supported   |Control Panel not hidden in
   ||font list

--- Comment #2 from Yousuf (Jay) Philips  ---
Not so sure if we should be supporting such a feature when MSDN states, "In
Windows 7, there are no APIs for directly querying which fonts are hidden, or
for setting fonts to be hidden."

https://msdn.microsoft.com/en-us/library/dd317704(VS.85,loband).aspx
http://loseyourmind.com/Why-hide-fonts-does-not-work-with-windows-7.aspx

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


[Libreoffice-ux-advise] [Bug 77878] Hidden fonts in Windows 7+ Control Panel not hidden in font list

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=91
   ||130
Summary|Hiding fonts is not |Hidden fonts in Windows 7+
   |supported   |Control Panel not hidden in
   ||font list

--- Comment #2 from Yousuf (Jay) Philips  ---
Not so sure if we should be supporting such a feature when MSDN states, "In
Windows 7, there are no APIs for directly querying which fonts are hidden, or
for setting fonts to be hidden."

https://msdn.microsoft.com/en-us/library/dd317704(VS.85,loband).aspx
http://loseyourmind.com/Why-hide-fonts-does-not-work-with-windows-7.aspx

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


[Libreoffice-bugs] [Bug 94741] Print dialog has pink in collate background (Win10)

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

--- Comment #12 from Oliver Ostertag  ---
(In reply to Maxim Monastirsky from comment #11)
> Don't confuse "OpenCL" with "OpenGL". The latter is under
> Tools->Options...->LibreOffice->View. Try to disable it and restart LO.

Yes, i can confirm that. The bug is related to OpenGL rendering. I reproduced
it (LO 5.0.2.2, german) with activated OpenGL rendering. When disabled the
print dialog looks fine.

-- 
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 94511] LibO doesn't start with Gnome 3.18

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

--- Comment #5 from Gökçen Eraslan  ---
Reproducible with Gnome 3.18 and Libreoffice 5.0.2.2 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 91130] Smaller default font name list

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

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

-- 
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 'refs/notes/commits' - 2 commits - 06/59ed4a5379117c6500d80fcd3792186fb28bb4 2c/446a4e525c6015b790c96843d4546884a9e329

2015-10-09 Thread Caolán McNamara
 06/59ed4a5379117c6500d80fcd3792186fb28bb4 |1 +
 2c/446a4e525c6015b790c96843d4546884a9e329 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 0274a2164439ff5c2c13df9ad7ec4f804a83023f
Author: Caolán McNamara 
Date:   Fri Oct 9 10:21:24 2015 +0100

Notes added by 'git notes add'

diff --git a/06/59ed4a5379117c6500d80fcd3792186fb28bb4 
b/06/59ed4a5379117c6500d80fcd3792186fb28bb4
new file mode 100644
index 000..13d6179
--- /dev/null
+++ b/06/59ed4a5379117c6500d80fcd3792186fb28bb4
@@ -0,0 +1 @@
+prefer: 04a98015101b8fea3b200e0bf3a2469d8c75fdf7
commit 7a853a6b8138366edcbb606ae004dd3b96f92876
Author: Caolán McNamara 
Date:   Fri Oct 9 10:21:10 2015 +0100

Notes added by 'git notes add'

diff --git a/2c/446a4e525c6015b790c96843d4546884a9e329 
b/2c/446a4e525c6015b790c96843d4546884a9e329
new file mode 100644
index 000..13d6179
--- /dev/null
+++ b/2c/446a4e525c6015b790c96843d4546884a9e329
@@ -0,0 +1 @@
+prefer: 04a98015101b8fea3b200e0bf3a2469d8c75fdf7
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-10-09 Thread Caolán McNamara
 writerperfect/source/writer/WordPerfectImportFilter.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 81d9f6982a222c8f777a80fdeb89a391b81dd5d3
Author: Caolán McNamara 
Date:   Thu Oct 8 11:18:33 2015 +0100

don't crash on loading abi13730-1.wpd

Change-Id: I3796f16c4df8cc055fb1a75b1583c5b959f02799
(cherry picked from commit 64a252ffa9d0c30bec195a68c6837a0acdeca29a)
Reviewed-on: https://gerrit.libreoffice.org/19243
Tested-by: Jenkins 
Reviewed-by: David Tardon 

diff --git a/writerperfect/source/writer/WordPerfectImportFilter.cxx 
b/writerperfect/source/writer/WordPerfectImportFilter.cxx
index 389e5b5..f0febb6 100644
--- a/writerperfect/source/writer/WordPerfectImportFilter.cxx
+++ b/writerperfect/source/writer/WordPerfectImportFilter.cxx
@@ -84,6 +84,9 @@ static bool handleEmbeddedWPGImage(const 
librevenge::RVNGBinaryData , libr
 if (!libwpg::WPGraphics::parse(input.getDataStream(), , 
fileFormat))
 return false;
 
+if (svgOutput.empty())
+return false;
+
 assert(1 == svgOutput.size());
 
 output.clear();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 92207] EDITING Setting text background colour doesn't work in Calc

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

GerardF  changed:

   What|Removed |Added

 CC||gerard.farg...@orange.fr

--- Comment #2 from GerardF  ---
It is like if drop down show "color" but is in reality "none", choose a color
have no effect.
If I change "color" to "none" or "gradient" or other and set back to "color"
then it works.

Not reproducible with Version: 5.1.0.0.alpha1+
Build ID: b3de73f32af6276a60f5678861c461631a75e743
TinderBox: Win-x86@39, Branch:master, Time: 2015-09-01_06:18:16
Locale: fr-FR (fr_FR)
After drawning of text box, background is by default to "none".

-- 
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' - sc/source

2015-10-09 Thread Eike Rathke
 sc/source/core/tool/parclass.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 70f5afe3707c155b412e05e9750c38d00b56d345
Author: Eike Rathke 
Date:   Wed Oct 7 22:23:51 2015 +0200

Resolves: tdf#94796 LINEST and LOGEST have ForceArray parameters

Change-Id: I6bd82191ef7c5bb2c7829daf341d360c6d09c11b
(cherry picked from commit f3dfab0c23bde81a00fa2f16cf4d96c8809e5045)
Reviewed-on: https://gerrit.libreoffice.org/19237
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sc/source/core/tool/parclass.cxx b/sc/source/core/tool/parclass.cxx
index 61c79cc..8d70419 100644
--- a/sc/source/core/tool/parclass.cxx
+++ b/sc/source/core/tool/parclass.cxx
@@ -167,8 +167,8 @@ const ScParameterClassification::RawData 
ScParameterClassification::pRawData[] =
 { ocRank,{{ Value, Reference, Value
  }, 0 }},
 { ocRank_Avg,{{ Value, Reference, Value
  }, 0 }},
 { ocRank_Eq, {{ Value, Reference, Value
  }, 0 }},
-{ ocLinest,  {{ Reference, Reference, Value, Value 
  }, 0 }},
-{ ocLogest,  {{ Reference, Reference, Value, Value 
  }, 0 }},
+{ ocLinest,  {{ ForceArray, ForceArray, Value, Value   
  }, 0 }},
+{ ocLogest,  {{ ForceArray, ForceArray, Value, Value   
  }, 0 }},
 { ocRow, {{ Reference  
  }, 0 }},
 { ocRows,{{ Reference  
  }, 1 }},
 { ocRSQ, {{ ForceArray, ForceArray 
  }, 0 }},
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-10-09 Thread Miklos Vajna
 sw/qa/extras/rtfimport/data/tdf94456.rtf |   23 +++
 sw/qa/extras/rtfimport/rtfimport.cxx |   10 ++
 writerfilter/source/dmapper/DomainMapper.cxx |6 +++---
 3 files changed, 36 insertions(+), 3 deletions(-)

New commits:
commit 8add771c71900d38ec0faee4fd89d946f95f0cd0
Author: Miklos Vajna 
Date:   Mon Sep 28 10:52:31 2015 +0200

tdf#94456 RTF import: fix list vs paragraph style interaction wrt para 
indents

In case we set the paragraph left/right/first margin just to mimic the
list vs paragraph style interaction as Word wants it, never overwrite
properties, as they are always meant to be just callbacks in case there
is no real hard formatting.

Change-Id: Ibdb2834c693d43cf4114453e42628e8f64c0a856
(cherry picked from commit b669d85de9c933553ae57a9f51902bce7f9da9b5)
Reviewed-on: https://gerrit.libreoffice.org/19250
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sw/qa/extras/rtfimport/data/tdf94456.rtf 
b/sw/qa/extras/rtfimport/data/tdf94456.rtf
new file mode 100644
index 000..075fb53
--- /dev/null
+++ b/sw/qa/extras/rtfimport/data/tdf94456.rtf
@@ -0,0 +1,23 @@
+{\rtf1\ansi\deff3\adeflang1025
+{\stylesheet
+{\s0\snext0\nowidctlpar\hyphpar0\aspalpha\ltrpar\cf0\kerning1\dbch\af8\langfe2052\dbch\af6\afs24\alang1081\loch\f3\fs24\lang2055
 Normal;}
+{\s1\sbasedon15\snext16\ilvl0\outlinelevel0\sb240\sa120\keepn\b\dbch\af5\dbch\af6\afs36\ab\loch\f4\fs36
 Heading 1;}
+{\s15\sbasedon0\snext16\sb240\sa120\keepn\dbch\af5\dbch\af6\afs28\loch\f4\fs28 
Heading;}
+}
+{\*\listtable
+{\list\listtemplateid1
+{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2
+{\leveltext \'00;}
+{\levelnumbers;}
+\fi-432\li432}
+\listid1}
+}
+{\listoverridetable
+{\listoverride\listid1\listoverridecount0\ls1}
+}
+\pard\plain 
\s1\ilvl0\outlinelevel0\sb240\sa120\keepn\b\dbch\af5\dbch\af6\afs36\ab\loch\f4\fs36
+{\listtext\pard\plain \tab}
+\ls1 \li432\ri0\lin432\rin0\fi-432\sb240\sa120
+{\rtlch \ltrch\loch
+Heading}
+\par}
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx 
b/sw/qa/extras/rtfimport/rtfimport.cxx
index 83f00c5..616986d 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -2328,6 +2328,16 @@ DECLARE_RTFIMPORT_TEST(testTdf92481, "tdf92481.rtf")
 CPPUNIT_ASSERT_EQUAL(static_cast(2), 
getProperty(getParagraph(1), "ParaWidows"));
 }
 
+DECLARE_RTFIMPORT_TEST(testTdf94456, "tdf94456.rtf")
+{
+// Paragraph left margin and first line indent wasn't imported correctly.
+
+// This was 1270.
+CPPUNIT_ASSERT_EQUAL(static_cast(762), 
getProperty(getParagraph(1), "ParaLeftMargin"));
+// This was -635.
+CPPUNIT_ASSERT_EQUAL(static_cast(-762), 
getProperty(getParagraph(1), "ParaFirstLineIndent"));
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx 
b/writerfilter/source/dmapper/DomainMapper.cxx
index 3868d74..d264dc4 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -451,7 +451,7 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
 sal_Int32 nFirstLineIndent = 
m_pImpl->getCurrentNumberingProperty("FirstLineIndent");
 
 if (nFirstLineIndent != 0)
-
m_pImpl->GetTopContext()->Insert(PROP_PARA_FIRST_LINE_INDENT, 
uno::makeAny(nFirstLineIndent));
+
m_pImpl->GetTopContext()->Insert(PROP_PARA_FIRST_LINE_INDENT, 
uno::makeAny(nFirstLineIndent), /*bOverwrite=*/false);
 
 m_pImpl->GetTopContext()->Insert(
 PROP_PARA_LEFT_MARGIN, uno::makeAny( 
ConversionHelper::convertTwipToMM100(nIntValue ) ));
@@ -467,9 +467,9 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
 sal_Int32 nParaLeftMargin = 
m_pImpl->getCurrentNumberingProperty("IndentAt");
 
 if (nFirstLineIndent != 0)
-
m_pImpl->GetTopContext()->Insert(PROP_PARA_FIRST_LINE_INDENT, 
uno::makeAny(nFirstLineIndent));
+
m_pImpl->GetTopContext()->Insert(PROP_PARA_FIRST_LINE_INDENT, 
uno::makeAny(nFirstLineIndent), /*bOverwrite=*/false);
 if (nParaLeftMargin != 0)
-m_pImpl->GetTopContext()->Insert(PROP_PARA_LEFT_MARGIN, 
uno::makeAny(nParaLeftMargin));
+m_pImpl->GetTopContext()->Insert(PROP_PARA_LEFT_MARGIN, 
uno::makeAny(nParaLeftMargin), /*bOverwrite=*/false);
 
 m_pImpl->GetTopContext()->Insert(
 PROP_PARA_RIGHT_MARGIN, uno::makeAny( 
ConversionHelper::convertTwipToMM100(nIntValue ) ));
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 87523] Table of contents issue with aligning page numbers when more than one tab is used for a TOC entry

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

Cor Nouws  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #21 from Cor Nouws  ---
(In reply to Darius Daniel Grigoras from comment #20)

> Now updated the TOC. 

This is not what I did advise you :)

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


[Libreoffice-bugs] [Bug 94340] Crash attempting playback video in slideshow mode

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

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #7 from Beluga  ---
Crashes immediately when the vid would start playing?
I let it play for about 15 secs with no problem.

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 94398] LibO won't close on Windows occasionally

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

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #4 from tommy27  ---
Ok, it was another case of user profile corruption.
We usually label these bugs -> RESOLVED WORKSFORME

-- 
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 88416] UI: Allow hiding fonts from font drop down list in options dialog

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
  Component|ux-advise   |UI
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=77
   ||878
Summary|Feature request - Allow |UI: Allow hiding fonts from
   |hiding fonts from options   |font drop down list in
   |UI  |options dialog
 Whiteboard||needsDevEval topicUI

-- 
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 77878] Hiding fonts is not supported

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

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

-- 
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 94511] LibO doesn't start with Gnome 3.18

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

--- Comment #6 from Gökçen Eraslan  ---
Hmm, it seems it's specific to Antergos (i.e. Numix GTK theme). Changing the
GTK theme solves the 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


[Libreoffice-bugs] [Bug 36584] UI FORMULAEDITOR: no influence of toolbar button 'Formula cursor'

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

--- Comment #13 from Michael Meeks  ---
Heh - really we need to solve the last in-line editing problems here; such as
undo/redo (how hard can it be ;-) and get that enabled by default so we don't
have these conditionals (I guess). It should be easy enough to disable / remove
that button in experimental mode though I guess =) patches appreciated.

-- 
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 'refs/notes/commits' - 99/2865227051cc542034257489c6f5b0dc2e6b87

2015-10-09 Thread Caolán McNamara
 99/2865227051cc542034257489c6f5b0dc2e6b87 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8db000af911b8ca1bb5befff9f5965f5e3899798
Author: Caolán McNamara 
Date:   Fri Oct 9 10:19:51 2015 +0100

Notes added by 'git notes add'

diff --git a/99/2865227051cc542034257489c6f5b0dc2e6b87 
b/99/2865227051cc542034257489c6f5b0dc2e6b87
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/99/2865227051cc542034257489c6f5b0dc2e6b87
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 68/15f3f23ae61ab2c76001fde503ee07b3551297

2015-10-09 Thread Caolán McNamara
 68/15f3f23ae61ab2c76001fde503ee07b3551297 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7c2f2084fed112554b1c75686e1b089fa912625e
Author: Caolán McNamara 
Date:   Fri Oct 9 10:20:13 2015 +0100

Notes added by 'git notes add'

diff --git a/68/15f3f23ae61ab2c76001fde503ee07b3551297 
b/68/15f3f23ae61ab2c76001fde503ee07b3551297
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/68/15f3f23ae61ab2c76001fde503ee07b3551297
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 87523] Table of contents issue with aligning page numbers when more than one tab is used for a TOC entry

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

Darius Daniel Grigoras  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
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 90427] UI Impossible to give a shape a name or description

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

Paul DeGroot  changed:

   What|Removed |Added

  Component|Draw|Impress
   Hardware|Other   |x86-64 (AMD64)
Version|4.5.0.0.alpha0+ Master  |5.0.2.2 release
 OS|All |Windows (All)

--- Comment #3 from Paul DeGroot  ---
Using Impress 5.0.2.2 and I don't see any way to name or rename a shape. I
added rename to the format menu, but it's grayed out when I select an inserted
bitmap. Very inconvenient when you're doing animations and you can't give
objects, some of which are hidden behind other objects, a name to help identify
them.

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


[Bug 94228] replace BOOST_PP macros with C++11 variadic templates where possible

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

--- Comment #4 from Daniel L Robertson  ---
The last commit should have removed the last use of BOOST_PP in include. I know
of at least two other uses of BOOST_PP, but I'm not sure if they should be
removed. I'll continue to look for cases in which handwritten macros are used,
but I expect my activity on this will slow down significantly.

-- 
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 94228] replace BOOST_PP macros with C++11 variadic templates where possible

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

--- Comment #4 from Daniel L Robertson  ---
The last commit should have removed the last use of BOOST_PP in include. I know
of at least two other uses of BOOST_PP, but I'm not sure if they should be
removed. I'll continue to look for cases in which handwritten macros are used,
but I expect my activity on this will slow down significantly.

-- 
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: filter/source sc/source sc/util

2015-10-09 Thread Markus Mohrhard
 filter/source/config/fragments/filters/calc_Gnumeric.xcu |2 +-
 sc/source/filter/orcus/filterdetect.cxx  |2 +-
 sc/source/ui/docshell/docsh.cxx  |8 
 sc/util/scfilt.component |2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 2db1e3447298f2b25287ff6ad4c5dda1e675f5e3
Author: Markus Mohrhard 
Date:   Sat Oct 10 01:24:23 2015 +0200

fix gnumeric import

Change-Id: I65e4d4df9b75304096ec51e07f5985023ad3071c

diff --git a/filter/source/config/fragments/filters/calc_Gnumeric.xcu 
b/filter/source/config/fragments/filters/calc_Gnumeric.xcu
index 4210615..cc350fd 100644
--- a/filter/source/config/fragments/filters/calc_Gnumeric.xcu
+++ b/filter/source/config/fragments/filters/calc_Gnumeric.xcu
@@ -16,7 +16,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 -->
 
-IMPORT ALIEN 3RDPARTYFILTER 
PREFERRED
+IMPORT ALIEN PREFERRED
 
 
 
diff --git a/sc/source/filter/orcus/filterdetect.cxx 
b/sc/source/filter/orcus/filterdetect.cxx
index 8c84a5d..7273df5 100644
--- a/sc/source/filter/orcus/filterdetect.cxx
+++ b/sc/source/filter/orcus/filterdetect.cxx
@@ -102,7 +102,7 @@ OUString 
OrcusFormatDetect::detect(css::uno::Sequence
 }
 
 extern "C" SAL_DLLPUBLIC_EXPORT ::com::sun::star::uno::XInterface* SAL_CALL
-com_sun_star_comp_oox_sc_OrcusFormatDetect_get_implementation(::com::sun::star::uno::XComponentContext*
 ,
+com_sun_star_comp_sc_OrcusFormatDetect_get_implementation(::com::sun::star::uno::XComponentContext*
 ,

::com::sun::star::uno::Sequence const &)
 {
 return cppu::acquire(new OrcusFormatDetect());
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index b3fd054..524bd34 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -1153,6 +1153,14 @@ bool ScDocShell::ConvertFrom( SfxMedium& rMedium )
 else
 bRet = true;
 }
+else if (aFltName == "Gnumeric Spreadsheet")
+{
+ScOrcusFilters* pOrcus = ScFormatFilter::Get().GetOrcusFilters();
+if (!pOrcus)
+return false;
+
+bRet = pOrcus->importGnumeric(aDocument, rMedium);
+}
 else if (aFltName == pFilterAscii)
 {
 SfxItemSet*  pSet = rMedium.GetItemSet();
diff --git a/sc/util/scfilt.component b/sc/util/scfilt.component
index 0df939f..5528935 100644
--- a/sc/util/scfilt.component
+++ b/sc/util/scfilt.component
@@ -28,7 +28,7 @@
   constructor="com_sun_star_comp_oox_xls_FormulaParser_get_implementation">
 
   
-  
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

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

--- Comment #14 from Lachlan  ---
Created attachment 119474
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119474=edit
update document with formatting working correctly

This is an updated versoin of my original working correclty in LO5

-- 
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-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80260

--- Comment #15 from Lachlan  ---
I just tested on 5.0.2.2.

If i add double quotes to my formatting it will work correctly now.

The problem i still have is that by default calc will add single quotes to
string values and i have to change this manually after the formatting is
created.

I made a new copy of the doc for you to check, column C has the correct
formatting for me now using manually entered double quotes.

-- 
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


Version of gcc for LibreOffice

2015-10-09 Thread Richard Wordingham
On Wed, 07 Oct 2015 11:10:08 +0200
Jan-Marek Glogowski  wrote:
(when topic was 'Can't track flow of characters in from Input Method
Editor')

> Am 06.10.2015 um 23:51 schrieb Richard Wordingham:
> > I think my compiler (gcc
> > Version 4.6.3) is too old to compile Version 5.0, which is where I
> > noticed the problem.
> 
> ...
> 
> > I am running Ubuntu 12.04 with the default desktop.

> LO 5.0 builds just fine in Precise / 12.04. See
> https://launchpad.net/~libreoffice/+archive/ubuntu/ppa?field.series_filter=precise
> for newer packages.

OK. I found a tar ball for 5.0.2.2 which *does* build on Ubuntu 12.04.

However, when I try building from 'trunk' (or whatever its called)
pulling in the source via git, compilation still fails, just as (well,
one line number's changed) happened just over three months ago
(https://ask.libreoffice.org/en/question/52435/what-version-of-gcc-do-i-need-to-build-libreoffice/
).  I did not get a usable answer then.

In response to my example patch at
https://bugs.documentfoundation.org/show_bug.cgi?id=94753 , I've been
told to use gerrit to discuss patch proposals.  Presumably I should at
least confirm that my patches compile in the developing form of
LibreOffice.  So, what version of gcc do I need to build LibreOffice?
Or is there a bug in include/rtl/ustring.hxx?  I don't know C++ well
enough to understand the problem.

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


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

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

--- Comment #2 from Dude76  ---
Created attachment 119473
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119473=edit
light file sample reproducing the problem

i have strongly enlight the original file
values in F to line 39 (and to 60 if they were not empty) are OK and negative
(outcomes)
values from line 61 to 63 are OK and positives (incomes)
following values, with no more incomes later, avec positive whereas they are
outcomes, so it is KO !

i have also noticed that there are impact (due to "false" positive values) on
other dependants formulas results (ex : J64)

i have put comments in the file too.

-- 
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 94924] strange behavior in formulas computing

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

Dude76  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from Dude76  ---
yes, finaly i can;
I believed that my previous "workaround" had definitively solved the problem
but not, new values produced the same problem, and, worst, it had impacts the
previous ones too :(

-- 
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 91935] Enhancement : "Find and apply images from variety of online sources" option should be there as like MS Word

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

h718...@trbvm.com changed:

   What|Removed |Added

 Status|NEEDINFO|REOPENED

--- Comment #3 from h718...@trbvm.com ---
I do not know if I should write here or just fill another enhancement, but here
it goes anyway:

Rationale: Most of my time in libreoffice, whether writer or impress, when I
want to insert images, I use images from articles that I read or directly from
searches in the internet. No, I honestly do not use the default gallery at all
(are there so many people using it?).

Possible implementation: It could be useful to use the sidebar to provide a
search box that would use a specific search engine (google or others) to fetch
the thumbnails. Once the user selects a thumbnail, an option could appear to
allow the user to save the original image (full size, that is) to the hard
drive or to directly insert it on the document. Integrating an option of
searching only for images with creative commons license would also be a big
plus, since for many times, I need to have that care, because... You know.

Advantages: Saves some time, several more clicks and helps to keep focused (ie.
not having the temptation of opening another unrelated-to-work website).

(Btw, I use LibreOffice and do not have a single clue if MSOffice has this
feature or not, so I do not have any conflict of interest.)

-- 
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 94858] FILEOPEN: .ODS - very slow, .XLSX - very fast

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

--- Comment #2 from Markus Mohrhard (retired)  
---
The content.xml contains about 1 million lines if the file is formatted by
xmllint --format.

That file is just horribly huge. Of course we need like forever to import the
file.

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


[Libreoffice-bugs] [Bug 89760] UI:"Close Preview" button in Print Preview is active, but greyed out

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

--- Comment #12 from Luke  ---
Michael or Samuel.
Could you please look into this issue? This regression is still affecting
recent builds. 

Tested on Version: 5.1.0.0.alpha1+
Build ID: 2e6feddc53830406fa04b4a0aea49bb8438dc702

-- 
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 94925] New: Calc Hyperlink Error when opening MS Excel

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

Bug ID: 94925
   Summary: Calc Hyperlink Error when opening MS Excel
   Product: LibreOffice
   Version: 4.4.2.2 release
  Hardware: x86 (IA32)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mr_good...@yahoo.co.uk

Created attachment 119475
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119475=edit
Before and after the edit

I have having problems with a hardcoded `hyperlink(A,B)` function.

Basically, I got an .xlsx file, opened it, then clicked the hyperlink. It
wouldn't run. It tells me that the Hyperlink "is not an absolute URL that can
be passed to an external application to open it."

However, a different hyperlink that takes values from a cell works fine.

I found out that it might have confused the hyperlink's Text as the URL, which
confused me more, since my syntax was correct.

===

To correct it, I simply had to re-enter the function. So, I went to Replace,
replaced all instances of "=HYPERLINK" into some gibberish (like "@#$%^"), then
replaced that gibberish with "=HYPERLINK".

Included is a screenshot of my LibreOffice file.

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


[Libreoffice-bugs] [Bug 93199] Saving: when file extension is written in Filename: box, file type dropdown does not change accordingly

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

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #11 from V Stuart Foote  ---
It is a matter of consistency.

>From UX perspective--using ".3" file extensions are hit-or-miss in cross
platform development.  In LibreOffice we have "explicit" typing when saving a
document that is *NOT* based on assigned file extension. Documents do not
require a .3 extension and LibreOffice will happily open documents into correct
module without fuss--including on M$ Windows.

Supporting this cross platform modifying Save-as dialog in LibreOffice native
file dialogs, or integrating OS/Desktop Environment to interpret a ".3" file
extension would be a development/support effort that is simply not that
appealing--either from dev perspective, nor from the general user community,
i.e. the Non-M$ users.

I'd say not worth the effort it would require.

Wontfix.

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


[Libreoffice-ux-advise] [Bug 93199] Saving: when file extension is written in Filename: box, file type dropdown does not change accordingly

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

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #11 from V Stuart Foote  ---
It is a matter of consistency.

From UX perspective--using ".3" file extensions are hit-or-miss in cross
platform development.  In LibreOffice we have "explicit" typing when saving a
document that is *NOT* based on assigned file extension. Documents do not
require a .3 extension and LibreOffice will happily open documents into correct
module without fuss--including on M$ Windows.

Supporting this cross platform modifying Save-as dialog in LibreOffice native
file dialogs, or integrating OS/Desktop Environment to interpret a ".3" file
extension would be a development/support effort that is simply not that
appealing--either from dev perspective, nor from the general user community,
i.e. the Non-M$ users.

I'd say not worth the effort it would require.

Wontfix.

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


[Libreoffice-bugs] [Bug 87479] Formula not getting calculated in libre office 4.3.4.1

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

m.a.riosv  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INVALID

-- 
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 40550] EDITING: Text selection with Shift+PageDown broken

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

m.a.riosv  changed:

   What|Removed |Added

 CC||magal...@gmail.com

--- Comment #24 from m.a.riosv  ---
*** Bug 85642 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 85642] Expanding selection with shift + PgDn key over multiple pages fails

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

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #3 from m.a.riosv  ---
Seems a duplicate, please if you are not agree, reopen it.

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

-- 
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 90068] FORMATTING Proposal to make italic, bold and other font variants as built-in styles, in addition to emphasis and strong emphasis, which are not obvious to inexperienced

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

--- Comment #5 from Francisco  ---
(In reply to Regina Henschel from comment #4)
> Bold and Italic are only means for markup some text. I do not like the idea
> to get styles for them. Styles should express the meaning. If you inflate
> the list of styles, then please only if the list becomes configurable by the
> user.

I think that a usecase for this, could be the use of other font variants for
bold. I'm talking about Black, Thin, Demibold, etc.

-- 
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 94257] FILESAVE: XLSX - Column widths not retained [RT]

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

m.a.riosv  changed:

   What|Removed |Added

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

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

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

-- 
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 91475] FILESAVE: Column width is not preserved after round trip.

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

--- Comment #7 from m.a.riosv  ---
*** Bug 94257 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


Re: tdf#50916 : Calc : Dynamic column container

2015-10-09 Thread Markus Mohrhard
Hey Dennis,

so I suppose it is my turn to respond. Maybe Eike and/or Kohei will jump in
as well.

On Fri, Oct 9, 2015 at 2:14 AM, Dennis Francis 
wrote:

> Hi All
>
> I have made an attempt at making the column container relatively dynamic in
> the hope of increasing the column limit to 16K. The patch I have made (
> https://gist.github.com/dennisfrancis/ba7254405f77282214bb#file-lo16kcols-patch
> ) does not have the required "big" refactoring, and have just enough
> changes to make everything compile and pass
> the unit tests. I was not sure whether to put this very incomplete version
> in gerrit.
>
> The underlying data structure is now a std::vector whose size can
> dynamically move between
> 1K(min) and 16K(max). This is wrapped in a template class called
> ScColContainer which could be
> used in places where fixed size (MAXCOLCOUNT) arrays are used. The
> underlying data structure
> can be changed relatively easily inside this template class without
> breaking the methods/operator
> signatures.
>
> Before I begin further refactoring I would like to discuss the various
> possibilities of data structures
> which you already have in mind, that could be used here instead of just a
> std::vector, and their merits, demerits etc..
>
> In the current approach, the plan is to have the same performance
> guarantees for sheets upto 1K cols and for sheets greater 1K, allocate only
> the required number of columns and only iterate over the column range 0 to
> largest column present actually in the sheet, instead of iterating over a
> fixed col range (0 to MAXCOL).
>
> Please point out any deficiencies, blockades with my current approach and
> indicate better methods.
>
> Thanks for you time.
>
> Regards,
> Dennis
>
>
>
This is surely not what we had in mind. Basically you just wrote a wrapper
around std::vector.

There are a number of items a new design need:

* decision whether to store all ScColumn instances or only filled ones

* a way to handle the increased memory load
** most likely limiting the number of initial columns

* a way to handle the performance impact of many columns
** most likely improving the iterations through all columns

* a better way to handle row formattings
** what happens if someone marks a whole row and formats it
** how to handle formatting for columns that were allocated after the user
formatted the whole row

* most likely a way to store the last formatted column and the last column
with content
** needs some inspecting which loops through the columns need which of the
information


Most likely a few more that I have not in mind right now.

A simple high level design could be to use a std::vector and
only allocate columns that really contain content or formatting.
Additionally we'd need to introduce a way to store the format of a row.
These row formats might not be visible to the user and would be just an
internal way to handle the formatting for all not yet allocated columns.

Of course there might be other designs that work as well or better but any
design needs to deal with at least the problems mentioned above.

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


[Libreoffice-bugs] [Bug 94255] FILESAVE: XLSX - Column widths not retained

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

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #5 from m.a.riosv  ---
I think a dup, please if you are not agree, reopen it.

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

-- 
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 91475] FILESAVE: Column width is not preserved after round trip.

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

m.a.riosv  changed:

   What|Removed |Added

 CC||philip...@hotmail.com

--- Comment #6 from m.a.riosv  ---
*** Bug 94255 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: toolkit/source vcl/source wizards/com

2015-10-09 Thread Julien Nabet
 toolkit/source/awt/vclxwindows.cxx|4 ++--
 vcl/source/control/ilstbox.cxx|2 +-
 wizards/com/sun/star/wizards/web/FTPDialog.py |2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 7ca450cbe524807d51893382fcaa0d1a47c939c6
Author: Julien Nabet 
Date:   Thu Oct 8 22:36:00 2015 +0200

Related tdf#94557: Combo box entries are case-sensitive (sometimes)

Revert partly 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=76f33f10309b0ee384a75a7a854858b068d60495
author  Julien Nabet   2015-03-16 21:31:23 
(GMT)
committer   Caolán McNamara    2015-03-26 14:14:44 
(GMT)
commit  76f33f10309b0ee384a75a7a854858b068d60495 (patch)
treee12e3b6f2ca46cb9998b93b5c1bb3406408ad3cb
parent  6c4100cf81e1678ff386549c0cdaa2f73a154ddc (diff)
tdf#67990: Management of case in combobox

See comments of tdf#94557 for more information

Change-Id: I0432db0c3f76c20e55d8fecb69734952dc0cf53b
Reviewed-on: https://gerrit.libreoffice.org/19260
Tested-by: Jenkins 
Reviewed-by: Julien Nabet 

diff --git a/toolkit/source/awt/vclxwindows.cxx 
b/toolkit/source/awt/vclxwindows.cxx
index 2e64ff1..e733efa 100644
--- a/toolkit/source/awt/vclxwindows.cxx
+++ b/toolkit/source/awt/vclxwindows.cxx
@@ -4340,12 +4340,12 @@ void VCLXComboBox::setProperty( const OUString& 
PropertyName, const ::com::sun::
 {
 sal_Int16 n = sal_Int16();
 if ( Value >>= n )
- pComboBox->EnableAutocomplete( n != 0, true );
+ pComboBox->EnableAutocomplete( n != 0 );
 else
 {
 bool b = bool();
 if ( Value >>= b )
-pComboBox->EnableAutocomplete( b, true );
+pComboBox->EnableAutocomplete( b );
 }
 }
 break;
diff --git a/vcl/source/control/ilstbox.cxx b/vcl/source/control/ilstbox.cxx
index 56d64cb..5d06f46 100644
--- a/vcl/source/control/ilstbox.cxx
+++ b/vcl/source/control/ilstbox.cxx
@@ -266,7 +266,7 @@ sal_Int32 ImplEntryList::FindMatchingEntry( const OUString& 
rStr, sal_Int32 nSta
 }
 else
 {
-bMatch = rStr.isEmpty() || (pImplEntry->maStr.startsWith(rStr));
+bMatch = pImplEntry->maStr.startsWith(rStr);
 }
 if ( bMatch )
 {
diff --git a/wizards/com/sun/star/wizards/web/FTPDialog.py 
b/wizards/com/sun/star/wizards/web/FTPDialog.py
index cb4e2c2..673102a 100644
--- a/wizards/com/sun/star/wizards/web/FTPDialog.py
+++ b/wizards/com/sun/star/wizards/web/FTPDialog.py
@@ -310,7 +310,7 @@ class FTPDialog(WizardDialog):
 self.setEnabled(self.btnTestConnection, True)
 
 
-# To try the conenction I do some actions that
+# To try the connection I do some actions that
 # seem logical to me: 
 # I get a ucb content.
 # I list the files in this content.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-10-09 Thread Miklos Vajna
 include/LibreOfficeKit/LibreOfficeKitEnums.h   |6 --
 libreofficekit/source/gtk/lokdocview.cxx   |   14 ++
 sw/qa/extras/tiledrendering/tiledrendering.cxx |   12 +---
 sw/source/uibase/uiview/viewsrch.cxx   |   14 +-
 4 files changed, 12 insertions(+), 34 deletions(-)

New commits:
commit f0e3fe840b6f103c589f044bbde18b2faa345279
Author: Miklos Vajna 
Date:   Fri Oct 9 08:08:48 2015 +0200

LOK: CALLBACK_SEARCH_RESULT_COUNT is redundant

1) The size of the searchResultSelection array in
LOK_CALLBACK_SEARCH_RESULT_SELECTION provides the same information.

2) None of the clients except lokdocview used it.

3) Only sw provided this callback, not sc/sd.

Change-Id: I9da639b6693f24634f298f9bc4773f705e944359

diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h 
b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index b87f69a..0da8769 100644
--- a/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -158,12 +158,6 @@ typedef enum
 LOK_CALLBACK_SET_PART,
 
 /**
- * Number of search results followed by the original searched phrase.
- * count;phrase
- */
-LOK_CALLBACK_SEARCH_RESULT_COUNT,
-
-/**
  * Selection rectangles of the search result when find all is performed.
  *
  * Payload format example, in case of two matches:
diff --git a/libreofficekit/source/gtk/lokdocview.cxx 
b/libreofficekit/source/gtk/lokdocview.cxx
index f6eec2e..df78d13 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -12,6 +12,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #define LOK_USE_UNSTABLE_API
@@ -227,8 +228,6 @@ callbackTypeToString (int nType)
 return "LOK_CALLBACK_STATUS_INDICATOR_FINISH";
 case LOK_CALLBACK_SEARCH_NOT_FOUND:
 return "LOK_CALLBACK_SEARCH_NOT_FOUND";
-case LOK_CALLBACK_SEARCH_RESULT_COUNT:
-return "LOK_CALLBACK_SEARCH_RESULT_COUNT";
 case LOK_CALLBACK_DOCUMENT_SIZE_CHANGED:
 return "LOK_CALLBACK_DOCUMENT_SIZE_CHANGED";
 case LOK_CALLBACK_SET_PART:
@@ -661,12 +660,6 @@ callback (gpointer pData)
 searchNotFound(pDocView, pCallback->m_aPayload);
 }
 break;
-case LOK_CALLBACK_SEARCH_RESULT_COUNT:
-{
-size_t nPos = pCallback->m_aPayload.find_first_of(";");
-searchResultCount(pDocView, pCallback->m_aPayload.substr(0, nPos));
-}
-break;
 case LOK_CALLBACK_DOCUMENT_SIZE_CHANGED:
 {
 payloadToSize(pCallback->m_aPayload.c_str(), 
priv->m_nDocumentWidthTwips, priv->m_nDocumentHeightTwips);
@@ -684,6 +677,11 @@ callback (gpointer pData)
 break;
 case LOK_CALLBACK_SEARCH_RESULT_SELECTION:
 {
+boost::property_tree::ptree aTree;
+std::stringstream aStream(pCallback->m_aPayload);
+boost::property_tree::read_json(aStream, aTree);
+int nCount = aTree.get_child("searchResultSelection").size();
+searchResultCount(pDocView, std::to_string(nCount));
 }
 break;
 default:
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx 
b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index 1eb57de..eb59b62 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -72,13 +72,11 @@ private:
 Size m_aDocumentSize;
 OString m_aTextSelection;
 bool m_bFound;
-sal_Int32 m_nSearchResultCount;
 std::vector m_aSearchResultSelection;
 };
 
 SwTiledRenderingTest::SwTiledRenderingTest()
-: m_bFound(true),
-  m_nSearchResultCount(0)
+: m_bFound(true)
 {
 }
 
@@ -134,12 +132,6 @@ void SwTiledRenderingTest::callbackImpl(int nType, const 
char* pPayload)
 m_bFound = false;
 }
 break;
-case LOK_CALLBACK_SEARCH_RESULT_COUNT:
-{
-std::string aStrPayload(pPayload);
-m_nSearchResultCount = std::stoi(aStrPayload.substr(0, 
aStrPayload.find_first_of(";")));
-}
-break;
 case LOK_CALLBACK_SEARCH_RESULT_SELECTION:
 {
 m_aSearchResultSelection.clear();
@@ -485,8 +477,6 @@ void SwTiledRenderingTest::testSearchAll()
 }));
 comphelper::dispatchCommand(".uno:ExecuteSearch", aPropertyValues);
 // This was 0; should be 2 results in the body text.
-CPPUNIT_ASSERT_EQUAL(static_cast(2), m_nSearchResultCount);
-// Make sure that we get exactly as many rectangle lists as matches.
 CPPUNIT_ASSERT_EQUAL(static_cast(2), 
m_aSearchResultSelection.size());
 
 comphelper::LibreOfficeKit::setActive(false);
diff --git a/sw/source/uibase/uiview/viewsrch.cxx 
b/sw/source/uibase/uiview/viewsrch.cxx
index 9667fdc..e2b73f2 100644
--- a/sw/source/uibase/uiview/viewsrch.cxx
+++ b/sw/source/uibase/uiview/viewsrch.cxx
@@ -104,11 +104,8 @@ static void 
lcl_addContainerToJson(boost::property_tree::ptree& rTree, const OSt
 }
 
 /// Emits LOK callbacks (count, selection) for 

[Libreoffice-bugs] [Bug 94701] PB : Insert a new legend below element (image, tab etc..)

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
Version|5.0.2.2 release |4.5.0.0.alpha0+ Master

--- Comment #2 from raal  ---
bibisect-win32-5.0, oldest version contains bug too.
git checkout oldest: Version: 4.5.0.0.alpha0+
Build ID: 57d6b92b69a31260dea0d84fcd1fc5866ada7adb

-- 
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: chart2/source

2015-10-09 Thread Laurent Balland-Poirier
 chart2/source/tools/ExponentialRegressionCurveCalculator.cxx |   61 ---
 1 file changed, 25 insertions(+), 36 deletions(-)

New commits:
commit 9a94e06a36596a9f71419b660ed2aec4d1ebca3c
Author: Laurent Balland-Poirier 
Date:   Wed Sep 30 16:33:30 2015 +0200

tdf#70673 Improve exponential trend line equation

Use negative Y if there is only 1 positive Y
Skip some 0 or 1 in some corner case.
Add minus sign if intercept is missing
Simplify writing of equation

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

diff --git a/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx 
b/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx
index a5cf104..d5c8ed0 100644
--- a/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx
+++ b/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx
@@ -54,13 +54,13 @@ void SAL_CALL 
ExponentialRegressionCurveCalculator::recalculateRegression(
 m_fSign = 1.0;
 
 size_t nMax = aValues.first.size();
-if( nMax == 0 )
+if( nMax <= 1 ) // at least 2 points
 {
 aValues = RegressionCalculationHelper::cleanup(
 aXValues, aYValues,
 RegressionCalculationHelper::isValidAndYNegative());
 nMax = aValues.first.size();
-if( nMax == 0 )
+if( nMax <= 1 )
 {
 ::rtl::math::setNan( & m_fLogSlope );
 ::rtl::math::setNan( & m_fLogIntercept );
@@ -157,48 +157,37 @@ OUString 
ExponentialRegressionCurveCalculator::ImplGetRepresentation(
 ::sal_Int32 nNumberFormatKey ) const
 {
 double fIntercept = m_fSign * exp(m_fLogIntercept);
-double fSlope = exp(m_fLogSlope);
-bool bHasSlope = !rtl::math::approxEqual( fSlope, 1.0 );
-bool bHasIntercept = !rtl::math::approxEqual( fIntercept, 1.0 );
+bool bHasSlope = !rtl::math::approxEqual( exp(m_fLogSlope), 1.0 );
+bool bHasLogSlope = !rtl::math::approxEqual( fabs(m_fLogSlope), 1.0 );
+bool bHasIntercept = !rtl::math::approxEqual( m_fSign*fIntercept, 1.0 ) && 
fIntercept != 0.0;
 
-OUStringBuffer aBuf( "f(x) = ");
+OUStringBuffer aBuf( "f(x) = " );
 
-if ( fIntercept == 0.0)
+if ( bHasIntercept )
 {
-// underflow, a true zero is impossible
-aBuf.append( "exp( ");
-aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, 
m_fLogIntercept) );
-aBuf.append( (m_fLogSlope < 0.0) ? " - " : " + ");
-aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, 
fabs(m_fLogSlope)) );
-aBuf.append( " x )");
+aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, 
fIntercept) );
+aBuf.append( " exp( " );
 }
 else
 {
-if (bHasIntercept)
-{
-aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, 
fIntercept) );
-aBuf.append( " exp( ");
-aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, 
m_fLogSlope) );
-aBuf.append( " x )");
-}
-else
-{
-// show logarithmic output, if intercept and slope both are near 
one
-// otherwise drop output of intercept, which is 1 here
-aBuf.append( " exp( ");
-if (!bHasSlope)
-{
-aBuf.append( getFormattedString( xNumFormatter, 
nNumberFormatKey, m_fLogIntercept) );
-aBuf.append( (m_fLogSlope < 0.0) ? " - " : " + ");
-aBuf.append( getFormattedString( xNumFormatter, 
nNumberFormatKey, fabs(m_fLogSlope)) );
-}
-else
-{
-aBuf.append( getFormattedString( xNumFormatter, 
nNumberFormatKey, m_fLogSlope) );
-}
-aBuf.append( " x )");
+   if ( m_fSign < 0.0 )
+aBuf.append( "- " );
+   aBuf.append( "exp( " );
+   if ( fIntercept == 0.0 ||  // underflow, a true zero is impossible
+  ( !bHasSlope && m_fLogIntercept != 0.0 ) )// show logarithmic 
output, if intercept and slope both are near one
+{   // otherwise drop 
output of intercept, which is 1 here
+aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, 
m_fLogIntercept) );
+aBuf.append( (m_fLogSlope < 0.0) ? " " : " + ");
 }
 }
+if ( m_fLogSlope < 0.0 )
+aBuf.append( "- ");
+if ( bHasLogSlope )
+{
+aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, 
fabs(m_fLogSlope)) );
+aBuf.append( ' ' );
+}
+aBuf.append( "x )");
 
 return aBuf.makeStringAndClear();
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org

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

2015-10-09 Thread Laurent Balland-Poirier
 chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx |6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 32b2668f2fe9d8d4e5afc0c32f05c182f4fb006c
Author: Laurent Balland-Poirier 
Date:   Tue Oct 6 21:56:50 2015 +0200

Moving average trendline equation: remove initialisation

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

diff --git a/chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx 
b/chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx
index ee61c9c..410f8d6 100644
--- a/chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx
+++ b/chart2/source/tools/MovingAverageRegressionCurveCalculator.cxx
@@ -103,11 +103,7 @@ OUString 
MovingAverageRegressionCurveCalculator::ImplGetRepresentation(
 const uno::Reference< util::XNumberFormatter >& /*xNumFormatter*/,
 ::sal_Int32 /*nNumberFormatKey*/ ) const
 {
-OUStringBuffer aBuf( "f(x) = N/A");
-
-aBuf = SCH_RESSTR( STR_OBJECT_MOVING_AVERAGE_WITH_PARAMETERS );
-
-return aBuf.makeStringAndClear();
+return SCH_RESSTR( STR_OBJECT_MOVING_AVERAGE_WITH_PARAMETERS );
 }
 
 } //  namespace chart
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94341] Total record number overwritten in record toolbar control on form

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #4 from raal  ---
Could you attach test file (an ODB file containing at least one form and
referencing several hundred records.) ? Thank you

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


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

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

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

Resolves: tdf#93613 let referenced document evaluate macro config

... if the current document allows macros.

Change-Id: I927981334e27d073696286ba680777a645d53653

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


[Libreoffice-commits] core.git: 4 commits - swext/Extension_wiki-publisher.mk swext/Jar_mediawiki.mk swext/mediawiki

2015-10-09 Thread Michael Stahl
 swext/Extension_wiki-publisher.mk|   15 
 swext/Jar_mediawiki.mk   |7 
 swext/mediawiki/src/com/sun/star/wiki/Helper.java|  234 
+-
 swext/mediawiki/src/com/sun/star/wiki/WikiArticle.java   |  109 
++--
 swext/mediawiki/src/com/sun/star/wiki/WikiEditSettingDialog.java |   31 -
 swext/mediawiki/src/com/sun/star/wiki/WikiProtocolSocketFactory.java |  215 
-
 swext/mediawiki/src/description.xml  |2 
 7 files changed, 382 insertions(+), 231 deletions(-)

New commits:
commit 18b934af9979522c8cff1ff76504ce19c3e6916d
Author: Michael Stahl 
Date:   Thu Oct 8 23:26:39 2015 +0200

swext: increment the extension version number to 1.2.0

... and also set the User-Agent header so the servers know who's messing
with them.

Change-Id: I0173db05868c5fcd0f85435adf78884ca562596d

diff --git a/swext/mediawiki/src/com/sun/star/wiki/Helper.java 
b/swext/mediawiki/src/com/sun/star/wiki/Helper.java
index b40b5f1..8a15621 100644
--- a/swext/mediawiki/src/com/sun/star/wiki/Helper.java
+++ b/swext/mediawiki/src/com/sun/star/wiki/Helper.java
@@ -643,6 +643,8 @@ public class Helper
 //((HttpsURLConnection) conn).setSSLSocketFactory(new 
LoggingProtocolSocketFactory());
 
 conn.setRequestMethod(method);
+// TODO: is it possible to read the version from the extension 
metadata?
+conn.setRequestProperty("User-Agent", "LibreOffice Wiki Publisher 
1.2.0");
 // note: don't connect yet so that the caller can do some further setup
 
 return conn;
diff --git a/swext/mediawiki/src/description.xml 
b/swext/mediawiki/src/description.xml
index 1e637bd..e83d4f3 100644
--- a/swext/mediawiki/src/description.xml
+++ b/swext/mediawiki/src/description.xml
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 -->
 http://openoffice.org/extensions/description/2006; 
xmlns:d="http://openoffice.org/extensions/description/2006; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
-
+
 
 
 Wiki Publisher
commit 2ccef1c93d4c1a478fbdd8a49caf0735f68ba141
Author: Michael Stahl 
Date:   Thu Oct 8 21:51:40 2015 +0200

swext: add a logging out stream to help debugging TLS connections

Change-Id: Idbabae3edad5e95a37fa9834d24a72ebd13087ae

diff --git a/swext/mediawiki/src/com/sun/star/wiki/Helper.java 
b/swext/mediawiki/src/com/sun/star/wiki/Helper.java
index f5e5c48..b40b5f1 100644
--- a/swext/mediawiki/src/com/sun/star/wiki/Helper.java
+++ b/swext/mediawiki/src/com/sun/star/wiki/Helper.java
@@ -639,6 +639,9 @@ public class Helper
 ((HttpsURLConnection) conn).setSSLSocketFactory(new 
WikiProtocolSocketFactory());
 }
 
+// enable this to help debug connections where TLS gets in the way
+//((HttpsURLConnection) conn).setSSLSocketFactory(new 
LoggingProtocolSocketFactory());
+
 conn.setRequestMethod(method);
 // note: don't connect yet so that the caller can do some further setup
 
diff --git 
a/swext/mediawiki/src/com/sun/star/wiki/WikiProtocolSocketFactory.java 
b/swext/mediawiki/src/com/sun/star/wiki/WikiProtocolSocketFactory.java
index 5d7efe1..3d2d22da 100644
--- a/swext/mediawiki/src/com/sun/star/wiki/WikiProtocolSocketFactory.java
+++ b/swext/mediawiki/src/com/sun/star/wiki/WikiProtocolSocketFactory.java
@@ -25,6 +25,7 @@ import java.net.Socket;
 import java.net.UnknownHostException;
 import java.security.KeyStore;
 import javax.net.ssl.SSLContext;
+import javax.net.ssl.SSLSocket;
 import javax.net.ssl.SSLSocketFactory;
 import javax.net.ssl.TrustManager;
 import javax.net.ssl.TrustManagerFactory;
@@ -167,3 +168,166 @@ class WikiProtocolSocketFactory extends SSLSocketFactory
 }
 }
 
+// A factory that creates streams that log everything that's written
+// to stderr - useful for debugging encrypted TLS connections
+class LoggingProtocolSocketFactory extends SSLSocketFactory
+{
+private SSLContext m_aSSLContext;
+
+private static class LogSocket extends SSLSocket
+{
+private SSLSocket m_Socket;
+
+public LogSocket(Socket socket)
+{
+m_Socket = (SSLSocket) socket;
+}
+
+private static class LogStream extends java.io.FilterOutputStream
+{
+public LogStream(java.io.OutputStream stream)
+{
+super(stream);
+}
+
+@Override
+public void write(byte[] buf, int offset, int len)
+throws IOException
+{
+System.err.println("LogStream.write: \"" + new String(buf, 
offset, len, "UTF-8") + "\"");
+out.write(buf, offset, len);
+}
+}
+
+@Override
+public java.io.OutputStream getOutputStream() throws IOException
+{
+return new 

[Libreoffice-bugs] [Bug 94737] Poor subpixel rendering on Linux

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

Beluga  changed:

   What|Removed |Added

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

--- Comment #18 from Beluga  ---
Repro on Kubuntu 15.04 64-bit, LibO 5.0.2.2 (KDE integration).
I get the ugly result with 85% zoom no matter what vcl export I use.

-- 
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 94848] Crash after changing paragraph style using mouse click (on tab Font)

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

Cor Nouws  changed:

   What|Removed |Added

Summary|Crash after changing|Crash after changing
   |paragraph style (in |paragraph style using mouse
   |particular document?)   |click (on tab Font)

--- Comment #8 from Cor Nouws  ---
tested again..

1. fresh userprofile
2. new text document
3. type "this is the title" Enter, "more text"
4. put cursor back in first line
(turn autospellchecking off)
5. context menu, Edit paragraph style
6. click tab Font
7. click size 20
8. Enter
  > Crash

This was, more or less, my original problem.
Same when I set first line on heading 1 or leave it to default or open the
context menu on the second line..or whatever..

Now when I use the key board, what I usually do, the program does not crash..

How is that for others?

-- 
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 93925] Regression: Comments lost in PDF Export of documents with comments inside margin

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #3 from raal  ---
Works OK in oldest, latest range in bibisect-win32-5.0, latest:Version:
5.0.0.0.alpha1+
Build ID: ab465b90f6c6da5595393a0ba73f33a1e71a2b65

-- 
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-09 Thread Albert Thuswaldner
 sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d5dc2a2a726dd151fb30fae25478511dce929dfa
Author: Albert Thuswaldner 
Date:   Mon Oct 5 21:02:35 2015 +0200

tdf#93243 replace boost::bind with C++11 lambdas Cell...PropertyPanel.cxx

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

diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx 
b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx
index e3b77fd..4ae02d3 100644
--- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx
+++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx
@@ -195,7 +195,7 @@ IMPL_LINK_TYPED(CellAppearancePropertyPanel, 
TbxCellBorderSelectHdl, ToolBox*, p
 mpCellBorderStylePopup.reset(
 new CellBorderStylePopup(
 this,
-
::boost::bind(::CreateCellBorderStylePopupControl, 
this, _1)));
+[this] (svx::sidebar::PopupContainer* pParent) { return 
this->CreateCellBorderStylePopupControl(pParent); } ));
 }
 
 if(mpCellBorderStylePopup.get())
@@ -217,7 +217,7 @@ IMPL_LINK_TYPED(CellAppearancePropertyPanel, 
TbxLineStyleSelectHdl, ToolBox*, pT
 mpCellLineStylePopup.reset(
 new CellLineStylePopup(
 this,
-
::boost::bind(::CreateCellLineStylePopupControl, 
this, _1)));
+[this] (svx::sidebar::PopupContainer* pParent) { return 
this->CreateCellBorderStylePopupControl(pParent); } ));
 }
 
 if(mpCellLineStylePopup.get())
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93243] replace boost::bind with C++11 lambdas

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

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

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

tdf#93243 replace boost::bind with C++11 lambdas Cell...PropertyPanel.cxx

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: 6 commits - RepositoryExternal.mk vcl/source

2015-10-09 Thread Stephan Bergmann
 RepositoryExternal.mk|2 +-
 vcl/source/edit/texteng.cxx  |3 +--
 vcl/source/filter/graphicfilter.cxx  |4 
 vcl/source/filter/graphicfilter2.cxx |   12 +---
 4 files changed, 7 insertions(+), 14 deletions(-)

New commits:
commit 6b4c435b1b642eee249dfd6212f161c6f8398d95
Author: Stephan Bergmann 
Date:   Fri Oct 9 09:21:48 2015 +0200

external/openldap's include/lber_types.h is generated during build

...from include/lber_types.hin.  So fix dependencies after
cad68c6559a350aadbb1d3b2fcc8d78d1851b057 "relax deps of link target on 
external
projects."

Change-Id: I1c002b063c53f82ff18d11577a99f7413f7fb7a5

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 5a655e2..e0e3a39 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2800,7 +2800,7 @@ $(call gb_LinkTarget_set_include,$(1),\
-I$(call gb_UnpackedTarball_get_dir,openldap/include) \
$$(INCLUDE) \
 )
-$(call gb_LinkTarget_use_external_project,$(1),openldap)
+$(call gb_LinkTarget_use_external_project,$(1),openldap,full)
 $(call gb_LinkTarget_add_libs,$(1), \
$(call 
gb_UnpackedTarball_get_dir,openldap)/libraries/libldap/.libs/libldap.a \
$(call 
gb_UnpackedTarball_get_dir,openldap)/libraries/liblber/.libs/liblber.a \
commit dfd3d6644aa42d77b2108fab72ce34022d88dfeb
Author: Stephan Bergmann 
Date:   Thu Oct 8 16:57:03 2015 +0200

clang-analyzer-deadcode.DeadStores

Change-Id: Iad11e6bcb64976c7eb4181ee327602e6c3a7e26f

diff --git a/vcl/source/filter/graphicfilter2.cxx 
b/vcl/source/filter/graphicfilter2.cxx
index f7b779e..1e52932 100644
--- a/vcl/source/filter/graphicfilter2.cxx
+++ b/vcl/source/filter/graphicfilter2.cxx
@@ -684,7 +684,6 @@ bool GraphicDescriptor::ImpDetectTIF( SvStream& rStm, bool 
bExtendedInfo )
 rStm.ReadUInt32( nTemp32 );
 aPixSize.Width() = nTemp32;
 }
-nCount += 12;
 
 // height
 rStm.SeekRel( 2 );
@@ -701,7 +700,6 @@ bool GraphicDescriptor::ImpDetectTIF( SvStream& rStm, bool 
bExtendedInfo )
 rStm.ReadUInt32( nTemp32 );
 aPixSize.Height() = nTemp32;
 }
-nCount += 12;
 
 // Bits/Pixel
 rStm.ReadUInt16( nTemp16 );
@@ -711,7 +709,6 @@ bool GraphicDescriptor::ImpDetectTIF( SvStream& rStm, bool 
bExtendedInfo )
 rStm.ReadUInt16( nTemp16 );
 nBitsPerPixel = nTemp16;
 rStm.SeekRel( 2 );
-nCount += 12;
 }
 else
 rStm.SeekRel( -2 );
@@ -724,7 +721,6 @@ bool GraphicDescriptor::ImpDetectTIF( SvStream& rStm, bool 
bExtendedInfo )
 rStm.ReadUInt16( nTemp16 );
 bCompressed = ( nTemp16 > 1 );
 rStm.SeekRel( 2 );
-nCount += 12;
 }
 else
 rStm.SeekRel( -2 );
commit 93de4dc2d7d7ed079aaf57493c35609cf1b19fde
Author: Stephan Bergmann 
Date:   Thu Oct 8 16:42:58 2015 +0200

clang-analyzer-deadcode.DeadStores

...follow-up to 63899beb6c033f4dc305a046c558c348a907ea40 "WaE: unused 
variable"
removing the nVerticalSamplingFactor part

Change-Id: I2830dc0647cf651014e1199ef62a7ea50e4a1719

diff --git a/vcl/source/filter/graphicfilter2.cxx 
b/vcl/source/filter/graphicfilter2.cxx
index d3ab1a7..f7b779e 100644
--- a/vcl/source/filter/graphicfilter2.cxx
+++ b/vcl/source/filter/graphicfilter2.cxx
@@ -365,16 +365,18 @@ bool GraphicDescriptor::ImpDetectJPG( SvStream& rStm,  
bool bExtendedInfo )
 sal_uInt16  nSamplesPerLine = 0;
 sal_uInt8   nNumberOfImageComponents = 0;
 sal_uInt8   nComponentsIdentifier = 0;
-sal_uInt8   nHorizontalSamplingFactor = 0;
+sal_uInt8   nSamplingFactor = 0;
 sal_uInt8   
nQuantizationTableDestinationSelector = 0;
 rStm.ReadUChar( nSamplePrecision )
 .ReadUInt16( nNumberOfLines )
 .ReadUInt16( nSamplesPerLine )
 .ReadUChar( nNumberOfImageComponents )
 .ReadUChar( nComponentsIdentifier )
-.ReadUChar( 

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

2015-10-09 Thread Stephan Bergmann
 chart2/source/tools/ExponentialRegressionCurveCalculator.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c1df3a34dd3243fbbef503eb28e239df5d4a18b7
Author: Stephan Bergmann 
Date:   Fri Oct 9 09:30:54 2015 +0200

loplugin:literaltoboolconversion

Change-Id: Ie2d1b466f5773799347aac59d7b5dc25f283b920

diff --git a/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx 
b/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx
index d5c8ed0..0c79ff4 100644
--- a/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx
+++ b/chart2/source/tools/ExponentialRegressionCurveCalculator.cxx
@@ -177,7 +177,7 @@ OUString 
ExponentialRegressionCurveCalculator::ImplGetRepresentation(
   ( !bHasSlope && m_fLogIntercept != 0.0 ) )// show logarithmic 
output, if intercept and slope both are near one
 {   // otherwise drop 
output of intercept, which is 1 here
 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, 
m_fLogIntercept) );
-aBuf.append( (m_fLogSlope < 0.0) ? " " : " + ");
+aBuf.append( (m_fLogSlope < 0.0) ? OUStringLiteral(" ") : 
OUStringLiteral(" + "));
 }
 }
 if ( m_fLogSlope < 0.0 )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94752] Curved lines have white stripes

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

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #4 from Beluga  ---
Repro on Kubuntu 15.04 64-bit, LibO 5.0.2.2

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


Re: Compiling Tiled LibreOffice Xcode Project

2015-10-09 Thread Tor Lillqvist
On 9 October 2015 at 11:01, Arjun kochhar  wrote:

> As a follow up question, the README.cross seems to mention the build does
> not work for iOS simulator. Is it true as of today too?
>

I have no idea, why don't you just try? ;)

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


[Libreoffice-bugs] [Bug 94557] Combo box entries are case-sensitive (sometimes)

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|bibisected  |bibisected 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 94853] Very slow display of document and very slow vertical scrolling

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

--- Comment #8 from George Peppas  ---
I'm sorry I cannot check the OpenGL option to check the program, but since I
was in need to use it, I "downgraded" to the 5.0.1.2 version, which works
without any problem (so far).
When I have some spare time, I shall try again with the 5.0.2.2 version.

-- 
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 94557] Combo box entries are case-sensitive (sometimes)

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

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

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

Related tdf#94557: Combo box entries are case-sensitive (sometimes)

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 93613] References to external files with macros in formulas won't update properly

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

Eike Rathke  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |
Summary|Links to external files |References to external
   |with a formula won't update |files with macros in
   |properly|formulas won't update
   ||properly

--- Comment #6 from Eike Rathke  ---
This is due to macros not being executed in the referenced document if that is
opened by referencing it.

-- 
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 94479] Impossible to NOT view changes as one edits; every save of document shows changes.

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

--- Comment #26 from Beluga  ---
(In reply to Peter Lemkin from comment #25)
> I'm not sure it is a duplicate  of 89991. I'm not sure it is even related,
> but may be an inverse problem. I have only so far noted it in .doc or .docx
> documents saved in/as the original. I have not yet noticed this on .odt
> documents later saved as .doc or .docx [unless the program silently changes
> any Word file into a .odt file and then saves it again as a Word file -
> which I don't think it does, this is not a duplicate situation I'm reporting]

Do you mean the docx files you saved from odt preserve the 'do not show
changes' setting?

-- 
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 'distro/collabora/cp-5.0' - include/LibreOfficeKit sw/qa sw/source

2015-10-09 Thread Miklos Vajna
 include/LibreOfficeKit/LibreOfficeKitEnums.h   |6 --
 sw/qa/extras/tiledrendering/tiledrendering.cxx |   12 +---
 sw/source/uibase/uiview/viewsrch.cxx   |   14 +-
 3 files changed, 6 insertions(+), 26 deletions(-)

New commits:
commit 0905209e14b41d87838605cf2eeefd50ca0b8d78
Author: Miklos Vajna 
Date:   Fri Oct 9 08:08:48 2015 +0200

LOK: CALLBACK_SEARCH_RESULT_COUNT is redundant

1) The size of the searchResultSelection array in
LOK_CALLBACK_SEARCH_RESULT_SELECTION provides the same information.

2) None of the clients except lokdocview used it.

3) Only sw provided this callback, not sc/sd.

(cherry picked from commit f0e3fe840b6f103c589f044bbde18b2faa345279)

Conflicts:
libreofficekit/source/gtk/lokdocview.cxx

Change-Id: I9da639b6693f24634f298f9bc4773f705e944359

diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h 
b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 39a324e..fbe3c1b 100644
--- a/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -161,12 +161,6 @@ typedef enum
 LOK_CALLBACK_SET_PART,
 
 /**
- * Number of search results followed by the original searched phrase.
- * count;phrase
- */
-LOK_CALLBACK_SEARCH_RESULT_COUNT,
-
-/**
  * Selection rectangles of the search result when find all is performed.
  *
  * Payload format example, in case of two matches:
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx 
b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index 1eb57de..eb59b62 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -72,13 +72,11 @@ private:
 Size m_aDocumentSize;
 OString m_aTextSelection;
 bool m_bFound;
-sal_Int32 m_nSearchResultCount;
 std::vector m_aSearchResultSelection;
 };
 
 SwTiledRenderingTest::SwTiledRenderingTest()
-: m_bFound(true),
-  m_nSearchResultCount(0)
+: m_bFound(true)
 {
 }
 
@@ -134,12 +132,6 @@ void SwTiledRenderingTest::callbackImpl(int nType, const 
char* pPayload)
 m_bFound = false;
 }
 break;
-case LOK_CALLBACK_SEARCH_RESULT_COUNT:
-{
-std::string aStrPayload(pPayload);
-m_nSearchResultCount = std::stoi(aStrPayload.substr(0, 
aStrPayload.find_first_of(";")));
-}
-break;
 case LOK_CALLBACK_SEARCH_RESULT_SELECTION:
 {
 m_aSearchResultSelection.clear();
@@ -485,8 +477,6 @@ void SwTiledRenderingTest::testSearchAll()
 }));
 comphelper::dispatchCommand(".uno:ExecuteSearch", aPropertyValues);
 // This was 0; should be 2 results in the body text.
-CPPUNIT_ASSERT_EQUAL(static_cast(2), m_nSearchResultCount);
-// Make sure that we get exactly as many rectangle lists as matches.
 CPPUNIT_ASSERT_EQUAL(static_cast(2), 
m_aSearchResultSelection.size());
 
 comphelper::LibreOfficeKit::setActive(false);
diff --git a/sw/source/uibase/uiview/viewsrch.cxx 
b/sw/source/uibase/uiview/viewsrch.cxx
index 6879dad..c0a0458 100644
--- a/sw/source/uibase/uiview/viewsrch.cxx
+++ b/sw/source/uibase/uiview/viewsrch.cxx
@@ -104,11 +104,8 @@ static void 
lcl_addContainerToJson(boost::property_tree::ptree& rTree, const OSt
 }
 
 /// Emits LOK callbacks (count, selection) for search results.
-static void lcl_emitSearchResultCallbacks(sal_uInt16 nFound, SvxSearchItem* 
pSearchItem, SwWrtShell* pWrtShell)
+static void lcl_emitSearchResultCallbacks(SvxSearchItem* pSearchItem, 
SwWrtShell* pWrtShell)
 {
-OString aPayload = OString::number(nFound) + ";" + 
pSearchItem->GetSearchString().toUtf8();
-pWrtShell->libreOfficeKitCallback(LOK_CALLBACK_SEARCH_RESULT_COUNT, 
aPayload.getStr());
-
 // Emit a callback also about the selection rectangles, grouped by matches.
 if (SwPaM* pPaM = pWrtShell->GetCrsr())
 {
@@ -137,7 +134,7 @@ static void lcl_emitSearchResultCallbacks(sal_uInt16 
nFound, SvxSearchItem* pSea
 
 std::stringstream aStream;
 boost::property_tree::write_json(aStream, aTree);
-aPayload = aStream.str().c_str();
+OString aPayload = aStream.str().c_str();
 
 
pWrtShell->libreOfficeKitCallback(LOK_CALLBACK_SEARCH_RESULT_SELECTION, 
aPayload.getStr());
 }
@@ -252,7 +249,7 @@ void SwView::ExecSearch(SfxRequest& rReq, bool bNoMessage)
 {
 Scroll(m_pWrtShell->GetCharRect().SVRect());
 if (comphelper::LibreOfficeKit::isActive())
-lcl_emitSearchResultCallbacks(1, m_pSrchItem, 
m_pWrtShell);
+lcl_emitSearchResultCallbacks(m_pSrchItem, 
m_pWrtShell);
 }
 rReq.SetReturnValue(SfxBoolItem(nSlot, bRet));
 #if HAVE_FEATURE_DESKTOP
@@ -271,8 +268,7 @@ void SwView::ExecSearch(SfxRequest& rReq, bool bNoMessage)
 break;
 case SvxSearchCmd::FIND_ALL:
 {
-  

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

2015-10-09 Thread Daniel Robertson
 slideshow/source/engine/slide/layer.cxx|   64 
++
 slideshow/source/engine/slide/layermanager.cxx |   56 ++--
 slideshow/source/engine/slide/shapemanagerimpl.cxx |   12 -
 slideshow/source/engine/slide/slideimpl.cxx|   64 
+++---
 slideshow/source/engine/slide/userpaintoverlay.cxx |9 -
 slideshow/source/engine/slideshowimpl.cxx  |   21 +--
 slideshow/source/engine/transitions/slidechangebase.cxx|7 -
 slideshow/source/engine/transitions/slidetransitionfactory.cxx |7 -
 slideshow/source/engine/unoviewcontainer.cxx   |5 
 slideshow/source/engine/usereventqueue.cxx |5 
 slideshow/source/engine/waitsymbol.cxx |6 
 11 files changed, 82 insertions(+), 174 deletions(-)

New commits:
commit 6e8f1a3bd1c9110fe0a1b7978991800377e2908e
Author: Daniel Robertson 
Date:   Thu Oct 8 14:48:15 2015 -0400

slideshow: replace for_each with range-based for

Replace ::std::for_each for a more readable range-based for loop in
cases in which the function object to be applied by for_each is more
readable as the body of a for loop.

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

diff --git a/slideshow/source/engine/slide/layer.cxx 
b/slideshow/source/engine/slide/layer.cxx
index 61544af..5f6ebfa 100644
--- a/slideshow/source/engine/slide/layer.cxx
+++ b/slideshow/source/engine/slide/layer.cxx
@@ -129,25 +129,16 @@ namespace slideshow
 {
 rShape->clearAllViewLayers();
 
-std::for_each( maViewEntries.begin(),
-   maViewEntries.end(),
-   boost::bind(::addViewLayer,
-   boost::cref(rShape),
-   boost::bind(::getViewLayer,
-   _1),
-   false ));
+for( const auto& rViewEntry : maViewEntries )
+rShape->addViewLayer( rViewEntry.getViewLayer(), false );
 }
 
 void Layer::setPriority( const ::basegfx::B1DRange& rPrioRange )
 {
 if( !mbBackgroundLayer )
 {
-std::for_each( maViewEntries.begin(),
-   maViewEntries.end(),
-   boost::bind( ::setPriority,
-boost::bind( 
::getViewLayer,
- _1 ),
-boost::cref(rPrioRange)));
+for( const auto& rViewEntry : maViewEntries )
+rViewEntry.getViewLayer()->setPriority( rPrioRange );
 }
 }
 
@@ -208,13 +199,8 @@ namespace slideshow
 void Layer::clearContent()
 {
 // clear content on all view layers
-std::for_each( maViewEntries.begin(),
-   maViewEntries.end(),
-   boost::bind(
-   ::clearAll,
-   boost::bind(
-   ::getViewLayer,
-   _1)));
+for( const auto& rViewEntry : maViewEntries )
+rViewEntry.getViewLayer()->clearAll();
 
 // layer content cleared, update areas are not sensible
 // anymore.
@@ -250,24 +236,16 @@ namespace slideshow
 // resulting clip polygon will be empty.
 if( aClip.count() )
 {
-// set clip to all view layers
-std::for_each( maViewEntries.begin(),
-   maViewEntries.end(),
-   boost::bind(
-   ::setClip,
-   boost::bind(
-   ::getViewLayer,
-   _1),
-   boost::cref(aClip)));
-
-// clear update area on all view layers
-std::for_each( maViewEntries.begin(),
-   maViewEntries.end(),
-   boost::bind(
-   ::clear,
-   boost::bind(
-   ::getViewLayer,
-   _1)));
+for( const auto& rViewEntry : maViewEntries )
+{
+ViewLayerSharedPtr pViewLayer = 
rViewEntry.getViewLayer();
+
+  

[Libreoffice-bugs] [Bug 94808] File-save dialog is now a rectangle whose length is the full width of the screen

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

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO
 CC||momonas...@gmail.com

--- Comment #3 from Maxim Monastirsky  ---
@bugcatcher: Please attach a screenshot of the dialog you're talking about.
Thanks.

Setting to NEEDINFO until a screenshot is provided.

-- 
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 94848] Crash after changing paragraph style using mouse click (on tab Font)

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

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||momonas...@gmail.com

--- Comment #9 from Maxim Monastirsky  ---
@Cor: Would be great to get a backtrace of that crash.

-- 
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 94753] Supplementary character change via KMfL inserts square boxes

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

Stephan Bergmann  changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #3 from Stephan Bergmann  ---
(In reply to Richard Wordingham from comment #2)
> Created attachment 119444 [details]
> My correction for the bug (file gtksalframe.cxx)
> 
> My correction is made to Version: 4.4.4.3.0+ in what is recorded as
> 'Build ID: ec4b4a26b51419ebb60ebb910c2c5b029bd88bd0'

please try to use LO's gerrit to discuss patch proposals (or, at the very
least, include full file paths into the LO source tree in your patches)

> 1) I have copied 4 defines and 2 functions from sal/rtl/surrogates.hxx as I
> could not see a clean way to share them.

Note that isHigh/LowSurrogate have been moved to rtl/characters.hxx (which you
can include from vcl code) lately (though not on the 4.4 branch).

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


[Libreoffice-bugs] [Bug 94806] Cannot activate Impress remote

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

--- Comment #3 from Willy Weisz  ---
(In reply to Willy Weisz from comment #2)
> (In reply to Beluga from comment #1)
> > Please mark the version to the version field.
> 
> As I stated in my bug report, this was a complaint that Impress 5.0.2.2, not
> the Android app, couldn't be configured to accept Impress rempte.
> 
> I don't understand why you undertook to change the component and thus
> pervert my bug report.

Additional information:

I can setup the acceptance of remote control in the expert configuration of set
of the optional (unstable) options, but the corresponding menu entry doesn't
work.

-- 
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 'aoo/trunk' - sdext/prj

2015-10-09 Thread Damjan Jovanovic
 sdext/prj/build.lst |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 992865227051cc542034257489c6f5b0dc2e6b87
Author: Damjan Jovanovic 
Date:   Fri Oct 9 04:55:27 2015 +

The build sometimes fails (especially on Windows) because sdext starts 
compiling before rsc, and

needs rsc.exe which doesn't exist yet. Fix this.

diff --git a/sdext/prj/build.lst b/sdext/prj/build.lst
index bf319f0..6c5abf2 100644
--- a/sdext/prj/build.lst
+++ b/sdext/prj/build.lst
@@ -1,4 +1,4 @@
-dx sdext   :   L10N:l10n offuh comphelper unotools readlicense_oo cppu 
tools cppuhelper sal javaunohelper officecfg LIBXSLT:libxslt xmlhelp NULL
+dx sdext   :   L10N:l10n offuh comphelper unotools readlicense_oo cppu 
tools cppuhelper sal javaunohelper officecfg LIBXSLT:libxslt xmlhelp rsc NULL
 dx sdext   
usr1-   all sdext_mkout NULL
 dx sdext\prj   
get -   all sdext_prj NULL
 dx sdext\source\minimizer  nmake   -   
all sdext_minimizer sdext_inc NULL
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94495] Crash when navigating to styles and formatting sidebar tab after properties fill type selector has focus

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

raal  changed:

   What|Removed |Added

   Keywords||have-backtrace
 CC||r...@post.cz

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


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

2015-10-09 Thread Lionel Elie Mamane
 toolkit/source/awt/vclxwindows.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 75c3395de205fda16054e70d1dd296ffdc603426
Author: Lionel Elie Mamane 
Date:   Fri Oct 9 08:44:27 2015 +0200

Related tdf#94557: Combo box entries are case-sensitive (sometimes)

Revert partly 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=76f33f10309b0ee384a75a7a854858b068d60495
author Julien Nabet  2015-03-16 21:31:23 (GMT)
committer Caolán McNamara  2015-03-26 14:14:44 (GMT)
commit 76f33f10309b0ee384a75a7a854858b068d60495 (patch)
tree e12e3b6f2ca46cb9998b93b5c1bb3406408ad3cb
tdf#67990: Management of case in combobox

See comments of tdf#94557 for more information

More conservative version of this commit for libreoffice-4-4 branch.

Change-Id: Ie634032b51688939216c8671c5e20f00bd67a33c

diff --git a/toolkit/source/awt/vclxwindows.cxx 
b/toolkit/source/awt/vclxwindows.cxx
index e93095a..002ef31 100644
--- a/toolkit/source/awt/vclxwindows.cxx
+++ b/toolkit/source/awt/vclxwindows.cxx
@@ -4368,12 +4368,12 @@ void VCLXComboBox::setProperty( const OUString& 
PropertyName, const ::com::sun::
 {
 sal_Int16 n = sal_Int16();
 if ( Value >>= n )
- pComboBox->EnableAutocomplete( n != 0, true );
+ pComboBox->EnableAutocomplete( n != 0 );
 else
 {
 bool b = bool();
 if ( Value >>= b )
-pComboBox->EnableAutocomplete( b, true );
+pComboBox->EnableAutocomplete( b );
 }
 }
 break;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94557] Combo box entries are case-sensitive (sometimes)

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

--- Comment #18 from Commit Notification 
 ---
Lionel Elie Mamane committed a patch related to this issue.
It has been pushed to "libreoffice-4-4":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=75c3395de205fda16054e70d1dd296ffdc603426=libreoffice-4-4

Related tdf#94557: Combo box entries are case-sensitive (sometimes)

It will be available in 4.4.7.

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 94557] Combo box entries are case-sensitive (sometimes)

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|bibisected target:5.1.0 |bibisected target:5.1.0
   ||target:4.4.7

-- 
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


  1   2   3   4   5   >