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

2016-08-05 Thread Noel Grandin
 canvas/source/cairo/cairo_canvas.hxx   |2 +-
 canvas/source/cairo/cairo_canvasbitmap.hxx |2 +-
 canvas/source/cairo/cairo_canvascustomsprite.cxx   |2 +-
 canvas/source/cairo/cairo_canvascustomsprite.hxx   |2 +-
 canvas/source/cairo/cairo_canvashelper.cxx |4 ++--
 canvas/source/cairo/cairo_devicehelper.hxx |2 +-
 canvas/source/cairo/cairo_spritecanvas.hxx |2 +-
 canvas/source/cairo/cairo_spritedevicehelper.hxx   |2 +-
 canvas/source/cairo/cairo_surfaceprovider.hxx  |2 +-
 canvas/source/opengl/ogl_spritedevicehelper.cxx|4 ++--
 chart2/source/controller/dialogs/ChartTypeDialogController.hxx |4 ++--
 chart2/source/controller/dialogs/DataBrowser.cxx   |2 +-
 chart2/source/controller/dialogs/tp_Scale.hxx  |2 +-
 chart2/source/controller/inc/ChartController.hxx   |2 +-
 chart2/source/controller/main/CommandDispatch.hxx  |3 +--
 chart2/source/controller/main/FeatureCommandDispatchBase.hxx   |2 +-
 chart2/source/controller/sidebar/ChartElementsPanel.cxx|2 +-
 chart2/source/inc/AxisHelper.hxx   |4 ++--
 chart2/source/inc/CommonConverters.hxx |2 +-
 chart2/source/inc/DataSeriesHelper.hxx |2 +-
 chart2/source/inc/DiagramHelper.hxx|5 ++---
 chart2/source/inc/RegressionCurveCalculator.hxx|2 +-
 chart2/source/inc/RegressionCurveHelper.hxx|2 +-
 chart2/source/inc/TitleHelper.hxx  |2 +-
 chart2/source/tools/RangeHighlighter.cxx   |5 +++--
 chart2/source/view/axes/Tickmarks_Equidistant.cxx  |2 +-
 chart2/source/view/axes/Tickmarks_Equidistant.hxx  |2 +-
 chart2/source/view/charttypes/AreaChart.cxx|2 +-
 chart2/source/view/charttypes/AreaChart.hxx|2 +-
 chart2/source/view/charttypes/GL3DBarChart.cxx |2 +-
 chart2/source/view/charttypes/NetChart.hxx |2 +-
 chart2/source/view/charttypes/PieChart.cxx |2 +-
 chart2/source/view/charttypes/VSeriesPlotter.cxx   |2 +-
 chart2/source/view/inc/3DChartObjects.hxx  |2 +-
 chart2/source/view/inc/AbstractShapeFactory.hxx|   10 
+-
 chart2/source/view/inc/GL3DBarChart.hxx|2 +-
 chart2/source/view/inc/GL3DRenderer.hxx|2 +-
 chart2/source/view/inc/OpenglShapeFactory.hxx  |8 
 chart2/source/view/inc/PolarLabelPositionHelper.hxx|4 ++--
 chart2/source/view/inc/ShapeFactory.hxx|8 
 chart2/source/view/inc/VSeriesPlotter.hxx  |8 
 chart2/source/view/main/DataPointSymbolSupplier.cxx|2 +-
 chart2/source/view/main/ShapeFactory.cxx   |4 ++--
 chart2/source/view/main/VLegendSymbolFactory.cxx   |8 
 44 files changed, 69 insertions(+), 70 deletions(-)

New commits:
commit f22fa994603311a36f467a6afea19bc4fad03814
Author: Noel Grandin 
Date:   Thu Aug 4 11:35:36 2016 +0200

loplugin:countusersofdefaultparams in canvas,chart2

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

diff --git a/canvas/source/cairo/cairo_canvas.hxx 
b/canvas/source/cairo/cairo_canvas.hxx
index fe712e3..920b37a 100644
--- a/canvas/source/cairo/cairo_canvas.hxx
+++ b/canvas/source/cairo/cairo_canvas.hxx
@@ -133,7 +133,7 @@ namespace cairocanvas
 
 // SurfaceProvider
 virtual ::cairo::SurfaceSharedPtr getSurface() override;
-virtual ::cairo::SurfaceSharedPtr createSurface( const 
::basegfx::B2ISize& rSize, int aContent = CAIRO_CONTENT_COLOR_ALPHA ) override;
+virtual ::cairo::SurfaceSharedPtr createSurface( const 
::basegfx::B2ISize& rSize, int aContent ) override;
 virtual ::cairo::SurfaceSharedPtr createSurface( ::Bitmap& rBitmap ) 
override;
 virtual ::cairo::SurfaceSharedPtr changeSurface() override;
 virtual OutputDevice* getOutputDevice() override;
diff --git a/canvas/source/cairo/cairo_canvasbitmap.hxx 
b/canvas/source/cairo/cairo_canvasbitmap.hxx
index e6c9f0c..d795418 100644
--- a/canvas/source/cairo/cairo_canvasbitmap.hxx
+++ b/canvas/source/cairo/cairo_canvasbitmap.hxx
@@ -93,7 +93,7 @@ namespace cairocanvas
 
 // SurfaceProvider
 virtual ::cairo::SurfaceSharedPtr getSurface() override;
-virtual 

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

2016-08-05 Thread Noel Grandin
 editeng/source/items/xmlcnitm.cxx|2 +-
 lotuswordpro/source/filter/lwppara1.cxx  |2 +-
 sc/source/core/data/markdata.cxx |2 +-
 sc/source/filter/excel/xiescher.cxx  |2 +-
 sw/source/filter/ww8/docxattributeoutput.cxx |2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit cbf9b547b685ef0dd3cdf143987176b01c007d56
Author: Noel Grandin 
Date:   Thu Aug 4 10:07:15 2016 +0200

use std::move in a few places

found by
  git grep -n '.reset.*.release'

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

diff --git a/editeng/source/items/xmlcnitm.cxx 
b/editeng/source/items/xmlcnitm.cxx
index 96cbd49..07883f6 100644
--- a/editeng/source/items/xmlcnitm.cxx
+++ b/editeng/source/items/xmlcnitm.cxx
@@ -141,7 +141,7 @@ bool SvXMLAttrContainerItem::PutValue( const css::uno::Any& 
rVal, sal_uInt8 /*nM
 }
 
 if( nAttr == nCount )
-pImpl.reset( pNewImpl.release() );
+pImpl = std::move(pNewImpl);
 else
 return false;
 }
diff --git a/lotuswordpro/source/filter/lwppara1.cxx 
b/lotuswordpro/source/filter/lwppara1.cxx
index 7499af4..58436d09 100644
--- a/lotuswordpro/source/filter/lwppara1.cxx
+++ b/lotuswordpro/source/filter/lwppara1.cxx
@@ -542,7 +542,7 @@ void LwpPara::OverrideParaNumbering(LwpParaProperty* pProps)
 pOver->OverrideLevel(m_nLevel);
 }
 
-m_pParaNumbering.reset(pOver.release());
+m_pParaNumbering = std::move(pOver);
 }
 
 void LwpPara::FindLayouts()
diff --git a/sc/source/core/data/markdata.cxx b/sc/source/core/data/markdata.cxx
index 9cb5329..39a5728 100644
--- a/sc/source/core/data/markdata.cxx
+++ b/sc/source/core/data/markdata.cxx
@@ -721,7 +721,7 @@ void ScMarkData::GetSelectionCover( ScRange& rRange )
 if ( bCurColUnMarked )
 pPrevColMarkedRows.reset( nullptr );
 else
-pPrevColMarkedRows.reset( pCurColMarkedRows.release() );
+pPrevColMarkedRows = std::move( pCurColMarkedRows );
 }
 for( auto& rKV : aRowToColSegmentsInTopEnvelope )
 {
diff --git a/sc/source/filter/excel/xiescher.cxx 
b/sc/source/filter/excel/xiescher.cxx
index 30ccf35..e22d69a 100644
--- a/sc/source/filter/excel/xiescher.cxx
+++ b/sc/source/filter/excel/xiescher.cxx
@@ -3546,7 +3546,7 @@ SdrObject* XclImpDffConverter::ProcessObj( SvStream& 
rDffStrm, DffObjData& rDffO
 // try to create a custom SdrObject that overwrites the passed object
 SdrObjectPtr xNewSdrObj( xDrawObj->CreateSdrObject( *this, rAnchorRect, 
true ) );
 if( xNewSdrObj )
-xSdrObj.reset( xNewSdrObj.release() );
+xSdrObj = std::move( xNewSdrObj );
 
 // process the SdrObject
 if( xSdrObj )
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index e77e164..b489623 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -4894,7 +4894,7 @@ void DocxAttributeOutput::WritePostponedDMLDrawing()
 }
 m_bStartedParaSdt = bStartedParaSdt;
 
-m_pPostponedOLEs.reset(pPostponedOLEs.release());
+m_pPostponedOLEs = std::move(pPostponedOLEs);
 }
 
 void DocxAttributeOutput::OutputFlyFrame_Impl( const ww8::Frame , const 
Point& rNdTopLeft )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-08-05 Thread Muhammet Kara
 sfx2/source/doc/objmisc.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8433d136bcad3e5618ae63d0add0014ef2ff7fd9
Author: Muhammet Kara 
Date:   Thu Aug 4 14:10:23 2016 +0300

tdf#85110 Add missing space to Untitled document name

When you create a new document, it is named as
"Untitled 1", "Untitled 2" etc. but the properties dialog
of the file is titled as "Untitled1", "Untitled2" etc.
This patch adds the missing space inbetween.

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

diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx
index 2697228..57551b7 100644
--- a/sfx2/source/doc/objmisc.cxx
+++ b/sfx2/source/doc/objmisc.cxx
@@ -827,10 +827,10 @@ OUString SfxObjectShell::GetTitle
 if (pImpl->bIsNamedVisible)
 {
 // Append number
-aNoName += OUString::number(pImpl->nVisualDocumentNumber);
+aNoName += " " + OUString::number(pImpl->nVisualDocumentNumber);
 }
 
-// Document called "noname" for the time being
+// Document called "Untitled" for the time being
 return aNoName;
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - graphite/graphite-2.3.1.patch

2016-08-05 Thread Don Lewis
 graphite/graphite-2.3.1.patch |   12 
 1 file changed, 12 insertions(+)

New commits:
commit 5b6c4bddf6134f377a61446d8bcf1be2f096aad1
Author: Don Lewis 
Date:   Fri Aug 5 05:49:46 2016 +

Fix --enable-debug build with clang as the compiler.

Clang warns about this expression in graphite:
if (!m_srAttachTo == 0)
Operator precedence rules require this to be evaluated as:
if ((!m_srAttachTo) == 0)
but clang worries that the author might have intended this to mean:
if (!(m_srAttachTo == 0))
Fortunately these two are equivalent, as is:
if (m_srAttachTo != 0)
and the latter is much easier for humans to understand.

For some reason, --enable-debug adds -Werror to the graphite CFLAGS even
though its makefile.mk specifies:
EXTERNAL_WARNINGS_NOT_ERRORS := TRUE

diff --git a/graphite/graphite-2.3.1.patch b/graphite/graphite-2.3.1.patch
index 85a8aa3..768c139 100644
--- a/graphite/graphite-2.3.1.patch
+++ b/graphite/graphite-2.3.1.patch
@@ -2452,3 +2452,15 @@
bool operator!=(const GlyphSetIterator & rhs) const throw() { 
return !(*this == rhs); }
  
// Random access iterator requirements
+diff -ur misc/silgraphite-2.3.1/engine/src/segment/GrSlotState.h 
misc/build/silgraphite-2.3.1/engine/src/segment/GrSlotState.h
+--- misc/silgraphite-2.3.1/engine/src/segment/GrSlotState.h2009-01-27 
18:01:29.0 -0800
 misc/build/silgraphite-2.3.1/engine/src/segment/GrSlotState.h  
2016-08-02 17:22:26.300396000 -0700
+@@ -481,7 +481,7 @@
+   {
+   Assert(false);  // Should have already been set in 
HandleModifiedPosition,
+   // but just in case.
+-  if (!m_srAttachTo == 0)
++  if (m_srAttachTo != 0)
+   return 0;
+   else
+   m_mAttachAtX = 0; // attach on the right
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-08-05 Thread Miklos Vajna
 sw/qa/extras/rtfimport/data/tdf78506.rtf|   24 
 sw/qa/extras/rtfimport/rtfimport.cxx|   17 +
 writerfilter/source/rtftok/rtfdispatchvalue.cxx |3 +++
 writerfilter/source/rtftok/rtfdocumentimpl.cxx  |   20 ++--
 writerfilter/source/rtftok/rtfdocumentimpl.hxx  |2 ++
 5 files changed, 64 insertions(+), 2 deletions(-)

New commits:
commit 100321e9b39687e8021763ee0aec95de856c497c
Author: Miklos Vajna 
Date:   Thu Aug 4 12:37:30 2016 +0200

tdf#78506 RTF import: fix handling of invalid \levelnumbers

In case ';' is written in \u form in \levelnumbers, then Word ignores the 
whole
\levelnumbers contents, do the same.

(cherry picked from commit 428a1da60b88415e7db21353a42bed85b8b76ed9)

Change-Id: I93ce5810af2b5ed703e804199c0b236d2c4c36b5
Reviewed-on: https://gerrit.libreoffice.org/27873
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sw/qa/extras/rtfimport/data/tdf78506.rtf 
b/sw/qa/extras/rtfimport/data/tdf78506.rtf
new file mode 100644
index 000..2978734
--- /dev/null
+++ b/sw/qa/extras/rtfimport/data/tdf78506.rtf
@@ -0,0 +1,24 @@
+{\rtf \ansi \ansicpg0 \deff0 \stshfdbch1 \stshfloch0 \stshfhich0 \deflang1033 
\deflangfe1033 
+{\*\listtable 
+{\list \listtemplateid700648999 \listhybrid 
+{\listlevel \levelnfc0 \levelnfcn0 \leveljc0 \leveljcn0 \levelstartat1 
\levelfollow0 \levelspace0 \levelindent0 \levellegal0 \levelnorestart0
+{\leveltext
+{\uc1 \u2 ?}
+{\uc1 \u0 ?}
+{\uc1 \u46 ?}
+{\uc1 \u59 ?}
+}
+{\levelnumbers \'01
+{\uc1 \u59 ?}
+}
+\li720 \lin720 \fi-360 }
+{\listname ;}
+\listid697112958 }
+}
+{\*\listoverridetable 
+{\listoverride \listid697112958 \listoverridecount0 \ls1 }
+}
+\pard \plain \ls1
+Test.
+\par
+}
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx 
b/sw/qa/extras/rtfimport/rtfimport.cxx
index 73096c8..1f2a7fb 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -2661,6 +2661,23 @@ DECLARE_RTFIMPORT_TEST(testFlip, "flip.rtf")
 CPPUNIT_ASSERT(!aMap["MirroredY"].hasValue());
 }
 
+DECLARE_RTFIMPORT_TEST(testTdf78506, "tdf78506.rtf")
+{
+uno::Reference 
xPropertySet(getStyles("NumberingStyles")->getByName("WWNum1"), uno::UNO_QUERY);
+uno::Reference 
xLevels(xPropertySet->getPropertyValue("NumberingRules"), uno::UNO_QUERY);
+uno::Sequence aProps;
+xLevels->getByIndex(0) >>= aProps; // 1sd level
+
+for (int i = 0; i < aProps.getLength(); ++i)
+{
+const beans::PropertyValue& rProp = aProps[i];
+
+if (rProp.Name == "Suffix")
+// This was '0', invalid \levelnumbers wasn't ignored.
+CPPUNIT_ASSERT_EQUAL(CHAR_ZWSP, 
rProp.Value.get().toChar());
+}
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/writerfilter/source/rtftok/rtfdispatchvalue.cxx 
b/writerfilter/source/rtftok/rtfdispatchvalue.cxx
index 4302f27..dfd9dff 100644
--- a/writerfilter/source/rtftok/rtfdispatchvalue.cxx
+++ b/writerfilter/source/rtftok/rtfdispatchvalue.cxx
@@ -627,6 +627,9 @@ RTFError RTFDocumentImpl::dispatchValue(RTFKeyword 
nKeyword, int nParam)
 {
 if (nParam != ';')
 m_aStates.top().aLevelNumbers.push_back(sal_Int32(nParam));
+else
+// ';' in \u form is not considered valid.
+m_aStates.top().bLevelNumbersValid = false;
 }
 else
 m_aUnicodeBuffer.append(static_cast(nParam));
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx 
b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 9dc5f79..8268a2f 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -2004,11 +2004,16 @@ RTFError RTFDocumentImpl::popState()
 }
 break;
 case Destination::LEVELNUMBERS:
-if (aState.aTableSprms.find(NS_ooxml::LN_CT_Lvl_lvlText))
+{
+bool bNestedLevelNumbers = false;
+if (m_aStates.size() > 1)
+// Current destination is levelnumbers and parent destination is 
levelnumbers as well.
+bNestedLevelNumbers = m_aStates[m_aStates.size() - 2].eDestination 
== Destination::LEVELNUMBERS;
+if (!bNestedLevelNumbers && 
aState.aTableSprms.find(NS_ooxml::LN_CT_Lvl_lvlText))
 {
 RTFSprms& rAttributes = 
aState.aTableSprms.find(NS_ooxml::LN_CT_Lvl_lvlText)->getAttributes();
 RTFValue::Pointer_t pValue = 
rAttributes.find(NS_ooxml::LN_CT_LevelText_val);
-if (pValue)
+if (pValue && aState.bLevelNumbersValid)
 {
 OUString aOrig = pValue->getString();
 
@@ -2029,8 +2034,12 @@ RTFError RTFDocumentImpl::popState()
 
 

Re: git clone compile errors on isnan

2016-08-05 Thread jan iversen
Hi

It looks like you did the right things, however we have made a guide for 
starting a new contributor:

https://wiki.documentfoundation.org/Development/GetInvolved

Which at least is more recent.

rgds
jan I.


> On 05 Aug 2016, at 03:45, Larry Evans  wrote:
> 
>> On 08/04/2016 03:24 PM, Larry Evans wrote:
>>  Following directions here:
>> https://www.libreoffice.org/about-us/source-code/
> [snip]
> 
>>  Then, did the ./autogen.sh followed by make; however, the make
>>  resulted in several errors.
> [snip]
> My OS is:
> 
> Linux lje-OptiPlex-9020 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 
> UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
> 
> 
> 
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: An annoying problem

2016-08-05 Thread Miklos Vajna
Hi,

On Fri, Aug 05, 2016 at 10:15:33AM +0800, "weike.li...@cs2c.com.cn" 
 wrote:
> ps. i'm using the source of LO 5.0.6.3, MS visual studio 2013, cygwin 64-bit

That is very old. Please try the same on master (towards 5.3), and see
if that's still a problem.

Regards,

Miklos


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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - icon-themes/sifr

2016-08-05 Thread Yousuf Philips
 icon-themes/sifr/links.txt |4 
 1 file changed, 4 insertions(+)

New commits:
commit d936459505a081fbe3f608e52c7d110aee517548
Author: Yousuf Philips 
Date:   Thu Aug 4 13:50:33 2016 +0400

Sifr: Add thesaurus duplicate to links.txt

Change-Id: I0cfecbef999bb251c1fd8829aed0a4f0268e176c
Reviewed-on: https://gerrit.libreoffice.org/27870
Tested-by: Jenkins 
Reviewed-by: Yousuf Philips 
(cherry picked from commit c63aaa624aa6e949e127fb8ef00c4f3744c72b76)
Reviewed-on: https://gerrit.libreoffice.org/27877
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/icon-themes/sifr/links.txt b/icon-themes/sifr/links.txt
index 160f85b..7b8b02c 100644
--- a/icon-themes/sifr/links.txt
+++ b/icon-themes/sifr/links.txt
@@ -54,6 +54,10 @@ sc/imglst/nc06.png cmd/sc_insertannotation.png
 sc/imglst/nc08.png cmd/sc_insertdraw.png
 sc/res/table.png cmd/sc_inserttable.png
 
+# Thesaurus
+cmd/lc_thesaurusdialog.png cmd/lc_thesaurus.png
+cmd/sc_thesaurusdialog.png cmd/sc_thesaurus.png
+
 # File Menu
 cmd/sc_exporttopdf.png cmd/sc_exportdirecttopdf.png
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - icon-themes/sifr

2016-08-05 Thread Yousuf Philips
 icon-themes/sifr/links.txt |4 
 1 file changed, 4 insertions(+)

New commits:
commit c3a84517466820386aaf43193052ffe027f637aa
Author: Yousuf Philips 
Date:   Thu Aug 4 13:50:33 2016 +0400

Sifr: Add thesaurus duplicate to links.txt

Change-Id: I0cfecbef999bb251c1fd8829aed0a4f0268e176c
Reviewed-on: https://gerrit.libreoffice.org/27870
Tested-by: Jenkins 
Reviewed-by: Yousuf Philips 
(cherry picked from commit c63aaa624aa6e949e127fb8ef00c4f3744c72b76)
Reviewed-on: https://gerrit.libreoffice.org/27876
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/icon-themes/sifr/links.txt b/icon-themes/sifr/links.txt
index dc1e369..c17cb57 100644
--- a/icon-themes/sifr/links.txt
+++ b/icon-themes/sifr/links.txt
@@ -54,6 +54,10 @@ sc/imglst/nc06.png cmd/sc_insertannotation.png
 sc/imglst/nc08.png cmd/sc_insertdraw.png
 sc/res/table.png cmd/sc_inserttable.png
 
+# Thesaurus
+cmd/lc_thesaurusdialog.png cmd/lc_thesaurus.png
+cmd/sc_thesaurusdialog.png cmd/sc_thesaurus.png
+
 # File Menu
 cmd/sc_exporttopdf.png cmd/sc_exportdirecttopdf.png
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-08-05 Thread Tomaž Vajngerl
 vcl/opengl/areaScaleFastFragmentShader.glsl|2 ++
 vcl/opengl/blendedTextureFragmentShader.glsl   |2 ++
 vcl/opengl/blendedTextureVertexShader.glsl |2 ++
 vcl/opengl/combinedFragmentShader.glsl |2 ++
 vcl/opengl/combinedTextureFragmentShader.glsl  |2 ++
 vcl/opengl/combinedTextureVertexShader.glsl|2 ++
 vcl/opengl/combinedVertexShader.glsl   |2 ++
 vcl/opengl/convolutionFragmentShader.glsl  |2 ++
 vcl/opengl/diffTextureFragmentShader.glsl  |2 ++
 vcl/opengl/dumbVertexShader.glsl   |2 ++
 vcl/opengl/greyscaleFragmentShader.glsl|2 ++
 vcl/opengl/invert50FragmentShader.glsl |2 ++
 vcl/opengl/lineFragmentShader.glsl |2 ++
 vcl/opengl/maskFragmentShader.glsl |2 ++
 vcl/opengl/maskedTextureFragmentShader.glsl|2 ++
 vcl/opengl/maskedTextureVertexShader.glsl  |2 ++
 vcl/opengl/replaceColorFragmentShader.glsl |2 ++
 vcl/opengl/solidFragmentShader.glsl|2 ++
 vcl/opengl/textureFragmentShader.glsl  |2 ++
 vcl/opengl/textureVertexShader.glsl|2 ++
 vcl/opengl/transformedTextureVertexShader.glsl |2 ++
 21 files changed, 42 insertions(+)

New commits:
commit f3d26af51588af441f62fb69bb7a5432845226ac
Author: Tomaž Vajngerl 
Date:   Wed Jul 27 18:57:28 2016 +0900

opengl: add #version to shaders - minimum 130 which is OpenGL 3.0

Change-Id: I5710ce91e804641d4c997bc3d06970a5ed0cb5b1
Reviewed-on: https://gerrit.libreoffice.org/27890
Tested-by: Jenkins 
Reviewed-by: Tomaž Vajngerl 

diff --git a/vcl/opengl/areaScaleFastFragmentShader.glsl 
b/vcl/opengl/areaScaleFastFragmentShader.glsl
index f74397b..57ad8fa 100644
--- a/vcl/opengl/areaScaleFastFragmentShader.glsl
+++ b/vcl/opengl/areaScaleFastFragmentShader.glsl
@@ -9,6 +9,8 @@
 
 /* TODO Use textureOffset for newest version of GLSL */
 
+#version 130
+
 uniform sampler2D sampler;
 uniform int xscale;
 uniform int yscale;
diff --git a/vcl/opengl/blendedTextureFragmentShader.glsl 
b/vcl/opengl/blendedTextureFragmentShader.glsl
index eabb652..15dfcf7 100644
--- a/vcl/opengl/blendedTextureFragmentShader.glsl
+++ b/vcl/opengl/blendedTextureFragmentShader.glsl
@@ -7,6 +7,8 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#version 130
+
 varying vec2 tex_coord;
 varying vec2 alpha_coord;
 varying vec2 mask_coord;
diff --git a/vcl/opengl/blendedTextureVertexShader.glsl 
b/vcl/opengl/blendedTextureVertexShader.glsl
index 64bae78..3e60d0e 100644
--- a/vcl/opengl/blendedTextureVertexShader.glsl
+++ b/vcl/opengl/blendedTextureVertexShader.glsl
@@ -7,6 +7,8 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#version 130
+
 attribute vec4 position;
 attribute vec2 tex_coord_in;
 attribute vec2 alpha_coord_in;
diff --git a/vcl/opengl/combinedFragmentShader.glsl 
b/vcl/opengl/combinedFragmentShader.glsl
index ba4fe2e..2515b17 100644
--- a/vcl/opengl/combinedFragmentShader.glsl
+++ b/vcl/opengl/combinedFragmentShader.glsl
@@ -7,6 +7,8 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#version 130
+
 varying float fade_factor; // 0->1 fade factor used for AA
 varying float multiply;
 
diff --git a/vcl/opengl/combinedTextureFragmentShader.glsl 
b/vcl/opengl/combinedTextureFragmentShader.glsl
index 67797be..2990de8 100644
--- a/vcl/opengl/combinedTextureFragmentShader.glsl
+++ b/vcl/opengl/combinedTextureFragmentShader.glsl
@@ -7,6 +7,8 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#version 130
+
 varying vec2 tex_coord;
 varying vec2 alpha_coord;
 varying vec2 mask_coord;
diff --git a/vcl/opengl/combinedTextureVertexShader.glsl 
b/vcl/opengl/combinedTextureVertexShader.glsl
index a3e4642..52d44d5 100644
--- a/vcl/opengl/combinedTextureVertexShader.glsl
+++ b/vcl/opengl/combinedTextureVertexShader.glsl
@@ -7,6 +7,8 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#version 130
+
 attribute vec4 position;
 attribute vec2 tex_coord_in;
 attribute vec2 mask_coord_in;
diff --git a/vcl/opengl/combinedVertexShader.glsl 
b/vcl/opengl/combinedVertexShader.glsl
index 3337a08..518221f 100644
--- a/vcl/opengl/combinedVertexShader.glsl
+++ b/vcl/opengl/combinedVertexShader.glsl
@@ -7,6 +7,8 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#version 130
+
 attribute vec2 position;
 attribute vec4 extrusion_vectors;
 #ifdef USE_VERTEX_COLORS
diff --git a/vcl/opengl/convolutionFragmentShader.glsl 
b/vcl/opengl/convolutionFragmentShader.glsl
index d4f7802..4b2f316 100644
--- a/vcl/opengl/convolutionFragmentShader.glsl
+++ b/vcl/opengl/convolutionFragmentShader.glsl
@@ -9,6 +9,8 @@
 
 /* TODO Use textureOffset for newest version of GLSL */
 
+#version 130
+
 uniform sampler2D sampler;
 uniform vec2 offsets[16];
 uniform float kernel[16];
diff --git 

James Clarke license statement

2016-08-05 Thread James Clarke
All of my past & future contributions to LibreOffice may be
licensed under the MPLv2/LGPLv3+ dual license.


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


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

2016-08-05 Thread Miklos Vajna
 officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu|2 
+-
 officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu |2 
+-
 officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu  |2 
+-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit adbaad53624bd88c58cd1ee2ecfb7207c9ab59ee
Author: Miklos Vajna 
Date:   Fri Aug 5 09:16:27 2016 +0200

tdf#101154 Classification -> TSCP Classification for the toolbar name

Change-Id: Iebca1cfcecb1c498c195be919ed9f50e7eb40400
Reviewed-on: https://gerrit.libreoffice.org/27892
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins 

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu
index d41335a..ddb27a8 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu
@@ -147,7 +147,7 @@
   false
 
 
-  Classification
+  TSCP Classification
 
   
   
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu
index bb1c803..b87aa35 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu
@@ -549,7 +549,7 @@
   false
 
 
-  Classification
+  TSCP Classification
 
   
   
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
index 57a59d2..e7b44ce 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
@@ -205,7 +205,7 @@
   false
 
 
-  Classification
+  TSCP Classification
 
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: loolwsd/debian

2016-08-05 Thread Jan Holesovsky
 loolwsd/debian/changelog |8 ++--
 loolwsd/debian/rules |2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 2100dc84897517f8ddc90136547e9547bc6ff381
Author: Jan Holesovsky 
Date:   Fri Aug 5 17:38:42 2016 +0100

Update the .deb changelog, and allow passing params.

diff --git a/loolwsd/debian/changelog b/loolwsd/debian/changelog
index bfb559a..7e18298 100644
--- a/loolwsd/debian/changelog
+++ b/loolwsd/debian/changelog
@@ -1,8 +1,12 @@
-loolwsd (1.0.34-1) UNRELEASED; urgency=medium
+loolwsd (1.8.0-1) unstable; urgency=medium
 
+  [ Tor Lillqvist ]
   * Back to packaging this for Debian.
 
- -- Tor Lillqvist   Wed, 03 Jun 2015 20:24:50 +0300
+  [ Jan Holesovsky ]
+  * Update to match Collabora Office 5.1
+
+ -- Jan Holesovsky   Fri, 05 Aug 2016 16:51:54 +0100
 
 loolwsd (1.0.0-1) unstable; urgency=low
 
diff --git a/loolwsd/debian/rules b/loolwsd/debian/rules
index 519ac1a..622daf9 100755
--- a/loolwsd/debian/rules
+++ b/loolwsd/debian/rules
@@ -5,7 +5,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
 
 include /usr/share/dpkg/default.mk
 
-CONFFLAGS = --prefix=/usr --localstatedir=/var --sysconfdir=/etc 
--with-lokit-path=`pwd`/bundled/include
+CONFFLAGS = --prefix=/usr --localstatedir=/var --sysconfdir=/etc 
--with-lokit-path=`pwd`/bundled/include $(CONFIG_OPTIONS)
 
 # Avoid setcap when doing "make", when building for packaging
 # the setcap is done at installation time
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [libreoffice-design] Minutes of the Design Hangout: 2016-Aug-05

2016-08-05 Thread Regina Henschel

Hi Heiko,

Heiko Tietze schrieb:

Date:2016-Aug-05
Present: Jay, Heiko, Cor, Mahfiaz


   * Area Fill (Rishabh/Heiko)
 * Aug-05
+ New section switcher
   + Try to replace the buttons by something different (Heiko)
+ Remove None from the available fill styles (now sections)
   + Pro: None means transparency of 100%, and now we just define a 
solid color (Heiko)
   + Con: Setting to a transparent color will cause problems when users 
which the fill type (Jay, Rishabh)


The fill style "NONE" is different from "SOLID + 100% transparency" and 
has to be retained.


(1) You see the difference, when you use style inheritance. If you set 
the color to "yellow" in the child, you will indeed get yellow in case 
the parent has FillStyle="NONE" and the child will be transparent in 
case the parent has "SOLID + 100% transparency".


(2) When you use area fill for paragraph background, then you get 
interoperability problems, because other applications (I have tested 
AOO4.2 and Word 2010) do not get the transparency for paragraph 
background correctly, but interpret FillStyle "NONE" correctly.


(3) If a search for attributes will be implemented, then 
FillStyle="None" is surely different from "SOLID + 100%transparency".


(4) You need "NONE" anyway, because "NONE" is value of enum FillStyle in 
the API.


Kind regards
Regina


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


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loolwsd/debian

2016-08-05 Thread Jan Holesovsky
 loolwsd/debian/changelog |8 ++--
 loolwsd/debian/rules |2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 62d277a50281e9aebb9c0f181c0c7ccb51ef4bcd
Author: Jan Holesovsky 
Date:   Fri Aug 5 17:38:42 2016 +0100

Update the .deb changelog, and allow passing params.

diff --git a/loolwsd/debian/changelog b/loolwsd/debian/changelog
index bfb559a..7e18298 100644
--- a/loolwsd/debian/changelog
+++ b/loolwsd/debian/changelog
@@ -1,8 +1,12 @@
-loolwsd (1.0.34-1) UNRELEASED; urgency=medium
+loolwsd (1.8.0-1) unstable; urgency=medium
 
+  [ Tor Lillqvist ]
   * Back to packaging this for Debian.
 
- -- Tor Lillqvist   Wed, 03 Jun 2015 20:24:50 +0300
+  [ Jan Holesovsky ]
+  * Update to match Collabora Office 5.1
+
+ -- Jan Holesovsky   Fri, 05 Aug 2016 16:51:54 +0100
 
 loolwsd (1.0.0-1) unstable; urgency=low
 
diff --git a/loolwsd/debian/rules b/loolwsd/debian/rules
index 519ac1a..622daf9 100755
--- a/loolwsd/debian/rules
+++ b/loolwsd/debian/rules
@@ -5,7 +5,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
 
 include /usr/share/dpkg/default.mk
 
-CONFFLAGS = --prefix=/usr --localstatedir=/var --sysconfdir=/etc 
--with-lokit-path=`pwd`/bundled/include
+CONFFLAGS = --prefix=/usr --localstatedir=/var --sysconfdir=/etc 
--with-lokit-path=`pwd`/bundled/include $(CONFIG_OPTIONS)
 
 # Avoid setcap when doing "make", when building for packaging
 # the setcap is done at installation time
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: bridges/Library_cpp_uno.mk bridges/source configure.ac desktop/source external/twain jvmfwk/inc odk/settings solenv/gbuild

2016-08-05 Thread James Clarke
 bridges/Library_cpp_uno.mk|7 
 bridges/source/cpp_uno/gcc3_linux_sparc64/call.s  |   77 +
 bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx |  746 
 bridges/source/cpp_uno/gcc3_linux_sparc64/except.cxx  |  301 ++
 bridges/source/cpp_uno/gcc3_linux_sparc64/share.hxx   |  100 ++
 bridges/source/cpp_uno/gcc3_linux_sparc64/uno2cpp.cxx |  836 ++
 configure.ac  |8 
 desktop/source/deployment/misc/dp_platform.cxx|2 
 external/twain/inc/twain/twain.h  |2 
 jvmfwk/inc/vendorbase.hxx |2 
 odk/settings/settings.mk  |5 
 solenv/gbuild/platform/LINUX_SPARC64_GCC.mk   |   15 
 12 files changed, 2100 insertions(+), 1 deletion(-)

New commits:
commit 3cb45765f2accfa749cc56a087059600ec467f28
Author: James Clarke 
Date:   Fri Aug 5 18:07:33 2016 +0200

(initial) sparc64 port

Change-Id: I8ec9bb5415a9e6b9083ba89a7790872d67625de1

diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk
index ebb8323..d7ec27d 100644
--- a/bridges/Library_cpp_uno.mk
+++ b/bridges/Library_cpp_uno.mk
@@ -159,6 +159,13 @@ bridge_noopt_objects := cpp2uno uno2cpp
 bridge_exception_objects := except
 endif
 
+else ifeq ($(OS)-$(CPUNAME),LINUX-SPARC64)
+
+bridges_SELECTED_BRIDGE := gcc3_linux_sparc64
+bridge_asm_objects := call
+bridge_noopt_objects := cpp2uno uno2cpp
+bridge_exception_objects := except
+
 else ifeq ($(CPUNAME),X86_64)
 
 ifneq ($(filter DRAGONFLY FREEBSD LINUX NETBSD OPENBSD,$(OS)),)
diff --git a/bridges/source/cpp_uno/gcc3_linux_sparc64/call.s 
b/bridges/source/cpp_uno/gcc3_linux_sparc64/call.s
new file mode 100644
index 000..7aed24c
--- /dev/null
+++ b/bridges/source/cpp_uno/gcc3_linux_sparc64/call.s
@@ -0,0 +1,77 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements. See the NOTICE file distributed
+ *   with this work for additional information regarding copyright
+ *   ownership. The ASF licenses this file to you under the Apache
+ *   License, Version 2.0 (the "License"); you may not use this file
+ *   except in compliance with the License. You may obtain a copy of
+ *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+.global doFlushCode
+doFlushCode:
+.L: flush %o0
+deccc %o1
+bne .L
+add %o0, 8, %o0
+retl
+nop
+.size doFlushCode,(.-doFlushCode)
+.align 8
+
+// %{o->i}0: index
+// %{o->i}1: pCallStack = %{s->f}p+2047
+// %{o->i}2: vtableOffset
+// %{o->i}3: cpp_vtable_call
+// %{o->i}4: frameSize (negative)
+// [%{s->f}p+2047+128]: param 0 ...
+.file "call.s"
+.text
+.align 4
+.global privateSnippetExecutor
+.type privateSnippetExecutor, #function
+privateSnippetExecutor:
+.LFB0:
+ Already done by codeSnippet
+.cfi_startproc
+save %sp, -176, %sp
+.cfi_window_save
+// Register  8 (%o0) saved to register 24 (%i0)
+.cfi_register  8, 24
+// Register  9 (%o1) saved to register 25 (%i1)
+.cfi_register  9, 25
+// Register 10 (%o2) saved to register 26 (%i2)
+.cfi_register 10, 26
+// Register 11 (%o3) saved to register 27 (%i3)
+.cfi_register 11, 27
+// Register 12 (%o4) saved to register 28 (%i4)
+.cfi_register 12, 28
+// Register 15 (%o7) saved to register 31 (%i7)
+.cfi_register 15, 31
+// Use register 30 (%i6 - saved stack pointer) for Call Frame Address
+.cfi_def_cfa_register 30
+mov %i0, %o0
+mov %i1, %o1
+mov %i2, %o2
+jmpl %i3, %o7
+nop
+mov %o0, %i0
+mov %o1, %i1
+mov %o2, %i2
+mov %o3, %i3
+ret
+restore
+.cfi_endproc
+.LFE0:
+.size privateSnippetExecutor,(.-privateSnippetExecutor)
+.section .note.GNU-stack,"",@progbits
+
+.align 8
diff --git a/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx 
b/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx
new file mode 100644
index 000..746281d
--- /dev/null
+++ b/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx
@@ -0,0 +1,746 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at 

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

2016-08-05 Thread Eike Rathke
 sc/source/core/tool/interpr1.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 91cad2de121a10c470b30832ac28597bdffd7101
Author: Eike Rathke 
Date:   Fri Aug 5 18:29:06 2016 +0200

Compare() and CompareMat(): PopError() to propagate

... an already existing error instead of overriding with
errIllegalParameter.

Change-Id: Iebdbe1fbaba8aa1628eacc2a3ad3d193af7a42bf

diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index e14aaea..bec54db 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -885,6 +885,7 @@ double ScInterpreter::Compare( ScQueryOp eOp )
 // mode. Which also means we'd have to change all places where
 // it currently is handled along with svMatrix.
 default:
+PopError();
 SetError( errIllegalParameter);
 break;
 }
@@ -953,6 +954,7 @@ sc::RangeMatrix ScInterpreter::CompareMat( ScQueryOp eOp, 
sc::CompareOptions* pO
 // errors are transported as DoubleError inside matrix
 break;
 default:
+PopError();
 SetError( errIllegalParameter);
 break;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: git clone compile errors on isnan

2016-08-05 Thread Larry Evans

On 08/05/2016 08:24 AM, Michael Stahl wrote:
[snip]

did you do a "make clean" after your previous build attempt?  if there
are still object files around built by the compiler in /usr/local then
problems like that are expected.

in case "make clean" doesn't fix it try "make verbose=t
LDFLAGS="-Wl,--trace"" to see what libraries are being linked.



YEAH MICHAEL!

The following:
--{--cut here--
make clean
export CC=/usr/bin/gcc ; export CXX=/usr/bin/g++ ; ./configure
make
--}--cut here--
worked.  Last 2 lines of output:

[BIN] top level modules: libreoffice
[ALL] top level modules: build-non-l10n-only build-l10n-only

Thanks Mike!

BTW, the --with-gcc-home= apparently didn't
set CC to /usr/bin/gcc.  It only set CXX to /usr/bin/g++.

Also, what produces the [BIN] and [ALL] output on output.
I've never seen that before in a make.  Just curious.

-regards,
Larry



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


[Libreoffice-commits] core.git: Branch 'distro/collabora/lov-5.2' - 11 commits - avmedia/Library_avmedia.mk chart2/Library_chartcore.mk chart2/Module_chart2.mk config_host.mk.in configure.ac cui/Libra

2016-08-05 Thread Yousuf Philips
 Makefile.in|   24 ++--
 avmedia/Library_avmedia.mk |2 
 chart2/Library_chartcore.mk|8 -
 chart2/Module_chart2.mk|2 
 config_host.mk.in  |4 
 configure.ac   |   35 ++---
 cui/Library_cui.mk |2 
 icon-themes/sifr/links.txt |4 
 instsetoo_native/util/openoffice.lst.in|2 
 postprocess/CustomTarget_registry.mk   |2 
 postprocess/Rdb_services.mk|8 -
 registry/Module_registry.mk|3 
 sc/inc/global.hxx  |6 -
 scp2/InstallModule_impress.mk  |2 
 scp2/source/ooo/directory_ooo_macosx.scp   |2 
 slideshow/Library_slideshow.mk |2 
 slideshow/Module_slideshow.mk  |2 
 solenv/bin/macosx-codesign-app-bundle  |  123 ++---
 solenv/bin/ooinstall   |2 
 svl/source/numbers/zforscan.cxx|8 +
 svx/Library_svxcore.mk |2 
 sw/qa/extras/rtfimport/data/tdf78506.rtf   |   24 
 sw/qa/extras/rtfimport/rtfimport.cxx   |   17 ++
 sw/source/core/text/itrcrsr.cxx|1 
 sw/source/core/text/porfly.cxx |5 
 sw/source/core/text/porfly.hxx |1 
 sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx |8 -
 sysui/desktop/macosx/Info.plist.in |4 
 toolkit/Library_tk.mk  |2 
 vcl/CppunitTest_vcl_bitmap_test.mk |2 
 vcl/Executable_icontest.mk |2 
 vcl/Executable_vcldemo.mk  |2 
 vcl/Library_vcl.mk |2 
 writerfilter/source/rtftok/rtfdispatchvalue.cxx|3 
 writerfilter/source/rtftok/rtfdocumentimpl.cxx |   20 +++
 writerfilter/source/rtftok/rtfdocumentimpl.hxx |2 
 36 files changed, 212 insertions(+), 128 deletions(-)

New commits:
commit d44099706c4981cfcaa10943e6d380827599cce2
Author: Yousuf Philips 
Date:   Thu Aug 4 13:50:33 2016 +0400

Sifr: Add thesaurus duplicate to links.txt

Change-Id: I0cfecbef999bb251c1fd8829aed0a4f0268e176c
Reviewed-on: https://gerrit.libreoffice.org/27870
Tested-by: Jenkins 
Reviewed-by: Yousuf Philips 
(cherry picked from commit c63aaa624aa6e949e127fb8ef00c4f3744c72b76)
Reviewed-on: https://gerrit.libreoffice.org/27876
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
(cherry picked from commit c3a84517466820386aaf43193052ffe027f637aa)

diff --git a/icon-themes/sifr/links.txt b/icon-themes/sifr/links.txt
index dc1e369..c17cb57 100644
--- a/icon-themes/sifr/links.txt
+++ b/icon-themes/sifr/links.txt
@@ -54,6 +54,10 @@ sc/imglst/nc06.png cmd/sc_insertannotation.png
 sc/imglst/nc08.png cmd/sc_insertdraw.png
 sc/res/table.png cmd/sc_inserttable.png
 
+# Thesaurus
+cmd/lc_thesaurusdialog.png cmd/lc_thesaurus.png
+cmd/sc_thesaurusdialog.png cmd/sc_thesaurus.png
+
 # File Menu
 cmd/sc_exporttopdf.png cmd/sc_exportdirecttopdf.png
 
commit a6a06cf5e4be5b077f6809190cb72243870441a9
Author: Miklos Vajna 
Date:   Thu Aug 4 12:37:30 2016 +0200

tdf#78506 RTF import: fix handling of invalid \levelnumbers

In case ';' is written in \u form in \levelnumbers, then Word ignores the 
whole
\levelnumbers contents, do the same.

(cherry picked from commit 428a1da60b88415e7db21353a42bed85b8b76ed9)

Change-Id: I93ce5810af2b5ed703e804199c0b236d2c4c36b5
Reviewed-on: https://gerrit.libreoffice.org/27873
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
(cherry picked from commit 100321e9b39687e8021763ee0aec95de856c497c)

diff --git a/sw/qa/extras/rtfimport/data/tdf78506.rtf 
b/sw/qa/extras/rtfimport/data/tdf78506.rtf
new file mode 100644
index 000..2978734
--- /dev/null
+++ b/sw/qa/extras/rtfimport/data/tdf78506.rtf
@@ -0,0 +1,24 @@
+{\rtf \ansi \ansicpg0 \deff0 \stshfdbch1 \stshfloch0 \stshfhich0 \deflang1033 
\deflangfe1033 
+{\*\listtable 
+{\list \listtemplateid700648999 \listhybrid 
+{\listlevel \levelnfc0 \levelnfcn0 \leveljc0 \leveljcn0 \levelstartat1 
\levelfollow0 \levelspace0 \levelindent0 \levellegal0 \levelnorestart0
+{\leveltext
+{\uc1 \u2 ?}
+{\uc1 \u0 ?}
+{\uc1 \u46 ?}
+{\uc1 \u59 ?}
+}
+{\levelnumbers \'01
+{\uc1 \u59 ?}
+}
+\li720 \lin720 \fi-360 }
+{\listname ;}
+\listid697112958 }
+}
+{\*\listoverridetable 
+{\listoverride \listid697112958 

Re: git clone compile errors on isnan

2016-08-05 Thread Larry Evans

On 08/05/2016 02:50 AM, jan iversen wrote:

Hi

It looks like you did the right things, however we have made a guide for
starting a new contributor:

https://wiki.documentfoundation.org/Development/GetInvolved

Which at least is more recent.

rgds
jan I.



Thanks Jan.

I followed (carefully) instructions here:

https://wiki.documentfoundation.org/Development/gerrit/setup#Detailed_and_nitty-gritty_setup_topics

However, step 6:

 6. Setup your git repo so that it pushes to gerrit using the SSH key:

git config remote.origin.pushurl ssh://logerrit/core

failed because I didn't alread have a .git directory.
I tried to edit the wiki page to suggest adding another step,
such as:

  git clone ssh://logerrit/core

but it wouldn't let me (it said I had to supply an email,
which I already had done).

I did try the above `git clone` but it took sooo long,
I aborted it.

I'll try Michael's suggestion and try to specify the compiler
command to use, somehow.

Thanks for you help Jan and Michael.



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


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

2016-08-05 Thread Miklos Vajna
 configmgr/qa/unit/test.cxx |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 99cb0d3e68921c52311b4dce032d8d2bf39a969f
Author: Miklos Vajna 
Date:   Fri Aug 5 09:17:10 2016 +0200

configmgr: fix loplugin:cppunitassertequals warnings

Change-Id: I19e197db4158939875fab0d9e51d903aa1671b37
Reviewed-on: https://gerrit.libreoffice.org/27893
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins 

diff --git a/configmgr/qa/unit/test.cxx b/configmgr/qa/unit/test.cxx
index 9f9c203..00903eb 100644
--- a/configmgr/qa/unit/test.cxx
+++ b/configmgr/qa/unit/test.cxx
@@ -156,7 +156,7 @@ void RecursiveTest::test()
 css::uno::UNO_QUERY_THROW);
 properties_->addPropertyChangeListener("Label", this);
 step();
-CPPUNIT_ASSERT(count_ == 0);
+CPPUNIT_ASSERT_EQUAL(0, count_);
 css::uno::Reference< css::lang::XComponent >(
 properties_, css::uno::UNO_QUERY_THROW)->dispose();
 }
@@ -233,7 +233,7 @@ void Test::testKeySet()
 "/org.openoffice.System/L10N",
 "Locale") >>=
 s);
-CPPUNIT_ASSERT( s == "com.sun.star.configuration.backend.LocaleBackend 
UILocale" );
+CPPUNIT_ASSERT_EQUAL( 
OUString("com.sun.star.configuration.backend.LocaleBackend UILocale"), s );
 }
 
 void Test::testKeyReset()
@@ -248,7 +248,7 @@ void Test::testKeyReset()
 "/org.openoffice.System/L10N",
 "Locale") >>=
 s);
-CPPUNIT_ASSERT( s == "com.sun.star.configuration.backend.LocaleBackend 
Locale" );
+CPPUNIT_ASSERT_EQUAL( 
OUString("com.sun.star.configuration.backend.LocaleBackend Locale"), s );
 }
 }
 
@@ -261,7 +261,7 @@ void Test::testSetSetMemberName()
  ".uno:FontworkShapeType",
 "Label") >>=
 s);
-CPPUNIT_ASSERT( s == "Fontwork Shape" );
+CPPUNIT_ASSERT_EQUAL( OUString("Fontwork Shape"), s );
 
 css::uno::Reference< css::container::XNameAccess > access(
 createUpdateAccess(
@@ -283,7 +283,7 @@ void Test::testSetSetMemberName()
 ".uno:FontworkShapeType",
 "Label") >>=
 s);
-CPPUNIT_ASSERT( s == "Fontwork Style" );
+CPPUNIT_ASSERT_EQUAL( OUString("Fontwork Style"), s );
 }
 
 void Test::testInsertSetMember() {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/orcus-odf' - sc/qa

2016-08-05 Thread Jaskaran Singh
 sc/qa/unit/data/xml/styles.xml |9 ++-
 sc/qa/unit/subsequent_filters-test.cxx |   40 -
 2 files changed, 42 insertions(+), 7 deletions(-)

New commits:
commit aa9134ed087a418813401d41f2bf08a9009ae1cb
Author: Jaskaran Singh 
Date:   Fri Aug 5 14:36:53 2016 +0530

Add test for cell protection in orcus interface

Change-Id: I952b5897bf3f728d103c43d93cadeffb92d1c3a9

diff --git a/sc/qa/unit/data/xml/styles.xml b/sc/qa/unit/data/xml/styles.xml
index 85c1e49..19eeff5 100644
--- a/sc/qa/unit/data/xml/styles.xml
+++ b/sc/qa/unit/data/xml/styles.xml
@@ -6,16 +6,13 @@
   
 
   
-  
-
-  
-  
+  
 
   
-  
+  
 
   
-  
+  
 
   
   
diff --git a/sc/qa/unit/subsequent_filters-test.cxx 
b/sc/qa/unit/subsequent_filters-test.cxx
index 7ce70ee..77eff46 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -65,6 +65,7 @@
 #include "externalrefmgr.hxx"
 #include 
 #include 
+#include 
 
 #if ENABLE_ORCUS
 #include 
@@ -2705,7 +2706,7 @@ void ScFiltersTest::testOrcusODSStyleInterface()
 ASSERT_DOUBLES_EQUAL_MESSAGE("Error with top width", 1, 
pBoxItem->GetTop()->GetWidth());
 ASSERT_DOUBLES_EQUAL_MESSAGE("Error with bottom width", 1, 
pBoxItem->GetBottom()->GetWidth());
 
-CPPUNIT_ASSERT_MESSAGE("Style Name1 : Has Attribute border, but it 
shouldn't.",
+CPPUNIT_ASSERT_MESSAGE("Style Name1 : Has Attribute Protection, but it 
shouldn't.",
 !pStyleSheet->GetItemSet().HasItem(ATTR_PROTECTION, ));
 CPPUNIT_ASSERT_MESSAGE("Style Name1 : Has Attribute font, but it 
shouldn't.",
 !pStyleSheet->GetItemSet().HasItem(ATTR_FONT, ));
@@ -2750,6 +2751,43 @@ void ScFiltersTest::testOrcusODSStyleInterface()
 !pStyleSheet->GetItemSet().HasItem(ATTR_FONT, ));
 CPPUNIT_ASSERT_MESSAGE("Style Name2 : Has Attribute number format, but it 
shouldn't.",
 !pStyleSheet->GetItemSet().HasItem(ATTR_VALUE_FORMAT, ));
+
+/* Test for Style "Name3"
+ * Hidden, protected and content is printed.
+ */
+pStyleSheet = pStyleSheetPool->FindCaseIns("Name3", SfxStyleFamily::Para);
+CPPUNIT_ASSERT_MESSAGE("Style Name3 : Doesn't have Attribute Protection, 
but it should have.",
+pStyleSheet->GetItemSet().HasItem(ATTR_PROTECTION, ));
+
+CPPUNIT_ASSERT_MESSAGE("Style Name 3 : Error with Protection attribute." 
,ScProtectionAttr(true, false, true, true) == *pItem);
+
+/* Test for Style "Name4"
+ * Hidden, protected and content is printed.
+ */
+pStyleSheet = pStyleSheetPool->FindCaseIns("Name4", SfxStyleFamily::Para);
+CPPUNIT_ASSERT_MESSAGE("Style Name4 : Doesn't have Attribute Protection, 
but it should have.",
+pStyleSheet->GetItemSet().HasItem(ATTR_PROTECTION, ));
+
+CPPUNIT_ASSERT_MESSAGE("Style Name 4 : Error with Protection attribute." 
,ScProtectionAttr(true, true, false, false) == *pItem);
+
+/* Test for Style "Name3"
+ * Hidden, protected and content is printed.
+ */
+pStyleSheet = pStyleSheetPool->FindCaseIns("Name5", SfxStyleFamily::Para);
+CPPUNIT_ASSERT_MESSAGE("Style Name5 : Doesn't have Attribute Protection, 
but it should have.",
+pStyleSheet->GetItemSet().HasItem(ATTR_PROTECTION, ));
+
+CPPUNIT_ASSERT_MESSAGE("Style Name 5 : Error with Protection attribute." 
,ScProtectionAttr(false, false, false, true) == *pItem);
+
+CPPUNIT_ASSERT_MESSAGE("Style Name5 : Has Attribute Border, but it 
shouldn't.",
+!pStyleSheet->GetItemSet().HasItem(ATTR_BORDER, ));
+CPPUNIT_ASSERT_MESSAGE("Style Name5: Has Attribute background, but it 
shouldn't.",
+!pStyleSheet->GetItemSet().HasItem(ATTR_BACKGROUND, ));
+CPPUNIT_ASSERT_MESSAGE("Style Name5 : Has Attribute font, but it 
shouldn't.",
+!pStyleSheet->GetItemSet().HasItem(ATTR_FONT, ));
+CPPUNIT_ASSERT_MESSAGE("Style Name5 : Has Attribute number format, but it 
shouldn't.",
+!pStyleSheet->GetItemSet().HasItem(ATTR_VALUE_FORMAT, ));
+
 }
 #endif
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: git clone compile errors on isnan

2016-08-05 Thread Michael Stahl
On 04.08.2016 22:24, Larry Evans wrote:
> In file included from 
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/lexical_cast/detail/inf_nan.hpp:35:0,
>   from 
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/lexical_cast/detail/converter_lexical_streams.hpp:63,
>   from 
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/lexical_cast/detail/converter_lexical.hpp:54,
>   from 
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/lexical_cast/try_lexical_convert.hpp:42,
>   from 
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/lexical_cast.hpp:32,
>   from 
> /home/evansl/dwnlds/LibreOffice/libreoffice/external/boost/include/boost/lexical_cast.hpp:22,
>   from 
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/date_time/date_names_put.hpp:20,
>   from 
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/date_time/date_formatting_locales.hpp:18,
>   from 
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/date_time/gregorian/greg_facet.hpp:13,
>   from 
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/libs/date_time/src/gregorian/greg_month.cpp:15:
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/math/special_functions/fpclassify.hpp:
>  
> In function ‘bool boost::math_detail::is_nan_helper(__float128, const 
> true_type&)’:
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/math/special_functions/fpclassify.hpp:137:75:
>  
> error: ‘::isnan’ has not been declared
>   inline bool is_nan_helper(__float128 f, const boost::true_type&) { 
> return ::isnan(static_cast(f)); }
>  
> ^
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/math/special_functions/fpclassify.hpp:137:75:
>  
> note: suggested alternatives:
> In file included from /usr/local/include/c++/4.9.0/random:38:0,
>   from /usr/local/include/c++/4.9.0/bits/stl_algo.h:66,
>   from /usr/local/include/c++/4.9.0/algorithm:62,
>   from 
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/smart_ptr/shared_ptr.hpp:38,
>   from 
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/shared_ptr.hpp:17,
>   from 
> /home/evansl/dwnlds/LibreOffice/libreoffice/external/boost/include/boost/shared_ptr.hpp:22,
>   from 
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/date_time/gregorian/greg_month.hpp:14,
>   from 
> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/libs/date_time/src/gregorian/greg_month.cpp:14:
> /usr/local/include/c++/4.9.0/cmath:632:5: note:   ‘std::isnan’
>   isnan(_Tp __x)
>   ^

you are using a custom toolchain installed in /usr/local that is not set
up correctly.

various GCC headers and glibc headers with the same name include each
other via #include_next, and that doesn't work in your case for whatever
reason, the file /usr/include/math.h that defines a ::isnan (or isnan as
a macro, in case of Fedora 24) isn't included.

you could spend some hours looking at preprocessor output and tweak
include paths to get that to work, or you could just use the GCC shipped
in your distribution which presumably works.

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


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

2016-08-05 Thread Tor Lillqvist
 configure.ac |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit d448733db9eb1de5054872421518c4a156383492
Author: Tor Lillqvist 
Date:   Fri Aug 5 12:30:39 2016 +0300

Clarify what --with-macosx-sdk actually does in its help text

Change-Id: I999fe123d71c646d20f108801ca989355bee3855

diff --git a/configure.ac b/configure.ac
index 50fec94..ffe7644 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2331,8 +2331,13 @@ dnl 
===
 
 AC_ARG_WITH(macosx-sdk,
 AS_HELP_STRING([--with-macosx-sdk=],
-[Use a specific SDK for building.])
+[Prefer a specific SDK for building.])
 [
+  If the requested SDK is not available, a search for 
the oldest one will be done.
+  With current Xcode versions, only the latest SDK is 
included, so this option is
+  not terribly useful. It works fine to build with a 
new SDK and run the result
+  on an older OS.
+
   e. g.: --with-macosx-sdk=10.8
 
   there are 3 options to control the MacOSX build:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-08-05 Thread Rishabh Kumar
 cui/source/tabpages/tabarea.cxx |3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 755a4838054050111f2118d0957041120831f5df
Author: Rishabh Kumar 
Date:   Fri Aug 5 15:01:56 2016 +0530

Don't save the color list

Color list can't be modified, so no need to save the list

Change-Id: Idb11343f7812e1a30df9a5c0d26b6f22bd92c107
Reviewed-on: https://gerrit.libreoffice.org/27899
Tested-by: Jenkins 
Reviewed-by: Rishabh Kumar 

diff --git a/cui/source/tabpages/tabarea.cxx b/cui/source/tabpages/tabarea.cxx
index a1b7c8d..1b9edb6 100644
--- a/cui/source/tabpages/tabarea.cxx
+++ b/cui/source/tabpages/tabarea.cxx
@@ -224,9 +224,6 @@ void SvxAreaTabDialog::SavePalettes()
 
 if (mnColorListState & ChangeType::MODIFIED && mpColorList.is())
 {
-mpColorList->SetPath( aPath );
-mpColorList->Save();
-
 SvxColorListItem aItem( mpColorList, SID_COLOR_TABLE );
 // ToolBoxControls are informed:
 if ( pShell )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loolwsd/configure.ac

2016-08-05 Thread Jan Holesovsky
 loolwsd/configure.ac |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2341a16dd76c1e2c4e5d54f09272a44e2a2eba04
Author: Jan Holesovsky 
Date:   Tue Jul 19 11:17:41 2016 +0200

Some better defaults.

diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index dacbb28..d61b3a4 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -104,13 +104,13 @@ else
 fi
 AC_SUBST(ENABLE_DEBUG)
 
-MAX_DOCUMENTS=0
+MAX_DOCUMENTS=10
 AS_IF([test -n "$with_max_documents"],
   [MAX_DOCUMENTS="$with_max_documents"])
 AC_DEFINE_UNQUOTED([MAX_DOCUMENTS],[$MAX_DOCUMENTS],[Limit the maximum number 
of open documents])
 AC_SUBST(MAX_DOCUMENTS)
 
-MAX_CONNECTIONS=0
+MAX_CONNECTIONS=20
 AS_IF([test -n "$with_max_connections"],
   [MAX_CONNECTIONS="$with_max_connections"])
 AC_DEFINE_UNQUOTED([MAX_CONNECTIONS],[$MAX_CONNECTIONS],[Limit the maximum 
number of open documents])
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loolwsd/loolwsd.spec.in

2016-08-05 Thread Jan Holesovsky
 loolwsd/loolwsd.spec.in |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 25c1deee1c5e055acfb15299102f29b0e6b4e504
Author: Jan Holesovsky 
Date:   Fri Aug 5 11:26:52 2016 +

Some more specfile tweaks.

diff --git a/loolwsd/loolwsd.spec.in b/loolwsd/loolwsd.spec.in
index ace0c87..3814682 100644
--- a/loolwsd/loolwsd.spec.in
+++ b/loolwsd/loolwsd.spec.in
@@ -46,7 +46,11 @@ Requires:   libPocoCrypto42 >= 1.7.1 libPocoFoundation42 
>= 1.7.1 libPocoJSO
 Requires:   Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 cups-libs dbus-1-glib 
fontconfig libatk-1_0-0 libavahi-client3 libavahi-common3 libavahi-glib1 
libbz2-1 libcairo2 libcom_err2 libdbus-1-3 libdrm2 libexpat1 libfreetype6 
libgbm1 libgio-2_0-0 libglib-2_0-0 libgmodule-2_0-0 libgobject-2_0-0 
libgraphite2-3 libgthread-2_0-0 libgtk-2_0-0 libharfbuzz0 libkeyutils1 liblzma5 
libpixman-1-0 libpng16-16 libuuid1 libxml2 libffi4 libgbm1 libICE6 libselinux1 
libSM6 libwayland-client0 libwayland-server0 libX11-6 libX11-xcb1 libXau6 
libxcb1 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0 
libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libXdamage1 libXext6 libXfixes3 
libXrender1 libxshmfence1 libXxf86vm1
 %endif
 %endif
+%if 0%{?name_suffix:1}
 Provides:   loleaflet = 1.5.8, loolwsd
+%else
+Provides:   loleaflet = 1.5.8
+%endif
 Obsoletes:  loleaflet <= 1.5.8
 
 %description
@@ -59,7 +63,10 @@ Obsoletes:  loleaflet <= 1.5.8
 %configure \
--with-lokit-path=bundled/include \
 %if %{ssl_support} == "NO"
-   --disable-ssl
+   --disable-ssl \
+%endif
+%if 0%{?config_options:1}
+   %{config_options}
 %endif
 
 env BUILDING_FROM_RPMBUILD=yes make %{?_smp_mflags}
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: loolwsd/loolwsd.spec.in

2016-08-05 Thread Jan Holesovsky
 loolwsd/loolwsd.spec.in |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 7e09bff7a514275aa185d231a88ca0567beab817
Author: Jan Holesovsky 
Date:   Fri Aug 5 11:26:52 2016 +

Some more specfile tweaks.

diff --git a/loolwsd/loolwsd.spec.in b/loolwsd/loolwsd.spec.in
index ace0c87..3814682 100644
--- a/loolwsd/loolwsd.spec.in
+++ b/loolwsd/loolwsd.spec.in
@@ -46,7 +46,11 @@ Requires:   libPocoCrypto42 >= 1.7.1 libPocoFoundation42 
>= 1.7.1 libPocoJSO
 Requires:   Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 cups-libs dbus-1-glib 
fontconfig libatk-1_0-0 libavahi-client3 libavahi-common3 libavahi-glib1 
libbz2-1 libcairo2 libcom_err2 libdbus-1-3 libdrm2 libexpat1 libfreetype6 
libgbm1 libgio-2_0-0 libglib-2_0-0 libgmodule-2_0-0 libgobject-2_0-0 
libgraphite2-3 libgthread-2_0-0 libgtk-2_0-0 libharfbuzz0 libkeyutils1 liblzma5 
libpixman-1-0 libpng16-16 libuuid1 libxml2 libffi4 libgbm1 libICE6 libselinux1 
libSM6 libwayland-client0 libwayland-server0 libX11-6 libX11-xcb1 libXau6 
libxcb1 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0 
libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libXdamage1 libXext6 libXfixes3 
libXrender1 libxshmfence1 libXxf86vm1
 %endif
 %endif
+%if 0%{?name_suffix:1}
 Provides:   loleaflet = 1.5.8, loolwsd
+%else
+Provides:   loleaflet = 1.5.8
+%endif
 Obsoletes:  loleaflet <= 1.5.8
 
 %description
@@ -59,7 +63,10 @@ Obsoletes:  loleaflet <= 1.5.8
 %configure \
--with-lokit-path=bundled/include \
 %if %{ssl_support} == "NO"
-   --disable-ssl
+   --disable-ssl \
+%endif
+%if 0%{?config_options:1}
+   %{config_options}
 %endif
 
 env BUILDING_FROM_RPMBUILD=yes make %{?_smp_mflags}
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - icon-themes/sifr

2016-08-05 Thread Matthias Freund
 icon-themes/sifr/cmd/32/connector.png  |binary
 icon-themes/sifr/cmd/32/selectobject.png   |binary
 icon-themes/sifr/cmd/lc_absoluterecord.png |binary
 icon-themes/sifr/cmd/lc_addwatch.png   |binary
 icon-themes/sifr/cmd/lc_basicstepinto.png  |binary
 icon-themes/sifr/cmd/lc_basicstepout.png   |binary
 icon-themes/sifr/cmd/lc_basicstepover.png  |binary
 icon-themes/sifr/cmd/lc_basicstop.png  |binary
 icon-themes/sifr/cmd/lc_choosemacro.png|binary
 icon-themes/sifr/cmd/lc_matchgroup.png |binary
 icon-themes/sifr/cmd/lc_showtrackedchanges.png |binary
 icon-themes/sifr/cmd/sc_addwatch.png   |binary
 icon-themes/sifr/cmd/sc_showtrackedchanges.png |binary
 13 files changed

New commits:
commit a47aa43b5c6ad8bfbff2f052dd48555174150443
Author: Matthias Freund 
Date:   Wed Aug 3 21:19:14 2016 +0200

tdf#75256 Sifr icon update

Change-Id: I6d08448056f42b80c9ba04a3b5d99a5679952c5e
Reviewed-on: https://gerrit.libreoffice.org/27847
Tested-by: Jenkins 
Reviewed-by: jan iversen 
Tested-by: jan iversen 
Reviewed-by: Yousuf Philips 

diff --git a/icon-themes/sifr/cmd/32/connector.png 
b/icon-themes/sifr/cmd/32/connector.png
new file mode 100644
index 000..1f99c9e
Binary files /dev/null and b/icon-themes/sifr/cmd/32/connector.png differ
diff --git a/icon-themes/sifr/cmd/32/selectobject.png 
b/icon-themes/sifr/cmd/32/selectobject.png
index de10f5c..a7cf65a 100644
Binary files a/icon-themes/sifr/cmd/32/selectobject.png and 
b/icon-themes/sifr/cmd/32/selectobject.png differ
diff --git a/icon-themes/sifr/cmd/lc_absoluterecord.png 
b/icon-themes/sifr/cmd/lc_absoluterecord.png
new file mode 100644
index 000..41bfb8a
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_absoluterecord.png differ
diff --git a/icon-themes/sifr/cmd/lc_addwatch.png 
b/icon-themes/sifr/cmd/lc_addwatch.png
new file mode 100644
index 000..b3fa196
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_addwatch.png differ
diff --git a/icon-themes/sifr/cmd/lc_basicstepinto.png 
b/icon-themes/sifr/cmd/lc_basicstepinto.png
new file mode 100644
index 000..e27e2a4
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_basicstepinto.png differ
diff --git a/icon-themes/sifr/cmd/lc_basicstepout.png 
b/icon-themes/sifr/cmd/lc_basicstepout.png
new file mode 100644
index 000..ef0d8e1
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_basicstepout.png differ
diff --git a/icon-themes/sifr/cmd/lc_basicstepover.png 
b/icon-themes/sifr/cmd/lc_basicstepover.png
new file mode 100644
index 000..41f5d13
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_basicstepover.png differ
diff --git a/icon-themes/sifr/cmd/lc_basicstop.png 
b/icon-themes/sifr/cmd/lc_basicstop.png
new file mode 100644
index 000..4798dff
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_basicstop.png differ
diff --git a/icon-themes/sifr/cmd/lc_choosemacro.png 
b/icon-themes/sifr/cmd/lc_choosemacro.png
new file mode 100644
index 000..ae06762
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_choosemacro.png differ
diff --git a/icon-themes/sifr/cmd/lc_matchgroup.png 
b/icon-themes/sifr/cmd/lc_matchgroup.png
new file mode 100644
index 000..c7ff153
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_matchgroup.png differ
diff --git a/icon-themes/sifr/cmd/lc_showtrackedchanges.png 
b/icon-themes/sifr/cmd/lc_showtrackedchanges.png
new file mode 100644
index 000..dd61a3b
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_showtrackedchanges.png 
differ
diff --git a/icon-themes/sifr/cmd/sc_addwatch.png 
b/icon-themes/sifr/cmd/sc_addwatch.png
new file mode 100644
index 000..609cc3a
Binary files /dev/null and b/icon-themes/sifr/cmd/sc_addwatch.png differ
diff --git a/icon-themes/sifr/cmd/sc_showtrackedchanges.png 
b/icon-themes/sifr/cmd/sc_showtrackedchanges.png
new file mode 100644
index 000..3afc460
Binary files /dev/null and b/icon-themes/sifr/cmd/sc_showtrackedchanges.png 
differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - icon-themes/sifr

2016-08-05 Thread Matthias Freund
 icon-themes/sifr/cmd/32/connector.png  |binary
 icon-themes/sifr/cmd/32/selectobject.png   |binary
 icon-themes/sifr/cmd/lc_absoluterecord.png |binary
 icon-themes/sifr/cmd/lc_addwatch.png   |binary
 icon-themes/sifr/cmd/lc_basicstepinto.png  |binary
 icon-themes/sifr/cmd/lc_basicstepout.png   |binary
 icon-themes/sifr/cmd/lc_basicstepover.png  |binary
 icon-themes/sifr/cmd/lc_basicstop.png  |binary
 icon-themes/sifr/cmd/lc_choosemacro.png|binary
 icon-themes/sifr/cmd/lc_matchgroup.png |binary
 icon-themes/sifr/cmd/lc_showtrackedchanges.png |binary
 icon-themes/sifr/cmd/sc_addwatch.png   |binary
 icon-themes/sifr/cmd/sc_showtrackedchanges.png |binary
 13 files changed

New commits:
commit 60df25f538f9acfb73c808776c75145a42fe7d36
Author: Matthias Freund 
Date:   Wed Aug 3 21:19:14 2016 +0200

tdf#75256 Sifr icon update

Change-Id: I6d08448056f42b80c9ba04a3b5d99a5679952c5e
Reviewed-on: https://gerrit.libreoffice.org/27846
Tested-by: Jenkins 
Reviewed-by: jan iversen 
Tested-by: jan iversen 
Reviewed-by: Yousuf Philips 

diff --git a/icon-themes/sifr/cmd/32/connector.png 
b/icon-themes/sifr/cmd/32/connector.png
new file mode 100644
index 000..1f99c9e
Binary files /dev/null and b/icon-themes/sifr/cmd/32/connector.png differ
diff --git a/icon-themes/sifr/cmd/32/selectobject.png 
b/icon-themes/sifr/cmd/32/selectobject.png
index de10f5c..a7cf65a 100644
Binary files a/icon-themes/sifr/cmd/32/selectobject.png and 
b/icon-themes/sifr/cmd/32/selectobject.png differ
diff --git a/icon-themes/sifr/cmd/lc_absoluterecord.png 
b/icon-themes/sifr/cmd/lc_absoluterecord.png
new file mode 100644
index 000..41bfb8a
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_absoluterecord.png differ
diff --git a/icon-themes/sifr/cmd/lc_addwatch.png 
b/icon-themes/sifr/cmd/lc_addwatch.png
new file mode 100644
index 000..b3fa196
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_addwatch.png differ
diff --git a/icon-themes/sifr/cmd/lc_basicstepinto.png 
b/icon-themes/sifr/cmd/lc_basicstepinto.png
new file mode 100644
index 000..e27e2a4
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_basicstepinto.png differ
diff --git a/icon-themes/sifr/cmd/lc_basicstepout.png 
b/icon-themes/sifr/cmd/lc_basicstepout.png
new file mode 100644
index 000..ef0d8e1
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_basicstepout.png differ
diff --git a/icon-themes/sifr/cmd/lc_basicstepover.png 
b/icon-themes/sifr/cmd/lc_basicstepover.png
new file mode 100644
index 000..41f5d13
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_basicstepover.png differ
diff --git a/icon-themes/sifr/cmd/lc_basicstop.png 
b/icon-themes/sifr/cmd/lc_basicstop.png
new file mode 100644
index 000..4798dff
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_basicstop.png differ
diff --git a/icon-themes/sifr/cmd/lc_choosemacro.png 
b/icon-themes/sifr/cmd/lc_choosemacro.png
new file mode 100644
index 000..ae06762
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_choosemacro.png differ
diff --git a/icon-themes/sifr/cmd/lc_matchgroup.png 
b/icon-themes/sifr/cmd/lc_matchgroup.png
new file mode 100644
index 000..c7ff153
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_matchgroup.png differ
diff --git a/icon-themes/sifr/cmd/lc_showtrackedchanges.png 
b/icon-themes/sifr/cmd/lc_showtrackedchanges.png
new file mode 100644
index 000..dd61a3b
Binary files /dev/null and b/icon-themes/sifr/cmd/lc_showtrackedchanges.png 
differ
diff --git a/icon-themes/sifr/cmd/sc_addwatch.png 
b/icon-themes/sifr/cmd/sc_addwatch.png
new file mode 100644
index 000..609cc3a
Binary files /dev/null and b/icon-themes/sifr/cmd/sc_addwatch.png differ
diff --git a/icon-themes/sifr/cmd/sc_showtrackedchanges.png 
b/icon-themes/sifr/cmd/sc_showtrackedchanges.png
new file mode 100644
index 000..3afc460
Binary files /dev/null and b/icon-themes/sifr/cmd/sc_showtrackedchanges.png 
differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: chart2/source connectivity/source cppu/source cui/source dbaccess/source desktop/source

2016-08-05 Thread Noel Grandin
 chart2/source/view/inc/GL3DBarChart.hxx|2 +-
 connectivity/source/inc/file/fanalyzer.hxx |2 +-
 connectivity/source/inc/file/quotedstring.hxx  |2 +-
 connectivity/source/inc/flat/ETable.hxx|2 +-
 cppu/source/uno/sequence.cxx   |4 ++--
 cui/source/dialogs/hangulhanjadlg.cxx  |2 +-
 cui/source/inc/cfg.hxx |4 ++--
 cui/source/inc/dlgname.hxx |2 +-
 cui/source/inc/hangulhanjadlg.hxx  |2 +-
 cui/source/options/optaboutconfig.hxx  |2 +-
 dbaccess/source/core/api/KeySet.hxx|4 ++--
 dbaccess/source/core/dataaccess/documenteventnotifier.hxx  |8 
 dbaccess/source/inc/dsntypes.hxx   |2 +-
 dbaccess/source/ui/inc/JoinTableView.hxx   |2 +-
 dbaccess/source/ui/inc/QueryTableView.hxx  |2 +-
 dbaccess/source/ui/inc/linkeddocuments.hxx |8 
 dbaccess/source/ui/inc/sbagrid.hxx |2 +-
 dbaccess/source/ui/inc/unodatbr.hxx|   10 +-
 dbaccess/source/ui/querydesign/TableFieldInfo.hxx  |2 +-
 dbaccess/source/ui/tabledesign/TEditControl.hxx|2 +-
 desktop/source/app/dispatchwatcher.hxx |2 +-
 desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx |2 +-
 22 files changed, 35 insertions(+), 35 deletions(-)

New commits:
commit 7fa183cb1a04120b37069c63166182065c3d975c
Author: Noel Grandin 
Date:   Fri Aug 5 11:00:36 2016 +0200

loplugin:countusersofdefaultparams in chart2..desktop

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

diff --git a/chart2/source/view/inc/GL3DBarChart.hxx 
b/chart2/source/view/inc/GL3DBarChart.hxx
index 4fe03a5..9269ce2 100644
--- a/chart2/source/view/inc/GL3DBarChart.hxx
+++ b/chart2/source/view/inc/GL3DBarChart.hxx
@@ -104,7 +104,7 @@ private:
 DECL_LINK_TYPED(UpdateTimerHdl, Idle*, void);
 static int calcTimeInterval(TimeValue , TimeValue );
 float addScreenTextShape(OUString , const glm::vec2& rLeftOrRightTop, 
float nTextHeight, bool bLeftTopFlag,
-  const glm::vec4& rColor = glm::vec4(0.0f, 
1.0f, 1.0f, 0.0f),
+  const glm::vec4& rColor,
   const glm::vec3& rPos = glm::vec3(0.0f, 
0.0f, 0.0f),
   sal_uInt32 nEvent = 0);
 void recordBarHistory(sal_uInt32 , float );
diff --git a/connectivity/source/inc/file/fanalyzer.hxx 
b/connectivity/source/inc/file/fanalyzer.hxx
index eaf25ca..d719b24 100644
--- a/connectivity/source/inc/file/fanalyzer.hxx
+++ b/connectivity/source/inc/file/fanalyzer.hxx
@@ -78,7 +78,7 @@ namespace connectivity
 void setOrigColumns(const css::uno::Reference< 
css::container::XNameAccess>& rCols);
 static OOperandAttr* createOperandAttr(sal_Int32 _nPos,
 const css::uno::Reference< 
css::beans::XPropertySet>& _xCol,
-const css::uno::Reference< 
css::container::XNameAccess>& _xIndexes=nullptr);
+const css::uno::Reference< 
css::container::XNameAccess>& _xIndexes);
 };
 }
 }
diff --git a/connectivity/source/inc/file/quotedstring.hxx 
b/connectivity/source/inc/file/quotedstring.hxx
index ead2598..832fa1d 100644
--- a/connectivity/source/inc/file/quotedstring.hxx
+++ b/connectivity/source/inc/file/quotedstring.hxx
@@ -36,7 +36,7 @@ namespace connectivity
 QuotedTokenizedString() {}
 
 sal_Int32  GetTokenCount( sal_Unicode cTok , sal_Unicode cStrDel ) 
const;
-OUString   GetTokenSpecial(sal_Int32& nStartPos, sal_Unicode cTok = 
';', sal_Unicode cStrDel = '\0') const;
+OUString   GetTokenSpecial(sal_Int32& nStartPos, sal_Unicode cTok, 
sal_Unicode cStrDel = '\0') const;
 inline OUString& GetString() { return m_sString; }
 inline void SetString(const OUString& aStr) { m_sString = aStr;}
 inline sal_Int32 Len() const { return m_sString.getLength(); }
diff --git a/connectivity/source/inc/flat/ETable.hxx 
b/connectivity/source/inc/flat/ETable.hxx
index 3997be8..b0f53a7 100644
--- a/connectivity/source/inc/flat/ETable.hxx
+++ b/connectivity/source/inc/flat/ETable.hxx
@@ -57,7 +57,7 @@ namespace connectivity
 boolm_bNeedToReadLine;
 private:
 void fillColumns(const css::lang::Locale& _aLocale);
-bool readLine(sal_Int32 *pEndPos = nullptr, 

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

2016-08-05 Thread Rishabh Kumar
 sd/source/ui/dlg/dlgpage.cxx   |   10 ++
 sd/source/ui/inc/dlgpage.hxx   |2 +-
 sd/uiconfig/sdraw/ui/drawpagedialog.ui |   15 +++
 3 files changed, 26 insertions(+), 1 deletion(-)

New commits:
commit 5693ee7a41fbe4de337cef3b10294edd670be804
Author: Rishabh Kumar 
Date:   Fri Aug 5 17:57:49 2016 +0530

[GSoC] Add Transparency tab to background dialog

Change-Id: I33dffe2435c44116842240e4b481947415317b5b
Reviewed-on: https://gerrit.libreoffice.org/27906
Reviewed-by: Yousuf Philips 
Tested-by: Yousuf Philips 
Reviewed-by: Rishabh Kumar 

diff --git a/sd/source/ui/dlg/dlgpage.cxx b/sd/source/ui/dlg/dlgpage.cxx
index bba44fd..e23b832 100644
--- a/sd/source/ui/dlg/dlgpage.cxx
+++ b/sd/source/ui/dlg/dlgpage.cxx
@@ -62,9 +62,13 @@ SdPageDlg::SdPageDlg( SfxObjectShell* pDocSh, vcl::Window* 
pParent, const SfxIte
 
 mnPage = AddTabPage( "RID_SVXPAGE_PAGE", pFact->GetTabPageCreatorFunc( 
RID_SVXPAGE_PAGE ), nullptr );
 mnArea = AddTabPage( "RID_SVXPAGE_AREA", pFact->GetTabPageCreatorFunc( 
RID_SVXPAGE_AREA ), nullptr );
+mnTransparence = AddTabPage( "RID_SVXPAGE_TRANSPARENCE", 
pFact->GetTabPageCreatorFunc( RID_SVXPAGE_TRANSPARENCE ), nullptr );
 
 if(!bAreaPage)  // I have to add the page before I remove it !
+{
 RemoveTabPage( "RID_SVXPAGE_AREA" );
+RemoveTabPage( "RID_SVXPAGE_TRANSPARENCE" );
+}
 }
 
 void SdPageDlg::PageCreated(sal_uInt16 nId, SfxTabPage& rPage)
@@ -89,6 +93,12 @@ void SdPageDlg::PageCreated(sal_uInt16 nId, SfxTabPage& 
rPage)
 aSet.Put (SfxUInt16Item(SID_TABPAGE_POS,0));
 rPage.PageCreated(aSet);
 }
+else if (nId == mnTransparence)
+{
+aSet.Put(SfxUInt16Item(SID_PAGE_TYPE,0));
+aSet.Put(SfxUInt16Item(SID_DLG_TYPE,1));
+rPage.PageCreated(aSet);
+}
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/ui/inc/dlgpage.hxx b/sd/source/ui/inc/dlgpage.hxx
index c624ecb..4818c66 100644
--- a/sd/source/ui/inc/dlgpage.hxx
+++ b/sd/source/ui/inc/dlgpage.hxx
@@ -40,7 +40,7 @@ private:
 XPatternListRef   mpPatternList;
 sal_uInt16mnArea;
 sal_uInt16mnPage;
-
+sal_uInt16mnTransparence;
 public:
 
 SdPageDlg( SfxObjectShell* pDocSh, vcl::Window* pParent, const SfxItemSet* 
pAttr, bool bAreaPage = true );
diff --git a/sd/uiconfig/sdraw/ui/drawpagedialog.ui 
b/sd/uiconfig/sdraw/ui/drawpagedialog.ui
index f43e406..087cc4b 100644
--- a/sd/uiconfig/sdraw/ui/drawpagedialog.ui
+++ b/sd/uiconfig/sdraw/ui/drawpagedialog.ui
@@ -99,6 +99,7 @@
 Page
   
   
+0
 False
   
 
@@ -116,6 +117,20 @@
 False
   
 
+
+  
+
+
+  
+True
+False
+Transparency
+  
+  
+2
+False
+  
+
   
   
 False
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-08-05 Thread Markus Mohrhard
 scaddins/source/analysis/analysis.cxx |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

New commits:
commit dc72abc793baa57199a5674c066df5ec024d1771
Author: Markus Mohrhard 
Date:   Thu Aug 4 15:53:22 2016 +0200

no need to check for nullptr before deleting

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

diff --git a/scaddins/source/analysis/analysis.cxx 
b/scaddins/source/analysis/analysis.cxx
index a8d9be1..eb53f0e 100644
--- a/scaddins/source/analysis/analysis.cxx
+++ b/scaddins/source/analysis/analysis.cxx
@@ -138,11 +138,8 @@ void AnalysisAddIn::InitData()
 pFD = nullptr;
 }
 
-if( pDefLocales )
-{
-delete pDefLocales;
-pDefLocales = nullptr;
-}
+delete pDefLocales;
+pDefLocales = nullptr;
 }
 
 AnalysisAddIn::AnalysisAddIn( const uno::Reference< uno::XComponentContext >& 
xContext ) :
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-08-05 Thread Zdeněk Crhonek
 sc/qa/unit/data/functions/fods/averagea.fods | 3789 +++
 1 file changed, 3789 insertions(+)

New commits:
commit 2f4a6170e8f32881905ced85f3af043c7b832d1a
Author: Zdeněk Crhonek 
Date:   Fri Aug 5 15:29:42 2016 +0200

add AVERAGEA test case

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

diff --git a/sc/qa/unit/data/functions/fods/averagea.fods 
b/sc/qa/unit/data/functions/fods/averagea.fods
new file mode 100644
index 000..aecf6fa
--- /dev/null
+++ b/sc/qa/unit/data/functions/fods/averagea.fods
@@ -0,0 +1,3789 @@
+
+
+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-08-05T15:28:56.651947989P0D1LibreOfficeDev/5.3.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/389b08190092f9a9103b3ac098994ec83b2d0bfa
+ 
+  
+   0
+   0
+   42164
+   18044
+   
+
+ view1
+ 
+  
+   2
+   10
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   75
+   60
+   true
+   false
+  
+  
+   1
+   16
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   75
+   60
+   true
+   false
+  
+ 
+ Sheet2
+ 1241
+ 0
+ 75
+ 60
+ false
+ true
+ true
+ true
+ 12632256
+ true
+ true
+ true
+ true
+ false
+ 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
+ 
+ 
+ 
+
+
+ en
+ US
+ 
+ 
+ 
+
+
+ nl
+ NL
+ 
+ 
+ 
+
+   
+   true
+   true
+   3
+   1
+   true
+   1
+   true
+   kQH+/0xleG1hcmstRTM1MmRuQ1VQUzpMZXhtYXJrLUUzNTJkbgAWAAMAtwAIAFZUAAAkbQAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhClBhZ2VTaXplOkxldHRlcgAAEgBDT01QQVRfRFVQTEVYX01PREUKAERVUExFWF9PRkY=
+   false
+   0
+  
+ 
+ 
+  
+   http://openoffice.org/2004/office; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+   
+  
+ 
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+ 
+ 
+  
+   
+   
+  
+  
+   
+  
+  
+   
+
+   Kč
+  
+  
+   
+   -
+   
+
+   Kč
+   
+  
+  
+
+   
+
+  
+  
+
+   (
+   
+   )
+  
+  
+
+   -
+   
+
+  
+  
+   
+
+   
+   
+   
+  
+  
+   
+
+   Kč
+  
+  
+   -
+   
+
+   Kč
+   
+  
+  
+   
+
+   Kč
+  
+  
+   -
+   
+
+   Kč
+   
+  
+  
+   
+
+   Kč
+  
+  
+   
+   -
+   
+
+   Kč
+   

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

2016-08-05 Thread Giuseppe Castagno
 comphelper/source/misc/stillreadwriteinteraction.cxx |   18 +-
 include/comphelper/stillreadwriteinteraction.hxx |5 +++--
 sfx2/source/dialog/filedlghelper.cxx |1 -
 3 files changed, 16 insertions(+), 8 deletions(-)

New commits:
commit ecba128020572966a161899083b7147e2adc5766
Author: Giuseppe Castagno 
Date:   Fri Aug 5 17:44:25 2016 +0200

Fix certificate validation interaction

This enables the certificate validation when
StillReadWriteInteraction::StillReadWriteInteraction interaction
handler is used.

Certificate validation is needed for Web/WebDAV files.

Change-Id: I38cba9fc8b586953477d7df02acfcc8347603220
Reviewed-on: https://gerrit.libreoffice.org/27914
Tested-by: Jenkins 
Reviewed-by: Giuseppe Castagno 

diff --git a/comphelper/source/misc/stillreadwriteinteraction.cxx 
b/comphelper/source/misc/stillreadwriteinteraction.cxx
index 8b80d5c..f4fdf76 100644
--- a/comphelper/source/misc/stillreadwriteinteraction.cxx
+++ b/comphelper/source/misc/stillreadwriteinteraction.cxx
@@ -29,14 +29,16 @@
 
 #include 
 
+#include 
+
 namespace comphelper{
 
 StillReadWriteInteraction::StillReadWriteInteraction(const 
css::uno::Reference< css::task::XInteractionHandler >& xHandler,
- const 
css::uno::Reference< css::task::XInteractionHandler >& xAuthenticationHandler)
+ const 
css::uno::Reference< css::task::XInteractionHandler >& xAuxiliaryHandler)
  : m_bUsed(false)
  , m_bHandledByMySelf (false)
  , m_bHandledByInternalHandler(false)
- , m_xAuthenticationHandler(xAuthenticationHandler)
+ , m_xAuxiliaryHandler(xAuxiliaryHandler)
 {
 ::std::vector< ::ucbhelper::InterceptedInteraction::InterceptedRequest > 
lInterceptions;
 ::ucbhelper::InterceptedInteraction::InterceptedRequest  
aInterceptedRequest;
@@ -56,6 +58,11 @@ StillReadWriteInteraction::StillReadWriteInteraction(const 
css::uno::Reference<
 aInterceptedRequest.Continuation = 
cppu::UnoType::get();
 lInterceptions.push_back(aInterceptedRequest);
 
+aInterceptedRequest.Handle = HANDLE_CERTIFICATEVALIDATIONREQUESTEXCEPTION;
+aInterceptedRequest.Request <<= css::ucb::CertificateValidationRequest();
+aInterceptedRequest.Continuation = 
cppu::UnoType::get();
+lInterceptions.push_back(aInterceptedRequest);
+
 setInterceptedHandler(xHandler);
 setInterceptions(lInterceptions);
 }
@@ -105,12 +112,13 @@ ucbhelper::InterceptedInteraction::EInterceptionState 
StillReadWriteInteraction:
 bAbort = true;
 }
 break;
+case HANDLE_CERTIFICATEVALIDATIONREQUESTEXCEPTION:
 case HANDLE_AUTHENTICATIONREQUESTEXCEPTION:
{
-//use internal authentication dedicated handler and return
-   if (m_xAuthenticationHandler.is())
+//use internal auxiliary handler and return
+   if (m_xAuxiliaryHandler.is())
{
-   m_xAuthenticationHandler->handle(xRequest);
+   m_xAuxiliaryHandler->handle(xRequest);
return ::ucbhelper::InterceptedInteraction::E_INTERCEPTED;
}
else //simply abort
diff --git a/include/comphelper/stillreadwriteinteraction.hxx 
b/include/comphelper/stillreadwriteinteraction.hxx
index 95d9bb5..dcad760 100644
--- a/include/comphelper/stillreadwriteinteraction.hxx
+++ b/include/comphelper/stillreadwriteinteraction.hxx
@@ -34,6 +34,7 @@ private:
 static const sal_Int32 HANDLE_INTERACTIVEIOEXCEPTION   = 0;
 static const sal_Int32 HANDLE_UNSUPPORTEDDATASINKEXCEPTION = 1;
 static const sal_Int32 HANDLE_AUTHENTICATIONREQUESTEXCEPTION = 2;
+static const sal_Int32 HANDLE_CERTIFICATEVALIDATIONREQUESTEXCEPTION = 3;
 
 bool m_bUsed;
 bool m_bHandledByMySelf;
@@ -41,14 +42,14 @@ private:
 
 public:
 StillReadWriteInteraction(const css::uno::Reference< 
css::task::XInteractionHandler >& xHandler,
-  const css::uno::Reference< 
css::task::XInteractionHandler >& xAuthenticationHandler);
+  const css::uno::Reference< 
css::task::XInteractionHandler >& xAuxiliaryHandler);
 
 void resetInterceptions();
 void resetErrorStates();
 bool wasWriteError() { return (m_bUsed && m_bHandledByMySelf);}
 
 private:
-css::uno::Reference< css::task::XInteractionHandler > 
m_xAuthenticationHandler;
+css::uno::Reference< css::task::XInteractionHandler > m_xAuxiliaryHandler;
 
 virtual ucbhelper::InterceptedInteraction::EInterceptionState 
intercepted(const ::ucbhelper::InterceptedInteraction::InterceptedRequest&  
   aRequest,
 const css::uno::Reference< css::task::XInteractionRequest >& xRequest) 
override;
diff --git 

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

2016-08-05 Thread Zdeněk Crhonek
 sc/qa/unit/data/functions/fods/average.fods | 3998 
 1 file changed, 3998 insertions(+)

New commits:
commit 86eb33222d923053a72f0a4ebc6aa375f2aa5753
Author: Zdeněk Crhonek 
Date:   Fri Aug 5 15:28:09 2016 +0200

add AVERAGE test case

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

diff --git a/sc/qa/unit/data/functions/fods/average.fods 
b/sc/qa/unit/data/functions/fods/average.fods
new file mode 100644
index 000..77f972d
--- /dev/null
+++ b/sc/qa/unit/data/functions/fods/average.fods
@@ -0,0 +1,3998 @@
+
+
+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-08-05T15:27:44.246685748P0D1LibreOfficeDev/5.3.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/389b08190092f9a9103b3ac098994ec83b2d0bfa
+ 
+  
+   0
+   0
+   40534
+   14098
+   
+
+ view1
+ 
+  
+   2
+   8
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   75
+   60
+   true
+   false
+  
+  
+   3
+   8
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   75
+   60
+   true
+   false
+  
+ 
+ Sheet2
+ 1241
+ 0
+ 75
+ 60
+ false
+ true
+ true
+ true
+ 12632256
+ true
+ true
+ true
+ true
+ false
+ 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
+ 
+ 
+ 
+
+
+ en
+ US
+ 
+ 
+ 
+
+
+ nl
+ NL
+ 
+ 
+ 
+
+   
+   true
+   true
+   3
+   1
+   true
+   1
+   true
+   kQH+/0xleG1hcmstRTM1MmRuQ1VQUzpMZXhtYXJrLUUzNTJkbgAWAAMAtwAIAFZUAAAkbQAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhClBhZ2VTaXplOkxldHRlcgAAEgBDT01QQVRfRFVQTEVYX01PREUKAERVUExFWF9PRkY=
+   false
+   0
+  
+ 
+ 
+  
+   http://openoffice.org/2004/office; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+   
+  
+ 
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+ 
+ 
+  
+   
+   
+  
+  
+   
+  
+  
+   
+
+   Kč
+  
+  
+   
+   -
+   
+
+   Kč
+   
+  
+  
+
+   
+
+  
+  
+
+   (
+   
+   )
+  
+  
+
+   -
+   
+
+  
+  
+   
+
+   
+   
+   
+  
+  
+   
+
+   Kč
+  
+  
+   -
+   
+
+   Kč
+   
+  
+  
+   
+
+   Kč
+  
+  
+   -
+   
+
+   Kč
+   
+  
+  
+   
+
+   Kč
+  
+  
+   
+   -
+   
+
+   Kč
+   
+  

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

2016-08-05 Thread Zdeněk Crhonek
 sc/qa/unit/data/functions/fods/averageif.fods | 4244 ++
 1 file changed, 4244 insertions(+)

New commits:
commit 2adaba5dd4caf87e3ba39e3ac2533ffda09bb948
Author: Zdeněk Crhonek 
Date:   Fri Aug 5 15:31:35 2016 +0200

add AVERAGEIF test case

Change-Id: Ia8b5cdc375a770a241c3fb5c4e9522b604bf96af
Reviewed-on: https://gerrit.libreoffice.org/27910
Reviewed-by: Markus Mohrhard 
Tested-by: Markus Mohrhard 

diff --git a/sc/qa/unit/data/functions/fods/averageif.fods 
b/sc/qa/unit/data/functions/fods/averageif.fods
new file mode 100644
index 000..49e3d0e
--- /dev/null
+++ b/sc/qa/unit/data/functions/fods/averageif.fods
@@ -0,0 +1,4244 @@
+
+
+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-08-05T15:31:06.208556031P0D1LibreOfficeDev/5.3.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/389b08190092f9a9103b3ac098994ec83b2d0bfa
+ 
+  
+   0
+   0
+   50736
+   14806
+   
+
+ view1
+ 
+  
+   2
+   8
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   75
+   60
+   true
+   false
+  
+  
+   2
+   19
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   75
+   60
+   true
+   false
+  
+ 
+ Sheet2
+ 1241
+ 0
+ 75
+ 60
+ false
+ true
+ true
+ true
+ 12632256
+ true
+ true
+ true
+ true
+ false
+ 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
+ 
+ 
+ 
+
+
+ en
+ US
+ 
+ 
+ 
+
+
+ nl
+ NL
+ 
+ 
+ 
+
+   
+   true
+   true
+   3
+   1
+   true
+   1
+   true
+   rQH+/0xleG1hcmstRTM1MmRuQ1VQUzpMZXhtYXJrLUUzNTJkbgAWAAMA0wAIAFZUAAAkbQAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhCkR1cGxleDpOb25lAElucHV0U2xvdDpUcmF5MQBQYWdlU2l6ZTpMZXR0ZXIAABIAQ09NUEFUX0RVUExFWF9NT0RFCgBEVVBMRVhfT0ZG
+   false
+   0
+  
+ 
+ 
+  
+   http://openoffice.org/2004/office; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+   
+  
+ 
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+ 
+ 
+  
+   
+   
+  
+  
+   
+  
+  
+   
+
+   Kč
+  
+  
+   
+   -
+   
+
+   Kč
+   
+  
+  
+
+   
+
+  
+  
+
+   (
+   
+   )
+  
+  
+
+   -
+   
+
+  
+  
+   
+
+   
+   
+   
+  
+  
+   
+
+   Kč
+  
+  
+   -
+   
+
+   Kč
+   
+  
+  
+   
+
+   Kč
+  
+  
+   -
+   
+
+   Kč
+   
+  
+  

[Libreoffice-commits] core.git: oox/inc oox/source opencl/inc package/source registry/source reportdesign/source sal/osl sal/qa sax/source scaddins/source scripting/source sd/inc sd/qa sd/source

2016-08-05 Thread Noel Grandin
 oox/inc/drawingml/chart/converterbase.hxx|2 -
 oox/inc/drawingml/chart/objectformatter.hxx  |2 -
 oox/inc/drawingml/shape3dproperties.hxx  |2 -
 oox/inc/drawingml/textparagraph.hxx  |4 +--
 oox/source/helper/propertymap.cxx|2 -
 opencl/inc/opencl_device.hxx |2 -
 package/source/xstor/ohierarchyholder.hxx|2 -
 registry/source/reflwrit.hxx |2 -
 registry/source/regimpl.hxx  |   14 +--
 reportdesign/source/core/inc/Section.hxx |2 -
 reportdesign/source/ui/inc/ReportWindow.hxx  |4 +--
 reportdesign/source/ui/inc/ScrollHelper.hxx  |4 +--
 reportdesign/source/ui/inc/ViewsWindow.hxx   |6 ++---
 sal/osl/unx/file_stat.cxx|2 -
 sal/qa/rtl/process/rtl_Process.cxx   |2 -
 sax/source/tools/fastserializer.hxx  |4 +--
 scaddins/source/analysis/analysishelper.cxx  |2 -
 scaddins/source/analysis/analysishelper.hxx  |8 +++---
 scripting/source/vbaevents/eventhelper.cxx   |4 +--
 sd/inc/OutlinerIterator.hxx  |4 +--
 sd/qa/unit/sdmodeltestbase.hxx   |2 -
 sd/source/filter/eppt/eppt.hxx   |2 -
 sd/source/ui/inc/OutlineView.hxx |4 +--
 sd/source/ui/inc/View.hxx|4 +--
 sd/source/ui/inc/optsitem.hxx|   18 +++
 sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx |4 +--
 26 files changed, 54 insertions(+), 54 deletions(-)

New commits:
commit f12476f0f61824f6bf5120d3176731b17a43b817
Author: Noel Grandin 
Date:   Fri Aug 5 11:59:19 2016 +0200

loplugin:countusersofdefaultparams in oox..sd

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

diff --git a/oox/inc/drawingml/chart/converterbase.hxx 
b/oox/inc/drawingml/chart/converterbase.hxx
index 6b53e5a..7723891 100644
--- a/oox/inc/drawingml/chart/converterbase.hxx
+++ b/oox/inc/drawingml/chart/converterbase.hxx
@@ -88,7 +88,7 @@ protected:
 voidregisterTitleLayout(
 const css::uno::Reference< css::chart2::XTitle >& 
rxTitle,
 const ModelRef< LayoutModel >& rxLayout, 
ObjectType eObjType,
-sal_Int32 nMainIdx = -1, sal_Int32 nSubIdx = -1 );
+sal_Int32 nMainIdx, sal_Int32 nSubIdx );
 /** Converts the positions of the main title and all axis titles. */
 voidconvertTitlePositions();
 
diff --git a/oox/inc/drawingml/chart/objectformatter.hxx 
b/oox/inc/drawingml/chart/objectformatter.hxx
index 3b632ef..446c3d8 100644
--- a/oox/inc/drawingml/chart/objectformatter.hxx
+++ b/oox/inc/drawingml/chart/objectformatter.hxx
@@ -139,7 +139,7 @@ public:
 voidconvertAutomaticFill(
 PropertySet& rPropSet,
 ObjectType eObjType,
-sal_Int32 nSeriesIdx = -1 );
+sal_Int32 nSeriesIdx );
 
 /** Returns true, if the passed shape properties have automatic fill mode. 
*/
 static bool isAutomaticFill( const ModelRef< Shape >& rxShapeProp 
);
diff --git a/oox/inc/drawingml/shape3dproperties.hxx 
b/oox/inc/drawingml/shape3dproperties.hxx
index 8c19509..e0fe9a9 100644
--- a/oox/inc/drawingml/shape3dproperties.hxx
+++ b/oox/inc/drawingml/shape3dproperties.hxx
@@ -78,7 +78,7 @@ struct Shape3DProperties
 css::uno::Sequence< css::beans::PropertyValue > getCameraAttributes();
 css::uno::Sequence< css::beans::PropertyValue > getLightRigAttributes();
 css::uno::Sequence< css::beans::PropertyValue > getShape3DAttributes(
-const GraphicHelper& rGraphicHelper, sal_Int32 rPhClr = 
API_RGB_TRANSPARENT );
+const GraphicHelper& rGraphicHelper, sal_Int32 rPhClr );
 static css::uno::Sequence< css::beans::PropertyValue > getBevelAttributes( 
BevelProperties rProps );
 static css::uno::Sequence< css::beans::PropertyValue > getColorAttributes(
 const Color& rColor, const GraphicHelper& rGraphicHelper, 
sal_Int32 rPhClr );
diff --git a/oox/inc/drawingml/textparagraph.hxx 
b/oox/inc/drawingml/textparagraph.hxx
index 43bf51a..8a02a67 100644
--- a/oox/inc/drawingml/textparagraph.hxx
+++ b/oox/inc/drawingml/textparagraph.hxx
@@ -59,8 +59,8 @@ public:
 const css::uno::Reference < 
css::text::XTextCursor > ,
 const 

[Libreoffice-commits] core.git: framework/inc hwpfilter/source i18npool/source idl/inc l10ntools/inc lotuswordpro/source

2016-08-05 Thread Noel Grandin
 framework/inc/xml/menudocumenthandler.hxx   |2 +-
 hwpfilter/source/hpara.h|2 +-
 i18npool/source/localedata/LocaleNode.cxx   |2 +-
 i18npool/source/search/levdis.hxx   |2 +-
 idl/inc/database.hxx|2 +-
 l10ntools/inc/export.hxx|2 +-
 l10ntools/inc/xmlparse.hxx  |2 +-
 lotuswordpro/source/filter/lwpframelayout.hxx   |2 +-
 lotuswordpro/source/filter/lwplayout.hxx|2 +-
 lotuswordpro/source/filter/lwppagelayout.hxx|2 +-
 lotuswordpro/source/filter/xfilter/xfcell.hxx   |2 +-
 lotuswordpro/source/filter/xfilter/xfcellstyle.hxx  |4 ++--
 lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx  |8 
 lotuswordpro/source/filter/xfilter/xfentry.hxx  |2 +-
 lotuswordpro/source/filter/xfilter/xffont.hxx   |4 ++--
 lotuswordpro/source/filter/xfilter/xffooterstyle.hxx|2 +-
 lotuswordpro/source/filter/xfilter/xffootnoteconfig.hxx |2 +-
 lotuswordpro/source/filter/xfilter/xfframestyle.hxx |4 ++--
 lotuswordpro/source/filter/xfilter/xfheaderstyle.hxx|2 +-
 lotuswordpro/source/filter/xfilter/xfindex.hxx  |6 +++---
 lotuswordpro/source/filter/xfilter/xflist.hxx   |2 +-
 lotuswordpro/source/filter/xfilter/xfliststyle.hxx  |6 +++---
 lotuswordpro/source/filter/xfilter/xfnumberstyle.hxx|2 +-
 lotuswordpro/source/filter/xfilter/xfpagemaster.hxx |6 +++---
 lotuswordpro/source/filter/xfilter/xfparastyle.hxx  |8 
 lotuswordpro/source/filter/xfilter/xftablestyle.hxx |2 +-
 26 files changed, 41 insertions(+), 41 deletions(-)

New commits:
commit dbe0b5aa9dc016498c623e76babcc486894d4235
Author: Noel Grandin 
Date:   Fri Aug 5 11:34:43 2016 +0200

loplugin:countusersofdefaultparams in framework..lotuswordpro

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

diff --git a/framework/inc/xml/menudocumenthandler.hxx 
b/framework/inc/xml/menudocumenthandler.hxx
index 58df5bb..ce51a1d 100644
--- a/framework/inc/xml/menudocumenthandler.hxx
+++ b/framework/inc/xml/menudocumenthandler.hxx
@@ -265,7 +265,7 @@ class FWE_DLLPUBLIC OWriteMenuDocumentHandler
 void WriteMenu( const css::uno::Reference< 
css::container::XIndexAccess >& rSubMenuContainer ) throw
 ( css::xml::sax::SAXException, css::uno::RuntimeException );
 
-void WriteMenuItem( const OUString& aCommandURL, const OUString& 
aLabel, const OUString& aHelpURL, sal_Int16 nStyle = 0 );
+void WriteMenuItem( const OUString& aCommandURL, const OUString& 
aLabel, const OUString& aHelpURL, sal_Int16 nStyle );
 void WriteMenuSeparator();
 
 css::uno::Reference< css::container::XIndexAccess > 
m_xMenuBarContainer;
diff --git a/hwpfilter/source/hpara.h b/hwpfilter/source/hpara.h
index 28e67dc..afb9f5a 100644
--- a/hwpfilter/source/hpara.h
+++ b/hwpfilter/source/hpara.h
@@ -115,7 +115,7 @@ class DLLEXPORT HWPPara
 HWPPara(void);
 ~HWPPara(void);
 
-bool  Read(HWPFile , unsigned char flag = 0);
+bool  Read(HWPFile , unsigned char flag);
 
 void  SetNext(HWPPara *n) { _next = n; };
 
diff --git a/i18npool/source/localedata/LocaleNode.cxx 
b/i18npool/source/localedata/LocaleNode.cxx
index 690bfeb..13ff853 100644
--- a/i18npool/source/localedata/LocaleNode.cxx
+++ b/i18npool/source/localedata/LocaleNode.cxx
@@ -176,7 +176,7 @@ void print_color( int color )
  printf("\033[%dm", color);
 }
 
-void print_node( const LocaleNode* p, int depth=0 )
+void print_node( const LocaleNode* p, int depth )
 {
  if( !p ) return;
 
diff --git a/i18npool/source/search/levdis.hxx 
b/i18npool/source/search/levdis.hxx
index cf7561d..ec82df0 100644
--- a/i18npool/source/search/levdis.hxx
+++ b/i18npool/source/search/levdis.hxx
@@ -180,7 +180,7 @@ public:
 @returns nLimit for later comparison with WLD()
  */
 void CalcLPQR( int nOtherX, int nShorterY, int nLongerZ,
-bool bRelaxed = true );
+bool bRelaxed );
 
 inline int GetLimit() const { return nLimit; }
 
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx
index eb43e5f..0ed28a6 100644
--- a/idl/inc/database.hxx
+++ b/idl/inc/database.hxx
@@ -130,7 +130,7 @@ public:
 
 SvMetaType *ReadKnownType( SvTokenStream & rInStm );
 SvMetaAttribute *   ReadKnownAttr( SvTokenStream & rInStm,
-SvMetaType * pType = nullptr );
+SvMetaType * pType );
 SvMetaAttribute *   FindKnownAttr( const SvIdentifier& );
 

[Libreoffice-commits] core.git: Branch 'distro/collabora/lov-5.2' - 2 commits - configmgr/source instsetoo_native/CustomTarget_setup.mk

2016-08-05 Thread Tor Lillqvist
 configmgr/source/components.cxx|2 +-
 instsetoo_native/CustomTarget_setup.mk |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 480f1bea944ffed9b68d1a2ce5fbdf120936c53b
Author: Tor Lillqvist 
Date:   Fri Aug 5 14:47:32 2016 +0300

Tell where the colon is missing in the exception message

But sure, it would be surprising if the message was actually displayed
even if the exception is caught and causes some failure
somewhere... (See previous commit.)

Change-Id: I7375b869d08a465d9720a619d5ef49a77c4782e5

diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx
index 5b6271b..f395e7f 100644
--- a/configmgr/source/components.cxx
+++ b/configmgr/source/components.cxx
@@ -488,7 +488,7 @@ Components::Components(
 for (;; ++c) {
 if (c == conf.getLength() || conf[c] == ' ') {
 throw css::uno::RuntimeException(
-"CONFIGURATION_LAYERS: missing \":\"");
+"CONFIGURATION_LAYERS: missing ':' in \"" + conf + "\"");
 }
 if (conf[c] == ':') {
 break;
commit d423c43786df832aead1fac1df2cc44eaeb7a11a
Author: Tor Lillqvist 
Date:   Fri Aug 5 14:42:37 2016 +0300

URI-encode spaces in PRODUCTNAME for UserInstallation

Failing to do this caused a mysterious uncaught exception in gengal,
with no explanation printed. This turned out to be caused by the
'CONFIGURATION_LAYERS: missing ":"' exception thrown in configmgr,
which was caused by the unencoded space confusing the parsing of the
CONFIGURATION_LAYERS thing.

Change-Id: I9c91819906c2e0dd434d9f96a04bc14c0e0408ed

diff --git a/instsetoo_native/CustomTarget_setup.mk 
b/instsetoo_native/CustomTarget_setup.mk
index a8d56a3..173a8c6 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -41,7 +41,7 @@ $(call 
gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
&& echo 'InstallMode=' \
&& echo 'ProductKey=$(PRODUCTNAME) $(PRODUCTVERSION)' \
$(if $(ENABLE_RELEASE_BUILD),\
-   && echo 'UserInstallation=$$SYSUSERCONFIG/$(if 
$(filter-out MACOSX WNT,$(OS)),$(shell echo $(PRODUCTNAME) | tr "[:upper:]" 
"[:lower:]"),$(PRODUCTNAME))/4', \
+   && echo 'UserInstallation=$$SYSUSERCONFIG/$(if 
$(filter-out MACOSX WNT,$(OS)),$(shell echo $(PRODUCTNAME) | tr "[:upper:]" 
"[:lower:]"),$(shell echo $(PRODUCTNAME) | sed -e 's/ /%20/g'))/4', \
&& echo 'UserInstallation=$$ORIGIN/..') \
) > $@
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: build-dep libreoffice' complains

2016-08-05 Thread Cor Nouws
answer to myself:

Cor Nouws wrote on 05-08-16 14:40:

>  'deb-src http://nl.archive.ubuntu.com/ubuntu/ xenial main restricted'

the 'http://nl.archive' is the problem. Changing to http://archive
solves it.
I've noted that on the wiki.


>  
> https://wiki.documentfoundation.org/Development/Linux_Build_Dependencies#Unable_to_find_source_package_for_.22libreoffice.22_on_Debian.2FUbuntu



-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: git clone compile errors on isnan

2016-08-05 Thread Michael Stahl
On 05.08.2016 14:48, Larry Evans wrote:
> On 08/05/2016 05:21 AM, Michael Stahl wrote:
>> On 04.08.2016 22:24, Larry Evans wrote:
> [snip]
>>> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/math/special_functions/fpclassify.hpp:137:75:
>>> error: ‘::isnan’ has not been declared
>>>   inline bool is_nan_helper(__float128 f, const boost::true_type&) {
>>> return ::isnan(static_cast(f)); }
>>>
>>> ^
>>> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/math/special_functions/fpclassify.hpp:137:75:
>>> note: suggested alternatives:
>>> In file included from /usr/local/include/c++/4.9.0/random:38:0,
>>>   from /usr/local/include/c++/4.9.0/bits/stl_algo.h:66,
>>>   from /usr/local/include/c++/4.9.0/algorithm:62,
>>>   from
>>> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/smart_ptr/shared_ptr.hpp:38,
>>>   from
>>> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/shared_ptr.hpp:17,
>>>   from
>>> /home/evansl/dwnlds/LibreOffice/libreoffice/external/boost/include/boost/shared_ptr.hpp:22,
>>>   from
>>> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/date_time/gregorian/greg_month.hpp:14,
>>>   from
>>> /home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/libs/date_time/src/gregorian/greg_month.cpp:14:
>>> /usr/local/include/c++/4.9.0/cmath:632:5: note:   ‘std::isnan’
>>>   isnan(_Tp __x)
>>>   ^
>>
>> you are using a custom toolchain installed in /usr/local that is not set
>> up correctly.
>>
> [snip]
>>  you could just use the GCC shipped
>> in your distribution which presumably works.
> 
> Tried that by running ./configure as follows:
> 
> evansl@lje-OptiPlex-9020:~/dwnlds/LibreOffice/git-clone/libreoffice$ 
> ./configure --with-gcc-home=/usr

i have never heard of --with-gcc-home, but according to configure.ac it
should set the variables CC=/usr/bin/gcc and CXX=/usr/bin/g++ which is
what i would set manually anyway, so looks like it does the right thing
(you can double-check the values in config_host.mk)

> after that, ran make; however, now getting undefined reference error 
> during collect2:
> 
> [DEP] LNK:Executable/regview
> [LNK] Executable/regview
> /home/evansl/dwnlds/LibreOffice/git-clone/libreoffice/workdir/CxxObject/registry/tools/regmerge.o:
>  
> In function `main':
> regmerge.cxx:(.text.startup+0xaf): undefined reference to 
> `registry::tools::Options::checkArgument(std::vector  
> std::char_traits, std::allocator >, 
> std::allocator std::allocator > > >&, char const*, unsigned long)'
> regmerge.cxx:(.text.startup+0x11c): undefined reference to 
> `registry::tools::Options::initOptions(std::vector  
> std::char_traits, std::allocator >, 
> std::allocator std::allocator > > >&)'
> collect2: error: ld returned 1 exit status

very odd... i bet there is some inconsistency somewhere wrt. setting of
the macro _GLIBCXX_USE_CXX11_ABI and the libstdc++ being linked.

did you do a "make clean" after your previous build attempt?  if there
are still object files around built by the compiler in /usr/local then
problems like that are expected.

in case "make clean" doesn't fix it try "make verbose=t
LDFLAGS="-Wl,--trace"" to see what libraries are being linked.

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


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

2016-08-05 Thread Muhammet Kara
 chart2/source/controller/main/ChartFrameloader.cxx  |3 --
 chart2/source/controller/main/ElementSelector.cxx   |3 --
 chart2/source/controller/main/ToolbarController.cxx |3 --
 chart2/source/controller/sidebar/Chart2PanelFactory.cxx |3 --
 chart2/source/model/main/CartesianCoordinateSystem.cxx  |3 --
 chart2/source/model/main/Legend.cxx |   19 ++--
 chart2/source/model/main/PolarCoordinateSystem.cxx  |3 --
 chart2/source/model/template/DataInterpreter.cxx|3 --
 chart2/source/tools/ConfigColorScheme.cxx   |3 --
 chart2/source/tools/DataSource.cxx  |3 --
 chart2/source/tools/InternalDataProvider.cxx|3 --
 chart2/source/tools/LabeledDataSequence.cxx |3 --
 chart2/source/tools/NameContainer.cxx   |3 --
 chart2/source/tools/Scaling.cxx |   12 +++---
 chart2/source/view/axes/DateScaling.cxx |6 +
 chart2/source/view/main/ChartView.cxx   |3 --
 16 files changed, 27 insertions(+), 49 deletions(-)

New commits:
commit e50a95b829b327b07ba35e831ae10fb8c40a71ee
Author: Muhammet Kara 
Date:   Fri Aug 5 11:49:02 2016 +0300

tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor

in chart2 module

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

diff --git a/chart2/source/controller/main/ChartFrameloader.cxx 
b/chart2/source/controller/main/ChartFrameloader.cxx
index 67244fc..594be4b 100644
--- a/chart2/source/controller/main/ChartFrameloader.cxx
+++ b/chart2/source/controller/main/ChartFrameloader.cxx
@@ -81,8 +81,7 @@ css::uno::Sequence< OUString > SAL_CALL 
ChartFrameLoader::getSupportedServiceNam
 
 uno::Sequence< OUString > ChartFrameLoader::getSupportedServiceNames_Static()
 {
-uno::Sequence aSNS { CHART_FRAMELOADER_SERVICE_NAME };
-return aSNS;
+return { CHART_FRAMELOADER_SERVICE_NAME };
 }
 
 // frame::XFrameLoader
diff --git a/chart2/source/controller/main/ElementSelector.cxx 
b/chart2/source/controller/main/ElementSelector.cxx
index a8b86fd..6d1453b 100644
--- a/chart2/source/controller/main/ElementSelector.cxx
+++ b/chart2/source/controller/main/ElementSelector.cxx
@@ -269,8 +269,7 @@ css::uno::Sequence< OUString > SAL_CALL 
ElementSelectorToolbarController::getSup
 
 Sequence< OUString > 
ElementSelectorToolbarController::getSupportedServiceNames_Static()
 {
-Sequence aServices { "com.sun.star.frame.ToolbarController" };
-return aServices;
+return { "com.sun.star.frame.ToolbarController" };
 }
 ElementSelectorToolbarController::ElementSelectorToolbarController()
 {
diff --git a/chart2/source/controller/main/ToolbarController.cxx 
b/chart2/source/controller/main/ToolbarController.cxx
index 0381a3a..b7f2d35 100644
--- a/chart2/source/controller/main/ToolbarController.cxx
+++ b/chart2/source/controller/main/ToolbarController.cxx
@@ -125,8 +125,7 @@ sal_Bool ChartToolbarController::supportsService(OUString 
const & ServiceName)
 css::uno::Sequence ChartToolbarController::getSupportedServiceNames()
 throw (css::uno::RuntimeException, std::exception)
 {
-css::uno::Sequence aServiceNames { 
"com.sun.star.frame.ToolbarController" };
-return aServiceNames;
+return { "com.sun.star.frame.ToolbarController" };
 }
 
 }
diff --git a/chart2/source/controller/sidebar/Chart2PanelFactory.cxx 
b/chart2/source/controller/sidebar/Chart2PanelFactory.cxx
index ba30ff4..7265a07 100644
--- a/chart2/source/controller/sidebar/Chart2PanelFactory.cxx
+++ b/chart2/source/controller/sidebar/Chart2PanelFactory.cxx
@@ -139,8 +139,7 @@ sal_Bool ChartPanelFactory::supportsService(OUString const 
& ServiceName)
 css::uno::Sequence ChartPanelFactory::getSupportedServiceNames()
 throw (css::uno::RuntimeException, std::exception)
 {
-css::uno::Sequence aServiceNames { 
"com.sun.star.ui.UIElementFactory" };
-return aServiceNames;
+return { "com.sun.star.ui.UIElementFactory" };
 }
 
 } } // end of namespace chart::sidebar
diff --git a/chart2/source/model/main/CartesianCoordinateSystem.cxx 
b/chart2/source/model/main/CartesianCoordinateSystem.cxx
index 44dd8f4..ec99d52 100644
--- a/chart2/source/model/main/CartesianCoordinateSystem.cxx
+++ b/chart2/source/model/main/CartesianCoordinateSystem.cxx
@@ -82,8 +82,7 @@ uno::Reference< util::XCloneable > SAL_CALL 
CartesianCoordinateSystem::createClo
 //  XServiceInfo 
 Sequence< OUString > 
CartesianCoordinateSystem::getSupportedServiceNames_Static()
 {
-Sequence aServices { CHART2_COOSYSTEM_CARTESIAN_SERVICE_NAME };
-return aServices;
+return { CHART2_COOSYSTEM_CARTESIAN_SERVICE_NAME };
 }
 
 // implement XServiceInfo methods basing upon 

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

2016-08-05 Thread Miklos Vajna
 desktop/qa/desktop_lib/test_desktop_lib.cxx |   23 ++
 desktop/source/lib/init.cxx |   44 ++
 include/svl/undo.hxx|6 +++
 svl/source/undo/undo.cxx|   46 
 4 files changed, 118 insertions(+), 1 deletion(-)

New commits:
commit 9dd8a0dcfdff21269f6423224d39d168519fb67e
Author: Miklos Vajna 
Date:   Fri Aug 5 13:53:57 2016 +0200

desktop: add undo/redo support to lok::Document::getCommandValues()

Expose the undo/redo stack and the metadata of each item.

Change-Id: I66b81e855a945c97be3d491ed709959f310d4b73
Reviewed-on: https://gerrit.libreoffice.org/27905
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins 

diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx 
b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index f5faecf..0174391 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -79,6 +79,7 @@ public:
 void testSaveAsCalc();
 void testPasteWriter();
 void testPasteWriterJPEG();
+void testUndoWriter();
 void testRowColumnHeaders();
 void testHiddenRowHeaders();
 void testCellCursor();
@@ -105,6 +106,7 @@ public:
 CPPUNIT_TEST(testSaveAsCalc);
 CPPUNIT_TEST(testPasteWriter);
 CPPUNIT_TEST(testPasteWriterJPEG);
+CPPUNIT_TEST(testUndoWriter);
 CPPUNIT_TEST(testRowColumnHeaders);
 CPPUNIT_TEST(testHiddenRowHeaders);
 CPPUNIT_TEST(testCellCursor);
@@ -502,6 +504,27 @@ void DesktopLOKTest::testPasteWriterJPEG()
 comphelper::LibreOfficeKit::setActive(false);
 }
 
+void DesktopLOKTest::testUndoWriter()
+{
+// Load a Writer document and press a key.
+comphelper::LibreOfficeKit::setActive();
+LibLODocument_Impl* pDocument = loadDoc("blank_text.odt");
+pDocument->pClass->postKeyEvent(pDocument, LOK_KEYEVENT_KEYINPUT, 't', 0);
+pDocument->pClass->postKeyEvent(pDocument, LOK_KEYEVENT_KEYUP, 't', 0);
+
+// Get undo info.
+boost::property_tree::ptree aTree;
+char* pJSON = pDocument->m_pDocumentClass->getCommandValues(pDocument, 
".uno:Undo");
+std::stringstream aStream(pJSON);
+free(pJSON);
+CPPUNIT_ASSERT(!aStream.str().empty());
+boost::property_tree::read_json(aStream, aTree);
+// Make sure that pressing a key creates exactly one undo action.
+CPPUNIT_ASSERT_EQUAL(static_cast(1), 
aTree.get_child("actions").size());
+
+comphelper::LibreOfficeKit::setActive(false);
+}
+
 void DesktopLOKTest::testRowColumnHeaders()
 {
 /*
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 5972424..0d4fb4f 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -78,6 +78,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 
 
 #include 
 
@@ -85,7 +87,7 @@
 // We also need to hackily be able to start the main libreoffice thread:
 #include "../app/sofficemain.h"
 #include "../app/officeipcthread.hxx"
-#include "../../inc/lib/init.hxx"
+#include 
 
 #include "lokinteractionhandler.hxx"
 #include 
@@ -1776,6 +1778,38 @@ static char* getStyles(LibreOfficeKitDocument* pThis, 
const char* pCommand)
 return pJson;
 }
 
+enum class UndoOrRedo
+{
+UNDO,
+REDO
+};
+
+/// Returns the JSON representation of either an undo or a redo stack.
+static char* getUndoOrRedo(LibreOfficeKitDocument* pThis, UndoOrRedo eCommand)
+{
+LibLODocument_Impl* pDocument = static_cast(pThis);
+
+auto pBaseModel = 
dynamic_cast(pDocument->mxComponent.get());
+if (!pBaseModel)
+return nullptr;
+
+SfxObjectShell* pObjectShell = pBaseModel->GetObjectShell();
+if (!pObjectShell)
+return nullptr;
+
+svl::IUndoManager* pUndoManager = pObjectShell->GetUndoManager();
+if (!pUndoManager)
+return nullptr;
+
+OUString aString;
+if (eCommand == UndoOrRedo::UNDO)
+aString = pUndoManager->GetUndoActionsInfo();
+else
+aString = pUndoManager->GetRedoActionsInfo();
+char* pJson = strdup(aString.toUtf8().getStr());
+return pJson;
+}
+
 static char* doc_getCommandValues(LibreOfficeKitDocument* pThis, const char* 
pCommand)
 {
 OString aCommand(pCommand);
@@ -1790,6 +1824,14 @@ static char* 
doc_getCommandValues(LibreOfficeKitDocument* pThis, const char* pCo
 {
 return getStyles(pThis, pCommand);
 }
+else if (aCommand == ".uno:Undo")
+{
+return getUndoOrRedo(pThis, UndoOrRedo::UNDO);
+}
+else if (aCommand == ".uno:Redo")
+{
+return getUndoOrRedo(pThis, UndoOrRedo::REDO);
+}
 else if (aCommand.startsWith(aViewRowColumnHeaders))
 {
 ITiledRenderable* pDoc = getTiledRenderable(pThis);
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index 789fd17..afe0955 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ 

Re: An annoying problem

2016-08-05 Thread Michael Stahl
On 05.08.2016 04:15, weike.li...@cs2c.com.cn wrote:
> Hi all,
> Currently i'm meeting such an problem that is as follows:
> When i run the swriter.exe from the directory "instdir", and then insert
> a chart, the program is ok.
> But when i install the msi program from the directory
> "workdir/installation", and then insert a chart, LO crashes.

hello,

it's hard to guess what the problem might be in such an old version
without at least a backtrace of the crash.

> I am puzzled. I analyze it must be the problem of msi. So i suspect the
> above two ways use different dlls from the
> operation system(i am using Windows 7 64-bit). 
> I think maybe there is something wrong while the process of making msi.
> But i can not find it now.
> So please give me some more information and help me to solve the
> problem. Thanks in advance.
> 
> ps. i'm using the source of LO 5.0.6.3, MS visual studio 2013, cygwin 64-bit

the Wiki says Visual Studio 2013 is also used in TDF release builds for 5.0:

https://wiki.documentfoundation.org/Development/ReleaseBuilds

does it still crash if you install the latest Visual Studio 2013 update?

can you try if it still crashes if you build with "--enable-symbols"
(and what is the stacktrace then?), or with "--enable-debug"?

regards,
 michael


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


[Libreoffice-commits] core.git: sfx2/source slideshow/source sot/source starmath/inc stoc/source svgio/inc

2016-08-05 Thread Noel Grandin
 sfx2/source/doc/doctemplates.cxx |2 
 sfx2/source/inc/macroloader.hxx  |2 
 sfx2/source/inc/splitwin.hxx |4 
 sfx2/source/inc/statcach.hxx |8 -
 sfx2/source/inc/templdgi.hxx |   18 
++--
 sfx2/source/inc/workwin.hxx  |4 
 slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx |   11 +-
 slideshow/source/engine/slideshowimpl.cxx|2 
 slideshow/source/inc/hslcolor.hxx|2 
 sot/source/sdstor/stgavl.hxx |2 
 sot/source/sdstor/stgstrms.hxx   |2 
 starmath/inc/cursor.hxx  |6 -
 stoc/source/typeconv/convert.cxx |2 
 svgio/inc/svganode.hxx   |2 
 svgio/inc/svgcharacternode.hxx   |2 
 svgio/inc/svgcirclenode.hxx  |8 -
 svgio/inc/svgclippathnode.hxx|2 
 svgio/inc/svgellipsenode.hxx |   10 +-
 svgio/inc/svggnode.hxx   |2 
 svgio/inc/svggradientnode.hxx|   20 
++--
 svgio/inc/svggradientstopnode.hxx|2 
 svgio/inc/svgimagenode.hxx   |   12 +-
 svgio/inc/svglinenode.hxx|   10 +-
 svgio/inc/svgmarkernode.hxx  |   14 +--
 svgio/inc/svgmasknode.hxx|   10 +-
 svgio/inc/svgnode.hxx|8 -
 svgio/inc/svgpathnode.hxx|6 -
 svgio/inc/svgpatternnode.hxx |   14 +--
 svgio/inc/svgpolynode.hxx|4 
 svgio/inc/svgrectnode.hxx|   14 +--
 svgio/inc/svgstyleattributes.hxx |   44 
+-
 svgio/inc/svgsvgnode.hxx |   14 +--
 svgio/inc/svgsymbolnode.hxx  |4 
 svgio/inc/svgtextnode.hxx|2 
 svgio/inc/svgtextpathnode.hxx|2 
 svgio/inc/svgusenode.hxx |   10 +-
 36 files changed, 140 insertions(+), 141 deletions(-)

New commits:
commit a40278562557828634886924c82f58e215be9756
Author: Noel Grandin 
Date:   Fri Aug 5 12:03:30 2016 +0200

loplugin:countusersofdefaultparams in sfx2..svgio

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

diff --git a/sfx2/source/doc/doctemplates.cxx b/sfx2/source/doc/doctemplates.cxx
index 1245407..2da4daa 100644
--- a/sfx2/source/doc/doctemplates.cxx
+++ b/sfx2/source/doc/doctemplates.cxx
@@ -254,7 +254,7 @@ class SfxDocTplService_Impl
   const OUString& rTitle,
   const OUString& rUITitle,
   const OUString& rOwnURL,
-  bool bWriteableGroup = false );
+  bool bWriteableGroup );
 voidremoveFromHierarchy( 
DocTemplates_EntryData_Impl *pData );
 voidaddToHierarchy( GroupData_Impl *pGroup,
 DocTemplates_EntryData_Impl 
*pData );
diff --git a/sfx2/source/inc/macroloader.hxx b/sfx2/source/inc/macroloader.hxx
index fe11d3b..a4251e2 100644
--- a/sfx2/source/inc/macroloader.hxx
+++ b/sfx2/source/inc/macroloader.hxx
@@ -63,7 +63,7 @@ public:
 virtual css::uno::Sequence SAL_CALL getSupportedServiceNames()
 throw (css::uno::RuntimeException, std::exception) override;
 
-static ErrCode loadMacro( const OUString& aURL, css::uno::Any& rRetval, 
SfxObjectShell* pDoc=nullptr ) throw( css::uno::RuntimeException, 
css::ucb::ContentCreationException, std::exception );
+static ErrCode loadMacro( const OUString& aURL, css::uno::Any& rRetval, 
SfxObjectShell* pDoc ) throw( css::uno::RuntimeException, 
css::ucb::ContentCreationException, std::exception );
 
 virtual css::uno::Reference < css::frame::XDispatch > SAL_CALL 

Minutes of the Design Hangout: 2016-Aug-05

2016-08-05 Thread Heiko Tietze
Date:2016-Aug-05
Present: Jay, Heiko, Cor, Mahfiaz

New easy hacks and extensions
   + https://bugs.documentfoundation.org/show_bug.cgi?id=74740 (rename Paste 
Only)

Google Summer of Code

  * Area Fill (Rishabh/Heiko)
* Aug-05
   + New section switcher
  + Try to replace the buttons by something different (Heiko)
   + Remove None from the available fill styles (now sections)
  + Pro: None means transparency of 100%, and now we just define a 
solid color (Heiko)
  + Con: Setting to a transparent color will cause problems when users 
which the fill type (Jay, Rishabh)
   + Transparency slider should be included in tab as transparency tab isnt 
always present in dialog (Jay)
  + Instead add transparency tab to all places its not - e.g. impress 
slide properties (Rishabh, Heiko, Jay)
* Jul-29
   + Color selection widget in sidebar
  + Fixed palette selection - https://gerrit.libreoffice.org/#/c/27474/
  + Save recent colors - https://gerrit.libreoffice.org/#/c/27688/
   + Color tab in area dialog
  + https://gerrit.libreoffice.org/#/c/26868/
  + http://imgur.com/a/WxFkz

  * Sidebar Improvements (Susobhan)
  + Styles Preview for Styles & Formatting - 
https://gerrit.libreoffice.org/#/c/27706/
  + Alignments and UI adjustments made to sidebar panels:
- https://gerrit.libreoffice.org/#/c/27752/
- https://gerrit.libreoffice.org/#/c/27749/
- https://gerrit.libreoffice.org/#/c/27758/
  + Adjustments made to the Slide Panel for impress and Page panel for Draw 
- https://gerrit.libreoffice.org/#/c/27840/
- Final merge-ready patch should be ready by Saturday
  + Started working on More Shapes Panel again - not much progress made 
this week (University registrations and reopening)
  + documentation missing; please write a couple of lines for the docu team

   * Notebookbar (Szymon, Kendy, Samuel)
+ google doc of suggested improvements (jay)
  
https://docs.google.com/document/d/1vabkHLibXBXY8SSDJ6aa17VOoVYoCNZdPBttrv9aOFU/edit?usp=sharing
+ dislike ribbon like tabs, no sections header as in the initial 
proposal (Heiko)

   * Table Styles (kendy, jakub)
   + It's now a tab in styles and formatting section
   + Need to create various predefined table styles
 + Lets  keep track of propsals in a bug and have the final decision 
   of what is add to the product later (Heiko)
 + Need an XML format to share proposals instead the binary today (AI: 
udap)
 + Lets just direct format a couple of tables (Jay)

Enhancements and proposals
+ Enabling activation of extra large 32px icons (Jay)
  + All Breeze icons have been done
  + Need dev to do the necessary to enable to option in the options dialog




signature.asc
Description: OpenPGP digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: git clone compile errors on isnan

2016-08-05 Thread Larry Evans

On 08/05/2016 05:21 AM, Michael Stahl wrote:

On 04.08.2016 22:24, Larry Evans wrote:

[snip]

/home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/math/special_functions/fpclassify.hpp:137:75:
error: ‘::isnan’ has not been declared
  inline bool is_nan_helper(__float128 f, const boost::true_type&) {
return ::isnan(static_cast(f)); }

^
/home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/math/special_functions/fpclassify.hpp:137:75:
note: suggested alternatives:
In file included from /usr/local/include/c++/4.9.0/random:38:0,
  from /usr/local/include/c++/4.9.0/bits/stl_algo.h:66,
  from /usr/local/include/c++/4.9.0/algorithm:62,
  from
/home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/smart_ptr/shared_ptr.hpp:38,
  from
/home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/shared_ptr.hpp:17,
  from
/home/evansl/dwnlds/LibreOffice/libreoffice/external/boost/include/boost/shared_ptr.hpp:22,
  from
/home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/boost/date_time/gregorian/greg_month.hpp:14,
  from
/home/evansl/dwnlds/LibreOffice/libreoffice/workdir/UnpackedTarball/boost/libs/date_time/src/gregorian/greg_month.cpp:14:
/usr/local/include/c++/4.9.0/cmath:632:5: note:   ‘std::isnan’
  isnan(_Tp __x)
  ^


you are using a custom toolchain installed in /usr/local that is not set
up correctly.


[snip]

 you could just use the GCC shipped
in your distribution which presumably works.


Tried that by running ./configure as follows:

evansl@lje-OptiPlex-9020:~/dwnlds/LibreOffice/git-clone/libreoffice$ 
./configure --with-gcc-home=/usr


after that, ran make; however, now getting undefined reference error 
during collect2:


[DEP] LNK:Executable/regview
[LNK] Executable/regview
/home/evansl/dwnlds/LibreOffice/git-clone/libreoffice/workdir/CxxObject/registry/tools/regmerge.o: 
In function `main':
regmerge.cxx:(.text.startup+0xaf): undefined reference to 
`registry::tools::Options::checkArgument(std::vector, 
std::allocator > >&, char const*, unsigned long)'
regmerge.cxx:(.text.startup+0x11c): undefined reference to 
`registry::tools::Options::initOptions(std::vector, 
std::allocator > >&)'

collect2: error: ld returned 1 exit status
/home/evansl/dwnlds/LibreOffice/git-clone/libreoffice/registry/Executable_regmerge.mk:10: 
recipe for target 
'/home/evansl/dwnlds/LibreOffice/git-clone/libreoffice/instdir/program/regmerge' 
failed


The code was downloaded with:

git clone git://anongit.freedesktop.org/libreoffice/core libreoffice

As noted in my reply to Jan, I did try the gerrit download; however,
I had the noted problems.

Any suggestions about how to avoid this undefined reference?

-regards,
Larry



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


Re: git clone compile errors on isnan

2016-08-05 Thread Eike Rathke
Hi Larry,

On Friday, 2016-08-05 06:31:37 -0500, Larry Evans wrote:

> https://wiki.documentfoundation.org/Development/gerrit/setup#Detailed_and_nitty-gritty_setup_topics
> 
> However, step 6:
> 
>  6. Setup your git repo so that it pushes to gerrit using the SSH key:
> 
> git config remote.origin.pushurl ssh://logerrit/core
> 
> failed because I didn't alread have a .git directory.

Then your git clone previously failed.

> I tried to edit the wiki page to suggest adding another step,
> such as:
> 
>   git clone ssh://logerrit/core

That doesn't belong there because
a) the entire gerrit setup presupposes that you *already* cloned the git repo
b) cloning via the ssh-url puts unnecessary load on the server, only the
   pushurl needs to be ssh
b.2) the better command would be
 git clone git://gerrit.libreoffice.org/core

> but it wouldn't let me (it said I had to supply an email,
> which I already had done).

Where you should have received a confirmation mail you need to act on.

> I did try the above `git clone` but it took sooo long,
> I aborted it.

The LibreOffice repository is huge, you'll have to be patient.

You will need a completely cloned repository to proceed with any gerrit
setup and development.

  Eike

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


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


[Libreoffice-commits] core.git: editeng/source extensions/source filter/source forms/source formula/source fpicker/source

2016-08-05 Thread Noel Grandin
 editeng/source/editeng/editdoc.hxx|4 ++--
 editeng/source/editeng/editobj2.hxx   |4 ++--
 editeng/source/editeng/impedit.hxx|   12 ++--
 editeng/source/rtf/rtfitem.cxx|4 ++--
 extensions/source/bibliography/datman.hxx |2 +-
 extensions/source/bibliography/toolbar.cxx|2 +-
 extensions/source/bibliography/toolbar.hxx|6 +++---
 extensions/source/dbpilots/controlwizard.hxx  |2 +-
 extensions/source/propctrlr/browserlistbox.hxx|2 +-
 extensions/source/propctrlr/cellbindinghelper.hxx |4 ++--
 extensions/source/propctrlr/propertyhandler.hxx   |8 
 filter/source/graphicfilter/eps/eps.cxx   |   14 +++---
 filter/source/graphicfilter/ipict/ipict.cxx   |2 +-
 filter/source/msfilter/eschesdo.hxx   |4 ++--
 forms/source/component/DatabaseForm.hxx   |6 +++---
 forms/source/richtext/richtextcontrol.cxx |2 +-
 forms/source/richtext/richtextimplcontrol.hxx |2 +-
 forms/source/richtext/richtextvclcontrol.hxx  |2 +-
 forms/source/xforms/submission.hxx|2 +-
 formula/source/ui/dlg/structpg.hxx|8 
 fpicker/source/office/OfficeControlAccess.hxx |2 +-
 fpicker/source/office/asyncfilepicker.hxx |2 +-
 22 files changed, 48 insertions(+), 48 deletions(-)

New commits:
commit b4e12269e813338afc895986fbc4f2703cedd016
Author: Noel Grandin 
Date:   Fri Aug 5 11:11:03 2016 +0200

loplugin:countusersofdefaultparams in editeng..fpicker

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

diff --git a/editeng/source/editeng/editdoc.hxx 
b/editeng/source/editeng/editdoc.hxx
index 93b9495..0c8f09b 100644
--- a/editeng/source/editeng/editdoc.hxx
+++ b/editeng/source/editeng/editdoc.hxx
@@ -791,8 +791,8 @@ public:
 voidInsertAttrib( const SfxPoolItem& rItem, ContentNode* 
pNode, sal_Int32 nStart, sal_Int32 nEnd );
 voidInsertAttrib( ContentNode* pNode, sal_Int32 nStart, 
sal_Int32 nEnd, const SfxPoolItem& rPoolItem );
 voidInsertAttribInSelection( ContentNode* pNode, sal_Int32 
nStart, sal_Int32 nEnd, const SfxPoolItem& rPoolItem );
-boolRemoveAttribs( ContentNode* pNode, sal_Int32 nStart, 
sal_Int32 nEnd, sal_uInt16 nWhich = 0 );
-boolRemoveAttribs( ContentNode* pNode, sal_Int32 nStart, 
sal_Int32 nEnd, EditCharAttrib*& rpStarting, EditCharAttrib*& rpEnding, 
sal_uInt16 nWhich = 0 );
+boolRemoveAttribs( ContentNode* pNode, sal_Int32 nStart, 
sal_Int32 nEnd, sal_uInt16 nWhich );
+boolRemoveAttribs( ContentNode* pNode, sal_Int32 nStart, 
sal_Int32 nEnd, EditCharAttrib*& rpStarting, EditCharAttrib*& rpEnding, 
sal_uInt16 nWhich );
 static void FindAttribs( ContentNode* pNode, sal_Int32 nStartPos, 
sal_Int32 nEndPos, SfxItemSet& rCurSet );
 
 sal_Int32 GetPos(const ContentNode* pNode) const;
diff --git a/editeng/source/editeng/editobj2.hxx 
b/editeng/source/editeng/editobj2.hxx
index 289427f..cd5d53a 100644
--- a/editeng/source/editeng/editobj2.hxx
+++ b/editeng/source/editeng/editobj2.hxx
@@ -225,7 +225,7 @@ public:
 
 void GetCharAttribs( sal_Int32 nPara, std::vector& rLst ) 
const;
 
-bool RemoveCharAttribs( sal_uInt16 nWhich = 0 );
+bool RemoveCharAttribs( sal_uInt16 nWhich );
 
 void GetAllSections( std::vector& rAttrs ) const;
 
@@ -233,7 +233,7 @@ public:
 const SvxFieldItem* GetField() const;
 const SvxFieldData* GetFieldData(sal_Int32 nPara, size_t nPos, sal_Int32 
nType) const;
 
-bool HasField( sal_Int32 nType = css::text::textfield::Type::UNSPECIFIED ) 
const;
+bool HasField( sal_Int32 nType ) const;
 
 const SfxItemSet& GetParaAttribs(sal_Int32 nPara) const;
 
diff --git a/editeng/source/editeng/impedit.hxx 
b/editeng/source/editeng/impedit.hxx
index f74d05a..69bac8d 100644
--- a/editeng/source/editeng/impedit.hxx
+++ b/editeng/source/editeng/impedit.hxx
@@ -293,7 +293,7 @@ public:
 
 boolIsVertical() const;
 
-boolPostKeyEvent( const KeyEvent& rKeyEvent, vcl::Window* 
pFrameWin = nullptr );
+boolPostKeyEvent( const KeyEvent& rKeyEvent, vcl::Window* 
pFrameWin );
 
 boolMouseButtonUp( const MouseEvent& rMouseEvent );
 boolMouseButtonDown( const MouseEvent& rMouseEvent );
@@ -530,7 +530,7 @@ private:
 EditTextObject* GetEmptyTextObject();
 
 EditPaM GetPaM( Point aDocPos, bool bSmart = true );
-EditPaM GetPaM( ParaPortion* pPortion, Point aPos, bool bSmart 
= true );
+EditPaM GetPaM( ParaPortion* pPortion, Point aPos, bool bSmart 
);
 long GetXPos(const ParaPortion* 

[Libreoffice-commits] core.git: 2 commits - configmgr/source instsetoo_native/CustomTarget_setup.mk

2016-08-05 Thread Tor Lillqvist
 configmgr/source/components.cxx|2 +-
 instsetoo_native/CustomTarget_setup.mk |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 36d65037e7b5ac4ee6452430296b2ae8893ae366
Author: Tor Lillqvist 
Date:   Fri Aug 5 14:47:32 2016 +0300

Tell where the colon is missing in the exception message

But sure, it would be surprising if the message was actually displayed
even if the exception is caught and causes some failure
somewhere... (See previous commit.)

Change-Id: I7375b869d08a465d9720a619d5ef49a77c4782e5

diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx
index 0b8e5f6..b401197 100644
--- a/configmgr/source/components.cxx
+++ b/configmgr/source/components.cxx
@@ -488,7 +488,7 @@ Components::Components(
 for (;; ++c) {
 if (c == conf.getLength() || conf[c] == ' ') {
 throw css::uno::RuntimeException(
-"CONFIGURATION_LAYERS: missing \":\"");
+"CONFIGURATION_LAYERS: missing ':' in \"" + conf + "\"");
 }
 if (conf[c] == ':') {
 break;
commit 336a9ec1c4801ab57264b264ead90e5c14451230
Author: Tor Lillqvist 
Date:   Fri Aug 5 14:42:37 2016 +0300

URI-encode spaces in PRODUCTNAME for UserInstallation

Failing to do this caused a mysterious uncaught exception in gengal,
with no explanation printed. This turned out to be caused by the
'CONFIGURATION_LAYERS: missing ":"' exception thrown in configmgr,
which was caused by the unencoded space confusing the parsing of the
CONFIGURATION_LAYERS thing.

Change-Id: I9c91819906c2e0dd434d9f96a04bc14c0e0408ed

diff --git a/instsetoo_native/CustomTarget_setup.mk 
b/instsetoo_native/CustomTarget_setup.mk
index a8d56a3..173a8c6 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -41,7 +41,7 @@ $(call 
gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
&& echo 'InstallMode=' \
&& echo 'ProductKey=$(PRODUCTNAME) $(PRODUCTVERSION)' \
$(if $(ENABLE_RELEASE_BUILD),\
-   && echo 'UserInstallation=$$SYSUSERCONFIG/$(if 
$(filter-out MACOSX WNT,$(OS)),$(shell echo $(PRODUCTNAME) | tr "[:upper:]" 
"[:lower:]"),$(PRODUCTNAME))/4', \
+   && echo 'UserInstallation=$$SYSUSERCONFIG/$(if 
$(filter-out MACOSX WNT,$(OS)),$(shell echo $(PRODUCTNAME) | tr "[:upper:]" 
"[:lower:]"),$(shell echo $(PRODUCTNAME) | sed -e 's/ /%20/g'))/4', \
&& echo 'UserInstallation=$$ORIGIN/..') \
) > $@
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - 4 commits - include/LibreOfficeKit include/svl sc/qa sc/source svl/source

2016-08-05 Thread Miklos Vajna
 include/LibreOfficeKit/LibreOfficeKitInit.h  |   10 -
 include/svl/undo.hxx |5 
 sc/qa/unit/tiledrendering/tiledrendering.cxx |   22 +
 sc/source/ui/inc/undobase.hxx|6 +
 sc/source/ui/inc/undodraw.hxx|3 ++
 sc/source/ui/undo/undobase.cxx   |   20 +--
 sc/source/ui/undo/undodraw.cxx   |   10 -
 svl/source/undo/undo.cxx |   28 +--
 8 files changed, 94 insertions(+), 10 deletions(-)

New commits:
commit 1dd03826d3c17af500731550e14acd4b694b1bd9
Author: Miklos Vajna 
Date:   Thu Aug 4 18:08:34 2016 +0200

LOK init: avoid non-inline function definition in header file

To prevent possible ODR violations.

Change-Id: Ic9538244a0bf3760808904d2bcf608151c53f899
Reviewed-on: https://gerrit.libreoffice.org/27883
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins 
(cherry picked from commit 3f02b2aa51e32c46d5b6610480bc1ba22156a3ec)

diff --git a/include/LibreOfficeKit/LibreOfficeKitInit.h 
b/include/LibreOfficeKit/LibreOfficeKitInit.h
index 2ab7d18..6190d72 100644
--- a/include/LibreOfficeKit/LibreOfficeKitInit.h
+++ b/include/LibreOfficeKit/LibreOfficeKitInit.h
@@ -42,7 +42,7 @@ extern "C"
 #endif
 #define SEPARATOR '/'
 
-void *lok_loadlib(const char *pFN)
+inline void *lok_loadlib(const char *pFN)
 {
 return dlopen(pFN, RTLD_LAZY
 #if defined __clang__ && defined __linux__ \
@@ -54,22 +54,22 @@ extern "C"
   );
 }
 
-char *lok_dlerror(void)
+inline char *lok_dlerror(void)
 {
 return dlerror();
 }
 
-void *lok_dlsym(void *Hnd, const char *pName)
+inline void *lok_dlsym(void *Hnd, const char *pName)
 {
 return dlsym(Hnd, pName);
 }
 
-int lok_dlclose(void *Hnd)
+inline int lok_dlclose(void *Hnd)
 {
 return dlclose(Hnd);
 }
 
-void extendUnoPath(const char *pPath)
+inline void extendUnoPath(const char *pPath)
 {
 (void)pPath;
 }
commit e3d57b2c8219fff9653120558eb363ebc5672e3e
Author: Miklos Vajna 
Date:   Thu Aug 4 15:55:45 2016 +0200

svl: track creation time of SfxUndoAction instances

It's not yet clear how to expose this on the UI, though.

Reviewed-on: https://gerrit.libreoffice.org/27878
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins 
(cherry picked from commit 33a5ab1eb74d140265b471fb33ca98aca7cfb1a6)

Conflicts:
svl/source/undo/undo.cxx

Change-Id: Iee6737922d36e896653b4fae557442747dda1b8b

diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index 2012df9..95684f5 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -21,6 +21,7 @@
 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -68,11 +69,15 @@ public:
 virtual sal_uInt16  GetId() const;
 /// ID of the view shell that created this undo action.
 virtual sal_Int32 GetViewShellId() const;
+/// Timestamp when this undo item was created.
+const DateTime& GetDateTime() const;
 virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const;
 
 private:
 SfxUndoAction( const SfxUndoAction& ) = delete;
 SfxUndoAction& operator=( const SfxUndoAction& ) = delete;
+
+DateTime m_aDateTime;
 };
 
 
diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx
index 8481ed3..0fa3867 100644
--- a/svl/source/undo/undo.cxx
+++ b/svl/source/undo/undo.cxx
@@ -26,6 +26,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -62,7 +63,8 @@ SfxUndoAction::~SfxUndoAction()
 
 
 SfxUndoAction::SfxUndoAction()
-:   mpSfxLinkUndoAction(nullptr)
+:   mpSfxLinkUndoAction(nullptr),
+m_aDateTime(DateTime::SYSTEM)
 {
 }
 
@@ -89,6 +91,11 @@ sal_Int32 SfxUndoAction::GetViewShellId() const
 return -1;
 }
 
+const DateTime& SfxUndoAction::GetDateTime() const
+{
+return m_aDateTime;
+}
+
 OUString SfxUndoAction::GetRepeatComment(SfxRepeatTarget&) const
 {
 return GetComment();
@@ -142,6 +149,7 @@ void SfxUndoAction::dumpAsXml(xmlTextWriterPtr pWriter) 
const
 xmlTextWriterWriteAttribute(pWriter, BAD_CAST("symbol"), 
BAD_CAST(typeid(*this).name()));
 xmlTextWriterWriteAttribute(pWriter, BAD_CAST("comment"), 
BAD_CAST(GetComment().toUtf8().getStr()));
 xmlTextWriterWriteAttribute(pWriter, BAD_CAST("viewShellId"), 
BAD_CAST(OString::number(GetViewShellId()).getStr()));
+xmlTextWriterWriteAttribute(pWriter, BAD_CAST("dateTime"), 
BAD_CAST(utl::toISO8601(m_aDateTime.GetUNODateTime()).toUtf8().getStr()));
 xmlTextWriterEndElement(pWriter);
 }
 
commit 8094a21526cd46074d529509c00a03d0839fc28e
Author: Miklos Vajna 
Date:   Thu Aug 4 12:39:18 2016 +0200

svl: expose redo actions in 

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

2016-08-05 Thread Zdeněk Crhonek
 sc/qa/unit/data/functions/fods/linest.fods | 8042 +
 1 file changed, 8042 insertions(+)

New commits:
commit 98cf484952eb2cec654a3d7d27463131b9f8509b
Author: Zdeněk Crhonek 
Date:   Tue Aug 2 18:24:15 2016 +0200

add LINEST test case

Change-Id: Ibcd9bae59b1722aaf744211a880d118a0162710f
Reviewed-on: https://gerrit.libreoffice.org/27803
Reviewed-by: Markus Mohrhard 
Tested-by: Markus Mohrhard 

diff --git a/sc/qa/unit/data/functions/fods/linest.fods 
b/sc/qa/unit/data/functions/fods/linest.fods
new file mode 100644
index 000..1465f7b
--- /dev/null
+++ b/sc/qa/unit/data/functions/fods/linest.fods
@@ -0,0 +1,8042 @@
+
+
+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-08-02T18:23:37.029031124P0D1LibreOfficeDev/5.3.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/389b08190092f9a9103b3ac098994ec83b2d0bfa
+ 
+  
+   0
+   0
+   69019
+   108983
+   
+
+ view1
+ 
+  
+   1
+   7
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   75
+   60
+   true
+   false
+  
+  
+   2
+   87
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   195
+   0
+   75
+   60
+   true
+   false
+  
+ 
+ Sheet1
+ 1241
+ 0
+ 75
+ 60
+ false
+ true
+ true
+ true
+ 12632256
+ true
+ true
+ true
+ true
+ false
+ 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
+   
+
+ zxx
+ 
+ 
+ 
+ 
+
+
+ en
+ US
+ 
+ 
+ 
+
+
+ fr
+ FR
+ 
+ 
+ 
+
+
+ ru
+ RU
+ 
+ 
+ 
+
+   
+   true
+   true
+   3
+   1
+   true
+   1
+   true
+   qQH+/0xleG1hcmstRTM1MmRuQ1VQUzpMZXhtYXJrLUUzNTJkbgAWAAMAzwAEAAhSAAAEdAAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhClBhZ2VTaXplOkE0AElucHV0U2xvdDpUcmF5MQBEdXBsZXg6Tm9uZQAAEgBDT01QQVRfRFVQTEVYX01PREUKAERVUExFWF9PRkY=
+   false
+   0
+  
+ 
+ 
+  
+   http://openoffice.org/2004/office; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+   
+  
+ 
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+ 
+ 
+  
+   
+   
+  
+  
+   
+  
+  
+   
+
+   Kč
+  
+  
+   
+   -
+   
+
+   Kč
+   
+  
+  
+$
+   
+
+  
+  
+$(
+   
+   )
+  
+  
+$-
+   
+
+  
+  
+   
+
+   
+   
+   
+  
+  
+   
+  
+  
+   £
+   
+  
+  
+   -
+   £
+   
+   
+  
+  
+   £
+   
+  
+  
+   -
+   £
+   
+   
+  
+  

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

2016-08-05 Thread Eike Rathke
 sc/source/core/tool/interpr4.cxx |   15 ---
 1 file changed, 12 insertions(+), 3 deletions(-)

New commits:
commit f2e3de4dfcf10f9a59f8fc3f051c620fd50ef3c2
Author: Eike Rathke 
Date:   Fri Aug 5 21:01:49 2016 +0200

Resolves: rhbz#1364406 inherit the actual format index also for date and 
time

So summing [HH]:MM cells or calculating with dates uses the same format
in the result, not just the default format of a type.

This also fixes the apparently broken state stored by 4.4 (and earlier,
later?) where no type information was stored with the formula cell,
which may be just due to the old behavior of not applying the actual
format but determining it on the fly instead.

Change-Id: I14d0a7d07185bf5c77e0d7f6989a4a1d1a468d27

diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index ed433e3..055d6d9 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -4355,9 +4355,18 @@ StackVar ScInterpreter::Interpret()
 if ( nFuncFmtType != css::util::NumberFormat::UNDEFINED )
 {
 nRetTypeExpr = nFuncFmtType;
-// inherit the format index only for currency formats
-nRetIndexExpr = ( nFuncFmtType == 
css::util::NumberFormat::CURRENCY ?
-nFuncFmtIndex : 0 );
+// Inherit the format index for currency, date or time formats.
+switch (nFuncFmtType)
+{
+case css::util::NumberFormat::CURRENCY:
+case css::util::NumberFormat::DATE:
+case css::util::NumberFormat::TIME:
+case css::util::NumberFormat::DATETIME:
+nRetIndexExpr = nFuncFmtIndex;
+break;
+default:
+nRetIndexExpr = 0;
+}
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-08-05 Thread Zdeněk Crhonek
 sc/qa/unit/data/functions/fods/mmult.fods | 3092 ++
 1 file changed, 3092 insertions(+)

New commits:
commit 88d98366ecc016b7bb3422c6b1e696de569bb9a2
Author: Zdeněk Crhonek 
Date:   Wed Aug 3 22:32:26 2016 +0200

add MMULT test case

Change-Id: I15801021c8c3a30125ded3ea33af40e2284d4bbb
Reviewed-on: https://gerrit.libreoffice.org/27851
Reviewed-by: Markus Mohrhard 
Tested-by: Markus Mohrhard 

diff --git a/sc/qa/unit/data/functions/fods/mmult.fods 
b/sc/qa/unit/data/functions/fods/mmult.fods
new file mode 100644
index 000..1827b7f
--- /dev/null
+++ b/sc/qa/unit/data/functions/fods/mmult.fods
@@ -0,0 +1,3092 @@
+
+
+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-08-02T18:25:37.357529091P0D1LibreOfficeDev/5.3.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/389b08190092f9a9103b3ac098994ec83b2d0bfa
+ 
+  
+   0
+   0
+   37893
+   12267
+   
+
+ view1
+ 
+  
+   2
+   8
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   80
+   60
+   true
+   false
+  
+  
+   2
+   26
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   80
+   60
+   true
+   false
+  
+ 
+ Sheet2
+ 1241
+ 0
+ 80
+ 60
+ false
+ true
+ true
+ true
+ 12632256
+ true
+ true
+ true
+ true
+ false
+ 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
+   
+
+ en
+ US
+ 
+ 
+ 
+
+
+ fr
+ FR
+ 
+ 
+ 
+
+
+ ru
+ RU
+ 
+ 
+ 
+
+   
+   true
+   true
+   3
+   1
+   true
+   1
+   true
+   qQH+/0xleG1hcmstRTM1MmRuQ1VQUzpMZXhtYXJrLUUzNTJkbgAWAAMAzwAEAAhSAAAEdAAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhCkR1cGxleDpOb25lAElucHV0U2xvdDpUcmF5MQBQYWdlU2l6ZTpBNAAAEgBDT01QQVRfRFVQTEVYX01PREUKAERVUExFWF9PRkY=
+   false
+   0
+  
+ 
+ 
+  
+   http://openoffice.org/2004/office; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+   
+  
+ 
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+ 
+ 
+  
+   
+   
+  
+  
+   
+  
+  
+   
+
+   Kč
+  
+  
+   
+   -
+   
+
+   Kč
+   
+  
+  
+$
+   
+
+  
+  
+$(
+   
+   )
+  
+  
+$-
+   
+
+  
+  
+   
+
+   
+   
+   
+  
+  
+   
+  
+  
+   £
+   
+  
+  
+   -
+   £
+   
+   
+  
+  
+   £
+   
+  
+  
+   -
+   £
+   
+   
+  
+  
+   £
+   
+  
+  
+   
+   -
+   £
+   
+   
+  
+  
+ 

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

2016-08-05 Thread Zdeněk Crhonek
 sc/qa/unit/data/functions/fods/averageif_wildcards.fods | 3918 
 1 file changed, 3918 insertions(+)

New commits:
commit 63dae82a1827cf5afd36b7cedc946a8ba44f8917
Author: Zdeněk Crhonek 
Date:   Fri Aug 5 15:32:52 2016 +0200

add AVERAGEIF (wildcards) test case

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

diff --git a/sc/qa/unit/data/functions/fods/averageif_wildcards.fods 
b/sc/qa/unit/data/functions/fods/averageif_wildcards.fods
new file mode 100644
index 000..53f1a9d
--- /dev/null
+++ b/sc/qa/unit/data/functions/fods/averageif_wildcards.fods
@@ -0,0 +1,3918 @@
+
+
+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-08-05T15:32:19.093148328P0D1LibreOfficeDev/5.3.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/389b08190092f9a9103b3ac098994ec83b2d0bfa
+ 
+  
+   0
+   0
+   59767
+   16204
+   
+
+ view1
+ 
+  
+   2
+   8
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   75
+   60
+   true
+   false
+  
+  
+   3
+   20
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   75
+   60
+   true
+   false
+  
+ 
+ Sheet2
+ 1241
+ 0
+ 75
+ 60
+ false
+ true
+ true
+ true
+ 12632256
+ true
+ true
+ true
+ true
+ false
+ 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
+ 
+ 
+ 
+
+
+ en
+ US
+ 
+ 
+ 
+
+
+ nl
+ NL
+ 
+ 
+ 
+
+   
+   true
+   true
+   3
+   1
+   true
+   1
+   true
+   kQH+/0xleG1hcmstRTM1MmRuQ1VQUzpMZXhtYXJrLUUzNTJkbgAWAAMAtwAIAFZUAAAkbQAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhClBhZ2VTaXplOkxldHRlcgAAEgBDT01QQVRfRFVQTEVYX01PREUKAERVUExFWF9PRkY=
+   false
+   0
+  
+ 
+ 
+  
+   http://openoffice.org/2004/office; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+   
+  
+ 
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+ 
+ 
+  
+   
+   
+  
+  
+   
+  
+  
+   
+
+   Kč
+  
+  
+   
+   -
+   
+
+   Kč
+   
+  
+  
+
+   
+
+  
+  
+
+   (
+   
+   )
+  
+  
+
+   -
+   
+
+  
+  
+   
+
+   
+   
+   
+  
+  
+   
+
+   Kč
+  
+  
+   -
+   
+
+   Kč
+   
+  
+  
+   
+
+   Kč
+  
+  
+   -
+   
+
+   Kč
+   
+  
+  
+   
+
+   

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

2016-08-05 Thread Zdeněk Crhonek
 sc/qa/unit/data/functions/fods/xnpv.fods | 3733 +++
 1 file changed, 3733 insertions(+)

New commits:
commit 1187e51df39494e60f1e242ae95dece37a9560f3
Author: Zdeněk Crhonek 
Date:   Tue Aug 2 16:54:41 2016 +0200

add NPV testcase

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

diff --git a/sc/qa/unit/data/functions/fods/xnpv.fods 
b/sc/qa/unit/data/functions/fods/xnpv.fods
new file mode 100644
index 000..aafd2c4
--- /dev/null
+++ b/sc/qa/unit/data/functions/fods/xnpv.fods
@@ -0,0 +1,3733 @@
+
+
+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-07-24T08:15:55.36200P0D1LibreOfficeDev/5.3.0.0.alpha0$Windows_x86
 
LibreOffice_project/3e758bbdf21b865ecc76f5bb33d00fa2793b5320
+ 
+  
+   0
+   0
+   56051
+   4628
+   
+
+ view1
+ 
+  
+   2
+   8
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   75
+   60
+   true
+   false
+  
+  
+   3
+   9
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   75
+   60
+   true
+   false
+  
+ 
+ Sheet2
+ 1216
+ 0
+ 75
+ 60
+ false
+ true
+ true
+ true
+ 12632256
+ true
+ true
+ true
+ true
+ false
+ false
+ false
+ 1270
+ 1270
+ 1
+ 1
+ true
+ false
+
+   
+  
+  
+   true
+   true
+   true
+   true
+   12632256
+   true
+   false
+   true
+   3
+   true
+   false
+   false
+   1270
+   1270
+   1
+   1
+   true
+   true
+   false
+   PDF-XChange 4.0
+   +AX+/1BERi1YQ2hhbmdlIDQuMAAAUERGLVhDaGFuZ2UgNC4wAAAWAAEAGgUEAAhSAAAEdAAAM1ROVwYAUABEAEYALQBYAEMAaABhAG4AZwBlACAANAAuADEEAATcADgEEwwBAAEACQCaCzQIZAABLAECAAEALAEAQQA0GDQIAACaCwAAAERDWFAEAQA0CAAAmgssAQAAZAEAAABDAHUAcgByAGUAbgB0
 

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

2016-08-05 Thread Zdeněk Crhonek
 sc/qa/unit/data/functions/fods/munit.fods | 2969 ++
 1 file changed, 2969 insertions(+)

New commits:
commit 049ca7107ddb02c0b741c7aabd4c60971f418248
Author: Zdeněk Crhonek 
Date:   Fri Aug 5 15:26:01 2016 +0200

add MUNIT test case

Change-Id: I747ddbe448b72bab0d7746d4d0a897f1c307c610
Reviewed-on: https://gerrit.libreoffice.org/27907
Reviewed-by: Markus Mohrhard 
Tested-by: Markus Mohrhard 

diff --git a/sc/qa/unit/data/functions/fods/munit.fods 
b/sc/qa/unit/data/functions/fods/munit.fods
new file mode 100644
index 000..e27eb0c
--- /dev/null
+++ b/sc/qa/unit/data/functions/fods/munit.fods
@@ -0,0 +1,2969 @@
+
+
+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-08-05T15:25:27.468003587P0D1LibreOfficeDev/5.3.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/389b08190092f9a9103b3ac098994ec83b2d0bfa
+ 
+  
+   0
+   0
+   35635
+   11805
+   
+
+ view1
+ 
+  
+   2
+   8
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   80
+   60
+   true
+   false
+  
+  
+   5
+   14
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   80
+   60
+   true
+   false
+  
+ 
+ Sheet2
+ 1241
+ 0
+ 80
+ 60
+ false
+ true
+ true
+ true
+ 12632256
+ true
+ true
+ true
+ true
+ false
+ 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
+   
+
+ en
+ US
+ 
+ 
+ 
+
+
+ fr
+ FR
+ 
+ 
+ 
+
+
+ ru
+ RU
+ 
+ 
+ 
+
+   
+   true
+   true
+   3
+   1
+   true
+   1
+   true
+   qQH+/0xleG1hcmstRTM1MmRuQ1VQUzpMZXhtYXJrLUUzNTJkbgAWAAMAzwAEAAhSAAAEdAAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhClBhZ2VTaXplOkE0AElucHV0U2xvdDpUcmF5MQBEdXBsZXg6Tm9uZQAAEgBDT01QQVRfRFVQTEVYX01PREUKAERVUExFWF9PRkY=
+   false
+   0
+  
+ 
+ 
+  
+   http://openoffice.org/2004/office; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+   
+  
+ 
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+ 
+ 
+  
+   
+   
+  
+  
+   
+  
+  
+   
+
+   Kč
+  
+  
+   
+   -
+   
+
+   Kč
+   
+  
+  
+$
+   
+
+  
+  
+$(
+   
+   )
+  
+  
+$-
+   
+
+  
+  
+   
+
+   
+   
+   
+  
+  
+   
+  
+  
+   £
+   
+  
+  
+   -
+   £
+   
+   
+  
+  
+   £
+   
+  
+  
+   -
+   £
+   
+   
+  
+  
+   £
+   
+  
+  
+   
+   -
+   £
+   
+   
+  
+  
+ 

Span in Bugzilla

2016-08-05 Thread Regina Henschel

Hi,

please hide or delete 
https://bugs.documentfoundation.org/show_bug.cgi?id=101339 and block the 
user.


I have no rights to do so.

Or tell me, where to report this.

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


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

2016-08-05 Thread Miklos Vajna
 libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx |  108 +++-
 libreofficekit/source/gtk/lokdocview.cxx|2 
 svl/source/undo/undo.cxx|4 
 3 files changed, 110 insertions(+), 4 deletions(-)

New commits:
commit a141cba76606c7dcc4965f0a25cc9a4ff2d8879e
Author: Miklos Vajna 
Date:   Fri Aug 5 18:01:06 2016 +0200

gtktiledviewer: expose undo/redo info in a repair document dialog

This shows the full undo and redo stack, with all the metadata available
via the LOK API.

Also fix SfxUndoManager::GetRedoActionsInfo(), so it's easy to show the
undo/redo stack in linear time; and fix a use-after-free in lokdocview.

Change-Id: I66625ed453efa61b5738d99d7d1ad8f468908240
Reviewed-on: https://gerrit.libreoffice.org/27913
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins 

diff --git a/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx 
b/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
index 37cf7e2..eaf1555 100644
--- a/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
+++ b/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
@@ -441,6 +441,106 @@ static void addMoreUnoParam(GtkWidget* /*pWidget*/, 
gpointer userdata)
 gtk_widget_show_all(pUnoParamAreaBox);
 }
 
+static void documentRepair(GtkWidget* pButton, gpointer /*pItem*/)
+{
+TiledWindow& rWindow = lcl_getTiledWindow(pButton);
+LOKDocView* pDocView = LOK_DOC_VIEW(rWindow.m_pDocView);
+// Get the data.
+LibreOfficeKitDocument* pDocument = lok_doc_view_get_document(pDocView);
+// How it in linear time, so first redo in reverse order, then undo.
+std::vector aTypes = {".uno:Redo", ".uno:Undo"};
+std::vector aTrees;
+for (size_t nType = 0; nType < aTypes.size(); ++nType)
+{
+const std::string& rType = aTypes[nType];
+char* pValues = pDocument->pClass->getCommandValues(pDocument, 
rType.c_str());
+std::stringstream aInfo;
+aInfo << "lok::Document::getCommandValues('" << rType << "') returned 
'" << pValues << "'" << std::endl;
+g_info("%s", aInfo.str().c_str());
+std::stringstream aStream(pValues);
+free(pValues);
+assert(!aStream.str().empty());
+boost::property_tree::ptree aTree;
+boost::property_tree::read_json(aStream, aTree);
+aTrees.push_back(aTree);
+}
+
+// Create the dialog.
+GtkWidget* pDialog = gtk_dialog_new_with_buttons("Repair document",
+ GTK_WINDOW 
(gtk_widget_get_toplevel(GTK_WIDGET(pDocView))),
+ GTK_DIALOG_MODAL,
+ "Jump to state",
+ GTK_RESPONSE_OK,
+ nullptr);
+GtkWidget* pContentArea = gtk_dialog_get_content_area(GTK_DIALOG 
(pDialog));
+
+// Build the table.
+GtkTreeStore* pTreeStore = gtk_tree_store_new(5, G_TYPE_STRING, 
G_TYPE_INT, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING);
+for (size_t nTree = 0; nTree < aTrees.size(); ++nTree)
+{
+const auto& rTree = aTrees[nTree];
+for (const auto& rValue : rTree.get_child("actions"))
+{
+GtkTreeIter aTreeIter;
+gtk_tree_store_append(pTreeStore, , nullptr);
+gtk_tree_store_set(pTreeStore, ,
+   0, aTypes[nTree].c_str(),
+   1, rValue.second.get("index"),
+   2, 
rValue.second.get("comment").c_str(),
+   3, 
rValue.second.get("viewId").c_str(),
+   4, 
rValue.second.get("dateTime").c_str(),
+   -1);
+}
+}
+GtkWidget* pTreeView = 
gtk_tree_view_new_with_model(GTK_TREE_MODEL(pTreeStore));
+std::vector aColumns = {"Type", "Index", "Comment", "View 
ID", "Timestamp"};
+for (size_t nColumn = 0; nColumn < aColumns.size(); ++nColumn)
+{
+GtkCellRenderer* pRenderer = gtk_cell_renderer_text_new();
+GtkTreeViewColumn* pColumn = 
gtk_tree_view_column_new_with_attributes(aColumns[nColumn].c_str(),
+  
pRenderer,
+  
"text", nColumn,
+  
nullptr);
+gtk_tree_view_append_column(GTK_TREE_VIEW(pTreeView), pColumn);
+}
+gtk_box_pack_start(GTK_BOX(pContentArea), pTreeView, TRUE, TRUE, 2);
+
+// Show the dialog.
+gtk_widget_show_all(pDialog);
+gint res = gtk_dialog_run(GTK_DIALOG(pDialog));
+
+// Dispatch the matching command, if necessary.
+if (res == GTK_RESPONSE_OK)
+{
+

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

2016-08-05 Thread Eike Rathke
 sc/source/filter/oox/formulabase.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b7d7089392881575f0332bef4d6b1f4ed10537bc
Author: Eike Rathke 
Date:   Fri Jul 15 13:43:09 2016 +0200

mapping ERROR.TYPE to ORG.OPENOFFICE.ERRORTYPE was always wrong

Change-Id: I02b941a1a884a984b39632cad36579130cd71d6c
(cherry picked from commit 3d70765218986abba8b6d7c8e3cadd83a62ee035)
Reviewed-on: https://gerrit.libreoffice.org/27852
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 

diff --git a/sc/source/filter/oox/formulabase.cxx 
b/sc/source/filter/oox/formulabase.cxx
index db721d5..3ac2dfc 100644
--- a/sc/source/filter/oox/formulabase.cxx
+++ b/sc/source/filter/oox/formulabase.cxx
@@ -488,7 +488,7 @@ static const FunctionData saFuncTableBiff4[] =
 { "RANK",   "RANK", 216,216,2,  3, 
 V, { VR, RO, VR }, 0 },
 { "DB", "DB",   247,247,4,  5, 
 V, { VR }, 0 },
 { "FREQUENCY",  "FREQUENCY",252,252,2,  2, 
 A, { RA }, 0 },
-{ "ORG.OPENOFFICE.ERRORTYPE","ERROR.TYPE",  261,261,1,  1, 
 V, { VR }, 0 },
+{ "ERROR.TYPE", "ERROR.TYPE",   261,261,1,  1, 
 V, { VR }, 0 },
 { "AVEDEV", "AVEDEV",   269,269,1,  
MX, V, { RX }, 0 },
 { "BETADIST",   "BETADIST", 270,270,3,  5, 
 V, { VR }, 0 },
 { "GAMMALN","GAMMALN",  271,271,1,  1, 
 V, { VR }, 0 },
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-08-05 Thread Eike Rathke
 svl/qa/unit/svl.cxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit e8932e33123ca84fa16be629461108b6bb50a90a
Author: Eike Rathke 
Date:   Sat Aug 6 00:50:32 2016 +0200

another fraction format unit test

Change-Id: Ic33edb9ca34235d2e24e8b0b0d6455efd0f3076c

diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index f4c033d..44878d8 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -1162,6 +1162,11 @@ void Test::testUserDefinedNumberFormats()
 sExpected = "before 1.2inside3E+0middle4 after";
 checkPreviewString(aFormatter, sCode, 12345.667, eLang, sExpected);
 }
+{  // Display 1.96 as 2 and not 1 1/1
+sCode = "# ?/?";
+sExpected = "2";
+checkPreviewString(aFormatter, sCode, 1.96, eLang, sExpected);
+}
 }
 
 CPPUNIT_TEST_SUITE_REGISTRATION(Test);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-08-05 Thread Eike Rathke
 sc/source/core/tool/interpr5.cxx |   61 +++
 1 file changed, 36 insertions(+), 25 deletions(-)

New commits:
commit 1af2f6d038836534516f9f0423df51c51192d8f1
Author: Eike Rathke 
Date:   Sat Aug 6 00:33:03 2016 +0200

determine nFuncFmtType before PushDouble()

... as PushDouble() may use it to create a FormulaTypedDoubleToken for type
inheritance.

Change-Id: I9fd668802d2890185fd4e338478c1404586cda04

diff --git a/sc/source/core/tool/interpr5.cxx b/sc/source/core/tool/interpr5.cxx
index 738c10c..6cc80b3 100644
--- a/sc/source/core/tool/interpr5.cxx
+++ b/sc/source/core/tool/interpr5.cxx
@@ -1327,20 +1327,24 @@ void ScInterpreter::CalculateAddSub(bool _bSub)
 else
 PushIllegalArgument();
 }
-else if ( _bSub )
-PushDouble( ::rtl::math::approxSub( fVal1, fVal2 ) );
 else
-PushDouble( ::rtl::math::approxAdd( fVal1, fVal2 ) );
-if ( nFmtCurrencyType == css::util::NumberFormat::CURRENCY )
 {
-nFuncFmtType = nFmtCurrencyType;
-nFuncFmtIndex = nFmtCurrencyIndex;
-}
-else
-{
-lcl_GetDiffDateTimeFmtType( nFuncFmtType, nFmt1, nFmt2 );
-if ( nFmtPercentType == css::util::NumberFormat::PERCENT && 
nFuncFmtType == css::util::NumberFormat::NUMBER )
-nFuncFmtType = css::util::NumberFormat::PERCENT;
+// Determine nFuncFmtType type before PushDouble().
+if ( nFmtCurrencyType == css::util::NumberFormat::CURRENCY )
+{
+nFuncFmtType = nFmtCurrencyType;
+nFuncFmtIndex = nFmtCurrencyIndex;
+}
+else
+{
+lcl_GetDiffDateTimeFmtType( nFuncFmtType, nFmt1, nFmt2 );
+if (nFmtPercentType == css::util::NumberFormat::PERCENT && 
nFuncFmtType == css::util::NumberFormat::NUMBER)
+nFuncFmtType = css::util::NumberFormat::PERCENT;
+}
+if ( _bSub )
+PushDouble( ::rtl::math::approxSub( fVal1, fVal2 ) );
+else
+PushDouble( ::rtl::math::approxAdd( fVal1, fVal2 ) );
 }
 }
 
@@ -1506,11 +1510,14 @@ void ScInterpreter::ScMul()
 PushIllegalArgument();
 }
 else
-PushDouble(fVal1 * fVal2);
-if ( nFmtCurrencyType == css::util::NumberFormat::CURRENCY )
 {
-nFuncFmtType = nFmtCurrencyType;
-nFuncFmtIndex = nFmtCurrencyIndex;
+// Determine nFuncFmtType type before PushDouble().
+if ( nFmtCurrencyType == css::util::NumberFormat::CURRENCY )
+{
+nFuncFmtType = nFmtCurrencyType;
+nFuncFmtIndex = nFmtCurrencyIndex;
+}
+PushDouble(fVal1 * fVal2);
 }
 }
 
@@ -1580,13 +1587,15 @@ void ScInterpreter::ScDiv()
 }
 else
 {
+// Determine nFuncFmtType type before PushDouble().
+if (nFmtCurrencyType  == css::util::NumberFormat::CURRENCY &&
+nFmtCurrencyType2 != css::util::NumberFormat::CURRENCY)
+{   // even USD/USD is not USD
+nFuncFmtType = nFmtCurrencyType;
+nFuncFmtIndex = nFmtCurrencyIndex;
+}
 PushDouble( div( fVal1, fVal2) );
 }
-if ( nFmtCurrencyType == css::util::NumberFormat::CURRENCY && 
nFmtCurrencyType2 != css::util::NumberFormat::CURRENCY )
-{   // even USD/USD is not USD
-nFuncFmtType = nFmtCurrencyType;
-nFuncFmtIndex = nFmtCurrencyIndex;
-}
 }
 
 void ScInterpreter::ScPower()
@@ -3221,15 +3230,20 @@ void ScInterpreter::ScMatRef()
 }
 else
 {
-PushDouble(nMatVal.fVal);  // handles DoubleError
+// Determine nFuncFmtType type before PushDouble().
 pDok->GetNumberFormatInfo(nCurFmtType, nCurFmtIndex, aAdr);
 nFuncFmtType = nCurFmtType;
 nFuncFmtIndex = nCurFmtIndex;
+PushDouble(nMatVal.fVal);  // handles DoubleError
 }
 }
 }
 else
 {
+// Determine nFuncFmtType type before PushDouble().
+pDok->GetNumberFormatInfo(nCurFmtType, nCurFmtIndex, aAdr);
+nFuncFmtType = nCurFmtType;
+nFuncFmtIndex = nCurFmtIndex;
 // If not a result matrix, obtain the cell value.
 sal_uInt16 nErr = aCell.mpFormula->GetErrCode();
 if (nErr)
@@ -3241,9 +3255,6 @@ void ScInterpreter::ScMatRef()
 svl::SharedString aVal = aCell.mpFormula->GetString();
 PushString( aVal );
 }
-pDok->GetNumberFormatInfo(nCurFmtType, nCurFmtIndex, aAdr);
-nFuncFmtType = nCurFmtType;
-nFuncFmtIndex = nCurFmtIndex;
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [libreoffice-design] Minutes of the Design Hangout: 2016-Aug-05

2016-08-05 Thread Heiko Tietze
On 08/05/2016 06:34 PM, Regina Henschel wrote:
> The fill style "NONE" is different from "SOLID + 100% transparency" and has 
> to be retained.

Nothing to say against saving full transparency as none. But the UI would 
impair on this option.



signature.asc
Description: OpenPGP digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2016-08-05 Thread Mark Hung
 sw/qa/extras/ww8export/ww8export.cxx |   15 +++
 sw/source/filter/ww8/ww8par.cxx  |2 ++
 2 files changed, 17 insertions(+)

New commits:
commit 07966ab0b3f27e1adeea1f4c97b3ba2944fa
Author: Mark Hung 
Date:   Sun Jul 10 22:55:51 2016 +0800

tdf#98739 recover CJK and CTL fonts after symbols.

This fix what has been done in 203e3c0f1190473d2e587a0801dc9f3883a6874a ,
which set CJK and CTL font in SwWW8ImplReader::Read_Symbol but didn't
close CJK and CTL fonts in SwWW8ImplReader::ReadChars.

Change-Id: I7c1d3b2a284d00a524a61785a5a94ca2d589295e
Reviewed-on: https://gerrit.libreoffice.org/27090
Tested-by: Jenkins 
Reviewed-by: Mark Hung 

diff --git a/sw/qa/extras/ww8export/ww8export.cxx 
b/sw/qa/extras/ww8export/ww8export.cxx
index 6ff9590..747f1e4 100644
--- a/sw/qa/extras/ww8export/ww8export.cxx
+++ b/sw/qa/extras/ww8export/ww8export.cxx
@@ -563,6 +563,21 @@ DECLARE_WW8EXPORT_TEST(testTdf92281, "tdf92281.doc")
 CPPUNIT_ASSERT_EQUAL(OUString("Wingdings"), 
getProperty(xRun, "CharFontName"));
 CPPUNIT_ASSERT_EQUAL(OUString("Wingdings"), 
getProperty(xRun, "CharFontNameAsian"));
 CPPUNIT_ASSERT_EQUAL(OUString("Wingdings"), 
getProperty(xRun, "CharFontNameComplex"));
+
+uno::Reference xXText(getParagraph(1)->getText(), 
uno::UNO_QUERY);
+uno::Reference xCursor( xXText->createTextCursor() 
, uno::UNO_QUERY );
+
+xCursor->goRight( 5 , false );
+uno::Reference< beans::XPropertySet > xPropSet(xCursor, 
uno::UNO_QUERY);
+OUString sPMingLiUFont= OUString( sal_Unicode( 26032 ) ) +
+OUString( sal_Unicode( 32048 ) ) +
+OUString( sal_Unicode( 26126 ) ) +
+OUString( sal_Unicode( 39636 ) ) +
+OUString(";PMingLiU");
+
+CPPUNIT_ASSERT_EQUAL(OUString("Calibri"), 
getProperty(xPropSet, "CharFontName"));
+CPPUNIT_ASSERT_EQUAL(sPMingLiUFont  , 
getProperty(xPropSet, "CharFontNameAsian"));
+CPPUNIT_ASSERT_EQUAL(OUString("Times New Roman"), 
getProperty(xPropSet, "CharFontNameComplex"));
 }
 
 DECLARE_WW8EXPORT_TEST(testCommentedTable, "commented-table.doc")
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 7e6f92e..f2276e1 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -3432,6 +3432,8 @@ bool SwWW8ImplReader::ReadChars(WW8_CP& rPos, WW8_CP 
nNextAttr, long nTextEnd,
 m_rDoc.getIDocumentContentOperations().InsertString( *m_pPaM, 
OUString(m_cSymbol) );
 }
 m_pCtrlStck->SetAttr( *m_pPaM->GetPoint(), RES_CHRATR_FONT );
+m_pCtrlStck->SetAttr( *m_pPaM->GetPoint(), RES_CHRATR_CJK_FONT );
+m_pCtrlStck->SetAttr( *m_pPaM->GetPoint(), RES_CHRATR_CTL_FONT );
 }
 m_pStrm->SeekRel( nEnd- rPos );
 rPos = nEnd; // Ignore until attribute end
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-08-05 Thread Eike Rathke
 svl/source/numbers/zformat.cxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit d83a4d671ad72800037d78f3eada369e4b477d82
Author: Eike Rathke 
Date:   Fri Aug 5 23:37:31 2016 +0200

force integer display if numerator and denominator are equal

So with {# ?/?} format 1.96 is displayed as "2" insted of "1 1/1"

Change-Id: I756deeb884d41726c7d476a236d3c68b89fe9cba

diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx
index 3274ae3..f7face5 100644
--- a/svl/source/numbers/zformat.cxx
+++ b/svl/source/numbers/zformat.cxx
@@ -2517,6 +2517,11 @@ bool SvNumberformat::ImpGetFractionOutput(double fNumber,
 fRemainder = 0.0; // exit while loop
 }
 }
+if (nFrac == nDiv)
+{
+++fNum;
+nFrac = 0;
+}
 }
 
 if (rInfo.nCntPre == 0) // Improper fraction
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 101263] Insert Cross-reference points to wrong endnote entry.

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101263

Alex Thurgood  changed:

   What|Removed |Added

Summary|Insert Cross-reference  |Insert Cross-reference
   |points to wrong item.   |points to wrong endnote
   ||entry.

-- 
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 101282] Alt arrow keys single pixel movement stopped working

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101282

--- Comment #6 from Heiko Tietze  ---
Zoom factor 25%
alt+cursor: 5.04, 5.14, 5.25, 5.35, 5.46 cm
cursor: 5.04, 5.14, 5.24, 5.34
shift+cursor: 5.04, 6.04, 7.04

Zoom factor 250%
alt+cursor: 5.04, 5.05, 5.06, 5.07, 5.08 cm
cursor: 5.04, 5.14, 5.24, 5.34
shift+cursor: 5.04, 6.04, 7.04

WORKSFORME as designed

-- 
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 101263] Insert Cross-reference points to wrong endnote entry.

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101263

--- Comment #10 from Alex Thurgood  ---
@Jim : you can ignore my question, I managed to reproduce the problem for
myself. Thanks for your input.

Note that there appeart to be a considerable number of bugs related to
cross-referencing that have been around for a while, so this particular bug may
not get resolved anytime soon.

-- 
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 91820] Reorganization of the menu bar for Calc

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91820

--- Comment #52 from kompilainenn <79045_79...@mail.ru> ---
(In reply to Stanislav Horacek from comment #51)
> (In reply to Yousuf (Jay) Philips from comment #49)
> > menu - "Use the Data menu commands to edit the data in the current sheet.
> > You can define ranges, sort and filter the data, calculate results, outline
> > data, and create a pivot table."
> 
> This is not true anymore, creating pivot table is now in Insert and I would
> consider it as a bug.
> 
> Pivot table is a type of data analysis, you are creating just a new
> view/interpretation of existing data (similarly to filters or statistical
> analysis - all from Data), not inserting a new object like image.
> 
> The comments above does not seem to support the move to Insert - could the
> change be revised?

may be rename "Insert Pivot Table" to "Create Pivot Table" and really move it
to menu "Data"?

-- 
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 91820] Reorganization of the menu bar for Calc

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91820

--- Comment #52 from kompilainenn <79045_79...@mail.ru> ---
(In reply to Stanislav Horacek from comment #51)
> (In reply to Yousuf (Jay) Philips from comment #49)
> > menu - "Use the Data menu commands to edit the data in the current sheet.
> > You can define ranges, sort and filter the data, calculate results, outline
> > data, and create a pivot table."
> 
> This is not true anymore, creating pivot table is now in Insert and I would
> consider it as a bug.
> 
> Pivot table is a type of data analysis, you are creating just a new
> view/interpretation of existing data (similarly to filters or statistical
> analysis - all from Data), not inserting a new object like image.
> 
> The comments above does not seem to support the move to Insert - could the
> change be revised?

may be rename "Insert Pivot Table" to "Create Pivot Table" and really move it
to menu "Data"?

-- 
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 64612] EDITING: Text not handled when converting 2D rect to Polygon

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64612

Heiko Tietze  changed:

   What|Removed |Added

   Keywords||needsUXEval
 Status|UNCONFIRMED |NEW
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Blocks||100023
 Ever confirmed|0   |1


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100023
[Bug 100023] [META] Enhance Draw's user experience
-- 
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 100023] [META] Enhance Draw's user experience

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100023

Heiko Tietze  changed:

   What|Removed |Added

 Depends on||64612


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=64612
[Bug 64612] EDITING: Text not handled when converting 2D rect to Polygon
-- 
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 97290] Mail merge templates causing crash when printing to file

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97290

--- Comment #4 from Rüdiger Hölscher  ---
Thank you very much for your answer but i already fixed the bug. The reason
were old MS-Word form fields in converted files. After erasing the fields
everything was perfect. However the older version of Libre Office had no
problems with these form fields.

-- 
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 101305] Nasty dark blue selection within template browser as well as within recent documents view

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101305

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Alex Thurgood  ---
Confirming also on

Version: 5.3.0.0.alpha0+
Build ID: 66fc20335348ec195237c711edca821d8771439c
CPU Threads: 2; OS Version: Mac OS X 10.11.6; UI Render: default; 
Locale: fr-FR (fr.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 101307] Icon image with black backgroud within Remote Files / Add Service dialog

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101307

--- Comment #1 from Alex Thurgood  ---
Created attachment 126607
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126607=edit
Unthemed icon

-- 
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 101307] Icon image with black backgroud within Remote Files / Add Service dialog

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101307

--- Comment #3 from Alex Thurgood  ---
Seems to be some kind of default fallback icon ?

-- 
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 101314] still don't have data_add support or anything similiar.

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101314

Alex Thurgood  changed:

   What|Removed |Added

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

--- Comment #1 from Alex Thurgood  ---
@Jonathon : or alternatively, you could have poked around in bugzilla and found
that there was already a request for this.

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

-- 
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 44854] Upgrade bundled HSQLDB to 2.x

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44854

Alex Thurgood  changed:

   What|Removed |Added

 CC||spa...@ecybernard.com

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

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


[Libreoffice-bugs] [Bug 101300] EDITING, FILEOPEN: Slow performance and random crashing

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101300

--- Comment #4 from Heiko Tietze  ---
(In reply to Zippy Grin from comment #3)
> Sanitized problem document attached.

No problem here. Some hundert lines and objects must not be a problem for even
10 year old systems (or on Windows).

Version: 5.2.0.3
Build ID: 7dbd85f5a18cfeaf6801c594fc43a5edadc2df0c
CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; 
Locale: de-DE (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 101288] Styles are not saved in LibreOffice Draw

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101288

Heiko Tietze  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||tietze.he...@gmail.com
 Resolution|--- |INVALID
Summary|3 bugs with LibreOffice |Styles are not saved in
   |Draw (  |LibreOffice Draw

--- Comment #2 from Heiko Tietze  ---
#1: New styles are saved in the document
#2: Isn't this the same question? A style is a style.
#3: No idea what you mean but customization works well, usually.

Please update to a reasonably new version, as Regina suggested. We made a lot
of improvements and fixed numerous bugs.

Closing this ticket as INVALID because of the outdated version.

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


[Libreoffice-bugs] [Bug 100780] Improve grid configurability

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100780

Heiko Tietze  changed:

   What|Removed |Added

 Blocks|99622   |99648


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99622
[Bug 99622] [SUPER] Enhance Draw's vector graphics capabilities
https://bugs.documentfoundation.org/show_bug.cgi?id=99648
[Bug 99648] [META] Improve Layer Handling
-- 
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 100780] Improve grid configurability

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100780

Heiko Tietze  changed:

   What|Removed |Added

 Blocks|99622   |99648


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99622
[Bug 99622] [SUPER] Enhance Draw's vector graphics capabilities
https://bugs.documentfoundation.org/show_bug.cgi?id=99648
[Bug 99648] [META] Improve Layer Handling
-- 
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 64612] EDITING: Text not handled when converting 2D rect to Polygon

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64612

Heiko Tietze  changed:

   What|Removed |Added

   Keywords||needsUXEval
 Status|UNCONFIRMED |NEW
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Blocks||100023
 Ever confirmed|0   |1


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100023
[Bug 100023] [META] Enhance Draw's user experience
-- 
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 99648] [META] Improve Layer Handling

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99648

Heiko Tietze  changed:

   What|Removed |Added

 Depends on||100780


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100780
[Bug 100780] Improve grid configurability
-- 
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 99622] [SUPER] Enhance Draw's vector graphics capabilities

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99622

Heiko Tietze  changed:

   What|Removed |Added

 Depends on|100780  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100780
[Bug 100780] Improve grid configurability
-- 
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 99648] [META] Improve Layer Handling

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99648

Heiko Tietze  changed:

   What|Removed |Added

 Depends on||100780


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100780
[Bug 100780] Improve grid configurability
-- 
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 101317] New: File saved with wrong mime type

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101317

Bug ID: 101317
   Summary: File saved with wrong mime type
   Product: LibreOffice
   Version: 5.2.0.4 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dmgp...@gmail.com

Created attachment 126606
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126606=edit
Example files

I have a problem with xlsx file mime type. If I save new xlsx document with
LibreOffice Calc and upload it to php, I can not get correct mime type. php
always return that xslx file mime type is "application/octet-stream". If I do
same thing with Microsoft Excel, I get correct mime type. If I save document as
.ods, I get again correct mime type
(application/vnd.oasis.opendocument.spreadsheet). So what is wrong with
LibreOffice Calc and xslx?

-- 
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 101263] Insert Cross-reference points to wrong item.

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101263

Alex Thurgood  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #8 from Alex Thurgood  ---
Reproducible steps :

1) open a new Writer document.
2) Type a phrase and insert an endnote at the end of the line.
3) Press Enter (paragraph return).
4) Type another phrase and insert another endnote at the end of the line.
5) Press enter (paragraph return)
6) Type a third phrase and insert another endnote at the end of the line.
7) Press enter (paragraph return)

8) Note how the default numbering for these endnotes is roman numbering.

8) Type a fourth phrase and insert a cross-reference to endnote ii. A digit "2"
is inserted at the selected point. Clicking on this digit takes you to endnote
ii.

9) Type some more text and now insert a cross-reference to endnote i. A digit
"2" is inserted at the selected point, but clicking on this digit takes you to
endnote i.

10) Type some more text again and insert a cross-reference to endnote iii. A
digit "2" is inserted at the selected point, and clicking on this digit takes
you to endnote iii.


CONFIRMING

-- 
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 45065] Clipping issue (was: Problem with EDITING of technical pdfs)

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45065

Heiko Tietze  changed:

   What|Removed |Added

 CC||tietze.he...@gmail.com
Summary|Problem with EDITING of |Clipping issue (was:
   |technical pdfs  |Problem with EDITING of
   ||technical pdfs)

-- 
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 101319] New: Multiple dictionaries to work silmutaneously

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101319

Bug ID: 101319
   Summary: Multiple dictionaries to work silmutaneously
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Extensions
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gnikolakopou...@gmail.com

Dear community,

I am sure this has been reported again by other users.
When using spell check the application should instantly suggest spelling
corrections to any of the words written that are incorrect regardless of what
the language is and not asking the user to select a dictionary of the selection
or the paragraph...
Of course this presupposes that the relevant dictionary for this language is
downloaded and installed.
In my case I am from Greece. By default the application has English spell check
ernabled. I also downloaded and installed Greek language from: 
http://extensions.openoffice.org/en/project/hellenic-greek-dictionary-spell-check-and-hyphenation
Note: the one that is offered from libreofficre site is not the official one
and it is an offer by some people that like to revive the grammar like it was
some years ago (multiple toning system whereas this has been abandoned and now
we use only one tone above some letters). 

By not providing this you do not attract users on the contrary you discourage
them to use this suite.
On linux I use WPS Office and at my work I inevitably use Microsoft Office.
Both of them offer what I described above. I think it is wise enough not to
settle for anything less...

Another suggestion could be to enable a functionality or the installation of a
file like Firefox does:
https://addons.mozilla.org/en-US/firefox/addon/greek-english-spell-dictionary/

This is a combined English and Greek dictionary and allows you to do what is
described above when composing a mail on gmail or yahoo for example..

At your disposal to discuss this further.

With respect

George Nikolakopoulos

-- 
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 101213] Various performance regressions (rendering and recalcing)

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101213

--- Comment #26 from Victor Campillo  ---
I tried the last night build and the issue is solved, at least for me.

It would be good if anyone else who experiencing the issue test it.

Thanks for the fix.

-- 
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 92450] General setting to disable UI animations

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92450

--- Comment #4 from Heiko Tietze  ---
LibreOffice has to respect the individual system settings.

As mahfiaz says, if we cannot determine the system setting the best choice is
to not animate things.
(Introducing a switch to show or hide them anyway bloats our 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-ux-advise] [Bug 92450] General setting to disable UI animations

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92450

--- Comment #4 from Heiko Tietze  ---
LibreOffice has to respect the individual system settings.

As mahfiaz says, if we cannot determine the system setting the best choice is
to not animate things.
(Introducing a switch to show or hide them anyway bloats our 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 101307] Icon image with black backgroud within Remote Files / Add Service dialog

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101307

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Alex Thurgood  ---
The attached icon is what I see in 

Version: 5.3.0.0.alpha0+
Build ID: 66fc20335348ec195237c711edca821d8771439c
CPU Threads: 2; OS Version: Mac OS X 10.11.6; UI Render: default; 
Locale: fr-FR (fr.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 101032] [UI] Page pane renders are dirty since version 5.1.x

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101032

Heiko Tietze  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTOURBUG

--- Comment #8 from Heiko Tietze  ---
The artifact may be related to antialiasing, which is reported somewhere else
to affect drawings. NOTOURBUG since it also could be an issue of the graphic
driver.

-- 
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 101318] New:=?UTF-8?Q?=20Missing=20=E2=80=9CTools=20?=> Options > LibreOffice > View > Selection > Transparency”

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101318

Bug ID: 101318
   Summary: Missing “Tools > Options > LibreOffice > View >
Selection > Transparency”
   Product: LibreOffice
   Version: 5.1.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jherrera.lis...@gmail.com

The option is present in previous versions but has disappeared in this one.
Regards!

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


[Libreoffice-bugs] [Bug 101263] Insert Cross-reference points to wrong item.

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101263

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #7 from Alex Thurgood  ---
@Jim : from your last comment, am I correct in understanding that the problem
initially occurs on a DOCX document ?

Does the ODT document you provided come from a DOCX document originally ?

I am trying to narrow down the problem to of :

- a filter issue when importing from / exporting to docx ; 

or

- a problem with cross-referencing that is directly linked to the internal
representation of an ODT file in application memory.


My understanding at present is that you have started from a DOCX file, or that
you save your file directly to DOCX rather than ODT. 


Setting back to NEEDINFO

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


[Libreoffice-bugs] [Bug 101263] Insert Cross-reference points to wrong item.

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101263

--- Comment #9 from Alex Thurgood  ---
The question now is whether this is a regression, and if so, when did it
previously work correctly.

-- 
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 101286] csv import does not seperate

2016-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101286

--- Comment #9 from m.a.riosv  ---
@kara, have you test selecting as text delimiter double quotes.

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