LibreOffice Gerrit News 2013-09-29

2013-09-29 Thread gerrit
Moin!

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

+ Convert Draw object  background dialog to new UI
  in https://gerrit.libreoffice.org/6066 from Olivier Hallot
+ Convert Draw char dialog to widget UI
  in https://gerrit.libreoffice.org/6054 from Olivier Hallot
+ API CHANGE: Remove osl_getEthernetAddress and osl/util.h .
  in https://gerrit.libreoffice.org/6065 from Arnaud Versini
+ fdo#47958: gross cut/paste signal emission nonsense
  in https://gerrit.libreoffice.org/6064 from Julien Nabet
+ Introduce ASCII case conversion and use more/rtl/character.hxx.
  in https://gerrit.libreoffice.org/5859 from Arnaud Versini
+ fdo#43157 - Clean up OSL_ENSURE
  in https://gerrit.libreoffice.org/6036 from Jacobo Aragunde Pérez
+ gbuild: use .xcd configuration files from instdir
  in https://gerrit.libreoffice.org/6057 from Matúš Kukan


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

+ General cleanup in sal module for all and unix.
  in https://gerrit.libreoffice.org/6016 from Arnaud Versini


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

+ fdo#69407 Putting no fill frame color instead of transparent by default
  in https://gerrit.libreoffice.org/5996 from matthieu gay
+ Remove more unusedcode
  in https://gerrit.libreoffice.org/5937 from Marcos Souza
+ Simplify oslThreadIdentifier on Linux 32.
  in https://gerrit.libreoffice.org/5553 from Arnaud Versini
+ Fix for IOS scroll by pixels, and pinch to zoom Change-Id: Ied6087a264f1c
  in https://gerrit.libreoffice.org/5742 from Ptyl
+ fix polygon rendering with clip area of one line only
  in https://gerrit.libreoffice.org/5709 from Tsahi Glik @ CloudOn
+ fix for text watermark
  in https://gerrit.libreoffice.org/5568 from Adam CloudOn
+ fdo#39468: Translate German comments (first part) in include/svl/filerec.
  in https://gerrit.libreoffice.org/5793 from Philipp Riemer
+ fdo#44689: fix for specific case restart value 0
  in https://gerrit.libreoffice.org/5681 from Adam CloudOn
+ 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
+ fdo#66401: fix for combined characters
  in https://gerrit.libreoffice.org/5018 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 'feature/graphicobject' - editeng/source sw/source

2013-09-29 Thread Norbert Thiebaud
 editeng/source/items/frmitems.cxx |   14 --
 sw/source/core/graphic/ndgrf.cxx  |   52 +-
 2 files changed, 25 insertions(+), 41 deletions(-)

New commits:
commit 437011b14652acebaf09c0925166ba021edb7694
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Sun Sep 29 10:38:32 2013 +0200

fix make check breakers due to GraphicObject refactors

Change-Id: I26194e4ea3a6557c160c0516c58a5d3cd136867c

diff --git a/editeng/source/items/frmitems.cxx 
b/editeng/source/items/frmitems.cxx
index 3aa9b47..77cf594 100644
--- a/editeng/source/items/frmitems.cxx
+++ b/editeng/source/items/frmitems.cxx
@@ -3327,7 +3327,7 @@ SvxBrushItem::SvxBrushItem( sal_uInt16 _nWhich ) :
 
 aColor   ( COL_TRANSPARENT ),
 nShadingValue( ShadingPattern::CLEAR ),
-pImpl( new SvxBrushItem_Impl( 0 ) ),
+pImpl( new SvxBrushItem_Impl( GraphicObject::Create( Graphic() 
) )),
 pStrLink ( NULL ),
 pStrFilter   ( NULL ),
 eGraphicPos  ( GPOS_NONE ),
@@ -3344,7 +3344,7 @@ SvxBrushItem::SvxBrushItem( const Color rColor, 
sal_uInt16 _nWhich) :
 
 aColor( rColor ),
 nShadingValue ( ShadingPattern::CLEAR ),
-pImpl ( new SvxBrushItem_Impl( 0 ) ),
+pImpl ( new SvxBrushItem_Impl( GraphicObject::Create( 
Graphic() ) )),
 pStrLink  ( NULL ),
 pStrFilter( NULL ),
 eGraphicPos   ( GPOS_NONE ),
@@ -3401,7 +3401,7 @@ SvxBrushItem::SvxBrushItem(
 
 aColor( COL_TRANSPARENT ),
 nShadingValue ( ShadingPattern::CLEAR ),
-pImpl ( new SvxBrushItem_Impl( NULL ) ),
+pImpl ( new SvxBrushItem_Impl( GraphicObject::Create( 
Graphic() ) )),
 pStrLink  ( new String( rLink ) ),
 pStrFilter( new String( rFilter ) ),
 eGraphicPos   ( ( GPOS_NONE != ePos ) ? ePos : GPOS_MM ),
@@ -3420,7 +3420,7 @@ SvxBrushItem::SvxBrushItem( SvStream rStream, sal_uInt16 
nVersion,
 
 aColor( COL_TRANSPARENT ),
 nShadingValue ( ShadingPattern::CLEAR ),
-pImpl ( new SvxBrushItem_Impl( NULL ) ),
+pImpl ( new SvxBrushItem_Impl( GraphicObject::Create( 
Graphic() ) )),
 pStrLink  ( NULL ),
 pStrFilter( NULL ),
 eGraphicPos   ( GPOS_NONE )
@@ -3535,7 +3535,7 @@ SvxBrushItem::SvxBrushItem( const SvxBrushItem rItem ) :
 
 SfxPoolItem( rItem.Which() ),
 nShadingValue ( ShadingPattern::CLEAR ),
-pImpl ( new SvxBrushItem_Impl( NULL ) ),
+pImpl ( new SvxBrushItem_Impl( GraphicObject::Create( 
Graphic() ) )),
 pStrLink  ( NULL ),
 pStrFilter( NULL ),
 eGraphicPos   ( GPOS_NONE ),
@@ -3810,7 +3810,6 @@ SvxBrushItem SvxBrushItem::operator=( const 
SvxBrushItem rItem )
 aColor = rItem.aColor;
 eGraphicPos = rItem.eGraphicPos;
 
-pImpl-mxGraphicObject.clear();
 DELETEZ( pStrLink );
 DELETEZ( pStrFilter );
 
@@ -3997,7 +3996,6 @@ void SvxBrushItem::SetGraphicPos( SvxGraphicPosition eNew 
)
 
 if ( GPOS_NONE == eGraphicPos )
 {
-pImpl-mxGraphicObject.clear();
 DELETEZ( pStrLink );
 DELETEZ( pStrFilter );
 pImpl-mxGraphicObject = GraphicObject::Create(Graphic()); // Creating 
a dummy
@@ -4059,7 +4057,7 @@ void SvxBrushItem::SetGraphicLink( const String rNew )
 else
 pStrLink = new String( rNew );
 
-pImpl-mxGraphicObject.clear();
+pImpl-mxGraphicObject = GraphicObject::Create(Graphic());
 }
 }
 
diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx
index 09c22f0..a3ee0c0 100644
--- a/sw/source/core/graphic/ndgrf.cxx
+++ b/sw/source/core/graphic/ndgrf.cxx
@@ -478,7 +478,6 @@ sal_Bool SwGrfNode::ImportGraphic( SvStream rStrm )
  */
 short SwGrfNode::SwapIn( sal_Bool bWaitForData )
 {
-#if 0  /* FIXME FIXME FIXME */
 if( bInSwapIn ) // not recursively!
 return !mxGrfObj-IsSwappedOut();
 
@@ -488,42 +487,35 @@ short SwGrfNode::SwapIn( sal_Bool bWaitForData )
 
 if( pLink )
 {
-if(mxGrfObj.is())
+if( GRAPHIC_NONE == mxGrfObj-GetType() ||
+GRAPHIC_DEFAULT == mxGrfObj-GetType() )
 {
-if( GRAPHIC_NONE == mxGrfObj-GetType() ||
-GRAPHIC_DEFAULT == mxGrfObj-GetType() )
+// link was not loaded yet
+if( pLink-SwapIn( bWaitForData ) )
 {
-// link was not loaded yet
-if( pLink-SwapIn( bWaitForData ) )
-{
-nRet = -1;
-}
-else if( GRAPHIC_DEFAULT == mxGrfObj-GetType() )
-{
-// no default bitmap anymore, thus re-paint
-mxReplacementGraphic.clear();
-
-mxGrfObj = GraphicObject::Create(Graphic());
-onGraphicChanged();
-

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

2013-09-29 Thread Matteo Casalin
 sw/inc/doc.hxx|   10 +--
 sw/inc/editsh.hxx |2 
 sw/source/core/doc/docfld.cxx |  113 ++
 sw/source/core/doc/docnum.cxx |8 +-
 sw/source/core/docnode/ndcopy.cxx |2 
 sw/source/core/edit/ednumber.cxx  |2 
 sw/source/ui/dbui/dbtree.cxx  |   40 ++---
 sw/source/ui/fldui/changedb.cxx   |   16 +++--
 sw/source/ui/fldui/flddb.cxx  |   61 ++--
 sw/source/ui/fldui/flddb.hxx  |   12 ++--
 sw/source/ui/inc/dbtree.hxx   |2 
 sw/source/ui/shells/textsh1.cxx   |4 -
 sw/source/ui/wrtsh/wrtsh1.cxx |2 
 13 files changed, 137 insertions(+), 137 deletions(-)

New commits:
commit 1b0f6be2d06154f6ecab2f6ee930fa3c5a62f01d
Author: Matteo Casalin matteo.casa...@yahoo.com
Date:   Sun Sep 29 10:45:36 2013 +0200

There are no users of this optional argument

Change-Id: I74b4988a3c93e0964580bdd35210b3495365d5b6

diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index dff3385..8d6ea4d 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1527,7 +1527,7 @@ public:
 OUString GetUniqueNumRuleName( const OUString* pChkStr = 0, bool bAutoNum 
= true ) const;
 
 void UpdateNumRule();   /// Update all invalids.
-void ChgNumRuleFmts( const SwNumRule rRule, const String * pOldName = 0 );
+void ChgNumRuleFmts( const SwNumRule rRule );
 bool ReplaceNumRule( const SwPosition rPos, const String rOldRule,
 const String rNewRule );
 
diff --git a/sw/source/core/doc/docnum.cxx b/sw/source/core/doc/docnum.cxx
index 2a3105f..52f3b1d 100644
--- a/sw/source/core/doc/docnum.cxx
+++ b/sw/source/core/doc/docnum.cxx
@@ -1061,9 +1061,9 @@ bool SwDoc::DelNumRule( const String rName, bool 
bBroadcast )
 return false;
 }
 
-void SwDoc::ChgNumRuleFmts( const SwNumRule rRule, const String * pName )
+void SwDoc::ChgNumRuleFmts( const SwNumRule rRule )
 {
-SwNumRule* pRule = FindNumRulePtr( pName ? *pName : 
String(rRule.GetName()) );
+SwNumRule* pRule = FindNumRulePtr( rRule.GetName() );
 if( pRule )
 {
 SwUndoInsNum* pUndo = 0;
commit 8b7bc95275b19affebf50b3ecba6c763f63bc1c5
Author: Matteo Casalin matteo.casa...@yahoo.com
Date:   Sun Sep 29 01:38:27 2013 +0200

String to OUString

Change-Id: I6cff1659b0bacef0bed90fb9767513018a7eeba7

diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index a71b21a..dff3385 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1565,7 +1565,7 @@ public:
 const bool bNum,
 const bool bOutline,
 int nNonEmptyAllowed,
-String sListId,
+OUString sListId,
 const bool bInvestigateStartNode = false );
 
 /// Paragraphs without numbering but with indents.
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index a8d0d72..d1eb77b 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -545,7 +545,7 @@ public:
 const bool bNum,
 const bool bOutline,
 int nNonEmptyAllowed,
-String sListId );
+OUString sListId );
 
 /** Undo.
  Maintain UndoHistory in Document.
diff --git a/sw/source/core/doc/docnum.cxx b/sw/source/core/doc/docnum.cxx
index 4903d25..2a3105f 100644
--- a/sw/source/core/doc/docnum.cxx
+++ b/sw/source/core/doc/docnum.cxx
@@ -1205,7 +1205,7 @@ namespace
 {
 SwNumRule* pReplaceNumRule;
 bool bCreateNewList;
-String sListId;
+OUString sListId;
 
 ListStyleData()
 : pReplaceNumRule( 0 ),
@@ -1539,7 +1539,7 @@ const SwNumRule *  SwDoc::SearchNumRule(const SwPosition 
 rPos,
 const bool bNum,
 const bool bOutline,
 int nNonEmptyAllowed,
-String sListId,
+OUString sListId,
 const bool bInvestigateStartNode)
 {
 const SwNumRule * pResult = NULL;
diff --git a/sw/source/core/docnode/ndcopy.cxx 
b/sw/source/core/docnode/ndcopy.cxx
index e0b0d7a..5b69592 100644
--- a/sw/source/core/docnode/ndcopy.cxx
+++ b/sw/source/core/docnode/ndcopy.cxx
@@ -920,7 +920,7 @@ bool SwDoc::CopyImpl( SwPaM rPam, SwPosition rPos,
 // First search for non-outline numbering list. Then search for non-outline
 // bullet list.
 // Keep also the ListId value for possible propagation.
-String aListIdToPropagate;
+OUString aListIdToPropagate;
 const SwNumRule* pNumRuleToPropagate =
 pDoc-SearchNumRule( rPos, false, true, false, 0, aListIdToPropagate, 
true );
 if ( !pNumRuleToPropagate )
diff --git 

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

2013-09-29 Thread Zolnai Tamás
 offapi/com/sun/star/style/CharacterProperties.idl |6 ++
 sw/inc/charatr.hxx|4 +
 sw/inc/format.hxx |1 
 sw/inc/hintids.hxx|2 
 sw/inc/swatrset.hxx   |1 
 sw/inc/unoprnms.hxx   |1 
 sw/qa/extras/ooxmlexport/data/char_highlight.docx |binary
 sw/qa/extras/ooxmlexport/ooxmlexport.cxx  |   49 ++
 sw/source/core/bastyp/init.cxx|2 
 sw/source/core/doc/dbgoutsw.cxx   |1 
 sw/source/core/inc/swfntcch.hxx   |2 
 sw/source/core/inc/swfont.hxx |   10 
 sw/source/core/text/atrhndl.hxx   |2 
 sw/source/core/text/atrstck.cxx   |   15 --
 sw/source/core/text/inftxt.cxx|   13 -
 sw/source/core/txtnode/swfont.cxx |   11 
 sw/source/core/unocore/unomap.cxx |4 +
 sw/source/core/unocore/unoprnms.cxx   |2 
 sw/source/filter/html/css1atr.cxx |2 
 sw/source/filter/html/htmlatr.cxx |2 
 sw/source/filter/ww8/attributeoutputbase.hxx  |3 +
 sw/source/filter/ww8/docxattributeoutput.cxx  |   34 +++
 sw/source/filter/ww8/docxattributeoutput.hxx  |   11 
 sw/source/filter/ww8/rtfattributeoutput.hxx   |3 +
 sw/source/filter/ww8/ww8atr.cxx   |3 +
 sw/source/filter/ww8/ww8attributeoutput.hxx   |3 +
 writerfilter/source/dmapper/DomainMapper.cxx  |4 -
 writerfilter/source/dmapper/PropertyIds.cxx   |1 
 writerfilter/source/dmapper/PropertyIds.hxx   |1 
 29 files changed, 173 insertions(+), 20 deletions(-)

New commits:
commit 8b949134441056a1455d67ddfdd7e0bc5f2ee682
Author: Zolnai Tamás zolnaitamas2...@gmail.com
Date:   Sun Sep 29 10:24:53 2013 +0200

fdo#65403, fdo#65404 DOCX export/import of character highlight

Steps
-Add a new character attribute (RES_CHRATR_HIGHLIGHT)
-Get this character attribute via SwFont class just like
background
-If has highlight, then paint that, otherwise paint background
-Extend UNO API
-Implement DOCX export and import filter
Note: By now character highlight can't be set via UI.
It's a next step to add a highlight option.

Change-Id: I7f81e173744bf256891487f898d06dbf372a2f88

diff --git a/offapi/com/sun/star/style/CharacterProperties.idl 
b/offapi/com/sun/star/style/CharacterProperties.idl
index c4f5452..ae8313d 100644
--- a/offapi/com/sun/star/style/CharacterProperties.idl
+++ b/offapi/com/sun/star/style/CharacterProperties.idl
@@ -435,6 +435,12 @@ published service CharacterProperties
 **/
 [optional, property] com::sun::star::table::ShadowFormat CharShadowFormat;
 
+/** Determines the color of the highlight.
+ *
+ *  @since LibreOffice 4.2
+**/
+[optional, property] com::sun::star::util::Color CharHighLight;
+
 };
 
 }; }; }; };
diff --git a/sw/inc/charatr.hxx b/sw/inc/charatr.hxx
index b0a77c2..e248205 100644
--- a/sw/inc/charatr.hxx
+++ b/sw/inc/charatr.hxx
@@ -87,6 +87,8 @@ inline const SvxBlinkItem  SwAttrSet::GetBlink(sal_Bool 
bInP) const
 {   return (const SvxBlinkItem)Get( RES_CHRATR_BLINK,bInP); }
 inline const SvxBrushItem SwAttrSet::GetChrBackground( sal_Bool bInP ) const
 {   return (const SvxBrushItem)Get( RES_CHRATR_BACKGROUND, bInP ); }
+inline const SvxBrushItem SwAttrSet::GetChrHighLight( sal_Bool bInP ) const
+{   return (const SvxBrushItem)Get( RES_CHRATR_HIGHLIGHT, bInP ); }
 inline const SvxEmphasisMarkItem SwAttrSet::GetEmphasisMark( sal_Bool bInP ) 
const
 {   return (const SvxEmphasisMarkItem)Get( RES_CHRATR_EMPHASIS_MARK, bInP 
); }
 inline const SvxTwoLinesItemSwAttrSet::Get2Lines( sal_Bool bInP ) const
@@ -152,6 +154,8 @@ inline const SvxBlinkItem   
SwFmt::GetBlink(sal_Bool bInP) const
 {   return aSet.GetBlink(bInP); }
 inline const SvxBrushItem   SwFmt::GetChrBackground(sal_Bool bInP) 
const
 {   return aSet.GetChrBackground(bInP); }
+inline const SvxBrushItem SwFmt::GetChrHighLight(sal_Bool bInP) const
+{   return aSet.GetChrHighLight(bInP); }
 inline const SvxEmphasisMarkItem   SwFmt::GetEmphasisMark( sal_Bool bInP ) 
const
 {   return aSet.GetEmphasisMark(bInP); }
 inline const SvxTwoLinesItem   SwFmt::Get2Lines( sal_Bool bInP ) const
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index a058dc6..88c5402 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -190,6 +190,7 @@ public:
 inline const SvxNoHyphenItem GetNoHyphenHere( sal_Bool = sal_True ) 
const;
 inline const SvxBlinkItemGetBlink( sal_Bool = sal_True ) const;
 inline const SvxBrushItemGetChrBackground( sal_Bool = sal_True ) 
const;
+inline const SvxBrushItemGetChrHighLight( sal_Bool = sal_True ) 

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

2013-09-29 Thread Takeshi Abe
 xmloff/source/chart/SchXMLAxisContext.cxx|6 +++---
 xmloff/source/chart/SchXMLEnumConverter.cxx  |4 ++--
 xmloff/source/chart/SchXMLLegendContext.cxx  |2 +-
 xmloff/source/chart/SchXMLTools.cxx  |4 ++--
 xmloff/source/chart/XMLSymbolImageContext.cxx|2 +-
 xmloff/source/chart/XMLSymbolTypePropertyHdl.cxx |4 ++--
 xmloff/source/core/ProgressBarHelper.cxx |2 +-
 7 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 2ee4a04d61de32003d1895ac157ae97db7dd36c8
Author: Takeshi Abe t...@fixedpoint.jp
Date:   Sun Sep 29 21:22:42 2013 +0900

Mark as const / static

Change-Id: Ib88b9e5533e56bb8b0b05c4e668299b033f17ffb

diff --git a/xmloff/source/chart/SchXMLAxisContext.cxx 
b/xmloff/source/chart/SchXMLAxisContext.cxx
index 806b4a3..128ff2b 100644
--- a/xmloff/source/chart/SchXMLAxisContext.cxx
+++ b/xmloff/source/chart/SchXMLAxisContext.cxx
@@ -245,7 +245,7 @@ enum AxisAttributeTokens
 XML_TOK_AXIS_TYPE_EXT
 };
 
-SvXMLTokenMapEntry aAxisAttributeTokenMap[] =
+const SvXMLTokenMapEntry aAxisAttributeTokenMap[] =
 {
 { XML_NAMESPACE_CHART,  XML_DIMENSION,  XML_TOK_AXIS_DIMENSION  },
 { XML_NAMESPACE_CHART,  XML_NAME,   XML_TOK_AXIS_NAME   },
@@ -602,7 +602,7 @@ enum AxisChildTokens
 XML_TOK_AXIS_DATE_SCALE_EXT
 };
 
-SvXMLTokenMapEntry aAxisChildTokenMap[] =
+const SvXMLTokenMapEntry aAxisChildTokenMap[] =
 {
 { XML_NAMESPACE_CHART,  XML_TITLE,  XML_TOK_AXIS_TITLE 
 },
 { XML_NAMESPACE_CHART,  XML_CATEGORIES, 
XML_TOK_AXIS_CATEGORIES },
@@ -906,7 +906,7 @@ enum DateScaleAttributeTokens
 XML_TOK_DATESCALE_MINOR_INTERVAL_UNIT
 };
 
-SvXMLTokenMapEntry aDateScaleAttributeTokenMap[] =
+const SvXMLTokenMapEntry aDateScaleAttributeTokenMap[] =
 {
 { XML_NAMESPACE_CHART,  XML_BASE_TIME_UNIT, 
XML_TOK_DATESCALE_BASE_TIME_UNIT  },
 { XML_NAMESPACE_CHART,  XML_MAJOR_INTERVAL_VALUE,   
XML_TOK_DATESCALE_MAJOR_INTERVAL_VALUE  },
diff --git a/xmloff/source/chart/SchXMLEnumConverter.cxx 
b/xmloff/source/chart/SchXMLEnumConverter.cxx
index 8e1e5da..c526129 100644
--- a/xmloff/source/chart/SchXMLEnumConverter.cxx
+++ b/xmloff/source/chart/SchXMLEnumConverter.cxx
@@ -32,7 +32,7 @@ using namespace ::com::sun::star;
 namespace
 {
 
-SvXMLEnumMapEntry aXMLLegendPositionEnumMap[] =
+const SvXMLEnumMapEntry aXMLLegendPositionEnumMap[] =
 {
 { XML_START,chart::ChartLegendPosition_LEFT },
 { XML_TOP,  chart::ChartLegendPosition_TOP  },
@@ -53,7 +53,7 @@ struct TheLegendPositionPropertyHdl : public rtl::Static 
XMLLegendPositionPrope
 {
 };
 
-SvXMLEnumMapEntry aXMLLegendExpansionEnumMap[] =
+const SvXMLEnumMapEntry aXMLLegendExpansionEnumMap[] =
 {
 { XML_WIDE,chart::ChartLegendExpansion_WIDE },
 { XML_HIGH,chart::ChartLegendExpansion_HIGH },
diff --git a/xmloff/source/chart/SchXMLLegendContext.cxx 
b/xmloff/source/chart/SchXMLLegendContext.cxx
index 592167c..bfb122f 100644
--- a/xmloff/source/chart/SchXMLLegendContext.cxx
+++ b/xmloff/source/chart/SchXMLLegendContext.cxx
@@ -52,7 +52,7 @@ enum LegendAttributeTokens
 XML_TOK_LEGEND_HEIGHT_EXT
 };
 
-SvXMLTokenMapEntry aLegendAttributeTokenMap[] =
+const SvXMLTokenMapEntry aLegendAttributeTokenMap[] =
 {
 { XML_NAMESPACE_CHART,  XML_LEGEND_POSITION,
XML_TOK_LEGEND_POSITION },
 { XML_NAMESPACE_SVG,XML_X,  XML_TOK_LEGEND_X   
 },
diff --git a/xmloff/source/chart/SchXMLTools.cxx 
b/xmloff/source/chart/SchXMLTools.cxx
index b3c8660..e6242d6 100644
--- a/xmloff/source/chart/SchXMLTools.cxx
+++ b/xmloff/source/chart/SchXMLTools.cxx
@@ -130,7 +130,7 @@ Reference chart2::data::XDataSequence  
lcl_createNewSequenceFromCachedXMLRange
 namespace SchXMLTools
 {
 
-static SvXMLEnumMapEntry aXMLChartClassMap[] =
+static const SvXMLEnumMapEntry aXMLChartClassMap[] =
 {
 { XML_LINE, XML_CHART_CLASS_LINE},
 { XML_AREA, XML_CHART_CLASS_AREA},
@@ -161,7 +161,7 @@ typedef ::comphelper::MakeMap OUString, OUString  
tMakeStringStringMap;
 const tMakeStringStringMap lcl_getChartTypeNameMap()
 {
 //shape property -- chart model object property
-static tMakeStringStringMap g_aChartTypeNameMap =
+static const tMakeStringStringMap g_aChartTypeNameMap =
 tMakeStringStringMap
 ( OUString( com.sun.star.chart.LineDiagram )
 , OUString( com.sun.star.chart2.LineChartType ) )
diff --git a/xmloff/source/chart/XMLSymbolImageContext.cxx 
b/xmloff/source/chart/XMLSymbolImageContext.cxx
index d57534f..1ee0458 100644
--- a/xmloff/source/chart/XMLSymbolImageContext.cxx
+++ b/xmloff/source/chart/XMLSymbolImageContext.cxx
@@ -39,7 +39,7 @@ enum SvXMLTokenMapAttrs
 XML_TOK_SYMBOL_IMAGE_END = XML_TOK_UNKNOWN
 };
 
-static SvXMLTokenMapEntry aSymbolImageAttrTokenMap[] =
+static const SvXMLTokenMapEntry aSymbolImageAttrTokenMap[] =
 {
 { XML_NAMESPACE_XLINK,  

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

2013-09-29 Thread Jan Holesovsky
 helpers/help_hid.lst |   13 -
 source/text/shared/optionen/01010400.xhp |   18 +-
 source/text/shared/optionen/01160100.xhp |   16 ++--
 source/text/shared/optionen/01160200.xhp |6 +++---
 4 files changed, 18 insertions(+), 35 deletions(-)

New commits:
commit cc089237993994a0a3ce91112eb45693f9a2993d
Author: Jan Holesovsky ke...@collabora.com
Date:   Sun Sep 29 15:37:12 2013 +0200

Updated id's after connpooloptions .ui conversion.

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index 446f57d..d58ec3e 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -6614,8 +6614,6 @@ 
svx_CheckBox_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_APPEND_SPACE,809157755,
 svx_CheckBox_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_AS_TIP,809157757,
 svx_CheckBox_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_COLLECT,809157754,
 svx_CheckBox_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_REMOVE_LIST,809157756,
-svx_CheckBox_RID_OFAPAGE_CONNPOOLOPTIONS_CB_DRIVERPOOLING,809206791,
-svx_CheckBox_RID_OFAPAGE_CONNPOOLOPTIONS_CB_POOL_CONNS,809206786,
 svx_CheckBox_RID_OFAPAGE_SMARTTAG_OPTIONS_CB_SMARTTAGS,809256156,
 svx_CheckBox_RID_OFA_TP_INTERNATIONAL_CB_SHTVW_CURRENTDOCONLY,811336710,
 svx_CheckBox_RID_OFA_TP_INTERNATIONAL_CB_SHTVW_RIGHT2LEFT,811336709,
@@ -7004,7 +7002,6 @@ 
svx_NumericField_MD_INSERT_OBJECT_IFRAME_NM_MARGINWIDTH,1598216202,
 svx_NumericField_OFA_TP_VIEW_NF_AA_POINTLIMIT,810522688,
 svx_NumericField_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_NF_MAX_ENTRIES,809162881,
 svx_NumericField_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_NF_MIN_WORDLEN,809162880,
-svx_NumericField_RID_OFAPAGE_CONNPOOLOPTIONS_NF_TIMEOUT,809211913,
 svx_NumericField_RID_SVXFLOAT_3D_NUM_HORIZONTAL,3388495897,
 svx_NumericField_RID_SVXFLOAT_3D_NUM_VERTICAL,3388495899,
 svx_NumericField_RID_SVXPAGE_LINE_DEF_NUM_FLD_1,701569025,
@@ -7180,7 +7177,6 @@ 
svx_RadioButton_RID_SVX_MDLG_HANGULHANJA_RB_HANJA_HANGUL_ABOVE,1237598726,
 svx_RadioButton_RID_SVX_MDLG_HANGULHANJA_RB_HANJA_HANGUL_BELOW,1237598727,
 svx_RadioButton_RID_SVX_MDLG_HANGULHANJA_RB_HANJA_HANGUL_BRACKETED,1237598722,
 svx_RadioButton_RID_SVX_MDLG_HANGULHANJA_RB_SIMPLE_CONVERSION,1237598721,
-svx_TabPage_RID_OFAPAGE_CONNPOOLOPTIONS,809205760,
 svx_TabPage_RID_OFA_TP_INTERNATIONAL,811335680,
 svx_TabPage_RID_SVXPAGE_EVENTASSIGN,705675264,
 svx_TabPage_RID_SVXPAGE_IMPROVEMENT,705658880,
diff --git a/source/text/shared/optionen/01160100.xhp 
b/source/text/shared/optionen/01160100.xhp
index e9f0258..46793ce 100644
--- a/source/text/shared/optionen/01160100.xhp
+++ b/source/text/shared/optionen/01160100.xhp
@@ -37,7 +37,6 @@
 bookmark xml-lang=en-US branch=index 
id=bm_id3154136bookmark_valueconnections to data sources 
(Base)/bookmark_value
 bookmark_valuedata sources; connection settings (Base)/bookmark_value
 /bookmark
-!-- removed HID OFFMGR_TABPAGE_RID_OFAPAGE_CONNPOOLOPTIONS --
 bookmark xml-lang=en-US branch=hid/DBACCESS_HID_DSBROWSER_DISCONNECTING 
id=bm_id3149798 localize=false/
 paragraph role=heading id=hd_id3154136 xml-lang=en-US level=1 
l10n=U oldref=1link href=text/shared/optionen/01160100.xhp 
name=ConnectionsConnections/link/paragraph
 paragraph role=paragraph id=par_id3147571 xml-lang=en-US l10n=U 
oldref=2Defines how the connections to data sources are pooled./paragraph
@@ -47,21 +46,18 @@
   embed href=text/shared/00/0406.xhp#verbindungen/
 /section
 paragraph role=heading id=hd_id3154824 xml-lang=en-US level=2 
l10n=U oldref=12Connection Pool/paragraph
-!-- removed HID OFFMGR_CHECKBOX_RID_OFAPAGE_CONNPOOLOPTIONS_CB_POOL_CONNS --
-bookmark xml-lang=en-US 
branch=hid/cui:CheckBox:RID_OFAPAGE_CONNPOOLOPTIONS:CB_POOL_CONNS 
id=bm_id5568712 localize=false/
+bookmark xml-lang=en-US 
branch=hid/cui/ui/connpooloptions/connectionpooling id=bm_id5568712 
localize=false/
 paragraph role=heading id=hd_id3152780 xml-lang=en-US level=3 
l10n=U oldref=4Connection pooling enabled/paragraph
-paragraph role=paragraph id=par_id3147653 xml-lang=en-US l10n=U 
oldref=5ahelp 
hid=OFFMGR_CHECKBOX_RID_OFAPAGE_CONNPOOLOPTIONS_CB_POOL_CONNSSpecifies 
whether the chosen connections are pooled./ahelp/paragraph
+paragraph role=paragraph id=par_id3147653 xml-lang=en-US l10n=U 
oldref=5ahelp hid=hid/cui/ui/connpooloptions/connectionpoolingSpecifies 
whether the chosen connections are pooled./ahelp/paragraph
 paragraph role=heading id=hd_id3148538 xml-lang=en-US level=3 
l10n=U oldref=6Drivers known in $[officename]/paragraph
 paragraph role=paragraph id=par_id3149235 xml-lang=en-US l10n=U 
oldref=7Displays a list of defined drivers and connection data./paragraph
 paragraph role=heading id=hd_id3153349 xml-lang=en-US level=3 
l10n=U oldref=13Current driver/paragraph
 paragraph role=paragraph id=par_id3153087 xml-lang=en-US l10n=U 
oldref=14The currently selected driver is displayed below the 
list./paragraph
-!-- removed HID OFFMGR_CHECKBOX_RID_OFAPAGE_CONNPOOLOPTIONS_CB_DRIVERPOOLING 
--
-bookmark xml-lang=en-US 

[Libreoffice-commits] core.git: helpcontent2

2013-09-29 Thread Jan Holesovsky
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 51576d102f77e74b842b85eb8226019b3ea1fcdc
Author: Jan Holesovsky ke...@collabora.com
Date:   Sun Sep 29 15:37:12 2013 +0200

Updated core
Project: help  cc089237993994a0a3ce91112eb45693f9a2993d

diff --git a/helpcontent2 b/helpcontent2
index 02ab8e6..cc08923 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 02ab8e6ce6b82909679baed396021a184c99b16e
+Subproject commit cc089237993994a0a3ce91112eb45693f9a2993d
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Libreoffice-commits] core.git: ucb/Library_ucpgio1.mk ucb/source

2013-09-29 Thread Ivan Timofeev
Hi Stephan,

I have the following error after that commit:

  [build CXX] ucb/source/ucp/gio/gio_content.cxx
  [build CHK] loaded modules: ucb
  In file included from
/home/ivan/libo/master/ucb/source/ucp/gio/gio_content.cxx:65:
  In file included from /home/ivan/libo/master/include/vcl/svapp.hxx:31:
  /home/ivan/libo/master/include/comphelper/solarmutex.hxx:25:10: fatal
error: 'boost/noncopyable.hpp' file not found
  #include boost/noncopyable.hpp
   ^
  1 error generated.

I don't know how to fix it.

OS is Ubuntu 13.10, autogen.input is:

  CC=clang
  CXX=clang++
  --without-doxygen
  --with-help
  --disable-odk
  --disable-postgresql-sdbc
  --enable-gtk3
  --with-system-cairo
  --with-lang=en-US ru

Regards,
Ivan

On 27.09.2013 00:31, Stephan Bergmann wrote:
  ucb/Library_ucpgio1.mk |1 +
  ucb/source/ucp/gio/gio_content.cxx |   11 ++-
  2 files changed, 11 insertions(+), 1 deletion(-)
 
 New commits:
 commit 2eb36dc4b846ab5886ae71fd2978b56b2a2d1d08
 Author: Stephan Bergmann sberg...@redhat.com
 Date:   Thu Sep 26 22:30:11 2013 +0200
 
 Hack to not leave SolarMutex released after g_main_loop_run call
 
 Change-Id: I26923469d08308233ce3fabe749806c16d75cecd
 
 diff --git a/ucb/Library_ucpgio1.mk b/ucb/Library_ucpgio1.mk
 index eb39c8e..000f557 100644
 --- a/ucb/Library_ucpgio1.mk
 +++ b/ucb/Library_ucpgio1.mk
 @@ -21,6 +21,7 @@ $(eval $(call gb_Library_use_libraries,ucpgio1,\
   sal \
   salhelper \
   ucbhelper \
 + vcl \
  ))
  
  $(eval $(call gb_Library_use_externals,ucpgio1,\
 diff --git a/ucb/source/ucp/gio/gio_content.cxx 
 b/ucb/source/ucp/gio/gio_content.cxx
 index 8621782..f7ce5f9 100644
 --- a/ucb/source/ucp/gio/gio_content.cxx
 +++ b/ucb/source/ucp/gio/gio_content.cxx
 @@ -62,6 +62,7 @@
  #include ucbhelper/propertyvalueset.hxx
  #include ucbhelper/interactionrequest.hxx
  #include ucbhelper/cancelcommandexecution.hxx
 +#include vcl/svapp.hxx
  
  #include osl/conditn.hxx
  
 @@ -325,7 +326,15 @@ void MountOperation::Completed(GObject *source, 
 GAsyncResult *res, gpointer user
  GError *MountOperation::Mount(GFile *pFile)
  {
  g_file_mount_enclosing_volume(pFile, G_MOUNT_MOUNT_NONE, 
 mpAuthentication, NULL, MountOperation::Completed, this);
 -g_main_loop_run(mpLoop);
 +{
 +//HACK: At least the gdk_threads_set_lock_functions(GdkThreadsEnter,
 +// GdkThreadsLeave) call in vcl/unx/gtk/app/gtkinst.cxx will lead to
 +// GdkThreadsLeave unlock the SolarMutex down to zero at the end of
 +// g_main_loop_run, so we need ~SolarMutexReleaser to raise it back 
 to
 +// the original value again:
 +SolarMutexReleaser rel;
 +g_main_loop_run(mpLoop);
 +}
  return mpError;
  }

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


Re: LibreOffice Gerrit News 2013-09-28

2013-09-29 Thread Jonathan Aquilina
This is the developers list. Have you tried to send an email to the user
mailing list?


On Sat, Sep 28, 2013 at 4:12 PM, henrickth...@comcast.net wrote:

 How can I stop these E-Mails from Libre coming,since no one has been able
 to help me with my gridline printing problem.As soon as I save some of my
 information,I will delete all  ref to Libre Office on my computer. I need
 to print a document in Libre-Office with the gridlines and no one can tell
 me how to do it.Thanks,I enjoyed the time I was with Libre-Office,but help
 from the company to what I concider a small problem,could not be addressed
- Original Message -  From: ger...@libreoffice.org  To:
 libreoffice@lists.freedesktop.org  Cc: q...@fr.libreoffice.org  Sent: Sat,
 28 Sep 2013 06:00:01 - (UTC)  Subject: LibreOffice Gerrit News
 2013-09-28 Moin!  * Open changes on master for project core changed in
 the last 25 hours:  + n realloc - 1 malloc + n same assignments - 1
 only   in https://gerrit.libreoffice.org/6063 from Julien Nabet + Remove
 the Navigator button below the scrollbar in Writer   in
 https://gerrit.libreoffice.org/6045 from Samuel Mehrbrodt + gbuild: use
 .xcd configuration files from instdir   in
 https://gerrit.libreoffice.org/6057 from Matúš Kukan + oox: added methods
 to lock Smart-Art edition   in https://gerrit.libreoffice.org/6059 from
 Andres Gomez + svtools: removed dead code from the export dialog   in
 https://gerrit.libreoffice.org/6058 from Andres Gomez + Unit test case
 added to verify chart rendering in Writer for docx   in
 https://gerrit.libreoffice.org/6056 from Tushar Bende + fdo#62082 Better
 Layout for Custom Animation Sidebar   in
 https://gerrit.libreoffice.org/6055 from Samuel Mehrbrodt + General
 cleanup in sal module for all and unix.   in
 https://gerrit.libreoffice.org/6016 from Arnaud Versini + Convert Draw
 char dialog to widget UI   in https://gerrit.libreoffice.org/6054 from
 Olivier Hallot + Convert Draw page dialog to Widget UI   in
 https://gerrit.libreoffice.org/6053 from Olivier Hallot   * Merged
 changes on master for project core changed in the last 25 hours:  +
 Implement hsqldb loading test.   in https://gerrit.libreoffice.org/5934from 
 Andrzej J.R. Hunt + Improve performance of copyArea(), especially
 relevant for mobile devices   in https://gerrit.libreoffice.org/5707 from
 Tsahi Glik @ CloudOn + unittest for fdo#67685   in
 https://gerrit.libreoffice.org/6043 from Lionel Elie Mamane   * Abandoned
 changes on master for project core changed in the last 25 hours:  + Test
 Case for chart in Writer for docx(Note : work in progress DO NOT MER   in
 https://gerrit.libreoffice.org/6019 from Tushar Bende   * Open changes
 needing tweaks, but being untouched for more than a week:  + fdo#69407
 Putting no fill frame color instead of transparent by default   in
 https://gerrit.libreoffice.org/5996 from matthieu gay + Remove more
 unusedcode   in https://gerrit.libreoffice.org/5937 from Marcos Souza +
 Simplify oslThreadIdentifier on Linux 32.   in
 https://gerrit.libreoffice.org/5553 from Arnaud Versini + Fix for IOS
 scroll by pixels, and pinch to zoom Change-Id: Ied6087a264f1c   in
 https://gerrit.libreoffice.org/5742 from Ptyl + fix polygon rendering
 with clip area of one line only   in https://gerrit.libreoffice.org/5709from 
 Tsahi Glik @ CloudOn + fix for text watermark   in
 https://gerrit.libreoffice.org/5568 from Adam CloudOn + fdo#39468:
 Translate German comments (first part) in include/svl/filerec.   in
 https://gerrit.libreoffice.org/5793 from Philipp Riemer + fdo#44689: fix
 for specific case restart value 0   in 
 https://gerrit.libreoffice.org/5681from Adam CloudOn + 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/4240from 
 Adam CloudOn + fdo#66401: fix for combined characters   in
 https://gerrit.libreoffice.org/5018 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 mailing list
 LibreOffice@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/libreoffice




-- 
Jonathan Aquilina
___
LibreOffice mailing list

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

2013-09-29 Thread Andras Timar
 solenv/bin/modules/installer.pm |   30 +++-
 solenv/bin/modules/installer/windows/msp.pm |   30 
 2 files changed, 34 insertions(+), 26 deletions(-)

New commits:
commit d925191b869ad687debcac79828275d0eadd52fe
Author: Andras Timar andras.ti...@collabora.com
Date:   Sun Sep 29 09:39:22 2013 -0700

I forgot to add -d swith to signtool

The UAC prompt shows a temporary random Program Name for msi, if the
-d switch is not given.

One more change: probably it is not wise to print the password of
code signing key in clear text to log and to screen.

Change-Id: I1f555754eee19708bbd7a3c70280fe662c77fc3a

diff --git a/solenv/bin/modules/installer.pm b/solenv/bin/modules/installer.pm
index a122927..addfe7e 100644
--- a/solenv/bin/modules/installer.pm
+++ b/solenv/bin/modules/installer.pm
@@ -1720,31 +1720,6 @@ sub run {
 # Path of new installation set: $finalinstalldir
 # Path of old installation set: 
$installer::globals::updatedatabasepath
 my $mspdir = 
installer::windows::msp::create_msp_patch($finalinstalldir, 
$includepatharrayref, $allvariableshashref, $languagestringref, 
$languagesarrayref, $filesinproductlanguageresolvedarrayref);
-if ( defined($ENV{'WINDOWS_BUILD_SIGNING'})  
($ENV{'WINDOWS_BUILD_SIGNING'} eq 'TRUE') )
-{
-my $systemcall = signtool.exe sign ;
-if ( defined($ENV{'PFXFILE'}) ) { $systemcall .= -f 
$ENV{'PFXFILE'} ; }
-if ( defined($ENV{'PFXPASSWORD'}) ) { $systemcall .= -p 
$ENV{'PFXPASSWORD'} ; }
-if ( defined($ENV{'TIMESTAMPURL'}) ) { $systemcall .= -t 
$ENV{'TIMESTAMPURL'} ; } else { $systemcall .= -t 
http://timestamp.globalsign.com/scripts/timestamp.dll ; }
-$systemcall .= $mspdir . /*.msp;
-installer::logger::print_message( ... $systemcall ...\n 
);
-
-my $returnvalue = system($systemcall);
-
-my $infoline = Systemcall: $systemcall\n;
-push( @installer::globals::logfileinfo, $infoline);
-
-if ($returnvalue)
-{
-$infoline = ERROR: Could not execute 
\$systemcall\!\n;
-push( @installer::globals::logfileinfo, $infoline);
-}
-else
-{
-$infoline = Success: Executed \$systemcall\ 
successfully!\n;
-push( @installer::globals::logfileinfo, $infoline);
-}
-}
 ($is_success, $finalinstalldir) = 
installer::worker::analyze_and_save_logfile($loggingdir, $mspdir, 
$installlogdir, $allsettingsarrayref, $languagestringref, 
$current_install_number);
 installer::worker::clean_output_tree(); # removing directories 
created in the output tree
 }
@@ -1772,11 +1747,14 @@ sub run {
 if ( defined($ENV{'PFXFILE'}) ) { $systemcall .= -f 
$ENV{'PFXFILE'} ; }
 if ( defined($ENV{'PFXPASSWORD'}) ) { $systemcall .= -p 
$ENV{'PFXPASSWORD'} ; }
 if ( defined($ENV{'TIMESTAMPURL'}) ) { $systemcall .= -t 
$ENV{'TIMESTAMPURL'} ; } else { $systemcall .= -t 
http://timestamp.globalsign.com/scripts/timestamp.dll ; }
+$systemcall .= -d \ . 
installer::download::get_downloadname_productname($allvariableshashref) .   . 
installer::download::get_download_version($allvariableshashref) .   . 
installer::download::get_downloadname_language($languagestringref) .   . 
installer::download::get_download_functionality($allvariableshashref) . \ ;
 $systemcall .= $finalinstalldir . 
$installer::globals::separator . $$downloadname . .msi;
-installer::logger::print_message( ... $systemcall ...\n 
);
+installer::logger::print_message( ... code signing and 
timestamping with signtool.exe ...\n );
 
 my $returnvalue = system($systemcall);
 
+# do not print password to log
+if ( defined($ENV{'PFXPASSWORD'}) ) { $systemcall =~ 
s/$ENV{'PFXPASSWORD'}//; }
 my $infoline = Systemcall: $systemcall\n;
 push( @installer::globals::logfileinfo, $infoline);
 
diff --git a/solenv/bin/modules/installer/windows/msp.pm 
b/solenv/bin/modules/installer/windows/msp.pm
index c956545..e321745 100644
--- a/solenv/bin/modules/installer/windows/msp.pm
+++ b/solenv/bin/modules/installer/windows/msp.pm
@@ -1214,6 +1214,36 @@ sub create_msp_patch
 installer::logger::include_timestamp_into_logfile(\nPerformance Info: 
Starting msimsp.exe);
 my $msimsplogfile = execute_msimsp($fullpcpfilename, $mspfilename, 
$localmspdir);
 
+# Sign .msp file
+if ( 

[Libreoffice-commits] core.git: solenv/bin

2013-09-29 Thread Andras Timar
 solenv/bin/modules/installer.pm |   30 +++-
 solenv/bin/modules/installer/windows/msp.pm |   30 
 2 files changed, 34 insertions(+), 26 deletions(-)

New commits:
commit b35c511b833b75bee576c15dd842b0446634b8e1
Author: Andras Timar andras.ti...@collabora.com
Date:   Sun Sep 29 09:39:22 2013 -0700

I forgot to add -d swith to signtool

The UAC prompt shows a temporary random Program Name for msi, if the
-d switch is not given.

One more change: probably it is not wise to print the password of
code signing key in clear text to log and to screen.

Change-Id: I1f555754eee19708bbd7a3c70280fe662c77fc3a

diff --git a/solenv/bin/modules/installer.pm b/solenv/bin/modules/installer.pm
index d50f46d..0b5e845 100644
--- a/solenv/bin/modules/installer.pm
+++ b/solenv/bin/modules/installer.pm
@@ -1639,31 +1639,6 @@ sub run {
 # Path of new installation set: $finalinstalldir
 # Path of old installation set: 
$installer::globals::updatedatabasepath
 my $mspdir = 
installer::windows::msp::create_msp_patch($finalinstalldir, 
$includepatharrayref, $allvariableshashref, $languagestringref, 
$languagesarrayref, $filesinproductlanguageresolvedarrayref);
-if ( defined($ENV{'WINDOWS_BUILD_SIGNING'})  
($ENV{'WINDOWS_BUILD_SIGNING'} eq 'TRUE') )
-{
-my $systemcall = signtool.exe sign ;
-if ( defined($ENV{'PFXFILE'}) ) { $systemcall .= -f 
$ENV{'PFXFILE'} ; }
-if ( defined($ENV{'PFXPASSWORD'}) ) { $systemcall .= -p 
$ENV{'PFXPASSWORD'} ; }
-if ( defined($ENV{'TIMESTAMPURL'}) ) { $systemcall .= -t 
$ENV{'TIMESTAMPURL'} ; } else { $systemcall .= -t 
http://timestamp.globalsign.com/scripts/timestamp.dll ; }
-$systemcall .= $mspdir . /*.msp;
-installer::logger::print_message( ... $systemcall ...\n 
);
-
-my $returnvalue = system($systemcall);
-
-my $infoline = Systemcall: $systemcall\n;
-push( @installer::globals::logfileinfo, $infoline);
-
-if ($returnvalue)
-{
-$infoline = ERROR: Could not execute 
\$systemcall\!\n;
-push( @installer::globals::logfileinfo, $infoline);
-}
-else
-{
-$infoline = Success: Executed \$systemcall\ 
successfully!\n;
-push( @installer::globals::logfileinfo, $infoline);
-}
-}
 ($is_success, $finalinstalldir) = 
installer::worker::analyze_and_save_logfile($loggingdir, $mspdir, 
$installlogdir, $allsettingsarrayref, $languagestringref, 
$current_install_number);
 installer::worker::clean_output_tree(); # removing directories 
created in the output tree
 }
@@ -1690,11 +1665,14 @@ sub run {
 if ( defined($ENV{'PFXFILE'}) ) { $systemcall .= -f 
$ENV{'PFXFILE'} ; }
 if ( defined($ENV{'PFXPASSWORD'}) ) { $systemcall .= -p 
$ENV{'PFXPASSWORD'} ; }
 if ( defined($ENV{'TIMESTAMPURL'}) ) { $systemcall .= -t 
$ENV{'TIMESTAMPURL'} ; } else { $systemcall .= -t 
http://timestamp.globalsign.com/scripts/timestamp.dll ; }
+$systemcall .= -d \ . 
installer::download::get_downloadname_productname($allvariableshashref) .   . 
installer::download::get_download_version($allvariableshashref) .   . 
installer::download::get_downloadname_language($languagestringref) .   . 
installer::download::get_download_functionality($allvariableshashref) . \ ;
 $systemcall .= $finalinstalldir . 
$installer::globals::separator . $$downloadname . .msi;
-installer::logger::print_message( ... $systemcall ...\n 
);
+installer::logger::print_message( ... code signing and 
timestamping with signtool.exe ...\n );
 
 my $returnvalue = system($systemcall);
 
+# do not print password to log
+if ( defined($ENV{'PFXPASSWORD'}) ) { $systemcall =~ 
s/$ENV{'PFXPASSWORD'}//; }
 my $infoline = Systemcall: $systemcall\n;
 push( @installer::globals::logfileinfo, $infoline);
 
diff --git a/solenv/bin/modules/installer/windows/msp.pm 
b/solenv/bin/modules/installer/windows/msp.pm
index fbb0661..9441559 100644
--- a/solenv/bin/modules/installer/windows/msp.pm
+++ b/solenv/bin/modules/installer/windows/msp.pm
@@ -1191,6 +1191,36 @@ sub create_msp_patch
 installer::logger::include_timestamp_into_logfile(\nPerformance Info: 
Starting msimsp.exe);
 my $msimsplogfile = execute_msimsp($fullpcpfilename, $mspfilename, 
$localmspdir);
 
+# Sign .msp file
+if ( 

[Libreoffice-commits] core.git: 8 commits - chart2/source embeddedobj/source svtools/source svx/source

2013-09-29 Thread Markus Mohrhard
 chart2/source/controller/dialogs/DataBrowser.hxx  |3 +-
 chart2/source/controller/dialogs/DataBrowserModel.hxx |4 ++-
 chart2/source/controller/dialogs/TimerTriggeredControllerLock.cxx |2 -
 chart2/source/controller/dialogs/TitleDialogData.cxx  |4 +--
 chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx  |7 ++---
 chart2/source/controller/dialogs/tp_ChartType.cxx |   12 
+++---
 chart2/source/controller/dialogs/tp_DataSource.hxx|3 --
 chart2/source/controller/dialogs/tp_LegendPosition.hxx|5 +---
 chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx   |8 +++---
 chart2/source/controller/inc/TimerTriggeredControllerLock.hxx |5 ++--
 chart2/source/controller/inc/TitleDialogData.hxx  |   12 
+++---
 chart2/source/controller/main/ChartController_Insert.cxx  |6 ++---
 chart2/source/controller/main/ElementSelector.cxx |2 -
 chart2/source/controller/main/ElementSelector.hxx |4 +--
 chart2/source/model/main/ChartModel.hxx   |5 +---
 chart2/source/model/main/ChartModel_Persistence.cxx   |2 -
 chart2/source/model/main/DataPoint.hxx|3 --
 chart2/source/view/axes/VCartesianCoordinateSystem.cxx|3 --
 chart2/source/view/axes/VPolarRadiusAxis.cxx  |2 -
 chart2/source/view/axes/VPolarRadiusAxis.hxx  |5 +---
 chart2/source/view/inc/VSeriesPlotter.hxx |2 -
 embeddedobj/source/commonembedding/visobj.cxx |6 -
 svtools/source/uno/contextmenuhelper.cxx  |2 -
 svx/source/xoutdev/xattr.cxx  |   10 
+---
 24 files changed, 50 insertions(+), 67 deletions(-)

New commits:
commit 140e5eabbfa6f91dc34d2d8181e0ee0508a5a271
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Sep 29 18:44:32 2013 +0200

replace more auto_ptr with scoped_ptr

Change-Id: Ia96fcc857e028c7c14186b9560153e7580e6b4fb

diff --git a/chart2/source/controller/main/ElementSelector.cxx 
b/chart2/source/controller/main/ElementSelector.cxx
index f892f0b..55d3904 100644
--- a/chart2/source/controller/main/ElementSelector.cxx
+++ b/chart2/source/controller/main/ElementSelector.cxx
@@ -304,7 +304,7 @@ uno::Reference awt::XWindow  SAL_CALL 
ElementSelectorToolbarController::create
 Window* pParent = VCLUnoHelper::GetWindow( xParent );
 if( pParent )
 {
-m_apSelectorListBox = ::std::auto_ptr SelectorListBox ( new 
SelectorListBox( pParent, WB_DROPDOWN|WB_AUTOHSCROLL|WB_BORDER ) );
+m_apSelectorListBox.reset( new SelectorListBox( pParent, 
WB_DROPDOWN|WB_AUTOHSCROLL|WB_BORDER ) );
 ::Size aLogicalSize( 95, 160 );
 ::Size aPixelSize = m_apSelectorListBox-LogicToPixel( 
aLogicalSize, MAP_APPFONT );
 m_apSelectorListBox-SetSizePixel( aPixelSize );
diff --git a/chart2/source/controller/main/ElementSelector.hxx 
b/chart2/source/controller/main/ElementSelector.hxx
index e5db87e..ed4714d 100644
--- a/chart2/source/controller/main/ElementSelector.hxx
+++ b/chart2/source/controller/main/ElementSelector.hxx
@@ -28,7 +28,7 @@
 #include vcl/lstbox.hxx
 #include cppuhelper/weakref.hxx
 
-#include memory
+#include boost/scoped_ptr.hpp
 
 namespace chart
 {
@@ -100,7 +100,7 @@ private:
 
 private:
 ::com::sun::star::uno::Reference 
::com::sun::star::uno::XComponentContextm_xCC;
-::std::auto_ptr SelectorListBox  m_apSelectorListBox;
+boost::scoped_ptr SelectorListBox  m_apSelectorListBox;
 };
 
 } //namespace chart
diff --git a/chart2/source/model/main/ChartModel.hxx 
b/chart2/source/model/main/ChartModel.hxx
index ee36ddd..9752c3b 100644
--- a/chart2/source/model/main/ChartModel.hxx
+++ b/chart2/source/model/main/ChartModel.hxx
@@ -66,8 +66,7 @@
 #include cppuhelper/interfacecontainer.hxx
 #include svtools/grfmgr.hxx
 
-// for auto_ptr
-#include memory
+#include boost/scoped_ptr.hpp
 
 class SvNumberFormatter;
 
@@ -149,7 +148,7 @@ private:
 m_xOwnNumberFormatsSupplier;
 ::com::sun::star::uno::Reference 
com::sun::star::util::XNumberFormatsSupplier 
 m_xNumberFormatsSupplier;
-std::auto_ptr SvNumberFormatter  m_apSvNumberFormatter; // #i113784# 
avoid memory leak
+boost::scoped_ptr SvNumberFormatter  m_apSvNumberFormatter; // #i113784# 
avoid memory leak
 
 ::com::sun::star::uno::Reference 
::com::sun::star::chart2::XChartTypeManager 
 m_xChartTypeManager;
diff --git a/chart2/source/model/main/ChartModel_Persistence.cxx 
b/chart2/source/model/main/ChartModel_Persistence.cxx
index b8e37ef..eebf278 100644
--- a/chart2/source/model/main/ChartModel_Persistence.cxx
+++ 

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

2013-09-29 Thread Caolán McNamara
 helpers/help_hid.lst |1 -
 source/text/shared/optionen/01130200.xhp |6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 3d831c50a956ae42a8988d7c579a8e33b4ab6886
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Sep 29 19:55:33 2013 +0100

no need for custom HID_OFAPAGE_MSFLTR2_CLB hid

Change-Id: If9cec865cb55de6a694927f289eef986c0f9303a

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index d58ec3e..d2d4e3f 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -2559,7 +2559,6 @@ HID_OFADLG_TREELISTBOX,35098,
 HID_OFAPAGE_AUTOCOMPLETE_OPTIONS,35141,
 HID_OFAPAGE_AUTOCORR_OPTIONS,35029,
 HID_OFAPAGE_AUTOFORMAT_CLB,35075,
-HID_OFAPAGE_MSFLTR2_CLB,35146,
 HID_OFAPAGE_SMARTTAG_OPTIONS,35155,
 HID_OFA_CONNPOOL_DRIVERLIST,35149,
 HID_OFA_FONT_SUBST_CLB,35084,
diff --git a/source/text/shared/optionen/01130200.xhp 
b/source/text/shared/optionen/01130200.xhp
index 01362bb..bbb7949 100644
--- a/source/text/shared/optionen/01130200.xhp
+++ b/source/text/shared/optionen/01130200.xhp
@@ -37,10 +37,10 @@
   section id=howtoget
  embed href=text/shared/00/0406.xhp#etsofi2/
   /section
-bookmark xml-lang=en-US branch=hid/CUI_HID_OFAPAGE_MSFLTR2_CLB 
id=bm_id3158430 localize=false/
+bookmark xml-lang=en-US branch=hid/cui/ui/optfltrpage/checklbcontainer 
id=bm_id3158430 localize=false/
 paragraph xml-lang=en-US id=hd_id3146798 role=heading level=2 
l10n=U oldref=3List Box/paragraph
-  paragraph xml-lang=en-US id=par_id3150670 role=paragraph l10n=U 
oldref=4ahelp hid=HID_OFAPAGE_MSFLTR2_CLBTheemph List Box /emphfield 
displays the entries for the pair of OLE objects that can be converted when 
loading into $[officename] (L) and/or when saving into a Microsoft format (S). 
/ahelp/paragraph
+  paragraph xml-lang=en-US id=par_id3150670 role=paragraph l10n=U 
oldref=4ahelp hid=cui/ui/optfltrpage/checklbcontainerTheemph List Box 
/emphfield displays the entries for the pair of OLE objects that can be 
converted when loading into $[officename] (L) and/or when saving into a 
Microsoft format (S). /ahelp/paragraph
   paragraph xml-lang=en-US id=par_id3154286 role=paragraph l10n=U 
oldref=5Mark the box in the [L] column in front of the entry if a Microsoft 
OLE object is to be converted into the specified $[officename] OLE object when 
a Microsoft document is loaded into $[officename]./paragraph
   paragraph xml-lang=en-US id=par_id3153880 role=paragraph l10n=U 
oldref=6Mark the box in the [S] column in front of the entry if a 
$[officename] OLE object is to be converted into the specified Microsoft OLE 
object when a document is saved in a Microsoft file format./paragraph
/body
-/helpdocument
\ No newline at end of file
+/helpdocument
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-09-29 Thread Caolán McNamara
 cui/source/inc/helpid.hrc  |1 -
 cui/source/options/optfltr.cxx |1 -
 cui/source/options/optfltr.hxx |2 +-
 helpcontent2   |2 +-
 4 files changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 574764bb17093268a70efeea5d5c0ef90ffa8e71
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Sep 29 19:59:38 2013 +0100

no need for a double border inside border

Change-Id: I650e00bd026a66f82c6a21b0810b53f2f98c81c9

diff --git a/cui/source/options/optfltr.hxx b/cui/source/options/optfltr.hxx
index 9340ec3..a8a7013 100644
--- a/cui/source/options/optfltr.hxx
+++ b/cui/source/options/optfltr.hxx
@@ -67,7 +67,7 @@ class OfaMSFilterTabPage2 : public SfxTabPage
 virtual voidKeyInput( const KeyEvent rKEvt );
 
 public:
-MSFltrSimpleTable(SvSimpleTableContainer rParent, WinBits nBits = 
WB_BORDER)
+MSFltrSimpleTable(SvSimpleTableContainer rParent, WinBits nBits = 0)
 : SvSimpleTable(rParent, nBits)
 {
 }
commit ffbc9f27688ae9b3b20e8a6a34508a84555a38b1
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Sep 29 19:55:46 2013 +0100

no need for custom HID_OFAPAGE_MSFLTR2_CLB hid

Change-Id: I6002c20bf1f6e6dab6ba7d0b7a0fbbe6a721e115

diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc
index 5b376b6..a66bead 100644
--- a/cui/source/inc/helpid.hrc
+++ b/cui/source/inc/helpid.hrc
@@ -36,7 +36,6 @@
 #define HID_DBPATH_CTL_PATH CUI_HID_DBPATH_CTL_PATH
 #define HID_DBPATH_HEADERBAR CUI_HID_DBPATH_HEADERBAR
 #define HID_OFAPAGE_SMARTTAG_OPTIONS CUI_HID_OFAPAGE_SMARTTAG_OPTIONS
-#define HID_OFAPAGE_MSFLTR2_CLB CUI_HID_OFAPAGE_MSFLTR2_CLB
 #define HID_OFADLG_TREELISTBOX CUI_HID_OFADLG_TREELISTBOX
 #define HID_OPTIONS_DICT_EDIT_ENTRIES_LIST 
CUI_HID_OPTIONS_DICT_EDIT_ENTRIES_LIST
 #define HID_COLORPAGE_DOCCOLOR_LB CUI_HID_COLORPAGE_DOCCOLOR_LB
diff --git a/cui/source/options/optfltr.cxx b/cui/source/options/optfltr.cxx
index 3243842..653448c 100644
--- a/cui/source/options/optfltr.cxx
+++ b/cui/source/options/optfltr.cxx
@@ -154,7 +154,6 @@ OfaMSFilterTabPage2::OfaMSFilterTabPage2( Window* pParent, 
const SfxItemSet rSe
 m_pCheckLB-InsertHeaderEntry( sHeader, HEADERBAR_APPEND,
 HIB_CENTER | HIB_VCENTER | HIB_FIXEDPOS | HIB_FIXED );
 
-m_pCheckLB-SetHelpId( HID_OFAPAGE_MSFLTR2_CLB );
 m_pCheckLB-SetStyle( m_pCheckLB-GetStyle()|WB_HSCROLL| WB_VSCROLL );
 }
 
commit 3755b5d8111dd13fc583ddbd2617f5c517b8ab54
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Sep 29 19:55:33 2013 +0100

Updated core
Project: help  3d831c50a956ae42a8988d7c579a8e33b4ab6886

diff --git a/helpcontent2 b/helpcontent2
index cc08923..3d831c5 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit cc089237993994a0a3ce91112eb45693f9a2993d
+Subproject commit 3d831c50a956ae42a8988d7c579a8e33b4ab6886
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-09-29 Thread Caolán McNamara
 cui/uiconfig/ui/dbregisterpage.ui |   10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

New commits:
commit c08ee0c6d9e77819cde8efb234de5a7be17e1355
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Sep 29 20:25:17 2013 +0100

swap buttonbox for box

Change-Id: I56f2ea6731996edc9a4582dc83c9b00f09df8fd7

diff --git a/cui/uiconfig/ui/dbregisterpage.ui 
b/cui/uiconfig/ui/dbregisterpage.ui
index f555953..bc7425b 100644
--- a/cui/uiconfig/ui/dbregisterpage.ui
+++ b/cui/uiconfig/ui/dbregisterpage.ui
@@ -43,19 +43,17 @@
   /packing
 /child
 child
-  object class=GtkBox id=box2
+  object class=GtkButtonBox id=buttonbox1
 property name=visibleTrue/property
 property name=can_focusFalse/property
 property name=halignend/property
-property name=spacing12/property
+property name=layout_styleend/property
 child
   object class=GtkButton id=new
 property name=label 
translatable=yes_New.../property
-property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultTrue/property
-property name=use_action_appearanceFalse/property
 property name=use_underlineTrue/property
   /object
   packing
@@ -67,11 +65,9 @@
 child
   object class=GtkButton id=delete
 property name=label 
translatable=yes_Delete/property
-property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultTrue/property
-property name=use_action_appearanceFalse/property
 property name=use_underlineTrue/property
   /object
   packing
@@ -83,11 +79,9 @@
 child
   object class=GtkButton id=edit
 property name=label 
translatable=yes_Edit.../property
-property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultTrue/property
-property name=use_action_appearanceFalse/property
 property name=use_underlineTrue/property
   /object
   packing
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-09-29 Thread Caolán McNamara
 cui/source/inc/helpid.hrc  |1 -
 cui/source/options/connpooloptions.cxx |3 +--
 helpcontent2   |2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 26bb3a08958d1d3062f9c7eb9b155a8e228f1bc5
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Sep 29 20:32:59 2013 +0100

add border to driverlist and drop unnecessary custom hid

Change-Id: I4e81556a0e1e0a6c9dd2aea42b3e7106f7dcf65c

diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc
index a66bead..4685beb 100644
--- a/cui/source/inc/helpid.hrc
+++ b/cui/source/inc/helpid.hrc
@@ -30,7 +30,6 @@
 #define HID_EDIT_MODULES CUI_HID_EDIT_MODULES
 #define HID_OPTIONS_COLORCONFIG_SAVE_SCHEME 
CUI_HID_OPTIONS_COLORCONFIG_SAVE_SCHEME
 #define HID_OFADLG_OPTIONS_TREE CUI_HID_OFADLG_OPTIONS_TREE
-#define HID_OFA_CONNPOOL_DRIVERLIST CUI_HID_OFA_CONNPOOL_DRIVERLIST
 #define UID_OFA_CONNPOOL_DRIVERLIST_BACK CUI_UID_OFA_CONNPOOL_DRIVERLIST_BACK
 #define HID_OFA_FONT_SUBST_CLB CUI_HID_OFA_FONT_SUBST_CLB
 #define HID_DBPATH_CTL_PATH CUI_HID_DBPATH_CTL_PATH
diff --git a/cui/source/options/connpooloptions.cxx 
b/cui/source/options/connpooloptions.cxx
index d154b0f..f2b6509 100644
--- a/cui/source/options/connpooloptions.cxx
+++ b/cui/source/options/connpooloptions.cxx
@@ -90,7 +90,7 @@ namespace offapp
 
 //
 DriverListControl::DriverListControl(Window* _pParent)
-:EditBrowseBox(_pParent, EBBF_NOROWPICTURE, BROWSER_AUTO_VSCROLL | 
BROWSER_AUTO_HSCROLL | BROWSER_HIDECURSOR | BROWSER_AUTOSIZE_LASTCOL)
+:EditBrowseBox(_pParent, EBBF_NOROWPICTURE, BROWSER_AUTO_VSCROLL | 
BROWSER_AUTO_HSCROLL | BROWSER_HIDECURSOR | BROWSER_AUTOSIZE_LASTCOL | 
WB_BORDER)
 ,m_aSeekRow(m_aSettings.end())
 ,m_sYes(CUI_RES(RID_SVXSTR_YES))
 ,m_sNo(CUI_RES(RID_SVXSTR_NO))
@@ -98,7 +98,6 @@ namespace offapp
 SetStyle((GetStyle()  ~WB_HSCROLL) | WB_AUTOHSCROLL);
 
 SetUniqueId(UID_OFA_CONNPOOL_DRIVERLIST_BACK);
-GetDataWindow().SetHelpId(HID_OFA_CONNPOOL_DRIVERLIST);
 }
 
 extern C SAL_DLLPUBLIC_EXPORT Window* SAL_CALL 
makeDriverListControl(Window *pParent, VclBuilder::stringmap )
commit 48d39355cababdacb8b882e495b8151ac82fd2f6
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Sep 29 20:33:40 2013 +0100

Updated core
Project: help  1008ed32d8e2196c3c26e5aee2c1929377bea919

diff --git a/helpcontent2 b/helpcontent2
index 3d831c5..1008ed3 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 3d831c50a956ae42a8988d7c579a8e33b4ab6886
+Subproject commit 1008ed32d8e2196c3c26e5aee2c1929377bea919
___
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-09-29 Thread Caolán McNamara
 helpers/help_hid.lst |2 --
 1 file changed, 2 deletions(-)

New commits:
commit 1008ed32d8e2196c3c26e5aee2c1929377bea919
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Sep 29 20:33:40 2013 +0100

drop unused hids

Change-Id: I8da76471c7e59043573a4d139318f81ecd1f56f9

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index d2d4e3f..c1c2583 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -2560,7 +2560,6 @@ HID_OFAPAGE_AUTOCOMPLETE_OPTIONS,35141,
 HID_OFAPAGE_AUTOCORR_OPTIONS,35029,
 HID_OFAPAGE_AUTOFORMAT_CLB,35075,
 HID_OFAPAGE_SMARTTAG_OPTIONS,35155,
-HID_OFA_CONNPOOL_DRIVERLIST,35149,
 HID_OFA_FONT_SUBST_CLB,35084,
 HID_OFA_HYPERLINK_NAME,35079,
 HID_OFA_HYPERLINK_TARGET,35053,
@@ -5502,7 +5501,6 @@ UID_FIELDLINK_MASTER3,37924,
 UID_FIELDLINK_MASTER4,37926,
 UID_FIRSTSTART_HELP,42783,
 UID_FORMPROPBROWSER_FRAME,38205,
-UID_OFA_CONNPOOL_DRIVERLIST_BACK,35150,
 UID_PROP_ADD_DATA_TYPE,38016,
 UID_PROP_DLG_ATTR_DATASOURCE,37952,
 UID_PROP_DLG_ATTR_TARGET_URL,37953,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-09-29 Thread Julien Nabet
 chart2/source/controller/dialogs/dlg_DataEditor.cxx |3 +--
 chart2/source/tools/ThreeDHelper.cxx|6 ++
 dtrans/source/win32/clipb/MtaOleClipb.cxx   |3 +--
 3 files changed, 4 insertions(+), 8 deletions(-)

New commits:
commit 30e72a9a36750b7326803fa8fa1b8d40648e7e89
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sun Sep 29 22:49:15 2013 +0200

cppcheck: some cleanings

Change-Id: Ie41b33c09d79b40116cc10f7557987860acb55e8

diff --git a/chart2/source/controller/dialogs/dlg_DataEditor.cxx 
b/chart2/source/controller/dialogs/dlg_DataEditor.cxx
index 6a4bb14..0495b2a 100644
--- a/chart2/source/controller/dialogs/dlg_DataEditor.cxx
+++ b/chart2/source/controller/dialogs/dlg_DataEditor.cxx
@@ -93,8 +93,7 @@ DataEditor::DataEditor(
 sal_Int32 nMaxWidth = GetDesktopRectPixel().getWidth() -
 (aWinSizeWithBorder.getWidth() - aWinSize.getWidth() + aWinPos.getX()) 
- 10; // leave some space
 sal_Int32 nBrowserWidth = m_apBrwData-GetTotalWidth() + 12 + 16; // plus 
padding + 16?
-sal_Int32 nWindowWidth = ::std::max( nMinWidth, nBrowserWidth );
-nWindowWidth = ::std::min( nMaxWidth, nBrowserWidth );
+sal_Int32 nWindowWidth = ::std::min( nMaxWidth, nBrowserWidth );
 aWinSize.setWidth( nWindowWidth );
 SetOutputSizePixel( aWinSize );
 AdaptBrowseBoxSize();
diff --git a/chart2/source/tools/ThreeDHelper.cxx 
b/chart2/source/tools/ThreeDHelper.cxx
index 47502c8..81d20a1 100644
--- a/chart2/source/tools/ThreeDHelper.cxx
+++ b/chart2/source/tools/ThreeDHelper.cxx
@@ -1157,7 +1157,6 @@ void ThreeDHelper::setCameraDistance(
 
 double ThreeDHelper::CameraDistanceToPerspective( double fCameraDistance )
 {
-double fRet = fCameraDistance;
 double fMin, fMax;
 ThreeDHelper::getCameraDistanceRange( fMin, fMax );
 //fMax - 0; fMin -100
@@ -1165,14 +1164,13 @@ double ThreeDHelper::CameraDistanceToPerspective( 
double fCameraDistance )
 double a = 100.0*fMax*fMin/(fMax-fMin);
 double b = -a/fMax;
 
-fRet = a/fCameraDistance + b;
+double fRet = a/fCameraDistance + b;
 
 return fRet;
 }
 
 double ThreeDHelper::PerspectiveToCameraDistance( double fPerspective )
 {
-double fRet = fPerspective;
 double fMin, fMax;
 ThreeDHelper::getCameraDistanceRange( fMin, fMax );
 //fMax - 0; fMin -100
@@ -1180,7 +1178,7 @@ double ThreeDHelper::PerspectiveToCameraDistance( double 
fPerspective )
 double a = 100.0*fMax*fMin/(fMax-fMin);
 double b = -a/fMax;
 
-fRet = a/(fPerspective - b);
+double fRet = a/(fPerspective - b);
 
 return fRet;
 }
diff --git a/dtrans/source/win32/clipb/MtaOleClipb.cxx 
b/dtrans/source/win32/clipb/MtaOleClipb.cxx
index d893dd4..365e869 100644
--- a/dtrans/source/win32/clipb/MtaOleClipb.cxx
+++ b/dtrans/source/win32/clipb/MtaOleClipb.cxx
@@ -399,7 +399,6 @@ HRESULT CMtaOleClipboard::getClipboard( IDataObject** 
ppIDataObject )
 CAutoComInit comAutoInit;
 
 LPSTREAM lpStream;
-HRESULT  hr = E_FAIL;
 
 *ppIDataObject = NULL;
 
@@ -411,7 +410,7 @@ HRESULT CMtaOleClipboard::getClipboard( IDataObject** 
ppIDataObject )
 
 aMsgCtx.aCondition.wait( /* infinite */ );
 
-hr = aMsgCtx.hr;
+HRESULT hr = aMsgCtx.hr;
 
 if ( SUCCEEDED( hr ) )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 5 commits - android/sdremote

2013-09-29 Thread Artur Dryomov
 android/sdremote/res/drawable-hdpi/bg_action_bar.9.png 
|binary
 android/sdremote/res/drawable-hdpi/bg_action_bar_tab_selected.9.png
|binary
 android/sdremote/res/drawable-hdpi/bg_action_bar_tab_selected_focused.9.png
|binary
 android/sdremote/res/drawable-hdpi/bg_action_bar_tab_selected_pressed.9.png
|binary
 android/sdremote/res/drawable-hdpi/bg_action_bar_tab_unselected.9.png  
|binary
 android/sdremote/res/drawable-hdpi/bg_action_bar_tab_unselected_focused.9.png  
|binary
 android/sdremote/res/drawable-hdpi/bg_action_bar_tab_unselected_pressed.9.png  
|binary
 android/sdremote/res/drawable-mdpi/bg_action_bar.9.png 
|binary
 android/sdremote/res/drawable-mdpi/bg_action_bar_tab_selected.9.png
|binary
 android/sdremote/res/drawable-mdpi/bg_action_bar_tab_selected_focused.9.png
|binary
 android/sdremote/res/drawable-mdpi/bg_action_bar_tab_selected_pressed.9.png
|binary
 android/sdremote/res/drawable-mdpi/bg_action_bar_tab_unselected.9.png  
|binary
 android/sdremote/res/drawable-mdpi/bg_action_bar_tab_unselected_focused.9.png  
|binary
 android/sdremote/res/drawable-mdpi/bg_action_bar_tab_unselected_pressed.9.png  
|binary
 android/sdremote/res/drawable-nodpi/bg_slide_unknown.png   
|binary
 android/sdremote/res/drawable-xhdpi/bg_action_bar.9.png
|binary
 android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_selected.9.png   
|binary
 android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_selected_focused.9.png   
|binary
 android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_selected_pressed.9.png   
|binary
 android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_unselected.9.png 
|binary
 android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_unselected_focused.9.png 
|binary
 android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_unselected_pressed.9.png 
|binary
 android/sdremote/res/drawable-xxhdpi/ic_action_cancel.png  
|binary
 android/sdremote/res/drawable-xxhdpi/ic_action_grid.png
|binary
 android/sdremote/res/drawable-xxhdpi/ic_action_pager.png   
|binary
 android/sdremote/res/drawable-xxhdpi/ic_action_reconnect.png   
|binary
 android/sdremote/res/drawable-xxhdpi/ic_action_resume.png  
|binary
 android/sdremote/res/drawable-xxhdpi/ic_action_save.png
|binary
 android/sdremote/res/drawable-xxhdpi/ic_action_timer.png   
|binary
 android/sdremote/res/drawable/action_bar_tab.xml   
|   26 
 android/sdremote/res/drawable/background_grid_slide.xml
|   17 --
 android/sdremote/res/drawable/bg_action_bar_tab.xml
|   61 ++
 android/sdremote/res/drawable/bg_grid_slide.xml
|   17 ++
 android/sdremote/res/drawable/underline_header.xml 
|2 
 android/sdremote/res/layout/fragment_computers_list.xml
|5 
 android/sdremote/res/layout/view_grid_slide.xml
|2 
 android/sdremote/res/menu/menu_action_bar_computers.xml
|2 
 android/sdremote/res/values/colors.xml 
|1 
 android/sdremote/res/values/dimens.xml 
|1 
 android/sdremote/res/values/strings.xml
|4 
 android/sdremote/res/values/themes.xml 
|8 -
 
android/sdremote/src/org/libreoffice/impressremote/adapter/SlidesGridAdapter.java
  |4 
 
android/sdremote/src/org/libreoffice/impressremote/adapter/SlidesPagerAdapter.java
 |4 
 dev/null   
|binary
 44 files changed, 97 insertions(+), 57 deletions(-)

New commits:
commit 6faff72236906a9e2326374d8db016edc8048a3c
Author: Artur Dryomov artur.dryo...@gmail.com
Date:   Mon Sep 30 00:17:13 2013 +0300

Add xxhdpi action bar icons and remove an unused search icon.

Change-Id: I7c092f0c5e42ea478946506be49a2ad47a4bb67a

diff --git a/android/sdremote/res/drawable-hdpi/ic_action_search.png 
b/android/sdremote/res/drawable-hdpi/ic_action_search.png
deleted file mode 100644
index 67de12d..000
Binary files a/android/sdremote/res/drawable-hdpi/ic_action_search.png and 
/dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/ic_action_search.png 
b/android/sdremote/res/drawable-mdpi/ic_action_search.png
deleted file mode 100644
index 134d549..000
Binary files a/android/sdremote/res/drawable-mdpi/ic_action_search.png and 
/dev/null differ
diff --git 

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

2013-09-29 Thread Danny Brown
 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 32dcd60b47b78c5afa3885bd3a392b511ca713c3
Author: Danny Brown da...@dannybrown.net
Date:   Wed Sep 18 00:04:31 2013 +0100

Ctrl + K now opens the HyperlinkDialog

Change-Id: I0177b32376b7d4c80876ad686d9e7bb16ac8d7fa

Conflicts:
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu 
b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index 1dab5f7..0e488b3 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -45,6 +45,12 @@
   value xml:lang=en-US.uno:Copy/value
 /prop
   /node
+  node oor:name=K_MOD1 oor:op=replace
+prop oor:name=Command
+  value xml:lang=x-no-translateI10N SHORTCUTS - NO 
TRANSLATE/value
+  value xml:lang=en-US.uno:HyperlinkDialog/value
+/prop
+  /node
   node oor:name=DELETE oor:op=replace
 prop oor:name=Command
   value xml:lang=x-no-translateI10N SHORTCUTS - NO 
TRANSLATE/value
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-09-29 Thread Julien Nabet
 chart2/source/controller/dialogs/dlg_DataEditor.cxx |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9b2c434da90325d8e190617ebb6a488edd6e83b4
Author: Julien Nabet serval2...@yahoo.fr
Date:   Mon Sep 30 07:30:38 2013 +0200

Werror: nMinWidth unused

Change-Id: I2fea7be5e59c449b4d17fc30d2d3c1fcc651938d

diff --git a/chart2/source/controller/dialogs/dlg_DataEditor.cxx 
b/chart2/source/controller/dialogs/dlg_DataEditor.cxx
index 0495b2a..ddd9cc5 100644
--- a/chart2/source/controller/dialogs/dlg_DataEditor.cxx
+++ b/chart2/source/controller/dialogs/dlg_DataEditor.cxx
@@ -89,7 +89,6 @@ DataEditor::DataEditor(
 Size aWinSize( GetOutputSizePixel());
 Size aWinSizeWithBorder( GetSizePixel());
 Point aWinPos( OutputToAbsoluteScreenPixel( GetPosPixel()));
-sal_Int32 nMinWidth = aWinSize.getWidth();
 sal_Int32 nMaxWidth = GetDesktopRectPixel().getWidth() -
 (aWinSizeWithBorder.getWidth() - aWinSize.getWidth() + aWinPos.getX()) 
- 10; // leave some space
 sal_Int32 nBrowserWidth = m_apBrwData-GetTotalWidth() + 12 + 16; // plus 
padding + 16?
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Libreoffice-qa] UX bug process

2013-09-29 Thread Tommy

On Sat, 28 Sep 2013 22:59:28 +0200, Mirek M. maz...@gmail.com wrote:


Hi guys,
I'd really like to get the process passed as official, put it on our wiki
page, and encourage people to report UX bugs.
Since none of you replied to the original message, please give input  
before

next Saturday 17:00 UTC. If nobody has any problems with it by then, I'll
just pass it off as official.

(It will, of course, still be modifiable afterwards, but not as easily.)



I like your proposal.

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


Re: [Libreoffice-qa] [ANNOUNCE] Tag libreoffice-4.1.2.3 (on branch libreoffice-4-1-2) created

2013-09-29 Thread M Henri Day
2013/9/29 Christian Lohmaier lohma...@googlemail.com

 Hi all,

 The tag libreoffice-4.1.2.3 (AKA 4.1.2 RC3) has been created. This is
 an initially unscheduled RC because of regressions in RC2 that the
 QA-Team identified (thanks to all testers)

 Attached is the list of changes against RC2

 To checkout the tag, use

 ./g fetch --tags
 ./g checkout -b tag-libreoffice-4.1.2.3 libreoffice-4.1.2.3

 Linux distro packagers might find source tarballs at
 http://dev-builds.libreoffice.org/pre-releases/src/
 They will soon be available from the official page together with the
 builds.

 See also
 http://wiki.documentfoundation.org/ReleasePlan/4.1#4.1.2_release
 http://wiki.documentfoundation.org/Release_Criteria
 http://wiki.documentfoundation.org/Development/Branches

 Happy hacking,
 Christian

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


​Thanks, Christian to you and the other developers for this work ! I'm
looking forward to this version being uploaded as an Ubuntu PPA, so I can
begin using it

Henri
___
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 59886] FILESAVE as .docx: Date (fixed), Time (fixed) fields become static field name text

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

suokunl...@gmail.com changed:

   What|Removed |Added

 Blocks||54157

-- 
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 58740] soffice.bin: segfault in libuno_sal.so.3

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

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Whiteboard||Need_Advice
 CC||jmadero@gmail.com

-- 
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 69450] FORMATTING Format painter deletes cell content, paste special does not work

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

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

 CC||hl...@gmx.at

--- Comment #17 from Markus Mohrhard markus.mohrh...@googlemail.com ---
*** Bug 69720 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 55169] Name definitions

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

   See Also||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=122840

--- Comment #10 from tommy27 ba...@quipo.it ---
(In reply to comment #8)

 There was the same behaviour with ApacheOpenOffice.
 
 I've file this bug to ApacheOpenOffice : BUG #122840, and it has been
 VERIFIED and FIXED.

maybe our devs could use the same patch that AOO used to fix this in 4.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 69758] UI: Arrows missing from Dropdown Menu Buttons

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

Version|4.1.1.2 release |4.1.0.4 release

--- Comment #12 from tommy27 ba...@quipo.it ---
(In reply to comment #10)
 Correct. I first saw it in 4.1.0.4 and my next install was 4.1.1.2, where it
 is also happening. 

@David
ok, so it was not a regression. I adjust version field.
have you ever tried earlier LibO versions on that Win8 PC or 4.1.0 and 4.1.1
were the only LibO install you tried?

-- 
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 69657] FILEOPEN: DOCX Import not showing deleted cells from table (table now has no deleted cells)

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

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||pje335...@hotmail.com
 Ever confirmed|0   |1

--- Comment #2 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report,
I can reproduce this bug running LibreOffice: 
Version: 4.2.0.0.alpha0+
Build ID: 164b6ce7b27c0a9ec19019e7b078b9f8f382007d
TinderBox: Win-x86@39, Branch:master, Time: 2013-09-28_16:39:4
And Mircosoft Word 2007

-- 
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 69659] FILESAVE: DOCX Exporting a shape with an image fill is lost

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

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||pje335...@hotmail.com
 Ever confirmed|0   |1

--- Comment #3 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report,
I can reproduce this bug running LibreOffice: 
Version: 4.2.0.0.alpha0+
Build ID: 164b6ce7b27c0a9ec19019e7b078b9f8f382007d
TinderBox: Win-x86@39, Branch:master, Time: 2013-09-28_16:39:4

Wenn I open the file attached it doesn't show the picture in LibreOffice but it
opens in Word 2007.
So shouldn't this be a FILEOPEN 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 69774] EDITING: Pasting more than one cell brings up the Text Import dialogue

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #1 from tommy27 ba...@quipo.it ---
I do not see this issue in 4.1.1.2 under Win7 64bit.
did you try upgrading from 4.1.0? if issue persist must some Linux specific
bug.

would you please provide a test file where you constantly reproduce the bug?

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


[Libreoffice-bugs] [Bug 69656] FILEOPEN: DOCX Import of table with auto-width and at least one column with auto-width is wrong

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

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||pje335...@hotmail.com
 Ever confirmed|0   |1

--- Comment #2 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report,
I can reproduce this bug running LibreOffice: 
Version: 4.2.0.0.alpha0+
Build ID: 164b6ce7b27c0a9ec19019e7b078b9f8f382007d
TinderBox: Win-x86@39, Branch:master, Time: 2013-09-28_16:39:4
And Mircosoft Word 2007

-- 
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 69655] FILEOPEN: DOCX import of Table-of-Contents renders the ToC's levels wrong

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

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report,
I can reproduce this bug running LibreOffice: 
Version: 4.2.0.0.alpha0+
Build ID: 164b6ce7b27c0a9ec19019e7b078b9f8f382007d
TinderBox: Win-x86@39, Branch:master, Time: 2013-09-28_16:39:4
And Mircosoft Word 2007

But aren't there any duplicate's 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 69654] FILEOPEN: DOCX import renders the text-box's gradient color flipped

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

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||pje335...@hotmail.com
 Ever confirmed|0   |1

--- Comment #2 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report,
I can reproduce this bug running LibreOffice: 
Version: 4.2.0.0.alpha0+
Build ID: 164b6ce7b27c0a9ec19019e7b078b9f8f382007d
TinderBox: Win-x86@39, Branch:master, Time: 2013-09-28_16:39:4
And Mircosoft Word 2007

-- 
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 69649] FILEOPEN: Import DOCX renders page numbers wrong in Table-of-Contents

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

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||pje335...@hotmail.com

--- Comment #1 from Thomas van der Meulen pje335...@hotmail.com ---
It looks like you reported the bug twice.

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

-- 
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 69655] FILEOPEN: DOCX import of Table-of-Contents renders the ToC's levels wrong

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

--- Comment #4 from Thomas van der Meulen pje335...@hotmail.com ---
*** Bug 69649 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 69157] When moving frame, contents are moved instead of frame

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@quipo.it,
   ||mst...@redhat.com
   Keywords||regression
  Component|Libreoffice |Writer
 Ever confirmed|0   |1

--- Comment #3 from tommy27 ba...@quipo.it ---
@tmacalp
thank for the very nice and clear test file.

bug confirmed in 4.1.0 and 4.1.1 final releases under Win7 64bit.
it works in 4.0.5 final, hence regression.

adding Writer expert to CC-list.

-- 
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 69646] FILESAVE: DOCX Export of table with auto-width and at least one column with auto-width is wrong

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

--- Comment #3 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report,
I can reproduce this bug running LibreOffice: 
Version: 4.2.0.0.alpha0+
Build ID: 164b6ce7b27c0a9ec19019e7b078b9f8f382007d
TinderBox: Win-x86@39, Branch:master, Time: 2013-09-28_16:39:4
And Mircosoft Word 2007

-- 
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 69644] FILESAVE: DOCX Export loses deleted cells from table (table now has no deleted cells)

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

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||pje335...@hotmail.com
 Ever confirmed|0   |1

--- Comment #3 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report,
I can reproduce this bug running LibreOffice: 
Version: 4.2.0.0.alpha0+
Build ID: 164b6ce7b27c0a9ec19019e7b078b9f8f382007d
TinderBox: Win-x86@39, Branch:master, Time: 2013-09-28_16:39:4
And Mircosoft Word 2007

-- 
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 69616] FILESAVE: DOCX Export of two shapes with text loses text and shapes overlap

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

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||pje335...@hotmail.com
 Ever confirmed|0   |1

--- Comment #3 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report,
I can reproduce this bug running LibreOffice: 
Version: 4.2.0.0.alpha0+
Build ID: 164b6ce7b27c0a9ec19019e7b078b9f8f382007d
TinderBox: Win-x86@39, Branch:master, Time: 2013-09-28_16:39:4
And Mircosoft Word 2007

-- 
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 55169] Name definitions

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

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

   See Also|https://issues.apache.org/o |
   |oo/show_bug.cgi?id=122840   |

--- Comment #11 from Markus Mohrhard markus.mohrh...@googlemail.com ---
The AOO patch has nothing to do with our problem. They produced crap when they
added sheet local range names and have to fix that stuff now.

-- 
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 69646] FILESAVE: DOCX Export of table with auto-width and at least one column with auto-width is wrong

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

Thomas van der Meulen pje335...@hotmail.com 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 69607] FILESAVE: LO exports a corrupted DOCX

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

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

   Severity|normal  |major
 CC||pje335...@hotmail.com

--- Comment #1 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report,
I can reproduce this bug running LibreOffice: 
Version: 4.2.0.0.alpha0+
Build ID: 164b6ce7b27c0a9ec19019e7b078b9f8f382007d
TinderBox: Win-x86@39, Branch:master, Time: 2013-09-28_16:39:4
And Mircosoft Word 2007

-- 
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 69607] FILESAVE: LO exports a corrupted DOCX

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

Thomas van der Meulen pje335...@hotmail.com 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 69515] FILEOPEN: Tables in floating frames are wrongly positioned (DOCX import)

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

Thomas van der Meulen pje335...@hotmail.com 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 60919] Internal links get broken for word 97/2000 and word 2010 file formats

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

Florian Reisinger reisi...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Florian Reisinger reisi...@gmail.com ---
NOT reproduceable with test document created in Word 2010, opened in LibO and
saved again, then opened in Word 2010
OS: Win7x64
LibO: Version: 4.2.0.0.alpha0+
Build ID: 164b6ce7b27c0a9ec19019e7b078b9f8f382007d
TinderBox: Win-x86@39, Branch:master, Time: 2013-09-28_16:39:42

-- 
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 69912] Other: support of arabic language and the orienal complex

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

Maxim momonas...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #1 from Maxim momonas...@gmail.com ---
Hi,
This functionality is already present. In order to activate it, you should go
to Tools-Options...-Language Settings-Languages and enable 'Show UI elements
for Bi-Directional writing' (for 4.1) or 'Complex text layout (CTL)' (for 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 68997] FILEOPEN: Import from Word2010 not correctly rendered

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

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report,
I can reproduce this bug running LibreOffice: 
Version: 4.2.0.0.alpha0+
Build ID: 164b6ce7b27c0a9ec19019e7b078b9f8f382007d
TinderBox: Win-x86@39, Branch:master, Time: 2013-09-28_16:39:4
And Mircosoft Word 2007

-- 
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 68993] FORMATTING: Improperly formatted text when importing Microsoft PowerPoint smartArt

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

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||pje335...@hotmail.com
 Ever confirmed|0   |1

--- Comment #3 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report,
I can reproduce this bug running LibreOffice: 
Version: 4.2.0.0.alpha0+
Build ID: 164b6ce7b27c0a9ec19019e7b078b9f8f382007d
TinderBox: Win-x86@39, Branch:master, Time: 2013-09-28_16:39:4
And Mircosoft Powerpoint 2007

-- 
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 68868] FILEOPEN xlsx Image duplicate with stretch image

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

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||pje335...@hotmail.com
 Ever confirmed|0   |1

--- Comment #1 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report,
I can reproduce this bug running LibreOffice: 
Version: 4.2.0.0.alpha0+
Build ID: 164b6ce7b27c0a9ec19019e7b078b9f8f382007d
TinderBox: Win-x86@39, Branch:master, Time: 2013-09-28_16:39:4
And Mircosoft Word 2007

-- 
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 68868] FILEOPEN xlsx Image duplicate with stretch image

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

--- Comment #2 from Thomas van der Meulen pje335...@hotmail.com ---
Excel 2007 sorry

-- 
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 69913] VIEWING: Problem with viewing docx documents

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

--- Comment #2 from Ilya Comet ilyaco...@gmail.com ---
Created attachment 86783
  -- https://bugs.freedesktop.org/attachment.cgi?id=86783action=edit
this is the original odt document

-- 
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 69913] VIEWING: Problem with viewing docx documents

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

Ilya Comet ilyaco...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 69913] VIEWING: Problem with viewing docx documents

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

Ilya Comet ilyaco...@gmail.com changed:

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)
 OS|Linux (All) |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 67036] FILEOPEN Content of Table of Content not imported (.doc)

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

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report,
I can reproduce this bug running LibreOffice: 
Version: 4.2.0.0.alpha0+
Build ID: 164b6ce7b27c0a9ec19019e7b078b9f8f382007d
TinderBox: Win-x86@39, Branch:master, Time: 2013-09-28_16:39:4
And Mircosoft Office 2007

Is this a regression then? If it is please add regresion to the keywords.

-- 
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 69913] VIEWING: Problem with viewing docx documents

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

--- Comment #3 from Ilya Comet ilyaco...@gmail.com ---
Ok, I did.

Thank you for info


2013/9/29 bugzilla-dae...@freedesktop.org

  Mike Kaganski mikekagan...@hotmail.com changed bug 
 69913https://bugs.freedesktop.org/show_bug.cgi?id=69913
  What Removed Added  Status UNCONFIRMED NEEDINFO  Ever confirmed   1

  *Comment # 1 https://bugs.freedesktop.org/show_bug.cgi?id=69913#c1 on bug
 69913 https://bugs.freedesktop.org/show_bug.cgi?id=69913 from Mike
 Kaganski mikekagan...@hotmail.com *

 Thank you for report.

 Please attach the original ODT to reproduce this. After this, please reset
 status back to UNCONFIRMED.

  --
 You are receiving this mail because:

- You reported the 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 62408] Unable to insert video files

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

--- Comment #11 from Florian Reisinger reisi...@gmail.com ---
Okay giving some links:
Windows: http://codecguide.com/download_kl.htm
Ubuntu (Linux): In Terminal: sudo apt-get install ubuntu-restricted-extras
MacOS: http://forums.appleinsider.com/t/66277/codec-pack-for-mac#post_961756

Note: I am a Windows user - Have not tested other solutions by myself

-- 
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 62408] Unable to insert video files

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

--- Comment #12 from ign_christian ign_christ...@yahoo.com ---
I can do MP4 insertion on LO 4.0.5.2 (Win7 32bit), with VLC 2.0.8 installed.

-- 
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 60889] FILEOPEN: Incorrect opening XLSX file (that happens to be not valid according to OOXML, may be produced by software like 1C:Enterprise)

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

Thomas Arnhold tho...@arnhold.org changed:

   What|Removed |Added

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

--- Comment #28 from Thomas Arnhold tho...@arnhold.org ---
Draga, you tested the 4-1 branch. Works fine on master and should be included
in the next 4.2 release.

Works fine with

Version: 4.2.0.0.alpha0+
Build ID: 164b6ce7b27c0a9ec19019e7b078b9f8f382007d
TinderBox: Win-x86@39, Branch:master, Time: 2013-09-28_16:39:42

So marking this 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 65404] FILESAVE: DOCX export of text with highlighting and character shading loses the highlighting information

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

Zolnai Tamás zolnaitamas2...@gmail.com changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |zolnaitamas2...@gmail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 65403] FILEOPEN: DOCX Import of text with highlighting and character shading loses highlighting

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

Zolnai Tamás zolnaitamas2...@gmail.com changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |zolnaitamas2...@gmail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 69923] New: CONFIGURATION: Localization

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

  Priority: medium
Bug ID: 69923
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: CONFIGURATION: Localization
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: dw...@arcor.de
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.1.2 release
 Component: Spreadsheet
   Product: LibreOffice

When changing prefences-language settings from english to german the
function names in my macros are not converted (e.g. sum stays sum instead
of the excpected summe). That means my macros are not working after changing
the language settings. To get them working I have to translate all functions
names into german by hand.

When changing the language settings I had expected that the function names in
the macros are changes as well.

This is the first bug I'm reporting, so excuse me if the following suggestion
is complete nonsense: 
Perhaps in the german version the german name summe should only be only an
alias for the english sum, so that the user could use either summe or
sum?

Thanks
Udo

Operating System: Mac OS X
Version: 4.1.1.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 69606] CONFIGURATION: Menubar cannot be modified for current file

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

dirk.schna...@gmx.de changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Windows (All)   |All
Summary|CONFIGURATION: Menubar  |CONFIGURATION: Menubar
   |cannot be modified under|cannot be modified for
   |Windows XP  |current 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 69606] CONFIGURATION: Menubar cannot be modified for current file

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

dirk.schna...@gmx.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 69606] CONFIGURATION: Menubar cannot be modified for current file

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

--- Comment #2 from dirk.schna...@gmx.de ---
The same bug was found for Ubuntu 13.04 after the upgrade to LO 4.1.1.2. With
the old 4.0.2 version, the menubar-modification was possible

-- 
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 65439] Export to PDF/A-1a gives transparency warning even when no transparent object is present

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

--- Comment #14 from Owen Genat owen.ge...@gmail.com ---
Bug #59271 is certainly related although it appears to be an enhancement
request to add a new facility for a variety of warning messages. This bug is a
regression of prior behaviour and is a clear error in that the warning should
not be shown (or the text in the message worded differently for clarity).

-- 
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 69925] New: Other: Wiki Publisher Extension is not working

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

  Priority: medium
Bug ID: 69925
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Other: Wiki Publisher Extension is not working
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: kobz...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.1.2 release
 Component: Extensions
   Product: LibreOffice

Hi,

The Wiki Publisher extension is not working for me. The last working version is
3.6.5.
I've tried following versions/systems:

LibreOffice 4.0.4 / Linux - Not Working
LibreOffice 4.1.1 / Windows - Not Working
LibreOffice 4.1.2.2 / Windows - Not Working

Steps to reproduce:
1. Open a file in Writer
2. Click File - Send - To Mediawiki

Current behavior:
Nothing happens,

Expected behavior:
Ordinary export dialog will appear and the process to be completed.

I've tried 2 java variants sun and oracle, nothing changed. 

Best regards,
Zeki 
Operating System: All
Version: 4.1.1.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 69913] FILEOPEN: Page breaks added after each paragraph in specific docx

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

Maxim momonas...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Summary|VIEWING: Problem with   |FILEOPEN: Page breaks added
   |viewing docx documents  |after each paragraph in
   ||specific docx
 Ever confirmed|0   |1

--- Comment #4 from Maxim momonas...@gmail.com ---
Reproducible with LO 4.1.2.2 under Fedora 19 (64-bit). The problem is with
opening, since the produced docx opens fine in Word 2010 SP2.

-- 
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 69912] Other: support of arabic language and the orienal complex

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

--- Comment #2 from moussa abouahmedka...@gmail.com ---
I talk about this command option of DIRECTION right to lft and lift to
right is not inset in libre office for mac
 ⊵   and opposite of her ⊴  like her to insert arabic text or lift to right
in latin text


On Sun, Sep 29, 2013 at 8:22 AM, bugzilla-dae...@freedesktop.org wrote:

  Maxim momonas...@gmail.com changed bug 
 69912https://bugs.freedesktop.org/show_bug.cgi?id=69912
  What Removed Added  Status UNCONFIRMED RESOLVED  Resolution --- NOTABUG

  *Comment # 1 https://bugs.freedesktop.org/show_bug.cgi?id=69912#c1 on bug
 69912 https://bugs.freedesktop.org/show_bug.cgi?id=69912 from 
 Maximmomonas...@gmail.com
 *

 Hi,
 This functionality is already present. In order to activate it, you should go
 to Tools-Options...-Language Settings-Languages and enable 'Show UI 
 elements
 for Bi-Directional writing' (for 4.1) or 'Complex text layout (CTL)' (for 
 4.2).

  --
 You are receiving this mail because:

- You reported the 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 69884] Text box entry: old text not being removed when new text is entered

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Summary|Other: Text box entry:  old |Text box entry: old text
   |text not being removed when |not being removed when new
   |new text is entered |text is entered

--- Comment #1 from tommy27 ba...@quipo.it ---
do you have possibility to screen record it?
I do not understand exactly the steps to reproduce

-- 
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 69923] CONFIGURATION: Localization

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

mariosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||mari...@miguelangel.mobi
 Ever confirmed|0   |1

--- Comment #1 from mariosv mari...@miguelangel.mobi ---
Hi dw.sp, thanks for reporting.

Please take a look to the option in:
Menu/Tools/Options/LibreOffice calc/Formula/Formula options - Use English
function names.

-- 
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 69829] soffice executable should have another name to avoid conflicts with OpenOffice

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
  Component|Libreoffice |Installation

-- 
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 69911] cyclic picture references ( FORMATTING, FILESAVE, FILEOPEN, UI, VIEWING)

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

mariosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||mari...@miguelangel.mobi
 Ever confirmed|0   |1

--- Comment #1 from mariosv mari...@miguelangel.mobi ---
Hi Andreas, thanks for reporting.

Seems there are more than 400 copies of th graphic in the same page.

Use Navigator [F5] to locate in Graphics section.

-- 
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 69926] New: Wrong Default notation for Galaxy icon theme

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

  Priority: lowest
Bug ID: 69926
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Wrong Default notation for Galaxy icon theme
  Severity: trivial
Classification: Unclassified
OS: All
  Reporter: momonas...@gmail.com
  Hardware: All
Status: UNCONFIRMED
   Version: Inherited From OOo
 Component: UI
   Product: LibreOffice

Created attachment 86796
  -- https://bugs.freedesktop.org/attachment.cgi?id=86796action=edit
Screenshot (Ubuntu 13.10)

Steps to reproduce:
1. Make sure you have Galaxy icon theme installed.
2. Go to Tools-Options...-LibreOffice-View
3. Open Icon style drop-down box

As you can see the Galaxy theme has a '(default)' notation. The problem is that
it's never the case:
- On Windows, MacOS  Gnome the default theme is 'Tango'
- On Unity it's 'Human'
- On KDE it's 'Oxygen'

Expected results: Assign the '(default)' notation correctly, or remove it
completely.

-- 
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 69927] New: FILEOPEN: Windows 7 Start Menu

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

  Priority: medium
Bug ID: 69927
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: Windows 7 Start Menu
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: beatgra...@gmx.ch
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.5.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 86797
  -- https://bugs.freedesktop.org/attachment.cgi?id=86797action=edit
Picture of Start Menü

Problem description: 
The last used function in the Start menu is missing in all LibreOffice
programs

Steps to reproduce:
1. Press Start Menu


Current behavior:
last used is not available

Expected behavior:
last used is available


Operating System: Windows 7
Version: 4.0.5.2 release

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


[Libreoffice-bugs] [Bug 64233] CONFIGURATION: Clicking the Menu 'Tools Customize' no response

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

Loz Saunders loz.saund...@gmail.com changed:

   What|Removed |Added

 CC||loz.saund...@gmail.com

--- Comment #8 from Loz Saunders loz.saund...@gmail.com ---
I can confirm that I am experiencing this behaviour exactly as described in the
initial bug report.

LO Version: 4.1.1.2 running on Ubuntu 13.04

-- 
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 64233] CONFIGURATION: Clicking the Menu 'Tools Customize' no response

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

--- Comment #9 from Loz Saunders loz.saund...@gmail.com ---
I should add that I tried renaming my profile directory, as per the link in
Comment #4. This made no difference.

-- 
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 37924] FILEOPEN FORMATTING Impress truncates display of slide notes

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

--- Comment #3 from Teo91 mcavaller...@gmail.com ---
I can confirm this with LO 4.1.1. on Windows 7 SP1

-- 
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 45418] FILEOPEN: IMPORT XSLT Filter do not work on LINK or Insert

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

--- Comment #6 from Teo91 mcavaller...@gmail.com ---
I can confirm this with LO 4.1.1. on Windows 7 SP1

-- 
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 45418] FILEOPEN: IMPORT XSLT Filter do not work on LINK or Insert

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

--- Comment #7 from Teo91 mcavaller...@gmail.com ---
Notice: AOO 4.0 open both testcase correctly

-- 
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 45666] FILEOPEN: Checkbox state lost when importing docx files

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

Teo91 mcavaller...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Teo91 mcavaller...@gmail.com ---
This bug is no more in LO 4.1.1. on Windows 7 SP1
Set to RESOLVED.

-- 
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 62693] EDITING: Crash with segfault in libeditenglo.so

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

--- Comment #29 from Rpnpif rpn...@free.fr ---
Hi,

I can now reproduce always crashes with segfault with, in log, references to
libc-2.11.3 or libvcllo, sometimes with error 4.

Reproduce with this :

1. Run LO 4.0.5 with or without a writer document.
2. Run gnome-appearance-properties.
3. In the Fonts tags, choose a rendering (Monochrome) and after some seconds,
another, looping in the 4 rendering methods (Best shapes, Best contrast,
Subpixel smoothing).
4. Often, the LO display of text becomes wrong (Liberation Sans font for
example) with all lines are narrowed on the left of the pages in ten or twelve
millimetres wide instead of 100 or 150 with the letters be stacked.
5. After a short time, LO crashes. Rarely, it freezes with a great activity of
the CPU and unfreezes if I change of console (Alt-F12) and return (Alt-F7).

Firefox 17 and other applications which are opened at the same time, worked
fine.

OS: Debian Squeeze (6.0.7) with squeeze-backports packets.

-- 
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 47954] FILEOPEN: VIEWING of picture anchored as character with unexpected distance to border

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

--- Comment #2 from Teo91 mcavaller...@gmail.com ---
I can confirm this with LO 4.1.1. on Windows 7 SP1

-- 
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 48710] FILESAVE FILEOPEN Writer Picture Background No Fill does not persist saving to .doc

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

--- Comment #2 from Teo91 mcavaller...@gmail.com ---
Notice: AOO 4.0 works correctly.

-- 
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 48710] FILESAVE FILEOPEN Writer Picture Background No Fill does not persist saving to .doc

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

--- Comment #1 from Teo91 mcavaller...@gmail.com ---
I can confirm this with LO 4.1.1. on Windows 7 SP1

-- 
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 48714] FILEOPEN Rounded rectangle corners are indented importing Word .doc

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

--- Comment #1 from Teo91 mcavaller...@gmail.com ---
I can confirm this with LO 4.1.1. on Windows 7 SP1

-- 
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 48715] FILEOPEN EDITING Unable to edit text in textboxes from Word .doc

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

--- Comment #1 from Teo91 mcavaller...@gmail.com ---
I can confirm this with LO 4.1.1. on Windows 7 SP1

-- 
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 69370] Suggestion: add an option to show borders of the page in Writer

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

Raphaël Jakse raphael.ja...@gmail.com changed:

   What|Removed |Added

Summary|Suggestion: add an option   |Suggestion: add an option
   |too show borders of the |to show borders of the page
   |page in Writer  |in 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 62408] Unable to insert video files

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

Foss f...@openmailbox.org changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |nlmin...@gmail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 49134] [FILEOPEN] opening password protected odt from explorer has pasword entry dialog hidden behind other windows

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

--- Comment #1 from Teo91 mcavaller...@gmail.com ---
I can confirm this with LO 4.1.1. on Windows 7 SP1

-- 
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 69930] New: VIEWING: Full screen disappears menu bars

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

  Priority: medium
Bug ID: 69930
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: VIEWING: Full screen disappears menu bars
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: anastasi...@yahoo.gr
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.1.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 86801
  -- https://bugs.freedesktop.org/attachment.cgi?id=86801action=edit
The steps in screen shots. In photo 3, we either press the button or press esc.

Problem description: 
When you enter full screen and the exit it. Menu bars disappear.

Steps to reproduce:
1. Open LibreOffice and select Text Document
2. From menu view enter Full Screen
3. Press esc or on the window menu (full screen)

Current behavior:
Disappearing menu bar on full screen mode and after exiting full screen mode

Expected behavior:
Do not disappear menu bar on full screen mode and after exiting full screen
mode

Operating System: Mac OS X
Version: 4.1.1.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 69359] Can't print in Landscape format

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

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

--- Comment #4 from tommy27 ba...@quipo.it ---
I'll mark this as a duplicate for the moment.
feel free to reopen if you thinks you are describing a different problem.

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

-- 
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 68032] Landscape printing prints as portrait with content turned at 90 degree

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||don.wad...@gmail.com

--- Comment #3 from tommy27 ba...@quipo.it ---
*** Bug 69359 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 49228] FILEOPEN particular MSO2007 .docx: FORMATTING incorrect, Equations shown at wrong place

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

--- Comment #6 from Teo91 mcavaller...@gmail.com ---
I can confirm this with LO 4.1.1. on Windows 7 SP1.
All equations (pages 1 and 2) are placed incorrectly.

-- 
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 69931] New: [Writer] getString and setString lack symmetry : CR -- CRLF

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

  Priority: medium
Bug ID: 69931
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: [Writer] getString and setString lack symmetry : CR
-- CRLF
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: j.tro...@hotmail.fr
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: BASIC
   Product: LibreOffice

Created attachment 86802
  -- https://bugs.freedesktop.org/attachment.cgi?id=86802action=edit
GetString converts CR to CRLF

Hi,

Appended file uses following (very basic!) macro :

Sub Main
doc = ThisComponent
source = doc.CurrentSelection(0)
dest = doc.Text.End
dest.SetString(source.GetString)
End Sub

Selecting entire text and pushing button ought to append a second copy.

But a linefeed is added after each end of paragraph.

Seems that GetString converts CR to CRLF, but SetString does not reverse the
process.

Not deadly indeed, but annoying for anybody unaware of the problem.

A possible workaround :

Sub Main
doc = ThisComponent
source = doc.CurrentSelection(0)
dest = doc.Text.End
dest.SetString(Join(Split(source.GetString,Chr(13)Chr(10)),Chr(13)))
End Sub

-- 
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 48239] FILEOPEN particular document.xls with VBA will CRASH when confirm all Syntax Errors

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

Teo91 mcavaller...@gmail.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #2 from Teo91 mcavaller...@gmail.com ---
Too poor informations, not a valid bug report.

-- 
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 47482] FILESAVE: Password corrupted/lost on save as openoffice 1.0 format

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

Urmas davian...@gmail.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 69932] New: VIEWING: Libreoffice 4.x.x flicker

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

  Priority: medium
Bug ID: 69932
  Keywords: regression
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: VIEWING: Libreoffice 4.x.x flicker
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: pedrongvenan...@yahoo.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.1.2 release
 Component: UI
   Product: LibreOffice

-- Problem description: 

I've always used the Libreoffice versions 3.x.x on Linux without problems. With
version 4.0.0.x I also had no problem.

However, starting with version 4.0.1.2, my libreoffice has a flicker on the
toolbars icons. Right now I've tested versions 4.0.5.2 and 4.1.1.2 (Linux_x86)
and continue with the problems visible in these screencasts:

http://goo.gl/VeVkHg 
http://goo.gl/4rkWJ 

If you look, when I put the toolbars loose, the error disappears. But the rest
of the icons (up and down on the bottom right) or vertical and horizontal
scroll bars are still blinking. I've tried disabling hardware acceleration in
the options, but without success.

I'm using Xubuntu 12.04 32bits (kernel 3.2.0-54-generic) and nvidia drivers
v319.49. The JRE is the Java Oracle v1.7.0_40. As I mentioned, this is
happening since version 4.0.1.2, keeping the problem over the last versions of
kernel and graphic drivers.


Operating System: Linux (Other)
Version: 4.0.1.2 release
Last worked in: 3.6.7.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 69912] Other: support of arabic language and the orienal complex

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

--- Comment #3 from Urmas davian...@gmail.com ---
1. DO NOT REPLY TO BUGZILLA NOTIFICATIONS BY E-MAIL!
2. Try to formulate your issue _in English_, attaching screenshots, etc.

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


[Libreoffice-bugs] [Bug 69931] [Writer] getString and setString lack symmetry : CR -- CRLF

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

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

   What|Removed |Added

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

--- Comment #1 from Julien Nabet serval2...@yahoo.fr ---
Comment on attachment 86802
  -- https://bugs.freedesktop.org/attachment.cgi?id=86802
GetString converts CR to CRLF

Mimetype 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


  1   2   >