[Libreoffice-commits] core.git: 4 commits - dbaccess/source l10ntools/source reportdesign/source svx/inc sw/AllLangResTarget_sw.mk sw/source

2016-03-06 Thread David Tardon
 dbaccess/source/ui/app/app.src   |   20 ---
 dbaccess/source/ui/browser/sbabrw.src|3 +
 dbaccess/source/ui/inc/toolbox_tmpl.hrc  |   34 ---
 dbaccess/source/ui/querydesign/query.src |4 +-
 l10ntools/source/localize.cxx|7 ---
 reportdesign/source/ui/report/report.src |   44 ++--
 svx/inc/globlmn_tmpl.hrc |   55 ---
 sw/AllLangResTarget_sw.mk|4 --
 sw/source/uibase/inc/redline_tmpl.hrc|   39 -
 sw/source/uibase/lingu/olmenu.src|   25 +-
 10 files changed, 78 insertions(+), 157 deletions(-)

New commits:
commit ac47ff033498a991cd8d7e70a2d0ebf308d5ca46
Author: David Tardon 
Date:   Mon Mar 7 08:40:22 2016 +0100

drop removed templates from the list

Change-Id: I3017a5904569d9f773d3c69cb6aa27f860b8b2a8

diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 865040b..ad8e471 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -87,10 +87,6 @@ bool passesNegativeList(const OUString& rUrl) {
 bool passesPositiveList(const OUString& rUrl) {
 static const AsciiString list[] = {
 { RTL_CONSTASCII_STRINGPARAM(
-"/chart2/source/controller/dialogs/res_DataLabel_tmpl.hrc") },
-{ RTL_CONSTASCII_STRINGPARAM(
-"/chart2/source/controller/dialogs/res_ErrorBar_tmpl.hrc") },
-{ RTL_CONSTASCII_STRINGPARAM(
 "/dbaccess/source/ui/inc/toolbox_tmpl.hrc") },
 { RTL_CONSTASCII_STRINGPARAM("/description.xml") },
 { RTL_CONSTASCII_STRINGPARAM("/svx/inc/globlmn_tmpl.hrc") }
commit fae56aad84e58a765503b41e9bfe87fbd290556c
Author: David Tardon 
Date:   Mon Mar 7 08:29:11 2016 +0100

expand src templates only used in a single place

Change-Id: I0af62539f9dfe636eb242acd766559ffe1097217

diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index e12ffc0..865040b 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -93,8 +93,7 @@ bool passesPositiveList(const OUString& rUrl) {
 { RTL_CONSTASCII_STRINGPARAM(
 "/dbaccess/source/ui/inc/toolbox_tmpl.hrc") },
 { RTL_CONSTASCII_STRINGPARAM("/description.xml") },
-{ RTL_CONSTASCII_STRINGPARAM("/svx/inc/globlmn_tmpl.hrc") },
-{ RTL_CONSTASCII_STRINGPARAM("/sw/source/uibase/inc/redline_tmpl.hrc") 
}
+{ RTL_CONSTASCII_STRINGPARAM("/svx/inc/globlmn_tmpl.hrc") }
 };
 return matchList(rUrl, list, SAL_N_ELEMENTS(list));
 }
diff --git a/sw/AllLangResTarget_sw.mk b/sw/AllLangResTarget_sw.mk
index ef8d7ea..84d833d 100644
--- a/sw/AllLangResTarget_sw.mk
+++ b/sw/AllLangResTarget_sw.mk
@@ -120,8 +120,4 @@ $(eval $(call gb_SrsTarget_add_nonlocalizable_files,sw/res,\
 sw/source/ui/envelp/envprt.src \
 ))
 
-$(eval $(call gb_SrsTarget_add_templates,sw/res,\
-sw/source/uibase/inc/redline_tmpl.hrc \
-))
-
 # vim: set noet sw=4 ts=4:
diff --git a/sw/source/uibase/inc/redline_tmpl.hrc 
b/sw/source/uibase/inc/redline_tmpl.hrc
deleted file mode 100644
index 4271708..000
--- a/sw/source/uibase/inc/redline_tmpl.hrc
+++ /dev/null
@@ -1,39 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- */
-
-#include "cmdid.h"
-
-#define MN_EDIT_REDLINE  \
-MenuItem \
-{\
-Identifier = FN_REDLINE_ACCEPT_DIRECT;   \
-HelpId = CMD_FN_REDLINE_ACCEPT_DIRECT ;  \
-Text [ en-US ] = "Accept Change" ;   \
-};   \
-MenuItem \
-{\
-Identifier = FN_REDLINE_REJECT_DIRECT ;  \
-HelpId = CMD_FN_REDLINE_REJECT_DIRECT ;  \
-Text [ en-US ] = "Reject Change" ;   \
-};   \
-MenuItem \
-{\
-Identifier = FN_REDLINE_NEXT_CHANGE; \
-HelpId = CMD_FN_REDLINE_NEXT_CHANGE ;\
-Text [ en-US ] = "Next Change" ; \
-}; 

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

2016-03-06 Thread Tor Lillqvist
 fpicker/source/aqua/CFStringUtilities.hxx|  140 ---
 fpicker/source/aqua/CFStringUtilities.mm |   22 ---
 fpicker/source/aqua/ControlHelper.mm |   91 ---
 fpicker/source/aqua/FilterHelper.mm  |  100 +++-
 fpicker/source/aqua/NSString_OOoAdditions.mm |5 
 fpicker/source/aqua/SalAquaFilePicker.mm |  163 +--
 fpicker/source/aqua/SalAquaFolderPicker.mm   |   46 ---
 fpicker/source/aqua/SalAquaPicker.mm |   38 --
 8 files changed, 38 insertions(+), 567 deletions(-)

New commits:
commit 9ffb33a5f041d2a4d9516ab163d9967afd0404dc
Author: Tor Lillqvist 
Date:   Mon Mar 7 09:43:32 2016 +0200

Bin overly verbose OSL_TRACEs of questionable usefulness

Change-Id: Ic535aef31c2a8d73f9c496ffdc535494c15d3c12

diff --git a/fpicker/source/aqua/FilterHelper.mm 
b/fpicker/source/aqua/FilterHelper.mm
index 25f9b8a..ca91f7a 100644
--- a/fpicker/source/aqua/FilterHelper.mm
+++ b/fpicker/source/aqua/FilterHelper.mm
@@ -55,9 +55,8 @@ FilterEntry::FilterEntry( const rtl::OUString& _rTitle, const 
UnoFilterList& _rS
 
 bool FilterEntry::hasSubFilters() const
 {
-//OSL_TRACE(">>> FilterEntry::%s", __func__);
 bool bReturn = ( 0 < m_aSubFilters.getLength() );
-//OSL_TRACE("<<< FilterEntry::%s retVal: %d", __func__, bReturn);
+
 return bReturn;
 }
 
@@ -232,7 +231,6 @@ bool FilterHelper::FilterNameExists( const UnoFilterList& 
_rGroupedFilters )
 
 void FilterHelper::ensureFilterList( const ::rtl::OUString& 
_rInitialCurrentFilter )
 {
-//OSL_TRACE(">>> FilterHelper::%s", __func__);
 if( nullptr == m_pFilterList )
 {
 m_pFilterList = new FilterList;
@@ -241,7 +239,6 @@ void FilterHelper::ensureFilterList( const ::rtl::OUString& 
_rInitialCurrentFilt
 m_aCurrentFilter = _rInitialCurrentFilter;
 OSL_TRACE("ensureFilterList filter:%s", 
OUStringToOString(m_aCurrentFilter, RTL_TEXTENCODING_UTF8).getStr());
 }
-//OSL_TRACE("<<< FilterHelper::%s", __func__);
 }
 
 void FilterHelper::SetCurFilter( const rtl::OUString& rFilter )
diff --git a/fpicker/source/aqua/SalAquaFilePicker.mm 
b/fpicker/source/aqua/SalAquaFilePicker.mm
index 8ac9b61..78ec4f8 100644
--- a/fpicker/source/aqua/SalAquaFilePicker.mm
+++ b/fpicker/source/aqua/SalAquaFilePicker.mm
@@ -165,14 +165,8 @@ sal_Int16 SAL_CALL SalAquaFilePicker::execute() throw( 
uno::RuntimeException )
 if (m_sSaveFileName.getLength() > 0) {
 setDefaultName(m_sSaveFileName);
 }
-} else {
-OSL_TRACE("no dash present in window title");
 }
-} else {
-OSL_TRACE("couldn't get window title");
 }
-} else {
-OSL_TRACE("no front window found");
 }
 }
 }
@@ -197,7 +191,6 @@ sal_Int16 SAL_CALL SalAquaFilePicker::execute() throw( 
uno::RuntimeException )
 #else
 case NSOKButton:
 #endif
-OSL_TRACE("The dialog returned OK");
 retVal = ExecutableDialogResults::OK;
 break;
 
@@ -206,7 +199,6 @@ sal_Int16 SAL_CALL SalAquaFilePicker::execute() throw( 
uno::RuntimeException )
 #else
 case NSCancelButton:
 #endif
-OSL_TRACE("The dialog was cancelled by the user!");
 retVal = ExecutableDialogResults::CANCEL;
 break;
 
@@ -232,7 +224,6 @@ void SAL_CALL SalAquaFilePicker::setMultiSelectionMode( 
sal_Bool /* bMode */ ) t
 
 if (m_nDialogType == NAVIGATIONSERVICES_OPEN) {
 [(NSOpenPanel*)m_pDialog setAllowsMultipleSelection:YES];
-OSL_TRACE("dialog allows multi-selection? %d", 
[(NSOpenPanel*)m_pDialog allowsMultipleSelection]);
 }
 }
 
@@ -285,7 +276,6 @@ uno::Sequence SAL_CALL 
SalAquaFilePicker::getSelectedFiles() thro
 }
 #endif
 
-// OSL_TRACE("starting work");
 NSArray *files = nil;
 if (m_nDialogType == NAVIGATIONSERVICES_OPEN) {
 files = [(NSOpenPanel*)m_pDialog URLs];
@@ -325,14 +315,11 @@ uno::Sequence SAL_CALL 
SalAquaFilePicker::getSelectedFiles() thro
 }
 #endif
 
-OSL_TRACE("handling %s", [[url description] UTF8String]);
 InfoType info = FULLPATH;
 
 OUString sFileOrDirURL = [url OUStringForInfo:info];
 
 aSelectedFiles[nIndex] = sFileOrDirURL;
-
-OSL_TRACE("Returned file in getFiles: \"%s\".", 
OUStringToOString(sFileOrDirURL, RTL_TEXTENCODING_UTF8).getStr());
 }
 
 return aSelectedFiles;
@@ -356,9 +343,6 @@ throw( lang::IllegalArgumentException, 
uno::RuntimeException )
 void SAL_CALL SalAquaFilePicker::setCurrentFilter( const rtl::OUString& aTitle 
)
 throw( lang::IllegalArgumentException, uno::RuntimeException )
 {
-OSL_TRACE( "Setting current filter to %s",
-   OUStringToOString( aTitle, RTL_TEXTENCODING_UTF8 ).getStr() );
-
 SolarMutexGuard aGuard;
 
   

Gerrit supports inline edit feature now

2016-03-06 Thread David Ostrovsky

More than one year has passed since my announcement on this list: [1]
that upstream Gerrit supports inline edit feature, meant changing the
code directly in browser without clonning/fetching anything. Yesterday,
the right Gerrit version was deployed on gerrit.l.o.

Meantime, inline edit feature supports different workflows and
navigation to the integrated editor with syntax highlighting is offered
on many places in the UI. This documentation page: [2] was added to
Gerrit that is dedicated to inline edit feature. I also gave a talk
during FOSDEM 2015 and last Hamburg hackathon how to use this feature:
[3]. (Note, that not all features, mentioned in this talk are supported
on 2.11.7 version deployed on gerrit.l.o. Some of them only available
on recent released gerrit version, 2.12.1, or even master).

[1] https://lists.freedesktop.org/archives/libreoffice/2014-December/06
5326.html
[2] https://gerrit.libreoffice.org/Documentation/user-inline-edit.html
[3] http://ostrovsky.org/gerrit/gerrit-inline-edit
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 98474] Strange screen output

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

Ton  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 98474] Strange screen output

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

--- Comment #2 from Ton  ---
(In reply to m.a.riosv from comment #1)
> Please test disabling Menu/Tools/Options/LibreOffice/View - Graphics Output
> - Use OpenGL for all rendering.

Thank you, that solved the problem!

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


[Libreoffice-bugs] [Bug 97937] Linux Specific GL tracker.

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

--- Comment #1 from Mateusz Konieczny  ---
#98483 is a new one that seems to not be a duplicate

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


[Libreoffice-bugs] [Bug 98464] Graph wizard in Calc locks up

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

--- Comment #3 from Mateusz Konieczny  ---
> Please test disabling Menu/Tools/Options/LibreOffice/View - Graphics Output - 
> Use OpenGL for all rendering.

It was already disabled, enabling it changed nothing for graphs and resulted in
#98483

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


[Libreoffice-bugs] [Bug 96099] Reduce number of typedefs used for trivial container types

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|ToBeReviewed|ToBeReviewed target:5.2.0

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


[Libreoffice-bugs] [Bug 96099] Reduce number of typedefs used for trivial container types

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

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

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

tdf#96099 Reduce number of trivial typedefs

It will be available in 5.2.0.

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

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

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


[Libreoffice-commits] core.git: sc/workben shell/source svtools/source vcl/source vcl/win

2016-03-06 Thread Chirag Manwani
 sc/workben/dpcache/perf-test.cpp |   48 +++
 shell/source/win32/simplemail/smplmailclient.cxx |8 +--
 svtools/source/dialogs/addresstemplate.cxx   |   31 +++---
 vcl/source/gdi/sallayout.cxx |7 +--
 vcl/win/gdi/winlayout.cxx|7 +--
 5 files changed, 47 insertions(+), 54 deletions(-)

New commits:
commit cbbeb771ba3df1d87a69d2115234d88f520ce0e6
Author: Chirag Manwani 
Date:   Fri Mar 4 18:03:41 2016 +0530

tdf#96099 Reduce number of trivial typedefs

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

diff --git a/sc/workben/dpcache/perf-test.cpp b/sc/workben/dpcache/perf-test.cpp
index 5791631..b606e47 100644
--- a/sc/workben/dpcache/perf-test.cpp
+++ b/sc/workben/dpcache/perf-test.cpp
@@ -57,8 +57,6 @@ private:
 double mfStartTime;
 };
 
-typedef std::vector values_type;
-typedef std::vector indices_type;
 
 #if 1
 size_t val_count = 600;
@@ -72,9 +70,9 @@ bool dump_values = true;
 
 struct field : boost::noncopyable
 {
-values_type items;   /// unique values
-indices_type data;   /// original value series as indices into unique 
values.
-indices_type order;  /// ascending order of the values as indices.
+std::vector items;   /// unique values
+std::vector data;   /// original value series as indices into 
unique values.
+std::vector order;  /// ascending order of the values as indices.
 };
 
 long compare(int left, int right)
@@ -86,7 +84,7 @@ long compare(int left, int right)
 return 1;
 }
 
-bool has_item(const values_type& items, const indices_type& order, int val, 
long& index)
+bool has_item(const std::vector& items, const std::vector& order, 
int val, long& index)
 {
 index = items.size();
 bool found = false;
@@ -112,19 +110,19 @@ bool has_item(const values_type& items, const 
indices_type& order, int val, long
 return found;
 }
 
-bool check_items(const values_type& items)
+bool check_items(const std::vector& items)
 {
 if (items.empty())
 return false;
 
 // Items are supposed to be all unique values.
-values_type copied(items);
+std::vector copied(items);
 sort(copied.begin(), copied.end());
 copied.erase(unique(copied.begin(), copied.end()), copied.end());
 return copied.size() == items.size();
 }
 
-bool check_order(const values_type& items, const indices_type& order)
+bool check_order(const std::vector& items, const std::vector& 
order)
 {
 // Ensure that the order is truly in ascending order.
 if (items.size() != order.size())
@@ -133,11 +131,11 @@ bool check_order(const values_type& items, const 
indices_type& order)
 if (items.empty())
 return false;
 
-indices_type::const_iterator it = order.begin();
-values_type::value_type prev = items[*it];
+auto it = order.cbegin();
+std::vector::value_type prev = items[*it];
 for (++it; it != order.end(); ++it)
 {
-values_type::value_type val = items[*it];
+std::vector::value_type val = items[*it];
 if (prev >= val)
 return false;
 
@@ -147,7 +145,7 @@ bool check_order(const values_type& items, const 
indices_type& order)
 return true;
 }
 
-bool check_data(const values_type& items, const indices_type& data, const 
values_type& original)
+bool check_data(const std::vector& items, const std::vector& 
data, const std::vector& original)
 {
 if (items.empty() || data.empty() || original.empty())
 return false;
@@ -164,7 +162,7 @@ bool check_data(const values_type& items, const 
indices_type& data, const values
 return true;
 }
 
-bool dump_and_check(const field& fld, const values_type& original, bool 
dump_values)
+bool dump_and_check(const field& fld, const std::vector& original, bool 
dump_values)
 {
 cout << "unique item count:   " << fld.items.size() << endl;
 cout << "original data count: " << fld.data.size() << endl;
@@ -175,7 +173,7 @@ bool dump_and_check(const field& fld, const values_type& 
original, bool dump_val
 copy(fld.items.begin(), fld.items.end(), ostream_iterator(cout, 
"\n"));
 cout << "--- sorted items" << endl;
 {
-indices_type::const_iterator it = fld.order.begin(), it_end = 
fld.order.end();
+auto it = fld.order.cbegin(), it_end = fld.order.cend();
 for (; it != it_end; ++it)
 {
 cout << fld.items[*it] << endl;
@@ -204,12 +202,12 @@ bool dump_and_check(const field& fld, const values_type& 
original, bool dump_val
 return true;
 }
 
-void run1(const values_type& vals, bool dump_values)
+void run1(const std::vector& vals, bool dump_values)
 {
 field fld;
 {
 stack_printer __stack_printer__("::run1 (existing algorithm)");
-

[Libreoffice-bugs] [Bug 98483] New: After enabling OpenGL Calc crashes on entering Options menu

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

Bug ID: 98483
   Summary: After enabling OpenGL Calc crashes on entering Options
menu
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: matkoni...@gmail.com

to reproduce

enable Menu/Tools/Options/LibreOffice/View - Graphics Output - Use OpenGL for
all rendering

close Calc

open Calc

Go to Menu/Tools/Options

Calc crashes

Reopen Calc

Menu/Tools/Options/LibreOffice/View - Graphics Output - Use OpenGL for all
rendering is now disabled

Version: 5.1.1.2
Build ID: 1:5.1.1~rc2-0ubuntu1~trusty0
CPU Threads: 2; OS Version: Linux 3.13; UI Render: default; 
Locale: pl-PL (en_US.UTF-8)

On Lubuntu 14.

Discovered during diagnosing #98464

I am willing to install special version with debugging enabled and overall
spend some time to provide additional data to make fixing this problem
possible.

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


[Libreoffice-bugs] [Bug 96289] PDF crash on export if not enough memory (~5 GB needed)

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

--- Comment #21 from Beluga  ---
(In reply to jean-baptiste from comment #20)
> I tried with LibreOffice_5.1.0.3_Linux_x86-64_rpm, but the issue is still
> the same.
> How can I download 5.1.2 ?
> 
> About the latest comment, how can we consider 12 minutes a normal time for
> exporting ? ;)

A fresh 5.1.2 dev build for Linux is only available in 32-bit:
http://dev-builds.libreoffice.org/daily/libreoffice-5-1/Linux-rpm_deb-x86@71-TDF/current/

You can use these instructions:
https://wiki.documentfoundation.org/Installing_in_parallel/Linux

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


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

2016-03-06 Thread Douglas Mencken
 desktop/source/deployment/inc/dp_descriptioninfoset.hxx   |2 +-
 desktop/source/deployment/misc/dp_descriptioninfoset.cxx  |2 +-
 desktop/source/deployment/registry/package/dp_package.cxx |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit eb0774032011e45bf97f3102bf2005b4ae85f07d
Author: Douglas Mencken 
Date:   Mon Mar 7 00:02:38 2016 -0500

fix typo getSupportedPlaforms -> getSupportedPlatforms

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

diff --git a/desktop/source/deployment/inc/dp_descriptioninfoset.hxx 
b/desktop/source/deployment/inc/dp_descriptioninfoset.hxx
index 66460bc..a54bbdb 100644
--- a/desktop/source/deployment/inc/dp_descriptioninfoset.hxx
+++ b/desktop/source/deployment/inc/dp_descriptioninfoset.hxx
@@ -108,7 +108,7 @@ public:
 The value attribute can contain various platform tokens. They must be 
separated by
 commas.Each token will be stripped from leading and trailing white 
space (trim()).
 */
-css::uno::Sequence< OUString > getSupportedPlaforms() const;
+css::uno::Sequence< OUString > getSupportedPlatforms() const;
 
 /**
 Returns the localized publisher name and the corresponding URL.
diff --git a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx 
b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx
index 38cefc4..021de7a 100644
--- a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx
+++ b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx
@@ -462,7 +462,7 @@ OUString DescriptionInfoset::getVersion() const
 return getNodeValueFromExpression( "desc:version/@value" );
 }
 
-css::uno::Sequence< OUString > DescriptionInfoset::getSupportedPlaforms() const
+css::uno::Sequence< OUString > DescriptionInfoset::getSupportedPlatforms() 
const
 {
 //When there is no description.xml then we assume that we support all 
platforms
 if (! m_element.is())
diff --git a/desktop/source/deployment/registry/package/dp_package.cxx 
b/desktop/source/deployment/registry/package/dp_package.cxx
index 51fc2ea6..58b302e 100644
--- a/desktop/source/deployment/registry/package/dp_package.cxx
+++ b/desktop/source/deployment/registry/package/dp_package.cxx
@@ -601,7 +601,7 @@ bool BackendImpl::PackageImpl::checkPlatform(
 {
 bool ret = false;
 DescriptionInfoset info(getDescriptionInfoset());
-Sequence platforms(info.getSupportedPlaforms());
+Sequence platforms(info.getSupportedPlatforms());
 if (hasValidPlatform(platforms))
 {
 ret = true;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Firebird doesn't support MSVC 2015

2016-03-06 Thread Noel Grandin


In the space of open-source SQL database engines, SQLite is far and away the 
most widely used and supported option.

Maybe we should try using that instead?
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 98482] PRINTING: Image Flip(vertically and horizontally) does not keep after print.

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

--- Comment #1 from HD  ---
Created attachment 123365
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123365=edit
sample odp file

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


[Libreoffice-commits] core.git: basic/source chart2/source compilerplugins/clang connectivity/source dbaccess/source include/connectivity include/dbaccess include/sfx2 include/svl include/vcl sfx2/sou

2016-03-06 Thread Noel Grandin
 basic/source/inc/iosys.hxx|2 -
 basic/source/runtime/iosys.cxx|   10 ++-
 chart2/source/view/inc/PlottingPositionHelper.hxx |7 +
 compilerplugins/clang/unuseddefaultparams.py  |4 ++-
 connectivity/source/commontools/dbexception.cxx   |4 +--
 connectivity/source/commontools/sqlerror.cxx  |   12 -
 dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx  |7 +++--
 dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx |6 ++--
 dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx |2 -
 include/connectivity/dbexception.hxx  |4 ---
 include/connectivity/sqlerror.hxx |   24 ++
 include/dbaccess/dbsubcomponentcontroller.hxx |5 ---
 include/sfx2/childwin.hxx |3 --
 include/svl/itemset.hxx   |2 -
 include/vcl/menu.hxx  |3 --
 include/vcl/outdev.hxx|5 +--
 sfx2/source/appl/childwin.cxx |5 ---
 svl/source/items/itemset.cxx  |   11 +---
 vcl/source/outdev/text.cxx|   12 +++--
 vcl/source/window/menu.cxx|5 +--
 20 files changed, 45 insertions(+), 88 deletions(-)

New commits:
commit 37a6bafea8416541d7d250d66a9e951400b197a3
Author: Noel Grandin 
Date:   Fri Mar 4 14:51:52 2016 +0200

loplugin:unuseddefaultparam in various

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

diff --git a/basic/source/inc/iosys.hxx b/basic/source/inc/iosys.hxx
index 0902407..151bdf1 100644
--- a/basic/source/inc/iosys.hxx
+++ b/basic/source/inc/iosys.hxx
@@ -64,7 +64,7 @@ public:
 SbError Close();
 SbError Read(OString&, sal_uInt16 = 0, bool bForceReadingPerByte=false);
 SbError Read( char& );
-SbError Write( const OString&, sal_uInt16 = 0 );
+SbError Write( const OString& );
 
 bool IsText() const { return !bool(nMode & SbiStreamFlags::Binary); }
 bool IsRandom() const   { return bool(nMode & SbiStreamFlags::Random); }
diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx
index e7c8908..46c90be 100644
--- a/basic/source/runtime/iosys.cxx
+++ b/basic/source/runtime/iosys.cxx
@@ -715,7 +715,7 @@ namespace
 }
 }
 
-SbError SbiStream::Write( const OString& rBuf, sal_uInt16 n )
+SbError SbiStream::Write( const OString& rBuf )
 {
 ExpandFile();
 if( IsAppend() )
@@ -741,15 +741,11 @@ SbError SbiStream::Write( const OString& rBuf, sal_uInt16 
n )
 }
 else
 {
-if( !n )
-{
-n = nLen;
-}
-if( !n )
+if( !nLen )
 {
 return nError = ERRCODE_BASIC_BAD_RECORD_LENGTH;
 }
-pStrm->Write(rBuf.getStr(), n);
+pStrm->Write(rBuf.getStr(), nLen);
 MapError();
 }
 return nError;
diff --git a/chart2/source/view/inc/PlottingPositionHelper.hxx 
b/chart2/source/view/inc/PlottingPositionHelper.hxx
index c4ddffe..65ed69e 100644
--- a/chart2/source/view/inc/PlottingPositionHelper.hxx
+++ b/chart2/source/view/inc/PlottingPositionHelper.hxx
@@ -59,7 +59,7 @@ public:
 
 inline bool   isStrongLowerRequested( sal_Int32 nDimensionIndex ) const;
 inline bool   isLogicVisible( double fX, double fY, double fZ ) const;
-inline void   doLogicScaling( double* pX, double* pY, double* pZ, bool 
bClip=false ) const;
+inline void   doLogicScaling( double* pX, double* pY, double* pZ ) const;
 inline void   doUnshiftedLogicScaling( double* pX, double* pY, double* pZ 
) const;
 inline void   clipLogicValues( double* pX, double* pY, double* pZ ) const;
void   clipScaledLogicValues( double* pX, double* pY, double* pZ ) 
const;
@@ -300,11 +300,8 @@ bool PlottingPositionHelper::isLogicVisible(
 && fZ >= m_aScales[2].Minimum && ( isStrongLowerRequested(2) ? fZ < 
m_aScales[2].Maximum : fZ <= m_aScales[2].Maximum );
 }
 
-void PlottingPositionHelper::doLogicScaling( double* pX, double* pY, double* 
pZ, bool bClip ) const
+void PlottingPositionHelper::doLogicScaling( double* pX, double* pY, double* 
pZ ) const
 {
-if(bClip)
-this->clipLogicValues( pX,pY,pZ );
-
 if(pX)
 {
 if( m_aScales[0].Scaling.is())
diff --git a/compilerplugins/clang/unuseddefaultparams.py 
b/compilerplugins/clang/unuseddefaultparams.py
index 7fdce2c..0390821 100755
--- a/compilerplugins/clang/unuseddefaultparams.py
+++ b/compilerplugins/clang/unuseddefaultparams.py
@@ -10,7 +10,9 @@ callSet = set()
 
 # things we need to exclude for reasons like :
 # - it's a weird template thingy that confuses the plugin
-exclusionSet = set()
+exclusionSet = set([

[Libreoffice-commits] core.git: chart2/source compilerplugins/clang connectivity/source cppuhelper/source dbaccess/source desktop/source editeng/source filter/qa framework/source hwpfilter/qa lotuswor

2016-03-06 Thread Noel Grandin
 chart2/source/view/charttypes/AreaChart.cxx|8 +--
 chart2/source/view/charttypes/BarChart.cxx |8 +--
 chart2/source/view/charttypes/BubbleChart.cxx  |4 -
 chart2/source/view/charttypes/CandleStickChart.cxx |4 -
 chart2/source/view/charttypes/NetChart.cxx |4 -
 chart2/source/view/charttypes/PieChart.cxx |4 -
 chart2/source/view/diagram/VDiagram.cxx|2 
 chart2/source/view/main/ShapeFactory.cxx   |2 
 compilerplugins/clang/defaultparams.cxx|   41 +
 connectivity/source/drivers/odbc/OStatement.cxx|2 
 cppuhelper/source/defaultbootstrap.cxx |4 -
 dbaccess/source/ui/browser/unodatbr.cxx|4 -
 desktop/source/deployment/gui/dp_gui_dialog2.cxx   |4 -
 editeng/source/accessibility/AccessibleParaManager.cxx |2 
 filter/qa/cppunit/filters-dxf-test.cxx |3 -
 filter/qa/cppunit/filters-eps-test.cxx |3 -
 filter/qa/cppunit/filters-met-test.cxx |3 -
 filter/qa/cppunit/filters-pcd-test.cxx |3 -
 filter/qa/cppunit/filters-pcx-test.cxx |3 -
 filter/qa/cppunit/filters-pict-test.cxx|3 -
 filter/qa/cppunit/filters-ppm-test.cxx |6 --
 filter/qa/cppunit/filters-psd-test.cxx |3 -
 filter/qa/cppunit/filters-ras-test.cxx |3 -
 filter/qa/cppunit/filters-tga-test.cxx |3 -
 filter/qa/cppunit/filters-tiff-test.cxx|3 -
 framework/source/uielement/menubarmerger.cxx   |2 
 hwpfilter/qa/cppunit/test_hwpfilter.cxx|3 -
 lotuswordpro/qa/cppunit/test_lotuswordpro.cxx  |3 -
 package/qa/cppunit/test_package.cxx|3 -
 sc/qa/unit/filters-test.cxx|   10 ++--
 sot/qa/cppunit/test_sot.cxx|3 -
 sw/source/core/doc/doc.cxx |4 -
 sw/source/uibase/uno/unotxdoc.cxx  |2 
 ucb/source/ucp/cmis/cmis_content.cxx   |6 --
 ucb/source/ucp/cmis/cmis_repo_content.cxx  |6 --
 vcl/qa/cppunit/graphicfilter/filters-test.cxx  |   27 +++
 vcl/source/window/menu.cxx |   10 ++--
 vcl/source/window/toolbox2.cxx |4 -
 vcl/unx/generic/printer/ppdparser.cxx  |4 -
 writerfilter/qa/cppunittests/rtftok/testrtftok.cxx |3 -
 writerperfect/qa/unit/WpftImportTestBase.cxx   |4 -
 xmloff/source/text/XMLTextMarkImportContext.cxx|3 -
 42 files changed, 107 insertions(+), 119 deletions(-)

New commits:
commit 70f87284c6ce77a49b1fac1431cea206f4b1dfa9
Author: Noel Grandin 
Date:   Sat Mar 5 18:03:25 2016 +0200

improve defaultparams loplugin

to catch calling params with defaults like "= OUSString()"

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

diff --git a/chart2/source/view/charttypes/AreaChart.cxx 
b/chart2/source/view/charttypes/AreaChart.cxx
index 3fe22b7..8618f26 100644
--- a/chart2/source/view/charttypes/AreaChart.cxx
+++ b/chart2/source/view/charttypes/AreaChart.cxx
@@ -651,13 +651,13 @@ void AreaChart::createShapes()
 
 //therefore create an own group for the texts and the error bars to move 
them to front
 //(because the text group is created after the series group the texts are 
displayed on top)
-m_xSeriesTarget   = createGroupShape( m_xLogicTarget,OUString() );
+m_xSeriesTarget   = createGroupShape( m_xLogicTarget );
 if( m_bArea )
-m_xErrorBarTarget = createGroupShape( m_xLogicTarget,OUString() );
+m_xErrorBarTarget = createGroupShape( m_xLogicTarget );
 else
 m_xErrorBarTarget = m_xSeriesTarget;
-m_xTextTarget = m_pShapeFactory->createGroup2D( 
m_xFinalTarget,OUString() );
-m_xRegressionCurveEquationTarget = m_pShapeFactory->createGroup2D( 
m_xFinalTarget,OUString() );
+m_xTextTarget = m_pShapeFactory->createGroup2D( m_xFinalTarget );
+m_xRegressionCurveEquationTarget = m_pShapeFactory->createGroup2D( 
m_xFinalTarget );
 
 //check necessary here that different Y axis can not be stacked in the 
same group? ... hm?
 
diff --git a/chart2/source/view/charttypes/BarChart.cxx 
b/chart2/source/view/charttypes/BarChart.cxx
index cd2019e..10759c3 100644
--- a/chart2/source/view/charttypes/BarChart.cxx
+++ b/chart2/source/view/charttypes/BarChart.cxx
@@ -423,14 +423,14 @@ void BarChart::createShapes()
 //to achieve this the regression curve target is created after the series 
target and before the text target
 
 uno::Reference< 

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

2016-03-06 Thread Noel Grandin
 editeng/source/accessibility/AccessibleParaManager.cxx |5 ++---
 editeng/source/editeng/editeng.cxx |9 -
 editeng/source/editeng/editview.cxx|4 ++--
 editeng/source/editeng/impedit.hxx |6 +++---
 editeng/source/editeng/impedit2.cxx|   12 ++--
 editeng/source/items/paraitem.cxx  |6 +++---
 include/editeng/AccessibleParaManager.hxx  |3 +--
 include/editeng/editeng.hxx|5 ++---
 include/editeng/editview.hxx   |2 +-
 include/editeng/tstpitem.hxx   |2 +-
 10 files changed, 25 insertions(+), 29 deletions(-)

New commits:
commit 5f6e5cb695ff4ab1e17653661d8243d836436a7e
Author: Noel Grandin 
Date:   Fri Mar 4 14:28:57 2016 +0200

loplugin:unuseddefaultparam in editeng

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

diff --git a/editeng/source/accessibility/AccessibleParaManager.cxx 
b/editeng/source/accessibility/AccessibleParaManager.cxx
index 4fbcd90..9075361 100644
--- a/editeng/source/accessibility/AccessibleParaManager.cxx
+++ b/editeng/source/accessibility/AccessibleParaManager.cxx
@@ -95,8 +95,7 @@ namespace accessibility
 }
 
 void AccessibleParaManager::FireEvent( sal_Int32 nPara,
-   const sal_Int16 nEventId,
-   const uno::Any& rNewValue ) const
+   const sal_Int16 nEventId ) const
 {
 DBG_ASSERT( 0 <= nPara && maChildren.size() > 
static_cast(nPara),
 "AccessibleParaManager::FireEvent: invalid index" );
@@ -105,7 +104,7 @@ namespace accessibility
 {
 auto maChild( GetChild( nPara ).first.get() );
 if( maChild.is() )
-maChild->FireEvent( nEventId, rNewValue, css::uno::Any() );
+maChild->FireEvent( nEventId, css::uno::Any(), css::uno::Any() 
);
 }
 }
 
diff --git a/editeng/source/editeng/editeng.cxx 
b/editeng/source/editeng/editeng.cxx
index d69a1af..aaf41da 100644
--- a/editeng/source/editeng/editeng.cxx
+++ b/editeng/source/editeng/editeng.cxx
@@ -595,12 +595,12 @@ sal_Int32 EditEngine::GetLineNumberAtIndex( sal_Int32 
nPara, sal_Int32 nIndex )
 return pImpEditEngine->GetLineNumberAtIndex( nPara, nIndex );
 }
 
-sal_uInt32 EditEngine::GetLineHeight( sal_Int32 nParagraph, sal_Int32 nLine )
+sal_uInt32 EditEngine::GetLineHeight( sal_Int32 nParagraph )
 {
 // If someone calls GetLineHeight() with an empty Engine.
 if ( !pImpEditEngine->IsFormatted() )
 pImpEditEngine->FormatDoc();
-return pImpEditEngine->GetLineHeight( nParagraph, nLine );
+return pImpEditEngine->GetLineHeight( nParagraph, 0 );
 }
 
 sal_uInt32 EditEngine::GetTextHeight( sal_Int32 nParagraph ) const
@@ -872,10 +872,9 @@ const ParaPortionList& EditEngine::GetParaPortions() const
 return pImpEditEngine->GetParaPortions();
 }
 
-void EditEngine::SeekCursor(
-ContentNode* pNode, sal_Int32 nPos, SvxFont& rFont, OutputDevice* pOut)
+void EditEngine::SeekCursor(ContentNode* pNode, sal_Int32 nPos, SvxFont& rFont)
 {
-pImpEditEngine->SeekCursor(pNode, nPos, rFont, pOut);
+pImpEditEngine->SeekCursor(pNode, nPos, rFont);
 }
 
 EditPaM EditEngine::DeleteSelection(const EditSelection& rSel)
diff --git a/editeng/source/editeng/editview.cxx 
b/editeng/source/editeng/editview.cxx
index cfc6a88..eb3a7f2 100644
--- a/editeng/source/editeng/editview.cxx
+++ b/editeng/source/editeng/editview.cxx
@@ -737,13 +737,13 @@ sal_Int32 EditView::StartSearchAndReplace( const 
SvxSearchItem& rSearchItem )
 return pImpEditView->pEditEngine->pImpEditEngine->StartSearchAndReplace( 
this, rSearchItem );
 }
 
-bool EditView::IsCursorAtWrongSpelledWord( bool bMarkIfWrong )
+bool EditView::IsCursorAtWrongSpelledWord()
 {
 bool bIsWrong = false;
 if ( !HasSelection() )
 {
 EditPaM aPaM = pImpEditView->GetEditSelection().Max();
-bIsWrong = pImpEditView->IsWrongSpelledWord( aPaM, bMarkIfWrong );
+bIsWrong = pImpEditView->IsWrongSpelledWord( aPaM, 
false/*bMarkIfWrong*/ );
 }
 return bIsWrong;
 }
diff --git a/editeng/source/editeng/impedit.hxx 
b/editeng/source/editeng/impedit.hxx
index a9f4ba6..fa309f8 100644
--- a/editeng/source/editeng/impedit.hxx
+++ b/editeng/source/editeng/impedit.hxx
@@ -563,7 +563,7 @@ private:
 EditPaM ImpConnectParagraphs( ContentNode* pLeft, ContentNode* 
pRight, bool bBackward = false );
 EditPaM ImpDeleteSelection(const EditSelection& rCurSel);
 EditPaM ImpInsertParaBreak( EditPaM& rPaM, bool 
bKeepEndingAttribs = true );
-EditPaM 

[Libreoffice-bugs] [Bug 98482] New: PRINTING: Image Flip(vertically and horizontally) does not keep after print.

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

Bug ID: 98482
   Summary: PRINTING: Image Flip(vertically and horizontally) does
not keep after print.
   Product: LibreOffice
   Version: 5.1.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kg_oooh...@ashisuto.co.jp

Created attachment 123364
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123364=edit
sample image

Steps to reproduce:
1.Open new presentation and insert an Image.
2.Select image and right-click.
3.Select [Flip] - [Vertically] or [Horizontally]
4.Click [File] - [Print].

Current behavior:
It return to the original image.

Expected behavior:
Keep Flip(vertically and horizontally) after print.

Best regards.

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


[Libreoffice-bugs] [Bug 96969] Change column selection keyboard shortcut to Ctrl+Space

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

--- Comment #10 from Óvári  ---
(In reply to Commit Notification from comment #9)
> Affected users are encouraged to test the fix and report feedback.

Partially works with:
Version: 5.2.0.0.alpha0+
Build ID: b89feb8018bf3610faf01e73995d576f6566e20b
CPU Threads: 2; OS Version: Windows 6.29; UI Render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-03-07_03:36:17

Enabling keyboard shortcuts to work when creating formulae yet to be
implemented, eg.
Bug 92453 - Entire column functionality in formulae keyboard shortcuts

As bug 96969 enhancement has been partially implemented should bug 96969 be set
to fixed?

Thank you

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


[Libreoffice-bugs] [Bug 94760] Better default values for graphics cache

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

Akshay Deep  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 QA Contact||akshaydeepi...@gmail.com

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


[Libreoffice-bugs] [Bug 94760] Better default values for graphics cache

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

Akshay Deep  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |akshaydeepi...@gmail.com
   |desktop.org |
 QA Contact|akshaydeepi...@gmail.com|

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


[Libreoffice-bugs] [Bug 84650] Vertical dots misplaced when used before sum

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

--- Comment #6 from Paulo da Silva  ---
The bug is still present (no changes) for LO 5.1.0.3 (kubuntu 14.04).

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


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

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

--- Comment #1 from Flint O'Brien  ---
Created attachment 123363
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123363=edit
Same as first attachment - created with Google Sheets and downloaded as ods.

This is the .ods version that behaves as expected. The .xlsx version reproduces
the bug.

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


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

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

Bug ID: 98481
   Summary: SUM is zero when some cells are empty and some cells
reference other sheet AND file is xlsx.
   Product: LibreOffice
   Version: 5.1.0.2 rc
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: fl...@flintobrien.com

Created attachment 123362
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123362=edit
File with bug created with Google Docs and downloaded as xlsx.

On Sheet1, reference two cells from 'Sheet 2'. Cells B2:B4 display values: [1][
][3]
On Sheet1, =SUM(B2:B4) displays zero when it should be 4.

SUM() works if the B2, B3, B4 all have values (even if each value is a
reference to another sheet).
SUM() works if the B2 and B4 are simple numeric values (not references to
another sheet).

I created the spreadsheet with Google Docs Sheets. Downloaded it as .xlsx and
.ods. The xlsx has the bug, but the .ods version behaves as expected. The bug
remains even if I edit the cells in LibreOffice.

I've attached the test file that has the bug.

LibreOffice
Version: 5.0.1.2
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: en-US (en.UTF-8)

Mac OS X 10.11.3

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


[Libreoffice-commits] core.git: starmath/inc starmath/source

2016-03-06 Thread Takeshi Abe
 starmath/inc/node.hxx|   10 
 starmath/source/node.cxx |   55 ---
 2 files changed, 5 insertions(+), 60 deletions(-)

New commits:
commit b89feb8018bf3610faf01e73995d576f6566e20b
Author: Takeshi Abe 
Date:   Tue Mar 1 16:26:23 2016 +0900

starmath: Make SmNode abstract and noncopyable

... and remove unused SmStructureNode's copy ctor/assignment operator.
This seems desirable according to the old comment in SmNode::Accept().

Change-Id: Ifb51c64ca784f1295374d31cc210cbe3e45aa2f8
Reviewed-on: https://gerrit.libreoffice.org/22801
Tested-by: Jenkins 
Reviewed-by: Takeshi Abe 

diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index b4e5b1d..4e38e43 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -106,6 +106,9 @@ protected:
 sal_Int32   mnAccIndex;
 
 public:
+SmNode(const SmNode&) = delete;
+SmNode& operator=(const SmNode&) = delete;
+
 virtual ~SmNode();
 
 virtual boolIsVisible() const;
@@ -156,7 +159,7 @@ public:
 virtual void Arrange(OutputDevice , const SmFormat );
 virtual void CreateTextFromNode(OUString );
 
-virtual voidGetAccessibleText( OUStringBuffer  ) const;
+virtual voidGetAccessibleText( OUStringBuffer  ) const = 0;
 sal_Int32   GetAccessibleIndex() const { return mnAccIndex; }
 const SmNode *  FindNodeWithAccessibleIndex(sal_Int32 nAccIndex) const;
 
@@ -180,7 +183,7 @@ public:
 /** Accept a visitor
  * Calls the method for this class on the visitor
  */
-virtual void Accept(SmVisitor* pVisitor);
+virtual void Accept(SmVisitor* pVisitor) = 0;
 
 /** True if this node is selected */
 bool IsSelected() const {return mbIsSelected;}
@@ -288,7 +291,6 @@ protected:
 {}
 
 public:
-SmStructureNode( const SmStructureNode  );
 virtual ~SmStructureNode();
 
 virtual boolIsVisible() const override;
@@ -301,8 +303,6 @@ public:
 void SetSubNodes(SmNode *pFirst, SmNode *pSecond, SmNode *pThird = 
nullptr);
 void SetSubNodes(const SmNodeArray );
 
-SmStructureNode & operator = ( const SmStructureNode  );
-
 virtual void  GetAccessibleText( OUStringBuffer  ) const override;
 
 void SetSubNode(size_t nIndex, SmNode* pNode)
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx
index 6a9c07d..8dadb75 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -378,11 +378,6 @@ const SmNode * SmNode::FindRectClosestTo(const Point 
) const
 return pResult;
 }
 
-void SmNode::GetAccessibleText( OUStringBuffer &/*rText*/ ) const
-{
-SAL_WARN("starmath", "SmNode: GetAccessibleText not overridden");
-}
-
 const SmNode * SmNode::FindNodeWithAccessibleIndex(sal_Int32 nAccIdx) const
 {
 const SmNode *pResult = nullptr;
@@ -420,54 +415,12 @@ long SmNode::GetFormulaBaseline() const
 }
 
 
-SmStructureNode::SmStructureNode( const SmStructureNode  ) :
-SmNode( rNode.GetType(), rNode.GetToken() )
-{
-size_t i;
-for (i = 0;  i < aSubNodes.size();  i++)
-delete aSubNodes[i];
-aSubNodes.resize(0);
-
-auto nSize = rNode.aSubNodes.size();
-aSubNodes.resize( nSize );
-for (i = 0;  i < nSize;  ++i)
-{
-SmNode *pNode = rNode.aSubNodes[i];
-aSubNodes[i] = pNode ? new SmNode( *pNode ) : nullptr;
-}
-ClaimPaternity();
-}
-
-
 SmStructureNode::~SmStructureNode()
 {
 ForEachNonNull(this, boost::checked_deleter());
 }
 
 
-SmStructureNode & SmStructureNode::operator = ( const SmStructureNode  )
-{
-SmNode::operator = ( rNode );
-
-size_t i;
-for (i = 0;  i < aSubNodes.size();  i++)
-delete aSubNodes[i];
-aSubNodes.resize(0);
-
-auto nSize = rNode.aSubNodes.size();
-aSubNodes.resize( nSize );
-for (i = 0;  i < nSize;  ++i)
-{
-SmNode *pNode = rNode.aSubNodes[i];
-aSubNodes[i] = pNode ? new SmNode( *pNode ) : nullptr;
-}
-
-ClaimPaternity();
-
-return *this;
-}
-
-
 void SmStructureNode::SetSubNodes(SmNode *pFirst, SmNode *pSecond, SmNode 
*pThird)
 {
 size_t nSize = pThird ? 3 : (pSecond ? 2 : (pFirst ? 1 : 0));
@@ -2929,14 +2882,6 @@ void SmBlankNode::Arrange(OutputDevice , const 
SmFormat )
 /**/
 //Implementation of all accept methods for SmVisitor
 
-void SmNode::Accept(SmVisitor*){
-//This method is only implemented to avoid making SmNode abstract because 
an
-//obscure copy constructor is used... I can't find it's implementation, and
-//don't want to figure out how to fix it... If you want to, just delete 
this
-//method, making SmNode abstract, and see where you can an problem with 
that.
-SAL_WARN("starmath", "SmNode should not be visitable!");
-}
-
 void SmTableNode::Accept(SmVisitor* pVisitor) {
 

[Libreoffice-bugs] [Bug 94760] Better default values for graphics cache

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

--- Comment #10 from m.a.riosv  ---
Reading again the comments, and following comment#5 I have analyzed from 39 to
48 and just 48 makes the difference for me.

@Jay I guess a comment in the ESC could activate this change.

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


[Libreoffice-bugs] [Bug 96551] Calc crashes when you Change Case (to capitalize each word)

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

Stéphane Aulery  changed:

   What|Removed |Added

 CC||lk...@free.fr
   See Also||http://bugs.debian.org/7294
   ||35

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


[Libreoffice-bugs] [Bug 59674] FILESAVE weird/corrupt bullet paragraph style in .doc export

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

--- Comment #6 from Stéphane Aulery  ---
Still present in LO 5.1.0.3.

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


[Libreoffice-bugs] [Bug 98480] FILEOPEN: DOCX Wrong page layout

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

Stéphane Aulery  changed:

   What|Removed |Added

 CC||lk...@free.fr
   See Also||http://bugs.debian.org/7276
   ||71

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


[Libreoffice-bugs] [Bug 98480] FILEOPEN: DOCX Wrong page layout

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

--- Comment #4 from Stéphane Aulery  ---
R-tested with LO 5.1.0.3 on Windows 7. The layout is better but yet broken.

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


[Libreoffice-bugs] [Bug 98480] FILEOPEN: DOCX Wrong page layout

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

--- Comment #3 from Stéphane Aulery  ---
Created attachment 123361
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123361=edit
form_incorrect_renderring_5.1.0.3.pdf

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


[Libreoffice-bugs] [Bug 98480] New: FILEOPEN: DOCX Wrong page layout

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

Bug ID: 98480
   Summary: FILEOPEN: DOCX Wrong page layout
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lk...@free.fr

Created attachment 123358
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123358=edit
DOCX file for test

The page layout of some .docx file is wrong. I've attached an archive
containing 3 files:

form.docx - the .docx file in question.
form-correct.pdf - the correct generated PDF file (on MS Windows?)
form-lo.pdf - the PDF file generated on my Debian machine with LibreOffice

The incorrect page layout of form-lo.pdf corresponds to what I can see
in LibreOffice. So, the conversion to PDF is correct (as consistent with
what is shown in LibreOffice), the bug is what is obtained *before* this
conversion.

Note that the .docx file is open with no errors and no warnings by
LibreOffice.

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


[Libreoffice-bugs] [Bug 98480] FILEOPEN: DOCX Wrong page layout

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

--- Comment #2 from Stéphane Aulery  ---
Created attachment 123360
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123360=edit
form-lo.pdf

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


[Libreoffice-bugs] [Bug 98480] FILEOPEN: DOCX Wrong page layout

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

--- Comment #1 from Stéphane Aulery  ---
Created attachment 123359
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123359=edit
form-correct.pdf

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


[Libreoffice-bugs] [Bug 95960] UI - Displaced field value widget in User-Defined Document Properties

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

Stéphane Aulery  changed:

   What|Removed |Added

 CC||lk...@free.fr
   See Also||http://bugs.debian.org/6200
   ||39

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - vcl/qa

2016-03-06 Thread Chris Sherlock
 vcl/qa/cppunit/wmf/wmfimporttest.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7e0df26bd244616ea516e84818826e2f3aced253
Author: Chris Sherlock 
Date:   Mon Mar 7 10:44:01 2016 +1100

vcl: fix unit test

Change-Id: I61a4e57dadee6f2350219c672125c03bb0462cdf
Reviewed-on: https://gerrit.libreoffice.org/22965
Reviewed-by: Chris Sherlock 
Tested-by: Chris Sherlock 

diff --git a/vcl/qa/cppunit/wmf/wmfimporttest.cxx 
b/vcl/qa/cppunit/wmf/wmfimporttest.cxx
index 6740446..2c6a6e3 100644
--- a/vcl/qa/cppunit/wmf/wmfimporttest.cxx
+++ b/vcl/qa/cppunit/wmf/wmfimporttest.cxx
@@ -150,7 +150,7 @@ void WmfTest::testEmfLineStyles()
 assertXPath(pDoc, "/metafile/line[1]", "dashcount", "1");
 assertXPath(pDoc, "/metafile/line[1]", "dotlen", "0");
 assertXPath(pDoc, "/metafile/line[1]", "dotcount", "0");
-assertXPath(pDoc, "/metafile/line[1]", "distance", "176");
+assertXPath(pDoc, "/metafile/line[1]", "distance", "100");
 assertXPath(pDoc, "/metafile/line[1]", "join", "miter");
 assertXPath(pDoc, "/metafile/line[1]", "cap", "butt");
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98432] Impress Master Slides Available remain blank

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

--- Comment #2 from John  ---
Hi: going to large preview does work and is better than nothing but it's not
that helpful if you have a fairly large number of master slides because you can
only review the available slides by scrolling vertically up and down. This is
very tedious when normally the user should be able to review a group of
available master slides all at once. It sure would be good if this could be
properly fixed - seems like such a basic feature to have working.

Best, John

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - vcl/source

2016-03-06 Thread Chris Sherlock
 vcl/source/filter/wmf/winmtf.hxx |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

New commits:
commit db047a25c7b11de8cfeb2e5b5a78d05d27fd5a76
Author: Chris Sherlock 
Date:   Mon Mar 7 10:21:34 2016 +1100

vcl: fix winmtf.hxx file to include constants

Change-Id: I3aa97c31d5e20bd506a8090f2613a21b9cc47b0b
Reviewed-on: https://gerrit.libreoffice.org/22964
Reviewed-by: Chris Sherlock 
Tested-by: Chris Sherlock 

diff --git a/vcl/source/filter/wmf/winmtf.hxx b/vcl/source/filter/wmf/winmtf.hxx
index 2f524dd..cce3aab 100644
--- a/vcl/source/filter/wmf/winmtf.hxx
+++ b/vcl/source/filter/wmf/winmtf.hxx
@@ -148,14 +148,15 @@ struct WMF_EXTERNALHEADER;
 #define PS_INSIDEFRAME  6
 #define PS_STYLE_MASK   15
 
-#define PS_ENDCAP_ROUND 0x000
-#define PS_ENDCAP_SQUARE0x100
-#define PS_ENDCAP_FLAT  0x200
+#define PS_ENDCAP_ROUND  0x000
+#define PS_ENDCAP_SQUARE 0x100
+#define PS_ENDCAP_FLAT   0x200
+#define PS_ENDCAP_STYLE_MASK 0xF00
 
 #define PS_JOIN_ROUND   0x
 #define PS_JOIN_BEVEL   0x1000
 #define PS_JOIN_MITER   0x2000
-
+#define PS_JOIN_STYLE_MASK  0xF000
 
 #define ANSI_CHARSET0
 #define DEFAULT_CHARSET 1
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-03-06 Thread Tomaž Vajngerl
 vcl/source/opengl/OpenGLHelper.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ed51d4293dd919a03edca11ec48c607bbfa31076
Author: Tomaž Vajngerl 
Date:   Sun Mar 6 23:54:52 2016 +0100

opengl: fix loading shader with preamble that uses #version

The preamble was inserted into a false position so the shader
could was constructed incorrectly and would fail to compile.

Change-Id: I4c51adde9014a326bbe38a5d2d17dd0047e33195

diff --git a/vcl/source/opengl/OpenGLHelper.cxx 
b/vcl/source/opengl/OpenGLHelper.cxx
index aae3cc2..47fe8fe 100644
--- a/vcl/source/opengl/OpenGLHelper.cxx
+++ b/vcl/source/opengl/OpenGLHelper.cxx
@@ -157,8 +157,8 @@ static void addPreamble(OString& rShaderSource, const 
OString& rPreamble)
 if (nVersionStrEndPos == -1)
 nVersionStrEndPos = nVersionStrStartPos + 8;
 
-OString aVersionLine = rShaderSource.copy(0, nVersionStrEndPos - 
nVersionStrStartPos);
-OString aShaderBody = rShaderSource.copy(nVersionStrEndPos - 
nVersionStrStartPos);
+OString aVersionLine = rShaderSource.copy(0, nVersionStrEndPos);
+OString aShaderBody = rShaderSource.copy(nVersionStrEndPos + 1);
 
 rShaderSource = aVersionLine + "\n" + rPreamble + "\n" + aShaderBody;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-03-06 Thread Tomaž Vajngerl
 vcl/opengl/gdiimpl.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 729572957402e43d055482b51080034109b16ec6
Author: Tomaž Vajngerl 
Date:   Mon Mar 7 00:05:28 2016 +0100

opengl: fix inv.scale values are always integer - cid#1352479

Force cast to double to avoid integer division - which gives a
wrong inverse scale value.

Change-Id: I0135e44ef07f3915619f9dfead9aadf50fc03685

diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 2efac97..24e1631 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -1384,8 +1384,8 @@ void OpenGLSalGraphicsImpl::DrawTransformedTexture(
 if( nDestHeight == 0 || nDestWidth == 0 )
 return;
 
-const double ixscale = rTexture.GetWidth()  / nDestWidth;
-const double iyscale = rTexture.GetHeight() / nDestHeight;
+const double ixscale = rTexture.GetWidth()  / double(nDestWidth);
+const double iyscale = rTexture.GetHeight() / double(nDestHeight);
 
 bool areaScaling = false;
 bool fastAreaScaling = false;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98479] New: Exported PDF Form Text box containing punctuation / diacritic not displaying/printing some characters

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

Bug ID: 98479
   Summary: Exported PDF Form Text box containing punctuation /
diacritic not displaying/printing some characters
   Product: LibreOffice
   Version: 5.1.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: vladoko...@pobox.sk

Created attachment 123357
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123357=edit
Test case

In Writer I inserted Text boxes.
Saved as "*.odt".
Then exported the "*.odt" as "PDF Form":
---
menu->Export as PDF...->Create PDF Form; Submit format: FDF
---
I created "*.FDF" file; Please see the attachement.
The "*.FDF" file contains "field values" as "hex UNICODE 16BE - big endian"
character streams. It contains diacritic / punctuation characters.
---
I tried to open the "*.fdf" with "Adobe reader" version 9.5.0 or 11.0.12.
I tried windows XP and windows 10.
I tried: LibreOffice 4.4.2.2 and LibreOffice 5.1.0.3.
---
If I use the "*.fdf" with some other "PDF generated by Adobe Distiller", the
PDF created by government organization, all is displaying OK.
---
The problem is that some diacritic characters in the "PDF form text box" are
not displayed when the cursor focus is not on the "text box". The characters
are also not printed. Please, use the "Tab keyboard key" to skip with cursor
from one text box to another to see the problem of the text box that some
diacritic characters are being hidden if the cursor focus is not on the text
box. When I write anything into the text box the hidden diacritic characters
will correctly appear even if the cursor focus is not on the text box.
---
Please, see the attachement:
---
test1-bug.odt
test1-bug.pdf - PDF generated by LibreOffice
test1-bug.fdf - FDF created manually without LibreOffice
test1-bug-OK.png - correctly displayed in PDF adobe reader
test1-bug-Wrong.png - wrongly displayed in PDF adobe reader
---

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


[Libreoffice-bugs] [Bug 74362] FILEOPEN: pptx in-slide transitions not working properly

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

--- Comment #8 from MM  ---
Confirmed with v5.1.1.3 under ubuntu 14.04 x64.

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


[Libreoffice-bugs] [Bug 98455] Output ODF in formatted XML

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

--- Comment #3 from Regina Henschel  ---
Please read the discussion in bug 54812. I personally have not strong opinion
on it. I use "XML Notepad 2007" as editor, which works on the nodes, and
Notepad++ with the XML-plugin as plain text editor. So I'm not effected by this
setting.

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


[Libreoffice-bugs] [Bug 98378] Crash without error message when trying to open unsupported document type

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

--- Comment #4 from Stéphane Aulery  ---
(In reply to Maxim Monastirsky from comment #3)
> (In reply to Stéphane Aulery from comment #0)
> > libreoffice-writer installed, libreoffice-calc not installed
> As JBF said, such scenario isn't supported by upstream. And there are
> features that are known to not work this way. IMHO WONTFIX status better
> fits here, as proper component separation (whatever it means) could be a
> valid request in theory, but it's not something that will be implemented in
> the foreseeable future (at least not with the current codebase).

Ok, I forward the info.


> > I would have expected an error
> > message like "Spreadsheets not supported in this installation of libreoffice
> > - ask your system administrator to install libreoffice-calc".
> (This message as-is is unacceptable. We definitely don't want to hardcode
> downstream package names in the code base.)

I postponed the request as proposed by the Debian user. It prejudges nothing
good answer for it.


> (In reply to Stéphane Aulery from comment #2)
> > It is true that the Windows installer no longer offers separate software.
> That's old news actually, since 4.2.

Ok, this is new for me, I am an occasional contributor who help the Debian
packager to head out of the water.

Thank you for your clarification.

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


[Libreoffice-bugs] [Bug 65695] Export as JPEG missing something

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

Tomaz Vajngerl  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 98455] Output ODF in formatted XML

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC|michael.me...@collabora.com |

--- Comment #2 from Yousuf (Jay) Philips  ---
Thanks for the info Regina. So wouldnt we want this activated by default or is
there a disadvantage to that?

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


[Libreoffice-bugs] [Bug 94760] Better default values for graphics cache

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||needsDevEval, topicUI
   Priority|medium  |high
 CC|libreoffice-ux-advise@lists |akshaydeepi...@gmail.com,
   |.freedesktop.org|aniste...@gmail.com,
   ||bu...@bubli.org,
   ||lukebe...@hotmail.com,
   ||phil.j...@free.fr,
   ||samuel.mehrbr...@cib.de,
   ||tmac...@gmail.com
  Component|ux-advise   |LibreOffice
   Severity|enhancement |major

--- Comment #9 from Yousuf (Jay) Philips  ---
(In reply to m.a.riosv from comment #8)
> I had reported those numbers because change the memory it's in my test the
> only relevant for speed up the load, and only until 48 Mb.

Thanks.

As one the core functionality of libreoffice is to load files, improving the
speed of the loading would IMO be the most important fix we could do, just like
we improved the speed of launching in 5.0.

I attempted to make a patch but the code was to difficult for my non-C++
skills, so here is a code pointer for whomever wants to take this on. I would
assume it should be easy to fix.

http://opengrok.libreoffice.org/xref/core/cui/source/options/optmemory.cxx

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


[Libreoffice-ux-advise] [Bug 94760] Better default values for graphics cache

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||needsDevEval, topicUI
   Priority|medium  |high
 CC|libreoffice-ux-advise@lists |akshaydeepi...@gmail.com,
   |.freedesktop.org|aniste...@gmail.com,
   ||bu...@bubli.org,
   ||lukebe...@hotmail.com,
   ||phil.j...@free.fr,
   ||samuel.mehrbr...@cib.de,
   ||tmac...@gmail.com
  Component|ux-advise   |LibreOffice
   Severity|enhancement |major

--- Comment #9 from Yousuf (Jay) Philips  ---
(In reply to m.a.riosv from comment #8)
> I had reported those numbers because change the memory it's in my test the
> only relevant for speed up the load, and only until 48 Mb.

Thanks.

As one the core functionality of libreoffice is to load files, improving the
speed of the loading would IMO be the most important fix we could do, just like
we improved the speed of launching in 5.0.

I attempted to make a patch but the code was to difficult for my non-C++
skills, so here is a code pointer for whomever wants to take this on. I would
assume it should be easy to fix.

http://opengrok.libreoffice.org/xref/core/cui/source/options/optmemory.cxx

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


[Libreoffice-bugs] [Bug 87530] can't add password to macro library

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

--- Comment #16 from Gerhard Schaber  ---
Could you please fix that regression so that one does not need OpenOffice to
create a password to use with LibreOffice?

--- Comment #17 from Gerhard Schaber  ---
Could you please fix that regression so that one does not need OpenOffice to
create a password to use with LibreOffice?

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


[Libreoffice-bugs] [Bug 87530] can't add password to macro library

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

--- Comment #18 from Gerhard Schaber  ---
Could you please fix that regression so that one does not need OpenOffice to
create a password to use with LibreOffice?

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


[Libreoffice-bugs] [Bug 87530] can't add password to macro library

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

--- Comment #16 from Gerhard Schaber  ---
Could you please fix that regression so that one does not need OpenOffice to
create a password to use with LibreOffice?

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


[Libreoffice-bugs] [Bug 98478] REMOTE FILE: Not possible to export to remote server

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||needsDevEval, topicUI
 Status|UNCONFIRMED |NEW
 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
 Ever confirmed|0   |1

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


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

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Depends on||98478

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


[Libreoffice-ux-advise] [Bug 98478] REMOTE FILE: Not possible to export to remote server

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||needsDevEval, topicUI
 Status|UNCONFIRMED |NEW
 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
 Ever confirmed|0   |1

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


[Libreoffice-ux-advise] [Bug 98478] New: REMOTE FILE: Not possible to export to remote server

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

Bug ID: 98478
   Summary: REMOTE FILE: Not possible to export to remote server
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-b...@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: eszka...@gmail.com,
libreoffice-ux-advise@lists.freedesktop.org
Blocks: 98360

We have the option to save to different formats when saving a document, but no
means of exporting the document as a PDF (Writer), XHTML (Calc), SWF (Impress)
or SVG (Draw) and placing it on the server. So it would be useful to have a
'Export to Remote Server' menu item or else we have a means of bringing the
export functionality to the Save functionality.

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


[Libreoffice-bugs] [Bug 98478] New: REMOTE FILE: Not possible to export to remote server

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

Bug ID: 98478
   Summary: REMOTE FILE: Not possible to export to remote server
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: eszka...@gmail.com,
libreoffice-ux-adv...@lists.freedesktop.org
Blocks: 98360

We have the option to save to different formats when saving a document, but no
means of exporting the document as a PDF (Writer), XHTML (Calc), SWF (Impress)
or SVG (Draw) and placing it on the server. So it would be useful to have a
'Export to Remote Server' menu item or else we have a means of bringing the
export functionality to the Save functionality.

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


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

2016-03-06 Thread Caolán McNamara
 qadevOOo/runner/lib/MultiPropertyTest.java |   29 +
 1 file changed, 1 insertion(+), 28 deletions(-)

New commits:
commit f12e8d66189651540ba60664328828ab2e8756c6
Author: Caolán McNamara 
Date:   Sun Mar 6 20:50:06 2016 +

coverity#1326576 Useless call

Change-Id: I1d51b96042f229de42ed26d90ecc2a070eb5b3a6

diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java 
b/qadevOOo/runner/lib/MultiPropertyTest.java
index 8f34585..673fdb3 100644
--- a/qadevOOo/runner/lib/MultiPropertyTest.java
+++ b/qadevOOo/runner/lib/MultiPropertyTest.java
@@ -69,33 +69,6 @@ public class MultiPropertyTest extends MultiMethodTest
  * in MultiMethodTest code.
  */
 public XPropertySet oObj;
-protected boolean optionalService = false;
-
-/**
- * Overrides super.before() to check the service is supported by the 
object.
- */
-@Override
-protected void before()
-{
-XServiceInfo xInfo = UnoRuntime.queryInterface(
-XServiceInfo.class, oObj);
-
-optionalService = entry.isOptional;
-
-String theService = getTestedClassName();
-if (xInfo != null && !xInfo.supportsService(theService))
-{
-log.println("Service " + theService + " not available");
-if (optionalService)
-{
-log.println("This is OK since it is optional");
-}
-else
-{
-Status.failed(theService + " is not supported");
-}
-}
-}
 
 /**
  * Overrides MultiMethodTest.invokeTestMethod(). If the test for the
@@ -154,7 +127,7 @@ public class MultiPropertyTest extends MultiMethodTest
 final boolean bHasProperty = info.hasPropertyByName(propName);
 if (!bHasProperty)
 {
-if (isOptional(propName) || optionalService)
+if (isOptional(propName) || entry.isOptional)
 {
 // skipping optional property test
 log.println("Property '" + propName + "' is optional 
and not supported");
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 90299] External links don't saved as relative in xls

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

--- Comment #12 from Gunnar Eikman  ---
If I open the files (unzipping and inspection the content.xml) it turns out
that both newly modified files and older ones actually contain "absolute
paths".

Somehow these must be dealt with when the file is opened, but I can't figure
out how.

I guess I am suggesting that there has been a change (although I can't figure
it out) as to how file paths/names are managed in new LO versions. Possibly the
same change fools not only OO 3.4.1 but also Excel...

Sounds vague, I guess...

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


[Libreoffice-bugs] [Bug 96289] PDF crash on export if not enough memory (~5 GB needed)

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

--- Comment #20 from jean-bapti...@holcroft.fr ---
I tried with LibreOffice_5.1.0.3_Linux_x86-64_rpm, but the issue is still the
same.
How can I download 5.1.2 ?

About the latest comment, how can we consider 12 minutes a normal time for
exporting ? ;)

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


[Libreoffice-bugs] [Bug 90299] External links don't saved as relative in xls

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

--- Comment #11 from Gunnar Eikman  ---
I have a set of Calc  (.ods) spreadsheets which I share between a Linux and a
Windows computer. There are references between the files, which used to work
fine.

I upgraded the Linux from Ubuntu from 12.04 to 14.04 and now references across
files don't work when I open the files on the Windows computer. The references
appear to be "absolute", when using Windows. I see the Linux paths/filenames in
cell formulas. 

However, if I copy the files to a different directory on the Linux machine,
Libre Office 4.2.8.2 happily opens them, dealing with the references.

On Linux I use Libre Office 4.2.8.2. On the Windows machine I have Open Office
3.4.1.

My conclusion: LO 4.2.8.2 and OO 3.4.1 both deal correctly with relative file
references, but somehow they don't agree on the file format (like LO 3.5 (?)
and OO 3.4.1 used to.

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


[Libreoffice-bugs] [Bug 98464] Graph wizard in Calc locks up

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

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1

--- Comment #2 from m.a.riosv  ---
Please test disabling Menu/Tools/Options/LibreOffice/View - Graphics Output -
Use OpenGL for all rendering.

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


[Libreoffice-bugs] [Bug 96472] File incapable of transfer.

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

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

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


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

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

Bug 96472 Summary: File incapable of transfer.
https://bugs.documentfoundation.org/show_bug.cgi?id=96472

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 98474] Strange screen output

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

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1

--- Comment #1 from m.a.riosv  ---
Please test disabling Menu/Tools/Options/LibreOffice/View - Graphics Output -
Use OpenGL for all rendering.

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


[Libreoffice-bugs] [Bug 98372] SIDEBAR: Research/Reference sidebar deck

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

--- Comment #6 from Yousuf (Jay) Philips  ---
(In reply to V Stuart Foote from comment #5)
> Mock-up looks like a good start, you forgot to insert a Tab bar button for
> switching to the Deck.

Yep forgot about that part as i didnt have an icon for it. :D

> --Network connectivity--
> When this Research/Reference content panel(s) be implemented as a core
> feature of LibreOffice--it will be important to be able to completely
> disable any external connection. That is, the mock-up should be clear to
> provide a "Not Active" mode, with no Encyclopedia "selected". And any
> network hooks must be silent when in that mode.

Yes it would need to check if the internet is available once a user switches to
it, and if not, then it would disable all the entries that require internet in
the drop down menu.

> Pushing this enhancement over to the UX-advise side for design and
> implementation. Otherwise if these core content panels are effective for
> Writer, they would be equally effective in Impress, Calc and Draw (possibly
> even Math if you connect to the right journal services).

Yep i would expect we'd have a design session maybe after the design meeting to
talk about it once heiko gets back to iron out the UX part. If it would be
useful in other modules, it should definitely be. I would assume the
dictionary, thesaurus, and translator would likely be useful in Calc and
Impress.

> (In reply to Yousuf (Jay) Philips from comment #3)
> @Jay, still believe the flexibility is needed and will attract interesting
> projects to implement Sidebar based extensions. Where most extensions now
> provide Toolbar or Dialog based interface, they could provide richer Sidebar
> Deck held content panels of various function. Much like the work Jan-Marek
> is investigating to host the WollMuxBar in a set of Sidebar content panels
> with dedicated deck and tab bar launcher.

Would never say that we shouldnt encourage sidebar extensions, but believe this
functionality shouldnt be left to out of core where

1) it would likely not seen by all users because its not part of the default
install or

2) the extension wasnt design and developed in the best manner, which results
in a bad user experience or

3) the extension isnt maintained and possible changes to the sidebar API would
make it no longer functional (QA doesnt cater to questions regarding broken
extensions).

This it being part of core, we the design team can properly plan the correct UI
and UX for implementation and can work with the dev who wishes to implement it.

> Our goal for Sidebar should be publishing an API and IDL in the SDK for
> control and layout of Sidebar Deck, Tabbar and Content panels--and
> continuing to develop the internal framework needed for holding state in
> profile (per module, per user) and in extending ODF to carry any needed
> content to make the document portable. Another discussion and subject of
> Design & UX preliminary survey.

We could always have the developer who will implement this do it as a built-in
sidebar extension, and use that as a means of showcasing the ability of the
sidebar api and have it as a reference example those who want to build
extensions.

I'm hoping that infra could provide a dedicated server that could be used as
the powering backend for this implementation. Where in a user would easily be
able to install additional services as the service list is found on the server
and queries would would be routed through the server, so that if there is any
breakage in service, the fix can be done on the dedicated server and users
wouldnt have to upgrade to the latest version to get a fixed version of the
service.

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


[Libreoffice-ux-advise] [Bug 98372] SIDEBAR: Research/Reference sidebar deck

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

--- Comment #6 from Yousuf (Jay) Philips  ---
(In reply to V Stuart Foote from comment #5)
> Mock-up looks like a good start, you forgot to insert a Tab bar button for
> switching to the Deck.

Yep forgot about that part as i didnt have an icon for it. :D

> --Network connectivity--
> When this Research/Reference content panel(s) be implemented as a core
> feature of LibreOffice--it will be important to be able to completely
> disable any external connection. That is, the mock-up should be clear to
> provide a "Not Active" mode, with no Encyclopedia "selected". And any
> network hooks must be silent when in that mode.

Yes it would need to check if the internet is available once a user switches to
it, and if not, then it would disable all the entries that require internet in
the drop down menu.

> Pushing this enhancement over to the UX-advise side for design and
> implementation. Otherwise if these core content panels are effective for
> Writer, they would be equally effective in Impress, Calc and Draw (possibly
> even Math if you connect to the right journal services).

Yep i would expect we'd have a design session maybe after the design meeting to
talk about it once heiko gets back to iron out the UX part. If it would be
useful in other modules, it should definitely be. I would assume the
dictionary, thesaurus, and translator would likely be useful in Calc and
Impress.

> (In reply to Yousuf (Jay) Philips from comment #3)
> @Jay, still believe the flexibility is needed and will attract interesting
> projects to implement Sidebar based extensions. Where most extensions now
> provide Toolbar or Dialog based interface, they could provide richer Sidebar
> Deck held content panels of various function. Much like the work Jan-Marek
> is investigating to host the WollMuxBar in a set of Sidebar content panels
> with dedicated deck and tab bar launcher.

Would never say that we shouldnt encourage sidebar extensions, but believe this
functionality shouldnt be left to out of core where

1) it would likely not seen by all users because its not part of the default
install or

2) the extension wasnt design and developed in the best manner, which results
in a bad user experience or

3) the extension isnt maintained and possible changes to the sidebar API would
make it no longer functional (QA doesnt cater to questions regarding broken
extensions).

This it being part of core, we the design team can properly plan the correct UI
and UX for implementation and can work with the dev who wishes to implement it.

> Our goal for Sidebar should be publishing an API and IDL in the SDK for
> control and layout of Sidebar Deck, Tabbar and Content panels--and
> continuing to develop the internal framework needed for holding state in
> profile (per module, per user) and in extending ODF to carry any needed
> content to make the document portable. Another discussion and subject of
> Design & UX preliminary survey.

We could always have the developer who will implement this do it as a built-in
sidebar extension, and use that as a means of showcasing the ability of the
sidebar api and have it as a reference example those who want to build
extensions.

I'm hoping that infra could provide a dedicated server that could be used as
the powering backend for this implementation. Where in a user would easily be
able to install additional services as the service list is found on the server
and queries would would be routed through the server, so that if there is any
breakage in service, the fix can be done on the dedicated server and users
wouldnt have to upgrade to the latest version to get a fixed version of the
service.

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


[Libreoffice-bugs] [Bug 98477] New: Grow/Shrink animation in PPTX does nothing in Impress

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

Bug ID: 98477
   Summary: Grow/Shrink animation in PPTX does nothing in Impress
   Product: LibreOffice
   Version: 5.1.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ofirr@gmail.com

Created attachment 123356
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123356=edit
PPTX with grow/shrink emphasis animation

The attached PPTX has a Grow/Shrink emphasis animation on the blue rectangle.
On PowerPoint 2013 the rectangle grows by 150% on click in both directions.

When importing the PPTX, Impress recognizes the animation but playing it does
nothing.
The effect size is set to 0% instead of 150%.
The effect direction is set to Horizontal instead of Both.

Even when changing the effect options manually the animation does nothing.

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


[Libreoffice-bugs] [Bug 98465] Personal colors don't be save in options

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

raal  changed:

   What|Removed |Added

   Keywords||regression
 CC||r...@post.cz
Version|unspecified |5.1.1.1 rc

--- Comment #2 from raal  ---
Regression, work in 5.0.5.2

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


[Libreoffice-bugs] [Bug 98392] nulls in Word Count, when open document with cyrillic text without editing

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

--- Comment #2 from Pavlo Chavyr  ---
Created attachment 123355
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123355=edit
file with cyrillic symbols

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


[Libreoffice-bugs] [Bug 97978] Can't connect to mde or accde databases from Base

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

--- Comment #5 from pasqual milvaques  ---
I have submitted a patch for this bug, you can take a look to it there:
https://gerrit.libreoffice.org/#/c/22957

to verify that it solves the problem. You can use the testcases that I have
uploaded a moment ago to reproduce the problem

Thanks

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


Re: Interest in contributing to Libreoffice GSoC 2016

2016-03-06 Thread jan iversen
WELCOME
Thanks for your license statement.

We have made a step by step guide to help you get started:
https://wiki.documentfoundation.org/Development/GetInvolved/DeveloperStepByStep

Be aware, that you need to have submitted at least one non-trivial easy-hack, 
to be accepted for GSoC (as you might have read on our GSoC page).

rgds
Jan Iversen.

> On 05 Mar 2016, at 20:16, Djimeli Konrad  wrote:
> 
> Hello,
> 
> My name is Djimeli Konrad a second year computer science student from the 
> University of Buea, Cameroon. I am proficient in c, c++ and python. I would 
> like to contribute Libreoffice for the Google Summer of Code 2016. I am 
> interest in working on the project "Support ODF styles in orcus" and I have 
> successfully built and compile the Libreoffice and orcus source code. I have 
> previous experience developing a VRML-STL parser hosted on github ( 
> https://github.com/djkonro/vrml-stl ) and also an X3D importer for BRL-CAD 
> GSoC 2015. I would like to get some pointer to some starting point that could 
> give me a better understanding of the project.
> 
> Thanks
> Konrad
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 92826] Make it possible to disable connection to the Internet

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

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Robinson Tryon (qubit)  ---
(In reply to lieven from comment #4)
> you're asking if it's possible to prevent LibreOffice from including any
> linked (remote) images in a document. What's the use case here -- the
> inclusion of maliciously-crafted images that might harm the user's computer?
> 
> Yes,
> so you can sea oowriter ooimpress (new.odt) wil connect to internet do you
> want it?
> or a setting documents can not connect to internet or can not has js scripts
> or java or jnlp or actionscripts or has param to check your email as exist
>  so can they use your email accound spam trashbox.

Personally, I think it'd be better to restrict Internet access on the OS side
-- it might be cleaner that way -- but having a feature in LibreOffice could
serve some purposes, especially on OSes that don't make that kind of control
accessible to non-admin users, so
Status -> NEW

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


[Libreoffice-bugs] [Bug 96472] File incapable of transfer.

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

--- Comment #2 from Kenneth Slayor  ---
Ok, at some point the pdf icon came back.  I do not know why it disappeared.  I
was able to create pdf docs I could transfer to Google docs at that point.  I
just updated to the current version and cannot tell you what version would have
been in use at that time - but it should have been the most current.  You can
close this at this time.

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


[Libreoffice-bugs] [Bug 96289] PDF crash on export if not enough memory (~5 GB needed)

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

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 CC||qu...@runcibility.com

--- Comment #19 from Robinson Tryon (qubit)  ---
Created attachment 123354
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123354=edit
Export warning for presentation

Testing on Ubuntu 14.04 +
LO 5.2.0.0.alpha0+ (2016-02-24_23:58:47)

(In reply to jean-baptiste from comment #0)
> I created a presentation about french Fedora translation.
(attachment 121079)
> When exporting it to PDF, yesterday it freezed then crashed my laptop
> (restart of Xorg session).

(In reply to jean-baptiste from comment #11)
> I confirm that after many attempts with different options, if all are slow
> ;) the only one creating the memory problem is Archive PDF/A-1a (ISO 19005-1)

Repro:
- Open document
- File -> Export as PDF -> (check, if unchecked) Archive PDF/A-1a (ISO 19005-1)
- Click the 'Export' button

RESULT: After a 12 min slog, the export completed (this machine isn't the
fastest). I got a helpful warning (see attachment) about problems that
occurred, and how transparencies were removed.

(In reply to jean-baptiste from comment #17)
> I can't understand the status is still "unconfirmed" has you can replay it
> and have valgrind traces :(

I can't repro crash, and memory use after export did drop down, so still
UNCONFIRMED for me.

Jean-baptiste: Any improvements with a 5.2/master build?

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


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

2016-03-06 Thread Jan Iversen
 scripts/esc-mentoring.py |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit e4c4a164947235e458a9b0374cc0049bcea1fdbe
Author: Jan Iversen 
Date:   Sun Mar 6 20:30:13 2016 +0100

esc-mentoring tool

Removed list of needinfo+easyHack from ESC report

diff --git a/scripts/esc-mentoring.py b/scripts/esc-mentoring.py
index e9a57e4..4f41a1c 100755
--- a/scripts/esc-mentoring.py
+++ b/scripts/esc-mentoring.py
@@ -192,11 +192,11 @@ def ESC_report(easyHacks, gerritOpen, gerritContributor, 
needsDevEval) :
 for row in pNew :
   print('', end='')
   print(formatEasy(row))
-if xInfo > 0 :
-  print('need info (mentor or code pointer), please help:')
-  for row in pInfo :
-print('', end='')
-print(formatEasy(row))
+#if xInfo > 0 :
+#  print('need info (mentor or code pointer), please help:')
+#  for row in pInfo :
+#print('', end='')
+#print(formatEasy(row))
 
 xTot  = len(gerritOpen)
 xRevi = 0
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-03-06 Thread Caolán McNamara
 editeng/source/outliner/outliner.cxx |   25 -
 include/editeng/outliner.hxx |1 -
 sc/source/core/tool/interpr8.cxx |   31 ++-
 sc/source/filter/dif/difexp.cxx  |   32 
 4 files changed, 38 insertions(+), 51 deletions(-)

New commits:
commit 278bc4ecfdb23b47c8890db81304526393d5106f
Author: Caolán McNamara 
Date:   Sun Mar 6 18:51:40 2016 +

coverity#1355250 Logically dead code

Change-Id: If5a07e11cf63d0dbb83853fce48b2eb7b458663b

diff --git a/sc/source/filter/dif/difexp.cxx b/sc/source/filter/dif/difexp.cxx
index 9a8016d..1c26df1 100644
--- a/sc/source/filter/dif/difexp.cxx
+++ b/sc/source/filter/dif/difexp.cxx
@@ -49,7 +49,6 @@ void ScFormatFilterPluginImpl::ScExportDif( SvStream& 
rStream, ScDocument* pDoc,
 FltError ScFormatFilterPluginImpl::ScExportDif( SvStream& rOut, ScDocument* 
pDoc,
 const ScRange, const rtl_TextEncoding eCharSet )
 {
-sal_uInt32 nDifOption = SC_DIFOPT_EXCEL;
 OSL_ENSURE( rRange.aStart <= rRange.aEnd, "*ScExportDif(): Range not 
sorted!" );
 OSL_ENSURE( rRange.aStart.Tab() == rRange.aEnd.Tab(),
 "ScExportDif(): only one table please!" );
@@ -100,10 +99,6 @@ FltError ScFormatFilterPluginImpl::ScExportDif( SvStream& 
rOut, ScDocument* pDoc
 SCROW   nNumRows = nEndRow - rRange.aStart.Row() + 1;
 SCTAB   nTab = rRange.aStart.Tab();
 
-double  fVal;
-
-const bool bPlain = ( nDifOption == SC_DIFOPT_PLAIN );
-
 ScProgress  aPrgrsBar( pDoc->GetDocumentShell(), 
ScGlobal::GetRscString( STR_LOAD_DOC ), nNumRows );
 
 aPrgrsBar.SetState( 0 );
@@ -164,17 +159,8 @@ FltError ScFormatFilterPluginImpl::ScExportDif( SvStream& 
rOut, ScDocument* pDoc
 break;
 case CELLTYPE_VALUE:
 aOS.appendAscii(pNumData);
-if( bPlain )
-{
-aOS.append(
-rtl::math::doubleToUString(
-aCell.mfValue, rtl_math_StringFormat_G, 14, 
'.', true));
-}
-else
-{
-pDoc->GetInputString( nColCnt, nRowCnt, nTab, aString 
);
-aOS.append(aString);
-}
+pDoc->GetInputString( nColCnt, nRowCnt, nTab, aString );
+aOS.append(aString);
 aOS.append("\nV\n");
 break;
 case CELLTYPE_EDIT:
@@ -188,18 +174,8 @@ FltError ScFormatFilterPluginImpl::ScExportDif( SvStream& 
rOut, ScDocument* pDoc
 else if (aCell.mpFormula->IsValue())
 {
 aOS.appendAscii(pNumData);
-if( bPlain )
-{
-fVal = aCell.mpFormula->GetValue();
-aOS.append(
-rtl::math::doubleToUString(
-fVal, rtl_math_StringFormat_G, 14, '.', 
true));
-}
-else
-{
-pDoc->GetInputString( nColCnt, nRowCnt, nTab, 
aString );
-aOS.append(aString);
-}
+pDoc->GetInputString( nColCnt, nRowCnt, nTab, aString 
);
+aOS.append(aString);
 aOS.append("\nV\n");
 }
 else
commit ba9393b6446b1d779208f8581751d389641c4a18
Author: Caolán McNamara 
Date:   Sun Mar 6 18:49:10 2016 +

coverity#1355253 Uninitialized scalar field

Change-Id: Ib89a7e44562b6bf8a8ae41e71e3d91ad5569b8d1

diff --git a/sc/source/core/tool/interpr8.cxx b/sc/source/core/tool/interpr8.cxx
index 0fdb670..51e7f74 100644
--- a/sc/source/core/tool/interpr8.cxx
+++ b/sc/source/core/tool/interpr8.cxx
@@ -125,15 +125,28 @@ public:
 bool GetETSPredictionIntervals( ScMatrixRef rTMat, ScMatrixRef rPIMat, 
double fPILevel );
 };
 
-ScETSForecastCalculation::ScETSForecastCalculation( SCSIZE nSize, 
SvNumberFormatter* pFormatter ):
-mpFormatter(pFormatter),
-mpBase(nullptr),
-mpTrend(nullptr),
-mpPerIdx(nullptr),
-mpForecast(nullptr),
-mnCount(nSize),
-mbInitialised(false),
-mnMonthDay(0)
+ScETSForecastCalculation::ScETSForecastCalculation( SCSIZE nSize, 
SvNumberFormatter* pFormatter )
+: mpFormatter(pFormatter)
+, mpBase(nullptr)
+, mpTrend(nullptr)
+, mpPerIdx(nullptr)
+, mpForecast(nullptr)
+, mnSmplInPrd(0)
+, mfStepSize(0.0)
+, mfAlpha(0.0)
+, mfBeta(0.0)
+, mfGamma(0.0)
+, mnCount(nSize)
+, mbInitialised(false)
+, mnMonthDay(0)
+, mfMAE(0.0)
+, mfMASE(0.0)
+, mfMSE(0.0)
+, mfRMSE(0.0)
+, 

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

2016-03-06 Thread Maxim Monastirsky
 sfx2/source/control/dispatch.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 1f9374af4f8ea343db0c239d2449893ac4efc675
Author: Maxim Monastirsky 
Date:   Sun Mar 6 20:59:21 2016 +0200

Use menu URLs for context menu interception

This way it's clearer what this name stands for, as it's now
the same name that used to manipulate the same menus via the
XUIConfigurationManager API. It's also consistent with the
names we use for spelling/grammar (see SwView::ExecSpellPopup)
or read-only (see SwEditWin::Command) menus.

Change-Id: I0619578cea9d1f495168e2fa5060d1a664bfcd59

diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index 350277f..576a2b9 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -1897,7 +1897,8 @@ void SfxDispatcher::ExecutePopup( const OUString& 
rResName, vcl::Window *pWin, c
 xPopupController->setPopupMenu( xPopupMenu );
 VCLXMenu* pAwtMenu = VCLXMenu::GetImplementation( xPopupMenu );
 PopupMenu* pVCLMenu = static_cast< PopupMenu* >( pAwtMenu->GetMenu() );
-if ( pVCLMenu && GetFrame()->GetViewShell()->TryContextMenuInterception( 
*pVCLMenu, rResName, aEvent ) )
+OUString aMenuURL = "private:resource/popupmenu/" + rResName;
+if ( pVCLMenu && GetFrame()->GetViewShell()->TryContextMenuInterception( 
*pVCLMenu, aMenuURL, aEvent ) )
 pVCLMenu->Execute( pWindow, aPos );
 
 css::uno::Reference< css::lang::XComponent > xComponent( xPopupController, 
css::uno::UNO_QUERY );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97978] Can't connect to mde or accde databases from Base

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

--- Comment #4 from pasqual milvaques  ---
Created attachment 123353
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123353=edit
sample databases to test and reproduce the problem

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


[Libreoffice-bugs] [Bug 97309] UI: Thai in Sheet name start with numbers and/or symbols shown as square

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

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||qu...@runcibility.com
 Ever confirmed|0   |1

--- Comment #4 from Robinson Tryon (qubit)  ---
(In reply to oakyman from comment #2)
> Workaround:
> ...
> 4) In "Replacement Table", enter the following values in the fields below 
>   - Font: Segoe UI
>   - Replace with: Tahoma

What's the thinking here? Something to do with what glyphs are available in one
Font family vs. another? (Looks like the libreofficeclub website is in thai)

(In reply to Beluga from comment #3)
> No problem for me.
> 
> Win 7 Pro 64-bit, Version: 5.0.4.2 (x64)
> ... 
> Version: 5.2.0.0.alpha0+

Always possible it's been fixed between 5.0.3 and now.
oakyman: Can you reproduce the problem in LO 5.0.5, 5.1.0, or (a daily build
of) 5.2?
https://www.libreoffice.org/download/libreoffice-fresh/

Status -> NEEDINFO

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


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

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
Version|unspecified |5.1.0.3 release

--- Comment #2 from raal  ---
I can not confirm with 5.1.0.3 (x64)
ID sestavení: 5e3e00a007d9b3b6efb6797a8b8e57b51ab1f737
CPU Threads: 1; OS Version: Windows 6.1; UI Render: default;   


Is menu>>tools>options>LibreOffice>print  options of 'print to greyscale'
checked?

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


[Libreoffice-bugs] [Bug 98440] Copy and Paste of table rows un-does merging

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

--- Comment #1 from Usama Akkad  ---
Created attachment 123352
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123352=edit
sample odt file

Hello Jim,

Thank you for reporting the bug. I can confirm that the bug is present in
master.
sample file is attached.

I noticed that after pasting the content of the newly created cell after
splitting is copied from the first cell in the row.

Version: Version: 5.2.0.0.alpha0+
OS: Ubuntu 15.10

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


[Libreoffice-bugs] [Bug 96190] Date in Form shows different values in Datefield and Formatted Field, if based on an integer Column

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

--- Comment #4 from rob...@familiegrosskopf.de ---
Could be this one is inherited from OOo, but I can't start a form with a
integer-field, which is connected to a formatted field in LO 3.3.0. LO crashes
and would only start the form when deleting this field.

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


[Libreoffice-bugs] [Bug 98392] nulls in Word Count, when open document with cyrillic text without editing

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

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||qu...@runcibility.com
Summary|nulls in Word Count, when   |nulls in Word Count, when
   |open document with cyrillic |open document with cyrillic
   |text whithout editing   |text without editing
 Ever confirmed|0   |1

--- Comment #1 from Robinson Tryon (qubit)  ---
(In reply to Pavlo Chavyr from comment #0)
> 1. Open not empty document with cyrillic text.
> 2. Use Menu > Tools > Word Count.
> 3. Can see nulls in column Document. (look attachment)

Hi Pavlo,
Thanks for the bug report! Could you please upload a test document that
contains Cyrillic text that demonstrates this bug? That'll make triage much
easier & more consistent for the QA Team Thanks!

Status -> NEEDINFO
Summary -> (fix typo)

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


[Libreoffice-bugs] [Bug 98455] Output ODF in formatted XML

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

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||rb.hensc...@t-online.de
 Resolution|--- |WORKSFORME

--- Comment #1 from Regina Henschel  ---
The option is available in the advanced settings. It is item
org.openoffice.Office.Common > Save > Document > PrettyPrinting

Toggle its value to "true".

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


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

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

giuseppe.guidolin...@gmail.com changed:

   What|Removed |Added

 CC||giuseppe.guidolin.64@gmail.
   ||com

--- Comment #1 from giuseppe.guidolin...@gmail.com ---
Created attachment 123351
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123351=edit
a document  with images that are print as black rectangle

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


[Libreoffice-bugs] [Bug 98472] Formeleditor - leyered letter - überlagerte Zeichen

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

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||rb.hensc...@t-online.de
 Ever confirmed|0   |1

--- Comment #1 from Regina Henschel  ---
I do not see any wrong rendering.

The formula uses the font "Georgia". Do you have installed that font?

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


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

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

Bug ID: 98476
   Summary: Some images (jpg or gif) are printed as black
rectangle
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: giuseppe.guidolin...@gmail.com

User-Agent:   Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36
Build Identifier: LibreOffice 5.1.0.3

i place one or plus image in a simple vriter document, and are printing as a
black rectangle

Reproducible: Sometimes

Steps to Reproduce:
1.open a new document
2.insert an image
3.print
Actual Results:  
some images are printing as a black rectangle

Expected Results:  
the image printing corretly

[Information automatically included from LibreOffice]
Locale: it
Module: TextDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: yes


Reset User Profile?No

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


[Libreoffice-bugs] [Bug 98104] Arabic list numbering left to right number

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

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||qu...@runcibility.com
 Ever confirmed|0   |1

--- Comment #2 from Robinson Tryon (qubit)  ---
(In reply to Yousuf (Jay) Philips from comment #1)
> Salam Sabri,
> 
> Thank you for reporting the bug, though I believe this is a duplicate for
> bug 88974. Can you confirm that this is true?

Status -> NEEDINFO

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


[Libreoffice-bugs] [Bug 98064] Copying rich text HTTP Link does not Ampersand character in URL properly

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

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||qu...@runcibility.com
 Ever confirmed|0   |1

--- Comment #2 from Robinson Tryon (qubit)  ---
Testing on Ubuntu 14.04 +
LO 5.2.0.0.alpha0+ (2016-02-24_23:58:47)

(In reply to ka from comment #0)
> Example: Coypying the following HTML-Snippet
> http://example.com/index.php?oid=1=2;>Linktext
> 
> results in an OO Writer hyperlink with a URL where "" is erroneously
> translated into the greek PI character.

Pasting the URL into Writer works fine for me; the ampersand is handled
correctly.

You mention 'OO Writer': are you using LibreOffice or OpenOffice for your
testing?

Status -> NEEDINFO

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


[Libreoffice-bugs] [Bug 98465] Personal colors don't be save in options

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

Usama Akkad  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Usama Akkad  ---
Hello Florian,

Thank you for reporting the bug. I can confirm that the bug is present in
master.
What ever color is chosen from the list it get reverted to Tango: Sky Blue 1
after pressing OK.

Version: 5.2.0.0.alpha0+
OS: Ubuntu 15.10

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


[Libreoffice-bugs] [Bug 98321] FILEOPEN: RTF checkbox size too big

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

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||qu...@runcibility.com
 Ever confirmed|0   |1

--- Comment #6 from Robinson Tryon (qubit)  ---
Testing on Ubuntu 14.04 +
LO 5.2.0.0.alpha0+ (2016-02-24_23:58:47)

(In reply to Ari Latvala from comment #5)
> Checkboxes still too big on RTF and DOC, when compared to PDF version.

As with bug 98199, I see the line-wrapping in LO when the RTF (attachment
123123) is opened, but the checkboxes appears to be *checked*, whereas the
example rendering (attachment 123121) has unchecked checkboxes.
Regardless of additional bugs in the document, the checkbox appears to be
displayed larger, so
Status -> NEW

(In reply to Ari Latvala from comment #0)
> The main problem on those checkboxes is that both DOC and RTF make them
> bigger than on the PDF version

When you say "the PDF version", do you mean the PDF generated by MSO or by LO?
Using LO to export the RTF to PDF doesn't seem to change the size of the
checkbox.

(In reply to Ari Latvala from comment #4)
> Also several other layout problems showing on that screenshot:
> - [...]

One problem per bug, please. Feel free to cross-reference them, but short and
sweet bugs means that QA can easily test each problem.

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


[Libreoffice-bugs] [Bug 94176] Complete freeze in RDP (Remote Desktop) sessions / Normal use just fine

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

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INSUFFICIENTDATA

--- Comment #3 from Beluga  ---
Ok, I guess we have to close this :(

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


[Libreoffice-bugs] [Bug 90986] Characters lost sometimes in designview if fontsize bigger than 96pt

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

rob...@familiegrosskopf.de changed:

   What|Removed |Added

   Keywords||regression

--- Comment #3 from rob...@familiegrosskopf.de ---
(In reply to raal from comment #2)
> 
> Steps:
> Zoom 59%
> Click into text box
> Added on letter "v" (Tevxt)
> click outside the textbox


Following these steps I can't reproduce with LO 4.0.5.2 and all earlier
versions of LO. But it could be reproduced every time here with LO 4.1.6.2 and
all newer versions on OpenSUSE 42.1, 64bit rpm Linux, KDE- and also
xfce-desktop.

I will set this one as "regression".

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


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

2016-03-06 Thread Markus Mohrhard
 sc/source/core/tool/interpr8.cxx |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit dc5e56e6910718bd8e1fd568408960d778b3d25a
Author: Markus Mohrhard 
Date:   Sat Mar 5 20:34:59 2016 +0100

use the initializer list

Change-Id: Ie97eb9d3d162f22f83442c843d3c7f98434f91a8
Reviewed-on: https://gerrit.libreoffice.org/22938
Tested-by: Jenkins 
Reviewed-by: Markus Mohrhard 

diff --git a/sc/source/core/tool/interpr8.cxx b/sc/source/core/tool/interpr8.cxx
index d9c2aca..0fdb670 100644
--- a/sc/source/core/tool/interpr8.cxx
+++ b/sc/source/core/tool/interpr8.cxx
@@ -125,17 +125,17 @@ public:
 bool GetETSPredictionIntervals( ScMatrixRef rTMat, ScMatrixRef rPIMat, 
double fPILevel );
 };
 
-ScETSForecastCalculation::ScETSForecastCalculation( SCSIZE nSize, 
SvNumberFormatter* pFormatter )
+ScETSForecastCalculation::ScETSForecastCalculation( SCSIZE nSize, 
SvNumberFormatter* pFormatter ):
+mpFormatter(pFormatter),
+mpBase(nullptr),
+mpTrend(nullptr),
+mpPerIdx(nullptr),
+mpForecast(nullptr),
+mnCount(nSize),
+mbInitialised(false),
+mnMonthDay(0)
 {
-mpFormatter = pFormatter;
-mnCount = nSize;
 maRange.reserve( mnCount );
-mbInitialised = false;
-mnMonthDay = 0;
-mpBase = nullptr;
-mpTrend= nullptr;
-mpPerIdx   = nullptr;
-mpForecast = nullptr;
 }
 
 ScETSForecastCalculation::~ScETSForecastCalculation()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Firebird doesn't support MSVC 2015

2016-03-06 Thread David Ostrovsky
Hi Lionel, 

On Fri, 2016-03-04 at 19:59 +0100, Lionel Elie Mamane wrote:
> On Wed, Mar 02, 2016 at 08:02:39AM +0100, David Ostrovsky wrote:
> 
> > So, after fixing number of MSVC 14.0 related bugs in FB
> > module: [1], I filed this bug upstream: [2] and got there
> > this comment from Egor Pugin:
> 
> > "I tried to compile fb with MSVC2015. 
> > After fixing macro issues, you'll see more errors and more serious.
> > The
> > list of errors is almost endless. (Of course no, but it's huge.) 
> > There will be errors that can change the runtime behaviour. So,
> > it's
> > better to coordinate your efforts with FB devs and not do all
> > yourself." 
> 

[...]

> Would a "headlong rush" makes things better? That is, Firebird 3.0
> has
> its Release Candidate 2 out now. So we could start using it, and make
> it non-experimental only with their 3.0 final or something like that?
> If it support MSVC2015, maybe even has a fixed build system, then
> "things get better".

AFAICT upcoming Firebird 3.0 doesn't support MSVC 2015. Moreover,
following the discussion on FB developer mailing list, in this thread:
[1], it turns out, that MSVC 2013 was selected to be used for the next
FB 4 release, that tentatively expected to land in 2020 (info from the
mentioned thread). IOW, we can hope that FB > 4 will eventually support
MSVC 2015, something around 2025. Given that Python 3.5, that this
project currently depends on, dropped support for MSVC 2013, it could
be problematic to not being able to upgrade the tool chain on Windows
for the next 10 years.

* [1] [Firebird-devel] Compiler for official Firebird 4 release on
Windows
http://www.mail-archive.com/firebird-devel@lists.sourceforge.net/msg112
99.html

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


[Libreoffice-bugs] [Bug 98199] FILEOPEN: DOC checkbox size too big

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

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||qu...@runcibility.com
 Ever confirmed|0   |1

--- Comment #4 from Robinson Tryon (qubit)  ---
Testing on Ubuntu 14.04 +
LO 5.2.0.0.alpha0+ (2016-02-24_23:58:47)

(In reply to Ari Latvala from comment #0)
> When opening DOC version of the document, checkboxes are too big leading to
> incorrect layout like moving "cm" to next line, check the screenshot showing
> differences between RTF, PDF and DOC, differences highligted.

I see the line-wrapping of the text "FIFen minimimitat näyttelyhäkeille
50x50x50 cm", so I'll tentatively CONFIRM this one (assuming that this is a
rendering difference that we wish to eliminate).
Status -> NEW

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


[Libreoffice-bugs] [Bug 98396] table properties > disabling allow table to split not saved in .doc and .docx format

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

synthview  changed:

   What|Removed |Added

 Attachment #12|0   |1
is obsolete||

--- Comment #4 from synthview  ---
Created attachment 123350
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123350=edit
save this odt as .doc to see the "keep table" is lost

Here attached a test case. As you save as .doc, colse and reopen the file, the
Keep table toghether option is gone.

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


[Libreoffice-bugs] [Bug 98252] [UI] Conditional Formatting - allow change sheets immediatelly after openning dialog

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

--- Comment #5 from dave  ---
So focus in the text field, and then click on a sheet tab, which takes focus
out of text field. What's the point of the extra step of clicking in the
conditional format text field?
Will continue to use Microsoft Office in a Virtualbox, or the older LibreOffice
v3.5.7, which worked as expected.
I have nothing more to add to this report.

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


[Libreoffice-bugs] [Bug 98427] array checkbox crashes calc in function wizzard

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

m.a.riosv  changed:

   What|Removed |Added

 CC||bert.verdo...@telenet.be

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

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


  1   2   3   >