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

2017-01-26 Thread Vitaliy Anderson
 cui/source/options/optgdlg.cxx|2 
 include/unotools/compatibility.hxx|  243 +
 sw/source/core/doc/DocumentSettingManager.cxx |   24 
 sw/source/ui/config/optcomp.cxx   |  338 
 unotools/source/config/compatibility.cxx  |  697 ++
 5 files changed, 444 insertions(+), 860 deletions(-)

New commits:
commit 91ccb4dbf7cbe7e684c7a8183863e597d7205e57
Author: Vitaliy Anderson 
Date:   Thu Jan 19 02:09:04 2017 -0800

Compatibility options refactoring. Part 1

It relate to reduce the nubmer of copy-paste the same code
and simplify adding compability options.
Also using enum class instead enum can eliminate to occurrence
an error relate to access to out of range an array.

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

diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 8f4412a..f8244f5 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -1426,7 +1426,7 @@ bool OfaLanguagesTabPage::FillItemSet( SfxItemSet* rSet )
 SvtScriptType nNewType = SvtLanguageOptions::GetScriptTypeOfLanguage( 
eNewLocale );
 bool bNewCJK = bool( nNewType & SvtScriptType::ASIAN );
 SvtCompatibilityOptions aCompatOpts;
-aCompatOpts.SetDefault( COMPATIBILITY_PROPERTYNAME_EXPANDWORDSPACE, 
!bNewCJK );
+aCompatOpts.SetDefault( SvtCompatibilityEntry::Index::ExpandWordSpace, 
!bNewCJK );
 }
 
 if(m_pDecimalSeparatorCB->IsValueChangedFromSaved())
diff --git a/include/unotools/compatibility.hxx 
b/include/unotools/compatibility.hxx
index 551627b..8d18092 100644
--- a/include/unotools/compatibility.hxx
+++ b/include/unotools/compatibility.hxx
@@ -19,54 +19,152 @@
 #ifndef INCLUDED_UNOTOOLS_COMPATIBILITY_HXX
 #define INCLUDED_UNOTOOLS_COMPATIBILITY_HXX
 
-#include 
 #include 
 #include 
 #include 
 #include 
 #include 
+#include 
+#include 
 #include 
 
-enum CompatibilityOptions
-{
-COPT_USE_PRINTERDEVICE = 0,
-COPT_ADD_SPACING,
-COPT_ADD_SPACING_AT_PAGES,
-COPT_USE_OUR_TABSTOPS,
-COPT_NO_EXTLEADING,
-COPT_USE_LINESPACING,
-COPT_ADD_TABLESPACING,
-COPT_USE_OBJECTPOSITIONING,
-COPT_USE_OUR_TEXTWRAPPING,
-COPT_CONSIDER_WRAPPINGSTYLE,
-COPT_EXPAND_WORDSPACE,
-COPT_PROTECT_FORM,
-COPT_MS_WORD_COMP_TRAILING_BLANKS
-};
-
 
/*-
-@descr  The method GetList() returns a list of property values.
-Use follow defines to separate values by names.
+@descr  Struct to hold information about one compatibility entry
 
*//*-*/
-#define COMPATIBILITY_PROPERTYNAME_NAME "Name"
-#define COMPATIBILITY_PROPERTYNAME_MODULE   "Module"
-#define COMPATIBILITY_PROPERTYNAME_USEPRTMETRICS"UsePrinterMetrics"
-#define COMPATIBILITY_PROPERTYNAME_ADDSPACING   "AddSpacing"
-#define COMPATIBILITY_PROPERTYNAME_ADDSPACINGATPAGES"AddSpacingAtPages"
-#define COMPATIBILITY_PROPERTYNAME_USEOURTABSTOPS   
"UseOurTabStopFormat"
-#define COMPATIBILITY_PROPERTYNAME_NOEXTLEADING "NoExternalLeading"
-#define COMPATIBILITY_PROPERTYNAME_USELINESPACING   "UseLineSpacing"
-#define COMPATIBILITY_PROPERTYNAME_ADDTABLESPACING  "AddTableSpacing"
-#define COMPATIBILITY_PROPERTYNAME_USEOBJECTPOSITIONING 
"UseObjectPositioning"
-#define COMPATIBILITY_PROPERTYNAME_USEOURTEXTWRAPPING   
"UseOurTextWrapping"
-#define COMPATIBILITY_PROPERTYNAME_CONSIDERWRAPPINGSTYLE
"ConsiderWrappingStyle"
-#define COMPATIBILITY_PROPERTYNAME_EXPANDWORDSPACE  "ExpandWordSpace"
-#define COMPATIBILITY_PROPERTYNAME_PROTECTFORM  "ProtectForm"
-#define COMPATIBILITY_PROPERTYNAME_MSWORDTRAILINGBLANKS 
"MsWordCompTrailingBlanks"
-
-#define COMPATIBILITY_DEFAULT_NAME  "_default"
-
-//  forward declarations
+class UNOTOOLS_DLLPUBLIC SvtCompatibilityEntry
+{
+public:
+
/*-
+@descr  The method SvtCompatibilityOptions::GetList() 
returns a list of property values.
+Use follow enum class to separate values by names.
+Sync it with sPropertyName in 
SvtCompatibilityEntry::getName()
+
*//*-*/
+enum class Index
+{
+/* Should be in the start. 

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

2017-01-26 Thread Gian Domenico Ceccarini
 filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl |5 
+++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 78f5923e7cec0f6a0b3dbcbe29bad1980593454c
Author: Gian Domenico Ceccarini 
Date:   Fri Jan 13 08:54:26 2017 +0100

use . as decimal separator in exported number format

Change-Id: I951995a028274c93e0c0b7226e6d2dceec5a916d
Reviewed-on: https://gerrit.libreoffice.org/33022
Tested-by: Jenkins 
Tested-by: jan iversen 
Reviewed-by: jan iversen 

diff --git 
a/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl 
b/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl
index 5c9b624..d8d5b0e 100644
--- a/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl
+++ b/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl
@@ -333,6 +333,7 @@
- 0.0133cm for solid style
- 0.0399cm for double style
 as there are three border lines painted -->
+   



@@ -345,11 +346,11 @@



-   
+   
cm


-   
+   
cm


___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 43556] EDITING report design: lengths & positions shown rounded -> hides information, leads to seemingly unexplainable behaviour

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43556

Lionel Elie Mamane  changed:

   What|Removed |Added

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

-- 
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 44267] Two decimal digits are probably not enough to specify object position and size

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44267

Lionel Elie Mamane  changed:

   What|Removed |Added

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

--- Comment #12 from Lionel Elie Mamane  ---
There was a discussion in December 2014 about approx the same issue in Base
(report builder). There, with advice from UX team, it was decided to forcibly
round to 10^-4 m (two decimal digits in cm) rather than display full precision.
See bug 43556.

If it is changed to display full precision in Draw, it should probably be
changed also in Base, for consistency.

-- 
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 44267] Two decimal digits are probably not enough to specify object position and size

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44267

Lionel Elie Mamane  changed:

   What|Removed |Added

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

--- Comment #12 from Lionel Elie Mamane  ---
There was a discussion in December 2014 about approx the same issue in Base
(report builder). There, with advice from UX team, it was decided to forcibly
round to 10^-4 m (two decimal digits in cm) rather than display full precision.
See bug 43556.

If it is changed to display full precision in Draw, it should probably be
changed also in Base, for consistency.

-- 
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 105565] New: Insert "Curves" not available on notebookbar "Insert" item

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105565

Bug ID: 105565
   Summary: Insert "Curves" not available on notebookbar "Insert"
item
   Product: LibreOffice
   Version: 5.3.0.2 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lili...@gmail.com

Enhancement: Besides different shapes and basic line, insert "curve" and "free
transform line" should be available in notebookbar item.

-- 
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 105564] New: some items not shown on notebookbar

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105564

Bug ID: 105564
   Summary: some items not shown on notebookbar
   Product: LibreOffice
   Version: 5.3.0.2 rc
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lili...@gmail.com

Description:
Every time I start LibreOffice 5.3. (26-01-2017) first two items on "Insert"
tab of new notebookbar in Writer are not shown. It is possible to access them
however (there is small arrow and then when you click you have two items:
Insert Page Break and Insert Manual). However, after for example "Inserting
table" or just saving the documents the problem is not present anymore.  

Similar effect could be noticed in Calc for "Clone" item and "Conditional
formatting".



Steps to Reproduce:
1. Open LibreOffice Write on Ubuntu
2. Click on the Insert menu

Actual Results:  
Insert Page Break and Insert Manual is not shown

Expected Results:
Insert Page Break and Insert Manual should be shown


Reproducible: Always

User Profile Reset: No

Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: TextDocument
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: yes
Builds ID: LibreOffice 5.3.1.0.0


User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/55.0.2883.87 Safari/537.36

-- 
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 67763] date & time controls: fractional seconds, timezone support, duration, interval

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67763

--- Comment #18 from jan iversen  ---
Please do not expand the scope of an easyhack, not even optionally. Instead
make a new one that depends on this one, since it is clearly to different skill
sets needed.

-- 
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 67763] date & time controls: fractional seconds, timezone support, duration, interval

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67763

jan iversen  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
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-commits] core.git: include/xmloff writerfilter/source writerperfect/inc writerperfect/source xmlhelp/source xmloff/source xmlsecurity/source

2017-01-26 Thread Noel Grandin
 include/xmloff/SinglePropertySetInfoCache.hxx  |1 -
 writerfilter/source/dmapper/NumberingManager.hxx   |2 --
 writerfilter/source/dmapper/TableData.hxx  |1 -
 writerperfect/inc/ImportFilter.hxx |4 
 writerperfect/source/common/WPXSvInputStream.cxx   |5 -
 writerperfect/source/impress/KeynoteImportFilter.hxx   |1 -
 writerperfect/source/writer/WordPerfectImportFilter.hxx|1 -
 xmlhelp/source/cxxhelp/inc/tvread.hxx  |2 --
 xmlhelp/source/cxxhelp/provider/databases.hxx  |4 
 xmloff/source/chart/SchXMLExport.cxx   |6 --
 xmloff/source/core/xmlerror.cxx|6 --
 xmloff/source/core/xmlimp.cxx  |7 ---
 xmloff/source/draw/animationexport.cxx |5 -
 xmloff/source/style/impastpl.hxx   |4 
 xmloff/source/style/xmlexppr.cxx   |5 -
 xmloff/source/style/xmlnumfe.cxx   |5 -
 xmloff/source/text/txtparaimphint.hxx  |1 +
 xmloff/source/transform/EventOASISTContext.cxx |5 -
 xmlsecurity/source/component/certificatecontainer.hxx  |1 -
 xmlsecurity/source/framework/elementcollector.hxx  |1 -
 xmlsecurity/source/helper/xsecparser.hxx   |1 -
 xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx |1 -
 22 files changed, 1 insertion(+), 68 deletions(-)

New commits:
commit 4142e0a0c05c29a203799cc96630b17133ca2b40
Author: Noel Grandin 
Date:   Thu Jan 26 13:50:43 2017 +0200

loplugin: unnecessary destructor writerfilter..xmloff

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

diff --git a/include/xmloff/SinglePropertySetInfoCache.hxx 
b/include/xmloff/SinglePropertySetInfoCache.hxx
index 04b42fc..19e485a 100644
--- a/include/xmloff/SinglePropertySetInfoCache.hxx
+++ b/include/xmloff/SinglePropertySetInfoCache.hxx
@@ -37,7 +37,6 @@ class SinglePropertySetInfoCache
 public:
 
 inline SinglePropertySetInfoCache( const OUString& rName );
-~SinglePropertySetInfoCache() {};
 
 bool hasProperty(
 const css::uno::Reference< css::beans::XPropertySet >& rPropSet,
diff --git a/writerfilter/source/dmapper/NumberingManager.hxx 
b/writerfilter/source/dmapper/NumberingManager.hxx
index 29d3f5f..1aec2a1 100644
--- a/writerfilter/source/dmapper/NumberingManager.hxx
+++ b/writerfilter/source/dmapper/NumberingManager.hxx
@@ -73,8 +73,6 @@ public:
 ,m_outline(false)
 {}
 
-virtual ~ListLevel( ) override { }
-
 // Setters for the import
 void SetValue( Id nId, sal_Int32 nValue );
 void SetBulletChar( const OUString& sValue ) { m_sBulletChar = sValue; };
diff --git a/writerfilter/source/dmapper/TableData.hxx 
b/writerfilter/source/dmapper/TableData.hxx
index 8fd385f..cd17c00 100644
--- a/writerfilter/source/dmapper/TableData.hxx
+++ b/writerfilter/source/dmapper/TableData.hxx
@@ -264,7 +264,6 @@ public:
 typedef std::shared_ptr Pointer_t;
 
 explicit TableData(unsigned int nDepth) : mnDepth(nDepth) { newRow(); }
-~TableData() {}
 
 /**
End the current row.
diff --git a/writerperfect/inc/ImportFilter.hxx 
b/writerperfect/inc/ImportFilter.hxx
index 0993d4a..092ae9c 100644
--- a/writerperfect/inc/ImportFilter.hxx
+++ b/writerperfect/inc/ImportFilter.hxx
@@ -60,10 +60,6 @@ public:
 {
 }
 
-virtual ~ImportFilterImpl() override
-{
-}
-
 const css::uno::Reference< css::uno::XComponentContext > () 
const
 {
 return mxContext;
diff --git a/writerperfect/source/common/WPXSvInputStream.cxx 
b/writerperfect/source/common/WPXSvInputStream.cxx
index 2c6b062..eb54da2 100644
--- a/writerperfect/source/common/WPXSvInputStream.cxx
+++ b/writerperfect/source/common/WPXSvInputStream.cxx
@@ -401,7 +401,6 @@ class WPXSvInputStreamImpl
 public:
 explicit WPXSvInputStreamImpl(css::uno::Reference<
   css::io::XInputStream > const );
-~WPXSvInputStreamImpl();
 
 bool isStructured();
 unsigned subStreamCount();
@@ -478,10 +477,6 @@ WPXSvInputStreamImpl::WPXSvInputStreamImpl(Reference< 
XInputStream > const 
 }
 }
 
-WPXSvInputStreamImpl::~WPXSvInputStreamImpl()
-{
-}
-
 const unsigned char *WPXSvInputStreamImpl::read(unsigned long numBytes, 
unsigned long )
 {
 numBytesRead = 0;
diff --git a/writerperfect/source/impress/KeynoteImportFilter.hxx 
b/writerperfect/source/impress/KeynoteImportFilter.hxx
index ea61a20..714402f 100644
--- a/writerperfect/source/impress/KeynoteImportFilter.hxx
+++ 

[Libreoffice-commits] core.git: include/vbahelper include/vcl vbahelper/source vcl/headless vcl/inc vcl/source vcl/unx

2017-01-26 Thread Noel Grandin
 include/vbahelper/vbadialogbase.hxx  |1 -
 include/vbahelper/vbadialogsbase.hxx |1 -
 include/vbahelper/vbadocumentbase.hxx|1 -
 include/vbahelper/vbadocumentsbase.hxx   |1 -
 include/vbahelper/vbapagesetupbase.hxx   |1 -
 include/vbahelper/vbatextframe.hxx   |1 -
 include/vcl/lazydelete.hxx   |2 --
 include/vcl/print.hxx|1 -
 include/vcl/salctype.hxx |1 -
 vbahelper/source/msforms/vbapages.hxx|1 -
 vcl/headless/svpglyphcache.cxx   |3 ---
 vcl/inc/BitmapScaleConvolution.hxx   |3 ---
 vcl/inc/controldata.hxx  |4 
 vcl/inc/svmconverter.hxx |1 -
 vcl/inc/unx/gendata.hxx  |1 -
 vcl/inc/unx/i18n_xkb.hxx |6 --
 vcl/source/app/svapp.cxx |2 --
 vcl/source/control/button.cxx|5 -
 vcl/source/control/edit.cxx  |5 -
 vcl/source/fontsubset/cff.cxx|6 --
 vcl/source/gdi/dibtools.cxx  |   12 
 vcl/source/gdi/impvect.cxx   |5 -
 vcl/source/gdi/pdffontcache.hxx  |1 -
 vcl/source/gdi/pdfwriter_impl.cxx|1 -
 vcl/source/gdi/pdfwriter_impl.hxx|3 ---
 vcl/source/window/dockingarea.cxx|5 -
 vcl/source/window/dockwin.cxx|5 -
 vcl/source/window/floatwin.cxx   |5 -
 vcl/source/window/menubarwindow.hxx  |1 -
 vcl/source/window/popupmenuwindow.cxx|5 -
 vcl/source/window/status.cxx |5 -
 vcl/source/window/syswin.cxx |5 -
 vcl/source/window/toolbox.cxx|5 -
 vcl/unx/generic/app/i18n_im.cxx  |5 -
 vcl/unx/generic/dtrans/X11_selection.hxx |1 -
 vcl/unx/generic/printer/ppdparser.cxx|1 -
 36 files changed, 112 deletions(-)

New commits:
commit 32a461bdd6ffda4b59ff262e1fcbcbe8bf2be7a0
Author: Noel Grandin 
Date:   Thu Jan 26 13:48:47 2017 +0200

loplugin: unnecessary destructor vbahelper..vcl

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

diff --git a/include/vbahelper/vbadialogbase.hxx 
b/include/vbahelper/vbadialogbase.hxx
index c1f3682..4c7a263 100644
--- a/include/vbahelper/vbadialogbase.hxx
+++ b/include/vbahelper/vbadialogbase.hxx
@@ -49,7 +49,6 @@ protected:
 css::uno::Reference< css::frame::XModel > m_xModel;
 public:
 VbaDialogBase( const css::uno::Reference< ov::XHelperInterface >& xParent, 
const css::uno::Reference< css::uno::XComponentContext >& xContext, const 
css::uno::Reference< css::frame::XModel >& xModel, sal_Int32 nIndex 
):VbaDialogBase_BASE( xParent, xContext ), mnIndex( nIndex ), m_xModel( xModel 
) {}
-virtual ~VbaDialogBase() override {}
 
 // Methods
 virtual void SAL_CALL Show() override;
diff --git a/include/vbahelper/vbadialogsbase.hxx 
b/include/vbahelper/vbadialogsbase.hxx
index e5e13d1..6e69515 100644
--- a/include/vbahelper/vbadialogsbase.hxx
+++ b/include/vbahelper/vbadialogsbase.hxx
@@ -48,7 +48,6 @@ protected:
 css::uno::Reference< css::frame::XModel > m_xModel;
 public:
 VbaDialogsBase( const css::uno::Reference< ov::XHelperInterface >& 
xParent, const css::uno::Reference< css::uno::XComponentContext > , 
const css::uno::Reference< css::frame::XModel >& xModel ): VbaDialogsBase_BASE( 
xParent, xContext ), m_xModel( xModel ) {}
-virtual ~VbaDialogsBase() override {}
 
 // XCollection
 virtual ::sal_Int32 SAL_CALL getCount() override;
diff --git a/include/vbahelper/vbadocumentbase.hxx 
b/include/vbahelper/vbadocumentbase.hxx
index 7978ccc..d868dae 100644
--- a/include/vbahelper/vbadocumentbase.hxx
+++ b/include/vbahelper/vbadocumentbase.hxx
@@ -56,7 +56,6 @@ public:
 VbaDocumentBase(const css::uno::Reference< ov::XHelperInterface >& 
xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext,
 css::uno::Reference< css::frame::XModel > const & xModel );
 VbaDocumentBase(css::uno::Sequence< css::uno::Any > const& aArgs, 
css::uno::Reference< css::uno::XComponentContext >const& xContext );
-virtual ~VbaDocumentBase() override {}
 
 // Attributes
 virtual OUString SAL_CALL getName() override;
diff --git a/include/vbahelper/vbadocumentsbase.hxx 
b/include/vbahelper/vbadocumentsbase.hxx
index 5ca030b..ac6d316 100644
--- a/include/vbahelper/vbadocumentsbase.hxx
+++ b/include/vbahelper/vbadocumentsbase.hxx
@@ -61,7 +61,6 @@ private:
 public:
 /// @throws css::uno::RuntimeException
 VbaDocumentsBase( const css::uno::Reference< ov::XHelperInterface >& 
xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, 
DOCUMENT_TYPE eDocType );
-

Re: Patrick Jaap license statement

2017-01-26 Thread Jan Iversen
WELCOME
Thanks for your license statement.

We suggest you add yourself to our wiki (remark this is not a demand)
https://wiki.documentfoundation.org/Development/Developers

If you want help to get started or have any questions, then please contact me. 
I am here to help you (and others) in getting their first patch submitted.

LibreOffice is a very big program and getting it built, setting up gerrit, and 
getting the first patch right can be a bit challenging, therefore do not 
hesitate to email me if you want help.

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

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


[Libreoffice-bugs] [Bug 105548] DATEDIF function rounding error

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105548

--- Comment #2 from Christopher Potter  ---
Forgot to specify that Excel and WPS gives the right result.

This leads to *critical* compatibility problem between LO and Excel macros

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


minutes of ESC call ...

2017-01-26 Thread David Ostrovsky
On Thu Jan 26 15:49:52 UTC 2017, Michael Meeks wrote:

[...]
>* Gerrit feedback for David (Michael)
>+ going to the gerrit conf. on our behalf.

Thanks!

>+ annoying behavior – automatic lost of comments when not logged
in (Miklos)
>+ if reply needs re-login, comment is lost.

Yes. This is very annoying. I think the problem still exists even on
master. What could help, is increasing the session expiration timeout
in gerrit configuration:

cache.web_sessions.maxAge 1 week

(default is 12 hours)

And also increase the cache size limit:

cache.web_sessions.memoryLimit 4096

(default is 1024)

https://gerrit-review.googlesource.com/Documentation/config-gerrit.html

>+ love a queue that auto-merged when CI succeeds (Michael)

The missing bits for that feature were finalized and merged during
recent Gerrit hackathon and will be included in the upcoming release
2.14. ETA is June 2017.

https://gerrit-review.googlesource.com/#/c/79760/

>+ one button migration of github pull requests ? (Bjoern)

There is a plugin for that: guthub-plugin from Luca Milanesio. I looked
into it years ago and it was very impressive, one button click and PR
was imported into gerrit as change for review.

https://gerrit-review.googlesource.com/#/admin/projects/plugins/github

I have another topic, updating our gerrit instance to 2.13.5,
from 2.11.8. There are a lot of improvements. For example submodule
subscriptions seems to work very reliably, so you never need to update
the reference to submodule again manually, after it was updated. Gerrit
does it for you, e.g. this commit upstream:


https://github.com/GerritCodeReview/gerrit/commit/c3c271b892a54f3e93346
d6de713a0c18b229940

It would be also cool, if you could look into new and shiny gerrit UI,
based on JavaScript Polymer framework, and provide feedback. You can
see the new UI in action upstream by switching in footer to new UI.
Only change screen is implemented for now. All diffs on one page is
already implemented:

https://gerrit-review.googlesource.com/

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


[Libreoffice-bugs] [Bug 93615] LibO automatic spellchecking eats too much RAM

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93615

tommy27  changed:

   What|Removed |Added

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

--- Comment #6 from tommy27  ---
thanks for feedback.
RESOLVED 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-commits] core.git: editeng/source

2017-01-26 Thread Kohei Yoshida
 editeng/source/editeng/impedit.hxx  |1 +
 editeng/source/editeng/impedit2.cxx |4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit fab2f546d1fb3ceaf5ee5d4d728f1728a8f1e7f3
Author: Kohei Yoshida 
Date:   Thu Jan 26 22:45:48 2017 -0500

tdf#102688: prevent leaking of VirtualDevice instances.

Change-Id: I6fb8e5b7fc5c0cef8f7ab1f93f5096ad588d57c7
Reviewed-on: https://gerrit.libreoffice.org/33601
Tested-by: Jenkins 
Reviewed-by: Kohei Yoshida 

diff --git a/editeng/source/editeng/impedit.hxx 
b/editeng/source/editeng/impedit.hxx
index 35121b5..ffcda87 100644
--- a/editeng/source/editeng/impedit.hxx
+++ b/editeng/source/editeng/impedit.hxx
@@ -420,6 +420,7 @@ private:
 
 VclPtr< VirtualDevice> pVirtDev;
 VclPtr< OutputDevice > pRefDev;
+VclPtr mpOwnDev;
 
 svtools::ColorConfig*   pColorConfig;
 mutable SvtCTLOptions*  pCTLOptions;
diff --git a/editeng/source/editeng/impedit2.cxx 
b/editeng/source/editeng/impedit2.cxx
index 1c56dfb..5bbb325 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -176,6 +176,7 @@ ImpEditEngine::~ImpEditEngine()
 bDowning = true;
 SetUpdateMode( false );
 
+mpOwnDev.disposeAndClear();
 pVirtDev.disposeAndClear();
 delete pEmptyItemSet;
 delete pUndoManager;
@@ -207,7 +208,8 @@ void ImpEditEngine::SetRefMapMode( const MapMode& rMapMode )
 if ( GetRefDevice()->GetMapMode() == rMapMode )
 return;
 
-pRefDev = VclPtr::Create();
+mpOwnDev = VclPtr::Create();
+pRefDev = mpOwnDev;
 pRefDev->SetMapMode( MapUnit::MapTwip );
 SetRefDevice( pRefDev );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 102688] Crash in: vcl::Window::dispose()

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102688

Kohei Yoshida  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |kohei.yosh...@collabora.com
   |desktop.org |

-- 
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 105563] Add function "Update Style format to Match Selection"

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105563

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
On the 'Organizer' tab of paragraph style there is an option to 'Autoupdate'
where you can see what the style modifies from the inherited.
"
AutoUpdate 
Updates the style when you apply direct formatting to a paragraph using this
style in your document. The formatting of all paragraphs using this style is
automatically updated.
"
Also on the right icon on Sytles & Formatting, there is an option to update the
style.

-- 
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 102936] All LibO 5.2.2.2 Modules occasionally get Crash Dialog on Exit

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102936

--- Comment #21 from teckn...@cts.com ---
YAP, fixed in LO 5.2.5

Thanks guys.

--- Comment #22 from teckn...@cts.com ---
YAP, fixed in LO 5.2.5

Thanks guys.

-- 
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 102936] All LibO 5.2.2.2 Modules occasionally get Crash Dialog on Exit

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102936

--- Comment #21 from teckn...@cts.com ---
YAP, fixed in LO 5.2.5

Thanks guys.

-- 
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 105548] DATEDIF function rounding error

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105548

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
>From the help, https://help.libreoffice.org/Calc/DATEDIF
"
DATEDIF
This function returns the number of whole days, months or years between Start 
***
date and End date.
"
even ODF 1.2 it's not explicit about that.
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#__RefHeading__1018176_715980110

If hours are not given then result it's as you expect.
With
=DATEDIF(INT(A1);INT(A2);"d")
the decimal part (time) of A1 and A2 it's eliminated

Sounds reasonable to me how it works, providing hours then there are taked for
the calculation.

-- 
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 105560] "View > Grid Lines for Sheet" only affects current sheet, not all selected sheets

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105560

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
I can't reproduce all sheets are always affected.
Version: 5.2.5.1 (x64)
Build ID: 0312e1a284a7d50ca85a365c316c7abbf20a4d22
CPU Threads: 4; OS Version: Windows 6.19; UI Render: GL; 
Locale: es-ES (es_ES); Calc: group

-- 
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 105563] New: Add function "Update Style format to Match Selection"

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105563

Bug ID: 105563
   Summary: Add function "Update Style format to Match Selection"
   Product: LibreOffice
   Version: 5.2.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: a...@volkmar-stein.de

Description:
It would be useful to have a simple way to customize a heading style
just from the changes you did directly to the text.
E.g. you want to change the font or the color in a style. Right now you
have to right-click on the style format and edit it in the sub menus.
This then leads to the changes in the text parts which use this format
style.
It would be great to have a simple way to also do it the other way
around: changing the format directly in the text an then transfering
this new setting to the whole underlying format style.

After having changed directly e.g. the font color of a text, it should
be possible to right-click on the corresponding style format and to find
a setting "Update Style format to Match Selection".
Also MS Word found a way to do this
(https://support.office.com/en-US/article/Add-a-heading-3EB8B917-56DC-4A17-891A-A026B2C790F2)
and it would be good to have it too.

What would be a nice extra feature: show in brackets the changes (font:
Courier; style: bold; size:16pt), which you would update to this style.

Thanks a lot!


Actual Results:  
(feat req)

Expected Results:
(feat req)


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101
Firefox/50.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 99611] improve function AND() documentation

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99611

--- Comment #2 from gilward.ku...@gmail.com ---
I think the functions AND/OR behave like that:
0 is FALSE, all other numbers are TRUE.
Empty cells and text in cells are ignored.
If all arguments are ignored or there are no arguments, there is an error.
Text as a direct argument (not in a cell) leads to an error.
Errors as argument lead to an error.

-- 
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: Changes to 'refs/tags/libreoffice-5.3.0.3'

2017-01-26 Thread Christian Lohmaier
Tag 'libreoffice-5.3.0.3' created by Christian Lohmaier 
 at 2017-01-26 22:23 +

Tag libreoffice-5.3.0.3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJYinbMAAoJEPQ0oe+v7q6jDzEQAIUzWimE238U74CmCVO2kxyl
9NoqSwJISG0KViVVkDqFWjIXG5OOqat5apPtMcTEY8EMMKYCb+uKJfWEhB0nHB+n
ODy9XiDMktGdA9/5rEcSJyPsE2NGEZ9IRQnLT6WJkDYhgatEA0GPrPF4CneZhn+F
pEZvApybuVDh0buRajTipCShNDiu4BlVPmIot+zN0wJbVFQbtoBh8JwChXvYbO+a
jQYOUCI+92oP6hr7axMxxody2wpngoesqkeJdnzOw8updnAlRMUJ4B8X5jar5nHu
J1XNIHrQly/PINWtNmA/ZZnjoB0uxyOSNx9TScXWAcQFvpKbZqSPCUusXWEtUzrZ
xNAVkRIvHwo4J+A+TDpNN3ruzMnJNCKyG2C8D/uGPi3XR7wWZHhJFU4xKQiw9n13
kwBil+eEDYB3rpzYtZORq34aYkfk7qRHjlgBb1SwKcbA2A0kFRmNoNPut5mb9GpO
XdL2t/mJViwUEVyf5I2o2H7MCxQlzfPobXanx7f3wSty1HsbIFVlDroolGqU702Y
WKPiFKpam01sAcsMnqX5nB805UyuY2/kjwwxiAGLqYLinGAr1ydjLDfs1VdZKpXJ
8fWrJ7LHanaWM1IoEFCg5Sx5g01vkxEulEXpubcpLQTecgSUoGJtIg3AHtvSoKq2
CSj2/U7wXs1ohRjgmJGj
=uQVb
-END PGP SIGNATURE-

Changes since libreoffice-5-3-branch-point-381:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-5.3.0.3'

2017-01-26 Thread Christian Lohmaier
Tag 'libreoffice-5.3.0.3' created by Christian Lohmaier 
 at 2017-01-26 22:23 +

Tag libreoffice-5.3.0.3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJYinbIAAoJEPQ0oe+v7q6jQgMP/jCe0kp3fxfbJegp3YWHblCL
Dp4Ay8QsnNSWynMqdl2E0fhXBAASm8EIJjRQbSzLH00Knq7Bjr5AYYxz8avYgE03
NrZ/FONGF0xG0DEomYjyOqJMSWNB6LEkGa1a+xLTZnXiLL6ALlj/m7tjkRo2fNKs
oTf4i6UtHFdnmaraYO2Qc8I5XaqNnND7r0nMeRD3tZQpsCeRD+D+hhIDdDGbB4MS
KQcAdtVqPDx2i4z5kinvrIRX7KSNbeUwvQLLjR4paYlM4XpsNvPb2Suz7Z2Zg1W+
7vrM1fL2AmRGesyona9ikaNTvodg+f38RVz5/iknU88T47CG1qP9XW32awRANYFD
h9lui07DcW9CM08J27/OUqTU54JtwNHhoCXaG/1ABjAq6cZ8/zWYlNpPb3X/5rjh
YxR5+liY/OV+xN0gH46T+/DlmlGh/zBjt/+lIaDAAxRCS7IzSJPTakYbpx5Q8t6d
Wh7HJHSLpqZSM5ZFS9jiLUCBRivl+fSnllJtuYoopVdUV/CJHCvlvRGJ4Wh6g2J4
lBBk9BHhr29h4gr6qvLQq0o13zUuEylbF/U3xdPuniFXDS3w+0qx3PpuCBSa5Gln
/Xak5N4hbAcRpmBLdKoLUIFUz+idfHOHYgD80EhETLtspF5g0H4FGrb4uFpPaiwc
Vbim60pX66eUTe3y4sjq
=eXjP
-END PGP SIGNATURE-

Changes since libreoffice-5-3-branch-point-14:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-5.3.0.3'

2017-01-26 Thread Christian Lohmaier
Tag 'libreoffice-5.3.0.3' created by Christian Lohmaier 
 at 2017-01-26 22:23 +

Tag libreoffice-5.3.0.3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJYinbFAAoJEPQ0oe+v7q6jSC0QAK9XWzHYcvRvJ45+7NCySaO4
75/kPonCKdCcBXVAaYK44oGQexWmaM0TQQjCSUYArnVmP763Ee0e+CcvzZA4RnRN
flyTa2qkFB9M2JW0KBWpbtV7kCGtSDi8Ee/j1MpmLMLCDgV9TNvMZMYk7z2onNER
nw7PvA7VppzCD0FktAnA42iGCnLao58fDN31r7AOIIvvTNZBaTkmhW8jBZkHHRdC
amlpULg8sp0pLzY0UhQc0NbWLQo6bCedOQ80pRTANyaH7olThvMT/QKIR6XeE6vb
GCa6GZEEZ6QPKe1SzSpRXKWdb7AM1650YEN2DMGOyhCdPHCrv7I426D3d7Kp95vz
Nk7bNfaQKHGhSajPa/3mjhde+14ByALEZ+4wAForvvgrNzSLDo3J3jVzN16qCFQM
In0jxd6sBVE9IocSBHNVfOO3MU/37Y97JKV4K6lzXgzWsIO6mefa5d7QDRHpvGDN
IZpin+4a0GokpGeJGLOnDqBLKh7Jbw8yWT6aovAtHMZOzZAyz3xN6pEF9wRKj2uO
aKesu5Xp+t6Qu+GX8Rr28FS8U30EPHeNJeeFgOSie/Z+OFeuYodWJvY6f63zyuxR
3+KbEl5ZTt0OrKfFBQ/jEVdLZV7KuYXWQf8BXDS3oJa69FQo3tyzkrCizTOt51VW
C8IqJOzy0f4I/vSog3jX
=6Khm
-END PGP SIGNATURE-

Changes since libreoffice-5-3-branch-point-30:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-3-0' - configure.ac

2017-01-26 Thread Christian Lohmaier
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cba2933fd01c93fea543ce9939f05fa5c11f3ca9
Author: Christian Lohmaier 
Date:   Thu Jan 26 23:23:54 2017 +0100

bump product version to 5.3.0.3.0+

Change-Id: I35f9984728015715b9668bf94a2b84ddf1867b6a

diff --git a/configure.ac b/configure.ac
index f485d74..85759f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[5.3.0.2.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[5.3.0.3.0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-5.3.0.3'

2017-01-26 Thread Christian Lohmaier
Tag 'libreoffice-5.3.0.3' created by Christian Lohmaier 
 at 2017-01-26 22:22 +

Tag libreoffice-5.3.0.3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJYinbBAAoJEPQ0oe+v7q6j1/EP/3CWOsA7sx0gZT/2aIIDn0cI
V5sRCBIFvOm8QeD2aINUoF2siM8ryfC1haphlU3vLOGd76t26R7WDVEM6P8t3CxN
8pjvFlhynHz8xjGYKuREBta5toU+SrLDbu5rqhzPwVODFXZPCUMqC8JkPcUQVnhW
6JVzF4W1g+bpvDGTF5CwHw7+LM4jU8EBplpgbXWf0BXv9b+vrPZcJw+dA1iIbReo
exVa0OzINRPv6za7OQoeJTb9MC+FOW2AmdsHVA71DJDEvo2msTnZlAVRPksslwgy
qFEHNIdpImRk/CfBge6yiFJL2kpEFuAJzPQjOvs0dao3NzTHjbSYZWRv+A3Mpg+Z
FpLxdegg4+1p+RVvRBvgaJKgaDwF9PiNXIcs5jA/J1wCAob4vcuXXHaYKpHSHura
Qq48KXS+Zjwh/1D6HuOZYd1qbOoGZ8CyCyr1bEkxFYXwDSAys2cXivd2VjDKP0QD
FEhdT16nIrhmIxepI8Gkf/HF/KFH5Bw8M57y/d7OD8+VzgraAS6WJBPBxqo4p0KH
/IzQC/kg8zPeEWeCHUpfWO6LdkuPXZDkYyJ5/Apzki5nM8Qs0nD5kgfHTCQ2Sb75
R+EC5bHlfPbeUisoo73PYL78VywM0HaSUJfypiqmzUfWq5S2HG/GwEDhReYJ/+K0
/HDDvCYw+Ug2gFm/+FAS
=IofM
-END PGP SIGNATURE-

Changes since libreoffice-5-3-branch-point-5:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: external/curl

2017-01-26 Thread Thorsten Behrens
 external/curl/curl-7.26.0_win-proxy.patch |  117 ++
 1 file changed, 117 insertions(+)

New commits:
commit 2be42d9480fc831144e4d5b216b0a01ffbdb5c8f
Author: Thorsten Behrens 
Date:   Tue Jan 24 16:43:18 2017 +0100

curl: get winProxy support back

with properly aligned asterisks

Change-Id: I48b31bce45cdce378fa1cfdd9ddde82b9e669cf5
Reviewed-on: https://gerrit.libreoffice.org/33500
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/external/curl/curl-7.26.0_win-proxy.patch 
b/external/curl/curl-7.26.0_win-proxy.patch
index 7edf1b5..1c47886 100644
--- a/external/curl/curl-7.26.0_win-proxy.patch
+++ b/external/curl/curl-7.26.0_win-proxy.patch
@@ -9,3 +9,120 @@
  CFLAGS   = $(CFLAGS) $(EXCFLAGS)
  
  CFGSET   = FALSE
+--- curl-7.26.0/lib/url.c
 misc/build/curl-7.26.0/lib/url.c
+@@ -78,6 +78,10 @@
+ bool curl_win32_idn_to_ascii(const char *in, char **out);
+ #endif  /* USE_LIBIDN2 */
+ 
++#ifdef _WIN32
++#include 
++#endif
++
+ #include "urldata.h"
+ #include "netrc.h"
+ 
+@@ -4586,6 +4590,21 @@
+   return FALSE;
+ }
+ 
++#ifdef _WIN32
++static char *wstrToCstr(LPWSTR wStr)
++{
++  int bufSize;
++  char *out = NULL;
++  if(wStr != NULL) {
++bufSize = WideCharToMultiByte(
++  CP_ACP,  0, wStr, -1, NULL, 0, NULL, NULL);
++out = (char *)malloc(bufSize * sizeof(char));
++WideCharToMultiByte(CP_ACP, 0, wStr, -1, out, bufSize, NULL, NULL);
++  }
++  return out;
++}
++#endif
++
+ /
+ * Detect what (if any) proxy to use. Remember that this selects a host
+ * name and is not limited to HTTP proxies only.
+@@ -4594,6 +4613,7 @@
+ static char *detect_proxy(struct connectdata *conn)
+ {
+   char *proxy = NULL;
++  char *no_proxy=NULL;
+ 
+ #ifndef CURL_DISABLE_HTTP
+   /* If proxy was not specified, we check for default proxy environment
+@@ -4613,7 +4633,64 @@
+* For compatibility, the all-uppercase versions of these variables are
+* checked if the lowercase versions don't exist.
+*/
+-  char *no_proxy=NULL;
++#ifdef _WIN32
++  WINHTTP_CURRENT_USER_IE_PROXY_CONFIG *ieProxyConfig;
++  ieProxyConfig = (WINHTTP_CURRENT_USER_IE_PROXY_CONFIG *)
++malloc(sizeof(WINHTTP_CURRENT_USER_IE_PROXY_CONFIG));
++  if(WinHttpGetIEProxyConfigForCurrentUser(ieProxyConfig)) {
++if(!ieProxyConfig->fAutoDetect) {
++  char *ieProxy;
++  char *ieNoProxy;
++  char *pos;
++
++  ieProxy = wstrToCstr(ieProxyConfig->lpszProxy);
++  ieNoProxy = wstrToCstr(ieProxyConfig->lpszProxyBypass);
++
++  /* Convert the ieNoProxy into a proper no_proxy value */
++  if(NULL != ieNoProxy) {
++no_proxy = strdup(ieNoProxy);
++pos = strpbrk(no_proxy, "; ");
++while(NULL != pos) {
++  no_proxy[pos-no_proxy] = ',';
++  pos = strpbrk(no_proxy, "; ");
++}
++  }
++
++  if(!check_noproxy(conn->host.name, no_proxy)) {
++/* Look for the http proxy setting */
++char *tok;
++char *saveptr;
++
++if(NULL != ieProxy) {
++  tok = strtok_s(ieProxy, ";", );
++  if(strchr(tok, '=') == NULL) {
++proxy = strdup(ieProxy);
++  }
++  else {
++do {
++  if(strncmp(tok, "http=", 5) == 0) {
++/* We found HTTP proxy value, then use it */
++proxy = strdup(tok + 5);
++  }
++  tok = strtok_s(NULL, ";", );
++}
++while(NULL != tok);
++  }
++}
++  }
++
++  free(ieProxy);
++  free(ieNoProxy);
++}
++else {
++  /* TODO Handle the Proxy config Auto Detection case */
++}
++
++GlobalFree(ieProxyConfig->lpszAutoConfigUrl);
++GlobalFree(ieProxyConfig->lpszProxy);
++GlobalFree(ieProxyConfig->lpszProxyBypass);
++  }
++#else /* !WIN32 */
+   char proxy_env[128];
+ 
+   no_proxy=curl_getenv("no_proxy");
+@@ -4663,6 +4739,7 @@
+ }
+   } /* if(!check_noproxy(conn->host.name, no_proxy)) - it wasn't specified
+non-proxy */
++#endif /* WIN32 */
+   free(no_proxy);
+ 
+ #else /* !CURL_DISABLE_HTTP */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-01-26 Thread Eike Rathke
 sc/inc/column.hxx|2 -
 sc/inc/document.hxx  |2 -
 sc/inc/postit.hxx|   10 +++--
 sc/inc/table.hxx |2 -
 sc/source/core/data/column4.cxx  |   12 +++
 sc/source/core/data/documen2.cxx |8 ++-
 sc/source/core/data/document.cxx |4 +--
 sc/source/core/data/postit.cxx   |   40 ---
 sc/source/core/data/table2.cxx   |4 +--
 sc/source/ui/undo/undoblk.cxx|2 -
 10 files changed, 60 insertions(+), 26 deletions(-)

New commits:
commit e77cd8495b88f6da773777909391562ee07055e1
Author: Eike Rathke 
Date:   Wed Jan 18 22:49:08 2017 +0100

tdf#104967 preserve isolated notes data in clipboard when closing document

Change-Id: I0e263583e27c5103c0bb90e8fe00562e46a52d98
(cherry picked from commit b8b657123cc508c906622d20669507628c93e104)
Reviewed-on: https://gerrit.libreoffice.org/33291
Reviewed-by: Markus Mohrhard 
Reviewed-by: Christian Lohmaier 
Tested-by: Christian Lohmaier 

diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 5539f82..cfce9d6 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -598,7 +598,7 @@ public:
 ScPostIt* ReleaseNote( SCROW nRow );
 size_t GetNoteCount() const;
 void CreateAllNoteCaptions();
-void ForgetNoteCaptions( SCROW nRow1, SCROW nRow2 );
+void ForgetNoteCaptions( SCROW nRow1, SCROW nRow2, bool bPreserveData );
 SCROW GetNotePosition( size_t nIndex ) const;
 void GetAllNoteEntries( std::vector& rNotes ) const;
 void GetNotesInRange( SCROW nStartRow, SCROW nEndRow, 
std::vector& rNotes ) const;
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 44092fd..10ce2e2 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1108,7 +1108,7 @@ public:
  * code uses sdr objects to export note data.
  */
 void CreateAllNoteCaptions();
-void ForgetNoteCaptions( const ScRangeList& rRanges );
+void ForgetNoteCaptions( const ScRangeList& rRanges, bool bPreserveData );
 
 ScAddress GetNotePosition( size_t nIndex ) const;
 ScAddress GetNotePosition( size_t nIndex, SCTAB nTab ) const;
diff --git a/sc/inc/postit.hxx b/sc/inc/postit.hxx
index 8835dea..87553f3 100644
--- a/sc/inc/postit.hxx
+++ b/sc/inc/postit.hxx
@@ -129,8 +129,14 @@ public:
 /** Returns the caption object of this note. Creates the caption object, if
 the note contains initial caption data instead of the caption. */
 SdrCaptionObj*  GetOrCreateCaption( const ScAddress& rPos ) const;
-/** Forgets the pointer to the note caption object. */
-voidForgetCaption();
+
+/** Forgets the pointer to the note caption object.
+
+@param  bPreserveData
+If true then the note text is remembered in maNoteData to be 
able
+to later reconstruct a caption from it.
+ */
+voidForgetCaption( bool bPreserveData = false );
 
 /** Shows or hides the note caption object. */
 voidShowCaption( const ScAddress& rPos, bool bShow );
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index da69ea9..34f6e3f 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -400,7 +400,7 @@ public:
 size_t GetNoteCount( SCCOL nCol ) const;
 SCROW GetNotePosition( SCCOL nCol, size_t nIndex ) const;
 void CreateAllNoteCaptions();
-void ForgetNoteCaptions( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW 
nRow2 );
+void ForgetNoteCaptions( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW 
nRow2, bool bPreserveData );
 
 void GetAllNoteEntries( std::vector& rNotes ) const;
 void GetNotesInRange( const ScRange& rRange, std::vector& 
rNotes ) const;
diff --git a/sc/source/core/data/column4.cxx b/sc/source/core/data/column4.cxx
index e3cfb3d..234a852 100644
--- a/sc/source/core/data/column4.cxx
+++ b/sc/source/core/data/column4.cxx
@@ -598,11 +598,15 @@ public:
 }
 };
 
-struct NoteCaptionCleaner
+class NoteCaptionCleaner
 {
+bool mbPreserveData;
+public:
+explicit NoteCaptionCleaner( bool bPreserveData ) : 
mbPreserveData(bPreserveData) {}
+
 void operator() ( size_t /*nRow*/, ScPostIt* p )
 {
-p->ForgetCaption();
+p->ForgetCaption(mbPreserveData);
 }
 };
 
@@ -614,12 +618,12 @@ void ScColumn::CreateAllNoteCaptions()
 sc::ProcessNote(maCellNotes, aFunc);
 }
 
-void ScColumn::ForgetNoteCaptions( SCROW nRow1, SCROW nRow2 )
+void ScColumn::ForgetNoteCaptions( SCROW nRow1, SCROW nRow2, bool 
bPreserveData )
 {
 if (!ValidRow(nRow1) || !ValidRow(nRow2))
 return;
 
-NoteCaptionCleaner aFunc;
+NoteCaptionCleaner aFunc(bPreserveData);
 sc::CellNoteStoreType::iterator it = maCellNotes.begin();
 sc::ProcessNote(it, maCellNotes, nRow1, nRow2, aFunc);
 }
diff --git a/sc/source/core/data/documen2.cxx 

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

2017-01-26 Thread Eike Rathke
 sc/source/core/data/documen2.cxx |   15 +++
 1 file changed, 15 insertions(+)

New commits:
commit 3097bdd13ab3b1a0e16da862cb46614025bce504
Author: Eike Rathke 
Date:   Wed Jan 18 16:18:38 2017 +0100

tdf#104967 prevent crash when pasting notes originating from a closed 
document

This is only a workaround to prevent a crash, the actual note content is 
lost
when pasting, only a standard empty note caption will be pasted.

Change-Id: Ifaef5d30cc2024f3d03d6b2b4f56c5ccfbb67142
(cherry picked from commit cb566c056b0e8f9f73dac3cbaf497e102a247cb9)
Reviewed-on: https://gerrit.libreoffice.org/33275
Reviewed-by: Markus Mohrhard 
Reviewed-by: Michael Stahl 
Reviewed-by: Christian Lohmaier 
Tested-by: Christian Lohmaier 

diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx
index 766aa9f..f884bcd 100644
--- a/sc/source/core/data/documen2.cxx
+++ b/sc/source/core/data/documen2.cxx
@@ -373,6 +373,21 @@ ScDocument::~ScDocument()
 pRefreshTimerControl = nullptr;
 }
 
+if (IsClipboardSource())
+{
+// Notes copied to the clipboard have a raw SdrCaptionObj pointer
+// copied from this document, forget it as it references this
+// document's drawing layer pages and what not, which otherwise when
+// pasting to another document after this document was destructed would
+// attempt to access non-existing data.
+/* XXX this is only a workaround to prevent a crash, the actual note
+ * content is lost, only a standard empty note caption will be pasted.
+ * TODO: come up with a solution. */
+ScDocument* pClipDoc = ScModule::GetClipDoc();
+if (pClipDoc)
+pClipDoc->ForgetNoteCaptions( ScRangeList( ScRange( 0,0,0, MAXCOL, 
MAXROW, pClipDoc->GetTableCount()-1)));
+}
+
 mxFormulaParserPool.reset();
 // Destroy the external ref mgr instance here because it has a timer
 // which needs to be stopped before the app closes.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-3-0' - readlicense_oo/license

2017-01-26 Thread Christian Lohmaier
 readlicense_oo/license/CREDITS.fodt | 3089 ++--
 1 file changed, 1572 insertions(+), 1517 deletions(-)

New commits:
commit 61ed66968fc3d7a93d9cdfa8249b8037a6034c55
Author: Christian Lohmaier 
Date:   Thu Jan 26 23:01:42 2017 +0100

update credits

Change-Id: I678449b9e5722a1d8b7516cb934f03c48abb5fda
(cherry picked from commit 116693b67f82eba47f9ed03e7da4081849ec80ec)
(cherry picked from commit 6847c4e02eda9bcc64624dc716b88ba74f5433e9)

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index 62d2e65..af2e061 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,10 +1,10 @@
 
 
 http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oas
 is:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:
 experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
- Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.2.4.2$Linux_X86_64
 
LibreOffice_project/3d5603e1122f0f102b62521720ab13a38a4e0eb02012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+ Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.2.5.1$Linux_X86_64
 
LibreOffice_project/0312e1a284a7d50ca85a365c316c7abbf20a4d222012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
  
   
-   554
+   686
501
41197
21645
@@ -16,9 +16,9 @@
  3676
  3471
  501
- 554
+ 686
  41697
- 22197
+ 22329
  0
  0
  false
@@ -69,7 +69,7 @@
false
false
true
-   6304616
+   6348325
false
false
false
@@ -314,23 +314,26 @@
  
  
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
+  
+   
+  
   

   
@@ -395,7 +398,7 @@

   
   
-   
+   
   
   

@@ -404,10 +407,10 @@

   
   
-   
+   
   
   
-   
+   
   
   

@@ -1039,7 +1042,7 @@

   
  Credits
-1241 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-01-11 15:58:32.
+1246 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-01-26 22:47:12.
 * marks developers whose first contributions 
happened after 2010-09-28.
 Developers 
committing code since 2010-09-28
 
@@ -1066,10 +1069,10 @@
Vladimir 
GlazunovCommits: 25434Joined: 
2000-12-04
   
   
-   Caolán 
McNamaraCommits: 20896Joined: 
2000-10-10
+   Caolán 
McNamaraCommits: 2Joined: 
2000-10-10
   
   
-   Stephan 
BergmannCommits: 13336Joined: 
2000-10-04
+   Stephan 
BergmannCommits: 13471Joined: 
2000-10-04
   
   
Ivo 
HinkelmannCommits: 9480Joined: 
2002-09-09
@@ -1077,35 +1080,35 @@
  
  
   
-   Tor 
LillqvistCommits: 7687Joined: 
2010-03-23
+   Tor 
LillqvistCommits: 7697Joined: 
2010-03-23
   
   
-   *Noel GrandinCommits: 
6469Joined: 2011-12-12
+   *Noel GrandinCommits: 
6472Joined: 2011-12-12
   
   
-   Miklos 
VajnaCommits: 6118Joined: 
2010-07-29
+   Miklos 
VajnaCommits: 

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - readlicense_oo/license

2017-01-26 Thread Christian Lohmaier
 readlicense_oo/license/CREDITS.fodt | 3089 ++--
 1 file changed, 1572 insertions(+), 1517 deletions(-)

New commits:
commit 6847c4e02eda9bcc64624dc716b88ba74f5433e9
Author: Christian Lohmaier 
Date:   Thu Jan 26 23:01:42 2017 +0100

update credits

Change-Id: I678449b9e5722a1d8b7516cb934f03c48abb5fda
(cherry picked from commit 116693b67f82eba47f9ed03e7da4081849ec80ec)

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index 62d2e65..af2e061 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,10 +1,10 @@
 
 
 http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oas
 is:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:
 experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
- Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.2.4.2$Linux_X86_64
 
LibreOffice_project/3d5603e1122f0f102b62521720ab13a38a4e0eb02012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+ Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.2.5.1$Linux_X86_64
 
LibreOffice_project/0312e1a284a7d50ca85a365c316c7abbf20a4d222012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
  
   
-   554
+   686
501
41197
21645
@@ -16,9 +16,9 @@
  3676
  3471
  501
- 554
+ 686
  41697
- 22197
+ 22329
  0
  0
  false
@@ -69,7 +69,7 @@
false
false
true
-   6304616
+   6348325
false
false
false
@@ -314,23 +314,26 @@
  
  
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
+  
+   
+  
   

   
@@ -395,7 +398,7 @@

   
   
-   
+   
   
   

@@ -404,10 +407,10 @@

   
   
-   
+   
   
   
-   
+   
   
   

@@ -1039,7 +1042,7 @@

   
  Credits
-1241 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-01-11 15:58:32.
+1246 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-01-26 22:47:12.
 * marks developers whose first contributions 
happened after 2010-09-28.
 Developers 
committing code since 2010-09-28
 
@@ -1066,10 +1069,10 @@
Vladimir 
GlazunovCommits: 25434Joined: 
2000-12-04
   
   
-   Caolán 
McNamaraCommits: 20896Joined: 
2000-10-10
+   Caolán 
McNamaraCommits: 2Joined: 
2000-10-10
   
   
-   Stephan 
BergmannCommits: 13336Joined: 
2000-10-04
+   Stephan 
BergmannCommits: 13471Joined: 
2000-10-04
   
   
Ivo 
HinkelmannCommits: 9480Joined: 
2002-09-09
@@ -1077,35 +1080,35 @@
  
  
   
-   Tor 
LillqvistCommits: 7687Joined: 
2010-03-23
+   Tor 
LillqvistCommits: 7697Joined: 
2010-03-23
   
   
-   *Noel GrandinCommits: 
6469Joined: 2011-12-12
+   *Noel GrandinCommits: 
6472Joined: 2011-12-12
   
   
-   Miklos 
VajnaCommits: 6118Joined: 
2010-07-29
+   Miklos 
VajnaCommits: 6131Joined: 
2010-07-29
   
   
-   Michael 
StahlCommits: 

[Libreoffice-bugs] [Bug 105562] New: LOCALHELP: AND, OR with range as argument: function uses not only current column or row

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105562

Bug ID: 105562
   Summary: LOCALHELP: AND, OR with range as argument: function
uses not only current column or row
   Product: LibreOffice
   Version: 5.2.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gilward.ku...@gmail.com

Description:
In the local help for Calc the descriptions of AND and OR on the page Logical
Functions say:
"If a range is entered as a parameter, the function uses the value from the
range that is in the current column or row."
This is wrong. All values in the range are used.

https://help.libreoffice.org/Calc/Logical_Functions#OR

Actual Results:  


Expected Results:



Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101
Firefox/50.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 105394] A warning should be issued if one of the cells included in the computation has a value of any kind that is not taken into account in the result

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105394

--- Comment #10 from Bruno Pagani  ---
Thanks for reopening and considering 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-commits] core.git: Branch 'libreoffice-5-2' - readlicense_oo/license

2017-01-26 Thread Christian Lohmaier
 readlicense_oo/license/CREDITS.fodt | 3089 ++--
 1 file changed, 1572 insertions(+), 1517 deletions(-)

New commits:
commit 5137342893421e4b7ffeb24f6b174aead36a1e76
Author: Christian Lohmaier 
Date:   Thu Jan 26 23:01:42 2017 +0100

update credits

Change-Id: I678449b9e5722a1d8b7516cb934f03c48abb5fda
(cherry picked from commit 116693b67f82eba47f9ed03e7da4081849ec80ec)

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index 62d2e65..af2e061 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,10 +1,10 @@
 
 
 http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oas
 is:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:
 experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
- Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.2.4.2$Linux_X86_64
 
LibreOffice_project/3d5603e1122f0f102b62521720ab13a38a4e0eb02012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+ Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.2.5.1$Linux_X86_64
 
LibreOffice_project/0312e1a284a7d50ca85a365c316c7abbf20a4d222012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
  
   
-   554
+   686
501
41197
21645
@@ -16,9 +16,9 @@
  3676
  3471
  501
- 554
+ 686
  41697
- 22197
+ 22329
  0
  0
  false
@@ -69,7 +69,7 @@
false
false
true
-   6304616
+   6348325
false
false
false
@@ -314,23 +314,26 @@
  
  
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
+  
+   
+  
   

   
@@ -395,7 +398,7 @@

   
   
-   
+   
   
   

@@ -404,10 +407,10 @@

   
   
-   
+   
   
   
-   
+   
   
   

@@ -1039,7 +1042,7 @@

   
  Credits
-1241 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-01-11 15:58:32.
+1246 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-01-26 22:47:12.
 * marks developers whose first contributions 
happened after 2010-09-28.
 Developers 
committing code since 2010-09-28
 
@@ -1066,10 +1069,10 @@
Vladimir 
GlazunovCommits: 25434Joined: 
2000-12-04
   
   
-   Caolán 
McNamaraCommits: 20896Joined: 
2000-10-10
+   Caolán 
McNamaraCommits: 2Joined: 
2000-10-10
   
   
-   Stephan 
BergmannCommits: 13336Joined: 
2000-10-04
+   Stephan 
BergmannCommits: 13471Joined: 
2000-10-04
   
   
Ivo 
HinkelmannCommits: 9480Joined: 
2002-09-09
@@ -1077,35 +1080,35 @@
  
  
   
-   Tor 
LillqvistCommits: 7687Joined: 
2010-03-23
+   Tor 
LillqvistCommits: 7697Joined: 
2010-03-23
   
   
-   *Noel GrandinCommits: 
6469Joined: 2011-12-12
+   *Noel GrandinCommits: 
6472Joined: 2011-12-12
   
   
-   Miklos 
VajnaCommits: 6118Joined: 
2010-07-29
+   Miklos 
VajnaCommits: 6131Joined: 
2010-07-29
   
   
-   Michael 
StahlCommits: 

[Libreoffice-commits] core.git: readlicense_oo/license

2017-01-26 Thread Christian Lohmaier
 readlicense_oo/license/CREDITS.fodt | 3089 ++--
 1 file changed, 1572 insertions(+), 1517 deletions(-)

New commits:
commit 116693b67f82eba47f9ed03e7da4081849ec80ec
Author: Christian Lohmaier 
Date:   Thu Jan 26 23:01:42 2017 +0100

update credits

Change-Id: I678449b9e5722a1d8b7516cb934f03c48abb5fda

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index 62d2e65..af2e061 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,10 +1,10 @@
 
 
 http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oas
 is:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:officeooo="http://openoffice.org/2009/office; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:formx="urn:openoffice:names:
 experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.text">
- Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.2.4.2$Linux_X86_64
 
LibreOffice_project/3d5603e1122f0f102b62521720ab13a38a4e0eb02012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
+ Credits » 
LibreOfficeCreditscontributorscodersdevelopersCredits
 for the LibreOffice 
development/coding.LibreOffice/5.2.5.1$Linux_X86_64
 
LibreOffice_project/0312e1a284a7d50ca85a365c316c7abbf20a4d222012-02-20T22:17:18.06000PT14M12S3JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA
  
   
-   554
+   686
501
41197
21645
@@ -16,9 +16,9 @@
  3676
  3471
  501
- 554
+ 686
  41697
- 22197
+ 22329
  0
  0
  false
@@ -69,7 +69,7 @@
false
false
true
-   6304616
+   6348325
false
false
false
@@ -314,23 +314,26 @@
  
  
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   
-   
+   
   
   

   
+  
+   
+  
   

   
@@ -395,7 +398,7 @@

   
   
-   
+   
   
   

@@ -404,10 +407,10 @@

   
   
-   
+   
   
   
-   
+   
   
   

@@ -1039,7 +1042,7 @@

   
  Credits
-1241 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-01-11 15:58:32.
+1246 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2017-01-26 22:47:12.
 * marks developers whose first contributions 
happened after 2010-09-28.
 Developers 
committing code since 2010-09-28
 
@@ -1066,10 +1069,10 @@
Vladimir 
GlazunovCommits: 25434Joined: 
2000-12-04
   
   
-   Caolán 
McNamaraCommits: 20896Joined: 
2000-10-10
+   Caolán 
McNamaraCommits: 2Joined: 
2000-10-10
   
   
-   Stephan 
BergmannCommits: 13336Joined: 
2000-10-04
+   Stephan 
BergmannCommits: 13471Joined: 
2000-10-04
   
   
Ivo 
HinkelmannCommits: 9480Joined: 
2002-09-09
@@ -1077,35 +1080,35 @@
  
  
   
-   Tor 
LillqvistCommits: 7687Joined: 
2010-03-23
+   Tor 
LillqvistCommits: 7697Joined: 
2010-03-23
   
   
-   *Noel GrandinCommits: 
6469Joined: 2011-12-12
+   *Noel GrandinCommits: 
6472Joined: 2011-12-12
   
   
-   Miklos 
VajnaCommits: 6118Joined: 
2010-07-29
+   Miklos 
VajnaCommits: 6131Joined: 
2010-07-29
   
   
-   Michael 
StahlCommits: 5751Joined: 
2008-06-16
+   Michael 
StahlCommits: 5776Joined: 
2008-06-16
 

[Libreoffice-bugs] [Bug 97159] Writer crashed when adding files to master documents

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97159

--- Comment #7 from Yan Pas  ---
Well, you may use about 20 any heavy LO documents (~30 pages each)

-- 
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 97159] Writer crashed when adding files to master documents

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97159

--- Comment #6 from Yan Pas  ---
Files were to large for bugzilla and not mine. I need to find them somehow...

-- 
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 93615] LibO automatic spellchecking eats too much RAM

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93615

--- Comment #5 from Yan Pas  ---
Now it eats 15-20 mb, ot so critical, may be closed

-- 
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-3-0' - extras/source

2017-01-26 Thread Christian Lohmaier
 extras/source/autocorr/lang/pt-BR/DocumentList.xml |2 +-
 extras/source/autocorr/lang/sk/DocumentList.xml|   10 +-
 extras/source/autocorr/lang/tr/DocumentList.xml|2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit f93c5ef6af0ad025ec47738b3b3f1eee8582830c
Author: Christian Lohmaier 
Date:   Thu Jan 26 22:47:12 2017 +0100

update emoji autocorrect files from po-files

Change-Id: Iea4e16a5c0ede574bc9e01bc0953aed9a138243d
(cherry picked from commit a7f24b6fe60d84d3ec226445e8023cf594daa72c)
(cherry picked from commit 4edc6a81057ec2424bdc304e7ee94d42eeb1623d)

diff --git a/extras/source/autocorr/lang/pt-BR/DocumentList.xml 
b/extras/source/autocorr/lang/pt-BR/DocumentList.xml
index b213b20..648d2fe 100644
--- a/extras/source/autocorr/lang/pt-BR/DocumentList.xml
+++ b/extras/source/autocorr/lang/pt-BR/DocumentList.xml
@@ -2186,7 +2186,6 @@
   
   
   
-  
   
   
   
@@ -2211,6 +2210,7 @@
   
   
   
+  
   
   
   
diff --git a/extras/source/autocorr/lang/sk/DocumentList.xml 
b/extras/source/autocorr/lang/sk/DocumentList.xml
index 5b691ad..a54f204 100644
--- a/extras/source/autocorr/lang/sk/DocumentList.xml
+++ b/extras/source/autocorr/lang/sk/DocumentList.xml
@@ -174,6 +174,7 @@
   
   
   
+  
   
   
   
@@ -362,7 +363,7 @@
   
   
   
-  
+  
   
   
   
@@ -398,6 +399,7 @@
   
   
   
+  
   
   
   
@@ -535,7 +537,6 @@
   
   
   
-  
   
   
   
@@ -732,7 +733,6 @@
   
   
   
-  
   
   
   
@@ -759,7 +759,6 @@
   
   
   
-  
   
   
   
@@ -779,6 +778,7 @@
   
   
   
+  
   
   
   
@@ -837,7 +837,7 @@
   
   
   
-  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/tr/DocumentList.xml 
b/extras/source/autocorr/lang/tr/DocumentList.xml
index 48689e2..4695427 100644
--- a/extras/source/autocorr/lang/tr/DocumentList.xml
+++ b/extras/source/autocorr/lang/tr/DocumentList.xml
@@ -194,6 +194,7 @@
   
   
   
+  
   
   
   
@@ -475,7 +476,6 @@
   
   
   
-  
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - extras/source

2017-01-26 Thread Christian Lohmaier
 extras/source/autocorr/lang/pt-BR/DocumentList.xml |2 +-
 extras/source/autocorr/lang/sk/DocumentList.xml|   10 +-
 extras/source/autocorr/lang/tr/DocumentList.xml|2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 4edc6a81057ec2424bdc304e7ee94d42eeb1623d
Author: Christian Lohmaier 
Date:   Thu Jan 26 22:47:12 2017 +0100

update emoji autocorrect files from po-files

Change-Id: Iea4e16a5c0ede574bc9e01bc0953aed9a138243d
(cherry picked from commit a7f24b6fe60d84d3ec226445e8023cf594daa72c)

diff --git a/extras/source/autocorr/lang/pt-BR/DocumentList.xml 
b/extras/source/autocorr/lang/pt-BR/DocumentList.xml
index b213b20..648d2fe 100644
--- a/extras/source/autocorr/lang/pt-BR/DocumentList.xml
+++ b/extras/source/autocorr/lang/pt-BR/DocumentList.xml
@@ -2186,7 +2186,6 @@
   
   
   
-  
   
   
   
@@ -2211,6 +2210,7 @@
   
   
   
+  
   
   
   
diff --git a/extras/source/autocorr/lang/sk/DocumentList.xml 
b/extras/source/autocorr/lang/sk/DocumentList.xml
index 5b691ad..a54f204 100644
--- a/extras/source/autocorr/lang/sk/DocumentList.xml
+++ b/extras/source/autocorr/lang/sk/DocumentList.xml
@@ -174,6 +174,7 @@
   
   
   
+  
   
   
   
@@ -362,7 +363,7 @@
   
   
   
-  
+  
   
   
   
@@ -398,6 +399,7 @@
   
   
   
+  
   
   
   
@@ -535,7 +537,6 @@
   
   
   
-  
   
   
   
@@ -732,7 +733,6 @@
   
   
   
-  
   
   
   
@@ -759,7 +759,6 @@
   
   
   
-  
   
   
   
@@ -779,6 +778,7 @@
   
   
   
+  
   
   
   
@@ -837,7 +837,7 @@
   
   
   
-  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/tr/DocumentList.xml 
b/extras/source/autocorr/lang/tr/DocumentList.xml
index 48689e2..4695427 100644
--- a/extras/source/autocorr/lang/tr/DocumentList.xml
+++ b/extras/source/autocorr/lang/tr/DocumentList.xml
@@ -194,6 +194,7 @@
   
   
   
+  
   
   
   
@@ -475,7 +476,6 @@
   
   
   
-  
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-01-26 Thread Christian Lohmaier
 extras/source/autocorr/lang/pt-BR/DocumentList.xml |2 +-
 extras/source/autocorr/lang/sk/DocumentList.xml|   10 +-
 extras/source/autocorr/lang/tr/DocumentList.xml|2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit a7f24b6fe60d84d3ec226445e8023cf594daa72c
Author: Christian Lohmaier 
Date:   Thu Jan 26 22:47:12 2017 +0100

update emoji autocorrect files from po-files

Change-Id: Iea4e16a5c0ede574bc9e01bc0953aed9a138243d

diff --git a/extras/source/autocorr/lang/pt-BR/DocumentList.xml 
b/extras/source/autocorr/lang/pt-BR/DocumentList.xml
index b213b20..648d2fe 100644
--- a/extras/source/autocorr/lang/pt-BR/DocumentList.xml
+++ b/extras/source/autocorr/lang/pt-BR/DocumentList.xml
@@ -2186,7 +2186,6 @@
   
   
   
-  
   
   
   
@@ -2211,6 +2210,7 @@
   
   
   
+  
   
   
   
diff --git a/extras/source/autocorr/lang/sk/DocumentList.xml 
b/extras/source/autocorr/lang/sk/DocumentList.xml
index 5b691ad..a54f204 100644
--- a/extras/source/autocorr/lang/sk/DocumentList.xml
+++ b/extras/source/autocorr/lang/sk/DocumentList.xml
@@ -174,6 +174,7 @@
   
   
   
+  
   
   
   
@@ -362,7 +363,7 @@
   
   
   
-  
+  
   
   
   
@@ -398,6 +399,7 @@
   
   
   
+  
   
   
   
@@ -535,7 +537,6 @@
   
   
   
-  
   
   
   
@@ -732,7 +733,6 @@
   
   
   
-  
   
   
   
@@ -759,7 +759,6 @@
   
   
   
-  
   
   
   
@@ -779,6 +778,7 @@
   
   
   
+  
   
   
   
@@ -837,7 +837,7 @@
   
   
   
-  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/tr/DocumentList.xml 
b/extras/source/autocorr/lang/tr/DocumentList.xml
index 48689e2..4695427 100644
--- a/extras/source/autocorr/lang/tr/DocumentList.xml
+++ b/extras/source/autocorr/lang/tr/DocumentList.xml
@@ -194,6 +194,7 @@
   
   
   
+  
   
   
   
@@ -475,7 +476,6 @@
   
   
   
-  
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-3-0' - translations

2017-01-26 Thread Christian Lohmaier
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 307223550a49c532080e115c93ab2861e1fc1d8d
Author: Christian Lohmaier 
Date:   Thu Jan 26 18:36:38 2017 +0100

Updated core
Project: translations  004b9ca41788f358d934ef5161facd3390bdaacc

update translations for 5.3.0 rc3

and force-fix errors using pocheck

Change-Id: I6b04819571adace8dd8bd2f5bfa6e37c0e4ac618
(cherry picked from commit f6f80453277b09ee87688949dce31fb350d068c0)
(cherry picked from commit 694cb5be945ceae5b8b51816fb92ee3e218a852f)

diff --git a/translations b/translations
index ef5aa6b..004b9ca 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit ef5aa6bddae942a0ec66fa7ff130b46fabd94729
+Subproject commit 004b9ca41788f358d934ef5161facd3390bdaacc
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - translations

2017-01-26 Thread Christian Lohmaier
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da90d1bec14de786a54374d897d0224085d41512
Author: Christian Lohmaier 
Date:   Thu Jan 26 18:36:38 2017 +0100

Updated core
Project: translations  694cb5be945ceae5b8b51816fb92ee3e218a852f

update translations for 5.3.0 rc3

and force-fix errors using pocheck

Change-Id: I6b04819571adace8dd8bd2f5bfa6e37c0e4ac618
(cherry picked from commit f6f80453277b09ee87688949dce31fb350d068c0)

diff --git a/translations b/translations
index 969ab02..694cb5b 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 969ab027d097bdf9585f875a349753d6ccfe702e
+Subproject commit 694cb5be945ceae5b8b51816fb92ee3e218a852f
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: translations

2017-01-26 Thread Christian Lohmaier
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f28a3358260778f8f401a4069ae9c819313217c4
Author: Christian Lohmaier 
Date:   Thu Jan 26 18:36:38 2017 +0100

Updated core
Project: translations  f6f80453277b09ee87688949dce31fb350d068c0

update translations for 5.3.0 rc3

and force-fix errors using pocheck

Change-Id: I6b04819571adace8dd8bd2f5bfa6e37c0e4ac618

diff --git a/translations b/translations
index b429353..f6f8045 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit b42935352f559784853712a2612ea975265d190a
+Subproject commit f6f80453277b09ee87688949dce31fb350d068c0
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105561] Entries of LibreOffice modules does not appear in context menus of corresponding MS Office files

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105561

Marcin  changed:

   What|Removed |Added

 Attachment #130712|regedit file with necessary |regeditLibreOffice_x86.reg
description|entries |regedit file with necessary
   ||entries

-- 
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 105561] Entries of LibreOffice modules does not appear in context menus of corresponding MS Office files

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105561

Marcin  changed:

   What|Removed |Added

 Attachment #130711|regeditLibreOffice_x86.reg  |regeditLibreOffice.reg
description|regedit file with necessary |regedit file with necessary
   |entries |entries

-- 
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: 2 commits - sc/source

2017-01-26 Thread Eike Rathke
 sc/source/ui/unoobj/appluno.cxx |1 
 sc/source/ui/unoobj/confuno.cxx |   56 +---
 2 files changed, 47 insertions(+), 10 deletions(-)

New commits:
commit 32d90e643e4d9285366169301af4342d871c0d94
Author: Eike Rathke 
Date:   Thu Jan 26 22:30:47 2017 +0100

this is the css::document::Settings property LinkUpdateMode

... not the css::sheet::XGlobalSheetSettings attribute LinkUpdateMode.

Change-Id: I039c8d39e89e693de1c5a1a4218c2fca70a6de9f

diff --git a/sc/source/ui/unoobj/confuno.cxx b/sc/source/ui/unoobj/confuno.cxx
index 0285c94..73ae1dc 100644
--- a/sc/source/ui/unoobj/confuno.cxx
+++ b/sc/source/ui/unoobj/confuno.cxx
@@ -30,6 +30,7 @@
 #include "sc.hrc"
 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -154,18 +155,36 @@ void SAL_CALL ScDocumentConfiguration::setPropertyValue(
 aViewOpt.SetOption(VOPT_PAGEBREAKS, 
ScUnoHelpFunctions::GetBoolFromAny( aValue ) );
 else if ( aPropertyName == SC_UNONAME_LINKUPD )
 {
+// XXX NOTE: this is the css::document::Settings property
+// LinkUpdateMode, not the css::sheet::XGlobalSheetSettings
+// attribute LinkUpdateMode.
 sal_Int16 n;
-//TODO: css.sheet.XGlobalSheetSettings LinkUpdateMode property is
-// documented to take values in the range 0--2 (always, never, on
-// demand), but appears to be routinely set to 3 here,
-// corresponding to ScLkUpdMode LM_UNKNOWN:
-if (!(aValue >>= n) || n < 0 || n > 3) {
+if (!(aValue >>= n) || n < css::document::LinkUpdateModes::NEVER ||
+n > css::document::LinkUpdateModes::GLOBAL_SETTING)
+{
 throw css::lang::IllegalArgumentException(
-("LinkUpdateMode property value must be a SHORT in the"
- " range 0--3"),
+("LinkUpdateMode property value must be a SHORT with a 
value in"
+ " the range of the css::document::LinkUpdateModes 
constants"),
 css::uno::Reference(), -1);
 }
-rDoc.SetLinkMode( static_cast(n) );
+ScLkUpdMode eMode;
+switch (n)
+{
+case css::document::LinkUpdateModes::NEVER:
+eMode = LM_NEVER;
+break;
+case css::document::LinkUpdateModes::MANUAL:
+eMode = LM_ON_DEMAND;
+break;
+case css::document::LinkUpdateModes::AUTO:
+eMode = LM_ALWAYS;
+break;
+case css::document::LinkUpdateModes::GLOBAL_SETTING:
+default:
+eMode = SC_MOD()->GetAppOptions().GetLinkMode();
+break;
+}
+rDoc.SetLinkMode( eMode );
 }
 else if ( aPropertyName == SC_UNO_COLROWHDR )
 aViewOpt.SetOption(VOPT_HEADER, 
ScUnoHelpFunctions::GetBoolFromAny( aValue ) );
@@ -385,7 +404,26 @@ uno::Any SAL_CALL 
ScDocumentConfiguration::getPropertyValue( const OUString& aPr
 else if ( aPropertyName == SC_UNO_SHOWPAGEBR )
 aRet <<= aViewOpt.GetOption( VOPT_PAGEBREAKS );
 else if ( aPropertyName == SC_UNONAME_LINKUPD )
-aRet <<= static_cast ( rDoc.GetLinkMode() );
+{
+sal_Int16 nLUM;
+switch (rDoc.GetLinkMode())
+{
+case LM_ALWAYS:
+nLUM = css::document::LinkUpdateModes::AUTO;
+break;
+case LM_NEVER:
+nLUM = css::document::LinkUpdateModes::NEVER;
+break;
+case LM_ON_DEMAND:
+nLUM = css::document::LinkUpdateModes::MANUAL;
+break;
+case LM_UNKNOWN:
+default:
+nLUM = css::document::LinkUpdateModes::GLOBAL_SETTING;
+break;
+}
+aRet <<= nLUM;
+}
 else if ( aPropertyName == SC_UNO_COLROWHDR )
 aRet <<= aViewOpt.GetOption( VOPT_HEADER );
 else if ( aPropertyName == SC_UNO_SHEETTABS )
commit d03cacfb7b9b126e375dfeaeed2fcd74d4fa48fb
Author: Eike Rathke 
Date:   Thu Jan 26 22:12:47 2017 +0100

remove now unused header file

Change-Id: I7a9696f07c1a6e1deec342f224343bd938078c2c

diff --git a/sc/source/ui/unoobj/appluno.cxx b/sc/source/ui/unoobj/appluno.cxx
index 646599a..cdfcba7 100644
--- a/sc/source/ui/unoobj/appluno.cxx
+++ b/sc/source/ui/unoobj/appluno.cxx
@@ -36,7 +36,6 @@
 #include "sc.hrc"
 #include "unonames.hxx"
 #include "funcdesc.hxx"
-#include 
 #include 
 #include 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105561] Entries of LibreOffice modules does not appear in context menus of corresponding MS Office files

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105561

Marcin  changed:

   What|Removed |Added

 Attachment #130711|regedit file with necessary |regeditLibreOffice_x86.reg
description|entries |regedit file with necessary
   ||entries

-- 
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 105561] Entries of LibreOffice modules does not appear in context menus of corresponding MS Office files

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105561

--- Comment #2 from Marcin  ---
Created attachment 130712
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130712=edit
regedit file with necessary entries

-- 
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 105561] Entries of LibreOffice modules does not appear in context menus of corresponding MS Office files

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105561

--- Comment #1 from Marcin  ---
Created attachment 130711
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130711=edit
regedit file with necessary entries

-- 
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 105561] New: Entries of LibreOffice modules does not appear in context menus of corresponding MS Office files

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105561

Bug ID: 105561
   Summary: Entries of LibreOffice modules does not appear in
context menus of corresponding MS Office files
   Product: LibreOffice
   Version: 5.2.4.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jm...@vp.pl

Description:
There's no 'LibreOffice Writer' entry in MS Word files context menus or
'LibreOffice Calc' entry in MS Excel context menus etc. This is due to the lack
of appropriate entries in the Windows' registry (see: 'Additional Information'
below.
---
Problem is related to Windows 10.
Windows 7 and below - the problem does not appear.
Windows 8.x - not checked.

Steps to Reproduce:
1. Right-click any MS Office File and go to Open With...
2. Try to find corresponding LibreOffice module entry
3.

Actual Results:  
No MS Office files context menu entries for Libre Office modules.

Expected Results:
Appropriate entries in the Windows' registry should be added during LibreOffice
installation.


Reproducible: Always

User Profile Reset: Not necessary.

Additional Info:
I have created entries (this solved the problem) and exported them to reg files
for future uses:
- regeditLibreOffice_x86.reg - 32-bit LibreOffice on 64-bit Windows 10;
- regeditLibreOffice.reg - other cases.

Files are attached to this report.


User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101
Firefox/51.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 105560] New: "View > Grid Lines for Sheet" only affects current sheet , not all selected sheets

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105560

Bug ID: 105560
   Summary: "View > Grid Lines for Sheet" only affects current
sheet, not all selected sheets
   Product: LibreOffice
   Version: 5.2.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gilward.ku...@gmail.com

Description:
"View > Grid Lines for Sheet" only affects current sheet, not all selected
sheets

Steps to Reproduce:
1. select two or more sheets
2. choose View > Grid Lines for Sheet

Actual Results:  
only the current sheet is affected

Expected Results:
all selected sheets should be affected


Reproducible: Always

User Profile Reset: yes

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101
Firefox/50.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 105559] New: Converting an slide that contains a tile background image takes too much time and generates too much bitmaps

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105559

Bug ID: 105559
   Summary: Converting an slide that contains a tile background
image takes too much time and generates too much
bitmaps
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ghazi.noctu...@gmail.com

Created attachment 130710
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130710=edit
File that contains tile background

I have a powerpoint file that contains a little background image set in tile.
When I try to export it to PDF it takes too much time and generates too many
single bitmap images in the background. Please see the attached 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: bin/find-german-comments

2017-01-26 Thread Michael Meeks
 bin/find-german-comments |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

New commits:
commit 294c78fd65e62f8061dc2d54a4c8b1baa554e407
Author: Michael Meeks 
Date:   Thu Jan 26 17:47:45 2017 +

German comment finding - simplify top-level detection.

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

diff --git a/bin/find-german-comments b/bin/find-german-comments
index 40b4c9b..13653d9 100755
--- a/bin/find-german-comments
+++ b/bin/find-german-comments
@@ -226,16 +226,14 @@ class Parser:
 """
 checks each _tracked_ file in a directory recursively
 """
+
+   # top-level project directory -> use whitelist.
 globalscan = False
-if re.match(r'.*/core$', os.getcwd()) and directory == '.':
-globalscan = True
+if os.path.exists(directory + "/.git/config"):
+   globalscan = True
 
 # Change into the given dir, so "git ls-tree" does work.
-# If we want to scan the current dir, we must not do so as we are 
already there.
-if not globalscan and directory != '.':
-currentdir = os.getcwd()
-os.chdir(currentdir.split("core", 1)[0] + "core/")
-os.chdir(directory)
+os.chdir(directory)
 
 sock = os.popen(r"git ls-tree -r HEAD --name-only |egrep 
'\.(c|cc|cpp|cxx|h|hxx|mm)$'")
 lines = sock.readlines()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105514] Hang/ crash during first start with non-OpenGL-capable hardware

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105514

--- Comment #7 from Caolán McNamara  ---
https://gerrit.libreoffice.org/#/c/33580/ might solve 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-commits] core.git: sc/qa

2017-01-26 Thread Zdeněk Crhonek
 sc/qa/unit/data/functions/statistical/fods/trimmean.fods | 7055 +++
 sc/qa/unit/data/functions/statistical/fods/ttest.fods| 5979 
 sc/qa/unit/data/functions/statistical/fods/var.fods  | 5915 
 3 files changed, 18949 insertions(+)

New commits:
commit 38b3df0f74c266bf80b0672a7c7f657ca46ae920
Author: Zdeněk Crhonek 
Date:   Thu Jan 26 20:08:53 2017 +0100

add VAR, TRIMMEAN, TTEST testcase

Change-Id: I2e4044bdf77433e3193ba8670a013561a6497482
Reviewed-on: https://gerrit.libreoffice.org/33596
Tested-by: Jenkins 
Reviewed-by: Zdenek Crhonek 

diff --git a/sc/qa/unit/data/functions/statistical/fods/trimmean.fods 
b/sc/qa/unit/data/functions/statistical/fods/trimmean.fods
new file mode 100644
index 000..0a96e9b
--- /dev/null
+++ b/sc/qa/unit/data/functions/statistical/fods/trimmean.fods
@@ -0,0 +1,7055 @@
+
+
+http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:scr
 ipt="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:form
 x="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.spreadsheet">
+ 
2017-01-26T20:07:20.373516475P0D1LibreOfficeDev/5.4.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/326729ce54de5296cb2a673ae88d2befa3e245ef
+ 
+  
+   0
+   0
+   60198
+   82355
+   
+
+ view1
+ 
+  
+   2
+   8
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   100
+   60
+   true
+   false
+  
+  
+   4
+   6
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   100
+   60
+   true
+   false
+  
+ 
+ Sheet2
+ 1241
+ 0
+ 100
+ 60
+ false
+ true
+ true
+ true
+ 12632256
+ true
+ true
+ true
+ true
+ true
+ false
+ false
+ 1270
+ 1270
+ 1
+ 1
+ true
+ false
+
+   
+  
+  
+   7
+   false
+   false
+   true
+   true
+   false
+   false
+   false
+   1270
+   1270
+   true
+   true
+   true
+   true
+   true
+   false
+   12632256
+   false
+   Lexmark-E352dn
+   
+
+ cs
+ CZ
+ 
+ 
+ 
+
+
+ de
+ DE
+ 
+ 
+ 
+
+
+ en
+ US
+ 
+ 
+ 
+
+
+ nl
+ NL
+ 
+ 
+ 
+
+   
+   true
+   true
+   3
+   1
+   true
+   1
+   true
+   lgH+/0xleG1hcmstRTM1MmRuQ1VQUzpMZXhtYXJrLUUzNTJkbgAWAAMAtwAIAFZUAAAkbQAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhClBhZ2VTaXplOkxldHRlcgAAEgBDT01QQVRfRFVQTEVYX01PREUPAER1cGxleE1vZGU6Ok9mZg==
+   false
+   0
+  
+ 
+ 
+  
+   http://openoffice.org/2004/office; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+   
+  
+ 
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+ 
+ 
+  
+   
+   
+  
+  
+   
+  
+  
+   
+  
+  
+   
+
+   Kč
+  
+  
+   
+   -
+   
+
+   Kč
+   
+  
+  
+
+   
+
+  
+  
+

[Libreoffice-bugs] [Bug 104312] Severe lag on drawing canvas in "Draw"

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104312

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.4.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-commits] core.git: Branch 'refs/notes/commits' - 32/33dc045e3135fa6687b6c44951ae10e01f05cd

2017-01-26 Thread Caolán McNamara
 32/33dc045e3135fa6687b6c44951ae10e01f05cd |1 +
 1 file changed, 1 insertion(+)

New commits:
commit bcbb28eea5a9b3ce6998896143a76fae33b966dd
Author: Caolán McNamara 
Date:   Thu Jan 26 21:07:20 2017 +

Notes added by 'git notes add'

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


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

2017-01-26 Thread Zdeněk Crhonek
 sc/qa/unit/data/functions/addin/fods/imargument.fods  | 5755 ++
 sc/qa/unit/data/functions/addin/fods/imconjugate.fods | 5755 ++
 2 files changed, 11510 insertions(+)

New commits:
commit 87603abe03631f231932547f02cf6390dfc4e020
Author: Zdeněk Crhonek 
Date:   Thu Jan 26 20:31:08 2017 +0100

add IMARGUMENT, IMCONJUGATE testcase

Change-Id: I5c2a58b868529d60a5ac66aa0f594d702df6ca56
Reviewed-on: https://gerrit.libreoffice.org/33597
Tested-by: Jenkins 
Reviewed-by: Zdenek Crhonek 

diff --git a/sc/qa/unit/data/functions/addin/fods/imargument.fods 
b/sc/qa/unit/data/functions/addin/fods/imargument.fods
new file mode 100644
index 000..26a92f6
--- /dev/null
+++ b/sc/qa/unit/data/functions/addin/fods/imargument.fods
@@ -0,0 +1,5755 @@
+
+
+http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:scr
 ipt="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:form
 x="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.spreadsheet">
+ 
2016-12-29T18:23:56.52200P0D1LibreOfficeDev/5.4.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/326729ce54de5296cb2a673ae88d2befa3e245ef
+ 
+  
+   0
+   0
+   69959
+   359233
+   
+
+ view1
+ 
+  
+   2
+   8
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   110
+   60
+   true
+   false
+  
+  
+   2
+   9
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   110
+   60
+   true
+   false
+  
+ 
+ Sheet2
+ 1241
+ 0
+ 110
+ 60
+ false
+ true
+ true
+ true
+ 12632256
+ true
+ true
+ true
+ true
+ true
+ false
+ false
+ 1270
+ 1270
+ 1
+ 1
+ true
+ false
+
+   
+  
+  
+   7
+   false
+   false
+   true
+   true
+   false
+   false
+   false
+   1270
+   1270
+   true
+   true
+   true
+   true
+   true
+   false
+   12632256
+   false
+   Lexmark-E352dn
+   
+
+ cs
+ CZ
+ 
+ 
+ 
+
+
+ de
+ DE
+ 
+ 
+ 
+
+
+ en
+ US
+ 
+ 
+ 
+
+
+ nl
+ NL
+ 
+ 
+ 
+
+   
+   true
+   true
+   3
+   1
+   true
+   1
+   true
+   sgH+/0xleG1hcmstRTM1MmRuQ1VQUzpMZXhtYXJrLUUzNTJkbgAWAAMA0wAIAFZUAAAkbQAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhClBhZ2VTaXplOkxldHRlcgBJbnB1dFNsb3Q6VHJheTEARHVwbGV4Ok5vbmUAABIAQ09NUEFUX0RVUExFWF9NT0RFDwBEdXBsZXhNb2RlOjpPZmY=
+   false
+   0
+  
+ 
+ 
+  
+   http://openoffice.org/2004/office; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+   
+  
+ 
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+ 
+ 
+  
+   
+   
+  
+  
+   
+  
+  
+   
+  
+  
+   
+
+   Kč
+  
+  
+   
+   -
+   
+
+   Kč
+   
+  
+  
+
+   
+
+  
+  
+
+   (
+   
+   )
+  
+  
+
+   -
+   
+
+  
+  
+  

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - b1/1dcb469297f5cf257c472cdbc8492cb594ab8d

2017-01-26 Thread Caolán McNamara
 b1/1dcb469297f5cf257c472cdbc8492cb594ab8d |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6508bbe702e61c83f5547163bf93c595cb3bbac1
Author: Caolán McNamara 
Date:   Thu Jan 26 21:05:40 2017 +

Notes added by 'git notes add'

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


[Libreoffice-bugs] [Bug 104479] Export as PDF produces much larger PDFs

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104479

--- Comment #23 from Aron Budea  ---
Clubchef, there's no ETA, but if it's causing you trouble, you could install an
earlier version separately from the current one, and use that for exporting to
PDF (5.0.6 and 5.1.1 are free from this regression). Details and download links
are available here:
https://wiki.documentfoundation.org/Installing_in_parallel

-- 
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: 2 commits - filter/source include/sal include/svx svx/source

2017-01-26 Thread Caolán McNamara
 filter/source/graphicfilter/ieps/ieps.cxx |   15 ++--
 include/sal/log-areas.dox |1 
 include/svx/colorbox.hxx  |3 +
 include/svx/tbcontrl.hxx  |3 +
 svx/source/tbxctrls/tbcontrl.cxx  |   51 +++---
 5 files changed, 56 insertions(+), 17 deletions(-)

New commits:
commit e17a34e957c21a8cd2977b1b0e1c9a427c244aed
Author: Caolán McNamara 
Date:   Thu Jan 26 21:01:06 2017 +

ofz: check if the stream is able to meet the eps len claim before reading

Change-Id: I65407bffb67449e203b8ead23554a4e88387d214

diff --git a/filter/source/graphicfilter/ieps/ieps.cxx 
b/filter/source/graphicfilter/ieps/ieps.cxx
index 912be13..090bc65 100644
--- a/filter/source/graphicfilter/ieps/ieps.cxx
+++ b/filter/source/graphicfilter/ieps/ieps.cxx
@@ -540,7 +540,7 @@ ipsGraphicImport( SvStream & rStream, Graphic & rGraphic, 
FilterConfigItem* )
 Graphic aGraphic;
 boolbRetValue = false;
 boolbHasPreview = false;
-sal_uInt32  nSignature, nPSStreamPos, nPSSize;
+sal_uInt32  nSignature = 0, nPSStreamPos, nPSSize = 0;
 sal_uInt32  nSizeWMF = 0;
 sal_uInt32  nPosWMF = 0;
 sal_uInt32  nSizeTIFF = 0;
@@ -585,13 +585,20 @@ ipsGraphicImport( SvStream & rStream, Graphic & rGraphic, 
FilterConfigItem* )
 nPSStreamPos = nOrigPos;// no preview available _>so we 
must get the size manually
 nPSSize = rStream.Seek( STREAM_SEEK_TO_END ) - nOrigPos;
 }
+
 std::unique_ptr pHeader( new sal_uInt8[ 22 ] );
 rStream.Seek( nPSStreamPos );
 rStream.ReadBytes(pHeader.get(), 22); // check PostScript header
-if ( ImplSearchEntry( pHeader.get(), reinterpret_cast("%!PS-Adobe"), 10, 10 ) &&
-ImplSearchEntry( [ 15 ], reinterpret_cast("EPS"), 3, 3 ) )
+bool bOk = ImplSearchEntry(pHeader.get(), reinterpret_cast("%!PS-Adobe"), 10, 10) &&
+   ImplSearchEntry([ 15 ], reinterpret_cast("EPS"), 3, 3);
+if (bOk)
+{
+rStream.Seek(nPSStreamPos);
+bOk = rStream.remainingSize() >= nPSSize;
+SAL_WARN_IF(!bOk, "filter.eps", "eps claims to be: " << nPSSize << " 
in size, but only " << rStream.remainingSize() << " remains");
+}
+if (bOk)
 {
-rStream.Seek( nPSStreamPos );
 std::unique_ptr pBuf( new sal_uInt8[ nPSSize ] );
 
 sal_uInt32 nBufStartPos = rStream.Tell();
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox
index 386c52b..0afd32e 100644
--- a/include/sal/log-areas.dox
+++ b/include/sal/log-areas.dox
@@ -201,6 +201,7 @@ certain functionality.
 @section Filter
 
 @li @c filter.config
+@li @c filter.eps
 @li @c filter.flash
 @li @c filter.ms - escher import/export
 @li @c filter.odfflatxml
commit 9954a91eb841225950ef28a24be5a38abdcb42a9
Author: Caolán McNamara 
Date:   Thu Jan 26 15:45:59 2017 +

Related: tdf#104312 create palette on demand

Change-Id: I741323c41231a08fe9561d72ca6079079e888e90

diff --git a/include/svx/colorbox.hxx b/include/svx/colorbox.hxx
index 4b7f251..aa6f971 100644
--- a/include/svx/colorbox.hxx
+++ b/include/svx/colorbox.hxx
@@ -37,7 +37,7 @@ private:
 NamedColor m_aSelectedColor;
 sal_uInt16 m_nSlotId;
 bool m_bShowNoneButton;
-PaletteManager m_aPaletteManager;
+std::unique_ptr m_xPaletteManager;
 BorderColorStatus m_aBorderColorStatus;
 
 DECL_LINK(MenuActivateHdl, MenuButton *, void);
@@ -68,6 +68,7 @@ public:
 
 void SetAutoDisplayColor(const Color ) { m_aAutoDisplayColor = 
rColor; }
 void ShowPreview(const NamedColor );
+void EnsurePaletteManager();
 };
 
 /** A wrapper for SvxColorListBox. */
diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx
index aae7ea71..3bfde90 100644
--- a/include/svx/tbcontrl.hxx
+++ b/include/svx/tbcontrl.hxx
@@ -207,7 +207,7 @@ class SVX_DLLPUBLIC SvxColorToolBoxControl : public 
cppu::ImplInheritanceHelper<

  css::frame::XSubToolbarController >
 {
 std::unique_ptr m_xBtnUpdater;
-PaletteManager m_aPaletteManager;
+std::unique_ptr m_xPaletteManager;
 BorderColorStatus m_aBorderColorStatus;
 bool m_bSplitButton;
 ColorSelectFunction m_aColorSelectFunction;
@@ -230,6 +230,7 @@ public:
 virtual void SAL_CALL updateImage() override;
 
 void setColorSelectFunction(const ColorSelectFunction& 
aColorSelectFunction);
+void EnsurePaletteManager();
 };
 
 class SVX_DLLPUBLIC SvxSimpleUndoRedoController : public SfxToolBoxControl
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index e5a037c..7b4997f 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -2793,7 +2793,16 @@ SvxColorToolBoxControl::SvxColorToolBoxControl(
 
 rTbx.SetItemBits( nId, rTbx.GetItemBits( nId ) | ( m_bSplitButton ? 

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

2017-01-26 Thread Stephan Bergmann
 fpicker/source/aqua/resourceprovider.hxx |6 +-
 fpicker/source/aqua/resourceprovider.mm  |9 +
 2 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit 63a24bfdc039224bc86733f27df6d56a3b823349
Author: Stephan Bergmann 
Date:   Thu Jan 26 21:59:50 2017 +0100

loplugin:useuniqueptr

Change-Id: I582c1ac00bd6c9a76fca34e51be0017cdf24f035

diff --git a/fpicker/source/aqua/resourceprovider.hxx 
b/fpicker/source/aqua/resourceprovider.hxx
index fd6647e..63fb47e 100644
--- a/fpicker/source/aqua/resourceprovider.hxx
+++ b/fpicker/source/aqua/resourceprovider.hxx
@@ -21,6 +21,10 @@
 #ifndef INCLUDED_FPICKER_SOURCE_AQUA_RESOURCEPROVIDER_HXX
 #define INCLUDED_FPICKER_SOURCE_AQUA_RESOURCEPROVIDER_HXX
 
+#include 
+
+#include 
+
 #include 
 
 #include 
@@ -45,7 +49,7 @@ public:
 NSString* getResString( sal_Int32 aId );
 
 private:
-CResourceProvider_Impl* m_pImpl;
+std::unique_ptr m_pImpl;
 };
 
 #endif
diff --git a/fpicker/source/aqua/resourceprovider.mm 
b/fpicker/source/aqua/resourceprovider.mm
index 51453e9..f1c9023 100644
--- a/fpicker/source/aqua/resourceprovider.mm
+++ b/fpicker/source/aqua/resourceprovider.mm
@@ -17,6 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include 
+
+#include 
 #include 
 #include 
 #include 
@@ -155,14 +158,12 @@ public:
 };
 
 CResourceProvider::CResourceProvider( ) :
-m_pImpl( new CResourceProvider_Impl() )
+m_pImpl( o3tl::make_unique() )
 {
 }
 
 CResourceProvider::~CResourceProvider( )
-{
-delete m_pImpl;
-}
+{}
 
 NSString* CResourceProvider::getResString( sal_Int32 aId )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - solenv/inc source_soenv.sh

2017-01-26 Thread Pedro Giffuni
 solenv/inc/unx.mk |4 
 source_soenv.sh   |9 +
 2 files changed, 13 insertions(+)

New commits:
commit b11dcb469297f5cf257c472cdbc8492cb594ab8d
Author: Pedro Giffuni 
Date:   Thu Jan 26 18:41:55 2017 +

Reinstate part of the LinuxPPC64 support removed by error.

This shouldn't have happened in r1778625.

diff --git a/solenv/inc/unx.mk b/solenv/inc/unx.mk
index fa521d5..bfb42ab 100644
--- a/solenv/inc/unx.mk
+++ b/solenv/inc/unx.mk
@@ -91,6 +91,10 @@
 .INCLUDE : unxlngppc.mk
 .ENDIF
 
+.IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUXPPOWERPC64"
+.INCLUDE : unxlngppc64.mk
+.ENDIF
+
 .IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUX3S390"
 .INCLUDE : unxlngs390.mk
 .ENDIF
commit 3233dc045e3135fa6687b6c44951ae10e01f05cd
Author: Pedro Giffuni 
Date:   Thu Jan 26 18:04:03 2017 +

FreeBSD PPC and ARM support.

diff --git a/source_soenv.sh b/source_soenv.sh
index cb03564..43ed8e1 100644
--- a/source_soenv.sh
+++ b/source_soenv.sh
@@ -95,6 +95,15 @@ else
 amd64-*-freebsd*|x86_64-*-freebsd*)
 . ./FreeBSDAMDEnv.Set.sh
 ;;
+arm*-*-freebsd*)
+. ./FreeBSDARMEnv.Set.sh
+;;
+powerpc-*-freebsd*)
+. ./FreeBSDPPCEnv.Set.sh
+;;
+powerpc64-*-freebsd*)
+. ./FreeBSDPPC64Env.Set.sh
+;;
 # the result here (whether you get x86_64) seems to depend on $CC...
 i[3456]86-*-darwin*|x86_64-*-darwin*)
 . ./MacOSXX86Env.Set.sh
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105547] EDITING inserting a point into a Bézier curve changes other points without any reason

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105547

--- Comment #1 from Regina Henschel  ---
I see, they cannot remain "symmetric". But "smooth" is 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 100419] Can't scroll to the last page in print preview

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100419

--- Comment #12 from Buovjaga  ---
Lee: why not try this instead of removing stuff:
https://wiki.documentfoundation.org/QA/Bugzilla/Sanitizing_Files_Before_Submission#Sanitize_file_text

-- 
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 105551] print preview empty

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105551

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||vstuart.fo...@utsa.edu
 Resolution|--- |INVALID

--- Comment #1 from V Stuart Foote  ---
Nothing actionable here. Looks to be an abortive dupe of bug 105552

INVALID

-- 
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 100419] Can't scroll to the last page in print preview

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100419

--- Comment #11 from Lee <92ma...@gmail.com> ---
Not all documents will show this behavior. 

Since not all documents do this, I was preparing a document to attach here as
an example. Some material in that example I'd rather not put in an open forum. 
Upon deleting a few paragraphs, the problem disappeared. Note - the stuff I had
removed happened to be the last few paragraphs.

I then got a fresh copy of the entire document - problem still present.  Then I
cut all the last page and a paragraph from the next-to-last page.  The problem
disappeared.  Since the material was still on the clipboard, I pasted all of it
exactly where it had been then saved the document making it effectively the
original document.  It no longer has the problem.

In another more complex document which resets page numbers on each chapter, I
was unable to make the problem go away.  In yet another document, this time,
totally junk created using this bug as text I was unable to reproduce the
problem.  The test document also had a chapter page reset just before a heading
level 1.  The test document was by the way, totally generated using 5.2.4.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 105558] Various BASIC return types result in text string instead of number

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105558

Eike Rathke  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
URL||https://ask.libreoffice.org
   ||/en/question/86254/currency
   ||-formatting-not-being-appli
   ||ed-to-cell-with-user-define
   ||d-basic-formula/
   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.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 105558] New: Various BASIC return types result in text string instead of number

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105558

Bug ID: 105558
   Summary: Various BASIC return types result in text string
instead of number
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: er...@redhat.com

The BASIC function

Function TestFunc() As Currency
Dim Result As Currency
Result = 5.50
TestFunc = Result
End Function

used in a spreadsheet as =TESTFUNC() returns a text string result instead of
number, hence number formatting (e.g. currency format) and further calculations
with the value don't yield the expected results.

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


[Libreoffice-bugs] [Bug 105447] "About LibreOffice" keyboard shortcut in "Help" menu

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105447

Heiko Tietze  changed:

   What|Removed |Added

   Keywords||difficultyBeginner,
   ||easyHack, skillDesign

--- Comment #6 from Heiko Tietze  ---
(In reply to Yousuf Philips (jay) from comment #5)
> @Heiko, @Adolfo: What about you?

Ideally the first letter should be the accelerator, so yes.


/cite (https://msdn.microsoft.com/en-us/library/ms971323.aspx)
* Make access keys discoverable.

  Access keys must be easy for the user to find. Choose letters for access keys
as close to the beginning of the label as possible — for example, Settings. The
following are good letter choices:
  ** Letters at the beginning of the first or second word of the label.
  ** A distinctive consonant or a vowel in the label.
  ** Letters with wide widths, such as w, m, and capital letters.

  Avoid using letters that are difficult to see when they are assigned to
access keys. These letters include:
  ** Letters with descenders, such as p, g, q, or y.
  ** Letters next to a letter with a descender.
  ** Letters that are only one pixel wide, such as i or l.

* Avoid duplicating access keys.
* Do not use access keys for default buttons or buttons in dialog box
templates.

-- 
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 105326] UI: Remove the checkboxes in the Option Menu to enable/ disable grid and snap feature in Writer

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105326

Heiko Tietze  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---
 Ever confirmed|0   |1

--- Comment #2 from Heiko Tietze  ---
(In reply to Yousuf Philips (jay) from comment #1)
> There isnt a problem of having access to a feature in more than one place. :D

Wait a second. We talked about this and while your opinion is clear others
agreed with removing the option from a "weird" place (tools > options > ... >
grid) provided that view > grid > display is not a per document setting (based
on tools > options). "Weird" because of this confusion: you are not sure why
the option is doubled unlike menu/toolbar where the replication is not a
question.

So 2x +1 vs. 1x -1 for this change (simply remove the checkbox in tools >
options).

-- 
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 105326] UI: Remove the checkboxes in the Option Menu to enable/ disable grid and snap feature in Writer

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105326

Heiko Tietze  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---
 Ever confirmed|0   |1

--- Comment #2 from Heiko Tietze  ---
(In reply to Yousuf Philips (jay) from comment #1)
> There isnt a problem of having access to a feature in more than one place. :D

Wait a second. We talked about this and while your opinion is clear others
agreed with removing the option from a "weird" place (tools > options > ... >
grid) provided that view > grid > display is not a per document setting (based
on tools > options). "Weird" because of this confusion: you are not sure why
the option is doubled unlike menu/toolbar where the replication is not a
question.

So 2x +1 vs. 1x -1 for this change (simply remove the checkbox in tools >
options).

-- 
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 105557] "Apply user data" makes "Modified" disappear

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105557

Dror J.  changed:

   What|Removed |Added

 CC||oceanent...@gmail.com

--- Comment #1 from Dror J.  ---
Created attachment 130709
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130709=edit
ScreenCap of the bug.

ScreenCap is of before and after saving document results

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


[Libreoffice-bugs] [Bug 104520] [META] DOCX (OOXML) bug tracker

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104520

Telesto  changed:

   What|Removed |Added

 Depends on||105444


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105444
[Bug 105444] extra lines inserted at end of Comments
-- 
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 105444] extra lines inserted at end of Comments

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105444

Telesto  changed:

   What|Removed |Added

   Keywords||filter:docx
 Blocks||104520


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104520
[Bug 104520] [META] DOCX (OOXML) bug tracker
-- 
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 105538] Download destination folder should be default to Download folder on Windows

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105538

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |easyHack, needsDevEval

--- Comment #4 from Heiko Tietze  ---
(In reply to V Stuart Foote from comment #2)
> ... %USERPROFILE%/Downloads... Easy hack?

Agreed (-needsUX) and likely (+easyhack).

-- 
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 105538] Download destination folder should be default to Download folder on Windows

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105538

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |easyHack, needsDevEval

--- Comment #4 from Heiko Tietze  ---
(In reply to V Stuart Foote from comment #2)
> ... %USERPROFILE%/Downloads... Easy hack?

Agreed (-needsUX) and likely (+easyhack).

-- 
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 67763] date & time controls: fractional seconds, timezone support, duration, interval

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67763

--- Comment #17 from Heiko Tietze  ---
Added a mockup to the related bug 72662, just in case you want to add an UI.
Also relevant are bug 44267 and bug 105176 if you plan to implement various
units (e.g. switch timezone per control) and have a defined precision (e.g.
seconds in datetime controls). 

If that sounds too confusing just ignore my comment. Easyhacks should remain
easy.

-- 
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 105557] New: "Apply user data" makes "Modified" disappear

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105557

Bug ID: 105557
   Summary: "Apply user data" makes "Modified" disappear
   Product: LibreOffice
   Version: 5.2.4.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: oceanent...@gmail.com

Description:
"Modified" field in "General" tab of file properties disappears when "Apply
user data" is unchecked

Steps to Reproduce:
1.open new document
2.save document
3.open properties
4.go to "General" tab
5.deselect "Apply user data"
6.press OK
7.make changes to the document and save
8.reopen properties "General" tab
9.check "Modified" field

Actual Results:  
"Modified" field remains clear regardless of changes made and saving of the
document

Expected Results:
Modified: 


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101
Firefox/50.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 104526] [META] DOCX Formula related issues

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104526
Bug 104526 depends on bug 97163, which changed state.

Bug 97163 Summary: Writer: Import .docx: wrong alignment or padding with small 
formulas in text lines
https://bugs.documentfoundation.org/show_bug.cgi?id=97163

   What|Removed |Added

 Status|NEW |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 97163] Writer: Import .docx: wrong alignment or padding with small formulas in text lines

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97163

Telesto  changed:

   What|Removed |Added

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

--- Comment #4 from Telesto  ---
No repro with:
Version: 5.4.0.0.alpha0+
Build ID: 79497f458727a0dea983847fe9d3873bf9c2e972
CPU Threads: 4; OS Version: Windows 6.19; UI Render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-01-24_03:10:09
Locale: nl-NL (nl_NL); Calc: CL

--> RESOLVED WORKSFORME.
Feel free to revert status if you still reproduce 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 105554] Crash in: SalAbort(rtl::OUString const &, bool)

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105554

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #2 from V Stuart Foote  ---
Thank you for filing. You were on the 5.2.4.2 build and this is a know issue
and has been corrected for the 5.2.5 and 5.3.0 releases.

Closing this as a duplicate of the issue.

=-ref-=

http://crashreport.libreoffice.org/stats/crash_details/6981d2a6-7342-4834-8350-211991f688a4

-- 
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 103100] [META] Writer table bugs and enhancements

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103100

Telesto  changed:

   What|Removed |Added

 Depends on||32026


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=32026
[Bug 32026] TABLES: Writer loses cells' content after drag-and-drop
-- 
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 32026] TABLES: Writer loses cells' content after drag-and-drop

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=32026

Telesto  changed:

   What|Removed |Added

 Blocks||103100

--- Comment #17 from Telesto  ---
Still a repro with:
Version: 5.4.0.0.alpha0+
Build ID: 79497f458727a0dea983847fe9d3873bf9c2e972
CPU Threads: 4; OS Version: Windows 6.19; UI Render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-01-24_03:10:09
Locale: nl-NL (nl_NL); Calc: CL


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103100
[Bug 103100] [META] Writer table bugs and enhancements
-- 
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-2' - wizards/com

2017-01-26 Thread Caolán McNamara
 wizards/com/sun/star/wizards/web/BackgroundsDialog.py |   20 +-
 1 file changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 4b11e2912c6e997a616823f4e7ed35d71d3cb9a1
Author: Caolán McNamara 
Date:   Thu Jan 19 15:56:12 2017 +

fix the web wizard to work again

(cherry picked from commit 6ec8387bea9015c4487f76cebd045a1a6e291bc4)

Change-Id: Ia957080165a060164317a5f7c9a46d065169314a
Reviewed-on: https://gerrit.libreoffice.org/33315
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 

diff --git a/wizards/com/sun/star/wizards/web/BackgroundsDialog.py 
b/wizards/com/sun/star/wizards/web/BackgroundsDialog.py
index 19f377e..87d00b7 100644
--- a/wizards/com/sun/star/wizards/web/BackgroundsDialog.py
+++ b/wizards/com/sun/star/wizards/web/BackgroundsDialog.py
@@ -64,12 +64,12 @@ class BackgroundsDialog(ImageListDialog):
 def other(self):
 filename = self.sd.callOpenDialog(
 False, self.settings.cp_DefaultSession.cp_InDirectory)
-if filename is not None and filename.length > 0 and filename[0] is not 
None:
+if filename is not None and len(filename) > 0 and filename[0] is not 
None:
 self.settings.cp_DefaultSession.cp_InDirectory = \
 FileAccess.getParentDir(filename[0])
 i = self.add(filename[0])
-il.setSelected(i)
-il.display(i)
+self.il.setSelected(i)
+self.il.display(i)
 
 '''
 adds the given image to the image list (to the model)
@@ -81,24 +81,24 @@ class BackgroundsDialog(ImageListDialog):
 def add(self, s):
 #first i check the item does not already exists in the list...
 i = 0
-while i < il.getListModel().getSize():
-if il.getListModel().getElementAt(i) == s:
+while i < self.il.listModel.getSize():
+if self.il.listModel.getElementAt(i) == s:
 return i
-
 i += 1
-il.getListModel().addElement(s)
+
+self.il.listModel.add1(s)
 try:
 configView = Configuration.getConfigurationRoot(
 self.xMSF, FileAccess.connectURLs(
 CONFIG_PATH, "BackgroundImages"), True)
-i = Configuration.getChildrenNames(configView).length + 1
-o = Configuration.addConfigNode(configView, "" + i)
+i = len(Configuration.getChildrenNames(configView)) + 1
+o = Configuration.addConfigNode(configView, "" + str(i))
 Configuration.set(s, "Href", o)
 Configuration.commit(configView)
 except Exception:
 traceback.print_exc()
 
-return il.getListModel().getSize() - 1
+return self.il.listModel.getSize() - 1
 
 '''
 an ImageList Imagerenderer implemtation.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105551] print preview empty

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105551

ralf.kr...@bluewin.ch changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|INVALID |---
 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-commits] core.git: Branch 'libreoffice-5-3' - vcl/source

2017-01-26 Thread Caolán McNamara
 vcl/source/gdi/svmconverter.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 6198071ef3b9b30cb2b686f0a60f217f00bbef4b
Author: Caolán McNamara 
Date:   Thu Jan 26 14:40:57 2017 +

only alloc pDXAry if we are going to use it

Change-Id: I4fa075124ad55d3a06e1f3d21845f73778c841b6
Reviewed-on: https://gerrit.libreoffice.org/33588
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 

diff --git a/vcl/source/gdi/svmconverter.cxx b/vcl/source/gdi/svmconverter.cxx
index 633171c..f504f63 100644
--- a/vcl/source/gdi/svmconverter.cxx
+++ b/vcl/source/gdi/svmconverter.cxx
@@ -921,7 +921,6 @@ void SVMConverter::ImplConvertFromSVM1( SvStream& rIStm, 
GDIMetaFile& rMtf )
 sal_Int32 nStrLen( aStr.getLength() );
 
 nDXAryLen = std::max(nAryLen, nStrLen);
-pDXAry.reset(new long[nDXAryLen]);
 
 if (nDXAryLen < nLen)
 {
@@ -934,6 +933,8 @@ void SVMConverter::ImplConvertFromSVM1( SvStream& rIStm, 
GDIMetaFile& rMtf )
 }
 else
 {
+pDXAry.reset(new long[nDXAryLen]);
+
 for (sal_Int32 j = 0; j < nAryLen; ++j)
 rIStm.ReadInt32( nTmp ), pDXAry[ j ] = 
nTmp;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - wizards/com

2017-01-26 Thread Caolán McNamara
 wizards/com/sun/star/wizards/web/BackgroundsDialog.py |   20 +-
 1 file changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 6c61086bd3afa0793c9d52634fcd1c46063e46f9
Author: Caolán McNamara 
Date:   Thu Jan 19 15:56:12 2017 +

fix the web wizard to work again

(cherry picked from commit 6ec8387bea9015c4487f76cebd045a1a6e291bc4)

Change-Id: Ia957080165a060164317a5f7c9a46d065169314a
Reviewed-on: https://gerrit.libreoffice.org/33314
Reviewed-by: Michael Stahl 
Tested-by: Jenkins 

diff --git a/wizards/com/sun/star/wizards/web/BackgroundsDialog.py 
b/wizards/com/sun/star/wizards/web/BackgroundsDialog.py
index 19f377e..87d00b7 100644
--- a/wizards/com/sun/star/wizards/web/BackgroundsDialog.py
+++ b/wizards/com/sun/star/wizards/web/BackgroundsDialog.py
@@ -64,12 +64,12 @@ class BackgroundsDialog(ImageListDialog):
 def other(self):
 filename = self.sd.callOpenDialog(
 False, self.settings.cp_DefaultSession.cp_InDirectory)
-if filename is not None and filename.length > 0 and filename[0] is not 
None:
+if filename is not None and len(filename) > 0 and filename[0] is not 
None:
 self.settings.cp_DefaultSession.cp_InDirectory = \
 FileAccess.getParentDir(filename[0])
 i = self.add(filename[0])
-il.setSelected(i)
-il.display(i)
+self.il.setSelected(i)
+self.il.display(i)
 
 '''
 adds the given image to the image list (to the model)
@@ -81,24 +81,24 @@ class BackgroundsDialog(ImageListDialog):
 def add(self, s):
 #first i check the item does not already exists in the list...
 i = 0
-while i < il.getListModel().getSize():
-if il.getListModel().getElementAt(i) == s:
+while i < self.il.listModel.getSize():
+if self.il.listModel.getElementAt(i) == s:
 return i
-
 i += 1
-il.getListModel().addElement(s)
+
+self.il.listModel.add1(s)
 try:
 configView = Configuration.getConfigurationRoot(
 self.xMSF, FileAccess.connectURLs(
 CONFIG_PATH, "BackgroundImages"), True)
-i = Configuration.getChildrenNames(configView).length + 1
-o = Configuration.addConfigNode(configView, "" + i)
+i = len(Configuration.getChildrenNames(configView)) + 1
+o = Configuration.addConfigNode(configView, "" + str(i))
 Configuration.set(s, "Href", o)
 Configuration.commit(configView)
 except Exception:
 traceback.print_exc()
 
-return il.getListModel().getSize() - 1
+return self.il.listModel.getSize() - 1
 
 '''
 an ImageList Imagerenderer implemtation.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 103890] cut paste formula rewrite

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103890

--- Comment #12 from MM  ---
(In reply to Terrence Enger from comment #11)
> When MM confirmed the bug in comment 5, he mentioned seeing only the
> "all" behaviour.  I guess that means that the "all" behaviour is the
> bug.
> 
> I will admit that the result is a bit strange, but I, myself, do not
> find it clearly wrong.

Well, it's more than a bit strange, it's also unwanted. If you change just one
thing in 1 sheet and every formula in every other sheet is changed, that's not
good, as the user didn't opted for 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-commits] core.git: Branch 'libreoffice-5-2' - vcl/source

2017-01-26 Thread Caolán McNamara
 vcl/source/gdi/svmconverter.cxx |   64 
 1 file changed, 39 insertions(+), 25 deletions(-)

New commits:
commit 9d238724fbe68f7732477898a32b55f7cc970923
Author: Caolán McNamara 
Date:   Thu Jan 19 16:56:34 2017 +

Resolves: ofz#424 guard against broken dxary length

ofz#424 vcl: reset nLen too
(cherry picked from commit 7f5a10a3aaf8b48156aeab168afb7648dae1e020)

Change-Id: Ia2569e963edd75cd6c27399d33e73bafe8b3f073
Reviewed-on: https://gerrit.libreoffice.org/33321
Reviewed-by: Michael Stahl 
Tested-by: Jenkins 

diff --git a/vcl/source/gdi/svmconverter.cxx b/vcl/source/gdi/svmconverter.cxx
index 3a6e961..81e04b9 100644
--- a/vcl/source/gdi/svmconverter.cxx
+++ b/vcl/source/gdi/svmconverter.cxx
@@ -906,6 +906,7 @@ void SVMConverter::ImplConvertFromSVM1( SvStream& rIStm, 
GDIMetaFile& rMtf )
 OUString aStr(OStringToOUString(aByteStr, 
eActualCharSet));
 
 std::unique_ptr pDXAry;
+sal_Int32 nDXAryLen = 0;
 if (nAryLen > 0)
 {
 const size_t nMinRecordSize = sizeof(sal_Int32);
@@ -919,36 +920,49 @@ void SVMConverter::ImplConvertFromSVM1( SvStream& rIStm, 
GDIMetaFile& rMtf )
 
 sal_Int32 nStrLen( aStr.getLength() );
 
-pDXAry.reset(new long[ std::max( nAryLen, nStrLen 
) ]);
+nDXAryLen = std::max(nAryLen, nStrLen);
+pDXAry.reset(new long[nDXAryLen]);
 
-for (sal_Int32 j = 0; j < nAryLen; ++j)
-rIStm.ReadInt32( nTmp ), pDXAry[ j ] = nTmp;
-
-// #106172# Add last DX array elem, if missing
-if( nAryLen != nStrLen )
+if (nDXAryLen < nLen)
+{
+//MetaTextArrayAction ctor expects pDXAry to 
be >= nLen if set, so if this can't
+//be achieved, don't read it, it's utterly 
broken.
+SAL_WARN("vcl.gdi", "dxary too short, 
discarding completely");
+rIStm.SeekRel(sizeof(sal_Int32) * nDXAryLen);
+nLen = 0;
+nIndex = 0;
+}
+else
 {
-if( nAryLen+1 == nStrLen )
+for (sal_Int32 j = 0; j < nAryLen; ++j)
+rIStm.ReadInt32( nTmp ), pDXAry[ j ] = 
nTmp;
+
+// #106172# Add last DX array elem, if missing
+if( nAryLen != nStrLen )
 {
-std::unique_ptr pTmpAry(new 
long[nStrLen]);
-
-aFontVDev->GetTextArray( aStr, 
pTmpAry.get(), nIndex, nLen );
-
-// now, the difference between the
-// last and the second last DX array
-// is the advancement for the last
-// glyph. Thus, to complete our meta
-// action's DX array, just add that
-// difference to last elem and store
-// in very last.
-if( nStrLen > 1 )
-pDXAry[ nStrLen-1 ] = pDXAry[ 
nStrLen-2 ] + pTmpAry[ nStrLen-1 ] - pTmpAry[ nStrLen-2 ];
+if( nAryLen+1 == nStrLen )
+{
+std::unique_ptr pTmpAry(new 
long[nStrLen]);
+
+aFontVDev->GetTextArray( aStr, 
pTmpAry.get(), nIndex, nLen );
+
+// now, the difference between the
+// last and the second last DX array
+// is the advancement for the last
+// glyph. Thus, to complete our meta
+// action's DX array, just add that
+// difference to last elem and store
+// in very last.
+if( nStrLen > 1 )
+pDXAry[ nStrLen-1 ] = pDXAry[ 
nStrLen-2 ] + pTmpAry[ nStrLen-1 ] - pTmpAry[ nStrLen-2 ];
+else
+pDXAry[ nStrLen-1 ] = 

[Libreoffice-bugs] [Bug 105556] New: Back not available after taking link from TOC

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105556

Bug ID: 105556
   Summary: Back not available after taking link from TOC
   Product: LibreOffice
   Version: 5.2.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 92ma...@gmail.com

At the table of contents, I hyperlink to a section of a document.  The 'back'
tool selection does not become available and thus I cannot return to the table
of contents.

This behavior is seen on Windows XP and Ubuntu 16.0.4 


This was not happening in my previous 5. LibreOffice Writer

-- 
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 100419] Can't scroll to the last page in print preview

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100419

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #10 from Buovjaga  ---
NEW per previous comment

-- 
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: officecfg/registry starmath/qa

2017-01-26 Thread Julien Nabet
 officecfg/registry/schema/org/openoffice/Office/Math.xcs |2 +-
 starmath/qa/cppunit/test_node.cxx|   10 +-
 starmath/qa/extras/mmlexport-test.cxx|6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 68155a68578a0f4066c1c566c2d378bbae05c216
Author: Julien Nabet 
Date:   Mon Jan 23 21:30:11 2017 +0100

tdf#105483: let's put lowercase Greek letter in italic

and let uppercase one in non italic
See comments from tdf#52225 in addition to initial description of this one

+ adapt QA tests associated (keep on to test "0" case)

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

diff --git a/officecfg/registry/schema/org/openoffice/Office/Math.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Math.xcs
index c89c779..75d88ec 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Math.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Math.xcs
@@ -412,7 +412,7 @@
 
   
 
-0
+2
   
   
 
diff --git a/starmath/qa/cppunit/test_node.cxx 
b/starmath/qa/cppunit/test_node.cxx
index fbeca91..68396b7 100644
--- a/starmath/qa/cppunit/test_node.cxx
+++ b/starmath/qa/cppunit/test_node.cxx
@@ -105,10 +105,10 @@ void NodeTest::testTdf52225()
 } while (false)
 
 SmFormat aFormat = mxDocShell->GetFormat();
-CPPUNIT_ASSERT_EQUAL(sal_Int16(0), aFormat.GetGreekCharStyle()); // 
default format
+CPPUNIT_ASSERT_EQUAL(sal_Int16(2), aFormat.GetGreekCharStyle()); // 
default format = 2
 CHECK_GREEK_SYMBOL("%ALPHA", 0x0391, false);
 CHECK_GREEK_SYMBOL("%iALPHA", 0x0391, true);
-CHECK_GREEK_SYMBOL("%alpha", 0x03b1, false);
+CHECK_GREEK_SYMBOL("%alpha", 0x03b1, true);
 CHECK_GREEK_SYMBOL("%ialpha", 0x03b1, true);
 
 // mode 1
@@ -119,12 +119,12 @@ void NodeTest::testTdf52225()
 CHECK_GREEK_SYMBOL("%beta", 0x03b2, true);
 CHECK_GREEK_SYMBOL("%ibeta", 0x03b2, true);
 
-// mode 2
-aFormat.SetGreekCharStyle(2);
+// mode 0
+aFormat.SetGreekCharStyle(0);
 mxDocShell->SetFormat(aFormat);
 CHECK_GREEK_SYMBOL("%GAMMA", 0x0393, false);
 CHECK_GREEK_SYMBOL("%iGAMMA", 0x0393, true);
-CHECK_GREEK_SYMBOL("%gamma", 0x03b3, true);
+CHECK_GREEK_SYMBOL("%gamma", 0x03b3, false);
 CHECK_GREEK_SYMBOL("%igamma", 0x03b3, true);
 
 #undef CHECK_GREEK_SYMBOL
diff --git a/starmath/qa/extras/mmlexport-test.cxx 
b/starmath/qa/extras/mmlexport-test.cxx
index b63b22f..b3cb3aa 100644
--- a/starmath/qa/extras/mmlexport-test.cxx
+++ b/starmath/qa/extras/mmlexport-test.cxx
@@ -132,13 +132,13 @@ void MathMLExportTest::testTdf101022()
 }   \
 while (false)
 
-CHECK_MATHVARIANT(false, false); // default mode 0
+CHECK_MATHVARIANT(false, true); // default mode 2
 
 mxDocShell->SetGreekCharStyle(1); // mode 1
 CHECK_MATHVARIANT(true, true);
 
-mxDocShell->SetGreekCharStyle(2); // mode 2
-CHECK_MATHVARIANT(false, true);
+mxDocShell->SetGreekCharStyle(0); // mode 0
+CHECK_MATHVARIANT(false, false);
 
 #undef CHECK_MATHVARIANT
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 104479] Export as PDF produces much larger PDFs

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104479

--- Comment #22 from clubc...@gmx.de ---
When will this Bug (PDF Problem) be fixed?!
In LO 5.2.5 it is unhappily still present.

-- 
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 104890] Firebird: Function ABS gives wrong value, when length of field is less than 10

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104890

--- Comment #2 from rob...@familiegrosskopf.de ---
Have tested this again:

SELECT ABS(-23.45) FROM "Table"
gives 2345

SELECT ABS(CAST(-23.45 AS NUMERIC(10,2))) FROM "Table"
gives 23.45

You have to change the fieldtype and switch the length to min. 10 and the
function will give the right value.

Tested with
Version: 5.4.0.0.alpha0+
Build ID: d9cfbabc7fe13752daf02e2a8cfa38c72a30fb29
CPU Threads: 4; OS Version: Linux 4.1; UI Render: default; VCL: kde4; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-01-22_23:06:33
Locale: de-DE (de_DE.UTF-8); Calc: group

-- 
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 100419] Can't scroll to the last page in print preview

2017-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100419

Lee <92ma...@gmail.com> changed:

   What|Removed |Added

 CC||92ma...@gmail.com

--- Comment #9 from Lee <92ma...@gmail.com> ---
I too have observed this situation.  That is, unable to scroll to last page(s)
using wheel mouse in a print preview.

LibreOffice writer 5.2.4.2
Operating systems 
Windows XP
Ubuntu 16.0.4

I do see the preview of the last page if I am currently on that last page
HOWEVER, if I wheel-mouse forward to previous pages, I can not long get to that
last page pair (I see two pages at once in preview).  I can use the Page Down
key to get to that page in the preview.

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


  1   2   3   4   >