[PATCH] Repeated call to namespace table

2013-01-26 Thread gokul s (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1875

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/75/1875/1

Repeated call to namespace table

Change-Id: I7cde7c609ee4e5e2cd9ab0be8f973b2626670f13
---
M svx/source/table/tablelayouter.cxx
1 file changed, 0 insertions(+), 1 deletion(-)



diff --git a/svx/source/table/tablelayouter.cxx 
b/svx/source/table/tablelayouter.cxx
index 27bf185..050ba39 100644
--- a/svx/source/table/tablelayouter.cxx
+++ b/svx/source/table/tablelayouter.cxx
@@ -42,7 +42,6 @@
 using ::rtl::OUString;
 using ::com::sun::star::awt::XLayoutConstrains;
 using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::table;
 using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::container;
 using namespace ::com::sun::star::beans;

-- 
To view, visit https://gerrit.libreoffice.org/1875
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7cde7c609ee4e5e2cd9ab0be8f973b2626670f13
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: gokul s gswaminat...@kacst.edu.sa

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


Re: Combobox rebuild error

2013-01-26 Thread Ruslan Kabatsayev
Hi,

On Fri, Jan 25, 2013 at 11:05 PM, Rushi Shukla rushbo...@gmail.com wrote:
 Hello

 I am trying to make code changes to the file
 core/vcl/source/control/combobox.cxx but I have the following errors :


 core/vcl/source/control/combobox.cxx: In member function ‘virtual void
 ComboBox::Resize()’:
 core/vcl/source/control/combobox.cxx:601:9: error: ‘ComboBoxBounds’ was not
 declared in this scope
 core/vcl/source/control/combobox.cxx:601:24: error: expected ‘;’ before
 ‘aBounds’
 core/vcl/source/control/combobox.cxx:603:36: error: ‘aBounds’ was not
 declared in this scope
 core/vcl/source/control/combobox.cxx: In member function ‘virtual Size
 ComboBox::CalcMinimumSize() const’:
 core/vcl/source/control/combobox.cxx:1072:9: error: ‘ComboBoxBounds’ was not
 declared in this scope
 core/vcl/source/control/combobox.cxx:1072:24: error: expected ‘;’ before
 ‘aBounds’
 core/vcl/source/control/combobox.cxx:1073:24: error: ‘aBounds’ was not
 declared in this scope
 core/vcl/source/control/combobox.cxx: At global scope:
 core/vcl/source/control/combobox.cxx:1498:1: error: ‘ComboBoxBounds’ in
 ‘class ComboBox’ does not name a type

 None of my code changes is shown in the errors list and maybe I think the
 commit here produces some changes which might be the cause of the errors :

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


What do your changes look like? You might have added a new data member
before struct ComboBoxBounds declaration, but missing a semicolon,
which would make the struct appear undeclared.
This could in fact be anything. If this code does compile when
unchanged (and it does for me), then we can't tell anything without
seeing your changes.

 Need help on this . Any sort of assistance is appreciated .

 Regards ,
 Rushi

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


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


Code pointers for fdo#43650

2013-01-26 Thread Samuel Mehrbrodt

Hi,

I would like to work on Bug #43650 [1].

The bug is about disabling the tooltip showing Title/Page number when 
scrolling in Writer. But it should only be disabled when scrolling with 
the mouse wheel, not when dragging the scroll bar. From this Apache 
patch [2] I can see where the tool tip is drawn.


What I want to do different than Apache does, is that whether the tool 
tip is shown or not, should not be based on a configuration setting, but 
on whether one is using the mouse wheel.


Can someone please have a look at it and give me a code pointer for that?

Thanks
Samuel

[1] https://bugs.freedesktop.org/show_bug.cgi?id=43650
[2] http://svn.apache.org/viewvc?view=revisionrevision=1419993
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: filter/source i18npool/inc i18npool/source shell/source svtools/source

2013-01-26 Thread Libreoffice Gerrit user
 filter/source/msfilter/countryid.cxx   |2 +-
 i18npool/inc/i18npool/lang.h   |2 +-
 i18npool/source/isolang/isolang.cxx|2 +-
 i18npool/source/isolang/mslangid.cxx   |2 +-
 shell/source/win32/shlxthandler/util/utilities.cxx |2 +-
 svtools/source/misc/langtab.src|2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 828dfdd4fb9fc133f4e3241e9722f23f3778db08
Author: Andras Timar ati...@suse.com
Date:   Sat Jan 26 11:17:10 2013 +0100

unify the spelling of 'Kazakh' language name

While 'Kazakh' can be written as 'Kazak' or 'Qazaq', the 'Kazakh' form
is the most widespread according to online sources (Wikipedia,
LCID list from Microsoft). Also the 'Kazakh' form is preferred by a
Kazakh contributor, see 
http://listarchives.libreoffice.org/global/l10n/msg05444.html
In LibreOffice both 'Kazak' and 'Kazakh' was used at different places.

Change-Id: Ief83eb05e92af16cb5b795f2bbb1e3d6f7c9659a

diff --git a/filter/source/msfilter/countryid.cxx 
b/filter/source/msfilter/countryid.cxx
index 31915d3..eac02e5 100644
--- a/filter/source/msfilter/countryid.cxx
+++ b/filter/source/msfilter/countryid.cxx
@@ -84,7 +84,7 @@ static const CountryEntry pTable[] =
 { COUNTRY_CANADA,   LANGUAGE_ENGLISH_CAN,   
true},
 { COUNTRY_CANADA,   LANGUAGE_FRENCH_CANADIAN,   
true},
 { COUNTRY_RUSSIA,   LANGUAGE_RUSSIAN,   
false   },
-{ COUNTRY_KAZAKHSTAN,   LANGUAGE_KAZAK, 
false   },
+{ COUNTRY_KAZAKHSTAN,   LANGUAGE_KAZAKH,
false   },
 { COUNTRY_TATARSTAN,LANGUAGE_TATAR, 
false   },
 { COUNTRY_EGYPT,LANGUAGE_ARABIC_EGYPT,  
true},
 { COUNTRY_SOUTH_AFRICA, LANGUAGE_AFRIKAANS, 
false   },
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h
index 932f92b..dc55f3f 100644
--- a/i18npool/inc/i18npool/lang.h
+++ b/i18npool/inc/i18npool/lang.h
@@ -234,7 +234,7 @@ typedef unsigned short LanguageType;
 #define LANGUAGE_KANURI_NIGERIA 0x0471
 #define LANGUAGE_KASHMIRI   0x0460
 #define LANGUAGE_KASHMIRI_INDIA 0x0860
-#define LANGUAGE_KAZAK  0x043F
+#define LANGUAGE_KAZAKH 0x043F
 #define LANGUAGE_KHMER  0x0453
 #define LANGUAGE_KICHE_GUATEMALA0x0486  /* AKA K'iche', West 
Central Quiche,  */
 #define LANGUAGE_KINYARWANDA_RWANDA 0x0487  /* obsoletes 
LANGUAGE_USER_KINYARWANDA 0x0621 */
diff --git a/i18npool/source/isolang/isolang.cxx 
b/i18npool/source/isolang/isolang.cxx
index bbe3e0f..1ae850d 100644
--- a/i18npool/source/isolang/isolang.cxx
+++ b/i18npool/source/isolang/isolang.cxx
@@ -248,7 +248,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
 { LANGUAGE_BENGALI_BANGLADESH,  bn, BD },
 { LANGUAGE_BENGALI, bn, IN },
 { LANGUAGE_BURMESE, my, MM },
-{ LANGUAGE_KAZAK,   kk, KZ },
+{ LANGUAGE_KAZAKH,  kk, KZ },
 { LANGUAGE_ENGLISH_INDIA,   en, IN },
 { LANGUAGE_URDU,ur,},
 { LANGUAGE_URDU_INDIA,  ur, IN },
diff --git a/i18npool/source/isolang/mslangid.cxx 
b/i18npool/source/isolang/mslangid.cxx
index 2395d35..b3319aa 100644
--- a/i18npool/source/isolang/mslangid.cxx
+++ b/i18npool/source/isolang/mslangid.cxx
@@ -389,7 +389,7 @@ sal_Int16 MsLangId::getScriptType( LanguageType nLang )
 /*
 #define LANGUAGE_ARMENIAN   0x042B
 #define LANGUAGE_INDONESIAN 0x0421
-#define LANGUAGE_KAZAK  0x043F
+#define LANGUAGE_KAZAKH 0x043F
 #define LANGUAGE_KONKANI0x0457
 #define LANGUAGE_MACEDONIAN 0x042F
 #define LANGUAGE_TATAR  0x0444
diff --git a/shell/source/win32/shlxthandler/util/utilities.cxx 
b/shell/source/win32/shlxthandler/util/utilities.cxx
index c62ec83..6fc7800 100644
--- a/shell/source/win32/shlxthandler/util/utilities.cxx
+++ b/shell/source/win32/shlxthandler/util/utilities.cxx
@@ -519,7 +519,7 @@ LCID LocaleSetToLCID( const LocaleSet_t  Locale )
 usSubLang = SUBLANG_DEFAULT;   //default sub 
language
 }
 else if ( wsLanguage == Lkk )
-usPrimaryLang = LANG_KAZAK;   //Kazak
+usPrimaryLang = LANG_KAZAK;   //Kazakh
 else if ( wsLanguage == Lky )
 usPrimaryLang = LANG_KYRGYZ;  //Kyrgyz
 else if ( wsLanguage == Lsw )
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index 316b3d6..23cb311 100644
--- 

[PATCH] Change in core[libreoffice-4-0]: unify the spelling of 'Kazakh' language name

2013-01-26 Thread Andras Timar (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1876

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/76/1876/1

unify the spelling of 'Kazakh' language name

While 'Kazakh' can be written as 'Kazak' or 'Qazaq', the 'Kazakh' form
is the most widespread according to online sources (Wikipedia,
LCID list from Microsoft). Also the 'Kazakh' form is preferred by a
Kazakh contributor, see 
http://listarchives.libreoffice.org/global/l10n/msg05444.html
In LibreOffice both 'Kazak' and 'Kazakh' was used at different places.

Change-Id: Ief83eb05e92af16cb5b795f2bbb1e3d6f7c9659a
---
M filter/source/msfilter/countryid.cxx
M i18npool/inc/i18npool/lang.h
M i18npool/source/isolang/isolang.cxx
M i18npool/source/isolang/mslangid.cxx
M shell/source/win32/shlxthandler/util/utilities.cxx
M svtools/source/misc/langtab.src
6 files changed, 6 insertions(+), 6 deletions(-)



diff --git a/filter/source/msfilter/countryid.cxx 
b/filter/source/msfilter/countryid.cxx
index 31915d3..eac02e5 100644
--- a/filter/source/msfilter/countryid.cxx
+++ b/filter/source/msfilter/countryid.cxx
@@ -84,7 +84,7 @@
 { COUNTRY_CANADA,   LANGUAGE_ENGLISH_CAN,   
true},
 { COUNTRY_CANADA,   LANGUAGE_FRENCH_CANADIAN,   
true},
 { COUNTRY_RUSSIA,   LANGUAGE_RUSSIAN,   
false   },
-{ COUNTRY_KAZAKHSTAN,   LANGUAGE_KAZAK, 
false   },
+{ COUNTRY_KAZAKHSTAN,   LANGUAGE_KAZAKH,
false   },
 { COUNTRY_TATARSTAN,LANGUAGE_TATAR, 
false   },
 { COUNTRY_EGYPT,LANGUAGE_ARABIC_EGYPT,  
true},
 { COUNTRY_SOUTH_AFRICA, LANGUAGE_AFRIKAANS, 
false   },
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h
index 932f92b..dc55f3f 100644
--- a/i18npool/inc/i18npool/lang.h
+++ b/i18npool/inc/i18npool/lang.h
@@ -234,7 +234,7 @@
 #define LANGUAGE_KANURI_NIGERIA 0x0471
 #define LANGUAGE_KASHMIRI   0x0460
 #define LANGUAGE_KASHMIRI_INDIA 0x0860
-#define LANGUAGE_KAZAK  0x043F
+#define LANGUAGE_KAZAKH 0x043F
 #define LANGUAGE_KHMER  0x0453
 #define LANGUAGE_KICHE_GUATEMALA0x0486  /* AKA K'iche', West 
Central Quiche,  */
 #define LANGUAGE_KINYARWANDA_RWANDA 0x0487  /* obsoletes 
LANGUAGE_USER_KINYARWANDA 0x0621 */
diff --git a/i18npool/source/isolang/isolang.cxx 
b/i18npool/source/isolang/isolang.cxx
index bbe3e0f..1ae850d 100644
--- a/i18npool/source/isolang/isolang.cxx
+++ b/i18npool/source/isolang/isolang.cxx
@@ -248,7 +248,7 @@
 { LANGUAGE_BENGALI_BANGLADESH,  bn, BD },
 { LANGUAGE_BENGALI, bn, IN },
 { LANGUAGE_BURMESE, my, MM },
-{ LANGUAGE_KAZAK,   kk, KZ },
+{ LANGUAGE_KAZAKH,  kk, KZ },
 { LANGUAGE_ENGLISH_INDIA,   en, IN },
 { LANGUAGE_URDU,ur,},
 { LANGUAGE_URDU_INDIA,  ur, IN },
diff --git a/i18npool/source/isolang/mslangid.cxx 
b/i18npool/source/isolang/mslangid.cxx
index 2395d35..b3319aa 100644
--- a/i18npool/source/isolang/mslangid.cxx
+++ b/i18npool/source/isolang/mslangid.cxx
@@ -389,7 +389,7 @@
 /*
 #define LANGUAGE_ARMENIAN   0x042B
 #define LANGUAGE_INDONESIAN 0x0421
-#define LANGUAGE_KAZAK  0x043F
+#define LANGUAGE_KAZAKH 0x043F
 #define LANGUAGE_KONKANI0x0457
 #define LANGUAGE_MACEDONIAN 0x042F
 #define LANGUAGE_TATAR  0x0444
diff --git a/shell/source/win32/shlxthandler/util/utilities.cxx 
b/shell/source/win32/shlxthandler/util/utilities.cxx
index c62ec83..6fc7800 100644
--- a/shell/source/win32/shlxthandler/util/utilities.cxx
+++ b/shell/source/win32/shlxthandler/util/utilities.cxx
@@ -519,7 +519,7 @@
 usSubLang = SUBLANG_DEFAULT;   //default sub 
language
 }
 else if ( wsLanguage == Lkk )
-usPrimaryLang = LANG_KAZAK;   //Kazak
+usPrimaryLang = LANG_KAZAK;   //Kazakh
 else if ( wsLanguage == Lky )
 usPrimaryLang = LANG_KYRGYZ;  //Kyrgyz
 else if ( wsLanguage == Lsw )
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index 316b3d6..23cb311 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -124,7 +124,7 @@
  Kannada ; LANGUAGE_KANNADA ;  ;
  Kashmiri (Kashmir) ; LANGUAGE_KASHMIRI ;  ;
  Kashmiri (India) ; LANGUAGE_KASHMIRI_INDIA ;  ;
- Kazak ; LANGUAGE_KAZAK ;  ;
+ Kazakh ; LANGUAGE_KAZAKH ;  ;
  Konkani ; LANGUAGE_KONKANI ;  ;

[Libreoffice-commits] .: 3 commits - sw/source

2013-01-26 Thread Libreoffice Gerrit user
 sw/source/ui/app/swmodule.cxx|4 ++--
 sw/source/ui/config/barcfg.cxx   |2 +-
 sw/source/ui/config/caption.cxx  |2 +-
 sw/source/ui/dialog/ascfldlg.cxx |6 +++---
 sw/source/ui/fldui/fldfunc.cxx   |   14 +++---
 sw/source/ui/fldui/fldvar.cxx|8 
 sw/source/ui/frmdlg/colex.cxx|6 +++---
 sw/source/ui/frmdlg/column.cxx   |   34 +-
 sw/source/ui/frmdlg/cption.cxx   |6 +++---
 sw/source/ui/frmdlg/frmmgr.cxx   |2 +-
 sw/source/ui/frmdlg/frmpage.cxx  |   38 +++---
 sw/source/ui/inc/ascfldlg.hxx|2 +-
 sw/source/ui/inc/barcfg.hxx  |2 +-
 sw/source/ui/inc/basesh.hxx  |2 +-
 sw/source/ui/inc/bmpwin.hxx  |4 ++--
 sw/source/ui/inc/caption.hxx |6 +++---
 sw/source/ui/inc/cnttab.hxx  |2 +-
 sw/source/ui/inc/colex.hxx   |4 ++--
 sw/source/ui/inc/colmgr.hxx  |4 ++--
 sw/source/ui/inc/column.hxx  |   10 +-
 sw/source/ui/inc/condedit.hxx|7 +++
 sw/source/ui/inc/frmmgr.hxx  |2 +-
 sw/source/ui/inc/frmpage.hxx |2 +-
 sw/source/ui/inc/pggrid.hxx  |2 +-
 sw/source/ui/misc/pggrid.cxx |2 +-
 sw/source/ui/shells/textsh2.cxx  |2 --
 sw/source/ui/utlui/condedit.cxx  |3 +--
 27 files changed, 87 insertions(+), 91 deletions(-)

New commits:
commit 1f531d4f68b41044bdb38f90149b4d81e3024da7
Author: Takeshi Abe t...@fixedpoint.jp
Date:   Sat Jan 26 20:14:11 2013 +0900

sal_Bool to bool

Change-Id: Ie452042fafd4d795b9830f9d8416c568a76b3d8f

diff --git a/sw/source/ui/app/swmodule.cxx b/sw/source/ui/app/swmodule.cxx
index 3c61ac7..9d4bc1d 100644
--- a/sw/source/ui/app/swmodule.cxx
+++ b/sw/source/ui/app/swmodule.cxx
@@ -184,8 +184,8 @@ SwModule::SwModule( SfxObjectFactory* pWebFact,
 pModuleConfig = new SwModuleOptions;
 
 // We need them anyways
-pToolbarConfig = new SwToolbarConfigItem( sal_False );
-pWebToolbarConfig = new SwToolbarConfigItem( sal_True );
+pToolbarConfig = new SwToolbarConfigItem( false );
+pWebToolbarConfig = new SwToolbarConfigItem( true );
 
 pStdFontConfig = new SwStdFontConfig;
 
diff --git a/sw/source/ui/config/barcfg.cxx b/sw/source/ui/config/barcfg.cxx
index 12c2515..95da3e4 100644
--- a/sw/source/ui/config/barcfg.cxx
+++ b/sw/source/ui/config/barcfg.cxx
@@ -35,7 +35,7 @@ using namespace com::sun::star::uno;
 #define SEL_TYPE_BEZIER 3
 #define SEL_TYPE_GRAPHIC4
 
-SwToolbarConfigItem::SwToolbarConfigItem( sal_Bool bWeb ) :
+SwToolbarConfigItem::SwToolbarConfigItem( bool bWeb ) :
 ConfigItem(bWeb ? OUString(Office.WriterWeb/ObjectBar) : 
OUString(Office.Writer/ObjectBar),
 CONFIG_MODE_DELAYED_UPDATE|CONFIG_MODE_RELEASE_TREE)
 {
diff --git a/sw/source/ui/config/caption.cxx b/sw/source/ui/config/caption.cxx
index 9fb8b63..44f4b69 100644
--- a/sw/source/ui/config/caption.cxx
+++ b/sw/source/ui/config/caption.cxx
@@ -31,7 +31,7 @@ InsCaptionOpt::InsCaptionOpt(const SwCapObjType eType, const 
SvGlobalName* pOleI
 nPos(1),
 nLevel(0),
 sSeparator( rtl::OUString(: ) ),
-bIgnoreSeqOpts(sal_False),
+bIgnoreSeqOpts(false),
 bCopyAttributes(sal_False)
 {
 if (pOleId)
diff --git a/sw/source/ui/dialog/ascfldlg.cxx b/sw/source/ui/dialog/ascfldlg.cxx
index d7f2fda..5f6ab9a 100644
--- a/sw/source/ui/dialog/ascfldlg.cxx
+++ b/sw/source/ui/dialog/ascfldlg.cxx
@@ -68,7 +68,7 @@ SwAsciiFilterDlg::SwAsciiFilterDlg( Window* pParent, 
SwDocShell rDocSh,
 aCancelPB( this, SW_RES( PB_CANCEL )),
 aHelpPB( this, SW_RES( PB_HELP )),
 sSystemCharSet( SW_RES( STR_SYS_CHARSET )),
-bSaveLineStatus( sal_True )
+bSaveLineStatus( true )
 {
 FreeResource();
 
@@ -387,7 +387,7 @@ IMPL_LINK( SwAsciiFilterDlg, CharSetSelHdl, 
SvxTextEncodingBox*, pBox )
 }
 }
 
-bSaveLineStatus = sal_False;
+bSaveLineStatus = false;
 if( eEnd != (LineEnd)-1 )   // changed?
 {
 if( eOldEnd != eEnd )
@@ -400,7 +400,7 @@ IMPL_LINK( SwAsciiFilterDlg, CharSetSelHdl, 
SvxTextEncodingBox*, pBox )
 aCR_RB.Check( aCR_RB.GetSavedValue() );
 aLF_RB.Check( aLF_RB.GetSavedValue() );
 }
-bSaveLineStatus = sal_True;
+bSaveLineStatus = true;
 
 if( nOldLng != nLng  aFontLB.IsVisible() )
 aLanguageLB.SelectLanguage( nLng );
diff --git a/sw/source/ui/fldui/fldfunc.cxx b/sw/source/ui/fldui/fldfunc.cxx
index 363628f..a631230 100644
--- a/sw/source/ui/fldui/fldfunc.cxx
+++ b/sw/source/ui/fldui/fldfunc.cxx
@@ -79,8 +79,8 @@ SwFldFuncPage::SwFldFuncPage(Window* pParent, const 
SfxItemSet rCoreSet ) :
 sOldValueFT = aValueFT.GetText();
 sOldNameFT = aNameFT.GetText();
 
-aCond1ED.ShowBrackets(sal_False);
-aCond2ED.ShowBrackets(sal_False);
+aCond1ED.ShowBrackets(false);
+aCond2ED.ShowBrackets(false);
 
 }
 
@@ -245,7 +245,7 @@ IMPL_LINK_NOARG(SwFldFuncPage, TypeHdl)
 aListNameFT.Show(bDropDown);
 

Re: GDB - Can I See Every Symbol Called?

2013-01-26 Thread Michael Meeks
Hi Joel,

On Fri, 2013-01-25 at 15:13 -0800, Joel Madero wrote:
 I've finally gotten comfortable with gdb as far as break points and
 what not. What I want to know is if there is a way for me to see all
 symbols called during a given run of soffice.

Not that I know of :-)

  Getting a log that shows every symbol called would allow me to
 compare to runs of libreoffice, one where I push Ok the other where
 I push Cancel.

True - on the other hand - if you have a dialog - probably it is run
inside an 'Execute' method that (hopefully) is close in the code to
where ok/cancel would be different: ie. the return parameter (or some
such associated with it) from that Execute method is prolly what you
want to follow.

It is possible that using 'ltrace' would show you something useful -
though you'd prolly want to pipe the output through c++filt - but I've
never had much joy with ltrace for whatever reason.

HTH,

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

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


Re: Email Flood

2013-01-26 Thread Michael Meeks

On Fri, 2013-01-25 at 14:17 -0800, matthew lange wrote:
 Does anyone know why I am suddenly getting email floods from this
 list? I have changed no settings at my end.

Perhaps two reasons ? it is LibreOffice 4.0.0 time - and so lots of
patches are going through review that would normally go to master: that
bulks up the mail flow. Also - I've started getting tripple copies (I
assume in error) of some PUSHED messages from gerrit: no idea why - I
poked Norbert but perhaps it's just me.

I expect the quantity of patch mail to subside around 4.0.2

ATB,

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

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


[REVIEW 4-0, 4-0-0] crash for sdremote ...

2013-01-26 Thread Michael Meeks
Hi guys,

A trivial broken allocator usage in the dbus usage for the sdremote: it
may be behind fdo#58699 - but perhaps not; it's certainly wrong. I'd
love to have it picked to 4-0 and 4-0-0

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

The symptom is - it crashes the Slideshow-Remote Control menu item
100% of the time unless you have ooenv sourced (ie. export
G_SLICE=always-malloc - means the g_free doesn't stamp on the slice
allocator as it does for normal users ;-)

Thanks,

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

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


BUG #59397

2013-01-26 Thread Janit Anjaria
Can someone please help me with the bug?

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


[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Depends on||59881

--- Comment #90 from Michael Meeks michael.me...@novell.com ---
add sdremote deadlock: bug#59881 - it's pretty annoying to kill soffice
remotely[sic] while presenting.

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


Re: Email Flood

2013-01-26 Thread Norbert Thiebaud
On Sat, Jan 26, 2013 at 5:26 AM, Michael Meeks michael.me...@suse.com wrote:

 On Fri, 2013-01-25 at 14:17 -0800, matthew lange wrote:
 Does anyone know why I am suddenly getting email floods from this
 list? I have changed no settings at my end.

 Perhaps two reasons ? it is LibreOffice 4.0.0 time - and so lots of
 patches are going through review that would normally go to master: that
 bulks up the mail flow. Also - I've started getting tripple copies (I
 assume in error) of some PUSHED messages from gerrit: no idea why - I
 poked Norbert but perhaps it's just me.

Eike reported something similar...  I did not notice this... but then
maybe google mail is hiding that from me somehow...
I must admit that I'm ill equiped for this one as I have littel
control on the mail system itself... that is more a florian things...
and it is bjoern that did set-up the mail spaming in gerrit
originally... and I'm not really sure which trick was chosen.
I've done some reading since then, and found how we were supposed to
set-it up gerrit wise... but that surely was not set-up that way.

But clearly the one thing that changed recently is the system layer of
vm2 (the virtual machine that run gerrit-prod)
we have not changed any of gerrit conf regarding email...

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


Re: Email Flood

2013-01-26 Thread Florian Effenberger

Hi,

Norbert Thiebaud wrote on 2013-01-26 12:49:

Eike reported something similar...  I did not notice this... but then
maybe google mail is hiding that from me somehow...
I must admit that I'm ill equiped for this one as I have littel
control on the mail system itself... that is more a florian things...
and it is bjoern that did set-up the mail spaming in gerrit
originally... and I'm not really sure which trick was chosen.
I've done some reading since then, and found how we were supposed to
set-it up gerrit wise... but that surely was not set-up that way.

But clearly the one thing that changed recently is the system layer of
vm2 (the virtual machine that run gerrit-prod)
we have not changed any of gerrit conf regarding email...


so, I tested the mail system, and it seems to work. However, before it 
did NOT work, which may be why you did not receive any e-mails, the VM 
simply was not capable of mailing that out... this is fixed now. :-)


Can you tell me what you were receiving before? No e-mail at all, or 
only one of the samples you attached?


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


[PATCH] API CHANGE: add a position parameter to XParagraph/TextPor...

2013-01-26 Thread Miklos Vajna (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1159

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/59/1159/1

API CHANGE: add a position parameter to XParagraph/TextPortionAppend methods

So we can use the new RTF import for clipboard pastes in Writer without
inserting text content to the end of the document only.

Notes:

- SwXText::insertTextPortion: the MovePara() call is removed, as all it
  did was
  trying to move the cursor beyond the end of the document.
- SwRTFReader::Read: the double fake paragraph insertion / deletion is
  motivated by the ODT filter.
- RtfFilter::filter: if TextInsertModeRange is not passed, then the
  behaviour
  is not changed.

Change-Id: I24cddb00a78e3b798e7d88764e59e6a77a6e98a4
Helped-by: Michael Stahl mst...@redhat.com
---
M editeng/inc/editeng/unotext.hxx
M editeng/source/uno/unotext.cxx
M offapi/com/sun/star/text/XParagraphAppend.idl
M offapi/com/sun/star/text/XTextPortionAppend.idl
M sw/inc/unotext.hxx
M sw/inc/unotextrange.hxx
M sw/source/core/unocore/unotext.cxx
M sw/source/filter/rtf/swparrtf.cxx
M writerfilter/inc/dmapper/DomainMapper.hxx
M writerfilter/source/dmapper/DomainMapper.cxx
M writerfilter/source/dmapper/DomainMapper_Impl.cxx
M writerfilter/source/dmapper/DomainMapper_Impl.hxx
M writerfilter/source/filter/ImportFilter.cxx
M writerfilter/source/filter/RtfFilter.cxx
14 files changed, 266 insertions(+), 36 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/1159
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I24cddb00a78e3b798e7d88764e59e6a77a6e98a4
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Miklos Vajna vmik...@suse.cz

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


Re: Email Flood

2013-01-26 Thread Norbert Thiebaud
Ok so after some hunting and some tyding up hofully we should be ok now...

what is expected is that the dev ML should receive one and only one
email for all changes in gerrit for the project 'core'.

please let me know if that is not the case.

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


Re: Email Flood

2013-01-26 Thread Florian Effenberger

Hi,

Norbert Thiebaud wrote on 2013-01-26 14:13:

Ok so after some hunting and some tyding up hofully we should be ok now...


thanks so much to you, David and Norbert, for working on this! Glad you 
sorted it out. :-)


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


[Libreoffice-commits] .: 2 commits - helpcontent2 sw/uiconfig

2013-01-26 Thread Libreoffice Gerrit user
 helpcontent2 |2 -
 sw/uiconfig/swriter/ui/columnpage.ui |   65 +++
 2 files changed, 38 insertions(+), 29 deletions(-)

New commits:
commit 8e681942f771d7beae52b1e786fab16e6a653ab1
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Jan 26 12:26:29 2013 +

add mnemonic widgets to column page

Change-Id: I1156a4785b96efb44bc98623e9a7f2cbbb5ee84a

diff --git a/sw/uiconfig/swriter/ui/columnpage.ui 
b/sw/uiconfig/swriter/ui/columnpage.ui
index 31576a9..1565167 100644
--- a/sw/uiconfig/swriter/ui/columnpage.ui
+++ b/sw/uiconfig/swriter/ui/columnpage.ui
@@ -79,6 +79,8 @@
 property name=can_focusFalse/property
 property name=xalign0/property
 property name=label 
translatable=yesColumns/property
+property name=use_underlineTrue/property
+property name=mnemonic_widgetcolsnf/property
   /object
   packing
 property name=left_attach0/property
@@ -122,6 +124,7 @@
 property name=xalign0/property
 property name=label translatable=yes_Apply 
to/property
 property name=use_underlineTrue/property
+property 
name=mnemonic_widgetapplytolb/property
   /object
   packing
 property name=left_attach0/property
@@ -154,6 +157,7 @@
 property name=xalign0/property
 property name=label translatable=yesText 
_direction/property
 property name=use_underlineTrue/property
+property 
name=mnemonic_widgettextdirectionlb/property
   /object
   packing
 property name=left_attach0/property
@@ -603,6 +607,7 @@
 property name=xalign0/property
 property name=label translatable=yesSt_yle/property
 property name=use_underlineTrue/property
+property name=mnemonic_widgetlinestylelb/property
   /object
   packing
 property name=left_attach0/property
@@ -618,6 +623,7 @@
 property name=xalign0/property
 property name=label translatable=yes_Width/property
 property name=use_underlineTrue/property
+property 
name=mnemonic_widgetlinewidthmf:0.00pt/property
   /object
   packing
 property name=left_attach0/property
@@ -633,6 +639,7 @@
 property name=xalign0/property
 property name=label 
translatable=yesH_eight/property
 property name=use_underlineTrue/property
+property 
name=mnemonic_widgetlinewidthmf:0.00pt/property
   /object
   packing
 property name=left_attach2/property
@@ -648,6 +655,7 @@
 property name=xalign0/property
 property name=label 
translatable=yes_Position/property
 property name=use_underlineTrue/property
+property name=mnemonic_widgetlineposlb/property
   /object
   packing
 property name=left_attach2/property
@@ -663,6 +671,7 @@
 property name=xalign0/property
 property name=label translatable=yes_Color/property
 property name=use_underlineTrue/property
+property name=mnemonic_widgetcolorlb/property
   /object
   packing
 property name=left_attach4/property
@@ -774,7 +783,19 @@
   /packing
 /child
   /object
-  object class=GtkListStore id=liststore2
+  object class=GtkImage id=image7
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property name=stockgtk-go-back/property
+property name=icon-size1/property
+  /object
+  object class=GtkImage id=image8
+property name=visibleTrue/property
+property name=can_focusFalse/property
+property name=stockgtk-go-forward/property
+property name=icon-size1/property
+  /object
+  object class=GtkListStore id=liststore1
 columns
   !-- column-name gchararray1 --
   column type=gchararray/
@@ -783,40 +804,20 @@
 /columns
 data
   row
-col id=0 translatable=yesSelection/col
+col id=0 translatable=yesLeft-to-right/col
 col id=10/col
   /row
   row
-col id=0 translatable=yesCurrent Section/col
+col id=0 translatable=yesRight-to-left/col
 col 

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

2013-01-26 Thread Libreoffice Gerrit user
 helpers/help_hid.lst|   15 --
 source/text/shared/01/05030700.xhp  |7 ++--
 source/text/swriter/01/05040500.xhp |   54 ++--
 3 files changed, 30 insertions(+), 46 deletions(-)

New commits:
commit b8c513606f96dac3a5f10dfba008ec6c45830cb9
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Jan 26 13:44:36 2013 +

update help ids for column page .ui conversion

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index ebbf61f..9caa9c4 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -1085,7 +1085,6 @@ HID_COLORPAGE_WRITERTEXTGRID_CB,39947,
 HID_COLORPAGE_WRITERTEXTGRID_LB,39907,
 HID_COLOR_CTL_COLORS,33887,
 HID_COLROWNAMERANGES,58931,
-HID_COLUMN,53172,
 HID_COMPATIBILITY_OPTIONS_BOX,53252,
 HID_COND_COLL,53194,
 HID_COND_COLL_TABLIST,54844,
@@ -8814,8 +8813,6 @@ 
sw_CheckBox_DLG_MM_SERVERAUTHENTICATION_CB_AUTHENTICATION,1427145778,
 sw_CheckBox_DLG_ROW_HEIGHT_CB_AUTOHEIGHT,1425245186,
 sw_CheckBox_MD_EDIT_REGION_CB_DDE,1405830145,
 sw_CheckBox_MD_EDIT_REGION_CB_PASSWD,1405830153,
-sw_CheckBox_TP_COLUMN_CB_AUTO_WIDTH,877872132,
-sw_CheckBox_TP_COLUMN_CB_BALANCECOLS,877872186,
 sw_CheckBox_TP_CONDCOLL_CB_CONDITION,878445569,
 sw_CheckBox_TP_CONTENT_OPT_CB_ANY_RULER,878396428,
 sw_CheckBox_TP_CONTENT_OPT_CB_CROSS,878396430,
@@ -9069,8 +9066,6 @@ 
sw_ImageButton_DLG_MM_CUSTOMIZE_ADDRESS_LIST_PB_DOWN,1435299335,
 sw_ImageButton_DLG_MM_CUSTOMIZE_ADDRESS_LIST_PB_UP,1435299334,
 sw_ImageButton_DLG_MM_GREETINGS_PAGE_IB_NEXTSET,898264597,
 sw_ImageButton_DLG_MM_GREETINGS_PAGE_IB_PREVSET,898264596,
-sw_ImageButton_TP_COLUMN_BTN_DOWN,877882911,
-sw_ImageButton_TP_COLUMN_BTN_UP,877882910,
 sw_ImageButton_TP_ENV_ENV_BTN_INSERT,909651463,
 sw_ImageButton_TP_LAB_LAB_BTN_INSERT,909700627,
 sw_ImageButton_TP_TABLE_COLUMN_COL_BTN_DOWN,888499833,
@@ -9116,9 +9111,6 @@ sw_ListBox_DLG_MM_OUTPUT_PAGE_LB_SENDAS,898305573,
 sw_ListBox_DLG_MULTMRK_LB_TOX,1433456132,
 sw_ListBox_DLG_NUM_NAMES_LB_FORM,1428754026,
 sw_ListBox_DLG_SEL_GLOS_LB_GLOS,1436749313,
-sw_ListBox_TP_COLUMN_LB_POSITION,877874726,
-sw_ListBox_TP_COLUMN_LB_STYLE,877874722,
-sw_ListBox_TP_COLUMN_LB_TEXTDIRECTION,877874749,
 sw_ListBox_TP_CONDCOLL_LB_FILTER,878448136,
 sw_ListBox_TP_CONDCOLL_LB_STYLE,878448135,
 sw_ListBox_TP_CONTENT_OPT_LB_HMETRIC,878399064,
@@ -9228,12 +9220,6 @@ 
sw_MetricField_DLG_PAGEPREVIEW_PRINTOPTIONS_MF_RMARGIN,1411291663,
 sw_MetricField_DLG_PAGEPREVIEW_PRINTOPTIONS_MF_TMARGIN,1411291665,
 sw_MetricField_DLG_PAGEPREVIEW_PRINTOPTIONS_MF_VMARGIN,1411291671,
 sw_MetricField_DLG_ROW_HEIGHT_ED_HEIGHT,1425250817,
-sw_MetricField_TP_COLUMN_ED_1,877877785,
-sw_MetricField_TP_COLUMN_ED_2,877877786,
-sw_MetricField_TP_COLUMN_ED_3,877877787,
-sw_MetricField_TP_COLUMN_ED_DIST1,877877806,
-sw_MetricField_TP_COLUMN_ED_DIST2,877877807,
-sw_MetricField_TP_COLUMN_ED_HEIGHT,877877796,
 sw_MetricField_TP_DROPCAPS_FLD_DISTANCE,877828614,
 sw_MetricField_TP_ENV_FMT_FLD_ADDR_LEFT,909662734,
 sw_MetricField_TP_ENV_FMT_FLD_ADDR_TOP,909662736,
@@ -9310,7 +9296,6 @@ 
sw_NumericField_DLG_PAGEPREVIEW_PRINTOPTIONS_NF_COLS,1411291141,
 sw_NumericField_DLG_PAGEPREVIEW_PRINTOPTIONS_NF_ROWS,1411291139,
 sw_NumericField_DLG_PAGEPREVIEW_ZOOM_ED_COL,1411274756,
 sw_NumericField_DLG_PAGEPREVIEW_ZOOM_ED_ROW,1411274757,
-sw_NumericField_TP_COLUMN_ED_NUMBER,877877250,
 sw_NumericField_TP_DROPCAPS_FLD_DROPCAPS,877828098,
 sw_NumericField_TP_DROPCAPS_FLD_LINES,877828100,
 sw_NumericField_TP_FLD_DOK_ED_DOKDATEOFF,878762041,
diff --git a/source/text/shared/01/05030700.xhp 
b/source/text/shared/01/05030700.xhp
index a797b07..4fcea39 100644
--- a/source/text/shared/01/05030700.xhp
+++ b/source/text/shared/01/05030700.xhp
@@ -92,11 +92,10 @@
 section id=textflow
 paragraph role=heading id=hd_id3144434 xml-lang=en-US level=2 
l10n=U oldref=23Properties/paragraph
 bookmark xml-lang=en-US 
branch=hid/cui:ListBox:RID_SVXPAGE_ALIGN_PARAGRAPH:LB_TEXTDIRECTION 
id=bm_id3151044 localize=false/
-bookmark xml-lang=en-US 
branch=hid/sw:ListBox:TP_FORMAT_TABLE:LB_TEXTORIENTATION id=bm_id3149791 
localize=false/
-!-- removed HID SVX_LISTBOX_RID_SVXPAGE_EXT_PARAGRAPH_LB_TEXTDIRECTION --
-bookmark xml-lang=en-US branch=hid/sw:ListBox:TP_COLUMN:LB_TEXTDIRECTION 
id=bm_id3148971 localize=false/
+bookmark xml-lang=en-US 
branch=hid/modules/swriter/ui/formattablepage/textdirection id=bm_id3149791 
localize=false/
+bookmark xml-lang=en-US 
branch=hid/modules/swriter/ui/columnpage/textdirectionlb id=bm_id3148971 
localize=false/
 paragraph role=heading id=hd_id3154631 xml-lang=en-US level=3 
l10n=U oldref=25Text direction/paragraph
-paragraph role=paragraph id=par_id3157960 xml-lang=en-US l10n=U 
oldref=24ahelp 
hid=SVX_LISTBOX_RID_SVXPAGE_ALIGN_PARAGRAPH_LB_TEXTDIRECTIONSpecify the text 
direction for a paragraph that uses complex text layout (CTL). This feature is 
only available if complex text layout support is enabled./ahelp/paragraph
+paragraph role=paragraph id=par_id3157960 xml-lang=en-US l10n=U 

[Libreoffice-commits] .: accessibility/source codemaker/source cppuhelper/source cppu/source idlc/source registry/source sal/qa stoc/source tools/source ucb/source ucb/workben

2013-01-26 Thread Libreoffice Gerrit user
 accessibility/source/extended/textwindowaccessibility.cxx |   15 ++--
 codemaker/source/codemaker/dependencies.cxx   |   10 +-
 codemaker/source/cppumaker/cpputype.cxx   |   32 -
 codemaker/source/cppumaker/includes.cxx   |6 -
 codemaker/source/javamaker/classfile.cxx  |   36 +-
 codemaker/source/javamaker/javatype.cxx   |   48 +++---
 cppu/source/typelib/typelib.cxx   |   18 ++---
 cppuhelper/source/tdmgr.cxx   |8 +-
 idlc/source/astdump.cxx   |6 -
 registry/source/regimpl.cxx   |   16 ++--
 sal/qa/rtl/uri/rtl_testuri.cxx|   16 ++--
 stoc/source/registry_tdprovider/tdiface.cxx   |   12 +--
 stoc/source/registry_tdprovider/tdprovider.cxx|8 +-
 tools/source/fsys/urlobj.cxx  |3 
 ucb/source/ucp/ftp/ftpdirp.cxx|4 -
 ucb/workben/cachemap/cachemaptest.cxx |   30 +---
 16 files changed, 141 insertions(+), 127 deletions(-)

New commits:
commit f1bca26afcc7593d0124c216c0400a9e2e47fc1d
Author: Stephan Bergmann sberg...@redhat.com
Date:   Sat Jan 26 16:31:43 2013 +0100

Remove redundant braces around for loops

...that had once been workarounds for compilers that did not yet support the
C++98 scoping rules for declarations in for-init-statements.

Change-Id: I51dc42982b30bf3adea6de1a10a91c0b4b4acfbe

diff --git a/accessibility/source/extended/textwindowaccessibility.cxx 
b/accessibility/source/extended/textwindowaccessibility.cxx
index 6691856..f27fc8f 100644
--- a/accessibility/source/extended/textwindowaccessibility.cxx
+++ b/accessibility/source/extended/textwindowaccessibility.cxx
@@ -1725,8 +1725,9 @@ void Document::notifyVisibleRangeChanges(
 {
 // XXX  Replace this code that determines which paragraphs have changed 
from
 // invisible to visible or vice versa with a better algorithm.
-{for (Paragraphs::iterator aIt(rOldVisibleBegin); aIt != rOldVisibleEnd;
-  ++aIt)
+for (Paragraphs::iterator aIt(rOldVisibleBegin); aIt != rOldVisibleEnd;
+ ++aIt)
+{
 if (aIt != rInserted
  (aIt  m_aVisibleBegin || aIt = m_aVisibleEnd))
 NotifyAccessibleEvent(
@@ -1735,8 +1736,9 @@ void Document::notifyVisibleRangeChanges(
 ::css::uno::makeAny(getAccessibleChild(aIt)),
 ::css::uno::Any());
 }
-{for (Paragraphs::iterator aIt(m_aVisibleBegin); aIt != m_aVisibleEnd;
-  ++aIt)
+for (Paragraphs::iterator aIt(m_aVisibleBegin); aIt != m_aVisibleEnd;
+ ++aIt)
+{
 if (aIt == rInserted
 || aIt  rOldVisibleBegin || aIt = rOldVisibleEnd)
 NotifyAccessibleEvent(
@@ -1829,8 +1831,9 @@ void Document::handleParagraphNotifications()
 ::sal_uLong n = aHint.GetValue();
 if (n == TEXT_PARA_ALL)
 {
-{for (Paragraphs::iterator aIt(m_aVisibleBegin);
-  aIt != m_aVisibleEnd; ++aIt)
+for (Paragraphs::iterator aIt(m_aVisibleBegin);
+ aIt != m_aVisibleEnd; ++aIt)
+{
 NotifyAccessibleEvent(
 ::css::accessibility::AccessibleEventId::
 CHILD,
diff --git a/codemaker/source/codemaker/dependencies.cxx 
b/codemaker/source/codemaker/dependencies.cxx
index 9d2e769..f3baf1c 100644
--- a/codemaker/source/codemaker/dependencies.cxx
+++ b/codemaker/source/codemaker/dependencies.cxx
@@ -65,13 +65,13 @@ Dependencies::Dependencies(
 }
 }
 if (tc != RT_TYPE_ENUM) {
-{for (sal_Int16 i = 0; i  reader.getFieldCount(); ++i) {
+for (sal_Int16 i = 0; i  reader.getFieldCount(); ++i) {
 if ((reader.getFieldFlags(i)  
RT_ACCESS_PARAMETERIZED_TYPE)
 == 0)
 {
 insert(reader.getFieldTypeName(i), false);
 }
-}}
+}
 }
 for (sal_Int16 i = 0; i  reader.getMethodCount(); ++i) {
 insert(reader.getMethodReturnTypeName(i), false);
@@ -249,11 +249,11 @@ void Dependencies::insert(rtl::OString const  type, bool 
base) {
 
 case UnoType::SORT_COMPLEX:
 {
-{for (std::vector rtl::OString ::iterator i(args.begin());
-  i != args.end(); ++i)
+for (std::vector rtl::OString ::iterator i(args.begin());
+ i != args.end(); ++i)
 {
 insert(*i, false);
-}}
+}
 Map::iterator i(m_map.find(t));
 if (i == m_map.end()) {
 

Change in core[libreoffice-4-0]: export page/cell anchoring for xls drawing objects fdo#58360

2013-01-26 Thread Julien Nabet (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1877

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/77/1877/1

export page/cell anchoring for xls drawing objects fdo#58360

Change-Id: I8f12ce4fedd3da76bab683ac85169186deeb89dc
---
M sc/source/filter/excel/xeescher.cxx
1 file changed, 5 insertions(+), 3 deletions(-)



diff --git a/sc/source/filter/excel/xeescher.cxx 
b/sc/source/filter/excel/xeescher.cxx
index 32afdab..4221d0c 100644
--- a/sc/source/filter/excel/xeescher.cxx
+++ b/sc/source/filter/excel/xeescher.cxx
@@ -257,9 +257,11 @@
 
 void XclExpDffSheetAnchor::ImplSetFlags( const SdrObject rSdrObj )
 {
-// Special case page anchor (X==0,Y==1) - lock pos and size.
-const Point rPos = rSdrObj.GetAnchorPos();
-mnFlags = ((rPos.X() == 0)  (rPos.Y() == 1)) ? EXC_ESC_ANCHOR_LOCKED : 0;
+// set flags for cell/page anchoring
+if ( ScDrawLayer::GetAnchorType( rSdrObj ) == SCA_CELL )
+mnFlags = 0;
+else
+mnFlags = EXC_ESC_ANCHOR_LOCKED;
 }
 
 void XclExpDffSheetAnchor::ImplCalcAnchorRect( const Rectangle rRect, MapUnit 
eMapUnit )

-- 
To view, visit https://gerrit.libreoffice.org/1877
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8f12ce4fedd3da76bab683ac85169186deeb89dc
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Julien Nabet serval2...@yahoo.fr
Gerrit-Reviewer: Noel Power noel.po...@suse.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Change in core[master]: Remove more STRINGPARAM macros form dbaccess

2013-01-26 Thread Marcos Souza (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1878

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/78/1878/1

Remove more STRINGPARAM macros form dbaccess

Change-Id: I283ccd03dc811dda2f10963f400cd517f42ea7b3
---
M dbaccess/source/core/dataaccess/databasecontext.cxx
M dbaccess/source/core/dataaccess/databaseregistrations.cxx
M dbaccess/source/core/dataaccess/definitioncontainer.cxx
M dbaccess/source/core/dataaccess/documentcontainer.cxx
M dbaccess/source/core/dataaccess/intercept.cxx
M dbaccess/source/core/dataaccess/myucp_datasupplier.cxx
M dbaccess/source/core/misc/DatabaseDataProvider.cxx
M dbaccess/source/core/misc/dsntypes.cxx
M dbaccess/source/core/misc/sdbcoretools.cxx
M dbaccess/source/core/recovery/dbdocrecovery.cxx
M dbaccess/source/core/recovery/settingsimport.cxx
M dbaccess/source/core/recovery/storagetextstream.cxx
M dbaccess/source/core/recovery/subcomponentloader.cxx
M dbaccess/source/core/recovery/subcomponentrecovery.cxx
14 files changed, 95 insertions(+), 126 deletions(-)



diff --git a/dbaccess/source/core/dataaccess/databasecontext.cxx 
b/dbaccess/source/core/dataaccess/databasecontext.cxx
index b5372d4..8144f82 100644
--- a/dbaccess/source/core/dataaccess/databasecontext.cxx
+++ b/dbaccess/source/core/dataaccess/databasecontext.cxx
@@ -204,10 +204,9 @@
 }
 
 // Helper
-rtl::OUString ODatabaseContext::getImplementationName_static() throw( 
RuntimeException )
-
+OUString ODatabaseContext::getImplementationName_static() throw( 
RuntimeException )
 {
-return 
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(com.sun.star.comp.dba.ODatabaseContext));
+return OUString(com.sun.star.comp.dba.ODatabaseContext);
 }
 
 Reference XInterface  ODatabaseContext::Create(const Reference 
XComponentContext  _rxContext)
diff --git a/dbaccess/source/core/dataaccess/databaseregistrations.cxx 
b/dbaccess/source/core/dataaccess/databaseregistrations.cxx
index 344c15c..5886fbd 100644
--- a/dbaccess/source/core/dataaccess/databaseregistrations.cxx
+++ b/dbaccess/source/core/dataaccess/databaseregistrations.cxx
@@ -53,21 +53,21 @@
 using ::com::sun::star::uno::XAggregation;
 /** === end UNO using === **/
 
-static const ::rtl::OUString getConfigurationRootPath()
+static const OUString getConfigurationRootPath()
 {
-static ::rtl::OUString 
s_sNodeName(RTL_CONSTASCII_USTRINGPARAM(org.openoffice.Office.DataAccess/RegisteredNames));
+static OUString 
s_sNodeName(org.openoffice.Office.DataAccess/RegisteredNames);
 return s_sNodeName;
 }
 
-const ::rtl::OUString getLocationNodeName()
+const OUString getLocationNodeName()
 {
-static ::rtl::OUString 
s_sNodeName(RTL_CONSTASCII_USTRINGPARAM(Location));
+static OUString s_sNodeName(Location);
 return s_sNodeName;
 }
 
-const ::rtl::OUString getNameNodeName()
+const OUString getNameNodeName()
 {
-static ::rtl::OUString 
s_sNodeName(RTL_CONSTASCII_USTRINGPARAM(Name));
+static OUString s_sNodeName(Name);
 return s_sNodeName;
 }
 
diff --git a/dbaccess/source/core/dataaccess/definitioncontainer.cxx 
b/dbaccess/source/core/dataaccess/definitioncontainer.cxx
index 928f2cf..8c8cd98 100644
--- a/dbaccess/source/core/dataaccess/definitioncontainer.cxx
+++ b/dbaccess/source/core/dataaccess/definitioncontainer.cxx
@@ -159,16 +159,16 @@
 IMPLEMENT_FORWARD_XINTERFACE2( 
ODefinitionContainer,OContentHelper,ODefinitionContainer_Base)
 
IMPLEMENT_TYPEPROVIDER2(ODefinitionContainer,OContentHelper,ODefinitionContainer_Base);
 // XServiceInfo
-::rtl::OUString SAL_CALL ODefinitionContainer::getImplementationName(  ) 
throw(RuntimeException)
+OUString SAL_CALL ODefinitionContainer::getImplementationName(  ) 
throw(RuntimeException)
 {
-return 
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(com.sun.star.sdb.ODefinitionContainer));
+return OUString(com.sun.star.sdb.ODefinitionContainer);
 }
 
-Sequence ::rtl::OUString  SAL_CALL 
ODefinitionContainer::getSupportedServiceNames(  ) throw(RuntimeException)
+Sequence OUString  SAL_CALL ODefinitionContainer::getSupportedServiceNames(  
) throw(RuntimeException)
 {
-Sequence ::rtl::OUString  aReturn(2);
-aReturn.getArray()[0] = 
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(com.sun.star.sdb.DefinitionContainer));
-aReturn.getArray()[1] = 
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(com.sun.star.ucb.Content));
+Sequence OUString  aReturn(2);
+aReturn.getArray()[0] = com.sun.star.sdb.DefinitionContainer;
+aReturn.getArray()[1] = com.sun.star.ucb.Content;
 return aReturn;
 }
 
diff --git a/dbaccess/source/core/dataaccess/documentcontainer.cxx 
b/dbaccess/source/core/dataaccess/documentcontainer.cxx
index 9e91fd4..90a8af5 100644
--- a/dbaccess/source/core/dataaccess/documentcontainer.cxx
+++ b/dbaccess/source/core/dataaccess/documentcontainer.cxx
@@ -733,7 +733,7 @@
 {
 Command aCommand;
 
-

[Libreoffice-commits] .: helpcontent2

2013-01-26 Thread Libreoffice Gerrit user
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c0b6fa74337ff3db7a4e489330250c4f6e69f7c3
Author: Andras Timar ati...@suse.com
Date:   Sat Jan 26 17:04:34 2013 +0100

Updated core
Project: help  3a5cdb25465c2f423892c184755dad7c0075c1eb

diff --git a/helpcontent2 b/helpcontent2
index b8c5136..3a5cdb2 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit b8c513606f96dac3a5f10dfba008ec6c45830cb9
+Subproject commit 3a5cdb25465c2f423892c184755dad7c0075c1eb
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: source/auxiliary

2013-01-26 Thread Libreoffice Gerrit user
 source/auxiliary/makefile.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3a5cdb25465c2f423892c184755dad7c0075c1eb
Author: Andras Timar ati...@suse.com
Date:   Sat Jan 26 17:04:34 2013 +0100

we don't produce KeyID help packs (not useful)

Change-Id: Ie6d2fcab4d419e097557522621eb96a56b87ddf8

diff --git a/source/auxiliary/makefile.mk b/source/auxiliary/makefile.mk
index c7d3545..822f132 100644
--- a/source/auxiliary/makefile.mk
+++ b/source/auxiliary/makefile.mk
@@ -38,7 +38,7 @@ ALLTAR : aux_dirs $(COMMONBIN)$/helpimg.ilst
 t_aux_langdirs:=$(shell @find ./ -name *.cfg | sed s/\.\/\/// | sed 
s/\.\/// )
 
 aux_langdirs:=$(uniq $(t_aux_langdirs:d:d))
-help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name helpcontent2 
| sed -e s|/helpcontent2|| -e s|^.*/|| ) en-US qtz
+help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name helpcontent2 
| sed -e s|/helpcontent2|| -e s|^.*/|| ) en-US
 
 .ELSE  #IF $(WITH_LANG)!=
 aux_langdirs:=en-US
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 2 commits - helpcontent2 sfx2/uiconfig

2013-01-26 Thread Libreoffice Gerrit user
 helpcontent2 |2 -
 sfx2/uiconfig/ui/internetinfopage.ui |   42 ---
 2 files changed, 21 insertions(+), 23 deletions(-)

New commits:
commit d77bcb13c4afce1f894aadc6a3b058695641c2e1
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Jan 26 14:08:05 2013 +

add mnemonic widgets to internet info page

Change-Id: Ic28d8e0918d81086232424fe98e34636f4f83233

diff --git a/sfx2/uiconfig/ui/internetinfopage.ui 
b/sfx2/uiconfig/ui/internetinfopage.ui
index 03951a3..59a7a9d 100644
--- a/sfx2/uiconfig/ui/internetinfopage.ui
+++ b/sfx2/uiconfig/ui/internetinfopage.ui
@@ -1,6 +1,20 @@
 ?xml version=1.0 encoding=UTF-8?
 interface
   !-- interface-requires gtk+ 3.0 --
+  object class=GtkAdjustment id=adjustment1
+property name=lower1/property
+property name=upper65535/property
+property name=value60/property
+property name=step_increment1/property
+property name=page_increment10/property
+  /object
+  object class=GtkAdjustment id=adjustment2
+property name=lower1/property
+property name=upper65535/property
+property name=value5/property
+property name=step_increment1/property
+property name=page_increment10/property
+  /object
   object class=GtkGrid id=InternetInfoPage
 property name=visibleTrue/property
 property name=can_focusFalse/property
@@ -10,11 +24,9 @@
 child
   object class=GtkRadioButton id=noautoupdate
 property name=label translatable=yesDo not refresh 
automatically/property
-property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultFalse/property
-property name=use_action_appearanceFalse/property
 property name=use_underlineTrue/property
 property name=xalign0/property
 property name=activeTrue/property
@@ -31,11 +43,9 @@
 child
   object class=GtkRadioButton id=reloadupdate
 property name=label translatable=yesRefresh this 
document/property
-property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultFalse/property
-property name=use_action_appearanceFalse/property
 property name=xalign0/property
 property name=draw_indicatorTrue/property
 property name=groupforwardupdate/property
@@ -50,11 +60,9 @@
 child
   object class=GtkRadioButton id=forwardupdate
 property name=label translatable=yesRedirect from this 
document/property
-property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultFalse/property
-property name=use_action_appearanceFalse/property
 property name=xalign0/property
 property name=draw_indicatorTrue/property
 property name=groupnoautoupdate/property
@@ -73,6 +81,8 @@
 property name=margin_left12/property
 property name=xalign0/property
 property name=label translatable=yesevery /property
+property name=use_underlineTrue/property
+property name=mnemonic_widgetreloadnf/property
   /object
   packing
 property name=left_attach0/property
@@ -103,6 +113,8 @@
 property name=margin_left12/property
 property name=xalign0/property
 property name=label translatable=yesto URL /property
+property name=use_underlineTrue/property
+property name=mnemonic_widgetforwarded/property
   /object
   packing
 property name=left_attach0/property
@@ -118,6 +130,8 @@
 property name=margin_left12/property
 property name=xalign0/property
 property name=label translatable=yesto frame/property
+property name=use_underlineTrue/property
+property name=mnemonic_widgetframecb/property
   /object
   packing
 property name=left_attach0/property
@@ -169,12 +183,10 @@
 child
   object class=GtkButton id=browse
 property name=label.../property
-property name=use_action_appearanceFalse/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultTrue/property
 property name=halignend/property
-property name=use_action_appearanceFalse/property
   /object
   packing
 property name=left_attach1/property
@@ -277,18 +289,4 @@
   /packing
 /child
   /object
-  object class=GtkAdjustment id=adjustment1
-property name=lower1/property
-property name=upper65535/property
-property name=value60/property
-property name=step_increment1/property
-property name=page_increment10/property
-  /object
-  object class=GtkAdjustment 

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

2013-01-26 Thread Libreoffice Gerrit user
 helpers/help_hid.lst   |   16 
 source/text/shared/01/01100300.xhp |   14 +-
 source/text/shared/01/01100500.xhp |   37 ++---
 3 files changed, 23 insertions(+), 44 deletions(-)

New commits:
commit a01238220f1bfa2619f9ac37ef82a2f2800e8f16
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Jan 26 17:31:12 2013 +

update help ids for internet properties .ui conversion

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index 0f64dfd..9209957 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -1506,7 +1506,6 @@ HID_DLG_WEBCONNECTION_INFO,39897,
 HID_DLG_WORDCOUNT,54987,
 HID_DOCINFODESC,33076,
 HID_DOCINFODOC,33077,
-HID_DOCINFORELOAD,33092,
 HID_DOCINFO_EDT,33070,
 HID_DOCINFO_FRAME,33126,
 HID_DOCLINKEDIT_URL,38975,
@@ -7466,7 +7465,6 @@ sfx2_CheckBox_TP_HELP_SEARCH_CB_SCOPE,546997263,
 sfx2_CheckBox_TP_MANAGE_STYLES_CB_AUTO,541246476,
 sfx2_ComboBox_DLG_NEW_STYLE_BY_EXAMPLE_LB_COL,805953,
 sfx2_ComboBox_RID_DLG_SEARCH_ED_SEARCH,2187087883,
-sfx2_ComboBox_TP_DOCINFORELOAD_CB_FRAME,541347913,
 sfx2_ComboBox_TP_HELP_INDEX_CB_INDEX,546983947,
 sfx2_ComboBox_TP_HELP_SEARCH_ED_SEARCH,547000331,
 sfx2_Edit_DLG_DOCINFO_EDT_ED_INFO1,1078102021,
@@ -7495,7 +7493,6 @@ sfx2_Edit_TP_DOCINFODOC_FT_PRINT_VAL,541198395,
 sfx2_Edit_TP_DOCINFODOC_FT_SIGNED_VAL,541198413,
 sfx2_Edit_TP_DOCINFODOC_FT_TEMPL_VAL,541198369,
 sfx2_Edit_TP_DOCINFODOC_FT_TIMELOG_VAL,541198372,
-sfx2_Edit_TP_DOCINFORELOAD_ED_URL,541345836,
 sfx2_Edit_TP_MANAGE_STYLES_ED_NAME,541247490,
 sfx2_FT_DOCNAME_DLG_PRINTMONITOR,2218852352,
 sfx2_FloatingWindow_SID_RECORDING_FLOATWINDOW,1705639936,
@@ -7519,8 +7516,6 @@ sfx2_MultiLineEdit_DLG_NEW_FILE_ED_DESC,1107380807,
 sfx2_MultiLineEdit_TP_DOCINFODESC_ED_COMMENT,541182488,
 sfx2_MultiLineEdit_TP_MANAGE_STYLES_ED_DESC,541248011,
 sfx2_NumericField_TP_COMMONPRINTOPTIONS_NF_REDUCEGRADIENTS_STEPCOUNT,576165911,
-sfx2_NumericField_TP_DOCINFORELOAD_ED_FORWARD,541349958,
-sfx2_NumericField_TP_DOCINFORELOAD_ED_RELOAD,541349955,
 sfx2_PushButton_DLG_COMMENTS_PB_CLOSE,1112707592,
 sfx2_PushButton_DLG_NEW_FILE_PB_LOAD_FILE,1107382822,
 sfx2_PushButton_DLG_VERSIONS_PB_COMPARE,1112691217,
@@ -7533,7 +7528,6 @@ 
sfx2_PushButton_RID_WARN_PRINTTRANSPARENCY_BTN_PRINTTRANS_NO,1113051711,
 sfx2_PushButton_TP_CUSTOMPROPERTIES_BTN_ADD,541364830,
 sfx2_PushButton_TP_DOCINFODOC_BTN_DELETE,541200958,
 sfx2_PushButton_TP_DOCINFODOC_BTN_SIGNATURE,541200975,
-sfx2_PushButton_TP_DOCINFORELOAD_PB_BROWSEURL,541348426,
 sfx2_PushButton_TP_HELP_BOOKMARKS_PB_BOOKMARKS,547017228,
 sfx2_PushButton_TP_HELP_INDEX_PB_OPEN_INDEX,546984460,
 sfx2_PushButton_TP_HELP_SEARCH_PB_OPEN_SEARCH,547000849,
@@ -7547,9 +7541,6 @@ 
sfx2_RadioButton_TP_COMMONPRINTOPTIONS_RB_REDUCEGRADIENTS_COLOR,576160278,
 sfx2_RadioButton_TP_COMMONPRINTOPTIONS_RB_REDUCEGRADIENTS_STRIPES,576160277,
 sfx2_RadioButton_TP_COMMONPRINTOPTIONS_RB_REDUCETRANSPARENCY_AUTO,576160267,
 sfx2_RadioButton_TP_COMMONPRINTOPTIONS_RB_REDUCETRANSPARENCY_NONE,576160268,
-sfx2_RadioButton_TP_DOCINFORELOAD_RB_FORWARDUPDATE,541344321,
-sfx2_RadioButton_TP_DOCINFORELOAD_RB_NOAUTOUPDATE,541344319,
-sfx2_RadioButton_TP_DOCINFORELOAD_RB_RELOADUPDATE,541344320,
 starmath_CheckBox_RID_DISTANCEDIALOG_1,1401504769,
 starmath_CheckBox_RID_FONTDIALOG_1,1401455617,
 starmath_CheckBox_RID_FONTDIALOG_2,1401455618,
diff --git a/source/text/shared/01/01100500.xhp 
b/source/text/shared/01/01100500.xhp
index 11b72e5..c6115f1 100644
--- a/source/text/shared/01/01100500.xhp
+++ b/source/text/shared/01/01100500.xhp
@@ -37,38 +37,37 @@
 bookmark_valueloading; HTML documents, automatically/bookmark_value
 bookmark_valueHTML documents; auto reloading/bookmark_value
 /bookmark
-bookmark xml-lang=en-US branch=hid/SFX2_HID_DOCINFORELOAD 
id=bm_id3155069 localize=false/
+bookmark xml-lang=en-US 
branch=hid/sfx2/ui/internetinfopage/InternetInfoPage id=bm_id3155069 
localize=false/
 paragraph role=heading id=hd_id3147588 xml-lang=en-US level=1 
l10n=U oldref=1link href=text/shared/01/01100500.xhp 
name=InternetInternet/link/paragraph
-paragraph role=paragraph id=par_id3148731 xml-lang=en-US l10n=U 
oldref=2ahelp hid=HID_DOCINFORELOADSets the refresh and redirect options 
for an HTML page./ahelp/paragraph
+paragraph role=paragraph id=par_id3148731 xml-lang=en-US l10n=U 
oldref=2ahelp hid=sfx2/ui/internetinfopage/InternetInfoPageSets the 
refresh and redirect options for an HTML page./ahelp/paragraph
 /section
 section id=howtoget
   embed href=text/shared/00/0401.xhp#info6/
 /section
-bookmark xml-lang=en-US 
branch=hid/sfx2:RadioButton:TP_DOCINFORELOAD:RB_NOAUTOUPDATE 
id=bm_id3149798 localize=false/
+bookmark xml-lang=en-US branch=hid/sfx2/ui/internetinfopage/noautoupdate 
id=bm_id3149798 localize=false/
 paragraph role=heading id=hd_id3156027 xml-lang=en-US level=2 
l10n=U oldref=26Do not refresh automatically/paragraph
-paragraph role=paragraph id=par_id3152924 xml-lang=en-US l10n=U 
oldref=27ahelp 

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Bug 6 depends on bug 55842, which changed state.

Bug 55842 Summary: no focus on frame outside of page margins for editing
https://bugs.freedesktop.org/show_bug.cgi?id=55842

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

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


[Libreoffice-commits] .: store/workben

2013-01-26 Thread Libreoffice Gerrit user
 store/workben/t_page.cxx  |   88 ++
 store/workben/t_store.cxx |2 -
 2 files changed, 44 insertions(+), 46 deletions(-)

New commits:
commit b780e8307bfeabf182225f302bb9d62934f0c597
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Jan 26 20:50:51 2013 +0100

Some cppcheck cleaning

diff --git a/store/workben/t_page.cxx b/store/workben/t_page.cxx
index 83be150..d36df00 100644
--- a/store/workben/t_page.cxx
+++ b/store/workben/t_page.cxx
@@ -1305,60 +1305,58 @@ void MappedPageAccess::unmapFile (sal_uInt8 * pData, 
sal_uInt32 nSize)
 
 int SAL_CALL main (int argc, char ** argv)
 {
-  OSL_PRECOND(argc = 1, t_page: error: insufficient number of arguments.);
-  if (argc  1)
-return 0;
+OSL_PRECOND(argc = 1, t_page: error: insufficient number of arguments.);
+if (argc  1)
+return 0;
 
-  {
-void *a = (void*)1, *b = (void*)2;
-swapvoid*(a, b);
-  }
-  {
-PageObject a;
-PageObject b (a);
-PageObject c;
-
-c = b;
-a = a;
+{
+void *a = (void*)1, *b = (void*)2;
+swapvoid*(a, b);
+}
+{
+PageObject a;
+PageObject b (a);
+PageObject c;
 
-  }
-  {
-  TestBIOS aBIOS;
-  TestClient aClient;
-  aClient.dwim (aBIOS);
-  }
+c = b;
+a = a;
+}
+{
+TestBIOS aBIOS;
+TestClient aClient;
+aClient.dwim (aBIOS);
+}
 
-  if (argc  1)
-  {
-rtl_uString * pFilename = 0;
-rtl_uString_newFromAscii (pFilename, argv[1]);
-storeAccessMode eAccessMode = store_AccessReadOnly;
-
-// Acquire file handle.
-ResourceHolderFileHandle h1;
-oslFileError result = h1.get().initialize (pFilename, 
FilePageAccess::MODE_TO_NATIVE(eAccessMode));
-if (result == osl_File_E_None)
+if (argc  1)
 {
-  ResourceHolderFileHandle h2 (h1);
-  h1 = h2;
+rtl_uString * pFilename = 0;
+rtl_uString_newFromAscii (pFilename, argv[1]);
+storeAccessMode eAccessMode = store_AccessReadOnly;
+
+// Acquire file handle.
+ResourceHolderFileHandle h1;
+oslFileError result = h1.get().initialize (pFilename, 
FilePageAccess::MODE_TO_NATIVE(eAccessMode));
+if (result == osl_File_E_None)
+{
+ResourceHolderFileHandle h2 (h1);
+h1 = h2;
 
-  if (eAccessMode == store_AccessReadOnly)
-  {
-ResourceHolderFileMapping m1;
-result = m1.get().initialize (h1.get());
+if (eAccessMode == store_AccessReadOnly)
+{
+ResourceHolderFileMapping m1;
+result = m1.get().initialize (h1.get());
 
-const sal_uInt32 nSize = 
sal::static_int_castsal_uInt32(m1.get().m_uSize);
-(void) nSize; // UNUSED
+const sal_uInt32 nSize = 
sal::static_int_castsal_uInt32(m1.get().m_uSize);
+(void) nSize; // UNUSED
 
-ResourceHolderFileMapping m2 (m1);
-m1 = m2;
+ResourceHolderFileMapping m2 (m1);
+m1 = m2;
 
-result = osl_File_E_None;
-  }
+return result;
+}
+}
 }
-  }
-
-  return 0;
+return 0;
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/store/workben/t_store.cxx b/store/workben/t_store.cxx
index 6e7bc63..7709c58 100644
--- a/store/workben/t_store.cxx
+++ b/store/workben/t_store.cxx
@@ -182,7 +182,7 @@ sal_Bool DirectoryTraveller::visit (const iter it)
 if (m_nOptions  OPTION_DUMP)
 {
 rtl::OString aName (it.m_pszName, it.m_nLength, RTL_TEXTENCODING_UTF8);
-printf (Visit(%d,%d): %s [0x%08x] %d [Bytes]\n,
+printf (Visit(%u,%u): %s [0x%08x] %d [Bytes]\n,
 m_nLevel, m_nCount,
 aName.pData-buffer, (unsigned int)(it.m_nAttrib), (unsigned 
int)(it.m_nSize));
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: src/lib

2013-01-26 Thread Libreoffice Gerrit user
 src/lib/VSDContentCollector.cpp |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c568de8af9da8e46e789074bfc099bc2d0854ae4
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Jan 26 20:14:31 2013 +0100

Some cppcheck cleaning

diff --git a/src/lib/VSDContentCollector.cpp b/src/lib/VSDContentCollector.cpp
index 1d6915a..cbe2bcb 100644
--- a/src/lib/VSDContentCollector.cpp
+++ b/src/lib/VSDContentCollector.cpp
@@ -1307,7 +1307,7 @@ void 
libvisio::VSDContentCollector::collectNURBSTo(unsigned /* id */, unsigned l
 {
   _handleLevelChange(level);
 
-  if (!knotVector.size() || !controlPoints.size() || !weights.size())
+  if (knotVector.empty() || controlPoints.empty() || weights.empty())
 // Here, maybe we should just draw line to (x2,y2)
 return;
 
@@ -1380,7 +1380,7 @@ void 
libvisio::VSDContentCollector::collectNURBSTo(unsigned /* id */, unsigned l
 double libvisio::VSDContentCollector::_NURBSBasis(unsigned knot, unsigned 
degree, double point, const std::vectordouble knotVector)
 {
   double basis = 0;
-  if (!knotVector.size())
+  if (knotVector.empty())
 return basis;
   if (degree == 0)
   {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 2 commits - forms/source lotuswordpro/source

2013-01-26 Thread Libreoffice Gerrit user
 forms/source/richtext/richtextviewport.cxx|1 +
 lotuswordpro/source/filter/xfilter/xflinenumberconfig.hxx |1 +
 lotuswordpro/source/filter/xfilter/xfstylemanager.hxx |2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 70c88fc75f6aced47a791ce53b761d6aaf773eaf
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Jan 26 21:27:07 2013 +0100

Some cppcheck cleaning

Change-Id: Iab4ff990f71321b75f69bc61a5cda728956ca85c

diff --git a/lotuswordpro/source/filter/xfilter/xflinenumberconfig.hxx 
b/lotuswordpro/source/filter/xfilter/xflinenumberconfig.hxx
index cdc052d..decd260 100644
--- a/lotuswordpro/source/filter/xfilter/xflinenumberconfig.hxx
+++ b/lotuswordpro/source/filter/xfilter/xflinenumberconfig.hxx
@@ -103,6 +103,7 @@ private:
 
 inline XFLineNumberConfig::XFLineNumberConfig()
 {
+m_ePosition = enumXFLineNumberLeft;
 m_fOffset = 0;
 m_nIncrement = 5;
 m_nSepIncrement = 3;
diff --git a/lotuswordpro/source/filter/xfilter/xfstylemanager.hxx 
b/lotuswordpro/source/filter/xfilter/xfstylemanager.hxx
index 0a90560..c4bdeae 100644
--- a/lotuswordpro/source/filter/xfilter/xfstylemanager.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfstylemanager.hxx
@@ -85,7 +85,7 @@ class XFStyleManager// : public IXFObject
 public:
 XFStyleManager();
 ~XFStyleManager();
-XFStyleManager(XFStyleManager){}
+XFStyleManager(XFStyleManager);
 
 public:
 /**
commit bc3be8493e3e14f85cedf175edff6db9a786d4dc
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sat Jan 26 21:15:10 2013 +0100

Fix Member variable m_pView is not initialized in the constructor

Change-Id: I0b18698f23f7c2c446e60069d0efcb6d89b1e5d3

diff --git a/forms/source/richtext/richtextviewport.cxx 
b/forms/source/richtext/richtextviewport.cxx
index 5e190a1..943628e 100644
--- a/forms/source/richtext/richtextviewport.cxx
+++ b/forms/source/richtext/richtextviewport.cxx
@@ -31,6 +31,7 @@ namespace frm
 //
 RichTextViewPort::RichTextViewPort( Window* _pParent )
 :Control ( _pParent )
+,m_pView(NULL)
 ,m_bHideInactiveSelection( true )
 {
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sfx2/AllLangResTarget_sfx2.mk

2013-01-26 Thread Libreoffice Gerrit user
 sfx2/AllLangResTarget_sfx2.mk |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit a843a040ae44b65752c899cbd8179629875339d2
Author: Andras Timar ati...@suse.com
Date:   Sat Jan 26 21:46:28 2013 +0100

sfx2/source/control/templateview.src is localizable

Change-Id: Ic21abffa3a889b96e2ce03c9ad997b3924133e66

diff --git a/sfx2/AllLangResTarget_sfx2.mk b/sfx2/AllLangResTarget_sfx2.mk
index 5f4eef1..e1ab892 100644
--- a/sfx2/AllLangResTarget_sfx2.mk
+++ b/sfx2/AllLangResTarget_sfx2.mk
@@ -48,6 +48,7 @@ $(eval $(call gb_SrsTarget_add_files,sfx/res,\
 sfx2/source/appl/sfx.src \
 sfx2/source/bastyp/bastyp.src \
 sfx2/source/bastyp/fltfnc.src \
+sfx2/source/control/templateview.src \
 sfx2/source/dialog/alienwarn.src \
 sfx2/source/dialog/dialog.src \
 sfx2/source/dialog/dinfdlg.src \
@@ -75,8 +76,4 @@ $(eval $(call gb_SrsTarget_add_files,sfx/res,\
 sfx2/source/view/view.src \
 ))
 
-$(eval $(call gb_SrsTarget_add_nonlocalized_files,sfx/res,\
-sfx2/source/control/templateview.src \
-))
-
 # vim: set noet sw=4 ts=4:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Joren De Cuyper joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Depends on||59797

--- Comment #91 from Joren De Cuyper joren.libreoff...@telenet.be ---
I nominate Bug 59797 - LibreLogo: view - toolbars: LibreLogo has name Add-on
1 because you can't find LibreLogo with it's proper name in the toolbar list.
(it's now called Add-on 1). Because this is a big feature (already wide
spread on blogs and fora) ... I nominate it to mab4.0

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


[Libreoffice-commits] .: 4 commits - helpcontent2 sfx2/uiconfig sw/uiconfig

2013-01-26 Thread Libreoffice Gerrit user
 helpcontent2 |2 +-
 sfx2/uiconfig/ui/descriptioninfopage.ui  |4 
 sfx2/uiconfig/ui/documentinfopage.ui |   21 +++--
 sfx2/uiconfig/ui/internetinfopage.ui |3 +++
 sw/uiconfig/swriter/ui/statisticsinfopage.ui |   20 ++--
 5 files changed, 37 insertions(+), 13 deletions(-)

New commits:
commit e32c5058c43865eee0d81b3635b8b4c6d8c64f53
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Jan 26 20:55:48 2013 +

add mnemonic widgets to document info page

Change-Id: I286847cb0f07a416b1810450eb2c873ca19c2932

diff --git a/sfx2/uiconfig/ui/documentinfopage.ui 
b/sfx2/uiconfig/ui/documentinfopage.ui
index 47db29d..72514654 100644
--- a/sfx2/uiconfig/ui/documentinfopage.ui
+++ b/sfx2/uiconfig/ui/documentinfopage.ui
@@ -14,6 +14,7 @@
 property name=xalign0/property
 property name=label translatable=yes_Created:/property
 property name=use_underlineTrue/property
+property name=mnemonic_widgetshowcreate/property
   /object
   packing
 property name=left_attach0/property
@@ -29,6 +30,7 @@
 property name=xalign0/property
 property name=label translatable=yes_Modified:/property
 property name=use_underlineTrue/property
+property name=mnemonic_widgetshowmodify/property
   /object
   packing
 property name=left_attach0/property
@@ -44,6 +46,7 @@
 property name=xalign0/property
 property name=label translatable=yes_Digitally signed:/property
 property name=use_underlineTrue/property
+property name=mnemonic_widgetshowsigned/property
   /object
   packing
 property name=left_attach0/property
@@ -59,6 +62,7 @@
 property name=xalign0/property
 property name=label translatable=yesLast pri_nted:/property
 property name=use_underlineTrue/property
+property name=mnemonic_widgetshowprint/property
   /object
   packing
 property name=left_attach0/property
@@ -74,6 +78,7 @@
 property name=xalign0/property
 property name=label translatable=yesTotal _editing 
time:/property
 property name=use_underlineTrue/property
+property name=mnemonic_widgetshowedittime/property
   /object
   packing
 property name=left_attach0/property
@@ -89,6 +94,7 @@
 property name=xalign0/property
 property name=label translatable=yesRe_vision number:/property
 property name=use_underlineTrue/property
+property name=mnemonic_widgetshowrevision/property
   /object
   packing
 property name=left_attach0/property
@@ -203,11 +209,9 @@
 child
   object class=GtkCheckButton id=userdatacb
 property name=label translatable=yes_Apply user data/property
-property name=use_action_appearanceFalse/property
 property name=can_focusTrue/property
 property name=receives_defaultFalse/property
 property name=no_show_allTrue/property
-property name=use_action_appearanceFalse/property
 property name=use_underlineTrue/property
 property name=xalign0/property
 property name=draw_indicatorTrue/property
@@ -222,11 +226,9 @@
 child
   object class=GtkButton id=reset
 property name=label translatable=yesReset/property
-property name=use_action_appearanceFalse/property
 property name=can_focusTrue/property
 property name=receives_defaultTrue/property
 property name=no_show_allTrue/property
-property name=use_action_appearanceFalse/property
   /object
   packing
 property name=left_attach2/property
@@ -238,11 +240,9 @@
 child
   object class=GtkButton id=signature
 property name=label translatable=yesDi_gital 
Signature.../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
@@ -258,6 +258,8 @@
 property name=can_focusFalse/property
 property name=xalign0/property
 property name=label translatable=yesTemplate:/property
+property name=use_underlineTrue/property
+property name=mnemonic_widgetshowtemplate/property
   /object
   packing
 property name=left_attach0/property
@@ -287,6 +289,7 @@
 property name=xalign0/property
 property name=label translatable=yes_Size:/property
 property name=use_underlineTrue/property
+property name=mnemonic_widgetshowsize/property
   /object
   packing
 property name=left_attach0/property
@@ -317,6 +320,7 @@
 property name=xalign0/property
 property name=label 

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

2013-01-26 Thread Libreoffice Gerrit user
 helpers/help_hid.lst   |7 ---
 source/text/shared/01/01100100.xhp |   20 ++--
 source/text/shared/01/01100400.xhp |8 
 source/text/shared/01/01100600.xhp |   36 ++--
 4 files changed, 20 insertions(+), 51 deletions(-)

New commits:
commit d6a4e01ee6738f6a30401605ce2ee019fa94b649
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Jan 26 20:51:23 2013 +

update help ids for description info page .ui conversion

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index 6cfa697..8bf8491 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -1504,7 +1504,6 @@ HID_DLG_TEXT,38843,
 HID_DLG_UNKNOWNAUTH_UUI,35845,
 HID_DLG_WEBCONNECTION_INFO,39897,
 HID_DLG_WORDCOUNT,54987,
-HID_DOCINFODESC,33076,
 HID_DOCINFODOC,33077,
 HID_DOCINFO_EDT,33070,
 HID_DOCINFO_FRAME,33126,
@@ -7478,9 +7477,6 @@ sfx2_Edit_MD_DDE_LINKEDIT_ED_DDE_APP,1082214450,
 sfx2_Edit_MD_DDE_LINKEDIT_ED_DDE_ITEM,1082214452,
 sfx2_Edit_MD_DDE_LINKEDIT_ED_DDE_TOPIC,1082214451,
 sfx2_Edit_RID_URLOPEN_RID_URLOPEN_URL,1112573955,
-sfx2_Edit_TP_DOCINFODESC_ED_KEYWORDS,541181966,
-sfx2_Edit_TP_DOCINFODESC_ED_THEMA,541181964,
-sfx2_Edit_TP_DOCINFODESC_ED_TITLE,541181962,
 sfx2_Edit_TP_DOCINFODOC_ED_FILE_NAME,541198387,
 sfx2_Edit_TP_DOCINFODOC_FT_CHANGE_VAL,541198340,
 sfx2_Edit_TP_DOCINFODOC_FT_CREATE_VAL,541198344,
@@ -7512,7 +7508,6 @@ sfx2_ModalDialog_RID_WARN_PRINTTRANSPARENCY,1113047040,
 sfx2_MoreButton_DLG_NEW_FILE_BT_MORE,1107391008,
 sfx2_MultiLineEdit_DLG_COMMENTS_ME_VERSIONS,1112705550,
 sfx2_MultiLineEdit_DLG_NEW_FILE_ED_DESC,1107380807,
-sfx2_MultiLineEdit_TP_DOCINFODESC_ED_COMMENT,541182488,
 sfx2_MultiLineEdit_TP_MANAGE_STYLES_ED_DESC,541248011,
 sfx2_NumericField_TP_COMMONPRINTOPTIONS_NF_REDUCEGRADIENTS_STEPCOUNT,576165911,
 sfx2_PushButton_DLG_COMMENTS_PB_CLOSE,1112707592,
diff --git a/source/text/shared/01/01100100.xhp 
b/source/text/shared/01/01100100.xhp
index afd6319..f5c4ff4 100644
--- a/source/text/shared/01/01100100.xhp
+++ b/source/text/shared/01/01100100.xhp
@@ -28,24 +28,24 @@
 /meta
 body
 section id=beschreibung
-bookmark xml-lang=en-US branch=hid/SFX2_HID_DOCINFODESC id=bm_id3154788 
localize=false/
+bookmark xml-lang=en-US 
branch=hid/sfx/ui/descriptioninfopage/DescriptionInfoPage id=bm_id3154788 
localize=false/
 paragraph role=heading id=hd_id3147588 xml-lang=en-US level=1 
l10n=U oldref=1link href=text/shared/01/01100100.xhp 
name=DescriptionDescription/link/paragraph
-paragraph role=paragraph id=par_id3154682 xml-lang=en-US l10n=U 
oldref=2ahelp hid=HID_DOCINFODESCContains descriptive information about 
the document./ahelp/paragraph
+paragraph role=paragraph id=par_id3154682 xml-lang=en-US l10n=U 
oldref=2ahelp hid=sfx/ui/descriptioninfopage/DescriptionInfoPageContains 
descriptive information about the document./ahelp/paragraph
 /section
 section id=howtoget
 embed href=text/shared/00/0401.xhp#info3/
 /section
-bookmark xml-lang=en-US branch=hid/sfx2:Edit:TP_DOCINFODESC:ED_TITLE 
id=bm_id3149798 localize=false/
+bookmark xml-lang=en-US branch=hid/sfx/ui/descriptioninfopage/title 
id=bm_id3149798 localize=false/
 paragraph role=heading id=hd_id3152372 xml-lang=en-US level=2 
l10n=U oldref=3Title/paragraph
-paragraph role=paragraph id=par_id3156042 xml-lang=en-US l10n=U 
oldref=4ahelp hid=SFX2:EDIT:TP_DOCINFODESC:ED_TITLEEnter a title for the 
document./ahelp/paragraph
-bookmark xml-lang=en-US branch=hid/sfx2:Edit:TP_DOCINFODESC:ED_THEMA 
id=bm_id3145136 localize=false/
+paragraph role=paragraph id=par_id3156042 xml-lang=en-US l10n=U 
oldref=4ahelp hid=sfx/ui/descriptioninfopage/titleEnter a title for the 
document./ahelp/paragraph
+bookmark xml-lang=en-US branch=hid/sfx/ui/descriptioninfopage/subject 
id=bm_id3145136 localize=false/
 paragraph role=heading id=hd_id3145669 xml-lang=en-US level=2 
l10n=U oldref=5Subject/paragraph
-paragraph role=paragraph id=par_id3147571 xml-lang=en-US l10n=U 
oldref=6ahelp hid=SFX2:EDIT:TP_DOCINFODESC:ED_THEMAEnter a subject for 
the document. You can use a subject to group documents with similar 
contents./ahelp/paragraph
-bookmark xml-lang=en-US branch=hid/sfx2:Edit:TP_DOCINFODESC:ED_KEYWORDS 
id=bm_id3145313 localize=false/
+paragraph role=paragraph id=par_id3147571 xml-lang=en-US l10n=U 
oldref=6ahelp hid=sfx/ui/descriptioninfopage/subjectEnter a subject for 
the document. You can use a subject to group documents with similar 
contents./ahelp/paragraph
+bookmark xml-lang=en-US branch=hid/sfx/ui/descriptioninfopage/keywords 
id=bm_id3145313 localize=false/
 paragraph role=heading id=hd_id3156426 xml-lang=en-US level=2 
l10n=U oldref=7Keywords/paragraph
-paragraph role=paragraph id=par_id3155338 xml-lang=en-US l10n=U 
oldref=8ahelp hid=SFX2:EDIT:TP_DOCINFODESC:ED_KEYWORDSEnter the words 
that you want to use to index the content of your document. Keywords must be 
separated by commas. A keyword can contain white space characters or 
semicolons./ahelp/paragraph
-bookmark 

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

 Depends on|59797   |

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


Re: [PATCH] Restore menu File Template

2013-01-26 Thread Cor Nouws

Hi Thorsten,

Thorsten Behrens wrote (25-01-13 14:45)

Cor Nouws wrote:

Would love to see this picked for 4.0.0 - therefore the whole discussion
was started.




we briefly touched on this during ESC yesterday - but since according
to https://gerrit.libreoffice.org/#/c/1787/ the patch does not seem to
quite work yet, it was deemed too risky for 4.0.0 for the while. Also
because it would require a translation update in the very last second.

Sorry for that,


It's OK. thanks for reporting.
Of course I should have started earlier on this work - especially since 
I've little experience in this field so for sure that costs a lot of time.


I expect (any way sincerely hope) that there will be improvements on the 
TemplateManager itself too - thought it looks good, functionality is not 
really finished - so that with the 4.0.1 both can be done.


Cheers,
Cor


--
 - Cor
 - http://nl.libreoffice.org
 - www.librelex.org

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


[Libreoffice-qa] Minutes - QA Call 01/25/2013

2013-01-26 Thread Joel Madero

Time Start: 1405 UTC
Present: Peter, Florian, Joel, Joren, Thorsten

*Completed Action Items*
***Wiki for Hard Hacks – on hold until after release of 4.0 (Joel)
*Wiki page for triage contest (Joel)
*Bibisect Torrent/Mirror – No longer needed with bibisect repository
*Wiki for FDO policies/rules (Joel)
*Get permissions for Joel (Bjoern  Tollef)

*Pending Action Items*
*Bugs which are not touched for long period of time (Florian)
+UNCONFIRMED
-Not users fault, we will not automate anything and will not ask the 
user for more work on their part.

+NEEDINFO
- Discussion lead to agreement that automating comment to remind users 
followed by automatic closer of bug after some period of time appropriate
-Follow-up email lead to moving this conversation to QA mailing 
list to get broader consensus..


*Localized BSA (Rob)
+Rob has been in contact with Florian trying to work out details

*Goals
+Punt until after Release of 4.0

*Hard Hacks (Alll)
+Message on wiki stating that these are on hold until after release of 4.0
*Funding WishList (Everyone)

*Shipping Costs
+Marc's email thread on member mailing list possible
- Details need ironed out but having TDF members sign up to be 
“carriers” in their region. They can be responsible for buying “locally” 
and then shipping to prize winners, etc...


*Triage Contest (Everyone)
 +Wiki page up, need to start filling it out
- https://wiki.documentfoundation.org/Bug_Triage_Contest
+Date
-*AGREED: *2 Days after release of 4.1 RC1
-*AGREED: *Length will be 14 days
+*ACTION: *Joel will link page to FDO rules (see below)

*Bibisect
+No longer need mirrors or torrents because of new bibisect repository

*Wiki Updates (Joel  Joren)
 +QA https://wiki.documentfoundation.org/QA and QA-Team 
https://wiki.documentfoundation.org/QA-Team, not much progress yet

+*Action: *Joren will add a welcome message to QA wiki
+*Action: *Joel will email everyone on QA-Team list and see if they want 
to stay on that list


*FDO
+Mime Type (Bjoern  Joel)
-Not changed yet to Auto, no word from Tollef
-*Action: *Joel will talk to Bjoern about this
+Version Message
-Bjoern in contact with Tollef about this
+Twitter (Bjoern)
- No Update
+Permissions (Joel)
-Joel now has permissions to permanently or temporarily ban users
-New wiki describes rules and procedures
*https://wiki.documentfoundation.org/FreeDesktop_Rules_Procedures
-Hopefully this is never needed
+Metrics
-None
+NEW vs. REOPENED
-Reopened discussion as previously agreed upon structure wasn't working
-*ACTION: *Joel will talk with Bjoern about if we can ask Tollef to make 
it so we can set a bug back to UNCONFIRMED even after it's set to WFM
-*AGREED: *If above can be done, we'll ask users to reopen bugs as 
UNCONFIRMED if WFM status not correct so that other QA members can 
easily look into the bug as well. NEW will mean confirmed, REOPENED will 
only be done if the bug was marked as FIXED  is assigned a developer 
but the user says it's not fixed.
-*AGREED: *If above is not possible, we will treat REOPENED the same as 
UNCONFIRMED unless it is assigned a developer. If the bug is not 
assigned and is REOPENED, QA will mark as NEW if we can confirm the 
behavior.


*New Items*
*FDO
+Assigning Bugs
-*AGREED: *At this time QA team “pushing” bugs to developers isn't 
working, we will now only do “pull” philosophy (developers choose their 
own bugs and assign themselves
-*AGREED: *The 300 bugs that are assigned but haven't been touched in 
over 6 months is a problem as developers who could fix bugs will not 
touch bugs that are assigned to someone else. These bugs should be 
unassigned  developers should be placed in CC list.
*Assigned (status NEW or Assigned), No Movement 
https://bugs.freedesktop.org/buglist.cgi?list_id=209831emailtype1=notequalschfieldto=2012-07-17query_format=advancedemailassigned_to1=1bug_status=NEWbug_status=ASSIGNEDemail1=libreoffice-bugs%40lists.freedesktop.orgproduct=LibreOffice6+ 
Months 
https://bugs.freedesktop.org/buglist.cgi?list_id=209831emailtype1=notequalschfieldto=2012-07-17query_format=advancedemailassigned_to1=1bug_status=NEWbug_status=ASSIGNEDemail1=libreoffice-bugs%40lists.freedesktop.orgproduct=LibreOffice 

-*ACTION: *Joel will e-mail developer mailing list with decision, inform 
developers that we will be automating an action to unassign them from 
untouched bugs of over 6 months UNLESS they speak up and say that this 
is a bad plan.

+FDO #59717 (Most Wanted Enhancement or some such list)
-No discussion, will discuss at next meeting
+Default Assignee
-Joel doesn't like that there is a default assignee email, could be 
confusing for new developers – a friend who has started developing for 
LibreOffice recently pointed this
-*AGREED: *No real solution for this unfortunately, e-mail is linked to 
IRC bots and other things so removing is not possible. Changing name to 
UNASSIGNED@... would make a mess of FDO

-Solutions welcome here but no action to be taken
+QA Field
-Joel requested that QA 

[Libreoffice-qa] Minutes - QA Call 01/25/2013 - 2nd Send, Font Issues

2013-01-26 Thread Joel Madero

Time Start: 1405UTC
Present: Peter, Florian, Joel, Joren, Thorsten

*Completed Action Items*
***Wiki for Hard Hacks – on hold until after release of 4.0 (Joel)
*Wiki page for triage contest (Joel)
*Bibisect Torrent/Mirror – No longer needed with bibisect repository
*Wiki for FDO policies/rules (Joel)
*Get permissions for Joel (Bjoern  Tollef)

*Pending Action Items*
*Bugs which are not touched for long period of time (Florian)
+UNCONFIRMED
 -Not users fault, we will not automate anything and will not 
ask the user for more work on their part.

 +NEEDINFO
- Discussion lead to agreement that automating comment to remind users 
followed by automatic closer of bug after some period of time appropriate
-Follow-up email lead to moving this conversation to QA mailing 
list to get broader consensus..


*Localized BSA (Rob)
+Rob has been in contact with Florian trying to work out details

*Goals
 +Punt until after Release of 4.0

*Hard Hacks (Alll)
+Message on wiki stating that these are on hold until after release 
of 4.0

 *Funding WishList (Everyone)

*Shipping Costs
 +Marc's email thread on member mailing list possible
 - Details need ironed out but having TDF members sign up to be 
“carriers” in their region. They can be responsible for buying “locally” 
and then shipping to prize winners, etc...


*Triage Contest (Everyone)
 +Wiki page up, need to start filling it out
 - https://wiki.documentfoundation.org/Bug_Triage_Contest
 +Date
 -*AGREED: *2 Days after release of 4.1 RC1
-*AGREED: *Length will be 14 days
+*ACTION: *Joel will link page to FDO rules (see below)

*Bibisect
 +No longer need mirrors or torrents because of new bibisect repository

*Wiki Updates (Joel  Joren)
 +QA https://wiki.documentfoundation.org/QA and QA-Team 
https://wiki.documentfoundation.org/QA-Team, not much progress yet

 +*Action: *Joren will add a welcome message to QA wiki
+*Action: *Joel will email everyone on QA-Team list and see if they want 
to stay on that list


*FDO
+Mime Type (Bjoern  Joel)
-Not changed yet to Auto, no word from Tollef
-*Action: *Joel will talk to Bjoern about this
+Version Message
-Bjoern in contact with Tollef about this
+Twitter (Bjoern)
 - No Update
 +Permissions (Joel)
 -Joel now has permissions to permanently or temporarily ban users
 -New wiki describes rules and procedures
 
*https://wiki.documentfoundation.org/FreeDesktop_Rules_Procedures

 -Hopefully this is never needed
 +Metrics
 -None
 +NEW vs. REOPENED
 -Reopened discussion as previously agreed upon structure 
wasn't working
 -*ACTION: *Joel will talk with Bjoern about if we can ask 
Tollef to make it so we can set a bug back to UNCONFIRMED even after 
it's set to WFM
-*AGREED: *If above can be done, we'll ask users to reopen bugs as 
UNCONFIRMED if WFM status not correct so that other QA members can 
easily look into the bug as well. NEW will mean confirmed, REOPENED will 
only be done if the bug was marked as FIXED  is assigned a developer 
but the user says it's not fixed.
-*AGREED: *If above is not possible, we will treat REOPENED the same as 
UNCONFIRMED unless it is assigned a developer. If the bug is not 
assigned and is REOPENED, QA will mark as NEW if we can confirm the 
behavior.


*New Items*
*FDO
+Assigning Bugs
-*AGREED: *At this time QA team “pushing” bugs to developers isn't 
working, we will now only do “pull” philosophy (developers choose their 
own bugs and assign themselves
-*AGREED: *The 300 bugs that are assigned but haven't been touched in 
over 6 months is a problem as developers who could fix bugs will not 
touch bugs that are assigned to someone else. These bugs should be 
unassigned  developers should be placed in CC list.
*Assigned (status NEW or Assigned), No Movement 
https://bugs.freedesktop.org/buglist.cgi?list_id=209831emailtype1=notequalschfieldto=2012-07-17query_format=advancedemailassigned_to1=1bug_status=NEWbug_status=ASSIGNEDemail1=libreoffice-bugs%40lists.freedesktop.orgproduct=LibreOffice6+ 
Months 
https://bugs.freedesktop.org/buglist.cgi?list_id=209831emailtype1=notequalschfieldto=2012-07-17query_format=advancedemailassigned_to1=1bug_status=NEWbug_status=ASSIGNEDemail1=libreoffice-bugs%40lists.freedesktop.orgproduct=LibreOffice 

-*ACTION: *Joel will e-mail developer mailing list with decision, inform 
developers that we will be automating an action to unassign them from 
untouched bugs of over 6 months UNLESS they speak up and say that this 
is a bad plan.

 +FDO #59717 (Most Wanted Enhancement or some such list)
 -No discussion, will discuss at next meeting
 +Default Assignee
  -Joel doesn't like that there is a default assignee email, 
could be confusing for new developers – a friend who has started 
developing for LibreOffice recently pointed this
  -*AGREED: *No real solution for this 

Licence - agree

2013-01-26 Thread Maxim Darak
All of my past  future contributions to LibreOffice may be licensed under the 
MPL/LGPLv3+ dual license.
--
Maxim Darak

Tel:+421918522851
e-mail:   maxim.da...@gmail.com  
Jabber:  maxim.da...@jabbim.sk
Twitter:  twitter.com/#!/max1md
--

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


[Libreoffice-commits] .: Branch 'libreoffice-4-0-0' - sc/source

2013-01-26 Thread Libreoffice Gerrit user
 sc/source/ui/view/drawview.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cfd69f75cf50a8730076346ea8db54f2094a5d13
Author: Noel Power noel.po...@suse.com
Date:   Wed Jan 23 15:25:41 2013 +

don't use ScDrawLayer::GetObjDataTab to get Anchor fix for fdo#59325

Seems ScDrawLayer::GetObjDataTab was used mistakenly thinking that only an 
anchor
for that tab would be returned ( but actually whatever anchor is returned 
gets the
tab set )

Change-Id: I5d240f80a9974f6e4032875ed00350c94621bde7
Reviewed-on: https://gerrit.libreoffice.org/1828
Reviewed-by: Markus Mohrhard markus.mohrh...@googlemail.com
Tested-by: Markus Mohrhard markus.mohrh...@googlemail.com
Reviewed-on: https://gerrit.libreoffice.org/1837
Reviewed-by: Kohei Yoshida kohei.yosh...@gmail.com
Reviewed-by: Eike Rathke er...@redhat.com
Tested-by: Eike Rathke er...@redhat.com

diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx
index 2c13e34..6900932 100644
--- a/sc/source/ui/view/drawview.cxx
+++ b/sc/source/ui/view/drawview.cxx
@@ -765,7 +765,7 @@ void ScDrawView::SyncForGrid( SdrObject* pObj )
 
 ScSplitPos eWhich = pViewData-GetActivePart();
 ScGridWindow* pGridWin = (ScGridWindow*)pViewData-GetActiveWin();
-ScDrawObjData* pData = ScDrawLayer::GetObjDataTab( pObj, nTab );
+ScDrawObjData* pData = ScDrawLayer::GetObjData( pObj );
 if ( pGridWin )
 {
 ScAddress aOldStt;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: helpcontent2

2013-01-26 Thread Libreoffice Gerrit user
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0111cbd6b69192aa4542fb5f39b7e40be0abf753
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Jan 26 23:19:44 2013 +

Updated core
Project: help  c72e13bc83d8adf973470eda98c3885ba64389cc

diff --git a/helpcontent2 b/helpcontent2
index d6a4e01..c72e13b 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit d6a4e01ee6738f6a30401605ce2ee019fa94b649
+Subproject commit c72e13bc83d8adf973470eda98c3885ba64389cc
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-01-26 Thread Libreoffice Gerrit user
 helpers/help_hid.lst   |  118 -
 source/text/shared/01/01100200.xhp |   18 ++---
 2 files changed, 9 insertions(+), 127 deletions(-)

New commits:
commit c72e13bc83d8adf973470eda98c3885ba64389cc
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Jan 26 23:19:44 2013 +

remove padmin_* ids that don't appear in any help

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index 9204734..28d7ace 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -6503,108 +6503,6 @@ 
framework_MultiLineEdit_DLG_LICENSE_ML_LICENSE,1077938699,
 framework_PushButton_DLG_LICENSE_PB_ACCEPT,1077940759,
 framework_PushButton_DLG_LICENSE_PB_DECLINE,1077940758,
 framework_PushButton_DLG_LICENSE_PB_PAGEDOWN,1077940754,
-padmin_CheckBox_RID_ADDP_PAGE_NAME_RID_ADDP_NAME_BOX_DEFAULT,569689095,
-padmin_CheckBox_RID_ADDP_PAGE_NAME_RID_ADDP_NAME_BOX_FAXSWALLOW,569689096,
-padmin_CheckBox_RID_FONTIMPORT_DIALOG_RID_FIMP_BOX_LINKONLY,1091191826,
-padmin_CheckBox_RID_FONTIMPORT_DIALOG_RID_FIMP_BOX_SUBDIRS,1091191827,
-padmin_CheckBox_RID_PADIALOG_RID_PA_CB_CUPSUSAGE,1090126871,
-padmin_CheckBox_RID_RTS_COMMANDPAGE_RID_RTS_CMD_BOX_SWALLOWFAXNO,602506259,
-padmin_CheckBox_RID_RTS_COMMANDPAGE_RID_RTS_CMD_CB_EXTERNAL,602506260,
-padmin_CheckBox_RID_RTS_FONTSUBSTPAGE_RID_RTS_FS_ENABLE_BTN,602489865,
-padmin_ComboBox_RID_ADDP_PAGE_COMMAND_RID_ADDP_CMD_BOX_COMMAND,569708546,
-padmin_ComboBox_RID_ADDP_PAGE_COMMAND_RID_ADDP_CMD_BOX_PDFCOMMAND,569708553,
-padmin_ComboBox_RID_PPDIMPORT_DLG_RID_PPDIMP_LB_PATH,1090195462,
-padmin_ComboBox_RID_RTS_COMMANDPAGE_RID_RTS_CMD_CB_COMMANDS,602509317,
-padmin_ComboBox_RID_RTS_COMMANDPAGE_RIT_RTS_CMD_CB_QUICKCMD,602509334,
-padmin_ComboBox_RID_RTS_FONTSUBSTPAGE_RID_RTS_FS_FROM_BOX,602492932,
-padmin_ComboBox_RID_STRINGQUERYDLG_RID_STRQRY_BOX_NEWNAME,1090179077,
-padmin_Edit_RID_ADDP_PAGE_COMMAND_RID_ADDP_CMD_EDT_PDFDIR,569706503,
-padmin_Edit_RID_ADDP_PAGE_NAME_RID_ADDP_NAME_EDT_FAXNAME,569690117,
-padmin_Edit_RID_ADDP_PAGE_NAME_RID_ADDP_NAME_EDT_NAME,569690116,
-padmin_Edit_RID_ADDP_PAGE_NAME_RID_ADDP_NAME_EDT_PDFNAME,569690118,
-padmin_Edit_RID_FONTIMPORT_DIALOG_RID_FIMP_EDT_FROM,1091192835,
-padmin_Edit_RID_RTS_COMMANDPAGE_RID_RTS_CMD_EDT_PDFDIR,602507280,
-padmin_Edit_RID_RTS_OTHERPAGE_RID_RTS_OTHER_COMMENT_EDT,602441738,
-padmin_Edit_RID_RTS_PWDIALOG_RID_RTS_PWDIALOG_PASS_EDT,1139410949,
-padmin_Edit_RID_RTS_PWDIALOG_RID_RTS_PWDIALOG_USER_EDT,1139410947,
-padmin_Edit_RID_STRINGQUERYDLG_RID_STRQRY_EDT_NEWNAME,1090177026,
-padmin_ListBox_RID_ADDP_PAGE_CHOOSEDRIVER_RID_ADDP_CHDRV_BOX_DRIVER,569675266,
-padmin_ListBox_RID_FONTIMPORT_DIALOG_RID_FIMP_BOX_NEWFONTS,1091194375,
-padmin_ListBox_RID_FONTNAMEDIALOG_RID_FNTNM_LB_FONTS,1090620932,
-padmin_ListBox_RID_PADIALOG_RID_PA_LB_DEV,1090129412,
-padmin_ListBox_RID_RTS_COMMANDPAGE_RID_RTS_CMD_LB_CONFIGURE,602508808,
-padmin_ListBox_RID_RTS_DEVICEPAGE_RID_RTS_DEVICE_DEPTH_BOX,602459660,
-padmin_ListBox_RID_RTS_DEVICEPAGE_RID_RTS_DEVICE_LEVEL_BOX,602459656,
-padmin_ListBox_RID_RTS_DEVICEPAGE_RID_RTS_DEVICE_PPDKEY_BOX,602459652,
-padmin_ListBox_RID_RTS_DEVICEPAGE_RID_RTS_DEVICE_PPDVALUE_BOX,602459654,
-padmin_ListBox_RID_RTS_DEVICEPAGE_RID_RTS_DEVICE_SPACE_BOX,602459658,
-padmin_ListBox_RID_RTS_FONTSUBSTPAGE_RID_RTS_FS_TO_BOX,602492422,
-padmin_ListBox_RID_RTS_PAPERPAGE_RID_RTS_PAPER_DUPLEX_BOX,602476038,
-padmin_ListBox_RID_RTS_PAPERPAGE_RID_RTS_PAPER_ORIENTATION_BOX,602476036,
-padmin_ListBox_RID_RTS_PAPERPAGE_RID_RTS_PAPER_PAPER_BOX,602476034,
-padmin_ListBox_RID_RTS_PAPERPAGE_RID_RTS_PAPER_SLOT_BOX,602476040,
-padmin_MetricField_RID_RTS_OTHERPAGE_RID_RTS_OTHER_BOTTOMMARGIN_BOX,602446344,
-padmin_MetricField_RID_RTS_OTHERPAGE_RID_RTS_OTHER_LEFTMARGIN_BOX,602446338,
-padmin_MetricField_RID_RTS_OTHERPAGE_RID_RTS_OTHER_RIGHTMARGIN_BOX,602446342,
-padmin_MetricField_RID_RTS_OTHERPAGE_RID_RTS_OTHER_TOPMARGIN_BOX,602446340,
-padmin_ModalDialog_RID_ADD_PRINTER_DIALOG,1106509824,
-padmin_ModalDialog_RID_FONTIMPORT_DIALOG,1091190784,
-padmin_ModalDialog_RID_FONTNAMEDIALOG,1090617344,
-padmin_ModalDialog_RID_PADIALOG,1090125824,
-padmin_ModalDialog_RID_PPDIMPORT_DLG,1090191360,
-padmin_ModalDialog_RID_RTS_PWDIALOG,1139408896,
-padmin_ModalDialog_RID_STRINGQUERYDLG,1090174976,
-padmin_ModelessDialog_RID_PROGRESS_DLG,2170421248,
-padmin_MultiListBox_RID_ADDP_PAGE_OLDPRINTERS_RID_ADDP_OLD_BOX_PRINTERS,569723906,
-padmin_MultiListBox_RID_PPDIMPORT_DLG_RID_PPDIMP_LB_DRIVER,1090194437,
-padmin_MultiListBox_RID_RTS_FONTSUBSTPAGE_RID_RTS_FS_SUBST_BOX,602491906,
-padmin_PushButton_RID_ADDP_PAGE_CHOOSEDRIVER_RID_ADDP_CHDRV_BTN_ADD,569676291,
-padmin_PushButton_RID_ADDP_PAGE_CHOOSEDRIVER_RID_ADDP_CHDRV_BTN_REMOVE,569676292,
-padmin_PushButton_RID_ADDP_PAGE_COMMAND_RID_ADDP_CMD_BTN_HELP,569709059,
-padmin_PushButton_RID_ADDP_PAGE_COMMAND_RID_ADDP_CMD_BTN_PDFDIR,569709064,
-padmin_PushButton_RID_ADDP_PAGE_OLDPRINTERS_RID_ADDP_OLD_BTN_SELECTALL,569725443,

[Libreoffice-commits] .: sw/uiconfig

2013-01-26 Thread Libreoffice Gerrit user
 sw/uiconfig/swriter/ui/captionoptions.ui |   55 ---
 1 file changed, 30 insertions(+), 25 deletions(-)

New commits:
commit 46fcf807a890b0f53b416bdcc0ad1200b18fec6c
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Jan 26 23:24:09 2013 +

add mnemonic widgets to caption options dialog

and recover the original short-cuts

Change-Id: I2d934cfb3b1ca0ab07489b23dde27fee073a5706

diff --git a/sw/uiconfig/swriter/ui/captionoptions.ui 
b/sw/uiconfig/swriter/ui/captionoptions.ui
index 918a2f1..4cea9a2 100644
--- a/sw/uiconfig/swriter/ui/captionoptions.ui
+++ b/sw/uiconfig/swriter/ui/captionoptions.ui
@@ -1,6 +1,20 @@
 ?xml version=1.0 encoding=UTF-8?
 interface
   !-- interface-requires gtk+ 3.0 --
+  object class=GtkListStore id=liststore1
+columns
+  !-- column-name gchararray1 --
+  column type=gchararray/
+/columns
+data
+  row
+col id=0 translatable=yesCategory first/col
+  /row
+  row
+col id=0 translatable=yesNumbering first/col
+  /row
+/data
+  /object
   object class=GtkDialog id=CaptionOptionsDialog
 property name=can_focusFalse/property
 property name=border_width5/property
@@ -71,7 +85,10 @@
 property name=visibleTrue/property
 property name=can_focusFalse/property
 property name=halignstart/property
-property name=label 
translatable=yesLevel/property
+property name=xalign0/property
+property name=label 
translatable=yes_Level/property
+property name=use_underlineTrue/property
+property name=mnemonic_widgetlevel/property
   /object
   packing
 property name=left_attach0/property
@@ -85,7 +102,10 @@
 property name=visibleTrue/property
 property name=can_focusFalse/property
 property name=halignstart/property
-property name=label 
translatable=yesSeparator/property
+property name=xalign0/property
+property name=label 
translatable=yes_Separator/property
+property name=use_underlineTrue/property
+property 
name=mnemonic_widgetseparator/property
   /object
   packing
 property name=left_attach0/property
@@ -143,7 +163,10 @@
 property name=can_focusFalse/property
 property name=halignstart/property
 property name=margin_right12/property
+property name=xalign0/property
 property name=label 
translatable=yesCharacter style/property
+property name=use_underlineTrue/property
+property name=mnemonic_widgetstyle/property
   /object
   packing
 property name=left_attach0/property
@@ -167,13 +190,12 @@
 /child
 child
   object class=GtkCheckButton 
id=border_and_shadow
-property name=label translatable=yesApply 
border and shadow/property
-property 
name=use_action_appearanceFalse/property
+property name=label translatable=yes_Apply 
border and shadow/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=receives_defaultFalse/property
 property name=halignstart/property
-property 
name=use_action_appearanceFalse/property
+property name=use_underlineTrue/property
 property name=xalign0/property
 property name=draw_indicatorTrue/property
   /object
@@ -233,7 +255,10 @@
 property name=can_focusFalse/property
 property name=halignstart/property
 property name=margin_right12/property
+property name=xalign0/property
 property name=label translatable=yesCaption 
order/property
+property name=use_underlineTrue/property
+property 
name=mnemonic_widgetcaption_order/property
   /object
   packing
 property name=left_attach0/property
@@ 

[Libreoffice-commits] .: Branch 'libreoffice-4-0-0' - sc/inc sc/source xmloff/source

2013-01-26 Thread Libreoffice Gerrit user
 sc/inc/unonames.hxx |1 +
 sc/source/ui/unoobj/chart2uno.cxx   |8 +++-
 xmloff/source/chart/SchXMLTools.cxx |   30 +-
 3 files changed, 33 insertions(+), 6 deletions(-)

New commits:
commit 2b641b29b55c7e8a08dcbbb10927c354059916bd
Author: Kohei Yoshida kohei.yosh...@gmail.com
Date:   Wed Jan 23 22:18:05 2013 -0500

fdo#58562: Ensure internal data is always used when pasting to another doc.

Without this, pasting a chart object from one Calc doc to another may
occasionally incorrectly switch to range references *if* the destination
document contains the right set of sheet names.  With this fix, pasted
chart objects always switch to internal cached data source when pasting
to another document, while retaining range references when pasting within
the same document.

Change-Id: If1dbc854c5faae62f06ece155fad470b229ca0c7
Reviewed-on: https://gerrit.libreoffice.org/1835
Tested-by: Noel Power noel.po...@suse.com
Reviewed-by: Noel Power noel.po...@suse.com
Reviewed-on: https://gerrit.libreoffice.org/1846
Reviewed-by: Markus Mohrhard markus.mohrh...@googlemail.com
Reviewed-by: Eike Rathke er...@redhat.com
Tested-by: Eike Rathke er...@redhat.com

diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx
index ca89837..9ab1856 100644
--- a/sc/inc/unonames.hxx
+++ b/sc/inc/unonames.hxx
@@ -652,6 +652,7 @@
 #define SC_UNONAME_HIDDENVALUES HiddenValues
 #define SC_UNONAME_INCLUDEHIDDENCELLS   IncludeHiddenCells
 #define SC_UNONAME_HIDDENVALUES HiddenValues
+#define SC_UNONAME_USE_INTERNAL_DATA_PROVIDER UseInternalDataProvider
 
 // Solver
 #define SC_UNONAME_TIMEOUT  Timeout
diff --git a/sc/source/ui/unoobj/chart2uno.cxx 
b/sc/source/ui/unoobj/chart2uno.cxx
index 53656cb..5ea6f54 100644
--- a/sc/source/ui/unoobj/chart2uno.cxx
+++ b/sc/source/ui/unoobj/chart2uno.cxx
@@ -76,7 +76,8 @@ const SfxItemPropertyMapEntry* 
lcl_GetDataProviderPropertyMap()
 {
 static SfxItemPropertyMapEntry aDataProviderPropertyMap_Impl[] =
 {
-{MAP_CHAR_LEN(SC_UNONAME_INCLUDEHIDDENCELLS), 0,
getBooleanCppuType(),  0, 0 },
+{ MAP_CHAR_LEN(SC_UNONAME_INCLUDEHIDDENCELLS), 0, 
getBooleanCppuType(), 0, 0 },
+{ MAP_CHAR_LEN(SC_UNONAME_USE_INTERNAL_DATA_PROVIDER), 0, 
getBooleanCppuType(), 0, 0 },
 {0,0,0,0,0,0}
 };
 return aDataProviderPropertyMap_Impl;
@@ -2327,6 +2328,11 @@ uno::Any SAL_CALL ScChart2DataProvider::getPropertyValue(
 uno::Any aRet;
 if ( rPropertyName == SC_UNONAME_INCLUDEHIDDENCELLS )
 aRet = m_bIncludeHiddenCells;
+else if (rPropertyName == SC_UNONAME_USE_INTERNAL_DATA_PROVIDER)
+{
+// This is a read-only property.
+aRet = static_castsal_Bool(m_pDocument-PastingDrawFromOtherDoc());
+}
 else
 throw beans::UnknownPropertyException();
 return aRet;
diff --git a/xmloff/source/chart/SchXMLTools.cxx 
b/xmloff/source/chart/SchXMLTools.cxx
index 2c83c3e..e12de82 100644
--- a/xmloff/source/chart/SchXMLTools.cxx
+++ b/xmloff/source/chart/SchXMLTools.cxx
@@ -380,14 +380,34 @@ Reference chart2::data::XDataSequence  
CreateDataSequence(
 return xRet;
 }
 
-try
+bool bUseInternal = false;
+uno::Referencebeans::XPropertySet xPropSet(xDataProvider, 
uno::UNO_QUERY);
+if (xPropSet.is())
 {
-xRet.set( xDataProvider-createDataSequenceByRangeRepresentation( 
lcl_ConvertRange( rRange, xDataProvider )));
-SchXMLTools::setXMLRangePropertyAtDataSequence( xRet, rRange );
+try
+{
+sal_Bool bVal;
+uno::Any any = 
xPropSet-getPropertyValue(UseInternalDataProvider);
+if (any = bVal)
+bUseInternal = static_castbool(bVal);
+}
+catch (const beans::UnknownPropertyException)
+{
+// Do nothing
+}
 }
-catch( const lang::IllegalArgumentException  )
+
+if (!bUseInternal)
 {
-OSL_FAIL( could not create data sequence );
+try
+{
+xRet.set( xDataProvider-createDataSequenceByRangeRepresentation( 
lcl_ConvertRange( rRange, xDataProvider )));
+SchXMLTools::setXMLRangePropertyAtDataSequence( xRet, rRange );
+}
+catch( const lang::IllegalArgumentException  )
+{
+OSL_FAIL( could not create data sequence );
+}
 }
 
 if( !xRet.is()  !xChartDoc-hasInternalDataProvider()  
!rRange.isEmpty() )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: connectivity/Library_ado.mk extensions/CppunitTest_extensions_test_update.mk extensions/Library_updchk.mk

2013-01-26 Thread Libreoffice Gerrit user
 connectivity/Library_ado.mk  |2 ++
 extensions/CppunitTest_extensions_test_update.mk |2 ++
 extensions/Library_updchk.mk |2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 8cad36dfcd6e4ae583332bf34b8bbf0ceb19aa9d
Author: Michael Stahl mst...@redhat.com
Date:   Sat Jan 26 23:56:39 2013 +0100

fix omissions in a53586f4efe26b8875107d04001f4ecec760c343

Change-Id: I65e3fc3e34416b74365490a1cd7cba178ef7eb55

diff --git a/connectivity/Library_ado.mk b/connectivity/Library_ado.mk
index 0d83eae..08a95f5 100644
--- a/connectivity/Library_ado.mk
+++ b/connectivity/Library_ado.mk
@@ -34,6 +34,8 @@ $(eval $(call gb_Library_set_include,ado,\
$$(INCLUDE) \
 ))
 
+$(eval $(call gb_Library_use_external,ado,boost_headers))
+
 $(eval $(call gb_Library_use_sdk_api,ado))
 
 ifeq ($(COM),GCC)
diff --git a/extensions/CppunitTest_extensions_test_update.mk 
b/extensions/CppunitTest_extensions_test_update.mk
index 51e5fc4..b35921f 100644
--- a/extensions/CppunitTest_extensions_test_update.mk
+++ b/extensions/CppunitTest_extensions_test_update.mk
@@ -32,6 +32,8 @@ $(eval $(call 
gb_CppunitTest_add_exception_objects,extensions_test_update, \
extensions/qa/update/test_update \
 ))
 
+$(eval $(call 
gb_CppunitTest_use_external,extensions_test_update,boost_headers))
+
 $(eval $(call gb_CppunitTest_use_libraries,extensions_test_update, \
updchk \
cppu \
diff --git a/extensions/Library_updchk.mk b/extensions/Library_updchk.mk
index 119feda..1cd3b49 100644
--- a/extensions/Library_updchk.mk
+++ b/extensions/Library_updchk.mk
@@ -60,7 +60,7 @@ $(eval $(call gb_Library_add_exception_objects,updchk,\
 ))
 endif # OS WNT
 
-$(eval $(call gb_Library_use_external,updchk,\
+$(eval $(call gb_Library_use_externals,updchk,\
boost_headers \
 curl \
 ))
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sfx2/AllLangResTarget_sfx2.mk

2013-01-26 Thread Libreoffice Gerrit user
 sfx2/AllLangResTarget_sfx2.mk |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 37bb8bfa61b2738e07dc69532781d08ec890783a
Author: Andras Timar ati...@suse.com
Date:   Sat Jan 26 21:46:28 2013 +0100

sfx2/source/control/templateview.src is localizable

Change-Id: Ic21abffa3a889b96e2ce03c9ad997b3924133e66
Reviewed-on: https://gerrit.libreoffice.org/1883
Reviewed-by: Eike Rathke er...@redhat.com
Tested-by: Eike Rathke er...@redhat.com

diff --git a/sfx2/AllLangResTarget_sfx2.mk b/sfx2/AllLangResTarget_sfx2.mk
index 63a2d3a..10c0639 100644
--- a/sfx2/AllLangResTarget_sfx2.mk
+++ b/sfx2/AllLangResTarget_sfx2.mk
@@ -48,6 +48,7 @@ $(eval $(call gb_SrsTarget_add_files,sfx/res,\
 sfx2/source/appl/sfx.src \
 sfx2/source/bastyp/bastyp.src \
 sfx2/source/bastyp/fltfnc.src \
+sfx2/source/control/templateview.src \
 sfx2/source/dialog/alienwarn.src \
 sfx2/source/dialog/dialog.src \
 sfx2/source/dialog/dinfdlg.src \
@@ -77,8 +78,4 @@ $(eval $(call gb_SrsTarget_add_files,sfx/res,\
 sfx2/source/view/view.src \
 ))
 
-$(eval $(call gb_SrsTarget_add_nonlocalized_files,sfx/res,\
-sfx2/source/control/templateview.src \
-))
-
 # vim: set noet sw=4 ts=4:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: basebmp/StaticLibrary_basebmp.mk connectivity/Library_macabdrv1.mk

2013-01-26 Thread Libreoffice Gerrit user
 basebmp/StaticLibrary_basebmp.mk  |5 -
 connectivity/Library_macabdrv1.mk |2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit a156e66a4f14cf8473187d6f6b7aa6225d04dc41
Author: Michael Stahl mst...@redhat.com
Date:   Sun Jan 27 01:38:43 2013 +0100

need more boost_headers

Change-Id: Ic58e334acb9d9c89e5466638286c0f42dc36df43

diff --git a/basebmp/StaticLibrary_basebmp.mk b/basebmp/StaticLibrary_basebmp.mk
index 200f46e..f4d7b08 100644
--- a/basebmp/StaticLibrary_basebmp.mk
+++ b/basebmp/StaticLibrary_basebmp.mk
@@ -13,7 +13,10 @@ $(eval $(call 
gb_StaticLibrary_use_package,basebmp,basebmp_inc))
 
 $(eval $(call gb_StaticLibrary_use_sdk_api,basebmp))
 
-$(eval $(call gb_StaticLibrary_use_external,basebmp,vigra_headers))
+$(eval $(call gb_StaticLibrary_use_externals,basebmp,\
+   boost_headers \
+   vigra_headers \
+))
 
 $(eval $(call gb_StaticLibrary_use_libraries,basebmp,\
 basegfx \
diff --git a/connectivity/Library_macabdrv1.mk 
b/connectivity/Library_macabdrv1.mk
index c4e77da..428daa1 100644
--- a/connectivity/Library_macabdrv1.mk
+++ b/connectivity/Library_macabdrv1.mk
@@ -27,6 +27,8 @@
 
 $(eval $(call gb_Library_Library,macabdrv1))
 
+$(eval $(call gb_Library_use_external,macabdrv1,boost_headers))
+
 $(eval $(call gb_Library_use_sdk_api,macabdrv1))
 
 $(eval $(call gb_Library_use_system_darwin_frameworks,macabdrv1,\
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-4-0' - desktop/source

2013-01-26 Thread Libreoffice Gerrit user
 desktop/source/migration/migration.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 04f2233c6c8a503147105af86ad447f70d33ec71
Author: Stephan Bergmann sberg...@redhat.com
Date:   Fri Jan 25 18:30:23 2013 +0100

fdo#57061: Use a new MIGRATION4 flag file for profile migration LO 3 - 4

...to avoid missing migrations on Windows and Mac OS X, where existing 3 
user
profiles got the MIGRATED flag file erroneously added when running LO 3
already, presumably due to 6b522673373797bbf53d795d53e0ec45175a5d67 default
config location has changed, look in old config dir when migrating.

(cherry picked from commit 67d23e3a99bbaaa5a4dff1f8f3a10bd8abd198fb)
Conflicts:
desktop/source/migration/migration.cxx

Change-Id: I8dd50a36450c167d47411834cc06a754affadf6d
Reviewed-on: https://gerrit.libreoffice.org/1867
Reviewed-by: Eike Rathke er...@redhat.com
Tested-by: Eike Rathke er...@redhat.com

diff --git a/desktop/source/migration/migration.cxx 
b/desktop/source/migration/migration.cxx
index 1b4115a..f56fd24 100644
--- a/desktop/source/migration/migration.cxx
+++ b/desktop/source/migration/migration.cxx
@@ -169,7 +169,7 @@ static const char ITEM_DESCRIPTOR_LABEL[] = Label;
 
 bool MigrationImpl::alreadyMigrated()
 {
-rtl::OUString 
MIGRATION_STAMP_NAME(RTL_CONSTASCII_USTRINGPARAM(/MIGRATED));
+rtl::OUString 
MIGRATION_STAMP_NAME(RTL_CONSTASCII_USTRINGPARAM(/MIGRATED4));
 rtl::OUString aStr = m_aInfo.userdata + MIGRATION_STAMP_NAME;
 File aFile(aStr);
 // create migration stamp, and/or check its existence
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: connectivity/Library_macab1.mk setup_native/source

2013-01-26 Thread Libreoffice Gerrit user
 connectivity/Library_macab1.mk  |2 ++
 setup_native/source/win32/customactions/shellextensions/makefile.mk |1 +
 2 files changed, 3 insertions(+)

New commits:
commit 7bc44705c0974719b7a198bb5dbf8f9d782d55a8
Author: Michael Stahl mst...@redhat.com
Date:   Sun Jan 27 01:50:56 2013 +0100

still not enough boost_header

Change-Id: Ic0ee933fbee7368f0af2573ea33a5ce33f4043c4

diff --git a/connectivity/Library_macab1.mk b/connectivity/Library_macab1.mk
index cd2583a7..7126f3b 100644
--- a/connectivity/Library_macab1.mk
+++ b/connectivity/Library_macab1.mk
@@ -29,6 +29,8 @@ $(eval $(call gb_Library_Library,macab1))
 
 $(eval $(call 
gb_Library_set_componentfile,macab1,connectivity/source/drivers/macab/macab1))
 
+$(eval $(call gb_Library_use_external,macab1,boost_headers))
+
 $(eval $(call gb_Library_use_sdk_api,macab1))
 
 $(eval $(call gb_Library_use_libraries,macab1,\
diff --git 
a/setup_native/source/win32/customactions/shellextensions/makefile.mk 
b/setup_native/source/win32/customactions/shellextensions/makefile.mk
index 5840a52..5309614 100644
--- a/setup_native/source/win32/customactions/shellextensions/makefile.mk
+++ b/setup_native/source/win32/customactions/shellextensions/makefile.mk
@@ -34,6 +34,7 @@ USE_DEFFILE=TRUE
 .IF $(OS)==WNT  $(WINDOWS_SDK_HOME)!=
 
 UWINAPILIB=
+CFLAGS+=-I$(WORKDIR)/UnpackedTarball/boost
 
 SLOFILES = \
 $(SLO)$/startmenuicon.obj \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sc/inc sc/source

2013-01-26 Thread Libreoffice Gerrit user
 sc/inc/drwlayer.hxx  |1 +
 sc/source/core/data/drwlayer.cxx |7 +++
 sc/source/ui/view/viewfun7.cxx   |8 ++--
 3 files changed, 14 insertions(+), 2 deletions(-)

New commits:
commit c4820200312e3d50a12d3605147772759938bcf6
Author: Kohei Yoshida kohei.yosh...@gmail.com
Date:   Fri Jan 25 12:57:14 2013 -0500

fdo#59056: Re-calculate cell anchor position of a pasted drawing object.

Else it would re-use the anchor position of the original one (minus the
sheet index which is correctly adjusted).

Change-Id: I52d11eb9953ee7539c9d5da41edd7dd28604587c
Reviewed-on: https://gerrit.libreoffice.org/1869
Reviewed-by: Eike Rathke er...@redhat.com
Tested-by: Eike Rathke er...@redhat.com

diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx
index 298d619..72b980d 100644
--- a/sc/inc/drwlayer.hxx
+++ b/sc/inc/drwlayer.hxx
@@ -166,6 +166,7 @@ public:
 String  GetNewGraphicName( long* pnCounter = NULL ) const;
 voidEnsureGraphicNames();
 
+static bool IsCellAnchored( const SdrObject rObj );
 static void SetPageAnchored( SdrObject );
 static void SetCellAnchored( SdrObject, const ScDrawObjData 
rAnchor );
 // Updates rAnchor based on position of rObj
diff --git a/sc/source/core/data/drwlayer.cxx b/sc/source/core/data/drwlayer.cxx
index 76d6794..8ea4fca 100644
--- a/sc/source/core/data/drwlayer.cxx
+++ b/sc/source/core/data/drwlayer.cxx
@@ -1787,6 +1787,13 @@ void ScDrawLayer::UpdateCellAnchorFromPositionEnd( 
SdrObject rObj, const ScDocu
 pAnchor-maEndOffset.X() = aCellRect.Right()-aObjRect.Left();
 }
 
+bool ScDrawLayer::IsCellAnchored( const SdrObject rObj )
+{
+// Cell anchored object always has a user data, to store the anchor cell
+// info. If it doesn't then it's page-anchored.
+return GetFirstUserDataOfType(rObj, SC_UD_OBJDATA) != NULL;
+}
+
 void ScDrawLayer::SetPageAnchored( SdrObject rObj )
 {
 DeleteFirstUserDataOfType(rObj, SC_UD_OBJDATA);
diff --git a/sc/source/ui/view/viewfun7.cxx b/sc/source/ui/view/viewfun7.cxx
index c69dc65..63e2f1a 100644
--- a/sc/source/ui/view/viewfun7.cxx
+++ b/sc/source/ui/view/viewfun7.cxx
@@ -172,8 +172,8 @@ void ScViewFunc::PasteDraw( const Point rLogicPos, 
SdrModel* pModel,
 pDestPage-InsertObject( pNeuObj );
 pScDrawView-AddUndo(new SdrUndoInsertObj( *pNeuObj ));
 
-//  Chart braucht nicht mehr getrennt behandelt zu werden,
-//  weil es seine Daten jetzt selber hat
+if (ScDrawLayer::IsCellAnchored(*pNeuObj))
+ScDrawLayer::SetCellAnchoredFromPosition(*pNeuObj, 
*GetViewData()-GetDocument(), nTab);
 }
 }
 
@@ -238,6 +238,10 @@ void ScViewFunc::PasteDraw( const Point rLogicPos, 
SdrModel* pModel,
 {
 if ( pObject-ISA(SdrUnoObj)  pObject-GetLayer() != 
SC_LAYER_CONTROLS )
 pObject-NbcSetLayer(SC_LAYER_CONTROLS);
+
+if (ScDrawLayer::IsCellAnchored(*pObject))
+ScDrawLayer::SetCellAnchoredFromPosition(*pObject, 
*GetViewData()-GetDocument(), nTab);
+
 pObject = aIter.Next();
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 6 commits - sc/source

2013-01-26 Thread Libreoffice Gerrit user
 sc/source/core/data/colorscale.cxx |   16 ++--
 sc/source/filter/xml/XMLStylesImportHelper.cxx |   19 ---
 sc/source/filter/xml/XMLStylesImportHelper.hxx |   12 
 sc/source/filter/xml/xmlcelli.hxx  |4 ++--
 sc/source/filter/xml/xmlcondformat.cxx |6 ++
 5 files changed, 26 insertions(+), 31 deletions(-)

New commits:
commit 6a82a9908cc5b911dd6783cab69ed3dcb6ba66bb
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Jan 27 02:34:00 2013 +0100

we need to parse the cell address after import, fdo#59843

Otherwise we may have problems with sheet names from sheets that are not
yet imported.

Change-Id: I99a6507567b7d1018b790a90019cd563fa7323a0

diff --git a/sc/source/filter/xml/xmlcondformat.cxx 
b/sc/source/filter/xml/xmlcondformat.cxx
index 1f0a31b..571426c 100644
--- a/sc/source/filter/xml/xmlcondformat.cxx
+++ b/sc/source/filter/xml/xmlcondformat.cxx
@@ -578,12 +578,10 @@ ScXMLCondContext::ScXMLCondContext( ScXMLImport rImport, 
sal_uInt16 nPrfx,
 rtl::OUString aExpr2;
 ScConditionMode eMode;
 GetConditionData(sExpression, eMode, aExpr1, aExpr2);
-ScAddress aPos;
-sal_Int32 nIndex = 0;
-ScRangeStringConverter::GetAddressFromString(aPos, sAddress, 
GetScImport().GetDocument(), formula::FormulaGrammar::CONV_ODF, nIndex);
 
-ScCondFormatEntry* pFormatEntry = new ScCondFormatEntry(eMode, aExpr1, 
aExpr2, GetScImport().GetDocument(), aPos, sStyle,
+ScCondFormatEntry* pFormatEntry = new ScCondFormatEntry(eMode, aExpr1, 
aExpr2, GetScImport().GetDocument(), ScAddress(), sStyle,
 rtl::OUString(), 
rtl::OUString(), formula::FormulaGrammar::GRAM_ODFF, 
formula::FormulaGrammar::GRAM_ODFF);
+pFormatEntry-SetSrcString(sAddress);
 
 pFormat-AddEntry(pFormatEntry);
 }
commit 7bd35614757e4e97913ed9b9d3344f800e8514b2
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sun Jan 27 00:04:53 2013 +0100

prevent some unnecessary cycles for large cond format ranges

Change-Id: I48f03a897d1ca876bba0d0becf6b51a300970346

diff --git a/sc/source/core/data/colorscale.cxx 
b/sc/source/core/data/colorscale.cxx
index 558b16c..bef5aca 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -291,9 +291,21 @@ std::vectordouble ScColorFormat::getValues() const
 {
 const ScRange* pRange = aRanges[i];
 SCTAB nTab = pRange-aStart.Tab();
-for(SCCOL nCol = pRange-aStart.Col(); nCol = pRange-aEnd.Col(); 
++nCol)
+
+SCCOL nColStart = pRange-aStart.Col();
+SCROW nRowStart = pRange-aStart.Row();
+SCCOL nColEnd = pRange-aEnd.Col();
+SCROW nRowEnd = pRange-aEnd.Row();
+
+if(nRowEnd == MAXROW)
+{
+bool bShrunk = false;
+mpDoc-ShrinkToUsedDataArea(bShrunk, nTab, nColStart, 
nRowStart,
+nColEnd, nRowEnd, false);
+}
+for(SCCOL nCol = nColStart; nCol = nColEnd; ++nCol)
 {
-for(SCROW nRow = pRange-aStart.Row(); nRow = 
pRange-aEnd.Row(); ++nRow)
+for(SCROW nRow = nRowStart; nRow = nRowEnd; ++nRow)
 {
 ScAddress aAddr(nCol, nRow, nTab);
 CellType eType = mpDoc-GetCellType(aAddr);
commit 6033eaf5b85e01da61628c65ee92292eb2974617
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sat Jan 26 23:32:03 2013 +0100

we need to use SCROW for row numbers, fdo#59894

This caused an overflow and resulted in adding endless number of values
until a bad_alloc was thrown.

Change-Id: I954acd801eb18e2c2fe6a449048856cb95d0d8b0

diff --git a/sc/source/core/data/colorscale.cxx 
b/sc/source/core/data/colorscale.cxx
index 3d36b4d..558b16c 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -293,7 +293,7 @@ std::vectordouble ScColorFormat::getValues() const
 SCTAB nTab = pRange-aStart.Tab();
 for(SCCOL nCol = pRange-aStart.Col(); nCol = pRange-aEnd.Col(); 
++nCol)
 {
-for(SCCOL nRow = pRange-aStart.Row(); nRow = 
pRange-aEnd.Row(); ++nRow)
+for(SCROW nRow = pRange-aStart.Row(); nRow = 
pRange-aEnd.Row(); ++nRow)
 {
 ScAddress aAddr(nCol, nRow, nTab);
 CellType eType = mpDoc-GetCellType(aAddr);
commit bfc674c2cedfa8a07a67e71d1ca976e2556bef4d
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Sat Jan 26 15:20:18 2013 +0100

remove some parameters

Change-Id: Ib812d7092c0f375f253a3db2929b2ea6b63806fa

diff --git a/sc/source/filter/xml/XMLStylesImportHelper.cxx 
b/sc/source/filter/xml/XMLStylesImportHelper.cxx
index d2cfa21..c725de1 100644
--- a/sc/source/filter/xml/XMLStylesImportHelper.cxx
+++ 

[Libreoffice-commits] .: helpcontent2

2013-01-26 Thread Libreoffice Gerrit user
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5e11ed7c4383d1b546e694d9b566690a581d589f
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Jan 27 00:22:12 2013 +

Updated core
Project: help  c409b0f4447cd04b2c88253aecab3dceedc251df

diff --git a/helpcontent2 b/helpcontent2
index c72e13b..c409b0f 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit c72e13bc83d8adf973470eda98c3885ba64389cc
+Subproject commit c409b0f4447cd04b2c88253aecab3dceedc251df
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-01-26 Thread Libreoffice Gerrit user
 helpers/help_hid.lst |2 --
 source/text/shared/optionen/01030300.xhp |2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit c409b0f4447cd04b2c88253aecab3dceedc251df
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Jan 27 00:22:12 2013 +

update help ids for master password dialog .ui conversion

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index 28d7ace..45698c0 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -1472,7 +1472,6 @@ HID_DLG_GLOSS_DECIDE,52976,
 HID_DLG_LOGIN,35838,
 HID_DLG_MAPPING,34842,
 HID_DLG_MASTERPASSWORD_CRT,35841,
-HID_DLG_MASTERPASSWORD_UUI,35840,
 HID_DLG_NAME,33818,
 HID_DLG_NEWERVERSIONWARNING,35848,
 HID_DLG_NEW_USER_IDX,54858,
@@ -2440,7 +2439,6 @@ HID_MAIL_MERGE_CREATE_FROM,54947,
 HID_MAIL_MERGE_INSERT_FIELDS,54948,
 HID_MANAGE_STYLES,33074,
 HID_MD_COPY_TO_CLIPBOARD,53441,
-HID_MD_GLOS_CATEGORY,53435,
 HID_MD_GLOS_DEFINE,53424,
 HID_MD_GLOS_DEFINE_TEXT,53439,
 HID_MD_GLOS_DELETE,53427,
diff --git a/source/text/shared/optionen/01030300.xhp 
b/source/text/shared/optionen/01030300.xhp
index 01e6f56..d440886 100644
--- a/source/text/shared/optionen/01030300.xhp
+++ b/source/text/shared/optionen/01030300.xhp
@@ -74,7 +74,7 @@
 paragraph role=paragraph id=par_id4571977 xml-lang=en-US 
l10n=NEWahelp hid=.Opens the Enter Master Password 
dialog./ahelp/paragraph
 bookmark xml-lang=en-US 
branch=hid/uui:Edit:DLG_UUI_MASTERPASSWORD_CRT:ED_MASTERPASSWORD_CRT 
id=bm_id8224738 localize=false/paragraph role=paragraph 
id=par_id5216223 xml-lang=en-US l10n=NEWahelp hid=. 
visibility=hiddenEnter the master password./ahelp/paragraph
 bookmark xml-lang=en-US 
branch=hid/uui:Edit:DLG_UUI_MASTERPASSWORD_CRT:ED_MASTERPASSWORD_REPEAT 
id=bm_id8702047 localize=false/paragraph role=paragraph 
id=par_id7067171 xml-lang=en-US l10n=NEWahelp hid=. 
visibility=hiddenEnter the master password again./ahelp/paragraph
-bookmark xml-lang=en-US 
branch=hid/uui:Edit:DLG_UUI_MASTERPASSWORD:ED_MASTERPASSWORD 
id=bm_id2005981 localize=false/paragraph role=paragraph 
id=par_id7499313 xml-lang=en-US l10n=NEWahelp hid=. 
visibility=hiddenEnter the master password to continue./ahelp/paragraph
+bookmark xml-lang=en-US 
branch=hid/uui/ui/masterpassworddlg/MasterPasswordDialog id=bm_id2005981 
localize=false/paragraph role=paragraph id=par_id7499313 
xml-lang=en-US l10n=NEWahelp hid=. visibility=hiddenEnter the master 
password to continue./ahelp/paragraph
 bookmark xml-lang=en-US 
branch=hid/cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_CONNECTIONS 
id=bm_id2005777 localize=false/paragraph role=heading id=hd_id3283486 
xml-lang=en-US level=3 l10n=CHGConnections/paragraph
 paragraph role=paragraph id=par_id3472090 xml-lang=en-US 
l10n=NEWahelp hid=.Asks for the master password. If master password is 
correct, shows the Stored Web Connection Information dialog./ahelp/paragraph
 paragraph role=paragraph id=par_id3289590 xml-lang=en-US l10n=NEWThe 
Stored Web Connection Information dialog shows a list of web sites and user 
names that you entered previously. You can select any entry and remove it from 
the list. You can view the password for the selected 
entry./paragraphcommentRemove/comment
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: GDB - Can I See Every Symbol Called?

2013-01-26 Thread Joel Madero

On 01/26/2013 03:25 AM, Michael Meeks wrote:

Hi Joel,

On Fri, 2013-01-25 at 15:13 -0800, Joel Madero wrote:

I've finally gotten comfortable with gdb as far as break points and
what not. What I want to know is if there is a way for me to see all
symbols called during a given run of soffice.

Not that I know of :-)


  Getting a log that shows every symbol called would allow me to
compare to runs of libreoffice, one where I push Ok the other where
I push Cancel.

True - on the other hand - if you have a dialog - probably it is run
inside an 'Execute' method that (hopefully) is close in the code to
where ok/cancel would be different: ie. the return parameter (or some
such associated with it) from that Execute method is prolly what you
want to follow.


It is the print dialog so I think some strange stuff is happening. Joren 
and I have been working on this and basically we are confident that:


static void lcl_SavePrintUIOptionsToDocumentPrintData

is what is saving print options and that it's being called regardless of 
if cancel or ok is being pushed (no good). So I'm trying to track down 
something that is only called when Cancel is pushed so that I can move 
the above function elsewhere. But unfortunately I can't use gdb for the 
above function -- no clue why but it never appears to work with breaks).


The file in question is sw/source/ui/uno/unotxdoc.cxx

Any pointers appreciated.

Thanks


Best Regards,
Joel
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-qa] Bugs with assignee but status NEW

2013-01-26 Thread Rainer Bielefeld

Hi Kohei,

I see that you changed status of several bugs [1] with you as assignee 
from status ASSIGNED to NEW.


My interpretation is that you are intending to do some work on it, but 
currently that particular Bug is far at the end of your priority list 
and you are not planning activity in nearby future?


Please leave a brief note here concerning your intentions, and may be we 
should leave a note in the Wiki at QA/BugTriage [1], How to Report Bugs 
in LibreOffice [3] or similar to avoid unnecessary ambiguity and 
checking ups in the bugs?



Best Regards

Rainer




Hyperlinks:
[1] 
https://bugs.freedesktop.org/buglist.cgi?list_id=216565emailtype1=exactchfieldto=2013-01-26query_format=advancedemailassigned_to1=1chfield=bug_statuschfieldfrom=2013-01-24chfieldvalue=NEWemail1=kohei.yoshida%40suse.deproduct=LibreOffice

[2] https://wiki.documentfoundation.org/QA/BugTriage
[3] https://wiki.documentfoundation.org/BugReport

___
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] Bugs with assignee but status NEW

2013-01-26 Thread Kohei Yoshida
On Sat, Jan 26, 2013 at 4:35 AM, Rainer Bielefeld 
libreoff...@bielefeldundbuss.de wrote:

 Hi Kohei,

 I see that you changed status of several bugs [1] with you as assignee
 from status ASSIGNED to NEW.

 My interpretation is that you are intending to do some work on it, but
 currently that particular Bug is far at the end of your priority list and
 you are not planning activity in nearby future?


No, those bugs were assigned to me originally by someone else, as part of
the very old workflow.  I had no plan to work on them in the first place.
I changed them to NEW because we all agreed that if the status is NEW, the
assignee is not necessarily working on the bug and people are free to grab
it.  ASSIGNED status may give people the false impression that the assignee
is currently working on the bug or plan to work on it some time in the
future, which is not the case with these bugs.

Please leave a brief note here concerning your intentions, and may be we
 should leave a note in the Wiki at QA/BugTriage [1], How to Report Bugs in
 LibreOffice [3] or similar to avoid unnecessary ambiguity and checking ups
 in the bugs?


Nah. As far as I know, in the current workflow, we don't assign a bug to
anyone unless someone voluntarily assigns it to him or herself.  What I did
is nothing new in the scope of the current QA workflow.

Actually, I could go a step further and change the assignee of these bugs
with status NEW to the default assignee to further remove ambiguity, and
make it in line with the current workflow. That may be more appropriate.

The only thing I could see added in the above wiki page is perhaps mention
what the ASSIGNED status may mean.

Kohei
___
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] Bugs with assignee but status NEW

2013-01-26 Thread Rainer Bielefeld

Kohei Yoshida schrieb:


No, those bugs were assigned to me originally by someone else, as part
of the very old workflow.  I had no plan to work on them in the first
place.


Hi Kohei,

yes, you are completely right, those assignations were a legacy, and 
it's a useful clearing up for those bugs to change the status if you do 
not plan to work on them in near future.



Actually, I could go a step further and change the assignee of these
bugs with status NEW to the default assignee to further remove
ambiguity,


It was the the core of my question whether you wanted to have those Bug 
in some kind of abeyance between NEW and ASSIGNED. I think currently we 
do it so that bugs with Status ASSIGNED always have an assignee 
different from libreoffice-b...@lists.freedesktop.org, and un-ASSIGNED 
have the default assignee. So - if we do not see concerns here - I would 
appreciate to follow your suggestion to  change to the  default 
assignees of the not fixed Bugs in the query. That might encourage 
volunteers to engage.


Without new arguments here I will add some more precise hints in the 
Wiki on monday.


Thanks and best regards


Rainer
___
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] Bugs with assignee but status NEW

2013-01-26 Thread Kohei Yoshida
On Sat, Jan 26, 2013 at 11:04 AM, Rainer Bielefeld 
libreoff...@bielefeldundbuss.de wrote:


 Actually, I could go a step further and change the assignee of these
 bugs with status NEW to the default assignee to further remove
 ambiguity,



 It was the the core of my question whether you wanted to have those Bug in
 some kind of abeyance between NEW and ASSIGNED. I think currently we do it
 so that bugs with Status ASSIGNED always have an assignee different from 
 libreoffice-b...@lists.freedesktop.org, and un-ASSIGNED have the default
 assignee. So - if we do not see concerns here - I would appreciate to
 follow your suggestion to  change to the  default assignees of the not
 fixed Bugs in the query. That might encourage volunteers to engage.


Ok. I just reset the assignee of those bugs (those that are assigned to me
with status NEW) to the default assignee.  Now they are totally in line
with the current workflow (I hope).

Also, FYI, I do track my bugs of interest using different methods other
than the assignee field, so this change won't affect me at all.

Best,

Kohei
___
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-qa] Minutes - QA Call 01/25/2013

2013-01-26 Thread Joel Madero

Time Start: 1405 UTC
Present: Peter, Florian, Joel, Joren, Thorsten

*Completed Action Items*
***Wiki for Hard Hacks – on hold until after release of 4.0 (Joel)
*Wiki page for triage contest (Joel)
*Bibisect Torrent/Mirror – No longer needed with bibisect repository
*Wiki for FDO policies/rules (Joel)
*Get permissions for Joel (Bjoern  Tollef)

*Pending Action Items*
*Bugs which are not touched for long period of time (Florian)
+UNCONFIRMED
-Not users fault, we will not automate anything and will not ask the 
user for more work on their part.

+NEEDINFO
- Discussion lead to agreement that automating comment to remind users 
followed by automatic closer of bug after some period of time appropriate
-Follow-up email lead to moving this conversation to QA mailing 
list to get broader consensus..


*Localized BSA (Rob)
+Rob has been in contact with Florian trying to work out details

*Goals
+Punt until after Release of 4.0

*Hard Hacks (Alll)
+Message on wiki stating that these are on hold until after release of 4.0
*Funding WishList (Everyone)

*Shipping Costs
+Marc's email thread on member mailing list possible
- Details need ironed out but having TDF members sign up to be 
“carriers” in their region. They can be responsible for buying “locally” 
and then shipping to prize winners, etc...


*Triage Contest (Everyone)
 +Wiki page up, need to start filling it out
- https://wiki.documentfoundation.org/Bug_Triage_Contest
+Date
-*AGREED: *2 Days after release of 4.1 RC1
-*AGREED: *Length will be 14 days
+*ACTION: *Joel will link page to FDO rules (see below)

*Bibisect
+No longer need mirrors or torrents because of new bibisect repository

*Wiki Updates (Joel  Joren)
 +QA https://wiki.documentfoundation.org/QA and QA-Team 
https://wiki.documentfoundation.org/QA-Team, not much progress yet

+*Action: *Joren will add a welcome message to QA wiki
+*Action: *Joel will email everyone on QA-Team list and see if they want 
to stay on that list


*FDO
+Mime Type (Bjoern  Joel)
-Not changed yet to Auto, no word from Tollef
-*Action: *Joel will talk to Bjoern about this
+Version Message
-Bjoern in contact with Tollef about this
+Twitter (Bjoern)
- No Update
+Permissions (Joel)
-Joel now has permissions to permanently or temporarily ban users
-New wiki describes rules and procedures
*https://wiki.documentfoundation.org/FreeDesktop_Rules_Procedures
-Hopefully this is never needed
+Metrics
-None
+NEW vs. REOPENED
-Reopened discussion as previously agreed upon structure wasn't working
-*ACTION: *Joel will talk with Bjoern about if we can ask Tollef to make 
it so we can set a bug back to UNCONFIRMED even after it's set to WFM
-*AGREED: *If above can be done, we'll ask users to reopen bugs as 
UNCONFIRMED if WFM status not correct so that other QA members can 
easily look into the bug as well. NEW will mean confirmed, REOPENED will 
only be done if the bug was marked as FIXED  is assigned a developer 
but the user says it's not fixed.
-*AGREED: *If above is not possible, we will treat REOPENED the same as 
UNCONFIRMED unless it is assigned a developer. If the bug is not 
assigned and is REOPENED, QA will mark as NEW if we can confirm the 
behavior.


*New Items*
*FDO
+Assigning Bugs
-*AGREED: *At this time QA team “pushing” bugs to developers isn't 
working, we will now only do “pull” philosophy (developers choose their 
own bugs and assign themselves
-*AGREED: *The 300 bugs that are assigned but haven't been touched in 
over 6 months is a problem as developers who could fix bugs will not 
touch bugs that are assigned to someone else. These bugs should be 
unassigned  developers should be placed in CC list.
*Assigned (status NEW or Assigned), No Movement 
https://bugs.freedesktop.org/buglist.cgi?list_id=209831emailtype1=notequalschfieldto=2012-07-17query_format=advancedemailassigned_to1=1bug_status=NEWbug_status=ASSIGNEDemail1=libreoffice-bugs%40lists.freedesktop.orgproduct=LibreOffice6+ 
Months 
https://bugs.freedesktop.org/buglist.cgi?list_id=209831emailtype1=notequalschfieldto=2012-07-17query_format=advancedemailassigned_to1=1bug_status=NEWbug_status=ASSIGNEDemail1=libreoffice-bugs%40lists.freedesktop.orgproduct=LibreOffice 

-*ACTION: *Joel will e-mail developer mailing list with decision, inform 
developers that we will be automating an action to unassign them from 
untouched bugs of over 6 months UNLESS they speak up and say that this 
is a bad plan.

+FDO #59717 (Most Wanted Enhancement or some such list)
-No discussion, will discuss at next meeting
+Default Assignee
-Joel doesn't like that there is a default assignee email, could be 
confusing for new developers – a friend who has started developing for 
LibreOffice recently pointed this
-*AGREED: *No real solution for this unfortunately, e-mail is linked to 
IRC bots and other things so removing is not possible. Changing name to 
UNASSIGNED@... would make a mess of FDO

-Solutions welcome here but no action to be taken
+QA Field
-Joel requested that QA 

Re: [Libreoffice-qa] Stagnant NEEDINFO bugs

2013-01-26 Thread Jack Leigh

c) a reminder + automated closing of bug after some period of time


+1 Something like automated closing after 3 months in NEEDINFO
___
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] Stagnant NEEDINFO bugs

2013-01-26 Thread Joel Madero

On 01/26/2013 02:48 PM, Jack Leigh wrote:

c) a reminder + automated closing of bug after some period of time


+1 Something like automated closing after 3 months in NEEDINFO
Response: From developer side, they'll see a MASSIVE influx of emails, 
pointed out by a core developer. This would need approval from ESC


Possible option: New keyword AUTOMATED, devs can filter these out 
individually and easily delete



Best Regards,
Joel
___
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 38929] FORMATTING: Changing most font attributes has no effect on testcase Impress table when two cells are selected

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38929

gmoll...@us.es changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #16 from gmoll...@us.es ---
Same behaviour with LibreOffice 3.6.4.3 in Debian Squeeze.

If create a table, write some text in cells, select two or more cells and
change size or font, don't work.

-- 
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 59891] New: Table border in impress don't joined with cells

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59891

  Priority: medium
Bug ID: 59891
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Table border in impress don't joined with cells
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: gmoll...@us.es
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.6.4.3 release
 Component: Presentation
   Product: LibreOffice

1.- Open a new impress document.
2.- Create a table (2x2 cells is ok)
2.- Select all cells and change external border style (only external, not
internal)
3.- Join the first row (2 cells)
4.- The right border is wrong.

Turn around: select the first row (joined row), and with object menu (right
button mouse) option Table..., Bordes (spanish, borders or edges?), in User
defined use the internal vertical line -- ok.

The error is that in joined cells, the table draw the first internal cell
borders.

Sorry my english, esperanto is better for international comunications (6 months
for read and write correctly, english, french or spanish are impossible for
non-natives or very expensive in time and money).

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

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

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 OS|Mac OS X (All)  |All
 Status|UNCONFIRMED |NEW
 CC||LibreOffice@bielefeldundbus
   ||s.de, mst...@redhat.com
Summary|FILESAVE: Date (fixed)  |FILESAVE as .docx: Date
   |field won't save correctly  |(fixed), Time (fixed)
   |to docx |fields become static field
   ||name text
Version|4.0.0.2 rc  |3.4.5 release
 Ever confirmed|0   |1

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
[Reproducible] with LibO  4.0.0.2 rc   -  GERMAN UI / German Locale  [Build
ID: 5991f37846fc3763493029c4958b57282c2597e)]  {tinderbox: @6, pull time
2013-01-24  07:20(?)} on German WIN7 Home Premium (64bit), also for Time
(fixed) 

I see the effect when I open saved document with MS WORD Viewer and with LibO

Same for (MSO2007) and OOXML

RTF, DOC, and others not affected.

Already Reproducible (for document created with LibO 4.0) with 
* server installation of LibreOffice 3.5.7.2 rc German UI/Locale [Build-ID:
3215f89-f603614-ab984f2-7348103-1225a5b] on German WIN7 Home Premium (64bit)
* Server Installation of   LibreOffice 3.4.5 English UI [Build ID: OOO340m1
(Build:502)] parallel Server installation on German WIN7 Home Premium (64bit) 

Still worked fine with 
* Server Installation of LibreOffice 3.3.3  English UI/ German Locale
[OOO330m19 (Build:301) tag libreoffice-3.3.3.1] on German WIN7 Home Premium
(64bit) 

So might have been introduced with 3.4?

@Layton Nelson
Thank you for your attention!

@Michael:
Please set Status to ASSIGNED and add yourself to Assigned To if you accept
this Bug or forward the Bug if it's not your turf

-- 
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 59892] New: Text written with Graphite Font (e.g Linux Biolinum G) Mirrored when the context direction is Right-to-left

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59892

  Priority: medium
Bug ID: 59892
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Text written with Graphite Font (e.g Linux Biolinum G)
Mirrored when the context direction is Right-to-left
  Severity: major
Classification: Unclassified
OS: All
  Reporter: aalhar...@kacst.edu.sa
  Hardware: All
Status: UNCONFIRMED
   Version: unspecified
 Component: graphics stack
   Product: LibreOffice

Created attachment 73673
  -- https://bugs.freedesktop.org/attachment.cgi?id=73673action=edit
Graphite Font Mirrored when the context direction is RTL

1. Enable CTL
2. Open a new document (Writer, Impress,... etc.)
3. Type some text
4. Change the font to any graphite font (e.g. Linux Biolinum G)
5. Change context direction to Right-to-left (not the alignment)

The text will be mirrored.

-- 
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 59892] Text written with Graphite Font (e.g Linux Biolinum G) Mirrored when the context direction is Right-to-left

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59892

Ahmad Harthi aalhar...@kacst.edu.sa changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Priority|medium  |high
   Assignee|libreoffice-b...@lists.free |pati...@kacst.edu.sa
   |desktop.org |
 QA Contact||aalhar...@kacst.edu.sa
 CC||aalabdulraz...@kacst.edu.sa
   ||, caol...@redhat.com,
   ||kaplanl...@gmail.com,
   ||tbehr...@suse.com
 Blocks||33302
 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 55317] Export PDF with bounding box around selection

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55317

--- Comment #3 from Ralf ralfs.mail.addr...@gmail.com ---
According to my understanding this bug request and the quoted and resolved bug
request of poppler are different. The resolved poppler bug dealt with
conversion from PDF to PostScript by the converter pdftops. The bugs are
similar in a sense that both bugs deal with the functionaly of cropping a
bounding box or art box. Nevertheless I consider these bugs to be unrelated
because creating a PDF file with LibreOffice does not function via an interim
PostScript conversion, if my understanding is correct. That means,
unfortunately, that the solution of the quoted poppler bug does not result in
any synergies for resolving this LibreOffice bug. However, I am not a developer
and might miss an interrelationship.

-- 
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 59893] New: Presentation: Help : wrong shortcut key description

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59893

  Priority: medium
Bug ID: 59893
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Presentation: Help : wrong shortcut key description
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: jumbo4...@yahoo.fr
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.5.2 rc
 Component: Documentation
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. Select help Impress shortcuts
https://help.libreoffice.org/Impress/Shortcut_Keys_for_Impress#Navigating_with_the_Keyboard_in_Slide_Sorter

Current behavior:
Shortcut keys are wrong or ambiguous

Expected behavior:
Suggested new text:
-Home/End: Set the focus to the first/last slide
-Left/Right arrow or Page Up/Down: Set the focus to the next/previous slide
-Enter: Change to Normal Mode with active slide


Operating System: All
Version: 3.6.5.2 rc

-- 
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 43650] UI: Disable the scrollbar tooltip when scrolling with Mouse Wheel

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43650

Samuel M. s.mehrbr...@gmail.com changed:

   What|Removed |Added

Summary|UI: An option to|UI: Disable the scrollbar
   |disable/enable the  |tooltip when scrolling with
   |scrollbar tooltip when  |Mouse Wheel
   |scrolling with Wheel|

--- Comment #13 from Samuel M. s.mehrbr...@gmail.com ---
Agreed - that makes really sense for large documents.

-- 
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 57950] Replace chained O(U)StringBuffer::append() with operator+

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57950

Janit Anjaria janit_...@hotmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |janit_...@hotmail.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 59894] New: [CONDITIONAL FORMATTING] Setting up new conditional formatting leads to crash

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59894

  Priority: medium
Bug ID: 59894
CC: jmadero@gmail.com
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: [CONDITIONAL FORMATTING] Setting up new conditional
formatting leads to crash
  Severity: critical
Classification: Unclassified
OS: All
  Reporter: reisi...@gmail.com
  Hardware: All
Status: UNCONFIRMED
   Version: 3.6.1.2 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 73674
  -- https://bugs.freedesktop.org/attachment.cgi?id=73674action=edit
Test doc

1) Open attachment
2) Open [ I did in Win x64 Version 4.0.0.2 (Build ID:
5991f37846fc3763493029c4958b57282c2597e) New user profil]
3) Switch to table Artikel
4) Select whole column C and apply a conditional formatting on that column
5) To apply a cond. formatting
- Format -- conditional formating
The menu items Color scale and data bar will lead to a crash...

Also tested with:
Version 4.1.0.0.alpha0+ (Build ID: 2b17d6c14d226b1973c87ff161586c39899e403)
TinderBox: Win-x86@6, Branch:master, Time: 2013-01-26_00:10:54

@Joel: Because this test document always leads to an crash I would like to ask
the author to have his permission...

Till now only confirmed @Win 7 x64... Different OS would be nice

-- 
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 46447] Images disappear and corrupt Impress presentation

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46447

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO
 CC||LibreOffice@bielefeldundbus
   ||s.de
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=47832

--- Comment #8 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
(In reply to comment #7)
No Idea what you want to tell with this comment and that link

-- 
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 47832] FILESAVE: Pictures on buttons, created in forms, gone after reopening form

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47832

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

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

-- 
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 47832] FILESAVE: Pictures on buttons, created in forms, gone after reopening form

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47832

--- Comment #15 from Alex Thurgood ipla...@yahoo.co.uk ---
Could this be an unintended side effect of changes to the preview/link images
code ?

Alex

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


[Libreoffice-bugs] [Bug 34391] FORMATTING feature request: Table Cell Styles / Table Styles (Writer)

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34391

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

Summary|FORMATTING request feature  |FORMATTING feature request:
   |table cell style|Table Cell Styles / Table
   ||Styles (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 34391] FORMATTING feature request: Table Cell Styles / Table Styles (Writer)

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34391

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

URL||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=11121

--- Comment #8 from Gerry gerry.trep...@googlemail.com ---
One of the strongest points for LibreOffice Writer is the strong and powerful
reliance on formatting styles. Currently, LibreOffice supports styles for
pages, paragraphs, characters, frames and lists. Styles for tables are severely
missing, though. This enhancement would dramatically increase formatting
abilities for structured documents, for DTP-like use. It would simplify keeping
a number of documents in one style.

The feature Table-Autoformat does something similar to table styles, but
it is much less powerful (Autoformats are not editable) and it is highly
inconsistent with the general use of styles in LibreOffice.

Proposition: Add support for real styles for tables in LibreOffice. Create a
new section in the Stylist called Table Style (also allow to edit table
styles).

Competitive assessment: Microsoft Office supports table styles since 2007. 

History of request: Please keep in mind that this enhancement request exsists
since 2003 (OpenOffice) and has 103 votes in the AOO bug tracker.

-- 
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 59896] New: FILEOPEN: very old DOC (Word 95) doesn't recognize bold and centric headline

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59896

  Priority: medium
Bug ID: 59896
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: very old DOC (Word 95) doesn't recognize
bold and centric headline
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: dennisroc...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.6.4.3 release
 Component: Writer
   Product: LibreOffice

Created attachment 73676
  -- https://bugs.freedesktop.org/attachment.cgi?id=73676action=edit
ClarisWorks 5 Begin documentation with the described example

The added file was created in September 1997 with MSO. Microsoft Word Viewer
does show the first line (Welcome to the ClarisWorks 5.0 CD for Windows!)
with a bold text and centered.

There are more bold texts like Begin Here (but not the (\BEGIN.DOC))

MS Word Viewer says that this is a Microsoft Word 6.0/95 Dokument.

-- 
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 59885] Kazakh language is incorrectly named as Kazak

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59885

Baurzhan Muftakhidinov baurthefi...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Baurzhan Muftakhidinov baurthefi...@gmail.com ---
Alright, fixed already by Andras Timar,
for target LO 4.0.1 as currently is a string freeze.

Thanks!

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


[Libreoffice-bugs] [Bug 59896] FILEOPEN: very old DOC (Word 95) doesn't recognize bold and centric headline

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59896

--- Comment #1 from Roczek dennisroc...@gmail.com ---
Created attachment 73677
  -- https://bugs.freedesktop.org/attachment.cgi?id=73677action=edit
The readme of the installation folder

Adding another file where LO doesn't detect underlined text.

e.g.: The Button Bar, The Text Ruler, and The Paste Function Dialog.

Moreover is the height of the headlines not recognized.

-- 
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 58699] Impress remote doesn't close

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58699

--- Comment #14 from Michael Meeks michael.me...@novell.com ---
http://cgit.freedesktop.org/libreoffice/core/commit/?id=e99b540d8985b87247519c951e6ef65a01b1f5c9

Is a memory corruption related to that sdremote dialog that may cause something
like this issue - I'd love a test of a recent master build with that fix
included.

-- 
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 46447] Embedded Pictures disappear from document contents

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46447

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 OS|Linux (All) |All
 Status|NEEDINFO|UNCONFIRMED
Summary|Images disappear and|Embedded Pictures disappear
   |corrupt Impress |from document contents
   |presentation|
 Ever confirmed|1   |0

--- Comment #9 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
I see this one more critical than major, nobody can risk to use LibO Impress if
he has to be afraid that he will stand in front of audience with a damaged
audience. I will nominate this one as HardHack on
https://wiki.documentfoundation.org/HardHacks

Modified OS due to ALL because reproduced with WIN (see
http://listarchives.libreoffice.org/de/users/msg07934.html!)

-- 
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 46447] Embedded Pictures disappear from document contents

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46447

--- Comment #10 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Created attachment 73678
  -- https://bugs.freedesktop.org/attachment.cgi?id=73678action=edit
Validation Results

For reporter's original Sample 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 46447] Embedded Pictures disappear from document contents

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46447

--- Comment #11 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Created attachment 73679
  -- https://bugs.freedesktop.org/attachment.cgi?id=73679action=edit
Sample document iin valid ODF 1.2

for further tests

-- 
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 59881] sdremote - deadlock ...

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59881

--- Comment #1 from Michael Meeks michael.me...@novell.com ---
By holding a reference on the slideshowimpl - perhaps we can release the
m_aMutex guard before this notification (of course, there are a good dozen
other identical problems in there). Whether this will again cause more
deadlocks in the eventmultiplexer.cxx magic which looks like it may cleverly
hold yet-another mutex while notifying.

diff --git a/slideshow/source/engine/slideshowimpl.cxx
b/slideshow/source/engine/slideshowimpl.cxx
index cf672ae..d3cdbbe 100644
--- a/slideshow/source/engine/slideshowimpl.cxx
+++ b/slideshow/source/engine/slideshowimpl.cxx
@@ -2131,7 +2131,7 @@ sal_Bool SlideShowImpl::update( double  nNextTimeout )

 void SlideShowImpl::notifySlideTransitionEnded( bool bPaintSlide )
 {
-osl::MutexGuard const guard( m_aMutex );
+osl::ResettableMutexGuard guard( m_aMutex );

 OSL_ENSURE( !isDisposed(), ### already disposed! );
 OSL_ENSURE( mpCurrentSlide,
@@ -2144,6 +2144,10 @@ void SlideShowImpl::notifySlideTransitionEnded( bool
bPaintSlide )
 // the chance to register SlideStartEvents
 const bool bBackgroundLayerRendered( !bPaintSlide );
 mpCurrentSlide-show( bBackgroundLayerRendered );
+
+uno::Referencepresentation::XSlideShow xThis(
+static_cast presentation::XSlideShow * ( this ),
uno::UNO_QUERY_THROW );
+guard.reset(); // unlock
 maEventMultiplexer.notifySlideStartEvent();
 }
 }


Failing that - giving up all this pretense of multi-threaded-ness, and using an
'idle handler' (or ultra-short-timeout) to push the 'next slide' message to the
main thread is prolly the more foolproof approach.

#9  0xae489f8a in sd::SlideshowImpl::displayCurrentSlide (this=0x9d64aa8,
bSkipAllMainSequenceEffects=false)
at
/data/opt/libreoffice/master/sd/source/ui/slideshow/slideshowimpl.cxx:1416
#10 0xae48a5ad in sd::SlideshowImpl::gotoSlideIndex (this=0x9d64aa8, nIndex=5)
at
/data/opt/libreoffice/master/sd/source/ui/slideshow/slideshowimpl.cxx:3385
#11 0xae5b13f6 in sd::Receiver::parseCommand (this=0xac042120, aCommand=...)
at /data/opt/libreoffice/master/sd/source/ui/remotecontrol/Receiver.cxx:75
#12 0xae5ac54a in sd::Communicator::execute (this=0x9231470) at
/data/opt/libreoffice/master/sd/source/ui/remotecontrol/Communicator.cxx:82

ie. undoing the erroneous assumption that UNO can in general be used from
multiple threads safely. [ Of course, we may need to re-think the slide
thumbnailing that I also see in my backtrace here too ].

Stephan - thoughts ? [ for 4.0.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 59881] sdremote - deadlock ...

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59881

--- Comment #2 from Michael Meeks michael.me...@novell.com ---
Created attachment 73680
  -- https://bugs.freedesktop.org/attachment.cgi?id=73680action=edit
stack traces for all frames

-- 
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 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Depends on||59881

--- Comment #90 from Michael Meeks michael.me...@novell.com ---
add sdremote deadlock: bug#59881 - it's pretty annoying to kill soffice
remotely[sic] while presenting.

-- 
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 59881] sdremote - deadlock ...

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59881

Michael Meeks michael.me...@novell.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 46447] Embedded Pictures disappear from document contents

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46447

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

  Attachment #73679|Sample document iin valid   |Sample document in valid
description|ODF 1.2 |ODF 1.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 47832] FILESAVE: Pictures on buttons, created in forms, gone after reopening form

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47832

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #16 from Alex Thurgood ipla...@yahoo.co.uk ---
Or, possibly related to the fix to fdo#43867 ? Not sure whether this
functionality uses the OLE2 stuff ?

@Caolan : any ideas ?

Alex

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


[Libreoffice-bugs] [Bug 59897] New: CONFIGURATION: doubled personas

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59897

  Priority: medium
Bug ID: 59897
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: CONFIGURATION: doubled personas
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: o...@sophia-louise.de
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.0.2 rc
 Component: UI
   Product: LibreOffice

Created attachment 73681
  -- https://bugs.freedesktop.org/attachment.cgi?id=73681action=edit
Screenshot for doubled personas

When I use a persona, it is doubled when I open the database.
It doesn't look very well.
It should be extented.
Operating System: Windows 8
Version: 4.0.0.2 rc

-- 
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 59896] FILEOPEN: very old DOC (Word 95) doesn't recognize bold and centric headline

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59896

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Urmas davian...@gmail.com ---
Confirming with master. Actually any kind of formatting is missing, it's just a
plain text in 0th font of default size.

-- 
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 59862] VIEWING: Text Amination or Text in calc when open file xlsx is no center view

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59862

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 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 59898] New: [FILESAVE, EDITING, VIEWING] Border of Control is not saved unless it is resized or moved. WYSIWYG not working

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59898

  Priority: medium
Bug ID: 59898
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: [FILESAVE, EDITING, VIEWING] Border of Control is not
saved unless it is resized or moved. WYSIWYG not
working
  Severity: major
Classification: Unclassified
OS: All
  Reporter: reisi...@gmail.com
  Hardware: Other
Status: NEW
   Version: 3.6.4.3 release
 Component: Drawing
   Product: LibreOffice

1) Open a new Draw document
2) If not visible, open the toolbar form controls
3) Insert textbox-control
4) Right-click on the textbox
5) Click on Control
6) On the General tab, change the border (so that the border is not 3D look
7) Save and reopen the document without changing either position or size of the
control
8) The border style changed back to 3D-Look


Tested with:
Version 4.1.0.0.alpha0+ (Build ID: 2b17d6c14d226b1973c87ff161586c39899e403)
TinderBox: Win-x86@6, Branch:master, Time: 2013-01-26_00:10:54
and
Version 4.0.0.2 .0.2 (Build ID: 5991f37846fc3763493029c4958b57282c2597e)
@ Win 7 x64 (both parallel installations with a new user profile...

[WORKS] when the preview is updated. I attached a screenshot, where the preview
(called Pages) has not been updated -- Wired and not WYSIWYG :(

CONFIRMED by me and the reporter, which e-maild me the bug report in German...
He used: 3.6.4.3 (Build ID: 2ef5aff) @ Microsoft Windows XP SP3, Deutsch

-- 
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 59317] Conditional formatting: Use better text styles by default

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59317

--- Comment #5 from Astron heinzless...@gmail.com ---
Oh and names for the styles would of course be something like Positive Value
and Negative Value.

-- 
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 59704] Odt to html conversion with characters Iranian / Arabic

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59704

--- Comment #4 from Urmas davian...@gmail.com ---
Looks like a Firefox bug to me.

-- 
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 58687] : No 'Unique' formula

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58687

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

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 59843] FILESAVE: FILEOPEN: save ods in lo3, open/save in lo4 - conditional formatting broken

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59843

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

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 59843] FILESAVE: FILEOPEN: save ods in lo3, open/save in lo4 - conditional formatting broken

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59843

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

   What|Removed |Added

  Attachment #73642|application/octet-stream|application/vnd.oasis.opend
  mime type||ocument.spreadsheet

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


[Libreoffice-bugs] [Bug 59704] Odt to html conversion with characters Iranian / Arabic

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59704

--- Comment #5 from Urmas davian...@gmail.com ---
Created attachment 73682
  -- https://bugs.freedesktop.org/attachment.cgi?id=73682action=edit
Rendering of master's XHTML export

-- 
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 59900] New: Tooltip remains above all other windows

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59900

  Priority: medium
Bug ID: 59900
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Tooltip remains above all other windows
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: torq...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.5.4 release
 Component: UI
   Product: LibreOffice

Created attachment 73684
  -- https://bugs.freedesktop.org/attachment.cgi?id=73684action=edit
Offending tooltip

A tooptip displayed by LibreOffice Draw, will not disappear and remains above
all other windows that I have on my desktop. I am only able to get rid of it by
quitting LibreOffice Draw.

To reproduce:

1) Open a OpenDocument Drawing file, containing two pages. LibreOffice appears,
displaying the first page, and showing two page thumbnails on the Pages pane
on the left.

2) Remove the Pages pane by clicking on its top right x. It disappears, but
a second after a rectangular yellow tooltip showing the the text Slide 1
appears in the same area.

This tooltip remains at this position, and is shown above all other windows
that are displayed on the desktop, until I close LibreOffice. In some rare
cases, it has disappeared after some time, but I do not know why.

I have attached a screenshot showing how the offending tooltip appears above my
terminal window.

I'm using Debian Sid GNU/Linux as of today, with LibreOffice with Debian
version number 1:3.5.4+dfsg-4, and the desktop is XFCE 4.10.0.

Best regards
Torquil Sørensen

-- 
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 59270] EDITING: Page margin changes unexpectedly on page two (regression)

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59270

webofht-libreofficebugs...@yahoo.com.hk changed:

   What|Removed |Added

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

--- Comment #9 from webofht-libreofficebugs...@yahoo.com.hk ---
I think a video may show the bug:

Using LibreOffice Version 4.0.0.2 (Build ID:
408fe71bd18616c467b3dcd7ab6756528ffcae2), the video is made:

http://youtu.be/IRA0ZIEDb7k

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


  1   2   3   4   >