[Libreoffice-commits] core.git: filter/Library_xmlfd.mk

2013-12-29 Thread Tor Lillqvist
 filter/Library_xmlfd.mk |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 8102d45911bf3c47ce7ee15d3db89b0024c3bff8
Author: Tor Lillqvist t...@collabora.com
Date:   Sun Dec 29 11:31:15 2013 +0200

Need boost_headers

Change-Id: I936ee814bcc614cc5ec858c453f5e8e5d0cac60b

diff --git a/filter/Library_xmlfd.mk b/filter/Library_xmlfd.mk
index b55f06a..54fdd0a 100644
--- a/filter/Library_xmlfd.mk
+++ b/filter/Library_xmlfd.mk
@@ -21,6 +21,8 @@ $(eval $(call gb_Library_Library,xmlfd))
 
 $(eval $(call 
gb_Library_set_componentfile,xmlfd,filter/source/xmlfilterdetect/xmlfd))
 
+$(eval $(call gb_Library_use_external,xmlfd,boost_headers))
+
 $(eval $(call gb_Library_use_sdk_api,xmlfd))
 
 $(eval $(call gb_Library_use_libraries,xmlfd,\
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 65675] LibreOffice 4.2 most annoying bugs

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

mariosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Depends on||73113

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


[Libreoffice-commits] core.git: 4 commits - writerfilter/source

2013-12-29 Thread Miklos Vajna
 writerfilter/source/dmapper/ConversionHelper.cxx |4 
 writerfilter/source/dmapper/ConversionHelper.hxx |2 
 writerfilter/source/dmapper/DomainMapper.cxx |6 
 writerfilter/source/dmapper/NumberingManager.cxx |   12 -
 writerfilter/source/dmapper/NumberingManager.hxx |4 
 writerfilter/source/doctok/resources.xmi |  190 ---
 writerfilter/source/ooxml/OOXMLDocumentImpl.cxx  |   12 -
 writerfilter/source/ooxml/model.xml  |   12 -
 writerfilter/source/rtftok/rtfdocumentimpl.cxx   |   22 +-
 9 files changed, 37 insertions(+), 227 deletions(-)

New commits:
commit 4b710225818e66917ef19ebf68d5e08223a13c2f
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sun Dec 29 14:26:51 2013 +0100

writerfilter: remove unused NFC in doctok

Change-Id: I224d6192d3e98172b76311a870c48493928ff900

diff --git a/writerfilter/source/dmapper/ConversionHelper.cxx 
b/writerfilter/source/dmapper/ConversionHelper.cxx
index e6eadf3..102e5c8 100644
--- a/writerfilter/source/dmapper/ConversionHelper.cxx
+++ b/writerfilter/source/dmapper/ConversionHelper.cxx
@@ -270,10 +270,10 @@ sal_Int16 convertTableJustification( sal_Int32 nIntValue )
 return nOrient;
 }
 
-sal_Int16 ConvertNumberingType(sal_Int32 nNFC)
+sal_Int16 ConvertNumberingType(sal_Int32 nFmt)
 {
 sal_Int16 nRet;
-switch(nNFC)
+switch(nFmt)
 {
 case NS_ooxml::LN_Value_ST_NumberFormat_decimal:
 case 0:
diff --git a/writerfilter/source/dmapper/ConversionHelper.hxx 
b/writerfilter/source/dmapper/ConversionHelper.hxx
index b23872b..352d29f 100644
--- a/writerfilter/source/dmapper/ConversionHelper.hxx
+++ b/writerfilter/source/dmapper/ConversionHelper.hxx
@@ -48,7 +48,7 @@ namespace ConversionHelper{
 sal_Int32 convertEMUToMM100(sal_Int32 _t);
 sal_Int32 ConvertColor(sal_Int32 nWordColor );
 sal_Int16 convertTableJustification( sal_Int32 nIntValue );
-sal_Int16 ConvertNumberingType(sal_Int32 nNFC);
+sal_Int16 ConvertNumberingType(sal_Int32 nFmt);
 
 } // namespace ConversionHelper
 } //namespace dmapper
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx 
b/writerfilter/source/dmapper/DomainMapper.cxx
index 1f3017a..f3151e7 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -321,7 +321,7 @@ void DomainMapper::lcl_attribute(Id nName, Value  val)
 break;
 case NS_ooxml::LN_CT_Lvl_start:
 break;
-case NS_rtf::LN_NFC:
+case NS_ooxml::LN_CT_Lvl_numFmt:
 break;
 case NS_rtf::LN_FLEGAL:
 break;
diff --git a/writerfilter/source/dmapper/NumberingManager.cxx 
b/writerfilter/source/dmapper/NumberingManager.cxx
index e74fc99..a8ef3ad 100644
--- a/writerfilter/source/dmapper/NumberingManager.cxx
+++ b/writerfilter/source/dmapper/NumberingManager.cxx
@@ -112,7 +112,7 @@ void ListLevel::SetValue( Id nId, sal_Int32 nValue )
 case NS_ooxml::LN_CT_Lvl_start:
 m_nIStartAt = nValue;
 break;
-case NS_rtf::LN_NFC:
+case NS_ooxml::LN_CT_Lvl_numFmt:
 m_nNFC = nValue;
 break;
 case NS_rtf::LN_JC:
@@ -772,7 +772,7 @@ void ListsManager::lcl_attribute( Id nName, Value rVal )
 }
 break;
 case NS_ooxml::LN_CT_Lvl_start:
-case NS_rtf::LN_NFC:
+case NS_ooxml::LN_CT_Lvl_numFmt:
 case NS_rtf::LN_JC:
 case NS_rtf::LN_FLEGAL:
 case NS_rtf::LN_FNORESTART:
@@ -991,7 +991,7 @@ void ListsManager::lcl_sprm( Sprm rSprm )
 break;
 case NS_rtf::LN_RGBXCHNUMS: break;
 case NS_ooxml::LN_CT_Lvl_start:
-case NS_rtf::LN_NFC:
+case NS_ooxml::LN_CT_Lvl_numFmt:
 case NS_rtf::LN_JC:
 case NS_rtf::LN_FLEGAL:
 case NS_rtf::LN_FNORESTART:
diff --git a/writerfilter/source/dmapper/NumberingManager.hxx 
b/writerfilter/source/dmapper/NumberingManager.hxx
index b3dcf96..d4bc418 100644
--- a/writerfilter/source/dmapper/NumberingManager.hxx
+++ b/writerfilter/source/dmapper/NumberingManager.hxx
@@ -43,7 +43,7 @@ class StyleSheetEntry;
 class ListLevel : public PropertyMap
 {
 sal_Int32 m_nIStartAt;   
//LN_CT_Lvl_start
-sal_Int32 m_nNFC;//LN_NFC
+sal_Int32 m_nNFC;
//LN_CT_Lvl_numFmt
 sal_Int32 m_nJC; //LN_JC
 sal_Int32 m_nFLegal; 
//LN_FLEGAL
 sal_Int32 m_nFNoRestart; 
//LN_FNORESTART
diff --git a/writerfilter/source/doctok/resources.xmi 
b/writerfilter/source/doctok/resources.xmi
index 233db08..ad50f51 100644
--- a/writerfilter/source/doctok/resources.xmi
+++ b/writerfilter/source/doctok/resources.xmi
@@ -560,64 +560,6 @@
 /UML:TaggedValue
   

[Bug 65675] LibreOffice 4.2 most annoying bugs

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

--- Comment #45 from Jorendc jore...@libreoffice.org ---
Nominate: Bug 73113 - LOOKUP function results in #N/A

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


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

2013-12-29 Thread Miklos Vajna
 sw/qa/extras/rtfimport/data/shpz-dhgt.rtf   |   43 
 sw/qa/extras/rtfimport/rtfimport.cxx|9 +
 writerfilter/source/rtftok/rtfsdrimport.cxx |6 +--
 3 files changed, 55 insertions(+), 3 deletions(-)

New commits:
commit ff7ac1a9b82bc20fe6e3d82322e53a7024edb84f
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sun Dec 29 15:21:51 2013 +0100

fdo#41109 RTF shape import: shpz has priority over dhgt

And not the other way around, how
24ee3df385cf2aa95cd888581c84fdf90cc682dc (RTF import: fix priority
handling of shpz vs dhgt, 2012-04-10) did, this time with a reproducer.

Change-Id: I9412341c6b35ca2760e4490a18f11bc6a0e0b78a

diff --git a/sw/qa/extras/rtfimport/data/shpz-dhgt.rtf 
b/sw/qa/extras/rtfimport/data/shpz-dhgt.rtf
new file mode 100644
index 000..63df566
--- /dev/null
+++ b/sw/qa/extras/rtfimport/data/shpz-dhgt.rtf
@@ -0,0 +1,43 @@
+{\rtf1
+{\shp
+{\*\shpinst\shpleft1898\shptop1043\shpright4598\shpbottom2123\shpfhdr0\shpbxcolumn\shpbxignore\shpbypara\shpbyignore\shpwr3\shpwrk0\shpfblwtxt0\shpz1\shplid1027
+{\sp
+{\sn shapeType}
+{\sv 1}
+}
+{\sp
+{\sn fillColor}
+{\sv 65280}
+}
+{\sp
+{\sn fFilled}
+{\sv 1}
+}
+{\sp
+{\sn dhgt}
+{\sv 5}
+}
+}
+}
+{\shp
+{\*\shpinst\shpleft563\shptop518\shpright2243\shpbottom1448\shpfhdr0\shpbxcolumn\shpbxignore\shpbypara\shpbyignore\shpwr3\shpwrk0\shpfblwtxt0\shpz0\shplid1026
+{\sp
+{\sn shapeType}
+{\sv 1}
+}
+{\sp
+{\sn fillColor}
+{\sv 255}
+}
+{\sp
+{\sn fFilled}
+{\sv 1}
+}
+{\sp
+{\sn dhgt}
+{\sv 10}
+}
+}
+}
+\par
+}
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx 
b/sw/qa/extras/rtfimport/rtfimport.cxx
index 2764730..3553bf9 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -1389,6 +1389,15 @@ DECLARE_RTFIMPORT_TEST(testFdo65090, fdo65090.rtf)
 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), getProperty 
uno::Sequencetext::TableColumnSeparator (xTableRows-getByIndex(0), 
TableColumnSeparators).getLength());
 }
 
+DECLARE_RTFIMPORT_TEST(testShpzDhgt, shpz-dhgt.rtf)
+{
+// Test that shpz has priority over dhght and not the other way around.
+// Drawpage is sorted by ZOrder, so first should be red (back).
+CPPUNIT_ASSERT_EQUAL(sal_Int32(0xff), 
getPropertysal_Int32(getShape(1), FillColor));
+// Second (front) should be green.
+CPPUNIT_ASSERT_EQUAL(sal_Int32(0x00ff00), 
getPropertysal_Int32(getShape(2), FillColor));
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/writerfilter/source/rtftok/rtfsdrimport.cxx 
b/writerfilter/source/rtftok/rtfsdrimport.cxx
index 3d9df8b..84d541e 100644
--- a/writerfilter/source/rtftok/rtfsdrimport.cxx
+++ b/writerfilter/source/rtftok/rtfsdrimport.cxx
@@ -450,9 +450,9 @@ void RTFSdrImport::resolve(RTFShape rShape, bool bClose)
 aViewBox.Height = i-second.toInt32();
 else if ( i-first == dhgt )
 {
-resolveDhgt(xPropertySet, i-second.toInt32());
-// dhgt is Word 2007, \shpz is Word 97-2003, the previous has 
priority.
-rShape.oZ.reset();
+// dhgt is Word 2007, \shpz is Word 97-2003, the later has 
priority.
+if (!rShape.oZ)
+resolveDhgt(xPropertySet, i-second.toInt32());
 }
 // These are in EMU, convert to mm100.
 else if (i-first == dxTextLeft)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2013-12-29 Thread Laurent Balland-Poirier
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f039d36ec5404f76c5472d04593e04096bf4252d
Author: Laurent Balland-Poirier laurent.balland-poir...@laposte.net
Date:   Wed Dec 18 19:37:16 2013 +0100

Updated core
Project: help  9209a44d3f42604e6c32a443549c94ed1448fe8c

diff --git a/helpcontent2 b/helpcontent2
index 38a2aa7..9209a44 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 38a2aa7d123de93b52cc089142e0a3cbf4e9295c
+Subproject commit 9209a44d3f42604e6c32a443549c94ed1448fe8c
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: source/text

2013-12-29 Thread Laurent Balland-Poirier
 source/text/schart/01/0405.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9209a44d3f42604e6c32a443549c94ed1448fe8c
Author: Laurent Balland-Poirier laurent.balland-poir...@laposte.net
Date:   Wed Dec 18 19:37:16 2013 +0100

Error bars standard deviation are centered on the mean

This behavior is different from other error bars function
and should be clearly indicated

Conflicts:

source/text/schart/01/0405.xhp

Change-Id: I17fa5a80b6b64ed68258164a9e777dde3dfb79dd

diff --git a/source/text/schart/01/0405.xhp 
b/source/text/schart/01/0405.xhp
index 869e2c7..09c638d 100644
--- a/source/text/schart/01/0405.xhp
+++ b/source/text/schart/01/0405.xhp
@@ -65,7 +65,7 @@
 paragraph role=paragraph id=par_id7109286 xml-lang=en-US 
l10n=NEWahelp hid=.Select a function to calculate the error 
bars./ahelp/paragraph
 paragraph role=paragraph id=par_id5154576 xml-lang=en-US 
l10n=NEWStandard Error: Displays the standard error./paragraph
 paragraph role=paragraph id=par_id3157979 xml-lang=en-US l10n=CHG 
oldref=10ahelp hid=.Variance: Displays the variance calculated from the 
number of data points and respective values./ahelp/paragraph
-paragraph role=paragraph id=par_id3153249 xml-lang=en-US l10n=U 
oldref=12ahelp hid=.Standard Deviation: Displays the standard deviation 
(square root of the variance)./ahelp/paragraph
+paragraph role=paragraph id=par_id3153249 xml-lang=en-US l10n=U 
oldref=12ahelp hid=.Standard Deviation: Displays the standard deviation 
(square root of the variance). Unlike other functions, error bars are centered 
on the mean./ahelp/paragraph
 paragraph role=paragraph id=par_id3149870 xml-lang=en-US l10n=CHG 
oldref=16ahelp hid=.Error Margin: Displays the highest error margin in 
percent according to the highest value of the data group. Set the percentage in 
the Parameters area./ahelp/paragraph
 paragraph role=heading id=hd_id350962 xml-lang=en-US level=3 
l10n=NEWCell Range/paragraph
 paragraph role=paragraph id=par_id6679586 xml-lang=en-US 
l10n=NEWahelp hid=.Click Cell Range and then specify a cell range from 
which to take the positive and negative error bar values./ahelp/paragraph
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-29 Thread Miklos Vajna
 sw/qa/extras/rtfimport/data/background.rtf  |   39 
 sw/qa/extras/rtfimport/rtfimport.cxx|7 +
 writerfilter/source/rtftok/rtfsdrimport.cxx |5 +++
 3 files changed, 51 insertions(+)

New commits:
commit e8d10f215e9da65617988a9a471be18775afad00
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sun Dec 29 16:15:03 2013 +0100

fdo#41109 RTF shape import: handle fBehindDocument property

Change-Id: I9bf24eb2d3087e855d54c0ee7aba4e98dc856cc2

diff --git a/sw/qa/extras/rtfimport/data/background.rtf 
b/sw/qa/extras/rtfimport/data/background.rtf
new file mode 100644
index 000..2dbe9fe
--- /dev/null
+++ b/sw/qa/extras/rtfimport/data/background.rtf
@@ -0,0 +1,39 @@
+{\rtf1
+{\shp
+{\*\shpinst\shpleft2633\shptop-97\shpright4853\shpbottom893\shpfhdr0\shpbxcolumn\shpbxignore\shpbypara\shpbyignore\shpwr3\shpwrk0\shpfblwtxt1\shpz1\shplid1027
+{\sp
+{\sn shapeType}
+{\sv 1}
+}
+{\sp
+{\sn fillColor}
+{\sv 5880731}
+}
+{\sp
+{\sn fFilled}
+{\sv 1}
+}
+{\sp
+{\sn fBehindDocument}
+{\sv 1}
+}
+}
+}
+{\shp
+{\*\shpinst\shpleft488\shptop-97\shpright2003\shpbottom743\shpfhdr0\shpbxcolumn\shpbxignore\shpbypara\shpbyignore\shpwr3\shpwrk0\shpfblwtxt0\shpz0\shplid1026
+{\sp
+{\sn shapeType}
+{\sv 1}
+}
+{\sp
+{\sn fillColor}
+{\sv 5066944}
+}
+{\sp
+{\sn fFilled}
+{\sv 1}
+}
+}
+}
+First should be foreground, the second should be background.\par
+}
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx 
b/sw/qa/extras/rtfimport/rtfimport.cxx
index 3553bf9..a5ab93d 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -1398,6 +1398,13 @@ DECLARE_RTFIMPORT_TEST(testShpzDhgt, shpz-dhgt.rtf)
 CPPUNIT_ASSERT_EQUAL(sal_Int32(0x00ff00), 
getPropertysal_Int32(getShape(2), FillColor));
 }
 
+DECLARE_RTFIMPORT_TEST(testBackground, background.rtf)
+{
+// The first shape wasn't in the foreground.
+CPPUNIT_ASSERT_EQUAL(true, bool(getPropertysal_Bool(getShape(1), 
Opaque)));
+CPPUNIT_ASSERT_EQUAL(false, bool(getPropertysal_Bool(getShape(2), 
Opaque)));
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/writerfilter/source/rtftok/rtfsdrimport.cxx 
b/writerfilter/source/rtftok/rtfsdrimport.cxx
index 84d541e..c13e104 100644
--- a/writerfilter/source/rtftok/rtfsdrimport.cxx
+++ b/writerfilter/source/rtftok/rtfsdrimport.cxx
@@ -239,6 +239,8 @@ void RTFSdrImport::resolve(RTFShape rShape, bool bClose)
 oox::vml::FillModel aFillModel; // Gradient.
 oox::vml::ShadowModel aShadowModel; // Shadow.
 
+bool bOpaque = true;
+
 // The spec doesn't state what is the default for shapeType, Word seems to 
implement it as a rectangle.
 if (std::find_if(rShape.aProperties.begin(),
 rShape.aProperties.end(),
@@ -535,6 +537,8 @@ void RTFSdrImport::resolve(RTFShape rShape, bool bClose)
 oRelRight.reset(TWIP_TO_MM100(i-second.toInt32()));
 else if (i-first == relBottom)
 oRelBottom.reset(TWIP_TO_MM100(i-second.toInt32()));
+else if (i-first == fBehindDocument)
+bOpaque = !i-second.toInt32();
 else
 SAL_INFO(writerfilter, TODO handle shape property '  
i-first  ':'  i-second  ');
 }
@@ -669,6 +673,7 @@ void RTFSdrImport::resolve(RTFShape rShape, bool bClose)
 oox::PropertySet(xShape).setProperties(aPropMap);
 }
 xPropertySet-setPropertyValue(AnchorType, 
uno::makeAny(text::TextContentAnchorType_AT_CHARACTER));
+xPropertySet-setPropertyValue(Opaque, uno::makeAny(bOpaque));
 }
 
 if (m_rImport.isInBackground())
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-29 Thread Miklos Vajna
 sw/qa/extras/rtfimport/data/background.rtf  |   39 +
 sw/qa/extras/rtfimport/data/shpz-dhgt.rtf   |   43 
 sw/qa/extras/rtfimport/rtfimport.cxx|   16 ++
 writerfilter/source/rtftok/rtfsdrimport.cxx |   11 +--
 4 files changed, 106 insertions(+), 3 deletions(-)

New commits:
commit 3200e99c48897cf7965cc3acc58fadb686ee2437
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sun Dec 29 16:15:03 2013 +0100

fdo#41109 RTF shape import: handle fBehindDocument property

Change-Id: I9bf24eb2d3087e855d54c0ee7aba4e98dc856cc2
(cherry picked from commit e8d10f215e9da65617988a9a471be18775afad00)

diff --git a/sw/qa/extras/rtfimport/data/background.rtf 
b/sw/qa/extras/rtfimport/data/background.rtf
new file mode 100644
index 000..2dbe9fe
--- /dev/null
+++ b/sw/qa/extras/rtfimport/data/background.rtf
@@ -0,0 +1,39 @@
+{\rtf1
+{\shp
+{\*\shpinst\shpleft2633\shptop-97\shpright4853\shpbottom893\shpfhdr0\shpbxcolumn\shpbxignore\shpbypara\shpbyignore\shpwr3\shpwrk0\shpfblwtxt1\shpz1\shplid1027
+{\sp
+{\sn shapeType}
+{\sv 1}
+}
+{\sp
+{\sn fillColor}
+{\sv 5880731}
+}
+{\sp
+{\sn fFilled}
+{\sv 1}
+}
+{\sp
+{\sn fBehindDocument}
+{\sv 1}
+}
+}
+}
+{\shp
+{\*\shpinst\shpleft488\shptop-97\shpright2003\shpbottom743\shpfhdr0\shpbxcolumn\shpbxignore\shpbypara\shpbyignore\shpwr3\shpwrk0\shpfblwtxt0\shpz0\shplid1026
+{\sp
+{\sn shapeType}
+{\sv 1}
+}
+{\sp
+{\sn fillColor}
+{\sv 5066944}
+}
+{\sp
+{\sn fFilled}
+{\sv 1}
+}
+}
+}
+First should be foreground, the second should be background.\par
+}
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx 
b/sw/qa/extras/rtfimport/rtfimport.cxx
index 130715d..19c80f7 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -1400,6 +1400,13 @@ DECLARE_RTFIMPORT_TEST(testShpzDhgt, shpz-dhgt.rtf)
 CPPUNIT_ASSERT_EQUAL(sal_Int32(0x00ff00), 
getPropertysal_Int32(getShape(2), FillColor));
 }
 
+DECLARE_RTFIMPORT_TEST(testBackground, background.rtf)
+{
+// The first shape wasn't in the foreground.
+CPPUNIT_ASSERT_EQUAL(true, bool(getPropertysal_Bool(getShape(1), 
Opaque)));
+CPPUNIT_ASSERT_EQUAL(false, bool(getPropertysal_Bool(getShape(2), 
Opaque)));
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/writerfilter/source/rtftok/rtfsdrimport.cxx 
b/writerfilter/source/rtftok/rtfsdrimport.cxx
index 84d541e..c13e104 100644
--- a/writerfilter/source/rtftok/rtfsdrimport.cxx
+++ b/writerfilter/source/rtftok/rtfsdrimport.cxx
@@ -239,6 +239,8 @@ void RTFSdrImport::resolve(RTFShape rShape, bool bClose)
 oox::vml::FillModel aFillModel; // Gradient.
 oox::vml::ShadowModel aShadowModel; // Shadow.
 
+bool bOpaque = true;
+
 // The spec doesn't state what is the default for shapeType, Word seems to 
implement it as a rectangle.
 if (std::find_if(rShape.aProperties.begin(),
 rShape.aProperties.end(),
@@ -535,6 +537,8 @@ void RTFSdrImport::resolve(RTFShape rShape, bool bClose)
 oRelRight.reset(TWIP_TO_MM100(i-second.toInt32()));
 else if (i-first == relBottom)
 oRelBottom.reset(TWIP_TO_MM100(i-second.toInt32()));
+else if (i-first == fBehindDocument)
+bOpaque = !i-second.toInt32();
 else
 SAL_INFO(writerfilter, TODO handle shape property '  
i-first  ':'  i-second  ');
 }
@@ -669,6 +673,7 @@ void RTFSdrImport::resolve(RTFShape rShape, bool bClose)
 oox::PropertySet(xShape).setProperties(aPropMap);
 }
 xPropertySet-setPropertyValue(AnchorType, 
uno::makeAny(text::TextContentAnchorType_AT_CHARACTER));
+xPropertySet-setPropertyValue(Opaque, uno::makeAny(bOpaque));
 }
 
 if (m_rImport.isInBackground())
commit 851f933a03ed75d5938452832aa9198855847dc7
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sun Dec 29 15:21:51 2013 +0100

fdo#41109 RTF shape import: shpz has priority over dhgt

And not the other way around, how
24ee3df385cf2aa95cd888581c84fdf90cc682dc (RTF import: fix priority
handling of shpz vs dhgt, 2012-04-10) did, this time with a reproducer.

Change-Id: I9412341c6b35ca2760e4490a18f11bc6a0e0b78a
(cherry picked from commit ff7ac1a9b82bc20fe6e3d82322e53a7024edb84f)

diff --git a/sw/qa/extras/rtfimport/data/shpz-dhgt.rtf 
b/sw/qa/extras/rtfimport/data/shpz-dhgt.rtf
new file mode 100644
index 000..63df566
--- /dev/null
+++ b/sw/qa/extras/rtfimport/data/shpz-dhgt.rtf
@@ -0,0 +1,43 @@
+{\rtf1
+{\shp
+{\*\shpinst\shpleft1898\shptop1043\shpright4598\shpbottom2123\shpfhdr0\shpbxcolumn\shpbxignore\shpbypara\shpbyignore\shpwr3\shpwrk0\shpfblwtxt0\shpz1\shplid1027
+{\sp
+{\sn shapeType}
+{\sv 1}
+}
+{\sp
+{\sn fillColor}
+{\sv 65280}
+}
+{\sp
+{\sn fFilled}
+{\sv 1}
+}
+{\sp
+{\sn dhgt}
+{\sv 5}
+}
+}
+}
+{\shp

[Libreoffice-commits] core.git: 2 commits - helpcontent2 sc/AllLangResTarget_sc.mk sc/inc sc/source sc/uiconfig sc/UIConfig_scalc.mk

2013-12-29 Thread Caolán McNamara
 helpcontent2 |2 
 sc/AllLangResTarget_sc.mk|1 
 sc/UIConfig_scalc.mk |1 
 sc/inc/sc.hrc|   11 
 sc/source/ui/inc/tabopdlg.hrc|   42 ---
 sc/source/ui/inc/tabopdlg.hxx|   26 --
 sc/source/ui/miscdlgs/tabopdlg.cxx   |  158 +++---
 sc/source/ui/src/scstring.src|   30 ++
 sc/source/ui/src/tabopdlg.src|  143 
 sc/uiconfig/scalc/ui/multipleoperationsdialog.ui |  255 +++
 10 files changed, 388 insertions(+), 281 deletions(-)

New commits:
commit db8f70d8a8e364dafc3740898940bdb151e48fab
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Dec 28 21:14:16 2013 +

convert multiple operations dialog to .ui

Change-Id: Ib6bd84e48086a28210be7fa67b8adb211276cc0d

diff --git a/sc/AllLangResTarget_sc.mk b/sc/AllLangResTarget_sc.mk
index 225a43b..ae6faa2 100644
--- a/sc/AllLangResTarget_sc.mk
+++ b/sc/AllLangResTarget_sc.mk
@@ -46,7 +46,6 @@ $(eval $(call gb_SrsTarget_add_files,sc/res,\
 sc/source/ui/src/simpref.src \
 sc/source/ui/src/solveroptions.src \
 sc/source/ui/src/miscdlgs.src \
-sc/source/ui/src/tabopdlg.src \
 sc/source/ui/src/scstring.src \
 sc/source/ui/src/filter.src \
 sc/source/ui/src/condformatdlg.src \
diff --git a/sc/UIConfig_scalc.mk b/sc/UIConfig_scalc.mk
index f919d7c..248ce4b 100644
--- a/sc/UIConfig_scalc.mk
+++ b/sc/UIConfig_scalc.mk
@@ -101,6 +101,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/scalc,\
sc/uiconfig/scalc/ui/managenamesdialog \
sc/uiconfig/scalc/ui/movecopysheet \
sc/uiconfig/scalc/ui/movingaveragedialog \
+   sc/uiconfig/scalc/ui/multipleoperationsdialog \
sc/uiconfig/scalc/ui/nosolutiondialog \
sc/uiconfig/scalc/ui/optcalculatepage \
sc/uiconfig/scalc/ui/optchangespage \
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 91275e7..f86b840 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -963,7 +963,14 @@
 
 #define SCSTR_VALERR(STR_START + 414)
 
-#define STR_END (SCSTR_VALERR)
+#define STR_NOFORMULASPECIFIED  (STR_START + 415)
+#define STR_NOCOLROW(STR_START + 416)
+#define STR_WRONGFORMULA(STR_START + 417)
+#define STR_WRONGROWCOL (STR_START + 418)
+#define STR_NOCOLFORMULA(STR_START + 419)
+#define STR_NOROWFORMULA(STR_START + 420)
+
+#define STR_END (STR_NOROWFORMULA)
 
 #define BMP_START   (STR_END)
 
@@ -1025,7 +1032,7 @@
 
 #define RID_SCPAGE_CALC (SC_DIALOGS_START + 56)
 #define RID_SCDLG_NAVIGATOR (SC_DIALOGS_START + 57)
-#define RID_SCDLG_TABOP (SC_DIALOGS_START + 58)
+
 #define RID_SCDLG_IMPORTOPT (SC_DIALOGS_START + 59)
 #define RID_POPUP_ROWHEADER (SC_DIALOGS_START + 60)
 #define RID_POPUP_COLHEADER (SC_DIALOGS_START + 61)
diff --git a/sc/source/ui/inc/tabopdlg.hrc b/sc/source/ui/inc/tabopdlg.hrc
deleted file mode 100644
index a8cc84d..000
--- a/sc/source/ui/inc/tabopdlg.hrc
+++ /dev/null
@@ -1,42 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * 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 .
- */
-
-#include sc.hrc
-
-#define ED_FORMULARANGE 1
-#define ED_ROWCELL  2
-#define ED_COLCELL  3
-#define FT_FORMULARANGE 1
-#define FT_ROWCELL  2
-#define FT_COLCELL  3
-#define RB_FORMULARANGE 1
-#define RB_ROWCELL  2
-#define RB_COLCELL  3
-#define FL_VARIABLES1
-#define BTN_OK  1
-#define BTN_CANCEL  2
-#define BTN_HELP1
-#define STR_NOFORMULA   1
-#define STR_NOCOLROW2
-#define STR_WRONGFORMULA3
-#define STR_WRONGROWCOL 4
-#define STR_NOCOLFORMULA5
-#define STR_NOROWFORMULA6
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/inc/tabopdlg.hxx b/sc/source/ui/inc/tabopdlg.hxx
index a29fb25..6c4f141 100644
--- a/sc/source/ui/inc/tabopdlg.hxx
+++ 

[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2013-12-29 Thread Caolán McNamara
 helpers/help_hid.lst   |6 --
 source/text/scalc/01/1206.xhp  |   14 +++---
 source/text/shared/00/0001.xhp |6 +++---
 3 files changed, 10 insertions(+), 16 deletions(-)

New commits:
commit 55c92f774b30422a8e509b4ffeee97cd903c2a82
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Dec 29 15:51:22 2013 +

update help ids for multiple operations dialog .ui conversion

Change-Id: I3adbb5d37aa7179fa4aafd2cc6c8b4c86866a1a3

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index e66759c..48daf86 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -6015,9 +6015,6 @@ sc_Edit_RID_SCDLG_PIVOT_LAYOUT_ED_OUTAREA,2567505943,
 sc_Edit_RID_SCDLG_RETYPEPASS_INPUT_ED_PASSWORD1,1495681326,
 sc_Edit_RID_SCDLG_RETYPEPASS_INPUT_ED_PASSWORD2,1495681328,
 sc_Edit_RID_SCDLG_SIMPLEREF_ED_ASSIGN,2568996875,
-sc_Edit_RID_SCDLG_TABOP_ED_COLCELL,2567899139,
-sc_Edit_RID_SCDLG_TABOP_ED_FORMULARANGE,2567899137,
-sc_Edit_RID_SCDLG_TABOP_ED_ROWCELL,2567899138,
 sc_Edit_RID_SCPAGE_CALC_ED_EPS,957253637,
 sc_Edit_TP_VALIDATION_VALUES_EDT_MAX,548276233,
 sc_Edit_TP_VALIDATION_VALUES_EDT_MIN,548276231,
@@ -6034,9 +6031,6 @@ 
sc_ImageButton_RID_SCDLG_HIGHLIGHT_CHANGES_RB_ASSIGN,2568973840,
 sc_ImageButton_RID_SCDLG_PIVOT_LAYOUT_RB_INAREA,2567515689,
 sc_ImageButton_RID_SCDLG_PIVOT_LAYOUT_RB_OUTAREA,2567515672,
 sc_ImageButton_RID_SCDLG_SIMPLEREF_RB_ASSIGN,2569006604,
-sc_ImageButton_RID_SCDLG_TABOP_RB_COLCELL,2567908867,
-sc_ImageButton_RID_SCDLG_TABOP_RB_FORMULARANGE,2567908865,
-sc_ImageButton_RID_SCDLG_TABOP_RB_ROWCELL,2567908866,
 sc_ListBox_FID_FUNCTION_BOX_CB_CAT,3651276289,
 sc_ListBox_FID_FUNCTION_BOX_DDLB_FUNC,3651276291,
 sc_ListBox_FID_FUNCTION_BOX_LB_FUNC,3651276290,
diff --git a/source/text/scalc/01/1206.xhp 
b/source/text/scalc/01/1206.xhp
index 20e9069..5c6705a 100644
--- a/source/text/scalc/01/1206.xhp
+++ b/source/text/scalc/01/1206.xhp
@@ -28,7 +28,7 @@
 /meta
 body
 bookmark xml-lang=en-US branch=hid/.uno:TableOperationDialog 
id=bm_id9116957 localize=false/
-bookmark xml-lang=en-US branch=hid/.uno:TableOperationDialog 
id=bm_id3151210 localize=false/
+bookmark xml-lang=en-US 
branch=hid/modules/scalc/ui/multipleoperationsdialog/MultipleOperationsDialog 
id=bm_id3151210 localize=false/
 paragraph role=heading id=hd_id3153381 xml-lang=en-US level=1 
l10n=U oldref=1Multiple Operations/paragraph
 paragraph role=paragraph id=par_id3154140 xml-lang=en-US l10n=U 
oldref=2variable id=mehrfachoperationenahelp 
hid=.uno:TableOperationDialogApplies the same formula to different cells, 
but with different parameter values./ahelp
 /variable/paragraph
@@ -39,15 +39,15 @@
 paragraph role=note id=par_id3152598 xml-lang=en-US l10n=U 
oldref=5The emphRow/emph or emphColumn/emph box must contain a 
reference to the first cell of the selected range./paragraph
 paragraph role=note id=par_id3154011 xml-lang=en-US l10n=U 
oldref=16If you export a spreadsheet containing multiple operations to 
Microsoft Excel, the location of the cells containing the formula must be fully 
defined relative to the data range./paragraph
 paragraph role=heading id=hd_id3156441 xml-lang=en-US level=2 
l10n=U oldref=3Defaults/paragraph
-bookmark xml-lang=en-US 
branch=hid/sc:Edit:RID_SCDLG_TABOP:ED_FORMULARANGE id=bm_id3149581 
localize=false/
+bookmark xml-lang=en-US 
branch=hid/modules/scalc/ui/multipleoperationsdialog/formulas 
id=bm_id3149581 localize=false/
 paragraph role=heading id=hd_id3154492 xml-lang=en-US level=3 
l10n=U oldref=6Formulas/paragraph
-paragraph role=paragraph id=par_id3151073 xml-lang=en-US l10n=U 
oldref=7ahelp hid=SC:EDIT:RID_SCDLG_TABOP:ED_FORMULARANGEEnter the cell 
references for the cells containing the formulas that you want to use in the 
multiple operation./ahelp/paragraph
-bookmark xml-lang=en-US branch=hid/sc:Edit:RID_SCDLG_TABOP:ED_ROWCELL 
id=bm_id3156286 localize=false/
+paragraph role=paragraph id=par_id3151073 xml-lang=en-US l10n=U 
oldref=7ahelp 
hid=modules/scalc/ui/multipleoperationsdialog/formulasEnter the cell 
references for the cells containing the formulas that you want to use in the 
multiple operation./ahelp/paragraph
+bookmark xml-lang=en-US 
branch=hid/modules/scalc/ui/multipleoperationsdialog/row id=bm_id3156286 
localize=false/
 paragraph role=heading id=hd_id3154729 xml-lang=en-US level=3 
l10n=U oldref=8Row/paragraph
-paragraph role=paragraph id=par_id3148456 xml-lang=en-US l10n=U 
oldref=9ahelp hid=SC:EDIT:RID_SCDLG_TABOP:ED_ROWCELLEnter the input cell 
reference that you want to use as a variable for the rows in the data 
table./ahelp/paragraph
-bookmark xml-lang=en-US branch=hid/sc:Edit:RID_SCDLG_TABOP:ED_COLCELL 
id=bm_id3149123 localize=false/
+paragraph role=paragraph id=par_id3148456 xml-lang=en-US l10n=U 
oldref=9ahelp hid=modules/scalc/ui/multipleoperationsdialog/rowEnter the 
input cell reference that you want to use as a variable for the rows in the 
data table./ahelp/paragraph
+bookmark xml-lang=en-US 

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

2013-12-29 Thread Miklos Vajna
 starmath/source/rtfexport.cxx |  354 +-
 1 file changed, 181 insertions(+), 173 deletions(-)

New commits:
commit 4d21b415ff17f0575331be5fc68751496eced846
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sun Dec 29 17:23:50 2013 +0100

starmath: whitespace fixes in rtfexport

Change-Id: Ia27b17b39b2e69f1e397f7f38a2e7a81058dac2f

diff --git a/starmath/source/rtfexport.cxx b/starmath/source/rtfexport.cxx
index 9dffbcf..45354fc 100644
--- a/starmath/source/rtfexport.cxx
+++ b/starmath/source/rtfexport.cxx
@@ -16,7 +16,7 @@
 
 SmRtfExport::SmRtfExport(const SmNode* pIn)
 : SmWordExportBase(pIn)
-  , m_pBuffer(0)
+, m_pBuffer(0)
 {
 }
 
@@ -42,7 +42,7 @@ void SmRtfExport::HandleVerticalStack(const SmNode* pNode, 
int nLevel)
 for (int i = 0; i  size; ++i)
 {
 m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_ME  );
-HandleNode(pNode-GetSubNode( i ), nLevel + 1);
+HandleNode(pNode-GetSubNode(i), nLevel + 1);
 m_pBuffer-append(}); // me
 }
 m_pBuffer-append(}); // meqArr
@@ -52,10 +52,10 @@ void SmRtfExport::HandleText(const SmNode* pNode, int 
/*nLevel*/)
 {
 m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MR  );
 
-if( pNode-GetToken().eType == TTEXT ) // literal text
+if (pNode-GetToken().eType == TTEXT)  // literal text
 m_pBuffer-append(LO_STRING_SVTOOLS_RTF_MNOR  );
 
-SmTextNode* pTemp=(SmTextNode* )pNode;
+SmTextNode* pTemp=(SmTextNode*)pNode;
 SAL_INFO(starmath.rtf, Text:   pTemp-GetText());
 for (sal_Int32 i = 0; i  pTemp-GetText().getLength(); i++)
 {
@@ -92,65 +92,65 @@ void SmRtfExport::HandleAttribute(const SmAttributNode* 
pNode, int nLevel)
 {
 switch (pNode-Attribute()-GetToken().eType)
 {
-case TCHECK:
-case TACUTE:
-case TGRAVE:
-case TBREVE:
-case TCIRCLE:
-case TVEC:
-case TTILDE:
-case THAT:
-case TDOT:
-case TDDOT:
-case TDDDOT:
-case TWIDETILDE:
-case TWIDEHAT:
-case TWIDEVEC:
-case TBAR:
-{
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MACC  );
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MACCPR  );
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MCHR  );
-OUString aValue(pNode-Attribute()-GetToken().cMathChar);
-m_pBuffer-append(msfilter::rtfutil::OutString(aValue, 
m_nEncoding));
-m_pBuffer-append(}); // mchr
-m_pBuffer-append(}); // maccPr
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_ME  );
-HandleNode( pNode-Body(), nLevel + 1 );
-m_pBuffer-append(}); // me
-m_pBuffer-append(}); // macc
-break;
-}
-case TOVERLINE:
-case TUNDERLINE:
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MBAR  );
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MBARPR  );
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MPOS  );
-m_pBuffer-append((pNode-Attribute()-GetToken().eType == 
TUNDERLINE ) ? bot : top);
-m_pBuffer-append(}); // mpos
-m_pBuffer-append(}); // mbarPr
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_ME  );
-HandleNode( pNode-Body(), nLevel + 1 );
-m_pBuffer-append(}); // me
-m_pBuffer-append(}); // mbar
-break;
-case TOVERSTRIKE:
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MBORDERBOX  );
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MBORDERBOXPR  );
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MHIDETOP  1});
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MHIDEBOT  1});
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MHIDELEFT  1});
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MHIDERIGHT  1});
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MSTRIKEH  1});
-m_pBuffer-append(}); // mborderBoxPr
-m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_ME  );
-HandleNode( pNode-Body(), nLevel + 1 );
-m_pBuffer-append(}); // me
-m_pBuffer-append(}); // mborderBox
-break;
-default:
-HandleAllSubNodes( pNode, nLevel );
-break;
+case TCHECK:
+case TACUTE:
+case TGRAVE:
+case TBREVE:
+case TCIRCLE:
+case TVEC:
+case TTILDE:
+case THAT:
+case TDOT:
+case TDDOT:
+case TDDDOT:
+case TWIDETILDE:
+case TWIDEHAT:
+case TWIDEVEC:
+case TBAR:
+{
+m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MACC  );
+m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MACCPR  );
+m_pBuffer-append({ LO_STRING_SVTOOLS_RTF_MCHR  );
+OUString aValue(pNode-Attribute()-GetToken().cMathChar);
+m_pBuffer-append(msfilter::rtfutil::OutString(aValue, m_nEncoding));
+m_pBuffer-append(}); // mchr
+m_pBuffer-append(}); // maccPr
+m_pBuffer-append({ 

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

2013-12-29 Thread Miklos Vajna
 sw/qa/extras/ooxmlimport/data/fdo65090.docx  |binary
 sw/qa/extras/ooxmlimport/ooxmlimport.cxx |   12 
 sw/qa/extras/rtfimport/data/fdo65090.rtf |6 ++
 sw/qa/extras/rtfimport/rtfimport.cxx |   12 
 sw/source/core/unocore/unotbl.cxx|2 
 writerfilter/source/dmapper/DomainMapperTableHandler.cxx |   43 ++-
 writerfilter/source/dmapper/DomainMapperTableHandler.hxx |   17 +
 writerfilter/source/dmapper/DomainMapperTableManager.cxx |8 ++
 writerfilter/source/dmapper/PropertyIds.cxx  |1 
 writerfilter/source/dmapper/PropertyIds.hxx  |1 
 writerfilter/source/rtftok/rtfdocumentimpl.cxx   |   12 
 11 files changed, 110 insertions(+), 4 deletions(-)

New commits:
commit 8b8152b8fbfb39f44fe0441decd3a746684f4382
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Fri Dec 27 20:46:50 2013 +0100

fdo#65090 RTF filter: import RTF_CLMGF and RTF_CLMRG

These describe an explicit horizontal merge, that is not something Word
itself creates, but it turns out the Calc RTF export does.

(cherry picked from commits bb562304c1e1c61a882e6db65806cfdf8601bcbf,
97dcf77841d19d344d58d5bdacdab141cdea4817 and
6eb02ac8a77f9f89f256b190281029f6cbd60d95)

Conflicts:
sw/qa/extras/ooxmlimport/ooxmlimport.cxx
writerfilter/source/dmapper/PropertyIds.cxx
writerfilter/source/dmapper/PropertyIds.hxx
writerfilter/source/rtftok/rtfdocumentimpl.cxx

Change-Id: I1b6ec10bb8e8bd40e24791ccc96f2f066dd0d5d5
Reviewed-on: https://gerrit.libreoffice.org/7220
Reviewed-by: Caolán McNamara caol...@redhat.com
Tested-by: Caolán McNamara caol...@redhat.com

diff --git a/sw/qa/extras/ooxmlimport/data/fdo65090.docx 
b/sw/qa/extras/ooxmlimport/data/fdo65090.docx
new file mode 100644
index 000..4d45737
Binary files /dev/null and b/sw/qa/extras/ooxmlimport/data/fdo65090.docx differ
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx 
b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index d1fa650..2c72214 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -136,6 +136,7 @@ public:
 void testGroupshapeSdt();
 void testBnc779620();
 void testRPrChangeClosed();
+void testFdo65090();
 
 CPPUNIT_TEST_SUITE(Test);
 #if !defined(MACOSX)  !defined(WNT)
@@ -237,6 +238,7 @@ void Test::run()
 {groupshape-sdt.docx, Test::testGroupshapeSdt},
 {bnc779620.docx, Test::testBnc779620},
 {rprchange_closed.docx, Test::testRPrChangeClosed},
+{fdo65090.docx, Test::testFdo65090},
 };
 header();
 for (unsigned int i = 0; i  SAL_N_ELEMENTS(aMethods); ++i)
@@ -1661,6 +1663,16 @@ void Test::testRPrChangeClosed()
 CPPUNIT_ASSERT_EQUAL(false, hasProperty(getRun(getParagraph(2), 1), 
RedlineType));
 }
 
+void Test::testFdo65090()
+{
+uno::Referencetext::XTextTablesSupplier xTablesSupplier(mxComponent, 
uno::UNO_QUERY);
+uno::Referencecontainer::XIndexAccess 
xTables(xTablesSupplier-getTextTables( ), uno::UNO_QUERY);
+uno::Referencetext::XTextTable xTextTable(xTables-getByIndex(0), 
uno::UNO_QUERY);
+uno::Referencetable::XTableRows xTableRows(xTextTable-getRows(), 
uno::UNO_QUERY);
+// The first row had two cells, instead of a single horizontally merged 
one.
+CPPUNIT_ASSERT_EQUAL(sal_Int32(0), getProperty 
uno::Sequencetext::TableColumnSeparator (xTableRows-getByIndex(0), 
TableColumnSeparators).getLength());
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(Test);
 
 CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/sw/qa/extras/rtfimport/data/fdo65090.rtf 
b/sw/qa/extras/rtfimport/data/fdo65090.rtf
new file mode 100644
index 000..8a3eabd
--- /dev/null
+++ b/sw/qa/extras/rtfimport/data/fdo65090.rtf
@@ -0,0 +1,6 @@
+{\rtf\ansi
+{
+\trowd\trgaph30\trleft-30\trrh242\clmgf\clvertalc\cellx1280\clmrg\clvertalb\cellx2560\clvertalb\cellx3840\pard\plain\intbl
+\qc a\cell\cell\ql b\cell\row
+}
+}
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx 
b/sw/qa/extras/rtfimport/rtfimport.cxx
index 687baac..eca16e3 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -161,6 +161,7 @@ public:
 void testFdo68291();
 void testFdo69384();
 void testFdo70221();
+void testFdo65090();
 
 CPPUNIT_TEST_SUITE(Test);
 #if !defined(MACOSX)  !defined(WNT)
@@ -306,6 +307,7 @@ void Test::run()
 {fdo68291.odt, Test::testFdo68291},
 {hello.rtf, Test::testFdo69384},
 {fdo70221.rtf, Test::testFdo70221},
+{fdo65090.rtf, Test::testFdo65090},
 };
 header();
 for (unsigned int i = 0; i  SAL_N_ELEMENTS(aMethods); ++i)
@@ -1488,6 +1490,16 @@ void Test::testFdo70221()
 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xDraws-getCount());
 }
 
+void Test::testFdo65090()
+{
+uno::Referencetext::XTextTablesSupplier xTablesSupplier(mxComponent, 
uno::UNO_QUERY);
+

[Libreoffice-commits] core.git: chart2/AllLangResTarget_chartcontroller.mk chart2/source chart2/uiconfig chart2/UIConfig_chart2.mk

2013-12-29 Thread Olivier Hallot
 chart2/AllLangResTarget_chartcontroller.mk   |1 
 chart2/UIConfig_chart2.mk|1 
 chart2/source/controller/dialogs/dlg_DataSource.cxx  |2 
 chart2/source/controller/dialogs/tp_RangeChooser.cxx |  203 +++
 chart2/source/controller/dialogs/tp_RangeChooser.hrc |   34 ---
 chart2/source/controller/dialogs/tp_RangeChooser.hxx |   18 -
 chart2/source/controller/dialogs/tp_RangeChooser.src |   91 
 chart2/uiconfig/ui/tp_RangeChooser.ui|  190 +
 8 files changed, 284 insertions(+), 256 deletions(-)

New commits:
commit ce4db6fe775a1656c09e369bb6b5dd303d61233d
Author: Olivier Hallot olivier.hal...@edx.srv.br
Date:   Sat Dec 28 21:52:55 2013 -0200

Convert chart range chooser tab page to .ui

Change-Id: Ibe80ec369b8efcded6cf9ce31f7c7d66e3e61dc0
Reviewed-on: https://gerrit.libreoffice.org/7224
Reviewed-by: Caolán McNamara caol...@redhat.com
Tested-by: Caolán McNamara caol...@redhat.com

diff --git a/chart2/AllLangResTarget_chartcontroller.mk 
b/chart2/AllLangResTarget_chartcontroller.mk
index ccd1fb3..56655c3 100644
--- a/chart2/AllLangResTarget_chartcontroller.mk
+++ b/chart2/AllLangResTarget_chartcontroller.mk
@@ -39,7 +39,6 @@ $(eval $(call gb_SrsTarget_add_files,chart2/res,\
 chart2/source/controller/dialogs/Strings_Statistic.src \
 chart2/source/controller/dialogs/tp_ChartType.src \
 chart2/source/controller/dialogs/tp_DataSource.src \
-chart2/source/controller/dialogs/tp_RangeChooser.src \
 ))
 
 $(eval $(call gb_SrsTarget_add_nonlocalizable_files,chart2/res,\
diff --git a/chart2/UIConfig_chart2.mk b/chart2/UIConfig_chart2.mk
index 3606207..ff06b99 100644
--- a/chart2/UIConfig_chart2.mk
+++ b/chart2/UIConfig_chart2.mk
@@ -50,6 +50,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/schart,\
chart2/uiconfig/ui/tp_ErrorBars \
chart2/uiconfig/ui/tp_LegendPosition \
chart2/uiconfig/ui/tp_PolarOptions \
+   chart2/uiconfig/ui/tp_RangeChooser \
chart2/uiconfig/ui/tp_SeriesToAxis \
chart2/uiconfig/ui/tp_Scale \
chart2/uiconfig/ui/tp_Trendline \
diff --git a/chart2/source/controller/dialogs/dlg_DataSource.cxx 
b/chart2/source/controller/dialogs/dlg_DataSource.cxx
index 03c369b..74f8973 100644
--- a/chart2/source/controller/dialogs/dlg_DataSource.cxx
+++ b/chart2/source/controller/dialogs/dlg_DataSource.cxx
@@ -160,8 +160,8 @@ DataSourceDialog::DataSourceDialog(
 m_pTabControl-InsertPage( TP_RANGECHOOSER, 
SCH_RESSTR(STR_PAGE_DATA_RANGE) );
 m_pTabControl-InsertPage( TP_DATA_SOURCE,  
SCH_RESSTR(STR_OBJECT_DATASERIES_PLURAL) );
 
-m_pTabControl-SetTabPage( TP_RANGECHOOSER, m_pRangeChooserTabePage );
 m_pTabControl-SetTabPage( TP_DATA_SOURCE,  m_pDataSourceTabPage );
+m_pTabControl-SetTabPage( TP_RANGECHOOSER, m_pRangeChooserTabePage );
 
 m_pTabControl-SelectTabPage( m_nLastPageId );
 
diff --git a/chart2/source/controller/dialogs/tp_RangeChooser.cxx 
b/chart2/source/controller/dialogs/tp_RangeChooser.cxx
index 3514e91..d8f8336 100644
--- a/chart2/source/controller/dialogs/tp_RangeChooser.cxx
+++ b/chart2/source/controller/dialogs/tp_RangeChooser.cxx
@@ -18,7 +18,6 @@
  */
 
 #include tp_RangeChooser.hxx
-#include tp_RangeChooser.hrc
 #include Strings.hrc
 #include ResId.hxx
 #include macros.hxx
@@ -33,36 +32,25 @@
 
 namespace
 {
-void lcl_ShowChooserButton(
-::chart::RangeSelectionButton  rChooserButton,
-Edit  rEditField,
-sal_Bool bShow )
-{
-if( rChooserButton.IsVisible() != bShow )
+void lcl_ShowChooserButton(
+PushButton rChooserButton,
+bool bShow)
 {
-rChooserButton.Show( bShow );
-sal_Int32 nWidthDiff = 10 + 2;
-if( bShow )
-nWidthDiff = -nWidthDiff;
-Size aSize = rChooserButton.PixelToLogic( rEditField.GetSizePixel(), 
MAP_APPFONT );
-aSize.setWidth( aSize.getWidth() + nWidthDiff );
-rEditField.SetSizePixel( rChooserButton.LogicToPixel( aSize, 
MAP_APPFONT ));
+if( rChooserButton.IsVisible() != bShow )
+{
+rChooserButton.Show( bShow );
+}
 }
-}
-void lcl_enableRangeChoosing( bool bEnable, Dialog * pDialog )
-{
-if( pDialog )
+
+void lcl_enableRangeChoosing( bool bEnable, Dialog * pDialog )
 {
-pDialog-Show( bEnable ? sal_False : sal_True );
-pDialog-SetModalInputMode( bEnable ? sal_False : sal_True );
+if( pDialog )
+{
+pDialog-Show( bEnable ? sal_False : sal_True );
+pDialog-SetModalInputMode( bEnable ? sal_False : sal_True );
+}
 }
-}
-void lcl_shiftControlY( Control  rControl, long nYOffset )
-{
-Point aPos( rControl.GetPosPixel());
-aPos.setY( aPos.getY() + nYOffset );
-rControl.SetPosPixel( aPos );
-}
+
 } // anonymous namespace
 
 namespace chart
@@ -78,17 +66,9 @@ RangeChooserTabPage::RangeChooserTabPage( Window* pParent
 , ChartTypeTemplateProvider* 

[Libreoffice-commits] core.git: helpcontent2

2013-12-29 Thread Caolán McNamara
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2cdde2a5fc94c1840fcd97122e48d84f0170c37c
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Dec 29 16:56:00 2013 +

Updated core
Project: help  05f1ba9337a7d0274a9deeacb5891df61afceed1

diff --git a/helpcontent2 b/helpcontent2
index 55c92f7..05f1ba9 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 55c92f774b30422a8e509b4ffeee97cd903c2a82
+Subproject commit 05f1ba9337a7d0274a9deeacb5891df61afceed1
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2013-12-29 Thread Caolán McNamara
 helpers/help_hid.lst |7 ---
 source/text/schart/01/wiz_data_range.xhp |   14 +++---
 2 files changed, 7 insertions(+), 14 deletions(-)

New commits:
commit 05f1ba9337a7d0274a9deeacb5891df61afceed1
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Dec 29 16:56:00 2013 +

update help ids for chart range chooser page .ui conversion

Change-Id: Iecce88e80db4a66f52f98d41ee10847c6004e5fd

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index 48daf86..ed2d461 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -5569,15 +5569,11 @@ chart2_CheckBox_TP_CHARTTYPE_CB_SPLINES,551781380,
 chart2_CheckBox_TP_CHARTTYPE_CB_STACKED,551781379,
 chart2_CheckBox_TP_CHARTTYPE_CB_XVALUE_SORTING,551781381,
 chart2_CheckBox_TP_CHARTTYPE_CB_X_AXIS_CATEGORIES,551781377,
-chart2_CheckBox_TP_RANGECHOOSER_CB_FIRST_COLUMN_ASLABELS,551797762,
-chart2_CheckBox_TP_RANGECHOOSER_CB_FIRST_ROW_ASLABELS,551797761,
 chart2_Edit_TP_DATA_SOURCE_EDT_CATEGORIES,551848056,
 chart2_Edit_TP_DATA_SOURCE_EDT_RANGE,551848016,
-chart2_Edit_TP_RANGECHOOSER_ED_RANGE,551798785,
 chart2_FL_GRIDS_TP_WIZARD_TITLEANDOBJECTS,551813120,
 chart2_ImageButton_TP_DATA_SOURCE_IMB_RANGE_CAT,551857794,
 chart2_ImageButton_TP_DATA_SOURCE_IMB_RANGE_MAIN,551857754,
-chart2_ImageButton_TP_RANGECHOOSER_IB_RANGE,551808513,
 chart2_ListBox_TP_CHARTTYPE_LB_3D_SCHEME,551783937,
 chart2_ListBox_TP_LOCATION_LB_TABLE,551833089,
 chart2_PushButton_TP_CHARTTYPE_PB_SPLINE_DIALOG,551784961,
@@ -5588,12 +5584,9 @@ chart2_PushButton_TP_DATA_SOURCE_BTN_UP,551850636,
 chart2_RadioButton_TP_CHARTTYPE_RB_STACK_Y,551780866,
 chart2_RadioButton_TP_CHARTTYPE_RB_STACK_Y_PERCENT,551780867,
 chart2_RadioButton_TP_CHARTTYPE_RB_STACK_Z,551780868,
-chart2_RadioButton_TP_RANGECHOOSER_RB_DATACOLS,551797250,
-chart2_RadioButton_TP_RANGECHOOSER_RB_DATAROWS,551797249,
 chart2_TabPage_TP_DATA_SOURCE,551845888,
 chart2_TabPage_TP_LAYOUT,551731200,
 chart2_TabPage_TP_LOCATION,551829504,
-chart2_TabPage_TP_RANGECHOOSER,551796736,
 chart2_TabPage_TP_WIZARD_TITLEANDOBJECTS,551813120,
 chart2_TabPage_TP_YERRORBAR,551927808,
 dbaccess_CheckBox_DLG_INDEXDESIGN_CB_UNIQUE,1388626945,
diff --git a/source/text/schart/01/wiz_data_range.xhp 
b/source/text/schart/01/wiz_data_range.xhp
index 51f9238..b186ed8 100644
--- a/source/text/schart/01/wiz_data_range.xhp
+++ b/source/text/schart/01/wiz_data_range.xhp
@@ -57,16 +57,16 @@
  /listitem
   /list
   paragraph xml-lang=en-US id=par_id5256508 role=paragraph 
l10n=NEWIn the preview you can see how the final chart will 
look./paragraphcommentdata range text box amp; shrinky/comment
-bookmark xml-lang=en-US branch=hid/chart2:Edit:TP_RANGECHOOSER:ED_RANGE 
id=bm_id2121951 localize=false/
-bookmark xml-lang=en-US 
branch=hid/chart2:ImageButton:TP_RANGECHOOSER:IB_RANGE id=bm_id4829554 
localize=false/
+bookmark xml-lang=en-US 
branch=hid/modules/schart/ui/tp_RangeChooser/ED_RANGE id=bm_id2121951 
localize=false/
+bookmark xml-lang=en-US 
branch=hid/modules/schart/ui/tp_RangeChooser/IB_RANGE id=bm_id4829554 
localize=false/
 paragraph xml-lang=en-US id=par_id379650 role=paragraph 
l10n=NEWahelp hid=. visibility=hiddenEnter the data range that you 
want to include in your chart. To minimize this dialog while you select the 
data range in Calc, click the emphSelect data range/emph 
button./ahelp/paragraphcommentdata series in rows/comment
-bookmark xml-lang=en-US 
branch=hid/chart2:RadioButton:TP_RANGECHOOSER:RB_DATAROWS id=bm_id2901699 
localize=false/
+bookmark xml-lang=en-US 
branch=hid/modules/schart/ui/tp_RangeChooser/RB_DATAROWS id=bm_id2901699 
localize=false/
 paragraph xml-lang=en-US id=par_id953703 role=paragraph 
l10n=NEWahelp hid=. visibility=hiddenData series get their data from 
consecutive rows in the selected range. For scatter charts, the first data 
series will contain x-values for all series. All other data series are used as 
y-values, one for each series./ahelp/paragraphcommentdata series in 
columns/comment
-bookmark xml-lang=en-US 
branch=hid/chart2:RadioButton:TP_RANGECHOOSER:RB_DATACOLS id=bm_id5534226 
localize=false/
+bookmark xml-lang=en-US 
branch=hid/modules/schart/ui/tp_RangeChooser/RB_DATACOLS id=bm_id5534226 
localize=false/
 paragraph xml-lang=en-US id=par_id4496597 role=paragraph 
l10n=NEWahelp hid=. visibility=hiddenData series get their data from 
consecutive columns in the selected range. For scatter charts, the first data 
column will contain x-values for all series. All other data columns are used as 
y-values, one for each series./ahelp/paragraphcommentfirst row as 
label/comment
-bookmark xml-lang=en-US 
branch=hid/chart2:CheckBox:TP_RANGECHOOSER:CB_FIRST_ROW_ASLABELS 
id=bm_id49134 localize=false/
+bookmark xml-lang=en-US 
branch=hid/modules/schart/ui/tp_RangeChooser/CB_FIRST_ROW_ASLABELS 
id=bm_id49134 localize=false/
 paragraph xml-lang=en-US id=par_id2898953 role=paragraph 
l10n=NEWahelp hid=. visibility=hiddenFor data series in columns: The 

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

2013-12-29 Thread Julien Nabet
 vcl/source/gdi/gdimtf.cxx |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

New commits:
commit ebe616de53b98e419c39782c6615877a12f0edc7
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sun Dec 29 19:06:11 2013 +0100

Resolves: fdo#72961 Crash when you open ODFver.1.0/1.1 created by 
LibO-3.5/3.6

It seems pAction may be NULL so let's keep on to check it.

Change-Id: Ie1a48c96bfa930364053c7c3ad0c940559544e33

diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx
index 1d89dea..2e74172 100644
--- a/vcl/source/gdi/gdimtf.cxx
+++ b/vcl/source/gdi/gdimtf.cxx
@@ -2765,15 +2765,17 @@ SvStream operator( SvStream rIStm, GDIMetaFile 
rGDIMetaFile )
 {
 pAction = MetaAction::ReadMetaAction( rIStm, aReadData );
 
-if (pAction-GetType() == META_COMMENT_ACTION)
-{
-MetaCommentAction* pCommentAct = 
static_castMetaCommentAction*(pAction);
-if ( pCommentAct-GetComment() == EMF_PLUS )
-rGDIMetaFile.UseCanvas( sal_True );
-}
 
 if( pAction )
+{
+if (pAction-GetType() == META_COMMENT_ACTION)
+{
+MetaCommentAction* pCommentAct = 
static_castMetaCommentAction*(pAction);
+if ( pCommentAct-GetComment() == EMF_PLUS )
+rGDIMetaFile.UseCanvas( sal_True );
+}
 rGDIMetaFile.AddAction( pAction );
+}
 }
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-29 Thread Julien Nabet
 vcl/source/gdi/gdimtf.cxx |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

New commits:
commit 6cc888babdc3e6414e55f57c0df65135f2ef4804
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sun Dec 29 19:06:11 2013 +0100

Resolves: fdo#72961 Crash when you open ODFver.1.0/1.1 created by 
LibO-3.5/3.6

It seems pAction may be NULL so let's keep on to check it.

Change-Id: Ie1a48c96bfa930364053c7c3ad0c940559544e33
Reviewed-on: https://gerrit.libreoffice.org/7228
Reviewed-by: Andrzej Hunt andrzej.h...@collabora.com
Tested-by: Andrzej Hunt andrzej.h...@collabora.com

diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx
index 1d89dea..2e74172 100644
--- a/vcl/source/gdi/gdimtf.cxx
+++ b/vcl/source/gdi/gdimtf.cxx
@@ -2765,15 +2765,17 @@ SvStream operator( SvStream rIStm, GDIMetaFile 
rGDIMetaFile )
 {
 pAction = MetaAction::ReadMetaAction( rIStm, aReadData );
 
-if (pAction-GetType() == META_COMMENT_ACTION)
-{
-MetaCommentAction* pCommentAct = 
static_castMetaCommentAction*(pAction);
-if ( pCommentAct-GetComment() == EMF_PLUS )
-rGDIMetaFile.UseCanvas( sal_True );
-}
 
 if( pAction )
+{
+if (pAction-GetType() == META_COMMENT_ACTION)
+{
+MetaCommentAction* pCommentAct = 
static_castMetaCommentAction*(pAction);
+if ( pCommentAct-GetComment() == EMF_PLUS )
+rGDIMetaFile.UseCanvas( sal_True );
+}
 rGDIMetaFile.AddAction( pAction );
+}
 }
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.0' - vcl/source

2013-12-29 Thread Julien Nabet
 vcl/source/gdi/gdimtf.cxx |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

New commits:
commit e93c54652931e47b82a6711896f8269079097d48
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sun Dec 29 19:06:11 2013 +0100

Resolves: fdo#72961 Crash when you open ODFver.1.0/1.1 created by 
LibO-3.5/3.6

It seems pAction may be NULL so let's keep on to check it.

Change-Id: Ie1a48c96bfa930364053c7c3ad0c940559544e33
(cherry picked from commit ebe616de53b98e419c39782c6615877a12f0edc7)

diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx
index 7b4c91b..f7635e5 100644
--- a/vcl/source/gdi/gdimtf.cxx
+++ b/vcl/source/gdi/gdimtf.cxx
@@ -2896,15 +2896,17 @@ SvStream operator( SvStream rIStm, GDIMetaFile 
rGDIMetaFile )
 {
 pAction = MetaAction::ReadMetaAction( rIStm, aReadData );
 
-if (pAction-GetType() == META_COMMENT_ACTION)
-{
-MetaCommentAction* pCommentAct = 
static_castMetaCommentAction*(pAction);
-if ( pCommentAct-GetComment() == EMF_PLUS )
-rGDIMetaFile.UseCanvas( sal_True );
-}
 
 if( pAction )
+{
+if (pAction-GetType() == META_COMMENT_ACTION)
+{
+MetaCommentAction* pCommentAct = 
static_castMetaCommentAction*(pAction);
+if ( pCommentAct-GetComment() == EMF_PLUS )
+rGDIMetaFile.UseCanvas( sal_True );
+}
 rGDIMetaFile.AddAction( pAction );
+}
 }
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-12-29 Thread Julien Nabet
 vcl/source/gdi/gdimtf.cxx |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

New commits:
commit 7be4941f5f8e4936e058c5530df6fad6448cac8e
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sun Dec 29 19:06:11 2013 +0100

Resolves: fdo#72961 Crash when you open ODFver.1.0/1.1 created by 
LibO-3.5/3.6

It seems pAction may be NULL so let's keep on to check it.

Change-Id: Ie1a48c96bfa930364053c7c3ad0c940559544e33
Reviewed-on: https://gerrit.libreoffice.org/7228
Reviewed-by: Andrzej Hunt andrzej.h...@collabora.com
Tested-by: Andrzej Hunt andrzej.h...@collabora.com
(cherry picked from commit 6cc888babdc3e6414e55f57c0df65135f2ef4804)

diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx
index 1240500..90e691b 100644
--- a/vcl/source/gdi/gdimtf.cxx
+++ b/vcl/source/gdi/gdimtf.cxx
@@ -2765,15 +2765,17 @@ SvStream operator( SvStream rIStm, GDIMetaFile 
rGDIMetaFile )
 {
 pAction = MetaAction::ReadMetaAction( rIStm, aReadData );
 
-if (pAction-GetType() == META_COMMENT_ACTION)
-{
-MetaCommentAction* pCommentAct = 
static_castMetaCommentAction*(pAction);
-if ( pCommentAct-GetComment() == EMF_PLUS )
-rGDIMetaFile.UseCanvas( sal_True );
-}
 
 if( pAction )
+{
+if (pAction-GetType() == META_COMMENT_ACTION)
+{
+MetaCommentAction* pCommentAct = 
static_castMetaCommentAction*(pAction);
+if ( pCommentAct-GetComment() == EMF_PLUS )
+rGDIMetaFile.UseCanvas( sal_True );
+}
 rGDIMetaFile.AddAction( pAction );
+}
 }
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 65675] LibreOffice 4.2 most annoying bugs

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675

Bug 65675 depends on bug 72961, which changed state.

Bug 72961 Summary: [FILEOPEN]LibO-4 is crashed when you open ODFver.1.0\1.1 
created by LibO-3.5\6
https://bugs.freedesktop.org/show_bug.cgi?id=72961

   What|Removed |Added

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

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


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - configure.in

2013-12-29 Thread Andrea Pescetti
 configure.in |   16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

New commits:
commit 26223e11dbc00d97c32980ddca19a7b08bf3ce0c
Author: Andrea Pescetti pesce...@apache.org
Date:   Sun Dec 29 18:20:41 2013 +

#i123683# Override system dmake if --with-dmake-path or --with-dmake-url is 
used.

Patch By: hajma tropikha...@gmail.com

diff --git a/configure.in b/configure.in
index a93c1cd..7f9ecef 100644
--- a/configure.in
+++ b/configure.in
@@ -1798,12 +1798,16 @@ dnl 
===
 dnl Search for a pre-installed dmake
 dnl ===
 AC_MSG_CHECKING([for dmake])
-AC_PATH_PROG(DMAKE, dmake, no)
-IS_SYSTEM_DMAKE=NO
-if test $DMAKE != no; then
-   AC_MSG_RESULT([using system dmake])
-   DMAKE_PATH=$DMAKE
-   IS_SYSTEM_DMAKE=YES
+DMAKE=no
+# Override system dmake if --with-dmake-path or --with-dmake-url is used.
+if test -z $with_dmake_path  test -z $with_dmake_url; then
+   AC_PATH_PROG(DMAKE, dmake, no)
+   IS_SYSTEM_DMAKE=NO
+   if test $DMAKE != no; then
+  AC_MSG_RESULT([using system dmake])
+  DMAKE_PATH=$DMAKE
+  IS_SYSTEM_DMAKE=YES
+   fi
 elif test -n $with_dmake_path ; then
# Did not find pre-installed dmake.
# Is it at a nonstandard location provided by --with-dmake-path ?
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: LibreOffice most popular spam posts

2013-12-29 Thread Tae Wong
Here are the most popular spam posts in March, 2013 and September, 2012:
http://lists.freedesktop.org/archives/libreoffice/2013-March/046978.html
http://lists.freedesktop.org/archives/libreoffice/2013-March/047248.html
http://lists.freedesktop.org/archives/libreoffice/2013-March/048650.html

http://lists.freedesktop.org/archives/libreoffice/2012-September/037738.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/037744.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/037840.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/037949.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/037972.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/038096.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/038333.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/038370.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/038508.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/038520.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/038623.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/038635.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/038636.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/038710.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/038714.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/038742.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/038786.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/038865.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/038897.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/038898.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/039023.html
http://lists.freedesktop.org/archives/libreoffice/2012-September/039083.html

The posts in September, 2012 (038508 and 038865) are sent by Mr. Vitor Hugo.
Another one in September, 2012 (038370) was sent by Brent Su.

(The spam still exists in the LibreOffice mailing list archive,
though... Please remove the spam on LibreOffice mailing list archive.)

-- 
Tae-Wong Seo
Korea, Republic of
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2013-12-29 Thread Samuel Mehrbrodt
 filter/source/svg/svgreader.cxx |   17 -
 1 file changed, 16 insertions(+), 1 deletion(-)

New commits:
commit 050e42346bd2d7ce8ab454df400b48f52c2aeecf
Author: Samuel Mehrbrodt s.mehrbr...@gmail.com
Date:   Sat Dec 7 12:14:40 2013 +0100

fdo#39206 Add support for image transformation in SVG Import

Change-Id: I268599b0c13bbacf5db526fed79453a5443145a5
Reviewed-on: https://gerrit.libreoffice.org/6968
Reviewed-by: Miklos Vajna vmik...@collabora.co.uk
Tested-by: Miklos Vajna vmik...@collabora.co.uk
(cherry picked from commit fb978b8123a47123d184daf390ce17eaacbc05d9)

diff --git a/filter/source/svg/svgreader.cxx b/filter/source/svg/svgreader.cxx
index e74f669..e3f1af3 100644
--- a/filter/source/svg/svgreader.cxx
+++ b/filter/source/svg/svgreader.cxx
@@ -1421,7 +1421,7 @@ struct ShapeWritingVisitor
 // collect attributes
 const sal_Int32 nNumAttrs( xAttributes-getLength() );
 OUString sAttributeValue;
-double x=0.0,y=0.0,width=0.0,height=0.0;
+double x=0.0, y=0.0, width=0.0, height=0.0;
 for( sal_Int32 i=0; inNumAttrs; ++i )
 {
 sAttributeValue = xAttributes-item(i)-getNodeValue();
@@ -1446,6 +1446,20 @@ struct ShapeWritingVisitor
 break;
 }
 }
+// extract basic transformations out of CTM
+basegfx::B2DTuple aScale, aTranslate;
+double fRotate, fShearX;
+if (maCurrState.maCTM.decompose(aScale, aTranslate, fRotate, 
fShearX))
+{
+// apply transform
+x *= aScale.getX();
+width *= aScale.getX();
+y *= aScale.getY();
+height *= aScale.getY();
+x += aTranslate.getX();
+y += aTranslate.getY();
+//TODO: Rotate
+}
 
 OUString sValue = xElem-hasAttribute(href) ? 
xElem-getAttribute(href) : ;
 OString aValueUtf8( sValue.getStr(), sValue.getLength(), 
RTL_TEXTENCODING_UTF8 );
@@ -1508,6 +1522,7 @@ struct ShapeWritingVisitor
 y *= aScale.getY();
 x += aTranslate.getX();
 y += aTranslate.getY();
+//TODO: Rotate
 }
 else {
 // some heuristic attempts to have text output
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: extras/source sc/inc sc/source sc/uiconfig sc/UIConfig_scalc.mk

2013-12-29 Thread Caolán McNamara
 extras/source/glade/libreoffice-catalog.xml.in |3 
 sc/UIConfig_scalc.mk   |1 
 sc/inc/sc.hrc  |1 
 sc/inc/scabstdlg.hxx   |3 
 sc/source/ui/attrdlg/scdlgfact.cxx |   20 ---
 sc/source/ui/attrdlg/scdlgfact.hxx |3 
 sc/source/ui/inc/miscdlgs.hrc  |4 
 sc/source/ui/inc/tabbgcolordlg.hxx |   24 ++--
 sc/source/ui/miscdlgs/tabbgcolordlg.cxx|  141 +
 sc/source/ui/src/miscdlgs.src  |   46 
 sc/source/ui/view/tabvwshf.cxx |3 
 sc/uiconfig/scalc/ui/tabcolordialog.ui |   76 +
 12 files changed, 151 insertions(+), 174 deletions(-)

New commits:
commit 5b373ef6d718879c359da74b5aeb63e818192f5e
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Dec 29 21:18:05 2013 +

convert tab background color to .ui

Change-Id: I121d4abd3227b96a274f1983e61ca313728419f7

diff --git a/extras/source/glade/libreoffice-catalog.xml.in 
b/extras/source/glade/libreoffice-catalog.xml.in
index 157a34f..082e216 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -296,6 +296,9 @@
 glade-widget-class title=TableValueSet name=sdlo-TableValueSet
 generic-name=Set of Table Value Options 
parent=GtkDrawingArea
 icon-name=widget-gtk-drawingarea/
+glade-widget-class title=ScTabBgColorValueSet 
name=scuilo-ScTabBgColorValueSet
+generic-name=Set of Tab Color Options 
parent=GtkDrawingArea
+icon-name=widget-gtk-drawingarea/
 glade-widget-class title=CsvTableBox name=sclo-ScCsvTableBox
 generic-name=CSV Table Box parent=GtkDrawingArea
 icon-name=widget-gtk-drawingarea/
diff --git a/sc/UIConfig_scalc.mk b/sc/UIConfig_scalc.mk
index 248ce4b..cddbd87 100644
--- a/sc/UIConfig_scalc.mk
+++ b/sc/UIConfig_scalc.mk
@@ -146,6 +146,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/scalc,\
sc/uiconfig/scalc/ui/subtotaloptionspage \
sc/uiconfig/scalc/ui/subtotalgrppage \
sc/uiconfig/scalc/ui/statisticsinfopage \
+   sc/uiconfig/scalc/ui/tabcolordialog \
sc/uiconfig/scalc/ui/textimportoptions \
sc/uiconfig/scalc/ui/textimportcsv \
sc/uiconfig/scalc/ui/tpviewpage \
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index f86b840..d97cfcf 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -1104,7 +1104,6 @@
 #define RID_SCDLG_RETYPEPASS_INPUT  (SC_DIALOGS_START + 151)
 
 #define RID_POPUP_FILTER(SC_DIALOGS_START + 153)
-#define RID_SCDLG_TAB_BG_COLOR  (SC_DIALOGS_START + 154)
 #define RID_COND_ENTRY  (SC_DIALOGS_START + 156)
 
 #define RID_ICON_SET_ENTRY  (SC_DIALOGS_START + 158)
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index b5ecda2..243bf24 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -463,8 +463,7 @@ public:
 const 
OUString rTitle, //Dialog Title
 const 
OUString rTabBgColorNoColorText, //Label for no tab color
 const Color 
rDefaultColor, //Currently selected Color
-const OString 
,
-int nId ) = 0;
+const OString 
) = 0;
 
 virtual AbstractScImportOptionsDlg * CreateScImportOptionsDlg ( Window*
 pParent,
 int nId,
diff --git a/sc/source/ui/attrdlg/scdlgfact.cxx 
b/sc/source/ui/attrdlg/scdlgfact.cxx
index aa1a9bf..743f989 100644
--- a/sc/source/ui/attrdlg/scdlgfact.cxx
+++ b/sc/source/ui/attrdlg/scdlgfact.cxx
@@ -1005,27 +1005,15 @@ AbstractScStringInputDlg * 
ScAbstractDialogFactory_Impl::CreateScStringInputDlg
 return new AbstractScStringInputDlg_Impl( pDlg );
 }
 
-AbstractScTabBgColorDlg * ScAbstractDialogFactory_Impl::CreateScTabBgColorDlg (
+AbstractScTabBgColorDlg * ScAbstractDialogFactory_Impl::CreateScTabBgColorDlg(
 Window* pParent,
 const OUString 
rTitle,
 const OUString 
rTabBgColorNoColorText,
 const Color 
rDefaultColor,
-const OString 
sHelpId ,
-int nId )
+

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 26/223e11dbc00d97c32980ddca19a7b08bf3ce0c

2013-12-29 Thread Caolán McNamara
 26/223e11dbc00d97c32980ddca19a7b08bf3ce0c |1 +
 1 file changed, 1 insertion(+)

New commits:
commit cfe7993cdd72248ec6952e5b90dbe409a989afe5
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Dec 29 21:21:45 2013 +

Notes added by 'git notes add'

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


[Libreoffice-commits] core.git: 4 commits - writerfilter/source

2013-12-29 Thread Miklos Vajna
 writerfilter/source/dmapper/GraphicImport.cxx |   17 --
 writerfilter/source/doctok/resources.xmi  |  194 --
 2 files changed, 211 deletions(-)

New commits:
commit c0b2debe6c82cddd681d7874b95237f0669cd36c
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sun Dec 29 20:56:20 2013 +0100

writerfilter: unused NS_rtf::LN_shpvalue

Change-Id: I908ab52770aaabc3e2049e2b6d3ab7f7acf25643

diff --git a/writerfilter/source/dmapper/GraphicImport.cxx 
b/writerfilter/source/dmapper/GraphicImport.cxx
index c7b1272..501a6be 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -633,12 +633,6 @@ void GraphicImport::lcl_attribute(Id nName, Value  val)
 break;
 case NS_rtf::LN_shpname:
 break;
-case NS_rtf::LN_shpvalue:
-{
-if( NS_dff::LN_shpwzDescription == 
sal::static_int_castId(m_pImpl-nShapeOptionType) )
-ProcessShapeOptions( val );
-}
-break;
 
 //BLIP store entry
 case NS_rtf::LN_shpbtWin32:
diff --git a/writerfilter/source/doctok/resources.xmi 
b/writerfilter/source/doctok/resources.xmi
index 555a244..c2a2610 100644
--- a/writerfilter/source/doctok/resources.xmi
+++ b/writerfilter/source/doctok/resources.xmi
@@ -26368,28 +26368,6 @@
 /UML:Operation
   /UML:Classifier.feature
   UML:Classifier.feature
-UML:Operation name=value
-  UML:ModelElement.taggedValue
-UML:TaggedValue
-  
UML:TaggedValue.dataValuertf:shpvalue/UML:TaggedValue.dataValue
-  UML:TaggedValue.type
-UML:TagDefinition xmi.idref=opid/
-  /UML:TaggedValue.type
-/UML:TaggedValue
-  /UML:ModelElement.taggedValue
-  UML:BehavioralFeature.parameter
-UML:Parameter kind=return name=return
-  UML:Parameter.type
-UML:Class xmi.idref=Value/
-  /UML:Parameter.type
-/UML:Parameter
-  /UML:BehavioralFeature.parameter
-  UML:ModelElement.stereotype
-UML:Stereotype xmi.idref=attribute/
-  /UML:ModelElement.stereotype
-/UML:Operation
-  /UML:Classifier.feature
-  UML:Classifier.feature
 UML:Operation name=stringValue
   UML:ModelElement.taggedValue
 UML:TaggedValue
commit 7f5494f3c4bf14209a119c6b21c02e10075503ae
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sun Dec 29 20:54:12 2013 +0100

writerfilter: unused NS_rtf::LN_shppid

Change-Id: Idf63d7a4659a96bb6e2050194ba595a321696313

diff --git a/writerfilter/source/dmapper/GraphicImport.cxx 
b/writerfilter/source/dmapper/GraphicImport.cxx
index 6fa2eef..c7b1272 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -627,9 +627,6 @@ void GraphicImport::lcl_attribute(Id nName, Value  val)
 break;// Shape has a shape type property
 case NS_rtf::LN_shptypename:
 break;// shape type name
-case NS_rtf::LN_shppid:
-m_pImpl-nShapeOptionType = nIntValue;
-break; //type of shape option
 case NS_rtf::LN_shpfBid:
 break; //ignored
 case NS_rtf::LN_shpfComplex:
diff --git a/writerfilter/source/doctok/resources.xmi 
b/writerfilter/source/doctok/resources.xmi
index e62f7c5..555a244 100644
--- a/writerfilter/source/doctok/resources.xmi
+++ b/writerfilter/source/doctok/resources.xmi
@@ -26230,64 +26230,6 @@
 /UML:TaggedValue
   /UML:ModelElement.taggedValue
   UML:Classifier.feature
-UML:Attribute name=pid
-  UML:ModelElement.taggedValue
-UML:TaggedValue
-  UML:TaggedValue.dataValueProperty 
ID/UML:TaggedValue.dataValue
-  UML:TaggedValue.type
-UML:TagDefinition xmi.idref=comment/
-  /UML:TaggedValue.type
-/UML:TaggedValue
-  /UML:ModelElement.taggedValue
-  UML:ModelElement.taggedValue
-UML:TaggedValue
-  UML:TaggedValue.dataValue0x0/UML:TaggedValue.dataValue
-  UML:TaggedValue.type
-UML:TagDefinition xmi.idref=offset/
-  /UML:TaggedValue.type
-/UML:TaggedValue
-  /UML:ModelElement.taggedValue
-  UML:ModelElement.taggedValue
-UML:TaggedValue
-  UML:TaggedValue.dataValue14/UML:TaggedValue.dataValue
-  UML:TaggedValue.type
-UML:TagDefinition xmi.idref=bits/
-  /UML:TaggedValue.type
-/UML:TaggedValue
-  /UML:ModelElement.taggedValue
-  UML:ModelElement.taggedValue
-  

Re: LibreOffice most popular spam posts

2013-12-29 Thread Tae Wong
Please enable the Launchpad account:
https://launchpad.net/~seotaewong40

William Grant has suspended this account.

Please remove one spam post from VirtualBox development mailing list:
https://www.virtualbox.org/pipermail/vbox-dev/2013-December/012049.html
(The mailing list address is vbox-dev at VirtualBox dot org.)

-- 
Tae-Wong Seo
Korea, Republic of
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: helpcontent2

2013-12-29 Thread Caolán McNamara
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5825567cbaf516037906770ef73bf87f076c5d80
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Dec 29 23:22:02 2013 +

Updated core
Project: help  49e2eb49dfb63f248299c483fb1e67a31622a35a

diff --git a/helpcontent2 b/helpcontent2
index 05f1ba9..49e2eb4 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 05f1ba9337a7d0274a9deeacb5891df61afceed1
+Subproject commit 49e2eb49dfb63f248299c483fb1e67a31622a35a
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: helpers/help_hid.lst

2013-12-29 Thread Caolán McNamara
 helpers/help_hid.lst |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 49e2eb49dfb63f248299c483fb1e67a31622a35a
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Dec 29 23:22:02 2013 +

drop unused helpids

Change-Id: Id243c851b893897fa5a32c2f8c26bf84a8742624

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index ed2d461..ef0602f 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -3124,7 +3124,6 @@ HID_SC_SHEET_PAGE_STD,58788,
 HID_SC_SOLVEROPTIONS,59016,
 HID_SC_SOLVEROPTIONS_LB,59017,
 HID_SC_SOLVER_PROGRESS,59020,
-HID_SC_SOLVER_SUCCESS,59022,
 HID_SC_SORT_ACTION,58985,
 HID_SC_SORT_AUTHOR,58986,
 HID_SC_SORT_COMMENT,58988,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sc/inc sc/source sc/uiconfig sc/UIConfig_scalc.mk

2013-12-29 Thread Caolán McNamara
 sc/UIConfig_scalc.mk|1 
 sc/inc/helpids.h|1 
 sc/inc/sc.hrc   |1 
 sc/source/ui/inc/optsolver.hrc  |3 
 sc/source/ui/inc/optsolver.hxx  |   12 +-
 sc/source/ui/miscdlgs/optsolver.cxx |   25 +++--
 sc/source/ui/src/optsolver.src  |   50 ---
 sc/uiconfig/scalc/ui/solversuccessdialog.ui |  119 
 8 files changed, 139 insertions(+), 73 deletions(-)

New commits:
commit eb91348f8dee9ca6f46050a7170ff2bb39c13146
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Dec 29 21:22:27 2013 +

convert solver success dialog to .ui

Change-Id: Ia9062a21afde96510a4953d1b51e7e59e9012fb7

diff --git a/sc/UIConfig_scalc.mk b/sc/UIConfig_scalc.mk
index cddbd87..41bcb7c 100644
--- a/sc/UIConfig_scalc.mk
+++ b/sc/UIConfig_scalc.mk
@@ -137,6 +137,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/scalc,\
sc/uiconfig/scalc/ui/sidebarnumberformat \
sc/uiconfig/scalc/ui/sidebarcellappearance \
sc/uiconfig/scalc/ui/solverdlg \
+   sc/uiconfig/scalc/ui/solversuccessdialog \
sc/uiconfig/scalc/ui/sortcriteriapage \
sc/uiconfig/scalc/ui/sortdialog \
sc/uiconfig/scalc/ui/sortkey \
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h
index 22526d6..8d989dd 100644
--- a/sc/inc/helpids.h
+++ b/sc/inc/helpids.h
@@ -163,7 +163,6 @@
 #define HID_SC_SOLVEROPTIONS
SC_HID_SC_SOLVEROPTIONS
 #define HID_SC_SOLVEROPTIONS_LB 
SC_HID_SC_SOLVEROPTIONS_LB
 #define HID_SC_SOLVER_PROGRESS  
SC_HID_SC_SOLVER_PROGRESS
-#define HID_SC_SOLVER_SUCCESS   
SC_HID_SC_SOLVER_SUCCESS
 
 #define HID_SCDLG_CONFLICTS 
SC_HID_SCDLG_CONFLICTS
 
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index d97cfcf..0b0f398 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -1095,7 +1095,6 @@
 
 #define RID_SCDLG_SOLVEROPTIONS (SC_DIALOGS_START + 139)
 #define RID_SCDLG_SOLVER_PROGRESS   (SC_DIALOGS_START + 142)
-#define RID_SCDLG_SOLVER_SUCCESS(SC_DIALOGS_START + 144)
 
 #define RID_SCDLG_CONFLICTS (SC_DIALOGS_START + 145)
 #define RID_SCDLG_SHAREDOCUMENT (SC_DIALOGS_START + 146)
diff --git a/sc/source/ui/inc/optsolver.hrc b/sc/source/ui/inc/optsolver.hrc
index f72063e..bbb3bce 100644
--- a/sc/source/ui/inc/optsolver.hrc
+++ b/sc/source/ui/inc/optsolver.hrc
@@ -21,9 +21,6 @@
 
 #define FT_PROGRESS 7
 #define FT_TIMELIMIT8
-#define FT_SUCCESS  11
-#define FT_RESULT   12
-#define FT_QUESTION 13
 
 #define FL_CONDITIONS   1
 #define FL_BUTTONS  2
diff --git a/sc/source/ui/inc/optsolver.hxx b/sc/source/ui/inc/optsolver.hxx
index aaf756d..1f850d7 100644
--- a/sc/source/ui/inc/optsolver.hxx
+++ b/sc/source/ui/inc/optsolver.hxx
@@ -229,16 +229,14 @@ public:
 
 class ScSolverSuccessDialog : public ModalDialog
 {
-FixedText   maFtSuccess;
-FixedText   maFtResult;
-FixedText   maFtQuestion;
-FixedLine   maFlButtons;
-OKButtonmaBtnOk;
-CancelButtonmaBtnCancel;
+FixedText* m_pFtResult;
+PushButton* m_pBtnOk;
+PushButton* m_pBtnCancel;
+
+DECL_LINK(ClickHdl, PushButton*);
 
 public:
 ScSolverSuccessDialog( Window* pParent, const OUString rSolution );
-~ScSolverSuccessDialog();
 };
 
 
diff --git a/sc/source/ui/miscdlgs/optsolver.cxx 
b/sc/source/ui/miscdlgs/optsolver.cxx
index d0020e2..7648ac2 100644
--- a/sc/source/ui/miscdlgs/optsolver.cxx
+++ b/sc/source/ui/miscdlgs/optsolver.cxx
@@ -88,21 +88,24 @@ ScSolverNoSolutionDialog::ScSolverNoSolutionDialog( Window* 
pParent, const OUStr
 //
 
 ScSolverSuccessDialog::ScSolverSuccessDialog( Window* pParent, const OUString 
rSolution )
-: ModalDialog( pParent, ScResId( RID_SCDLG_SOLVER_SUCCESS ) ),
-maFtSuccess ( this, ScResId( FT_SUCCESS ) ),
-maFtResult  ( this, ScResId( FT_RESULT ) ),
-maFtQuestion( this, ScResId( FT_QUESTION ) ),
-maFlButtons ( this, ScResId( FL_BUTTONS ) ),
-maBtnOk ( this, ScResId( BTN_OK ) ),
-maBtnCancel ( this, ScResId( BTN_CANCEL ) )
+: ModalDialog(pParent, SolverSuccessDialog, 
modules/scalc/ui/solversuccessdialog.ui)
 {
-OUString aMessage = maFtResult.GetText() +   + rSolution;
-maFtResult.SetText( aMessage );
-FreeResource();
+get(m_pFtResult, result);
+get(m_pBtnOk, ok);
+m_pBtnOk-SetClickHdl(LINK(this, ScSolverSuccessDialog, ClickHdl));
+get(m_pBtnCancel, cancel);
+m_pBtnCancel-SetClickHdl(LINK(this, ScSolverSuccessDialog, ClickHdl));
+OUString aMessage = m_pFtResult-GetText() +   + rSolution;
+m_pFtResult-SetText(aMessage);
 }
 

[Libreoffice-commits] core.git: helpcontent2

2013-12-29 Thread Caolán McNamara
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3cec54b5e865badf239f6217d2a01375e81cfb66
Author: Caolán McNamara caol...@redhat.com
Date:   Mon Dec 30 00:11:29 2013 +

Updated core
Project: help  df73415915aa0159b7e1d4eb949b738e00044915

diff --git a/helpcontent2 b/helpcontent2
index 49e2eb4..df73415 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 49e2eb49dfb63f248299c483fb1e67a31622a35a
+Subproject commit df73415915aa0159b7e1d4eb949b738e00044915
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: helpers/help_hid.lst

2013-12-29 Thread Caolán McNamara
 helpers/help_hid.lst |1 -
 1 file changed, 1 deletion(-)

New commits:
commit df73415915aa0159b7e1d4eb949b738e00044915
Author: Caolán McNamara caol...@redhat.com
Date:   Mon Dec 30 00:11:29 2013 +

drop unused helpid

Change-Id: Idc200a75a99b6a1639f441277fba51e64f7cd841

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index ef0602f..1f3bb10 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -3123,7 +3123,6 @@ HID_SC_SHEET_PAGE_REP,58789,
 HID_SC_SHEET_PAGE_STD,58788,
 HID_SC_SOLVEROPTIONS,59016,
 HID_SC_SOLVEROPTIONS_LB,59017,
-HID_SC_SOLVER_PROGRESS,59020,
 HID_SC_SORT_ACTION,58985,
 HID_SC_SORT_AUTHOR,58986,
 HID_SC_SORT_COMMENT,58988,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - connectivity/source sc/AllLangResTarget_sc.mk sc/inc sc/source sc/uiconfig sc/UIConfig_scalc.mk

2013-12-29 Thread Caolán McNamara
 connectivity/source/drivers/calc/CDatabaseMetaData.cxx  |6 -
 connectivity/source/drivers/dbase/DDatabaseMetaData.cxx |2 
 connectivity/source/drivers/file/FDatabaseMetaData.cxx  |2 
 sc/AllLangResTarget_sc.mk   |1 
 sc/UIConfig_scalc.mk|1 
 sc/inc/helpids.h|1 
 sc/inc/sc.hrc   |1 
 sc/source/ui/inc/optsolver.hrc  |   33 -
 sc/source/ui/inc/optsolver.hxx  |6 -
 sc/source/ui/miscdlgs/optsolver.cxx |   27 +---
 sc/source/ui/src/optsolver.src  |   59 --
 sc/uiconfig/scalc/ui/solverprogressdialog.ui|   90 
 sc/uiconfig/scalc/ui/solversuccessdialog.ui |2 
 13 files changed, 106 insertions(+), 125 deletions(-)

New commits:
commit ecc62c9cd21bec2580d5a936c7784735bff89504
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Dec 29 23:24:38 2013 +

convert solver progress dialog to .ui

Change-Id: I259f7d75591121be584e3a8cfe514232a404c0fa

diff --git a/sc/AllLangResTarget_sc.mk b/sc/AllLangResTarget_sc.mk
index ae6faa2..9bf3000 100644
--- a/sc/AllLangResTarget_sc.mk
+++ b/sc/AllLangResTarget_sc.mk
@@ -36,7 +36,6 @@ $(eval $(call gb_SrsTarget_add_files,sc/res,\
 sc/source/ui/src/popup.src \
 sc/source/ui/src/autofmt.src \
 sc/source/ui/src/globstr.src \
-sc/source/ui/src/optsolver.src \
 sc/source/ui/src/toolbox.src \
 sc/source/ui/src/scfuncs.src \
 sc/source/ui/src/textdlgs.src \
diff --git a/sc/UIConfig_scalc.mk b/sc/UIConfig_scalc.mk
index 41bcb7c..2473b25 100644
--- a/sc/UIConfig_scalc.mk
+++ b/sc/UIConfig_scalc.mk
@@ -137,6 +137,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/scalc,\
sc/uiconfig/scalc/ui/sidebarnumberformat \
sc/uiconfig/scalc/ui/sidebarcellappearance \
sc/uiconfig/scalc/ui/solverdlg \
+   sc/uiconfig/scalc/ui/solverprogressdialog \
sc/uiconfig/scalc/ui/solversuccessdialog \
sc/uiconfig/scalc/ui/sortcriteriapage \
sc/uiconfig/scalc/ui/sortdialog \
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h
index 8d989dd..e13c082 100644
--- a/sc/inc/helpids.h
+++ b/sc/inc/helpids.h
@@ -162,7 +162,6 @@
 
 #define HID_SC_SOLVEROPTIONS
SC_HID_SC_SOLVEROPTIONS
 #define HID_SC_SOLVEROPTIONS_LB 
SC_HID_SC_SOLVEROPTIONS_LB
-#define HID_SC_SOLVER_PROGRESS  
SC_HID_SC_SOLVER_PROGRESS
 
 #define HID_SCDLG_CONFLICTS 
SC_HID_SCDLG_CONFLICTS
 
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 0b0f398..7230fee 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -1094,7 +1094,6 @@
 #define RID_SCDLG_DPSHOWDETAIL  (SC_DIALOGS_START + 137)
 
 #define RID_SCDLG_SOLVEROPTIONS (SC_DIALOGS_START + 139)
-#define RID_SCDLG_SOLVER_PROGRESS   (SC_DIALOGS_START + 142)
 
 #define RID_SCDLG_CONFLICTS (SC_DIALOGS_START + 145)
 #define RID_SCDLG_SHAREDOCUMENT (SC_DIALOGS_START + 146)
diff --git a/sc/source/ui/inc/optsolver.hrc b/sc/source/ui/inc/optsolver.hrc
deleted file mode 100644
index bbb3bce..000
--- a/sc/source/ui/inc/optsolver.hrc
+++ /dev/null
@@ -1,33 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * 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 .
- */
-
-#include sc.hrc
-
-#define FT_PROGRESS 7
-#define FT_TIMELIMIT8
-
-#define FL_CONDITIONS   1
-#define FL_BUTTONS  2
-
-#define BTN_HELP2
-#define BTN_CLOSE   3
-#define BTN_OK  4
-#define BTN_CANCEL  5
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/inc/optsolver.hxx b/sc/source/ui/inc/optsolver.hxx
index 1f850d7..f4af6ef 100644
--- a/sc/source/ui/inc/optsolver.hxx
+++ b/sc/source/ui/inc/optsolver.hxx
@@ -206,14 +206,10 @@ private:
 
 class ScSolverProgressDialog : public ModelessDialog
 {
-FixedText   maFtProgress;
-FixedText   

LibreOffice Gerrit News for submodules on 2013-12-30

2013-12-29 Thread gerrit
Moin!



~~ Project dictionaries ~~

Nothing moved in the project for the last 25 hours

~~ Project translations ~~

Nothing moved in the project for the last 25 hours

~~ Project help ~~

* Open changes on master for project help changed in the last 25 hours:

None

* Merged changes on master for project help changed in the last 25 hours:

+ Error bars standard deviation are centered on the mean
  in https://gerrit.libreoffice.org/7137 from Laurent BP


* Abandoned changes on master for project help changed in the last 25 hours:

None

* Open changes needing tweaks, but being untouched for more than a week:

None

Best,

Your friendly LibreOffice Gerrit Digest Mailer

Note: The bot generating this message can be found and improved here:
   
https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=gerritbot/send-daily-digest
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


LibreOffice Gerrit News for core on 2013-12-30

2013-12-29 Thread gerrit
Moin!

* Open changes on master for project core changed in the last 25 hours:

 First time contributors doing great things ! 
+ tweak paddings in landcape mode (maximize space for preview  notes)
  in https://gerrit.libreoffice.org/7230 from Christian Lohmaier
  about module android
+ Add tablet specific landscape layout.
  in https://gerrit.libreoffice.org/7102 from Andrzej Hunt
  about module android
+ fdo#73117 fix switched true/false explanation for HYPGEOM.DIST
  in https://gerrit.libreoffice.org/7227 from Winfried Donkers
  about module sc
+ fdo#72793 Add Excel 2010 functions
  in https://gerrit.libreoffice.org/7226 from Winfried Donkers
  about module formula, include, sc
 End of freshness 



* Merged changes on master for project core changed in the last 25 hours:

+ Convert chart range chooser tab page to .ui
  in https://gerrit.libreoffice.org/7224 from Olivier Hallot
+ Detect UTF-16 encoded XML files
  in https://gerrit.libreoffice.org/7204 from Maxim Monastirsky


* Abandoned changes on master for project core changed in the last 25 hours:

None

* Open changes needing tweaks, but being untouched for more than a week:

+ remove BluetoothOperator wrapper
  in https://gerrit.libreoffice.org/7092 from Christian Lohmaier
+ fix previous commit
  in https://gerrit.libreoffice.org/7101 from Markus Mohrhard
+ CID#736173: Out-of-bound read
  in https://gerrit.libreoffice.org/6973 from Julien Nabet
+ move from ActionBarSherlock to corresponding android support lib
  in https://gerrit.libreoffice.org/7082 from Christian Lohmaier
+ fdo#60698: Merge animcore into sd and slideshow
  in https://gerrit.libreoffice.org/7108 from Marcos Souza
+ sdremote: show notes also in landscape orientation
  in https://gerrit.libreoffice.org/6889 from Christian Lohmaier
+ fix Bluetooth lifecycle problems and respect UI guidelines
  in https://gerrit.libreoffice.org/7083 from Christian Lohmaier
+ get rid of custom all-caps ui widget
  in https://gerrit.libreoffice.org/6903 from Christian Lohmaier
+ Double toolbar icon size for HiDPI screens.
  in https://gerrit.libreoffice.org/6994 from Andrzej Hunt
+ sw/export docx: add unit test for document with header and section(s)
  in https://gerrit.libreoffice.org/6249 from Pierre-Eric Pelloux-Prayer
+ add a header to provide posix compatible wrapper for platform lacking
  in https://gerrit.libreoffice.org/6837 from Norbert Thiebaud
+ Code clean-up/consolidation task.
  in https://gerrit.libreoffice.org/5926 from Vishv Brahmbhatt
+ fix for exporting of text watermark to DOCX
  in https://gerrit.libreoffice.org/5568 from Adam CloudOn
+ WIP: fdo#33980 Preserve selection across all slide sorters.
  in https://gerrit.libreoffice.org/6633 from Andrzej Hunt
+ fdo#71043 -  Use STACK lint tool to clean code
  in https://gerrit.libreoffice.org/6529 from José Guilherme Vanz
+ new cell-border handling in calc
  in https://gerrit.libreoffice.org/6093 from Viktor Varga
+ Increase number of remembered recent documents from 10 to 25
  in https://gerrit.libreoffice.org/6101 from Krisztian Pinter
+ startcenter: Make SC open faster by timeouting thumbnails
  in https://gerrit.libreoffice.org/6102 from Krisztian Pinter
+ Simplify oslThreadIdentifier on Linux 32.
  in https://gerrit.libreoffice.org/5553 from Arnaud Versini
+ Dynamically align toolbars in LibreOffice
  in https://gerrit.libreoffice.org/5655 from Prashant Pandey
+ fdo#36791 : fix for import of greeting card
  in https://gerrit.libreoffice.org/4240 from Adam CloudOn
+ more debug logs, extra debug layer, file is not used in p3k
  in https://gerrit.libreoffice.org/5267 from James Michael Dupont
+ Positional Tab additions
  in https://gerrit.libreoffice.org/5387 from Adam CloudOn
+ fdo#64817 : fix for rectangle with image fill
  in https://gerrit.libreoffice.org/4718 from Adam CloudOn


Best,

Your friendly LibreOffice Gerrit Digest Mailer

Note: The bot generating this message can be found and improved here:
   
https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=gerritbot/send-daily-digest
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - oox/inc oox/source

2013-12-29 Thread Steve Yin
 oox/inc/oox/xls/worksheethelper.hxx  |1 +
 oox/source/xls/worksheetfragment.cxx |1 +
 oox/source/xls/worksheethelper.cxx   |   20 
 3 files changed, 22 insertions(+)

New commits:
commit 7e7e0c820f442e3a7ee1b5f6ad80fe7999a75f0b
Author: Steve Yin stev...@apache.org
Date:   Mon Dec 30 05:52:36 2013 +

Bug 123910 - The reference in validation condition change to #REF! in 
exported xls file

Build break fix

diff --git a/oox/inc/oox/xls/worksheethelper.hxx 
b/oox/inc/oox/xls/worksheethelper.hxx
index f32f53a..c0b8b2e 100644
--- a/oox/inc/oox/xls/worksheethelper.hxx
+++ b/oox/inc/oox/xls/worksheethelper.hxx
@@ -154,6 +154,7 @@ struct ValidationModel
 ApiCellRangeListmaRanges;
 ApiTokenSequencemaTokens1;
 ApiTokenSequencemaTokens2;
+::rtl::OUString msRef;
 ::rtl::OUString maInputTitle;
 ::rtl::OUString maInputMessage;
 ::rtl::OUString maErrorTitle;
diff --git a/oox/source/xls/worksheetfragment.cxx 
b/oox/source/xls/worksheetfragment.cxx
index 5c28866..cff0363 100644
--- a/oox/source/xls/worksheetfragment.cxx
+++ b/oox/source/xls/worksheetfragment.cxx
@@ -158,6 +158,7 @@ void DataValidationsContext::importDataValidation( const 
AttributeList rAttribs
 {
 mxValModel.reset( new ValidationModel );
 getAddressConverter().convertToCellRangeList( mxValModel-maRanges, 
rAttribs.getString( XML_sqref, OUString() ), getSheetIndex(), true );
+mxValModel-msRef  = rAttribs.getString( XML_sqref, OUString() );
 mxValModel-maInputTitle   = rAttribs.getXString( XML_promptTitle, 
OUString() );
 mxValModel-maInputMessage = rAttribs.getXString( XML_prompt, OUString() );
 mxValModel-maErrorTitle   = rAttribs.getXString( XML_errorTitle, 
OUString() );
diff --git a/oox/source/xls/worksheethelper.cxx 
b/oox/source/xls/worksheethelper.cxx
index 8174341..0f84cad 100644
--- a/oox/source/xls/worksheethelper.cxx
+++ b/oox/source/xls/worksheethelper.cxx
@@ -1093,6 +1093,26 @@ void WorksheetGlobals::finalizeValidationRanges() const
 {
 }
 
+try
+{
+sal_Int32 nIndex = 0;
+OUString aToken = aIt-msRef.getToken( 0, ' ', nIndex );
+
+ReferenceXSpreadsheet xSheet = getSheetFromDoc( 
getCurrentSheetIndex() );
+ReferenceXCellRange xDBCellRange;
+ReferenceXCell xCell;
+xDBCellRange = xSheet-getCellRangeByName( aToken );
+
+xCell = xDBCellRange-getCellByPosition( 0, 0 );
+ReferenceXCellAddressable xCellAddressable( xCell, 
UNO_QUERY_THROW );
+CellAddress aFirstCell = xCellAddressable-getCellAddress();
+ReferenceXSheetCondition xCondition( xValidation, 
UNO_QUERY_THROW );
+xCondition-setSourcePosition( aFirstCell );
+}
+catch( Exception )
+{
+}
+
 // convert validation type to API enum
 ValidationType eType = ValidationType_ANY;
 switch( aIt-mnType )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Libreoffice-qa] 24 to go under 800

2013-12-29 Thread Terrence Enger
On Sun, 2013-12-29 at 00:01 +0100, jorendc wrote:
 ... It's not all about the numbers.

Thank goodness.

fdo#73123, subsequently re-summarized as Macro recorder does not
record selecting a column caught my interest this morning.  Before I
finished drafting my comment, I had stumbled across fdo#73126 IDE:
attempt to advance a dereferenceable iterator outside its valid
range.  But before I filed that, my search for possible duplicates
turned up 5 more bugs that look interesting.

Color me bemused.
Terry.


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


[Libreoffice-bugs] [Bug 66598] UI: Letter Wizard

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66598

--- Comment #4 from tommy27 ba...@quipo.it ---
(In reply to comment #3)
 
 
 Sorry, I do not understand the Question. Version 4.1.4.27 of what?
 
 John Hunter

LibreOffice 4.1.4.2 of course.

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


[Libreoffice-bugs] [Bug 73045] image from clipboard cannot be pasted in Writer (URI format is wrong, with forward slash)

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73045

--- Comment #5 from tommy27 ba...@quipo.it ---
I have Greenshot too, so I can test.

please provide complete step-by-step instruction how to reproduce the bug and
specifically how do you copy and paste it from Greenshot to Writer.

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


[Libreoffice-bugs] [Bug 62984] Options are lost when Windows 7 crashes or when power fails

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62984

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ba...@quipo.it
 Ever confirmed|0   |1

--- Comment #1 from tommy27 ba...@quipo.it ---
I had crashes with Win7 64bit and a couple of electric energy black-outs on a
desktop but I do not remember any loss of user customization.

I'm using 4.1.4.2 right now. are you still seeing this bug?

sorry but I do not want to simulate a blackout risking to damage my PC.

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


[Libreoffice-bugs] [Bug 68052] VIEWING: Comments and Outliner show non

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68052

--- Comment #1 from tommy27 ba...@quipo.it ---
Created attachment 91269
  -- https://bugs.freedesktop.org/attachment.cgi?id=91269action=edit
screenshot under 4.1.4.2

here's a screenshot of what I see in my LibO 4.1.4.2 under Win7 64bit

I do not see any hyphens. are you still reproducing this bug?

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


[Libreoffice-bugs] [Bug 73087] C:\Program Files (x86)\LibreOffice 4\program\python33.dll is vulnerable according to Secunia and Python

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73087

alexander.buch...@posteo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 72667] EDITING: Inserted images dissapear

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72667

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ba...@quipo.it
 Ever confirmed|0   |1

--- Comment #1 from tommy27 ba...@quipo.it ---
could you provide a test file?
are you still seeing this bug with current 4.1.4.2?

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


[Libreoffice-bugs] [Bug 64161] PDF: EPS images don't get exported when writing a PDF file

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64161

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@quipo.it
 Ever confirmed|0   |1

--- Comment #18 from tommy27 ba...@quipo.it ---
set status to NEW because of previous confirmations.

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


[Libreoffice-bugs] [Bug 63442] If an inaccessible network printer is configured on the system, Libreoffice frequently hangs up to a minute

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63442

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #1 from tommy27 ba...@quipo.it ---
are you still seeing this issue with current 4.1.4.2 release?

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


[Libreoffice-bugs] [Bug 66496] FILEOPEN: Crash when opening .docx

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66496

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

  Attachment #81904|0   |1
is obsolete||

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


[Libreoffice-bugs] [Bug 68052] VIEWING: Comments and Outliner show non

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68052

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #2 from tommy27 ba...@quipo.it ---
probably I do not understand exactly the bug report...
a screenshot from you would help

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


[Libreoffice-bugs] [Bug 66496] FILEOPEN: Crash when opening .docx

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66496

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

  Attachment #81903|0   |1
is obsolete||

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


[Libreoffice-bugs] [Bug 66496] FILEOPEN: Crash when opening .docx

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66496

--- Comment #7 from Julien Nabet serval2...@yahoo.fr ---
Created attachment 91270
  -- https://bugs.freedesktop.org/attachment.cgi?id=91270action=edit
bt with symbols

With master sources updated 2 days ago, I had a crash too (attached bt)

I also got a crash with Debian LO package (4.1.3.2).

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


[Libreoffice-bugs] [Bug 51011] FILESAVE: Crash on saving DOCX

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51011

--- Comment #8 from Julien Nabet serval2...@yahoo.fr ---
Ok for me too on pc Debian x86-64 with 4.1.3.2 Debian LO package :-)

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


[Libreoffice-bugs] [Bug 65262] FILEOPEN: DOCX import - LO doesn't import track changes that relate to formatting

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65262

--- Comment #4 from Adam CloudOn rattles2...@gmail.com ---
(In reply to comment #3)
 *** Bug 50447 has been marked as a duplicate of this bug. ***

Hi @Jorendc
I don't think that this is a duplicate of 50447.
Bug 50447 talks about *comments* not being round-tripped, right?
This is about 'formatting tracked changes' not being round-tripping (like if
someone changed a text-portion to 'bold' or 'italic' - things like that).

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


[Libreoffice-bugs] [Bug 66614] EDITING: Pasting text from Impress into Writer fails

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66614

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #2 from tommy27 ba...@quipo.it ---
I do not reproduce it on LibO 4.1.4.2 under Win7 64bit.
do you still see this bug on Linux?

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


[Libreoffice-bugs] [Bug 64161] PDF: EPS images don't get exported when writing a PDF file

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64161

--- Comment #19 from Rob Mercado rmerc...@randmcnally.com ---
I will be out of the office until Monday, January 6th, 2014.

If you have an emergency please send and email to rt-skokie.

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


[Libreoffice-bugs] [Bug 66614] EDITING: Pasting text from Impress into Writer fails

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66614

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

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


[Libreoffice-bugs] [Bug 60529] FILESAVE: Shape/smiley created on a brand new file isn't exported in docx

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60529

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 Whiteboard|BSA |BSA (target:4.2.0)
   ||(target:4.3.0)

--- Comment #4 from Julien Nabet serval2...@yahoo.fr ---
With 4.1.3.2 Debian package it still doesn't work but with master and with 4.2
sources both updated 2 days ago it's ok.

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


[Libreoffice-bugs] [Bug 60529] FILESAVE: Shape/smiley created on a brand new file isn't exported in docx

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60529

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|VERIFIED|CLOSED

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


[Libreoffice-bugs] [Bug 70656] FILESAVE: PPTX file saved to ODF loses master slides

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70656

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #1 from tommy27 ba...@quipo.it ---
please upload a test file

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


[Libreoffice-bugs] [Bug 72681] FILESAVE: Save in doc or docx format leads to several issues

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72681

Peter Kelder peter.kel...@quicknet.nl changed:

   What|Removed |Added

   Assignee|peter.kel...@quicknet.nl|libreoffice-b...@lists.free
   ||desktop.org

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


[Libreoffice-bugs] [Bug 72725] FORMATTING: Font Courier 10 Pitch / Regulier/ 12 : Size of digits 5 and 7 differs from size of other digits

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72725

Fons Dreesen f...@meaningandreasoning.org changed:

   What|Removed |Added

 OS|All |Linux (All)

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


[Libreoffice-bugs] [Bug 41224] : Error exporting pattern

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41224

--- Comment #10 from Luigi Boccia luigi.boc...@unical.it ---
I can confirm the bug is fixed.

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


[Libreoffice-bugs] [Bug 60336] Ignore BOM at the beginning of flat ODF formats

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60336

--- Comment #2 from Maxim Monastirsky momonas...@gmail.com ---


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

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


[Libreoffice-bugs] [Bug 41224] : Error exporting pattern

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41224

A stgohi-lob...@yahoo.de changed:

   What|Removed |Added

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

--- Comment #11 from A stgohi-lob...@yahoo.de ---
Thanks for your fast reply - marked as fixed

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


[Libreoffice-bugs] [Bug 66614] EDITING: Pasting text from Impress into Writer fails

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66614

--- Comment #3 from Robert Sharp rob...@osburn-sharp.ath.cx ---
Thanks for the prompt. I just checked this on 4.1.3.2 on Linux and it appears
to be fixed.

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


[Libreoffice-bugs] [Bug 35078] FILEOPEN: Support Excel 2003 XML with Unescaped '' in attributes values

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35078

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

 OS|Linux (All) |All
   Severity|normal  |enhancement
 CC||momonas...@gmail.com
   See Also|https://bugs.freedesktop.or |https://bugs.freedesktop.or
   |g/show_bug.cgi?id=63756 |g/show_bug.cgi?id=38361,
   ||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=68742
Summary|Excel 2003 XML files|FILEOPEN: Support Excel
   |encoded in UTF-16 is not|2003 XML with Unescaped ''
   |recognized by Calc, but |in attributes values
   |opens fine after recoding   |
   |to UTF-8|

--- Comment #15 from Maxim Monastirsky momonas...@gmail.com ---
The original bugdoc has invalid XML:

$ xmllint sales.xls
sales.xls:177: parser error : Unescaped '' not allowed in attributes values
summary_money
ss:Formula==IF(AND(LEFT(R[-5]C,1)=quot;0quot;,LEFT(R[-5]C,1)

It joins several other requests to support invalid XML in Excel 2003 files. See
Bug 38361, Bug 68742.

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


[Libreoffice-bugs] [Bug 68742] FILEOPEN: XML Calc import ignore leading spaces the same way as MSO2003

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68742

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=35078

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


[Libreoffice-bugs] [Bug 38361] FILEOPEN: Excel 2003 XML file containing nbsp; cannot be opened

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38361

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=35078

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


[Libreoffice-bugs] [Bug 63756] XSLT filter: non UTF-8/UTF-16/ISO-8859 XML files cannot be opened on WIndows

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63756

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

   See Also|https://bugs.freedesktop.or |
   |g/show_bug.cgi?id=35078 |

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


[Libreoffice-bugs] [Bug 73113] New: LOOKUP function results in #N/A

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73113

  Priority: medium
Bug ID: 73113
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: LOOKUP function results in #N/A
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: andis.lazd...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.0.1 rc
 Component: Libreoffice
   Product: LibreOffice

Created attachment 91272
  -- https://bugs.freedesktop.org/attachment.cgi?id=91272action=edit
Sample file with not working lookup function

I found that LOOKUP function is not working in many files created in previous
versions of Libreoffice. A file attached to this report is an example of
merging 2 datasets using LOOKUP function. In sheet Kopa there is LOOKUP,
which is still working and in sheet C there is LOOKUP in column E, which is
not working any more in 4.2.0.1 (showing #N/A for me in all rows, except cell
E37, where correct result is shown). In 4.1.4.2 with the same locale settings
(Latvian) everything works fine.
Sheet C  column F contains SUMIF function, which works fine with the same
search criteria.
I found similar problem with not working DAVERAGE function in previously
created files.

System: Ubuntu 13.04. 32 bit.

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


[Libreoffice-bugs] [Bug 71279] FILESAVE: Writer adds new narrow cels in some tables when you save changes in .doc files

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71279

A stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||stgohi-lob...@yahoo.de
 Ever confirmed|0   |1

--- Comment #3 from A stgohi-lob...@yahoo.de ---
not reproducible with LO 4.1.4.2 (Win8)

I would propose to close this issue as long as nobody can reproduce it. Because
otherwise up to now no programmer can fix something which we can not reproduce.
As soon as one can reproduce this issue we can reopen it.
Are there any objections against closing this issue as WorksForMe?

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


[Libreoffice-bugs] [Bug 66614] EDITING: Pasting text from Impress into Writer fails

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66614

tommy27 ba...@quipo.it changed:

   What|Removed |Added

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

--- Comment #4 from tommy27 ba...@quipo.it ---
ok. set status to RESOLVED WORKSFORME

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


[Libreoffice-bugs] [Bug 73115] New: Spreadsheet: UI: - Format Cells dialog transparent (displayed with no content) for KDE

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73115

  Priority: medium
Bug ID: 73115
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Spreadsheet: UI: - Format Cells dialog transparent
(displayed with no content) for KDE
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: mcmurchy1917-bugzi...@yahoo.co.uk
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.1.4.2 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 91274
  -- https://bugs.freedesktop.org/attachment.cgi?id=91274action=edit
Format Cells dialog displayed with no content - transparent.

The Format Cells dialog is displayed with no content - just a border and
title bar. See attachment. To see the content this sometimes works - Click
inside the border until the content reveals itself.

Steps to replicate the problem -

1.
Compile libreoffice with the --enable-kde4 flag

2.
Start calc

3.
Fill cells A:1 through BZ:60 with data - I chose 0 thru 9 as my data. See
attachment.

4.
Select cells BN:7 thru BZ:47

5.
Right click in selection and chose the Format Cells option

6.
Format Cells dialog displays as just a border and title bar - no content. See
attachment.

7.
Click anywhere within border of the dialog and sometimes the content appears.
This sometimes is when a listbox/dropbox is activated by the click. If content
doesn't appear click the dialogs close button to gain control of spreadsheet.


Alex

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


[Libreoffice-bugs] [Bug 68940] Paste Charts as bitmap does not consider number format of axis

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68940

A stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from A stgohi-lob...@yahoo.de ---
reproducible with LO 4.1.4.2 (Win8)

Remark: In WRITER go to EDIT - PASTE SPECIAL and select GDI METAFILE

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


[Libreoffice-bugs] [Bug 73075] Copy/Paste

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73075

--- Comment #3 from rjpall...@gmail.com ---
I have no LO extensions. This problem is evident in both new and old files, but
not in other (not LO applications). I have uninstalled 4.1.4.2 and installed
the previous release of LO (4.0.6) and there are no problems. When I reinstall
4.1.4.2 the problems reappear.

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


[Libreoffice-bugs] [Bug 67256] Unprecise Rectangle Rendering

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67256

A stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||stgohi-lob...@yahoo.de
 Ever confirmed|0   |1

--- Comment #1 from A stgohi-lob...@yahoo.de ---
Sorry that you had to wait so long for a reply.

But I unfortunately can't reproduce it with LO 4.1.4.2 (Win8) with a new file.
I could not recognize any problems yet. Does this issue still persist for you
with the latest release of LO? Could you please give more information about the
steps and the bug to reproduce it in a new presentation.
Otherwise it could maybe be a Linux issue only? Can anybody else confirm this
issue?

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


[Libreoffice-bugs] [Bug 66340] EDITING causes loss of comments on another sheet; also there's an associated FILESAVE issue.

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66340

A stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||stgohi-lob...@yahoo.de
 Ever confirmed|0   |1

--- Comment #1 from A stgohi-lob...@yahoo.de ---
Sorry that you had to wait such a long time for a reply.

Unfortunately, this issue was for me not reproducible with LO 4.1.4.2 (Win8).

Does this issue still persist for you with the latest release of LO?

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


[Libreoffice-bugs] [Bug 73020] Viewing (??) LO 4.2.0.1 (RC1) Calc : Fast Scrolling a table with Sliders creates artifacts

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73020

--- Comment #4 from Karl jkl...@freenet.de ---
Created attachment 91275
  -- https://bugs.freedesktop.org/attachment.cgi?id=91275action=edit
creenshot 2 / duplicated cells

sorry, the lower part might be too small

upper is the cells in normal view,
below if thei are crolled by slider fast.

the cells are duplicated too.

originally the rightest cell is column P
then duplicated up to coulumn Y

regards
karl

PS: the duplication solves if mouse button on slider is released

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


[Libreoffice-bugs] [Bug 47566] Only one style applicable to text box

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47566

Andreas Mantke ma...@gmx.de changed:

   What|Removed |Added

 CC||ma...@gmx.de

--- Comment #4 from Andreas Mantke ma...@gmx.de ---
It is not the use case of a presentation. The slides in a presentation are a
tool to support the speaker. The presentation is not a word processor. If you
want to write and format it, use the LibreOffice program module Writer.

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


[Libreoffice-bugs] [Bug 57328] activex plugin on internet explorer

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57328

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Foss f...@openmailbox.org ---
Is this bug still valid / reproducible with the latest pre-release 4.2.0.1:
http://www.libreoffice.org/download/pre-releases/

Should this be still reproducible for you with the latest LO release please set
this bug back to UNCONFIRMED NEW. Should this issue be solved set it to
WORKSFORME.

Setting to NEEDINFO until more detail is provided.

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


[Libreoffice-bugs] [Bug 47566] Only one style applicable to text box

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47566

Andreas Mantke ma...@gmx.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #5 from Andreas Mantke ma...@gmx.de ---
This use case could be solved by using the text processor Writer.

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


[Libreoffice-bugs] [Bug 51011] FILESAVE: Crash on saving DOCX

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51011

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

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


[Libreoffice-bugs] [Bug 66314] not working Shift + Delete with ODT and ODS files - delete files in explorer without Recycle Bin (only Win XP SP3)

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66314

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #3 from Foss f...@openmailbox.org ---
Is this bug still valid / reproducible with the latest pre-release 4.2.0.1:
http://www.libreoffice.org/download/pre-releases/

Should this be still reproducible for you with the latest LO release please set
this bug back to UNCONFIRMED NEW. Should this issue be solved set it to
WORKSFORME.

Setting to NEEDINFO until more detail is provided.

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


[Libreoffice-bugs] [Bug 73075] Copy/Paste

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73075

--- Comment #4 from Julien Nabet serval2...@yahoo.fr ---
On Windows 7 with 4.1.4.2, I don't reproduce this too.

rjpallett: what about with a brand new LO directory profile? Did you download
LO from official website (http://www.libreoffice.org/download)?

Finally, you can try the raw method:
- uninstall any Libreoffice/Apache OpenOffice
- remove any LO/AOOo directory in Program Files if any
- rename your LO directory profile (see
https://wiki.documentfoundation.org/UserProfile)
- clean your Windows registry with a free tool (like ccleaner)
- install 4.1.4.2 (from official website: http://www.libreoffice.org/download)

Give a try with this very simple example:
- open a brand new file in Writer
- type test
- copy paste the word
Does it fail too?

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


[Libreoffice-bugs] [Bug 41224] : Error exporting pattern

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41224

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 Whiteboard|BSA |BSA
   ||(target:4.1.4)(target:4.2.0
   ||)
 Resolution|FIXED   |WORKSFORME

--- Comment #12 from Jorendc jore...@libreoffice.org ---
Lets mark it as resolved worksforme because we don't know what patch resolved
this issue. Sorry for nitpicking ;).

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


[Libreoffice-bugs] [Bug 57328] activex plugin on internet explorer

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57328

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Maxim Monastirsky momonas...@gmail.com ---


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

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


[Libreoffice-bugs] [Bug 64823] Saving a subscript character

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64823

A stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||stgohi-lob...@yahoo.de
 Ever confirmed|0   |1

--- Comment #2 from A stgohi-lob...@yahoo.de ---
Sorry that you had to wait such a long time for a reply.

Buggy behavior was reproducible with LO 4.1.4.2 (Win8). The subscripts are
changed but not back to 100% as reported.

Steps done:
1. Open the attached file
2. Select the subscript 2
3. Go to FORMAT - CHARACTER and to the tab POSITION
4. Check that the RELATIVE FONT SIZE is 100% and RAISE/LOWER BY shows 95%
5. Now change RAISE/LOWER BY to 50%
6. Save this file as doc file and close WRITER
7. Open the changed doc file
8. Go to FORMAT - CHARACTER and to the tab POSITION
9. Check that the RELATIVE FONT SIZE is 100% and RAISE/LOWER BY shows now 45%
instead of 50%

The same happens with docx files. If you change it to any other percentage
above 10% it always changes to 5% less. Below 10% the subscript gets lost and
it is changes to POSITION = NORMAL, RAISE/LOWER BY = 1% and AUTOMATIC is
activated.

Could you please retry it with the latest release of LO, whether you can see
the same behavior.

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


[Libreoffice-bugs] [Bug 51529] Quickstarter is not shut down from Installer Wizard

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51529

--- Comment #2 from Foss f...@openmailbox.org ---
Is this bug still valid / reproducible with the latest pre-release 4.2.0.1:
http://www.libreoffice.org/download/pre-releases/

Should this be still reproducible for you with the latest LO release please set
this bug back to UNCONFIRMED NEW. Should this issue be solved set it to
WORKSFORME.

Setting to NEEDINFO until more detail is provided.

After providing the requested info, please reset this bug to UNCONFIRMED.
Thanks :)

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


[Libreoffice-bugs] [Bug 51529] Quickstarter is not shut down from Installer Wizard

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51529

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #3 from Foss f...@openmailbox.org ---
sorry messy comment, accidentally hit the save button while it wasn't ready. :S

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


[Libreoffice-bugs] [Bug 66598] UI: Letter Wizard

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66598

--- Comment #5 from John Hunter jmd...@btinternet.com ---
On Sun, 2013-12-29 at 08:13 +, bugzilla-dae...@freedesktop.org
wrote:
 Comment # 4 on bug 66598 from tommy27 
 (In reply to comment #3)
  
  
  Sorry, I do not understand the Question. Version 4.1.4.27 of what?
  
  John Hunter
 
 LibreOffice 4.1.4.2 of course.
 
 __
 You are receiving this mail because: 
   * You reported the bug.

Sorry. But you original e-mail only had a bug no as a reference. It did
not have any reference to Libre Office that I could see; I took it to be
a KDE bug number. I could have been a Debian or an Ubuntu bug number.
A little more context would have saved a lot of frustration and
confusion.

John Hunter

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


[Libreoffice-bugs] [Bug 50447] In Docx file there is no comments (notes) with formatting

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50447

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---

--- Comment #11 from Jorendc jore...@libreoffice.org ---
Sorry for the noise.

I think I was a bit to fast over here. Looks like bug 65262 is not a dupe of
this one.

Kind regards,
Joren

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


[Libreoffice-bugs] [Bug 50447] In Docx file there is no comments (notes) with formatting

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50447

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 Status|REOPENED|NEW

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


[Libreoffice-bugs] [Bug 51683] FORMATTING: Incorrect table format

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51683

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #12 from Foss f...@openmailbox.org ---
Dany, this is a hell of confusing bug. It's got separate info all scattered
around. Ton of attachments and 11 comments.

I open the test document I look at print preview and can't spot any difference.
Can you please post a screenshot that clearly indicats the glitch we are
looking for?

Is this bug still valid / reproducible with the latest pre-release 4.2.0.1:
http://www.libreoffice.org/download/pre-releases/

Should this be still reproducible for you with the latest LO release please set
this bug back to UNCONFIRMED. Should this issue be solved set it to WORKSFORME.

Setting to NEEDINFO until more detail is provided.

Also from what you write this could well be NOTOURBUG. If odd documents get
created by third party software, maybe there's the culprit of this bug?

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


[Libreoffice-bugs] [Bug 58664] Headless Mode Fails to Shutdown

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58664

--- Comment #4 from Riccardo Magliocchetti riccardo.magliocche...@gmail.com 
---
Created attachment 91277
  -- https://bugs.freedesktop.org/attachment.cgi?id=91277action=edit
reproducer ported to python3

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


[Libreoffice-bugs] [Bug 64135] Random spaces added to file converted to pdf with Writer, then edit to add blank slides with Draw, then exported again to pdf

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64135

A stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||stgohi-lob...@yahoo.de
 Ever confirmed|0   |1

--- Comment #1 from A stgohi-lob...@yahoo.de ---
Sorry that you had to wait such a long time for a reply.

I tried to reproduce it, but I unfortunately could not reproduce it and see any
mistakes (LO 4.1.4.2, Win8).
Does this issue still persist for you with the latest release of LO?

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


[Libreoffice-bugs] [Bug 73113] LOOKUP function results in #N/A

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73113

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 Whiteboard||PossibleRegression
 CC||jore...@libreoffice.org

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


[Libreoffice-bugs] [Bug 57574] PRINTING: symmetric margins produce asymmetric result

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57574

A stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||stgohi-lob...@yahoo.de
 Ever confirmed|0   |1

--- Comment #5 from A stgohi-lob...@yahoo.de ---
Sorry that you had to wait such a long time for a reply.

With the naked eye I could not recognize any asymmetries (LO 4.1.4.2, Win8).
Does this issue still persist for you with the latest release of LO? How did
you measure your recognized shift?

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


[Libreoffice-bugs] [Bug 73113] LOOKUP function results in #N/A

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73113

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

  Attachment #91272|text/plain  |application/vnd.oasis.opend
  mime type||ocument.spreadsheet

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


[Libreoffice-bugs] [Bug 73117] New: UI: function wizard describes inverted value of parameter C in function HYPGEOM.DIST

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73117

  Priority: medium
Bug ID: 73117
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: UI: function wizard describes inverted value of
parameter C in function HYPGEOM.DIST
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: yy.y.ja.jp+...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.0.1 rc
 Component: Spreadsheet
   Product: LibreOffice

When the Cumulated parameter set to TRUE, HYPGEOM.DIST function returns the
cumulative value. The function wizard says the contrary:

 Cumulated. TRUE calculates the probability mass function, FALSE the 
 cumulative distribution function.

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


[Libreoffice-bugs] [Bug 69769] Frozen column doesn't redraw when row is deleted

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69769

--- Comment #5 from A stgohi-lob...@yahoo.de ---
not reproducible with LO 4.1.4.2 (Win8)

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


[Libreoffice-bugs] [Bug 72668] Allow user to remove selected or all the recent items from StartCenter

2013-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72668

pierre-yves samyn pierre-yves.sa...@laposte.net changed:

   What|Removed |Added

 CC||pierre-yves.samyn@laposte.n
   ||et

--- Comment #2 from pierre-yves samyn pierre-yves.sa...@laposte.net ---
Hello

1. Remove

File Recent Documents Clear list is not enough ?
Really too far ?

2. Hide (one or a selection)

For this to be possible we should be able to select, but a single click or
right-click directly open the document.

Also depends on bug 71957

Regards
Pierre-Yves

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


  1   2   3   >