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

2013-05-28 Thread Faisal M . Al-Otaibi
 sc/source/ui/view/gridwin5.cxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit d158bdce41ce0a199ef0e862f667399b571704b6
Author: Faisal M. Al-Otaibi 
Date:   Tue May 28 11:22:33 2013 +0200

fdo#63323 fix the comment position when the mouse over cell

fix the X position when the sheet are RTL.

Change-Id: I9b38a840fb17a70e1ba60d46b8c83b7e498501e1
Reviewed-on: https://gerrit.libreoffice.org/4069
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 
(cherry picked from commit 3f923bf9cf9b6fe728e7804fdb13aabe620d3dbc)

diff --git a/sc/source/ui/view/gridwin5.cxx b/sc/source/ui/view/gridwin5.cxx
index 9789a24..c1fb32a 100644
--- a/sc/source/ui/view/gridwin5.cxx
+++ b/sc/source/ui/view/gridwin5.cxx
@@ -222,6 +222,10 @@ bool ScGridWindow::ShowNoteMarker( SCsCOL nPosX, SCsROW 
nPosY, bool bKeyboard )
 MapMode aDrawMode = GetDrawMapMode();
 Point aCurPosHmm = PixelToLogic(aScreenPos, aDrawMode );
 Point aGridOff = aCurPosHmm -aOldPos;
+// fdo#63323 fix the X Position for the showing comment 
when
+// the mouse over the cell when the sheet are RTL
+if ( pDoc->IsNegativePage(nTab))
+aGridOff.setX(aCurPosHmm.getX() + aOldPos.getX());
 pNoteMarker->SetGridOff( aGridOff );
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-05-28 Thread Faisal M . Al-Otaibi
 sc/source/ui/view/gridwin5.cxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit 0a0b061bfbd0e87e59a3aa59a07085198868ec62
Author: Faisal M. Al-Otaibi 
Date:   Tue May 28 11:22:33 2013 +0200

fdo#63323 fix the comment position when the mouse over cell

fix the X position when the sheet are RTL.

Change-Id: I9b38a840fb17a70e1ba60d46b8c83b7e498501e1
Reviewed-on: https://gerrit.libreoffice.org/4069
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 
(cherry picked from commit 3f923bf9cf9b6fe728e7804fdb13aabe620d3dbc)

diff --git a/sc/source/ui/view/gridwin5.cxx b/sc/source/ui/view/gridwin5.cxx
index 7055c22..756f75c 100644
--- a/sc/source/ui/view/gridwin5.cxx
+++ b/sc/source/ui/view/gridwin5.cxx
@@ -222,6 +222,10 @@ bool ScGridWindow::ShowNoteMarker( SCsCOL nPosX, SCsROW 
nPosY, bool bKeyboard )
 MapMode aDrawMode = GetDrawMapMode();
 Point aCurPosHmm = PixelToLogic(aScreenPos, aDrawMode );
 Point aGridOff = aCurPosHmm -aOldPos;
+// fdo#63323 fix the X Position for the showing comment 
when
+// the mouse over the cell when the sheet are RTL
+if ( pDoc->IsNegativePage(nTab))
+aGridOff.setX(aCurPosHmm.getX() + aOldPos.getX());
 pNoteMarker->SetGridOff( aGridOff );
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-05-28 Thread Ariel Constenla-Haile
 sw/source/ui/fldui/fldref.src |   26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

New commits:
commit 5e59a33a330ec1bbc7ebea0c43d59eadc7460b9b
Author: Ariel Constenla-Haile 
Date:   Wed May 29 00:44:00 2013 +

i122351 - Rearrange controls of Cross-reference page in Fields dialog

Patch by: Tsutomu Uchino

diff --git a/sw/source/ui/fldui/fldref.src b/sw/source/ui/fldui/fldref.src
index 541c88a..55eccd1 100644
--- a/sw/source/ui/fldui/fldref.src
+++ b/sw/source/ui/fldui/fldref.src
@@ -42,7 +42,7 @@ TabPage TP_FLD_REF
 HelpID = "sw:ListBox:TP_FLD_REF:LB_REFTYPE";
 Border = TRUE ;
 Pos = MAP_APPFONT ( 6 , 14 ) ;
-Size = MAP_APPFONT ( 76 , 165 ) ;
+Size = MAP_APPFONT ( 76 , 73 ) ;
 TabStop = TRUE ;
 AutoHScroll = TRUE ;
 };
@@ -58,7 +58,7 @@ TabPage TP_FLD_REF
 HelpID = "sw:ListBox:TP_FLD_REF:LB_REFSELECTION";
 Border = TRUE ;
 Pos = MAP_APPFONT ( 88 , 14 ) ;
-Size = MAP_APPFONT ( 166 , 73 ) ;
+Size = MAP_APPFONT ( 166 , 136 ) ;
 TabStop = TRUE ;
 Sort = TRUE ;
 };
@@ -68,12 +68,12 @@ TabPage TP_FLD_REF
 HelpID = HID_REFSELECTION_TOOLTIP ;
 Border = TRUE ;
 Pos = MAP_APPFONT ( 88 , 14 ) ;
-Size = MAP_APPFONT ( 166 , 73 ) ;
+Size = MAP_APPFONT ( 166 , 136 ) ;
 TabStop = TRUE ;
 };
 FixedText FT_REFFORMAT
 {
-Pos = MAP_APPFONT ( 88 , 93 ) ;
+Pos = MAP_APPFONT ( 6 , 93 ) ;
 Size = MAP_APPFONT ( 76 , 8 ) ;
 Left = TRUE ;
 Text [ en-US ] = "Insert ~reference to" ;
@@ -82,7 +82,7 @@ TabPage TP_FLD_REF
 {
 HelpID = "sw:ListBox:TP_FLD_REF:LB_REFFORMAT";
 Border = TRUE ;
-Pos = MAP_APPFONT ( 88 , 104 ) ;
+Pos = MAP_APPFONT ( 6 , 104 ) ;
 Size = MAP_APPFONT ( 76 , 75 ) ;
 TabStop = TRUE ;
 DropDown = FALSE ;
@@ -90,8 +90,8 @@ TabPage TP_FLD_REF
 };
 FixedText FT_REFNAME
 {
-Pos = MAP_APPFONT ( 170 , 93 ) ;
-Size = MAP_APPFONT ( 84 , 10 ) ;
+Pos = MAP_APPFONT ( 88 , 155 ) ;
+Size = MAP_APPFONT ( 80 , 10 ) ;
 Left = TRUE ;
 Text [ en-US ] = "Na~me" ;
 };
@@ -99,15 +99,15 @@ TabPage TP_FLD_REF
 {
 HelpID = "sw:Edit:TP_FLD_REF:ED_REFNAME";
 Border = TRUE ;
-Pos = MAP_APPFONT ( 170 , 104 ) ;
-Size = MAP_APPFONT ( 84 , 12 ) ;
+Pos = MAP_APPFONT ( 88 , 167 ) ;
+Size = MAP_APPFONT ( 80 , 12 ) ;
 TabStop = TRUE ;
 Left = TRUE ;
 };
 FixedText FT_REFVALUE
 {
-Pos = MAP_APPFONT ( 170 , 122 ) ;
-Size = MAP_APPFONT ( 84 , 8 ) ;
+Pos = MAP_APPFONT ( 174 , 155 ) ;
+Size = MAP_APPFONT ( 80 , 8 ) ;
 Text [ en-US ] = "~Value" ;
 Disable = TRUE ;
 Left = TRUE ;
@@ -116,8 +116,8 @@ TabPage TP_FLD_REF
 {
 HelpID = "sw:Edit:TP_FLD_REF:ED_REFVALUE";
 Border = TRUE ;
-Pos = MAP_APPFONT ( 170 , 136 ) ;
-Size = MAP_APPFONT ( 84 , 12 ) ;
+Pos = MAP_APPFONT ( 174 , 167 ) ;
+Size = MAP_APPFONT ( 80 , 12 ) ;
 TabStop = TRUE ;
 Disable = TRUE ;
 Left = TRUE ;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - framework/inc framework/source offapi/com svx/source svx/util

2013-05-28 Thread Ariel Constenla-Haile
 framework/inc/uielement/popuptoolbarcontroller.hxx|1 
 framework/source/uielement/popuptoolbarcontroller.cxx |   29 +-
 offapi/com/sun/star/awt/MessageBoxResults.idl |4 +-
 offapi/com/sun/star/awt/MessageBoxType.idl|4 +-
 svx/source/tbxctrls/extrusioncontrols.cxx |2 -
 svx/util/svxcore.component|2 -
 6 files changed, 22 insertions(+), 20 deletions(-)

New commits:
commit 82194a19ff4f29c8451c8e6ab6fe4f1b9d08df27
Author: Ariel Constenla-Haile 
Date:   Tue May 28 22:09:37 2013 +

i121544 - Fix header guards

Found by: Tsutomu Uchino

diff --git a/offapi/com/sun/star/awt/MessageBoxResults.idl 
b/offapi/com/sun/star/awt/MessageBoxResults.idl
index baa72cf..ba551fc 100644
--- a/offapi/com/sun/star/awt/MessageBoxResults.idl
+++ b/offapi/com/sun/star/awt/MessageBoxResults.idl
@@ -19,8 +19,8 @@
  *
  */
 
-#ifndef __com_sun_star_awt_MessageBoxCommand_idl__
-#define __com_sun_star_awt_MessageBoxCommand_idl__
+#ifndef __com_sun_star_awt_MessageBoxResults_idl__
+#define __com_sun_star_awt_MessageBoxResults_idl__
 
 module com {  module sun {  module star {  module awt {
 
diff --git a/offapi/com/sun/star/awt/MessageBoxType.idl 
b/offapi/com/sun/star/awt/MessageBoxType.idl
index c18274e..b3bfd2d 100644
--- a/offapi/com/sun/star/awt/MessageBoxType.idl
+++ b/offapi/com/sun/star/awt/MessageBoxType.idl
@@ -19,8 +19,8 @@
  *
  */
 
-#ifndef __com_sun_star_awt_MessageBoxCommand_idl__
-#define __com_sun_star_awt_MessageBoxCommand_idl__
+#ifndef __com_sun_star_awt_MessageBoxType_idl__
+#define __com_sun_star_awt_MessageBoxType_idl__
 
 module com {  module sun {  module star {  module awt {
 
commit 5149ad822bb66cca9561b7c181c6c2279affc29a
Author: Ariel Constenla-Haile 
Date:   Tue May 28 22:09:27 2013 +

i122401 - framework::NewToolbarController needs early initialization of its 
PopupMenu

diff --git a/framework/inc/uielement/popuptoolbarcontroller.hxx 
b/framework/inc/uielement/popuptoolbarcontroller.hxx
index f6b1ae0..99e4d90 100644
--- a/framework/inc/uielement/popuptoolbarcontroller.hxx
+++ b/framework/inc/uielement/popuptoolbarcontroller.hxx
@@ -81,6 +81,7 @@ namespace framework
 DECLARE_XSERVICEINFO
 private:
 void functionExecuted( const rtl::OUString &rCommand );
+void SAL_CALL initialize( const ::com::sun::star::uno::Sequence< 
::com::sun::star::uno::Any >& aArguments ) throw 
(::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException);
 void SAL_CALL statusChanged( const 
::com::sun::star::frame::FeatureStateEvent& rEvent ) throw ( 
::com::sun::star::uno::RuntimeException );
 void SAL_CALL execute( sal_Int16 KeyModifier ) throw 
(::com::sun::star::uno::RuntimeException);
 void setItemImage( const rtl::OUString &rCommand );
diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx 
b/framework/source/uielement/popuptoolbarcontroller.cxx
index 87bf920..cb19d84 100644
--- a/framework/source/uielement/popuptoolbarcontroller.cxx
+++ b/framework/source/uielement/popuptoolbarcontroller.cxx
@@ -265,6 +265,17 @@ NewToolbarController::NewToolbarController(
 }
 
 void SAL_CALL
+NewToolbarController::initialize(
+const css::uno::Sequence< css::uno::Any >& aArguments )
+throw ( css::uno::Exception, css::uno::RuntimeException )
+{
+PopupMenuToolbarController::initialize( aArguments );
+
+osl::MutexGuard aGuard( m_aMutex );
+createPopupMenuController();
+}
+
+void SAL_CALL
 NewToolbarController::statusChanged(
 const css::frame::FeatureStateEvent& rEvent )
 throw ( css::uno::RuntimeException )
@@ -409,10 +420,7 @@ void NewToolbarController::setItemImage( const OUString 
&rCommand )
 Image aMenuImage;
 
 sal_Bool bValid( Impl_ExistURLInMenu( m_xPopupMenu, aURL, sFallback, 
aMenuImage ) );
-// do not change aURL if Impl_ExistURLInMenu returned sal_False
-// this allows later initialization of the PopupMenuController on 
createPopupWindow()
-// and works even if SvFileInformationManager does not know the module
-if ( !aURL.getLength() )
+if ( !bValid )
 aURL = sFallback;
 
 sal_Bool bBig = SvtMiscOptions().AreCurrentSymbolsLarge();
@@ -421,16 +429,9 @@ void NewToolbarController::setItemImage( const OUString 
&rCommand )
 INetURLObject aURLObj( aURL );
 Image aImage = SvFileInformationManager::GetImageNoDefault( aURLObj, bBig, 
bHC );
 if ( !aImage )
-{
-if ( !!aMenuImage )
-aImage =  aMenuImage;
-else if ( !bValid )
-// If SvFileInformationManager didn't know the module, try with 
the default
-aImage = SvFileInformationManager::GetImageNoDefault( 
INetURLObject( sFallback ), bBig, bHC );
-
-if ( !aImage )
-aImage = SvFileInformationManager::GetImage( aURLObj, bBig, bH

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 43/ff744cb9411b13860c3c57f7a052a6ab56001e

2013-05-28 Thread Xisco Fauli
 43/ff744cb9411b13860c3c57f7a052a6ab56001e |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 497c23c35b938c37786f53755bcd26c173be0b90
Author: Xisco Fauli 
Date:   Wed May 29 01:38:08 2013 +0200

Notes added by 'git notes add'

diff --git a/43/ff744cb9411b13860c3c57f7a052a6ab56001e 
b/43/ff744cb9411b13860c3c57f7a052a6ab56001e
new file mode 100644
index 000..5b12aeb
--- /dev/null
+++ b/43/ff744cb9411b13860c3c57f7a052a6ab56001e
@@ -0,0 +1 @@
+merged as: 60790b3f0ccc1779bcff2ddcc278a9027aedabee
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-05-28 Thread Jianyuan Li
 filter/source/msfilter/msdffimp.cxx |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

New commits:
commit 60790b3f0ccc1779bcff2ddcc278a9027aedabee
Author: Jianyuan Li 
Date:   Mon Sep 10 07:16:37 2012 +

Related: #i119628# Arrow shape changed is save doc file by AOO

Reported by: Yan Ji
Review by: sunying
Patch by: Jianyuan Li
(cherry picked from commit 43ff744cb9411b13860c3c57f7a052a6ab56001e)

Conflicts:
filter/source/msfilter/msdffimp.cxx

Change-Id: I88ab49daa7b82b573eaf6a22eb4a2ce97b871027

Signed-off-by: Xisco Fauli 

diff --git a/filter/source/msfilter/msdffimp.cxx 
b/filter/source/msfilter/msdffimp.cxx
index 23c95fe..a80bdfd 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -768,8 +768,11 @@ static basegfx::B2DPolyPolygon GetLineArrow( const 
sal_Int32 nLineWidth, const M
 OUString& rsArrowName, sal_Bool bScaleArrow )
 {
 basegfx::B2DPolyPolygon aRetPolyPoly;
+// 70 100mm = 2pt = 40 twip. In MS, line width less than 2pt has the same 
size arrow as 2pt
+//If the unit is twip. Make all use this unit especailly the critical 
value 70/40.
+sal_Int32   nLineWidthCritical = bScaleArrow ? 40 : 70;
+double  fLineWidth = nLineWidth < nLineWidthCritical ? 
nLineWidthCritical : nLineWidth;;
 
-double  fLineWidth = nLineWidth < 70 ? 70.0 : nLineWidth;
 double  fLenghtMul, fWidthMul;
 sal_Int32   nLineNumber;
 switch( eLineLenght )
@@ -787,12 +790,6 @@ static basegfx::B2DPolyPolygon GetLineArrow( const 
sal_Int32 nLineWidth, const M
 case mso_lineWideArrow  : fWidthMul = 5.0; nLineNumber += 6; 
break;
 }
 
-if ( bScaleArrow )  // #i33630 arrows imported from Word are too big
-{
-fWidthMul /= 1.75;
-fLenghtMul/= 1.75;
-}
-
 rbArrowCenter = sal_False;
 OUStringBuffer aArrowName;
 switch ( eLineEnd )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PATCH] fdo#39468 - translate German comments

2013-05-28 Thread Thomas Arnhold (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/4079

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/79/4079/1

fdo#39468 - translate German comments

Change-Id: I1324c2682873112fa7702b94fcaceab6de0b94d1
---
M rsc/inc/rscrsc.hxx
M rsc/source/prj/start.cxx
M rsc/source/rscpp/cpp3.c
M sc/source/ui/dbgui/asciiopt.cxx
M sc/source/ui/dbgui/imoptdlg.cxx
M sc/source/ui/docshell/docsh8.cxx
M sc/source/ui/miscdlgs/mtrindlg.cxx
7 files changed, 102 insertions(+), 90 deletions(-)



diff --git a/rsc/inc/rscrsc.hxx b/rsc/inc/rscrsc.hxx
index d5a768e..579049d 100644
--- a/rsc/inc/rscrsc.hxx
+++ b/rsc/inc/rscrsc.hxx
@@ -40,12 +40,12 @@
 
 public:
 
-RscStrList  aInputList; // Liste der Quelldateien
-OStringaPath;  // Liste der Pfade
+RscStrList  aInputList; // List of source files
+OString aPath;  // List of paths
 RSCBYTEORDER_TYPE   nByteOrder;
-unsigned short  nCommands;  // Steuerbits
-OStringaOutputSrs; // Name der Srs-Ausgabedatei
-OStringaILDir;
+unsigned short  nCommands;  // control bits
+OString aOutputSrs; // Name of the Srs output file
+OString aILDir;
 
 struct OutputFile
 {
@@ -86,10 +86,10 @@
const OUString& rSrsOutPath );
 
 public:
-RscTypCont* pTC;// String und Id-Verwalter
-RscCmdLine* pCL;// Kommandozeile
-FILE *  fListing;   // Ausgabedatei fuer Listings
-FILE *  fExitFile;  // bei Abbruch muss diese Datei geschlossen 
werden
+RscTypCont* pTC;// String and Id manager
+RscCmdLine* pCL;// Command line
+FILE *  fListing;   // Output file for listings
+FILE *  fExitFile;  // in case of abortion this file must be closed
 
 RscCompiler( RscCmdLine *, RscTypCont * );
 ~RscCompiler();
diff --git a/rsc/source/prj/start.cxx b/rsc/source/prj/start.cxx
index f15472c..2c8c271 100644
--- a/rsc/source/prj/start.cxx
+++ b/rsc/source/prj/start.cxx
@@ -50,8 +50,8 @@
 const OString& rOutput, RscPtrPtr * pCmdLine,
 sal_Bool bResponse )
 {
-RscPtrPtr   aNewCmdL;   // Kommandozeile
-RscPtrPtr   aRespCmdL;   // Kommandozeile
+RscPtrPtr   aNewCmdL;   // Command line
+RscPtrPtr   aRespCmdL;  // Command line
 RscPtrPtr * pCmdL = &aNewCmdL;
 int i, nRet;
 FILE*   fRspFile = NULL;
@@ -216,7 +216,7 @@
 RscStrList  aTmpList;
 char *  pStr;
 char ** ppStr;
-RscPtrPtr   aCmdLine;   // Kommandozeile
+RscPtrPtr   aCmdLine;   // Command line
 sal_uInt32  i;
 OString*   pString;
 
@@ -260,7 +260,7 @@
 }
 else
 {
-// Eingabedatei
+// Input file
 aInputList.push_back( new OString(*ppStr) );
 }
 ppStr++;
diff --git a/rsc/source/rscpp/cpp3.c b/rsc/source/rscpp/cpp3.c
index df5a2c7..dad521a 100644
--- a/rsc/source/rscpp/cpp3.c
+++ b/rsc/source/rscpp/cpp3.c
@@ -29,7 +29,7 @@
 #include 
 
 #ifndef _NO_PROTO
-int AddInclude( char *pIncStr );  /* BP, 11.09.91, Forward-Deklaration */
+int AddInclude( char *pIncStr );  /* BP, 11.09.91, Forward declaration */
 #endif
 
 #if (OSL_DEBUG_LEVEL > 1) && (HOST == SYS_VMS || HOST == SYS_UNIX)
@@ -146,15 +146,15 @@
 
 #if HOST == SYS_UNKNOWN
 /*
- * Kontext: GenMake
- * Unter DOS wird nun auch die Environment-Variable INCLUDE ausgewetet.
- * Es kommt erschwerend hinzu, dass alle Eintraege, die mit ';' getrennt
- * sind, mit in die Liste aufenommen werden muessen.
- * Dies wird mit der Funktion strtok() realisiert.
- * Vorsicht bei der Benutzung von malloc !!!
- * In savestring wird naemlich getmem() verwendet. Vermutlich kommen sich
- * die beiden Funktion in die Quere. Als ich malloc statt savestring
- * verwendete knallte es in strcpy() !
+ * Context: GenMake
+ * Under DOS the environment variable INCLUDE is now also analysed.
+ * To make things more complicated, all entries that are separated by ';',
+ * have to be added to the list.
+ * This is realised by function strtok().
+ * Be careful when using malloc !!!
+ * In savestring is getmem() used. Probably these two functions get in
+ * the way of each other. When I used malloc instead of savestring it crashed
+ * in strcpy() !
  */
 
 #if !defined( WNT ) && ! defined UNX
@@ -171,18 +171,18 @@
 
 }
 
-/* Kontext: Erweiterung des INCLUDE-Services
- * Bislang konnte der cpp keine Include-Angaben in der Kommandozeile
- * vertragen, bei denen die directries mit ';' getrennt wurden.
- * Dies ist auch verstaendlich, da dieses cpp fuer UNIX-Systeme
- * massgeschneidert wurde und in UNI die ';' als Zeichen zum Abschluss
- * von Kommandos gilt.
+/*
+ * Context: Enhancement of the INCLUDE service
+ * Up to now t

Re: Suggested Prioritization For Triaging

2013-05-28 Thread Joren



Thanks for your awesome related to QA! I'm glad you are in "our" team :-)


Awesome ->work<-, to be specific :D

Kind regards,
Joren

PS: sorry for the noise
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Suggested Prioritization For Triaging

2013-05-28 Thread Joren

Hi Joel, *,

Joel Madero schreef op 28/05/13 23:36:
I've added a table to our triage page: 
https://wiki.documentfoundation.org/QA/BugTriage#Step_1._Find_Bugs_to_Triage 



It has a suggested order for triaging, if anyone wants to add, 
subtract, modify, please feel free to do so :)
Thanks for that! I think this is very useful for beginners, starters and 
general "guidance".


The only thing I would like to add/make sure to others is to highly 
underline it is a _guidance_ .
I spoke already with some users in private mail and IRC which address 
the fact to choose to have their own priorities, instead of following 
the table above or others priority. Which is also good and very welcome 
of course! Due the fact this is still _Libre_Office, and all 
volunteering work is very welcome, everyone may work on their own set of 
bugs which he or she likes to work on.


I know that this is your purpose for sure, because we already had a talk 
on IRC related to this, but I only want to make sure none will 
mis-interpret this table :-)/your purpose.


Thanks for your awesome related to QA! I'm glad you are in "our" team :-)

Kind regards,
Joren

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


Suggested Prioritization For Triaging

2013-05-28 Thread Joel Madero
Hi All,

I've added a table to our triage page:
https://wiki.documentfoundation.org/QA/BugTriage#Step_1._Find_Bugs_to_Triage

It has a suggested order for triaging, if anyone wants to add, subtract,
modify, please feel free to do so :)


Best,
Joel

-- 
*Joel Madero*
LibreOffice QA Volunteer
jmadero@gmail.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2013-05-28 Thread Noel Power
 sc/source/filter/oox/condformatbuffer.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit b74f9bdb407ed56942ee041bc4af3edff0126595
Author: Noel Power 
Date:   Tue May 28 21:39:45 2013 +0100

oops forgot to use the mbReadyForFinalize flag in 
CondFormat::finalizeImport()

Change-Id: I4606b4b1e26303ebba501276a176b2fb66bf9e37
(cherry picked from commit 353e4d00f5a1226146466ed93c99e911c268d650)

diff --git a/sc/source/filter/oox/condformatbuffer.cxx 
b/sc/source/filter/oox/condformatbuffer.cxx
index 70a8b65..b7cbb86 100644
--- a/sc/source/filter/oox/condformatbuffer.cxx
+++ b/sc/source/filter/oox/condformatbuffer.cxx
@@ -970,6 +970,9 @@ void CondFormat::importCfRule( SequenceInputStream& rStrm )
 
 void CondFormat::finalizeImport()
 {
+// probably some error in the xml if we are not ready
+if ( !mbReadyForFinalize )
+return;
 ScDocument& rDoc = getScDocument();
 maRules.forEachMem( &CondFormatRule::finalizeImport );
 SCTAB nTab = maModel.maRanges.getBaseAddress().Sheet;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-05-28 Thread Noel Power
 sc/source/filter/oox/condformatbuffer.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 353e4d00f5a1226146466ed93c99e911c268d650
Author: Noel Power 
Date:   Tue May 28 21:39:45 2013 +0100

oops forgot to use the mbReadyForFinalize flag in 
CondFormat::finalizeImport()

Change-Id: I4606b4b1e26303ebba501276a176b2fb66bf9e37

diff --git a/sc/source/filter/oox/condformatbuffer.cxx 
b/sc/source/filter/oox/condformatbuffer.cxx
index 763ad96..aa31edd 100644
--- a/sc/source/filter/oox/condformatbuffer.cxx
+++ b/sc/source/filter/oox/condformatbuffer.cxx
@@ -970,6 +970,9 @@ void CondFormat::importCfRule( SequenceInputStream& rStrm )
 
 void CondFormat::finalizeImport()
 {
+// probably some error in the xml if we are not ready
+if ( !mbReadyForFinalize )
+return;
 ScDocument& rDoc = getScDocument();
 maRules.forEachMem( &CondFormatRule::finalizeImport );
 SCTAB nTab = maModel.maRanges.getBaseAddress().Sheet;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/polynomialregression' - oox/source

2013-05-28 Thread Tomaž Vajngerl
 oox/source/drawingml/chart/seriesconverter.cxx |   35 -
 oox/source/token/properties.txt|6 +++-
 2 files changed, 33 insertions(+), 8 deletions(-)

New commits:
commit 222832146bdfbd88bc5393d53540cc168a009158
Author: Tomaž Vajngerl 
Date:   Tue May 28 22:34:10 2013 +0200

Import polynomial and moving average for OOXML.

Change-Id: Ie6501ed3b3431e187f8f0b83654e84438566ccd5

diff --git a/oox/source/drawingml/chart/seriesconverter.cxx 
b/oox/source/drawingml/chart/seriesconverter.cxx
index 9ef1f3f..a02e52a 100644
--- a/oox/source/drawingml/chart/seriesconverter.cxx
+++ b/oox/source/drawingml/chart/seriesconverter.cxx
@@ -407,19 +407,40 @@ void TrendlineConverter::convertFromModel( const 
Reference< XDataSeries >& rxDat
 OUString aServiceName;
 switch( mrModel.mnTypeId )
 {
-case XML_exp:   aServiceName = 
"com.sun.star.chart2.ExponentialRegressionCurve"; break;
-case XML_linear:aServiceName = 
"com.sun.star.chart2.LinearRegressionCurve";  break;
-case XML_log:   aServiceName = 
"com.sun.star.chart2.LogarithmicRegressionCurve"; break;
-case XML_movingAvg: /* #i66819# moving average trendlines not 
supported */  break;
-case XML_poly:  /* #i20819# polynomial trendlines not 
supported */  break;
-case XML_power: aServiceName = 
"com.sun.star.chart2.PotentialRegressionCurve";   break;
-default:OSL_FAIL( 
"TrendlineConverter::convertFromModel - unknown trendline type" );
+case XML_exp:
+aServiceName = 
"com.sun.star.chart2.ExponentialRegressionCurve";
+break;
+case XML_linear:
+aServiceName = "com.sun.star.chart2.LinearRegressionCurve";
+break;
+case XML_log:
+aServiceName = 
"com.sun.star.chart2.LogarithmicRegressionCurve";
+break;
+case XML_movingAvg:
+aServiceName = 
"com.sun.star.chart2.MovingAverageRegressionCurve";
+break;
+case XML_poly:
+aServiceName = "com.sun.star.chart2.PolynomialRegressionCurve";
+break;
+case XML_power:
+aServiceName = "com.sun.star.chart2.PotentialRegressionCurve";
+break;
+default:
+OSL_FAIL( "TrendlineConverter::convertFromModel - unknown 
trendline type" );
 }
 if( !aServiceName.isEmpty() )
 {
 Reference< XRegressionCurve > xRegCurve( createInstance( 
aServiceName ), UNO_QUERY_THROW );
 PropertySet aPropSet( xRegCurve );
 
+aPropSet.setProperty( PROP_PolynomialDegree, mrModel.mnOrder );
+aPropSet.setProperty( PROP_MovingAveragePeriod, mrModel.mnPeriod );
+
+if (mrModel.mfForward.has())
+aPropSet.setProperty( PROP_ExtrapolateForward, 
mrModel.mfForward.get() );
+if (mrModel.mfBackward.has())
+aPropSet.setProperty( PROP_ExtrapolateBackward, 
mrModel.mfBackward.get() );
+
 // trendline formatting
 getFormatter().convertFrameFormatting( aPropSet, 
mrModel.mxShapeProp, OBJECTTYPE_TRENDLINE );
 
diff --git a/oox/source/token/properties.txt b/oox/source/token/properties.txt
index bd8f5ee..e292d14 100644
--- a/oox/source/token/properties.txt
+++ b/oox/source/token/properties.txt
@@ -147,6 +147,8 @@ ErrorTitle
 Expansion
 ExternalDocLinks
 ExternalLinks
+ExtrapolateForward
+ExtrapolateBackward
 FileFormat
 FillBitmapMode
 FillBitmapName
@@ -304,6 +306,7 @@ MoveProtect
 MultiLine
 MultiPageValue
 MultiSelection
+MovingAveragePeriod
 Name
 NamedRanges
 NegativeError
@@ -338,9 +341,10 @@ Path
 PercentageNumberFormat
 PersistName
 Perspective
+PolygonKind
+PolynomialDegree
 PolyPolygon
 PolyPolygonBezier
-PolygonKind
 Position
 PositionBottom
 PositionLeft
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/polynomialregression' - chart2/source offapi/com offapi/UnoApi_offapi.mk sc/source

2013-05-28 Thread Tomaž Vajngerl
 chart2/source/tools/_serviceregistration_tools.cxx  |   16 +
 offapi/UnoApi_offapi.mk |2 
 offapi/com/sun/star/chart2/MovingAverageRegressionCurve.idl |   38 
 offapi/com/sun/star/chart2/PolynomialRegressionCurve.idl|   38 
 sc/source/filter/excel/xechart.cxx  |   25 +++
 sc/source/filter/excel/xichart.cxx  |   15 
 sc/source/filter/inc/xlchart.hxx|4 +
 7 files changed, 137 insertions(+), 1 deletion(-)

New commits:
commit d68ebbf542e70b386e50002c2e5499a3f36f036b
Author: Tomaž Vajngerl 
Date:   Tue May 28 22:12:58 2013 +0200

Import/export of polynomial and moving average for old MS XP/2003 format

Also make new services work, so they can be used in filters.

Change-Id: If4ebd86b2b7bc4fc43d36109f05d06d42c531dab

diff --git a/chart2/source/tools/_serviceregistration_tools.cxx 
b/chart2/source/tools/_serviceregistration_tools.cxx
index 0aa3aa535..80d5205 100644
--- a/chart2/source/tools/_serviceregistration_tools.cxx
+++ b/chart2/source/tools/_serviceregistration_tools.cxx
@@ -145,6 +145,22 @@ static struct ::cppu::ImplementationEntry 
g_entries_chart2_tools[] =
 , 0
 }
,{
+  ::chart::PolynomialRegressionCurve::create
+, ::chart::PolynomialRegressionCurve::getImplementationName_Static
+, ::chart::PolynomialRegressionCurve::getSupportedServiceNames_Static
+, ::cppu::createSingleComponentFactory
+, 0
+, 0
+}
+   ,{
+  ::chart::MovingAverageRegressionCurve::create
+, ::chart::MovingAverageRegressionCurve::getImplementationName_Static
+, 
::chart::MovingAverageRegressionCurve::getSupportedServiceNames_Static
+, ::cppu::createSingleComponentFactory
+, 0
+, 0
+}
+   ,{
   ::chart::RegressionEquation::create
 , ::chart::RegressionEquation::getImplementationName_Static
 , ::chart::RegressionEquation::getSupportedServiceNames_Static
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index dcaf757..b536a88 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -85,8 +85,10 @@ $(eval $(call 
gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/chart2,\
LogarithmicScaling \
LinearRegressionCurve \
LinearScaling \
+   MovingAverageRegressionCurve \
PolarCoordinateSystem2d \
PolarCoordinateSystem3d \
+   PolynomialRegressionCurve \
PotentialRegressionCurve \
PowerScaling \
RegressionEquation \
diff --git a/offapi/com/sun/star/chart2/MovingAverageRegressionCurve.idl 
b/offapi/com/sun/star/chart2/MovingAverageRegressionCurve.idl
new file mode 100644
index 000..d2a6d89
--- /dev/null
+++ b/offapi/com/sun/star/chart2/MovingAverageRegressionCurve.idl
@@ -0,0 +1,38 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements. See the NOTICE file distributed
+ *   with this work for additional information regarding copyright
+ *   ownership. The ASF licenses this file to you under the Apache
+ *   License, Version 2.0 (the "License"); you may not use this file
+ *   except in compliance with the License. You may obtain a copy of
+ *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+#ifndef com_sun_star_chart2_MovingAverageRegressionCurve_idl
+#define com_sun_star_chart2_MovingAverageRegressionCurve_idl
+
+#include 
+
+
+module com {  module sun {  module star {  module chart2 {
+
+
+/**
+@since LibreOffice 4.1
+*/
+service MovingAverageRegressionCurve : 
com::sun::star::chart2::XRegressionCurve;
+
+
+}; }; }; };
+
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/chart2/PolynomialRegressionCurve.idl 
b/offapi/com/sun/star/chart2/PolynomialRegressionCurve.idl
new file mode 100644
index 000..a7684e8
--- /dev/null
+++ b/offapi/com/sun/star/chart2/PolynomialRegressionCurve.idl
@@ -0,0 +1,38 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ *   Licensed to the Apache Software Foundation (ASF)

[ABANDONED] Show only filename in "Recent Files" list on Start Center

2013-05-28 Thread Jan Holesovsky (via Code Review)
Jan Holesovsky has abandoned this change.

Change subject: Show only filename in "Recent Files" list on Start Center
..


Patch Set 1: Abandoned

Oh, so this one was (in the meantime) invalidated by:

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

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

Gerrit-MessageType: abandon
Gerrit-Change-Id: I57f7564aae035ce158b819ca1495a547754a95f8
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Prashant Pandey 
Gerrit-Reviewer: Jan Holesovsky 

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


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - c6/f4bbfa54bd0fbef6bbc048cbd930c2781b2137

2013-05-28 Thread Caolán McNamara
 c6/f4bbfa54bd0fbef6bbc048cbd930c2781b2137 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 52cc88b9cfbd838f82b6d6f0794333260590b730
Author: Caolán McNamara 
Date:   Tue May 28 20:08:39 2013 +0100

Notes added by 'git notes add'

diff --git a/c6/f4bbfa54bd0fbef6bbc048cbd930c2781b2137 
b/c6/f4bbfa54bd0fbef6bbc048cbd930c2781b2137
new file mode 100644
index 000..457141d
--- /dev/null
+++ b/c6/f4bbfa54bd0fbef6bbc048cbd930c2781b2137
@@ -0,0 +1 @@
+merged as: 4074c441bf3d959cfeb30f6d0eb5c73f7bf89b1f
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-05-28 Thread Herbert Dürr
 sc/source/core/data/bcaslot.cxx |6 +++---
 sc/source/core/inc/bcaslot.hxx  |2 +-
 sc/source/filter/excel/xeescher.cxx |3 ++-
 3 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 4074c441bf3d959cfeb30f6d0eb5c73f7bf89b1f
Author: Herbert Dürr 
Date:   Mon May 27 11:27:43 2013 +

Related: #i122208# const SC containers cannot provide non-const iterators

(cherry picked from commit c6f4bbfa54bd0fbef6bbc048cbd930c2781b2137)

Conflicts:
sc/source/core/data/bcaslot.cxx

Change-Id: I774235d445192833031f99211639f23116e37bb4

diff --git a/sc/source/core/data/bcaslot.cxx b/sc/source/core/data/bcaslot.cxx
index 0f5b657..e55c183 100644
--- a/sc/source/core/data/bcaslot.cxx
+++ b/sc/source/core/data/bcaslot.cxx
@@ -219,7 +219,7 @@ void ScBroadcastAreaSlot::EndListeningArea( const ScRange& 
rRange,
 OSL_ENSURE(pListener, "EndListeningArea: pListener Null");
 if ( !rpArea )
 {
-ScBroadcastAreas::iterator aIter( FindBroadcastArea( rRange));
+ScBroadcastAreas::const_iterator aIter( FindBroadcastArea( rRange));
 if (aIter == aBroadcastAreaTbl.end() || isMarkedErased( aIter))
 return;
 rpArea = (*aIter).mpArea;
@@ -235,7 +235,7 @@ void ScBroadcastAreaSlot::EndListeningArea( const ScRange& 
rRange,
 {
 if ( !rpArea->GetBroadcaster().HasListeners() )
 {
-ScBroadcastAreas::iterator aIter( FindBroadcastArea( rRange));
+ScBroadcastAreas::const_iterator aIter( FindBroadcastArea( 
rRange));
 if (aIter == aBroadcastAreaTbl.end() || isMarkedErased( aIter))
 return;
 OSL_ENSURE( (*aIter).mpArea == rpArea, "EndListeningArea: area 
pointer mismatch");
@@ -247,7 +247,7 @@ void ScBroadcastAreaSlot::EndListeningArea( const ScRange& 
rRange,
 }
 
 
-ScBroadcastAreas::iterator ScBroadcastAreaSlot::FindBroadcastArea(
+ScBroadcastAreas::const_iterator ScBroadcastAreaSlot::FindBroadcastArea(
 const ScRange& rRange ) const
 {
 aTmpSeekBroadcastArea.UpdateRange( rRange);
diff --git a/sc/source/core/inc/bcaslot.hxx b/sc/source/core/inc/bcaslot.hxx
index 4fbbb85..53e13d6 100644
--- a/sc/source/core/inc/bcaslot.hxx
+++ b/sc/source/core/inc/bcaslot.hxx
@@ -132,7 +132,7 @@ private:
 ScBroadcastAreaSlotMachine* pBASM;
 boolmbInBroadcastIteration;
 
-ScBroadcastAreas::iterator  FindBroadcastArea( const ScRange& rRange ) 
const;
+ScBroadcastAreas::const_iterator  FindBroadcastArea( const ScRange& rRange 
) const;
 
 /**
 More hypothetical (memory would probably be doomed anyway) check
diff --git a/sc/source/filter/excel/xeescher.cxx 
b/sc/source/filter/excel/xeescher.cxx
index 6acbf4d..5c23ba3 100644
--- a/sc/source/filter/excel/xeescher.cxx
+++ b/sc/source/filter/excel/xeescher.cxx
@@ -1512,12 +1512,13 @@ void XclExpComments::SaveXml( XclExpXmlStream& rStrm )
 rComments->endElement( XML_authors );
 rComments->startElement( XML_commentList, FSEND );
 
+Authors::const_iterator aAuthorsBegin = aAuthors.begin();
 for( size_t i = 0; i < nNotes; ++i )
 {
 XclExpNoteList::RecordRefType xNote = mrNotes.GetRecord( i );
 Authors::iterator aAuthor = aAuthors.find(
 XclXmlUtils::ToOUString( xNote->GetAuthor() ) );
-sal_Int32 nAuthorId = distance( aAuthors.begin(), aAuthor );
+sal_Int32 nAuthorId = distance( aAuthorsBegin, aAuthor );
 xNote->WriteXml( nAuthorId, rStrm );
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - 2 commits - include/sfx2 include/svx sc/source sd/source sfx2/source svx/source

2013-05-28 Thread Andre Fischer
 include/sfx2/shell.hxx  |   15 
 include/sfx2/sidebar/EnumContext.hxx|1 
 include/svx/sidebar/SelectionAnalyzer.hxx   |   16 +++-
 include/svx/sidebar/SelectionChangeHandler.hxx  |4 -
 sc/source/ui/drawfunc/drawsh2.cxx   |   26 ++-
 sc/source/ui/inc/drawsh.hxx |4 -
 sd/source/ui/inc/DrawViewShell.hxx  |5 -
 sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx |   18 ++---
 sd/source/ui/view/drviews1.cxx  |   12 ---
 sd/source/ui/view/drviewsa.cxx  |   36 ++
 sd/source/ui/view/outlnvsh.cxx  |2 
 sd/source/ui/view/viewshel.cxx  |2 
 sfx2/source/control/shell.cxx   |   25 ---
 sfx2/source/sidebar/EnumContext.cxx |8 ++
 svx/source/sidebar/SelectionAnalyzer.cxx|   54 +---
 svx/source/sidebar/SelectionChangeHandler.cxx   |5 -
 svx/source/sidebar/text/TextPropertyPanel.cxx   |   37 ++
 svx/source/sidebar/text/TextPropertyPanel.hxx   |9 ++
 18 files changed, 191 insertions(+), 88 deletions(-)

New commits:
commit bf087c85aab791a9282bbda940344c8bf9925ef4
Author: Andre Fischer 
Date:   Mon May 27 12:55:37 2013 +

Resolves: #i122387# Use the right tool box for font color in text sidebar

(cherry picked from commit 08159967126946849906827ceadd802053d132c0)

Conflicts:
sfx2/inc/sfx2/sidebar/EnumContext.hxx

Change-Id: If40d3dee7c11e4ea6b01d40d713280e1dc19484d

Unname unused argument to prevent compiler warnings.

(cherry picked from commit f68dfc2cc8754d9cf72ae1b09f119e683ad44124)

Change-Id: I6450c6e46d5971abc871ed378d2ad6307e8f7a3e
(cherry picked from commit 21747cae6ad12ec6566e6dd9a06f3c268c72404d)

diff --git a/include/sfx2/sidebar/EnumContext.hxx 
b/include/sfx2/sidebar/EnumContext.hxx
index f45ecd9..b24a8b2 100644
--- a/include/sfx2/sidebar/EnumContext.hxx
+++ b/include/sfx2/sidebar/EnumContext.hxx
@@ -129,6 +129,7 @@ public:
 Application GetApplication_DI (void) const;
 
 const ::rtl::OUString& GetContextName (void) const;
+Context GetContext (void) const;
 
 bool operator == (const EnumContext aOther);
 bool operator != (const EnumContext aOther);
diff --git a/sfx2/source/sidebar/EnumContext.cxx 
b/sfx2/source/sidebar/EnumContext.cxx
index d78d8cf..48a974e 100644
--- a/sfx2/source/sidebar/EnumContext.cxx
+++ b/sfx2/source/sidebar/EnumContext.cxx
@@ -136,6 +136,14 @@ const ::rtl::OUString& EnumContext::GetContextName (void) 
const
 
 
 
+EnumContext::Context EnumContext::GetContext (void) const
+{
+return meContext;
+}
+
+
+
+
 bool EnumContext::operator== (const EnumContext aOther)
 {
 return meApplication==aOther.meApplication
diff --git a/svx/source/sidebar/text/TextPropertyPanel.cxx 
b/svx/source/sidebar/text/TextPropertyPanel.cxx
index 6547db6..258a730 100644
--- a/svx/source/sidebar/text/TextPropertyPanel.cxx
+++ b/svx/source/sidebar/text/TextPropertyPanel.cxx
@@ -147,9 +147,12 @@ TextPropertyPanel::TextPropertyPanel (
 
mpToolBoxFontColorBackground(ControlFactory::CreateToolBoxBackground(this)),
 mpToolBoxFontColor(ControlFactory::CreateToolBox(
 mpToolBoxFontColorBackground.get(),
-rContext.GetApplication_DI() == 
sfx2::sidebar::EnumContext::Application_WriterVariants
-? SVX_RES(TB_FONTCOLOR_SW)
-: SVX_RES(TB_FONTCOLOR),
+SVX_RES(TB_FONTCOLOR),
+rxFrame)),
+
mpToolBoxFontColorBackgroundSW(ControlFactory::CreateToolBoxBackground(this)),
+mpToolBoxFontColorSW(ControlFactory::CreateToolBox(
+mpToolBoxFontColorBackgroundSW.get(),
+SVX_RES(TB_FONTCOLOR_SW),
 rxFrame)),
 
mpToolBoxHighlightBackground(ControlFactory::CreateToolBoxBackground(this)),
 mpToolBoxHighlight(ControlFactory::CreateToolBox(
@@ -186,6 +189,8 @@ TextPropertyPanel::TextPropertyPanel (
 Initialize();
 
 FreeResource();
+
+UpdateFontColorToolbox(rContext);
 }
 
 
@@ -200,6 +205,7 @@ TextPropertyPanel::~TextPropertyPanel (void)
 mpToolBoxIncDec.reset();
 mpToolBoxFont.reset();
 mpToolBoxFontColor.reset();
+mpToolBoxFontColorSW.reset();
 mpToolBoxScript.reset();
 mpToolBoxScriptSw.reset();
 mpToolBoxSpacing.reset();
@@ -209,6 +215,7 @@ TextPropertyPanel::~TextPropertyPanel (void)
 mpToolBoxIncDecBackground.reset();
 mpToolBoxFontBackground.reset();
 mpToolBoxFontColorBackground.reset();
+mpToolBoxFontColorBackgroundSW.reset();
 mpToolBoxScriptBackground.reset();
 mpToolBoxScriptSwBackground.reset();
 mpToolBoxSpacingBackground.reset();
@@ -284,6 +291,30 @@ void TextPropertyPanel::HandleContextC

LO / Firebird DB Integration

2013-05-28 Thread Andrzej J. R. Hunt
Hi all

Apologies, I messed up the subject line there.

On 28/05/13 19:48, Andrzej J. R. Hunt wrote:
> Hi Miguel, Javier, Andres
>
> I've just seen that you are working on a Firebird DB connector for
> LibreOffice -- I've just been selected to work on this as part of the
> Google Summer of Code -- it would be cool if I could also work with you
> on implementing this! (I'm currently still studying for exams but will
> be working full time on this from roughly the 10th June.)
>
> The major issue I can see at the moment is selecting which version of
> Firebird to use, which I see is also being discussed on the
> Firebird-devel list [1]. All the details are in that thread -- but
> basically it looks like FB3 won't be out until next year and there isn't
> much documentation of the new API, on the other hand it looks like FB3
> will be easier/cleaner to use. Personally I'd favour implementing 3.0
> for those reasons, but that would mean that it couldn't be shipped as
> the default DB in LibreOffice until FB3 is stable, which I can see as
> being a convincing argument for using 2.5 instead. As far as I can tell
> the API should be stable from the first alpha release of FB3 [2], i.e.
> API changes shouldn't be an issue if using 3.0.
>
> I'd be interested to know what your views are on this / which version
> you've been using so far? I guess the LO developers in general might
> also have some input on which is preferable?
>
> Also have any of you looked at integrating Firebird into the LO build
> system yet, as this was one of the first things I was planning on doing
> (although that is dependent on the choice of FB 2.5 vs 3). I think
> Andres mentioned he was concentrating on developing on Linux at first --
> I could look into the Windows specifics for Firebird to ensure things
> are as cross-platform as possible from the start (although I should
> probably mention I don't have too much Windows experience yet, and my
> system isn't the fastest for building stuff there).
>
> I've create a wiki page where I'm putting down some notes on whats
> happening here -- I've also extracted the technical discussion and the
> estimated timeplan from my GSOC application in case that's useful to
> anyone else:
> https://wiki.documentfoundation.org/Development/Base/FirebirdSQL . Feel
> free to add to/edit that if you wish.
>
> All the Best,
>
> Andrzej
>
> [1]: http://comments.gmane.org/gmane.comp.db.firebird.devel/2969
> [2]: http://www.firebirdsql.org/en/roadmap/
Cheers,

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


Firebird

2013-05-28 Thread Andrzej J. R. Hunt
Hi Miguel, Javier, Andres

I've just seen that you are working on a Firebird DB connector for
LibreOffice -- I've just been selected to work on this as part of the
Google Summer of Code -- it would be cool if I could also work with you
on implementing this! (I'm currently still studying for exams but will
be working full time on this from roughly the 10th June.)

The major issue I can see at the moment is selecting which version of
Firebird to use, which I see is also being discussed on the
Firebird-devel list [1]. All the details are in that thread -- but
basically it looks like FB3 won't be out until next year and there isn't
much documentation of the new API, on the other hand it looks like FB3
will be easier/cleaner to use. Personally I'd favour implementing 3.0
for those reasons, but that would mean that it couldn't be shipped as
the default DB in LibreOffice until FB3 is stable, which I can see as
being a convincing argument for using 2.5 instead. As far as I can tell
the API should be stable from the first alpha release of FB3 [2], i.e.
API changes shouldn't be an issue if using 3.0.

I'd be interested to know what your views are on this / which version
you've been using so far? I guess the LO developers in general might
also have some input on which is preferable?

Also have any of you looked at integrating Firebird into the LO build
system yet, as this was one of the first things I was planning on doing
(although that is dependent on the choice of FB 2.5 vs 3). I think
Andres mentioned he was concentrating on developing on Linux at first --
I could look into the Windows specifics for Firebird to ensure things
are as cross-platform as possible from the start (although I should
probably mention I don't have too much Windows experience yet, and my
system isn't the fastest for building stuff there).

I've create a wiki page where I'm putting down some notes on whats
happening here -- I've also extracted the technical discussion and the
estimated timeplan from my GSOC application in case that's useful to
anyone else:
https://wiki.documentfoundation.org/Development/Base/FirebirdSQL . Feel
free to add to/edit that if you wish.

All the Best,

Andrzej

[1]: http://comments.gmane.org/gmane.comp.db.firebird.devel/2969
[2]: http://www.firebirdsql.org/en/roadmap/
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] fdo#60724 change spelling error REMOVEABLE -> REMOVABLE II

2013-05-28 Thread Thomas Arnhold (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/4078

To pull it, you can do:

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

fdo#60724 change spelling error REMOVEABLE -> REMOVABLE II

Change-Id: I0057b9174af6a83f3fde0e27c3a91a4aeca95873
---
M idlc/inc/idlc/astattribute.hxx
M idlc/inc/idlc/idlctypes.hxx
M idlc/source/astdump.cxx
M idlc/source/errorhandler.cxx
M idlc/source/parser.y
M idlc/source/scanner.l
M idlc/test/parser/attribute.tests
M include/comphelper/propertybag.hxx
M include/registry/types.h
M include/svtools/imagemgr.hrc
M padmin/source/padialog.cxx
M padmin/source/padialog.hrc
M padmin/source/padialog.src
M qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java
M registry/source/regimpl.cxx
M registry/tools/regcompare.cxx
M sfx2/source/control/templateremoteview.cxx
M stoc/source/registry_tdprovider/tdservice.cxx
M svtools/source/contnr/contentenumeration.cxx
M svtools/source/misc/imagemgr.cxx
M svtools/source/misc/imagemgr.src
M unoidl/source/legacyprovider.cxx
22 files changed, 27 insertions(+), 27 deletions(-)



diff --git a/idlc/inc/idlc/astattribute.hxx b/idlc/inc/idlc/astattribute.hxx
index 7f88e49..7cc3a65 100644
--- a/idlc/inc/idlc/astattribute.hxx
+++ b/idlc/inc/idlc/astattribute.hxx
@@ -90,7 +90,7 @@
 sal_Bool isMayBeDefault() const
 { return ((m_flags & AF_MAYBEDEFAULT) == AF_MAYBEDEFAULT); }
 sal_Bool isRemoveable() const
-{ return ((m_flags & AF_REMOVEABLE) == AF_REMOVEABLE); }
+{ return ((m_flags & AF_REMOVABLE) == AF_REMOVABLE); }
 
 sal_Bool dumpBlob(
 typereg::Writer & rBlob, sal_uInt16 index, sal_uInt16 * methodIndex);
diff --git a/idlc/inc/idlc/idlctypes.hxx b/idlc/inc/idlc/idlctypes.hxx
index 32214d6..842ef68 100644
--- a/idlc/inc/idlc/idlctypes.hxx
+++ b/idlc/inc/idlc/idlctypes.hxx
@@ -87,7 +87,7 @@
 #define AF_TRANSIENT0x0020
 #define AF_MAYBEAMBIGUOUS   0x0040
 #define AF_MAYBEDEFAULT 0x0080
-#define AF_REMOVEABLE   0x0100
+#define AF_REMOVABLE0x0100
 #define AF_ATTRIBUTE0x0200
 #define AF_PROPERTY 0x0400
 
diff --git a/idlc/source/astdump.cxx b/idlc/source/astdump.cxx
index fd5e2db..492714c 100644
--- a/idlc/source/astdump.cxx
+++ b/idlc/source/astdump.cxx
@@ -366,7 +366,7 @@
 }
 if (isRemoveable())
 {
-accessMode |= RT_ACCESS_REMOVEABLE;
+accessMode |= RT_ACCESS_REMOVABLE;
 }
 
 OUString name(OStringToOUString(getLocalName(), RTL_TEXTENCODING_UTF8));
diff --git a/idlc/source/errorhandler.cxx b/idlc/source/errorhandler.cxx
index 390d76e..f591f0b 100644
--- a/idlc/source/errorhandler.cxx
+++ b/idlc/source/errorhandler.cxx
@@ -456,7 +456,7 @@
 flagStr += "'maybeambiguous'";
 if ( (flag & AF_MAYBEDEFAULT) == AF_MAYBEDEFAULT )
 flagStr += "'maybedefault'";
-if ( (flag & AF_REMOVEABLE) == AF_REMOVEABLE )
+if ( (flag & AF_REMOVABLE) == AF_REMOVABLE )
 flagStr += "'removable'";
 if ( (flag & AF_ATTRIBUTE) == AF_ATTRIBUTE )
 flagStr += "'attribute'";
diff --git a/idlc/source/parser.y b/idlc/source/parser.y
index 528bc96..7bfdea2 100644
--- a/idlc/source/parser.y
+++ b/idlc/source/parser.y
@@ -271,7 +271,7 @@
 %token IDL_PROPERTY
 %token IDL_RAISES
 %token IDL_READONLY
-%token IDL_REMOVEABLE
+%token IDL_REMOVABLE
 %token IDL_SERVICE
 %token IDL_SEQUENCE
 %token IDL_SINGLETON
@@ -848,10 +848,10 @@
idlc()->setParseState(PS_MayBeDefaultSeen);
$$ = AF_MAYBEDEFAULT;
}
-   | IDL_REMOVEABLE
+   | IDL_REMOVABLE
{
idlc()->setParseState(PS_RemoveableSeen);
-   $$ = AF_REMOVEABLE;
+   $$ = AF_REMOVABLE;
}
| error ']' 
{
diff --git a/idlc/source/scanner.l b/idlc/source/scanner.l
index 51204b8..d13160e 100644
--- a/idlc/source/scanner.l
+++ b/idlc/source/scanner.l
@@ -307,7 +307,7 @@
 propertyreturn IDL_PROPERTY;
 raises  return IDL_RAISES;
 readonlyreturn IDL_READONLY;
-removable   return IDL_REMOVEABLE;
+removable   return IDL_REMOVABLE;
 service return IDL_SERVICE;
 sequencereturn IDL_SEQUENCE;
 singleton   return IDL_SINGLETON;
diff --git a/idlc/test/parser/attribute.tests b/idlc/test/parser/attribute.tests
index 1e9b28d..bc6753f 100644
--- a/idlc/test/parser/attribute.tests
+++ b/idlc/test/parser/attribute.tests
@@ -194,7 +194,7 @@
 
 EXPECT FAILURE "attribute.tests 23":
 interface I1 {
-[attribute, removeable] long a;
+[attribute, removable] long a;
 };
 
 
diff --git a/include/comphelper/propertybag.hxx 
b/include/comphelper/propertybag.hxx
index 92c0026..1be1309 100644
--- a/include/comphelper/propertybag.hxx
+++ b/include/comphelper/propertybag.hxx
@@ -118,7 +118,7 @@
 @throws Unk

[Bug 54157] LibreOffice 4.0 most annoying bugs

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

Bug 54157 depends on bug 63756, which changed state.

Bug 63756 Summary: XSLT filter: non UTF-8/UTF-16/ISO-8859 XML files cannot be 
opened on WIndows
https://bugs.freedesktop.org/show_bug.cgi?id=63756

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

-- 
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: [gsoc2013] Welcome & congrats!

2013-05-28 Thread Efe Gürkan YALAMAN
Hi Efe,

>
> Hi,

first off, congrats for being accepted to LibreOffice GSoC 2013, we're
> happy to have you! :)
>
> Thank you. I am very happy and excited as well :)


> So now is the time to get a fresh master build, and start hacking. One
> part of this is clearly to gut the old options of too detailed stuff,
> the entry point to start is cui/source/options/*,
> cui/source/options/treeopt.cxx being the outer wrapper.
>

Thanks for the code pointers. I already have a build on my machine. I will
start hacking as soon as possible.


> We'd then stick some 'advanced' button there, that opens a dialog akin
> to firefox's about:config page, and lists options in a more
> unstructured way than the previous option tabpages. This is best done
> in C++ as well. ;)
>

We should discuss about UI. It is really important I think. I am trying to
draw a roadmap for the implementation. I will publish in a few day.


>
> Let's hash out the details on irc in the next days.
>
> Cheers,
>
> -- Thorsten
>


Best Regards,

-- 
Efe Gürkan YALAMAN
http://about.me/efegurkan
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2013-05-28 Thread Oliver-Rainer Wittmann
 sw/source/ui/shells/drwtxtex.cxx |1 -
 sw/source/ui/shells/drwtxtsh.cxx |1 -
 2 files changed, 2 deletions(-)

New commits:
commit 183db520892b887eda8ecfe1cc2af1bc3dd5d2d7
Author: Oliver-Rainer Wittmann 
Date:   Tue Apr 30 11:55:34 2013 +

 - remove self-destructing call to 


- remove superfluous slot invalidation
(cherry picked from commit 2ff25b11b2c9e187f3ed26daeba3b5619289ecc1)

diff --git a/sw/source/ui/shells/drwtxtex.cxx b/sw/source/ui/shells/drwtxtex.cxx
index 7ad1409..548629d 100644
--- a/sw/source/ui/shells/drwtxtex.cxx
+++ b/sw/source/ui/shells/drwtxtex.cxx
@@ -666,7 +666,6 @@ ASK_ADJUST:
 }
 else
 rSet.InvalidateItem(nSlotId);
-Invalidate(SID_ATTR_PARA_ULSPACE);
 nSlotId = 0;
 }
 break;
diff --git a/sw/source/ui/shells/drwtxtsh.cxx b/sw/source/ui/shells/drwtxtsh.cxx
index e2cc181..505d787 100644
--- a/sw/source/ui/shells/drwtxtsh.cxx
+++ b/sw/source/ui/shells/drwtxtsh.cxx
@@ -459,7 +459,6 @@ void SwDrawTextShell::ExecDraw(SfxRequest &rReq)
 SwView& rTempView = rSh.GetView();
 rTempView.ExitDraw();
 rSh.Edit();
-rTempView.AttrChangedNotify(&rSh);
 return;
 }
 break;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2f/f25b11b2c9e187f3ed26daeba3b5619289ecc1

2013-05-28 Thread Caolán McNamara
 2f/f25b11b2c9e187f3ed26daeba3b5619289ecc1 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8e4ff3ba36e2c23e7a2348dc4d796e4c0b652b4a
Author: Caolán McNamara 
Date:   Tue May 28 18:37:03 2013 +0100

Notes added by 'git notes add'

diff --git a/2f/f25b11b2c9e187f3ed26daeba3b5619289ecc1 
b/2f/f25b11b2c9e187f3ed26daeba3b5619289ecc1
new file mode 100644
index 000..e5d4ecd
--- /dev/null
+++ b/2f/f25b11b2c9e187f3ed26daeba3b5619289ecc1
@@ -0,0 +1 @@
+merged as: 183db520892b887eda8ecfe1cc2af1bc3dd5d2d7
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Updates about Enhanced Database Ranges.

2013-05-28 Thread Akash Shetye
Kohei,

Yes doing that, I'll get the errors if any resolved on the IRC. Thanks


On Tue, May 28, 2013 at 11:02 PM, Kohei Yoshida wrote:

> On 05/28/2013 10:15 AM, Kohei Yoshida wrote:
>
>> I'll create a feature branch for you to use in the mean time.
>>
>
> I've created a feature branch for this. Let's use the
> feature/gsoc-calc-enhanced-db-**range branch for this GSOC task. Akash,
> please check out this branch by
>
> git checkout -b feature/gsoc-calc-enhanced-db-**range
> origin/feature/gsoc-calc-**enhanced-db-range
>
>
> and make sure that this builds for you.  I've built this branch on Linux
> to make sure that it's buildable (at least for me).
>
>
> --
> Kohei Yoshida, LibreOffice Calc hacker, SUSE.
>
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Updates about Enhanced Database Ranges.

2013-05-28 Thread Kohei Yoshida

On 05/28/2013 10:15 AM, Kohei Yoshida wrote:
I'll create a feature branch for you to use in the mean time. 


I've created a feature branch for this. Let's use the 
feature/gsoc-calc-enhanced-db-range branch for this GSOC task. Akash, 
please check out this branch by


git checkout -b feature/gsoc-calc-enhanced-db-range 
origin/feature/gsoc-calc-enhanced-db-range


and make sure that this builds for you.  I've built this branch on Linux 
to make sure that it's buildable (at least for me).


--
Kohei Yoshida, LibreOffice Calc hacker, SUSE.

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


Re: NEEDINFO - status check

2013-05-28 Thread Zeki Bildirici
Hi Joel,

Thanks for your efforts and be sure that it definitely worths it.

As you know i have submitted a bug report
https://bugs.freedesktop.org/show_bug.cgi?id=53028 regarding to NEEDINFO
bugs are not shown im my bugs page, which is one of the reasons makes this
numbers -we forgot them- But Unfortunately FDO bugzilla misses that point :(

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


[PATCH] Make use of IsStarSymbol()

2013-05-28 Thread Thomas Arnhold (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/4077

To pull it, you can do:

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

Make use of IsStarSymbol()

Change-Id: I7a2e3a6f11bbaaaff50e8163e4ce3e2583b1d03c
---
M editeng/source/items/textitem.cxx
M include/unotools/fontdefs.hxx
M oox/source/export/drawingml.cxx
M sd/source/filter/eppt/pptx-text.cxx
M sw/source/filter/ww8/writerhelper.cxx
M sw/source/filter/ww8/writerhelper.hxx
M sw/source/filter/ww8/writerwordglue.cxx
M sw/source/filter/ww8/wrtw8num.cxx
M unotools/source/misc/fontcvt.cxx
M unotools/source/misc/fontdefs.cxx
M vcl/generic/fontmanager/fontsubst.cxx
M vcl/generic/glyphs/gcach_ftyp.cxx
M vcl/source/filter/wmf/wmfwr.cxx
M vcl/source/gdi/metaact.cxx
M vcl/source/gdi/outdev3.cxx
15 files changed, 34 insertions(+), 50 deletions(-)



diff --git a/editeng/source/items/textitem.cxx 
b/editeng/source/items/textitem.cxx
index 51995af..f9f342e 100644
--- a/editeng/source/items/textitem.cxx
+++ b/editeng/source/items/textitem.cxx
@@ -373,9 +373,7 @@
 
 SvStream& SvxFontItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) 
const
 {
-sal_Bool bToBats =
-GetFamilyName().EqualsIgnoreCaseAscii( "StarSymbol", 0, 
sizeof("StarSymbol")-1 ) ||
-GetFamilyName().EqualsIgnoreCaseAscii( "OpenSymbol", 0, 
sizeof("OpenSymbol")-1 );
+sal_Bool bToBats = IsStarSymbol( GetFamilyName() );
 
 rStrm << (sal_uInt8) GetFamily() << (sal_uInt8) GetPitch()
   << (sal_uInt8)(bToBats ? RTL_TEXTENCODING_SYMBOL : 
GetSOStoreTextEncoding(GetCharSet()));
diff --git a/include/unotools/fontdefs.hxx b/include/unotools/fontdefs.hxx
index 60c37d4..d1bf777 100644
--- a/include/unotools/fontdefs.hxx
+++ b/include/unotools/fontdefs.hxx
@@ -90,6 +90,15 @@
 
 UNOTOOLS_DLLPUBLIC void GetEnglishSearchFontName( OUString& rName );
 
+/** Determine if the font is the special Star|Open Symbol font
+
+@param rFontName
+The FontName to test for being Star|Open Symbol
+
+@return true if this is Star|Open Symbol
+*/
+UNOTOOLS_DLLPUBLIC bool IsStarSymbol(const OUString &rFontName);
+
 #endif
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx
index 6d73d3d..8cbeead 100644
--- a/oox/source/export/drawingml.cxx
+++ b/oox/source/export/drawingml.cxx
@@ -1483,7 +1483,7 @@
 
 sal_Unicode DrawingML::SubstituteBullet( sal_Unicode cBulletId, 
::com::sun::star::awt::FontDescriptor& rFontDesc )
 {
-if ( rFontDesc.Name.equalsIgnoreAsciiCase("starsymbol") || 
rFontDesc.Name.equalsIgnoreAsciiCase("opensymbol") )
+if ( IsStarSymbol(rFontDesc.Name) )
 {
 rtl_TextEncoding eCharSet = rFontDesc.CharSet;
 cBulletId = msfilter::util::bestFitOpenSymbolToMSFont(cBulletId, 
eCharSet, rFontDesc.Name);
diff --git a/sd/source/filter/eppt/pptx-text.cxx 
b/sd/source/filter/eppt/pptx-text.cxx
index 22c713f..e96a03f 100644
--- a/sd/source/filter/eppt/pptx-text.cxx
+++ b/sd/source/filter/eppt/pptx-text.cxx
@@ -884,7 +884,7 @@
 
 case SVX_NUM_CHAR_SPECIAL :   // 
Bullet
 {
-if ( 
aFontDesc.Name.equalsIgnoreAsciiCase("starsymbol") || 
aFontDesc.Name.equalsIgnoreAsciiCase("opensymbol") )
+if ( IsStarSymbol(aFontDesc.Name) )
 {
 rtl_TextEncoding eChrSet = aFontDesc.CharSet;
 cBulletId = 
msfilter::util::bestFitOpenSymbolToMSFont(cBulletId, eChrSet, aFontDesc.Name);
diff --git a/sw/source/filter/ww8/writerhelper.cxx 
b/sw/source/filter/ww8/writerhelper.cxx
index 228bc59..664d5aa 100644
--- a/sw/source/filter/ww8/writerhelper.cxx
+++ b/sw/source/filter/ww8/writerhelper.cxx
@@ -666,14 +666,6 @@
 }
 }
 
-bool IsStarSymbol(const OUString &rFontName)
-{
-sal_Int32 nIndex = 0;
-OUString sFamilyNm(GetNextFontToken(rFontName, nIndex));
-return (sFamilyNm.equalsIgnoreAsciiCase("starsymbol") ||
-sFamilyNm.equalsIgnoreAsciiCase("opensymbol"));
-}
-
 Size GetSwappedInSize(const SwNoTxtNode& rNd)
 {
 Size aGrTwipSz(rNd.GetTwipSize());
diff --git a/sw/source/filter/ww8/writerhelper.hxx 
b/sw/source/filter/ww8/writerhelper.hxx
index 52bfba7..e411ac8 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -747,18 +747,6 @@
 */
 Polygon PolygonFromPolyPolygon(const PolyPolygon &rPolyPoly);
 
-/** Determine if the font is the special Star|Open Symbol font
-
-@param rFontName
-The FontName to test for being Star|Open Symbol
-
-@return true if this is Star|Open Symbol
-
-@author
-mailto:c...@openoffice.org";>Caolán McNamara
-*/
-bool IsStarSymbol(const OUString &rFontName);
-
 /** Ma

NEEDINFO - status check

2013-05-28 Thread Joel Madero
Hi All,

So I ran another 50 today and wanted to give a status update, IMO this is
going quite smoothly and is successful. Here are the #'s

236 total bugs commented on

197 of those currently in NEEDINFO (this includes 50 from just 20 minutes
or so ago)

12 now marked as NEW (ie. confirmed bugs that had just been rotting in
NEEDINFO status are now confirmed and ready to go)

18 RESOLVED
-2 Dupes
-3 INVALID
-1 NOTABUG
- 1 WONTFIX
-11 WFM


I'll keep following the bugs but these are promising numbers for such a
short period of time. So, apologies for the FDO spam but it's been worth it
IMO.


Best,
Joel
-- 
*Joel Madero*
LibreOffice QA Volunteer
jmadero@gmail.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] mso-dumper.git: src/msodraw.py

2013-05-28 Thread Miklos Vajna
 src/msodraw.py |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 92f2b347df0b8dc64ac096937b4e7075e88cc955
Author: Miklos Vajna 
Date:   Tue May 28 18:34:53 2013 +0200

msodraw: few more op names

diff --git a/src/msodraw.py b/src/msodraw.py
index 836762c..b6b4592 100644
--- a/src/msodraw.py
+++ b/src/msodraw.py
@@ -585,6 +585,11 @@ class FOPT:
 0x0390: ['posrelh'],
 0x0391: ['posv'],
 0x0392: ['posrelv'],
+0x0004: ['rotation'],
+0x00C3: ['gtextSize'],
+0x00FF: ['Geometry Text Boolean Properties'],
+0x0182: ['fillOpacity'],
+0x053F: ['Diagram Boolean Properties'],
 }
 
 class E:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 50/946fb5ffab716b8fa3bee63fc9ab5d083a88b8

2013-05-28 Thread Caolán McNamara
 50/946fb5ffab716b8fa3bee63fc9ab5d083a88b8 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit acb734f82033634ce4159ce73df8d6a32a5883ea
Author: Caolán McNamara 
Date:   Tue May 28 17:28:57 2013 +0100

Notes added by 'git notes add'

diff --git a/50/946fb5ffab716b8fa3bee63fc9ab5d083a88b8 
b/50/946fb5ffab716b8fa3bee63fc9ab5d083a88b8
new file mode 100644
index 000..cb0f0b7
--- /dev/null
+++ b/50/946fb5ffab716b8fa3bee63fc9ab5d083a88b8
@@ -0,0 +1 @@
+prefer: aa4ef13a517d4eee4db9d36283eca3240bdd873f
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - a3/eded9728647bde4af68b9f3c75a51dc0676fc7

2013-05-28 Thread Caolán McNamara
 a3/eded9728647bde4af68b9f3c75a51dc0676fc7 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit ea6218177ada8bb24d2cef2bbda2160b92a9647a
Author: Caolán McNamara 
Date:   Tue May 28 17:20:24 2013 +0100

Notes added by 'git notes add'

diff --git a/a3/eded9728647bde4af68b9f3c75a51dc0676fc7 
b/a3/eded9728647bde4af68b9f3c75a51dc0676fc7
new file mode 100644
index 000..237c9d5
--- /dev/null
+++ b/a3/eded9728647bde4af68b9f3c75a51dc0676fc7
@@ -0,0 +1 @@
+merged as: b828a6f494cc90e1a135e7442589679993eb2a5c
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: jvmfwk/plugins

2013-05-28 Thread Herbert Dürr
 jvmfwk/plugins/sunmajor/pluginlib/util.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit b828a6f494cc90e1a135e7442589679993eb2a5c
Author: Herbert Dürr 
Date:   Fri Apr 26 08:51:11 2013 +

Related: #i121715# find official JRE>=7 on OSX

(cherry picked from commit a3eded9728647bde4af68b9f3c75a51dc0676fc7)

Conflicts:
jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx

Change-Id: I5ec6aa62147f9b3fb3e5142fbc2658c0b54f21b8

diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx 
b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
index f488b15..38279a6 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
@@ -95,6 +95,7 @@ char const *g_arCollectDirs[] = {
 char const *g_arSearchPaths[] = {
 #ifdef MACOSX
 "",
+"Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin",
 "System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/"
 #else
 #ifndef JVM_ONE_PATH_CHECK
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - bridges/source svx/source

2013-05-28 Thread Tor Lillqvist
 bridges/source/cpp_uno/gcc3_macosx_intel/except.cxx |9 +
 svx/source/svdraw/svdedxv.cxx   |2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 53b552518e1feab4a5cc25bb92ea26dc9b2c7e4f
Author: Tor Lillqvist 
Date:   Tue May 28 19:17:52 2013 +0300

WaE: illegal character encoding in string literal

Change-Id: Ic1a85b48363b2596ebfe225dc76332068229cb96

diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index 6d39a5b..273480f 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -877,7 +877,7 @@ SdrEndTextEditKind SdrObjEditView::SdrEndTextEdit(sal_Bool 
bDontDeleteReally)
 }
 else
 {
-OSL_ENSURE(false, "´Got UndoManager back in SdrEndTextEdit 
which is NOT the expected document UndoManager (!)");
+OSL_ENSURE(false, "Got UndoManager back in SdrEndTextEdit 
which is NOT the expected document UndoManager (!)");
 delete pOriginal;
 }
 }
commit c95999782ee393a121ab36d2a46ba21940b40708
Author: Tor Lillqvist 
Date:   Tue May 28 18:07:48 2013 +0200

Bypass the type_info generation when using libc++ for gcc3_macosx_intel, too

(It causes linker errors, type_info destructor not found and a few
others. Possibly this is a bug in Apple's libc++abi?)

Change-Id: I50bc97c8e061ff47d4ff16f31d37cfe3b4f5a010

diff --git a/bridges/source/cpp_uno/gcc3_macosx_intel/except.cxx 
b/bridges/source/cpp_uno/gcc3_macosx_intel/except.cxx
index f00c0ed..f51cb75 100644
--- a/bridges/source/cpp_uno/gcc3_macosx_intel/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_macosx_intel/except.cxx
@@ -51,6 +51,8 @@ using namespace ::__cxxabiv1;
 namespace CPPU_CURRENT_NAMESPACE
 {
 
+#ifndef _LIBCPP_VERSION
+
 #if MACOSX_SDK_VERSION >= 1070
 
 // MacOSX10.4u.sdk/usr/include/c++/4.0.0/cxxabi.h defined
@@ -100,6 +102,8 @@ std::type_info * create_FAKE_si_class_type_info(
 
 #endif
 
+#endif
+
 void dummy_can_throw_anything( char const * )
 {
 }
@@ -212,6 +216,7 @@ type_info * RTTI::getRTTI( typelib_CompoundTypeDescription 
*pTypeDescr ) SAL_THR
 t_rtti_map::const_iterator iFind2( m_generatedRttis.find( unoName 
) );
 if (iFind2 == m_generatedRttis.end())
 {
+#ifndef _LIBCPP_VERSION
 // we must generate it !
 // symbol and rtti-name is nearly identical,
 // the symbol is prefixed with _ZTI
@@ -247,6 +252,10 @@ type_info * RTTI::getRTTI( typelib_CompoundTypeDescription 
*pTypeDescr ) SAL_THR
 SAL_WARN_IF( !insertion.second,
  "bridges",
  "inserting new generated rtti failed" );
+#else
+OSL_FAIL("Cannot generate type_infos with libc++, sigh");
+return NULL;
+#endif
 }
 else // taking already generated rtti
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-05-28 Thread Tor Lillqvist
 sc/source/filter/inc/condformatbuffer.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eee523f82fa3d258f720a4c2ea246b52ae141a93
Author: Tor Lillqvist 
Date:   Tue May 28 08:00:53 2013 +0300

Fix compilation error with older compilers

Change-Id: If9eff90d91c79d942fec59fee4daedccf7c69a83
(cherry picked from commit 61fffd72ac9f09b95faf266f29e643c7bff802bd)

diff --git a/sc/source/filter/inc/condformatbuffer.hxx 
b/sc/source/filter/inc/condformatbuffer.hxx
index 2ea0f93..d009f04 100644
--- a/sc/source/filter/inc/condformatbuffer.hxx
+++ b/sc/source/filter/inc/condformatbuffer.hxx
@@ -261,7 +261,7 @@ class ExtCfRule
 RuleType mnRuleType;
 void*mpTarget;
 public:
-ExtCfRule(void* pTarget = NULL ) : mnRuleType( 
ExtCfRule::RuleType::UNKNOWN ), mpTarget(pTarget) {}
+ExtCfRule(void* pTarget = NULL ) : mnRuleType( ExtCfRule::UNKNOWN ), 
mpTarget(pTarget) {}
 void finalizeImport();
 void importDataBar(  const AttributeList& rAttribs );
 void importNegativeFillColor(  const AttributeList& rAttribs );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[GSoC] Character border

2013-05-28 Thread Zolnai Tamás
Hi all,

   It seems my proposal got into the selected ones, thanks for the
opportunity.

As some of list members know I am not a beginner with LO. I have
already done some work mostly with localization (kill sdf and
refactor\clean l10ntools). Additionally I have added a little feature which
is visible from the side of the users too (limitbox in Base).

On the summer, I will wrok with Writer, making possible using character
borders. It sounds simple, but it has more sides. The first thing that
comes to mind about character border is a simple four-sided border with the
given color, width and style.
   But It can be extended a bit, with adding different borders to the sides
or adding borders just to the selected ones (like table border). So it can
use no just as a border but as an underlining or overlining (with more
features which a simple one provide) but in extreme cases it can also use
as an unremoveable '|' separator. (well, I have no idea when it comes in
handy)
   The third part is using shadow as a special inhomogeneous border and
adding padding between the selected characters and the border.

   I added a bit detailed description of this feature, just to see what
territories it touch. So if anybody has ideas\advices about painting
lines\borders, adding new character attributes, extending filters or
anything linked with them, than - as the phrase goes - feel free to write
me.


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


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 00/2208c6c5332961fe0994dffb6640857c8e5b9c

2013-05-28 Thread Caolán McNamara
 00/2208c6c5332961fe0994dffb6640857c8e5b9c |1 +
 1 file changed, 1 insertion(+)

New commits:
commit c22ca17db3f5d8f18987462c0c2ceb80b41271ea
Author: Caolán McNamara 
Date:   Tue May 28 17:10:32 2013 +0100

Notes added by 'git notes add'

diff --git a/00/2208c6c5332961fe0994dffb6640857c8e5b9c 
b/00/2208c6c5332961fe0994dffb6640857c8e5b9c
new file mode 100644
index 000..2138a7b
--- /dev/null
+++ b/00/2208c6c5332961fe0994dffb6640857c8e5b9c
@@ -0,0 +1 @@
+prefer: 25292b154ecfb33450307357f006b652cd673967
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Updates about Enhanced Database Ranges.

2013-05-28 Thread Akash Shetye
Kohei,

No I haven't read those books (yet), I must confess I didn't even know
about them. Thanks for recommending them, I got both the books over torrent
(hmmm yeah I know). Reading commences.


On Tue, May 28, 2013 at 9:13 PM, Kohei Yoshida wrote:

> On 05/28/2013 11:09 AM, Akash Shetye wrote:
>
>> Hey Kohei,
>>
>> Yes Markus spoke about the 3+ mentors available according to their
>> convenience.  I am sending the mail for git access right away. I am very
>> comfortable with Eastern time afternoons stretching up to early evenings.
>> Markus especially has been very helpful with my doubts, I will keep the IRC
>> my first point of contact for ad-hoc doubts; If any remain I'll drop a mail
>> on ML. The bi-weekly updates and blogging will continue.
>>
>
> Sounds good.  I look forward to that.
>
> BTW, I give this advice to every student of mine, but if you haven't read
> "Effective C++" by Scott Meyers yet, I suggest you get a copy of it and
> treat it like a bible.  "Effective STL" by the same author is also equally
> valuable.  They do answer and explain so many good C++ best practices that
> we largely (try to) adopt in our code base. They are worth your bookshelf
> space.
>
>
> Kohei
>
> --
> Kohei Yoshida, LibreOffice Calc hacker, SUSE.
>
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 39/ca53381a03676402d3a8c27c05b8400888118e

2013-05-28 Thread Caolán McNamara
 39/ca53381a03676402d3a8c27c05b8400888118e |1 +
 1 file changed, 1 insertion(+)

New commits:
commit cf0d4cf7cf1bacc4be5f928a9458f2281e6700d7
Author: Caolán McNamara 
Date:   Tue May 28 17:05:10 2013 +0100

Notes added by 'git notes add'

diff --git a/39/ca53381a03676402d3a8c27c05b8400888118e 
b/39/ca53381a03676402d3a8c27c05b8400888118e
new file mode 100644
index 000..38b754c
--- /dev/null
+++ b/39/ca53381a03676402d3a8c27c05b8400888118e
@@ -0,0 +1 @@
+merged as: ec3fafa60efa8f4bec1ca53e5bbe0e7b2be61f54
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 60/4502e2a4b53f35aedbf0205598a9b691c0d532

2013-05-28 Thread Caolán McNamara
 60/4502e2a4b53f35aedbf0205598a9b691c0d532 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit ea30e269eae76d497dcb5d0a44b502505af92b63
Author: Caolán McNamara 
Date:   Tue May 28 17:04:49 2013 +0100

Notes added by 'git notes add'

diff --git a/60/4502e2a4b53f35aedbf0205598a9b691c0d532 
b/60/4502e2a4b53f35aedbf0205598a9b691c0d532
new file mode 100644
index 000..86818f2
--- /dev/null
+++ b/60/4502e2a4b53f35aedbf0205598a9b691c0d532
@@ -0,0 +1 @@
+merged as: 0143805a565418d2a114c16b7eeba3b784176d9e
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f6/8dfc2cc8754d9cf72ae1b09f119e683ad44124

2013-05-28 Thread Caolán McNamara
 f6/8dfc2cc8754d9cf72ae1b09f119e683ad44124 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7ff03e13ef31d1ffa2f90abbdb40fe2c15288e8a
Author: Caolán McNamara 
Date:   Tue May 28 17:04:28 2013 +0100

Notes added by 'git notes add'

diff --git a/f6/8dfc2cc8754d9cf72ae1b09f119e683ad44124 
b/f6/8dfc2cc8754d9cf72ae1b09f119e683ad44124
new file mode 100644
index 000..c8201cc
--- /dev/null
+++ b/f6/8dfc2cc8754d9cf72ae1b09f119e683ad44124
@@ -0,0 +1 @@
+merged as: 21747cae6ad12ec6566e6dd9a06f3c268c72404d
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 08/159967126946849906827ceadd802053d132c0

2013-05-28 Thread Caolán McNamara
 08/159967126946849906827ceadd802053d132c0 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5366159055b2a7f9ce6cf21c7fe01bb8e166d085
Author: Caolán McNamara 
Date:   Tue May 28 17:04:10 2013 +0100

Notes added by 'git notes add'

diff --git a/08/159967126946849906827ceadd802053d132c0 
b/08/159967126946849906827ceadd802053d132c0
new file mode 100644
index 000..c8201cc
--- /dev/null
+++ b/08/159967126946849906827ceadd802053d132c0
@@ -0,0 +1 @@
+merged as: 21747cae6ad12ec6566e6dd9a06f3c268c72404d
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 76/f5fa8ed67bfcd162de49a74b2f4484935d55b2

2013-05-28 Thread Caolán McNamara
 76/f5fa8ed67bfcd162de49a74b2f4484935d55b2 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit e081f92f48b6dfe57a40d5ad353ba8e32bc7a73b
Author: Caolán McNamara 
Date:   Tue May 28 17:03:51 2013 +0100

Notes added by 'git notes add'

diff --git a/76/f5fa8ed67bfcd162de49a74b2f4484935d55b2 
b/76/f5fa8ed67bfcd162de49a74b2f4484935d55b2
new file mode 100644
index 000..d373add
--- /dev/null
+++ b/76/f5fa8ed67bfcd162de49a74b2f4484935d55b2
@@ -0,0 +1 @@
+merged as: 0a5fda73e82b7c47db2612954f061f9ab2824de8
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 5 commits - configure.ac include/sfx2 include/svx officecfg/registry sc/source sd/source sfx2/source solenv/bin svx/source

2013-05-28 Thread Ariel Constenla-Haile
 configure.ac |   
17 +-
 include/sfx2/shell.hxx   |   
15 +
 include/sfx2/sidebar/EnumContext.hxx |
1 
 include/svx/sidebar/SelectionAnalyzer.hxx|   
16 +-
 include/svx/sidebar/SelectionChangeHandler.hxx   |
4 
 officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu |   
12 -
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |
3 
 sc/source/ui/drawfunc/drawsh2.cxx|   
26 ++-
 sc/source/ui/inc/drawsh.hxx  |
4 
 sd/source/ui/inc/DrawViewShell.hxx   |
5 
 sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx  |   
18 --
 sd/source/ui/view/drviews1.cxx   |   
12 -
 sd/source/ui/view/drviewsa.cxx   |   
36 ++--
 sd/source/ui/view/outlnvsh.cxx   |
2 
 sd/source/ui/view/viewshel.cxx   |
2 
 sfx2/source/control/shell.cxx|   
25 +--
 sfx2/source/sidebar/EnumContext.cxx  |
8 +
 solenv/bin/msg_filter|   
78 --
 svx/source/sidebar/SelectionAnalyzer.cxx |   
54 --
 svx/source/sidebar/SelectionChangeHandler.cxx|
5 
 svx/source/sidebar/text/TextPropertyPanel.cxx|   
37 
 svx/source/sidebar/text/TextPropertyPanel.hxx|
9 +
 22 files changed, 206 insertions(+), 183 deletions(-)

New commits:
commit 0a5fda73e82b7c47db2612954f061f9ab2824de8
Author: Ariel Constenla-Haile 
Date:   Sun May 26 17:38:27 2013 +

Remove icon property from commands without icon

(cherry picked from commit 76f5fa8ed67bfcd162de49a74b2f4484935d55b2)

Conflicts:
officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu

Change-Id: I72d3f6ae382793943084235a8e8112bba509e694

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
index a1fef54..824eb62 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -1236,33 +1236,21 @@
 
   Picture Placeholders
 
-
-  1
-
   
   
 
   Contour Mode
 
-
-  1
-
   
   
 
   Text Placeholders
 
-
-  1
-
   
   
 
   Line Contour Only
 
-
-  1
-
   
   
 
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 1134e9e..46ed65a 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -2282,9 +2282,6 @@
 
   Stop Loading
 
-
-  1
-
   
   
 
commit aa4ceee5cc4fab5d55ba4cf7970a41df4e2d8ca7
Author: Caolán McNamara 
Date:   Tue May 28 16:39:49 2013 +0100

drop ludicrously old msg_filter foo

Change-Id: Ie53c9acd51a53fbb11f0735739edbf18551a620b

diff --git a/solenv/bin/msg_filter b/solenv/bin/msg_filter
deleted file mode 100755
index 2d59e16..000
--- a/solenv/bin/msg_filter
+++ /dev/null
@@ -1,78 +0,0 @@
-: # -*- perl -*-
-eval 'exec perl -wS $0 ${1+"$@"}'
-   if 0;
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-#   Licensed to the Apache Software Foundation (ASF) under one or more
-#   contributor license agreements. See the NOTICE file distributed
-#   with this work for additional information regarding copyright
-#   ownership. The ASF licenses this file to you under the Apache
-#   License, Version 2.0 (the "License"); you may not use this file
-#   except in compliance with the License. You may obtain a copy of
-#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-# This is a script to get rid of bogus error messages that are spit out

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 47/17a234b26c768d83bba35f09402c33488f85da 62/d255d91af52b734a24959a84b20d4cb232f270

2013-05-28 Thread Caolán McNamara
 47/17a234b26c768d83bba35f09402c33488f85da |1 +
 62/d255d91af52b734a24959a84b20d4cb232f270 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit c170492ab040a15988eb3c41870b86f781e40c29
Author: Caolán McNamara 
Date:   Tue May 28 16:44:24 2013 +0100

Notes added by 'git notes add'

diff --git a/47/17a234b26c768d83bba35f09402c33488f85da 
b/47/17a234b26c768d83bba35f09402c33488f85da
new file mode 100644
index 000..8e5c182
--- /dev/null
+++ b/47/17a234b26c768d83bba35f09402c33488f85da
@@ -0,0 +1 @@
+ignore: aoo
commit 722c66fd8b7d6e71d345ddd89fc6eb1dacd5d0ed
Author: Caolán McNamara 
Date:   Tue May 28 16:44:18 2013 +0100

Notes added by 'git notes add'

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


[Libreoffice-commits] core.git: configure.ac scp2/source

2013-05-28 Thread Andras Timar
 configure.ac |   52 ++-
 scp2/source/ooo/vc_redist.scp|   22 
 scp2/source/winexplorerext/file_winexplorerext.scp   |   44 
 scp2/source/winexplorerext/module_winexplorerext.scp |6 +-
 4 files changed, 66 insertions(+), 58 deletions(-)

New commits:
commit 6e9b9e61ee2e1aab7abfa6a6cf01c269b3f02cb8
Author: Andras Timar 
Date:   Tue May 28 08:38:48 2013 -0700

make 64-bit shell extensions work, put 64-bit VC runtime in the same dir

Unlike in case of msvcr90.dll, which went to WinSxS, msvcr100.dll is 
installed
to the "system32" folder. Windows installer automatically replaces it to
SysWOW64. The problem is that this way 64-bit dlls end up in the wrong 
directory.
They conflict with the 32-bit dlls, and will not be installed. Therefore
64-bit shell extensions will not work, unless the 64-bit VC runtime is
installed from other source. It is not possible to install both 32-bit and
64-bit VC Runtime with merge modules in case of VS 2010 and VS 2012.
For the 64-bit shell extensions, we can install the runtime dlls next to 
the files.

Change-Id: I157048a521662bbac568d1660e46576935f0ea9f

diff --git a/configure.ac b/configure.ac
index c5aeffb..dcff809 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4877,48 +4877,30 @@ find_msms()
 else
 AC_MSG_ERROR([Merge module Microsoft_VC90_CRT_x86_x64.msm not 
found])
 fi
-else
-if test -e $msmdir/Microsoft_VC${VCVER}_CRT_x64.msm; then
-msms="$msms Microsoft_VC${VCVER}_CRT_x64.msm"
-else
-AC_MSG_ERROR([Merge module Microsoft_VC${VCVER}_CRT_x64.msm 
not found])
-fi
 fi
 fi
 }
 
-find_msvc_dlls()
+find_msvc_x64_dlls()
 {
-if test "$CPUNAME" = "INTEL"; then
-vsarch=x86
-elif test $VCVER = 9; then
-vsarch=amd64
-else
-vsarch=x64
-fi
-
-msvcdllpath="$VC_PRODUCT_DIR/redist/$vsarch/Microsoft.VC${VCVER}.CRT"
-
MSVC_DEBUG_DLL_PATH="$VC_PRODUCT_DIR/redist/Debug_NonRedist/$vsarch/Microsoft.VC${VCVER}.DebugCRT"
-msvcdlls="msvcp${VCVER}.dll msvcr${VCVER}.dll"
-MSVC_DEBUG_DLLS="msvcp${VCVER}d.dll msvcr${VCVER}d.dll"
-if test "$VCVER" = "90"; then
-msvcdlls="$msvcdlls msvcm90.dll Microsoft.VC90.CRT.manifest"
-MSVC_DEBUG_DLLS="$MSVC_DEBUG_DLLS msvcm90d.dll 
Microsoft.VC90.DebugCRT.manifest"
-fi
-
-for dll in $msvcdlls; do
-if ! test -f "$msvcdllpath/$dll"; then
-AC_MSG_ERROR([can not find $dll in $msvcdllpath])
-fi
-done
-if test -n "$MSVC_USE_DEBUG_RUNTIME"; then
-for dll in $MSVC_DEBUG_DLLS; do
-if ! test -f "$MSVC_DEBUG_DLL_PATH/$dll"; then
-AC_MSG_ERROR([can not find $dll in $MSVC_DEBUG_DLL_PATH])
+if test "$VCVER" != "90"; then
+msvcdllpath="$VC_PRODUCT_DIR/redist/x64/Microsoft.VC${VCVER}.CRT"
+
MSVC_DEBUG_DLL_PATH="$VC_PRODUCT_DIR/redist/Debug_NonRedist/$vsarch/Microsoft.VC${VCVER}.DebugCRT"
+msvcdlls="msvcp${VCVER}.dll msvcr${VCVER}.dll"
+MSVC_DEBUG_DLLS="msvcp${VCVER}d.dll msvcr${VCVER}d.dll"
+for dll in $msvcdlls; do
+if ! test -f "$msvcdllpath/$dll"; then
+AC_MSG_ERROR([can not find $dll in $msvcdllpath])
 fi
 done
+if test -n "$MSVC_USE_DEBUG_RUNTIME"; then
+for dll in $MSVC_DEBUG_DLLS; do
+if ! test -f "$MSVC_DEBUG_DLL_PATH/$dll"; then
+AC_MSG_ERROR([can not find $dll in $MSVC_DEBUG_DLL_PATH])
+fi
+done
+fi
 fi
-
 }
 
 if test "$build_os" = "cygwin"; then
@@ -6086,7 +6068,7 @@ AC_SUBST([JITC_PROCESSOR_TYPE])
 
 # Misc Windows Stuff
 if test $_os = "WINNT" -a "$WITH_MINGW" != yes; then
-find_msvc_dlls
+find_msvc_x64_dlls
 find_msms
 MSVC_DLL_PATH="$msvcdllpath"
 MSVC_DLLS="$msvcdlls"
diff --git a/scp2/source/ooo/vc_redist.scp b/scp2/source/ooo/vc_redist.scp
index 283ba9c..82cd0d0 100644
--- a/scp2/source/ooo/vc_redist.scp
+++ b/scp2/source/ooo/vc_redist.scp
@@ -87,26 +87,4 @@ End
 
 #endif
 
-#if defined(WITH_VC100_REDIST)
-
-MergeModule gid_MergeModule_Microsoft_VC100_CRT_x64
-Feature = gm_Root;
-Name = "Microsoft_VC100_CRT_x64.msm";
-RootDir = "TARGETDIR";
-ComponentCondition = "(VC_REDIST=1) AND VersionNT64";
-End
-
-#endif
-
-#if defined(WITH_VC110_REDIST)
-
-MergeModule gid_MergeModule_Microsoft_VC110_CRT_x64
-Feature = gm_Root;
-Name = "Microsoft_VC110_CRT_x64.msm";
-RootDir = "TARGETDIR";
-ComponentCondition = "(VC_REDIST=1) AND VersionNT64";
-End
-
-#endif
-
 #endif
diff --git a/scp2/source/winexplorerext/file_winexplorerext.scp 
b/scp2/source/winexplorerext/file_winexplorerext.scp
index f2a2a89..ce8dc1c 100644
--- a/scp2/source/winexplorerext/file_winexplorerext.scp
+++ b/scp2/source/winexplorerext/file

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

2013-05-28 Thread Andras Timar
 configure.ac |   52 ++-
 scp2/source/ooo/vc_redist.scp|   22 
 scp2/source/winexplorerext/file_winexplorerext.scp   |   44 
 scp2/source/winexplorerext/module_winexplorerext.scp |6 +-
 4 files changed, 66 insertions(+), 58 deletions(-)

New commits:
commit 5c0a2940428c5c4b8451ee4e9ce30f0b7739f3c8
Author: Andras Timar 
Date:   Tue May 28 08:38:48 2013 -0700

make 64-bit shell extensions work, put 64-bit VC runtime in the same dir

Unlike in case of msvcr90.dll, which went to WinSxS, msvcr100.dll is 
installed
to the "system32" folder. Windows installer automatically replaces it to
SysWOW64. The problem is that this way 64-bit dlls end up in the wrong 
directory.
They conflict with the 32-bit dlls, and will not be installed. Therefore
64-bit shell extensions will not work, unless the 64-bit VC runtime is
installed from other source. It is not possible to install both 32-bit and
64-bit VC Runtime with merge modules in case of VS 2010 and VS 2012.
For the 64-bit shell extensions, we can install the runtime dlls next to 
the files.

Change-Id: I157048a521662bbac568d1660e46576935f0ea9f

diff --git a/configure.ac b/configure.ac
index 889d4e7..1818f2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4855,48 +4855,30 @@ find_msms()
 else
 AC_MSG_ERROR([Merge module Microsoft_VC90_CRT_x86_x64.msm not 
found])
 fi
-else
-if test -e $msmdir/Microsoft_VC${VCVER}_CRT_x64.msm; then
-msms="$msms Microsoft_VC${VCVER}_CRT_x64.msm"
-else
-AC_MSG_ERROR([Merge module Microsoft_VC${VCVER}_CRT_x64.msm 
not found])
-fi
 fi
 fi
 }
 
-find_msvc_dlls()
+find_msvc_x64_dlls()
 {
-if test "$CPUNAME" = "INTEL"; then
-vsarch=x86
-elif test $VCVER = 9; then
-vsarch=amd64
-else
-vsarch=x64
-fi
-
-msvcdllpath="$VC_PRODUCT_DIR/redist/$vsarch/Microsoft.VC${VCVER}.CRT"
-
MSVC_DEBUG_DLL_PATH="$VC_PRODUCT_DIR/redist/Debug_NonRedist/$vsarch/Microsoft.VC${VCVER}.DebugCRT"
-msvcdlls="msvcp${VCVER}.dll msvcr${VCVER}.dll"
-MSVC_DEBUG_DLLS="msvcp${VCVER}d.dll msvcr${VCVER}d.dll"
-if test "$VCVER" = "90"; then
-msvcdlls="$msvcdlls msvcm90.dll Microsoft.VC90.CRT.manifest"
-MSVC_DEBUG_DLLS="$MSVC_DEBUG_DLLS msvcm90d.dll 
Microsoft.VC90.DebugCRT.manifest"
-fi
-
-for dll in $msvcdlls; do
-if ! test -f "$msvcdllpath/$dll"; then
-AC_MSG_ERROR([can not find $dll in $msvcdllpath])
-fi
-done
-if test -n "$MSVC_USE_DEBUG_RUNTIME"; then
-for dll in $MSVC_DEBUG_DLLS; do
-if ! test -f "$MSVC_DEBUG_DLL_PATH/$dll"; then
-AC_MSG_ERROR([can not find $dll in $MSVC_DEBUG_DLL_PATH])
+if test "$VCVER" != "90"; then
+msvcdllpath="$VC_PRODUCT_DIR/redist/x64/Microsoft.VC${VCVER}.CRT"
+
MSVC_DEBUG_DLL_PATH="$VC_PRODUCT_DIR/redist/Debug_NonRedist/$vsarch/Microsoft.VC${VCVER}.DebugCRT"
+msvcdlls="msvcp${VCVER}.dll msvcr${VCVER}.dll"
+MSVC_DEBUG_DLLS="msvcp${VCVER}d.dll msvcr${VCVER}d.dll"
+for dll in $msvcdlls; do
+if ! test -f "$msvcdllpath/$dll"; then
+AC_MSG_ERROR([can not find $dll in $msvcdllpath])
 fi
 done
+if test -n "$MSVC_USE_DEBUG_RUNTIME"; then
+for dll in $MSVC_DEBUG_DLLS; do
+if ! test -f "$MSVC_DEBUG_DLL_PATH/$dll"; then
+AC_MSG_ERROR([can not find $dll in $MSVC_DEBUG_DLL_PATH])
+fi
+done
+fi
 fi
-
 }
 
 if test "$build_os" = "cygwin"; then
@@ -6056,7 +6038,7 @@ AC_SUBST([JITC_PROCESSOR_TYPE])
 
 # Misc Windows Stuff
 if test $_os = "WINNT" -a "$WITH_MINGW" != yes; then
-find_msvc_dlls
+find_msvc_x64_dlls
 find_msms
 MSVC_DLL_PATH="$msvcdllpath"
 MSVC_DLLS="$msvcdlls"
diff --git a/scp2/source/ooo/vc_redist.scp b/scp2/source/ooo/vc_redist.scp
index 283ba9c..82cd0d0 100644
--- a/scp2/source/ooo/vc_redist.scp
+++ b/scp2/source/ooo/vc_redist.scp
@@ -87,26 +87,4 @@ End
 
 #endif
 
-#if defined(WITH_VC100_REDIST)
-
-MergeModule gid_MergeModule_Microsoft_VC100_CRT_x64
-Feature = gm_Root;
-Name = "Microsoft_VC100_CRT_x64.msm";
-RootDir = "TARGETDIR";
-ComponentCondition = "(VC_REDIST=1) AND VersionNT64";
-End
-
-#endif
-
-#if defined(WITH_VC110_REDIST)
-
-MergeModule gid_MergeModule_Microsoft_VC110_CRT_x64
-Feature = gm_Root;
-Name = "Microsoft_VC110_CRT_x64.msm";
-RootDir = "TARGETDIR";
-ComponentCondition = "(VC_REDIST=1) AND VersionNT64";
-End
-
-#endif
-
 #endif
diff --git a/scp2/source/winexplorerext/file_winexplorerext.scp 
b/scp2/source/winexplorerext/file_winexplorerext.scp
index f2a2a89..ce8dc1c 100644
--- a/scp2/source/winexplorerext/file_winexplorerext.scp
+++ b/scp2/source/winexplorerext/file

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 54/06664926f5c86b20aa4f68c22611a852968d11

2013-05-28 Thread Caolán McNamara
 54/06664926f5c86b20aa4f68c22611a852968d11 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 45ec321ff89d4043896f87bd97026035ab29afd4
Author: Caolán McNamara 
Date:   Tue May 28 16:40:42 2013 +0100

Notes added by 'git notes add'

diff --git a/54/06664926f5c86b20aa4f68c22611a852968d11 
b/54/06664926f5c86b20aa4f68c22611a852968d11
new file mode 100644
index 000..b551529
--- /dev/null
+++ b/54/06664926f5c86b20aa4f68c22611a852968d11
@@ -0,0 +1 @@
+prefer: 7b6b71ce1403256aa5af3b95ec14ff7c6ccdc956
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Updates about Enhanced Database Ranges.

2013-05-28 Thread Kohei Yoshida

On 05/28/2013 11:09 AM, Akash Shetye wrote:

Hey Kohei,

Yes Markus spoke about the 3+ mentors available according to their 
convenience.  I am sending the mail for git access right away. I am 
very comfortable with Eastern time afternoons stretching up to early 
evenings. Markus especially has been very helpful with my doubts, I 
will keep the IRC my first point of contact for ad-hoc doubts; If any 
remain I'll drop a mail on ML. The bi-weekly updates and blogging will 
continue.


Sounds good.  I look forward to that.

BTW, I give this advice to every student of mine, but if you haven't 
read "Effective C++" by Scott Meyers yet, I suggest you get a copy of it 
and treat it like a bible.  "Effective STL" by the same author is also 
equally valuable.  They do answer and explain so many good C++ best 
practices that we largely (try to) adopt in our code base. They are 
worth your bookshelf space.


Kohei

--
Kohei Yoshida, LibreOffice Calc hacker, SUSE.

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


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - a2/859e37a3fc343541fd879d9a581d5cd0e65563

2013-05-28 Thread Caolán McNamara
 a2/859e37a3fc343541fd879d9a581d5cd0e65563 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 943cfe8bb2aa73b56e483ff55f2ed91b2a60cb51
Author: Caolán McNamara 
Date:   Tue May 28 16:36:02 2013 +0100

Notes added by 'git notes add'

diff --git a/a2/859e37a3fc343541fd879d9a581d5cd0e65563 
b/a2/859e37a3fc343541fd879d9a581d5cd0e65563
new file mode 100644
index 000..d7e558d
--- /dev/null
+++ b/a2/859e37a3fc343541fd879d9a581d5cd0e65563
@@ -0,0 +1 @@
+prefer: 3b65852f37f1c8daf8c5c0af1d810c68cc71d8e3
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 66/09cc4401c34c53dd4f4233b2031b599ee09df8

2013-05-28 Thread Caolán McNamara
 66/09cc4401c34c53dd4f4233b2031b599ee09df8 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1e5e8d5c79bd8fc9e2709a4e8f4e966bb714b3b3
Author: Caolán McNamara 
Date:   Tue May 28 16:34:03 2013 +0100

Notes added by 'git notes add'

diff --git a/66/09cc4401c34c53dd4f4233b2031b599ee09df8 
b/66/09cc4401c34c53dd4f4233b2031b599ee09df8
new file mode 100644
index 000..ed90a80
--- /dev/null
+++ b/66/09cc4401c34c53dd4f4233b2031b599ee09df8
@@ -0,0 +1 @@
+prefer: 93c24cc5b43fae266c99e7b058de3050c3a722fe
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 6c/ac4f8af5df4fe4d972a9fcef9b6ee4227a3ada

2013-05-28 Thread Caolán McNamara
 6c/ac4f8af5df4fe4d972a9fcef9b6ee4227a3ada |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3338bdebce15a9b436f1a0460b74b19f9a9ef2d3
Author: Caolán McNamara 
Date:   Tue May 28 16:31:50 2013 +0100

Notes added by 'git notes add'

diff --git a/6c/ac4f8af5df4fe4d972a9fcef9b6ee4227a3ada 
b/6c/ac4f8af5df4fe4d972a9fcef9b6ee4227a3ada
new file mode 100644
index 000..091f855
--- /dev/null
+++ b/6c/ac4f8af5df4fe4d972a9fcef9b6ee4227a3ada
@@ -0,0 +1 @@
+prefer: b14a690506b0786083714489099bc995a464df97
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 94/e218303cdf0fad2862de16bb97063064846059

2013-05-28 Thread Caolán McNamara
 94/e218303cdf0fad2862de16bb97063064846059 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 01158b0344017e251f58f7cec302f2be5f0d7adc
Author: Caolán McNamara 
Date:   Tue May 28 16:29:05 2013 +0100

Notes added by 'git notes add'

diff --git a/94/e218303cdf0fad2862de16bb97063064846059 
b/94/e218303cdf0fad2862de16bb97063064846059
new file mode 100644
index 000..9ff26bc
--- /dev/null
+++ b/94/e218303cdf0fad2862de16bb97063064846059
@@ -0,0 +1 @@
+prefer: 19232495c4985faf1423075bf8814e786da6ddcd
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 62/767e15a477277839649cdba55898b2302e3017

2013-05-28 Thread Caolán McNamara
 62/767e15a477277839649cdba55898b2302e3017 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit e0fa6b9c2a51b9177ff53ba324744542c4b68dab
Author: Caolán McNamara 
Date:   Tue May 28 16:28:05 2013 +0100

Notes added by 'git notes add'

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


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7b/ae0d96274fa1c57834281495f5710ef3343dc1

2013-05-28 Thread Caolán McNamara
 7b/ae0d96274fa1c57834281495f5710ef3343dc1 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 49fcfc2fa86494e5d23055352903b7b5b1dd24e7
Author: Caolán McNamara 
Date:   Tue May 28 16:27:02 2013 +0100

Notes added by 'git notes add'

diff --git a/7b/ae0d96274fa1c57834281495f5710ef3343dc1 
b/7b/ae0d96274fa1c57834281495f5710ef3343dc1
new file mode 100644
index 000..9e5cf2b
--- /dev/null
+++ b/7b/ae0d96274fa1c57834281495f5710ef3343dc1
@@ -0,0 +1 @@
+prefer: 49d1c0bd993579f0874fd8373a7e0dd7932a56f9
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - fd/7b9adac0907a2874686aa7387804ffe4bdcbd4

2013-05-28 Thread Caolán McNamara
 fd/7b9adac0907a2874686aa7387804ffe4bdcbd4 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 46d7d57c8e14a2b26495a7933b340a0d78100636
Author: Caolán McNamara 
Date:   Tue May 28 16:24:51 2013 +0100

Notes added by 'git notes add'

diff --git a/fd/7b9adac0907a2874686aa7387804ffe4bdcbd4 
b/fd/7b9adac0907a2874686aa7387804ffe4bdcbd4
new file mode 100644
index 000..9cd8b45
--- /dev/null
+++ b/fd/7b9adac0907a2874686aa7387804ffe4bdcbd4
@@ -0,0 +1 @@
+prefer: d824e51d4b83703bbabd68f34c34959919eddda2
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 1f/68b968b8cb93cbde556dcc3ed6c2a40b5242ff

2013-05-28 Thread Caolán McNamara
 1f/68b968b8cb93cbde556dcc3ed6c2a40b5242ff |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 34f6102d115a4f66fc0402b89aaac927a9f84ba2
Author: Caolán McNamara 
Date:   Tue May 28 16:22:46 2013 +0100

Notes added by 'git notes add'

diff --git a/1f/68b968b8cb93cbde556dcc3ed6c2a40b5242ff 
b/1f/68b968b8cb93cbde556dcc3ed6c2a40b5242ff
new file mode 100644
index 000..c90bc95
--- /dev/null
+++ b/1f/68b968b8cb93cbde556dcc3ed6c2a40b5242ff
@@ -0,0 +1 @@
+prefer: 134458aa8d8bb49d3ef77c89eac7fdf505623985
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - reportdesign/inc reportdesign/source svx/inc svx/source

2013-05-28 Thread David Tardon
 reportdesign/inc/RptObject.hxx |6 ++
 reportdesign/source/core/sdr/RptObject.cxx |   24 
 svx/inc/svx/svdobj.hxx |   10 ++
 svx/source/svdraw/svdobj.cxx   |   19 ++-
 svx/source/unodraw/unopage.cxx |   14 --
 5 files changed, 70 insertions(+), 3 deletions(-)

New commits:
commit f678e50744a70035f6d4f91f762c8fdbf4aa62d8
Author: David Tardon 
Date:   Thu May 16 15:27:08 2013 +0200

fdo#64279, bnc#821586 do not crash opening report for editing

There are two problems:

1) The classes derived from SdrObject cache their SvxShape, but do not
   implement impl_setUnoShape().

2) There is a lifetime issue in association of a SdrObject and its
   SvxShape. SvxDrawPage::CreateSdrObject not only creates a new SdrObject
   for a shape, but also inserts it into the page. At this point, the shape
   has not been attached to the object yet. That means that the object
   creates another shape at one point during the InsertObject call,
   which is then destroyed again. But reportdesign shapes own their
   objects, which means that destuction of the shape causes destruction
   of the object too...

   My first idea was to disable the insertion in
   SvxDrawPage::CreateSdrObject, but it has been there since the dawn of
   time, so I did not gather the courage to do that. Instead, I put in a
   hack to allow to skip the insertion.

Change-Id: I888a54067be1934578434d8b476a13a7ff8d02b3
(cherry picked from commit 02d03eb4ad6e64744659c5fe04282b25b66c28d8)

Signed-off-by: David Tardon 

Conflicts:
include/svx/svdobj.hxx

Change-Id: I36406f399092c2c85278633d2ee7c953fc76f1bc
Reviewed-on: https://gerrit.libreoffice.org/4071
Reviewed-by: Petr Mladek 
Tested-by: Petr Mladek 

diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx
index 7a11c4e..25508bf 100644
--- a/reportdesign/inc/RptObject.hxx
+++ b/reportdesign/inc/RptObject.hxx
@@ -169,6 +169,9 @@ public:
 virtual ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface > getUnoShape();
 virtual sal_uInt16 GetObjIdentifier() const;
 virtual sal_uInt32 GetObjInventor() const;
+
+private:
+virtual void impl_setUnoShape( const ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface >& rxUnoShape );
 };
 
 //
@@ -182,6 +185,8 @@ class REPORTDESIGN_DLLPUBLIC OOle2Obj: public SdrOle2Obj , 
public OObjectBase
 sal_uInt16 m_nType;
 boolm_bOnlyOnce;
 void impl_createDataProvider_nothrow( const 
::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel>& _xModel);
+virtual void impl_setUnoShape( const ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface >& rxUnoShape );
+
 public:
 static OOle2Obj* Create( const ::com::sun::star::uno::Reference< 
::com::sun::star::report::XReportComponent>& _xComponent,sal_uInt16 _nType )
 {
@@ -271,6 +276,7 @@ public:
 OUnoObject& operator=(const OUnoObject& rObj);
 
 private:
+virtual void impl_setUnoShape( const ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface >& rxUnoShape );
 voidimpl_setReportComponent_nothrow();
 voidimpl_initializeModel_nothrow();
 };
diff --git a/reportdesign/source/core/sdr/RptObject.cxx 
b/reportdesign/source/core/sdr/RptObject.cxx
index 13fb18a..d6b20c7 100644
--- a/reportdesign/source/core/sdr/RptObject.cxx
+++ b/reportdesign/source/core/sdr/RptObject.cxx
@@ -166,6 +166,9 @@ SdrObject* OObjectBase::createObject(const uno::Reference< 
report::XReportCompon
 break;
 }
 
+if ( pNewObj )
+pNewObj->SetDoNotInsertIntoPageAutomatically( true );
+
 ensureSdrObjectOwnership( _xComponent );
 
 return pNewObj;
@@ -609,6 +612,13 @@ uno::Reference< uno::XInterface > 
OCustomShape::getUnoShape()
 return xShape;
 }
 
+void OCustomShape::impl_setUnoShape( const uno::Reference< uno::XInterface >& 
rxUnoShape )
+{
+SdrObjCustomShape::impl_setUnoShape( rxUnoShape );
+releaseUnoShape();
+m_xReportComponent.clear();
+}
+
 //
 //
 TYPEINIT1(OUnoObject, SdrUnoObj);
@@ -932,6 +942,12 @@ uno::Reference< uno::XInterface > OUnoObject::getUnoShape()
 return OObjectBase::getUnoShapeOf( *this );
 }
 
+void OUnoObject::impl_setUnoShape( const uno::Reference< uno::XInterface >& 
rxUnoShape )
+{
+SdrUnoObj::impl_setUnoShape( rxUnoShape );
+releaseUnoShape();
+}
+
 OUnoObject& OUnoObject::operator=(const OUnoObject& rObj)
 {
 if( this == &rObj )
@@ -1135,6 +1151,14 @@ uno::Reference< uno::XInterface > OOle2Obj::getUnoShape()
 }
 return xShape;
 }
+
+vo

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 5e/d6de1d9a29e061d115bca0805680d4ecd66518

2013-05-28 Thread Caolán McNamara
 5e/d6de1d9a29e061d115bca0805680d4ecd66518 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit b6ad752df871295ab1c5d4cf3454aeb8ec32a4c3
Author: Caolán McNamara 
Date:   Tue May 28 16:19:16 2013 +0100

Notes added by 'git notes add'

diff --git a/5e/d6de1d9a29e061d115bca0805680d4ecd66518 
b/5e/d6de1d9a29e061d115bca0805680d4ecd66518
new file mode 100644
index 000..f613017
--- /dev/null
+++ b/5e/d6de1d9a29e061d115bca0805680d4ecd66518
@@ -0,0 +1 @@
+prefer: 8a8b0a3b5f51273b8ba4f41439e0707416d777dd
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-05-28 Thread Petr Mladek
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 76461aa3e87d6d1c80e6c54477f8887df4d7401b
Author: Petr Mladek 
Date:   Tue May 28 17:17:16 2013 +0200

use the top of the libreoffice-4-0 branch again in translations

Change-Id: I8fedbd36102f7af5f518eb38bc963de3f38650e0

diff --git a/translations b/translations
index 5fa09e3..13c3505 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 5fa09e332f9da678821eaf7bf39d92cb4e96b36c
+Subproject commit 13c35052f95c82d80f0751d80c4b9c03f488b5de
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 24/e288fb170c7558580877ab632395d7accbb0f7

2013-05-28 Thread Caolán McNamara
 24/e288fb170c7558580877ab632395d7accbb0f7 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit fa2b33e4b54cd74f99fe472384e03905ceeded55
Author: Caolán McNamara 
Date:   Tue May 28 16:18:22 2013 +0100

Notes added by 'git notes add'

diff --git a/24/e288fb170c7558580877ab632395d7accbb0f7 
b/24/e288fb170c7558580877ab632395d7accbb0f7
new file mode 100644
index 000..0d12c93
--- /dev/null
+++ b/24/e288fb170c7558580877ab632395d7accbb0f7
@@ -0,0 +1 @@
+prefer: 77d3777c8934171a9557a96872d020cf12443fb9
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PUSHED libreoffice-4-0] fdo#64279 do not crash opening report for editing

2013-05-28 Thread Petr Mladek (via Code Review)
Hi,

Thank you for your patch!  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/4071

Approvals:
  Petr Mladek: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I36406f399092c2c85278633d2ee7c953fc76f1bc
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: David Tardon 
Gerrit-Reviewer: Petr Mladek 

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


[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - reportdesign/inc reportdesign/source svx/inc svx/source translations

2013-05-28 Thread David Tardon
 reportdesign/inc/RptObject.hxx |6 ++
 reportdesign/source/core/sdr/RptObject.cxx |   24 
 svx/inc/svx/svdobj.hxx |   10 ++
 svx/source/svdraw/svdobj.cxx   |   19 ++-
 svx/source/unodraw/unopage.cxx |   14 --
 translations   |2 +-
 6 files changed, 71 insertions(+), 4 deletions(-)

New commits:
commit 7096efde95732b613dfa76df61a343b96ec6f979
Author: David Tardon 
Date:   Thu May 16 15:27:08 2013 +0200

fdo#64279 do not crash opening report for editing

There are two problems:

1) The classes derived from SdrObject cache their SvxShape, but do not
   implement impl_setUnoShape().

2) There is a lifetime issue in association of a SdrObject and its
   SvxShape. SvxDrawPage::CreateSdrObject not only creates a new SdrObject
   for a shape, but also inserts it into the page. At this point, the shape
   has not been attached to the object yet. That means that the object
   creates another shape at one point during the InsertObject call,
   which is then destroyed again. But reportdesign shapes own their
   objects, which means that destuction of the shape causes destruction
   of the object too...

   My first idea was to disable the insertion in
   SvxDrawPage::CreateSdrObject, but it has been there since the dawn of
   time, so I did not gather the courage to do that. Instead, I put in a
   hack to allow to skip the insertion.

Change-Id: I888a54067be1934578434d8b476a13a7ff8d02b3
(cherry picked from commit 02d03eb4ad6e64744659c5fe04282b25b66c28d8)

Signed-off-by: David Tardon 

Conflicts:
include/svx/svdobj.hxx

Change-Id: I36406f399092c2c85278633d2ee7c953fc76f1bc
Reviewed-on: https://gerrit.libreoffice.org/4071
Reviewed-by: Petr Mladek 
Tested-by: Petr Mladek 

diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx
index 7a11c4e..25508bf 100644
--- a/reportdesign/inc/RptObject.hxx
+++ b/reportdesign/inc/RptObject.hxx
@@ -169,6 +169,9 @@ public:
 virtual ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface > getUnoShape();
 virtual sal_uInt16 GetObjIdentifier() const;
 virtual sal_uInt32 GetObjInventor() const;
+
+private:
+virtual void impl_setUnoShape( const ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface >& rxUnoShape );
 };
 
 //
@@ -182,6 +185,8 @@ class REPORTDESIGN_DLLPUBLIC OOle2Obj: public SdrOle2Obj , 
public OObjectBase
 sal_uInt16 m_nType;
 boolm_bOnlyOnce;
 void impl_createDataProvider_nothrow( const 
::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel>& _xModel);
+virtual void impl_setUnoShape( const ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface >& rxUnoShape );
+
 public:
 static OOle2Obj* Create( const ::com::sun::star::uno::Reference< 
::com::sun::star::report::XReportComponent>& _xComponent,sal_uInt16 _nType )
 {
@@ -271,6 +276,7 @@ public:
 OUnoObject& operator=(const OUnoObject& rObj);
 
 private:
+virtual void impl_setUnoShape( const ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface >& rxUnoShape );
 voidimpl_setReportComponent_nothrow();
 voidimpl_initializeModel_nothrow();
 };
diff --git a/reportdesign/source/core/sdr/RptObject.cxx 
b/reportdesign/source/core/sdr/RptObject.cxx
index 13fb18a..d6b20c7 100644
--- a/reportdesign/source/core/sdr/RptObject.cxx
+++ b/reportdesign/source/core/sdr/RptObject.cxx
@@ -166,6 +166,9 @@ SdrObject* OObjectBase::createObject(const uno::Reference< 
report::XReportCompon
 break;
 }
 
+if ( pNewObj )
+pNewObj->SetDoNotInsertIntoPageAutomatically( true );
+
 ensureSdrObjectOwnership( _xComponent );
 
 return pNewObj;
@@ -609,6 +612,13 @@ uno::Reference< uno::XInterface > 
OCustomShape::getUnoShape()
 return xShape;
 }
 
+void OCustomShape::impl_setUnoShape( const uno::Reference< uno::XInterface >& 
rxUnoShape )
+{
+SdrObjCustomShape::impl_setUnoShape( rxUnoShape );
+releaseUnoShape();
+m_xReportComponent.clear();
+}
+
 //
 //
 TYPEINIT1(OUnoObject, SdrUnoObj);
@@ -932,6 +942,12 @@ uno::Reference< uno::XInterface > OUnoObject::getUnoShape()
 return OObjectBase::getUnoShapeOf( *this );
 }
 
+void OUnoObject::impl_setUnoShape( const uno::Reference< uno::XInterface >& 
rxUnoShape )
+{
+SdrUnoObj::impl_setUnoShape( rxUnoShape );
+releaseUnoShape();
+}
+
 OUnoObject& OUnoObject::operator=(const OUnoObject& rObj)
 {
 if( this == &rObj )
@@ -1135,6 +1151,14 @@ uno::Reference< uno::XInterface > OOle2Obj::getUnoS

Re: Updates about Enhanced Database Ranges.

2013-05-28 Thread Akash Shetye
Hey Kohei,

Yes Markus spoke about the 3+ mentors available according to their
convenience.  I am sending the mail for git access right away. I am very
comfortable with Eastern time afternoons stretching up to early evenings.
Markus especially has been very helpful with my doubts, I will keep the IRC
my first point of contact for ad-hoc doubts; If any remain I'll drop a mail
on ML. The bi-weekly updates and blogging will continue.


On Tue, May 28, 2013 at 7:45 PM, Kohei Yoshida wrote:

> On 05/28/2013 09:48 AM, Akash Shetye wrote:
>
>> Hey Cedric,
>>
>> Thanks for the welcome. I will enjoy hacking LO Calc for sure.
>>
>> May be on of the first things for both of you will to find some
>> time in
>> the day where you can meet... the TimeZone difference between you
>> two is
>> pretty important.
>>
>> In conversation with kohei on the ML, he said is available for a chat in
>> the evenings of US Eastern time. Yes, that time difference is huge.
>> Resolving this right away is great idea, I think I can do Eastern time
>> afternoons since I stay up late usually.
>>
> Yeah. I think the best possibility would be to talk in my early afternoon
> hours.  Also, Markus and Eike will be co-mentoring on this task with me,
> and they are located in European standard time. When I'm not around, you
> can talk with them (though Eike is away at the moment).
>
> Anyway, as Markus and Cedric have suggested, your initial task will be to
> work on the administrative side of things.  For you, the only thing is to
> get direct push access (as Cedric said).  I'll create a feature branch for
> you to use in the mean time.
>
> Kohei
>
> --
> Kohei Yoshida, LibreOffice Calc hacker, SUSE.
>
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 68/e5157012bc54ad4ce9bcd644cc163d5662ff67

2013-05-28 Thread Caolán McNamara
 68/e5157012bc54ad4ce9bcd644cc163d5662ff67 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit eb9bd35b1b3777eede3201a421dcae88b83d9a31
Author: Caolán McNamara 
Date:   Tue May 28 15:57:03 2013 +0100

Notes added by 'git notes add'

diff --git a/68/e5157012bc54ad4ce9bcd644cc163d5662ff67 
b/68/e5157012bc54ad4ce9bcd644cc163d5662ff67
new file mode 100644
index 000..18ab578
--- /dev/null
+++ b/68/e5157012bc54ad4ce9bcd644cc163d5662ff67
@@ -0,0 +1 @@
+merged as: 4f298ece2f48d4a632ea50e0f287192f619cb586
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

Björn Michaelsen  changed:

   What|Removed |Added

 Depends on||65082

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


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 0b/bde4414badfd40234de4a4c9f750194f5d1d5e

2013-05-28 Thread Caolán McNamara
 0b/bde4414badfd40234de4a4c9f750194f5d1d5e |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 33c4e110f3902963568b043ca2183afb9a3e6c4d
Author: Caolán McNamara 
Date:   Tue May 28 15:58:58 2013 +0100

Notes added by 'git notes add'

diff --git a/0b/bde4414badfd40234de4a4c9f750194f5d1d5e 
b/0b/bde4414badfd40234de4a4c9f750194f5d1d5e
new file mode 100644
index 000..4c3e99b
--- /dev/null
+++ b/0b/bde4414badfd40234de4a4c9f750194f5d1d5e
@@ -0,0 +1 @@
+merged as: 12a4200e8ff7f045efcc7e9d15a24b15b248c437
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 56/8655083af7830e7b9edf56ef862ddf9a99003b

2013-05-28 Thread Caolán McNamara
 56/8655083af7830e7b9edf56ef862ddf9a99003b |1 +
 1 file changed, 1 insertion(+)

New commits:
commit f4a28824ec763854f7e10c9441fffd7d30ed94da
Author: Caolán McNamara 
Date:   Tue May 28 15:58:40 2013 +0100

Notes added by 'git notes add'

diff --git a/56/8655083af7830e7b9edf56ef862ddf9a99003b 
b/56/8655083af7830e7b9edf56ef862ddf9a99003b
new file mode 100644
index 000..4c3e99b
--- /dev/null
+++ b/56/8655083af7830e7b9edf56ef862ddf9a99003b
@@ -0,0 +1 @@
+merged as: 12a4200e8ff7f045efcc7e9d15a24b15b248c437
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - a0/96725779b210c7a2706e72596fd7c80e049fdd dd/d9492911585313faf1769f88323a8421bf93db

2013-05-28 Thread Caolán McNamara
 a0/96725779b210c7a2706e72596fd7c80e049fdd |1 +
 dd/d9492911585313faf1769f88323a8421bf93db |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 25fcb6e7f28fb68fe096eeffad39028983d84011
Author: Caolán McNamara 
Date:   Tue May 28 15:58:22 2013 +0100

Notes added by 'git notes add'

diff --git a/a0/96725779b210c7a2706e72596fd7c80e049fdd 
b/a0/96725779b210c7a2706e72596fd7c80e049fdd
new file mode 100644
index 000..4c3e99b
--- /dev/null
+++ b/a0/96725779b210c7a2706e72596fd7c80e049fdd
@@ -0,0 +1 @@
+merged as: 12a4200e8ff7f045efcc7e9d15a24b15b248c437
commit f9d3682de8a32808caf17877a6c36a5f0376cf17
Author: Caolán McNamara 
Date:   Tue May 28 15:58:10 2013 +0100

Notes added by 'git notes add'

diff --git a/dd/d9492911585313faf1769f88323a8421bf93db 
b/dd/d9492911585313faf1769f88323a8421bf93db
new file mode 100644
index 000..ae37888
--- /dev/null
+++ b/dd/d9492911585313faf1769f88323a8421bf93db
@@ -0,0 +1 @@
+merged as: 71e37a5c3886ff35d7240a9fb6b30aceec057782
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 47/2c175d1bb809db1dc997d9712d6ecb3fbe731c

2013-05-28 Thread Caolán McNamara
 47/2c175d1bb809db1dc997d9712d6ecb3fbe731c |1 +
 1 file changed, 1 insertion(+)

New commits:
commit ad86e05fecff4d15273cfcb0590748775aad5d2d
Author: Caolán McNamara 
Date:   Tue May 28 15:57:48 2013 +0100

Notes added by 'git notes add'

diff --git a/47/2c175d1bb809db1dc997d9712d6ecb3fbe731c 
b/47/2c175d1bb809db1dc997d9712d6ecb3fbe731c
new file mode 100644
index 000..3ecdbb8
--- /dev/null
+++ b/47/2c175d1bb809db1dc997d9712d6ecb3fbe731c
@@ -0,0 +1 @@
+merged as: c726a1b12c9fdc91f32e6bed4d6dbd1edf73f9f8
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 1c/02bb1bd719e7e0a47fdcc7463f8c9cd5bbb101 fb/2580f1c8ae0cd1418c257823dc2d735607655f

2013-05-28 Thread Caolán McNamara
 1c/02bb1bd719e7e0a47fdcc7463f8c9cd5bbb101 |1 +
 fb/2580f1c8ae0cd1418c257823dc2d735607655f |1 +
 2 files changed, 2 insertions(+)

New commits:
commit b2ed14848d0bdf94ed7ea4764ebb37ed9e6a6bf4
Author: Caolán McNamara 
Date:   Tue May 28 15:57:35 2013 +0100

Notes added by 'git notes add'

diff --git a/fb/2580f1c8ae0cd1418c257823dc2d735607655f 
b/fb/2580f1c8ae0cd1418c257823dc2d735607655f
new file mode 100644
index 000..b0a7e3d
--- /dev/null
+++ b/fb/2580f1c8ae0cd1418c257823dc2d735607655f
@@ -0,0 +1 @@
+merged as: d7b7c9fdfe63deec26c420efc3ff1fd73c21bb27
commit 63c6ea91e55e307925c3602e9b99071b13c9fca4
Author: Caolán McNamara 
Date:   Tue May 28 15:57:17 2013 +0100

Notes added by 'git notes add'

diff --git a/1c/02bb1bd719e7e0a47fdcc7463f8c9cd5bbb101 
b/1c/02bb1bd719e7e0a47fdcc7463f8c9cd5bbb101
new file mode 100644
index 000..c838886
--- /dev/null
+++ b/1c/02bb1bd719e7e0a47fdcc7463f8c9cd5bbb101
@@ -0,0 +1 @@
+merged as: 75326909e5ec58f1ff030af8b35d70dafd036bba
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 7 commits - editeng/source include/editeng include/svx sc/source sd/inc sd/source svx/Library_svxcore.mk svx/source sw/source

2013-05-28 Thread Armin Le Grand
 editeng/source/editeng/editeng.cxx   |6 +
 editeng/source/editeng/editundo.cxx  |   15 +++-
 editeng/source/editeng/impedit.hxx   |   34 +-
 editeng/source/outliner/outliner.cxx |   10 ++-
 include/editeng/editeng.hxx  |4 -
 include/editeng/editund2.hxx |6 +
 include/editeng/outliner.hxx |4 -
 include/svx/sdrundomanager.hxx   |   65 +++
 include/svx/svdedxv.hxx  |   14 +++-
 sc/source/core/data/document.cxx |7 +-
 sc/source/ui/inc/drawview.hxx|4 +
 sc/source/ui/view/drawview.cxx   |8 ++
 sd/inc/undo/undomanager.hxx  |   10 +--
 sd/source/core/undo/undomanager.cxx  |8 +-
 sd/source/ui/view/drviewse.cxx   |5 -
 svx/Library_svxcore.mk   |1 
 svx/source/svdraw/sdrundomanager.cxx |  116 +++
 svx/source/svdraw/svdedxv.cxx|  106 +++
 sw/source/core/draw/dview.cxx|   12 +++
 sw/source/core/inc/UndoManager.hxx   |6 -
 sw/source/core/inc/dview.hxx |4 +
 sw/source/core/undo/docundo.cxx  |  109 +++-
 22 files changed, 478 insertions(+), 76 deletions(-)

New commits:
commit 4f298ece2f48d4a632ea50e0f287192f619cb586
Author: Armin Le Grand 
Date:   Thu Sep 6 10:38:22 2012 +

Do not enable outliner when it was not before only for temporary undo 
disable

(cherry picked from commit 68e5157012bc54ad4ce9bcd644cc163d5662ff67)

Change-Id: I2cbdc2a228884dff8000206ced4a5d8930dd6339

diff --git a/editeng/source/outliner/outliner.cxx 
b/editeng/source/outliner/outliner.cxx
index 6e74e28..43e0b69 100644
--- a/editeng/source/outliner/outliner.cxx
+++ b/editeng/source/outliner/outliner.cxx
@@ -230,10 +230,11 @@ void Outliner::Init( sal_uInt16 nMode )
 
 pEditEngine->SetControlWord( nCtrl );
 
+const bool bWasUndoEnabled(IsUndoEnabled());
 EnableUndo(false);
 ImplInitDepth( 0, GetMinDepth(), sal_False );
 GetUndoManager().Clear();
-EnableUndo(true);
+EnableUndo(bWasUndoEnabled);
 }
 
 void Outliner::SetMaxDepth( sal_Int16 nDepth, sal_Bool bCheckParagraphs )
commit 75326909e5ec58f1ff030af8b35d70dafd036bba
Author: Armin Le Grand 
Date:   Fri Aug 10 13:33:02 2012 +

Related: #i120515# do not create undo action when in Init()

(cherry picked from commit 1c02bb1bd719e7e0a47fdcc7463f8c9cd5bbb101)

Change-Id: I57cbc1a19f18d71a27fb87086375b22755443675

diff --git a/editeng/source/outliner/outliner.cxx 
b/editeng/source/outliner/outliner.cxx
index c5fe66c..6e74e28 100644
--- a/editeng/source/outliner/outliner.cxx
+++ b/editeng/source/outliner/outliner.cxx
@@ -230,9 +230,10 @@ void Outliner::Init( sal_uInt16 nMode )
 
 pEditEngine->SetControlWord( nCtrl );
 
+EnableUndo(false);
 ImplInitDepth( 0, GetMinDepth(), sal_False );
-
 GetUndoManager().Clear();
+EnableUndo(true);
 }
 
 void Outliner::SetMaxDepth( sal_Int16 nDepth, sal_Bool bCheckParagraphs )
commit d7b7c9fdfe63deec26c420efc3ff1fd73c21bb27
Author: Armin Le Grand 
Date:   Fri Aug 10 13:30:31 2012 +

Resolves: #i120515# Implemented and finetuned the enhanced Undo feature

(see #i120498#) for sw

(cherry picked from commit fb2580f1c8ae0cd1418c257823dc2d735607655f)

Conflicts:
sw/source/core/draw/dview.cxx
sw/source/core/inc/UndoManager.hxx
sw/source/core/undo/docundo.cxx

Change-Id: I9970377d66f1104448a2ee7e4fb1cf82bf559cd8

diff --git a/sw/source/core/draw/dview.cxx b/sw/source/core/draw/dview.cxx
index 6cbd572..3d5f69d 100644
--- a/sw/source/core/draw/dview.cxx
+++ b/sw/source/core/draw/dview.cxx
@@ -22,6 +22,9 @@
 #include 
 #include 
 #include 
+#include 
+#include 
+#include 
 
 #include "swtypes.hxx"
 #include "pagefrm.hxx"
@@ -53,6 +56,7 @@
 // #i28701#
 #include 
 #include 
+#include 
 
 using namespace com::sun::star;
 
@@ -952,4 +956,12 @@ void SwDrawView::DeleteMarked()
 pTmpRoot->EndAllAction();   //swmod 080218
 }
 
+// support enhanced text edit for draw objects
+SdrUndoManager* SwDrawView::getSdrUndoManagerForEnhancedTextEdit() const
+{
+SwDoc* pDoc = Imp().GetShell()->GetDoc();
+
+return pDoc ? dynamic_cast< SdrUndoManager* >(&(pDoc->GetUndoManager())) : 
0;
+}
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/inc/UndoManager.hxx 
b/sw/source/core/inc/UndoManager.hxx
index 14696b3..0db1826 100644
--- a/sw/source/core/inc/UndoManager.hxx
+++ b/sw/source/core/inc/UndoManager.hxx
@@ -22,7 +22,7 @@
 
 #include 
 #include 
-#include 
+#include 
 
 class IDocumentDrawModelAccess;
 class IDocumentRedlineAccess;
@@ -32,7 +32,7 @@ namespace sw {
 
 class UndoManager
 : public IDocumentUndoRedo
-, public SfxUndoManager
+, public SdrUndoManager
 {
 public:
 UndoManager(::std::auto_ptr pUndoNodes,
@@ -102,7 +102,7 @@ private:
 bool impl_DoUndoRedo(UndoOrRedo_t const undoOrRedo);
 
 // UGLY: shou

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

2013-05-28 Thread Andras Timar
 officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu |   28 
+-
 1 file changed, 14 insertions(+), 14 deletions(-)

New commits:
commit d93c8739e899f15eadc6e348b41be07253bd0357
Author: Andras Timar 
Date:   Tue May 28 16:49:01 2013 +0200

do not localize whitespace-only strings

Change-Id: Ie13a80afd0df6972488b8e7f8629a1c4bc840afb

diff --git a/officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu 
b/officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu
index 5c303fe..29825fc 100644
--- a/officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu
@@ -775,10 +775,10 @@
 
 
   
- 
+ 
   
   
- 
+ 
   
 
 
@@ -799,10 +799,10 @@
 
 
   
- 
+ 
   
   
- 
+ 
   
 
 
@@ -823,10 +823,10 @@
 
 
   
- 
+ 
   
   
- 
+ 
   
 
 
@@ -847,10 +847,10 @@
 
 
   
- 
+ 
   
   
- 
+ 
   
 
 
@@ -863,10 +863,10 @@
 
 
   
- 
+ 
   
   
- 
+ 
   
 
 
@@ -879,10 +879,10 @@
 
 
   
- 
+ 
   
   
- 
+ 
   
 
 
@@ -911,10 +911,10 @@
 
 
   
- 
+ 
   
   
- 
+ 
   
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - officecfg/registry

2013-05-28 Thread Andras Timar
 officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu |   28 
+-
 1 file changed, 14 insertions(+), 14 deletions(-)

New commits:
commit b55ad00ec1d672808a0eaa92738d05ffbdaf21c9
Author: Andras Timar 
Date:   Tue May 28 16:49:01 2013 +0200

do not localize whitespace-only strings

Change-Id: Ie13a80afd0df6972488b8e7f8629a1c4bc840afb

diff --git a/officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu 
b/officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu
index 5c303fe..29825fc 100644
--- a/officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu
@@ -775,10 +775,10 @@
 
 
   
- 
+ 
   
   
- 
+ 
   
 
 
@@ -799,10 +799,10 @@
 
 
   
- 
+ 
   
   
- 
+ 
   
 
 
@@ -823,10 +823,10 @@
 
 
   
- 
+ 
   
   
- 
+ 
   
 
 
@@ -847,10 +847,10 @@
 
 
   
- 
+ 
   
   
- 
+ 
   
 
 
@@ -863,10 +863,10 @@
 
 
   
- 
+ 
   
   
- 
+ 
   
 
 
@@ -879,10 +879,10 @@
 
 
   
- 
+ 
   
   
- 
+ 
   
 
 
@@ -911,10 +911,10 @@
 
 
   
- 
+ 
   
   
- 
+ 
   
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'feature/cmis'

2013-05-28 Thread Stephan Bergmann
New branch 'feature/cmis' available with the following commits:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PATCH] Clean zoom redundances in Math and fix fdo#55929

2013-05-28 Thread Rodolfo Ribeiro Gomes (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/4076

To pull it, you can do:

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

Clean zoom redundances in Math and fix fdo#55929

Zoom can be handled by sfx2 in many ways:
- 50%, 75%, 100%, 150%, 200%
- Optimal view (fit in window)
- Entire page
- Page width

The math module was doing the first two by itself. Remove it.

Strange enough, state methods for  zoom interface definitions on
sfx2's appslots.sdi were needed. I thought 'Container' property
in sfx.sdi should do the job. It seems to do nothing, though.
(The zoom should be disabled only if the object is an OLE/Container).

The Help-Ids from pop-up menu in Math/Formula were kept, because
they doesn't exist in sfx2.

Change-Id: Ie1ae413780551b34aa36b338f9a9df79a198319c
---
M officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
M sfx2/sdi/appslots.sdi
M sfx2/source/appl/appserv.cxx
M starmath/inc/starmath.hrc
M starmath/qa/cppunit/test_starmath.cxx
M starmath/sdi/smath.sdi
M starmath/sdi/smslots.sdi
M starmath/source/smres.src
M starmath/source/view.cxx
M starmath/uiconfig/smath/toolbar/toolbar.xml
10 files changed, 35 insertions(+), 190 deletions(-)



diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 74fbeeb..ee4c0fc 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1768,7 +1768,7 @@
   
   
 
-  Optimal
+  Optimal view
 
 
   1
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi
index aa1da36..320a75e 100644
--- a/sfx2/sdi/appslots.sdi
+++ b/sfx2/sdi/appslots.sdi
@@ -182,34 +182,42 @@
 SID_ZOOM_ENTIRE_PAGE
 [
 ExecMethod = MiscExec_Impl ;
+StateMethod = MiscState_Impl ;
 ]
 SID_ZOOM_OPTIMAL
 [
 ExecMethod = MiscExec_Impl ;
+StateMethod = MiscState_Impl ;
 ]
 SID_ZOOM_PAGE_WIDTH
 [
 ExecMethod = MiscExec_Impl ;
+StateMethod = MiscState_Impl ;
 ]
 SID_ZOOM_50_PERCENT
 [
 ExecMethod = MiscExec_Impl ;
+StateMethod = MiscState_Impl ;
 ]
 SID_ZOOM_75_PERCENT
 [
 ExecMethod = MiscExec_Impl ;
+StateMethod = MiscState_Impl ;
 ]
 SID_ZOOM_100_PERCENT
 [
 ExecMethod = MiscExec_Impl ;
+StateMethod = MiscState_Impl ;
 ]
 SID_ZOOM_150_PERCENT
 [
 ExecMethod = MiscExec_Impl ;
+StateMethod = MiscState_Impl ;
 ]
 SID_ZOOM_200_PERCENT
 [
 ExecMethod = MiscExec_Impl ;
+StateMethod = MiscState_Impl ;
 ]
 SID_HELP_TUTORIALS
 [
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 80a380f..825125d 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -827,6 +827,22 @@
 }
 break;
 
+case SID_ZOOM_50_PERCENT:
+case SID_ZOOM_75_PERCENT:
+case SID_ZOOM_100_PERCENT:
+case SID_ZOOM_150_PERCENT:
+case SID_ZOOM_200_PERCENT:
+case SID_ZOOM_OPTIMAL:
+case SID_ZOOM_ENTIRE_PAGE:
+case SID_ZOOM_PAGE_WIDTH:
+{
+const SfxPoolItem *pItem;
+SfxItemState aState = 
SfxViewFrame::Current()->GetDispatcher()->QueryState(SID_ATTR_ZOOM, pItem);
+if ( aState == SFX_ITEM_DISABLED )
+rSet.DisableItem( nWhich );
+}
+break;
+
 default:
 break;
 }
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc
index 7cb9f4f..1ea7aa5 100644
--- a/starmath/inc/starmath.hrc
+++ b/starmath/inc/starmath.hrc
@@ -31,13 +31,9 @@
 #define SID_PREVMARK(SID_SMA_START + 4)
 #define SID_SYMBOLS_CATALOGUE   (SID_SMA_START + 5)
 #define SID_PREFERENCES (SID_SMA_START + 6)
-#define SID_VIEW050 (SID_SMA_START + 7)
-#define SID_VIEW100 (SID_SMA_START + 8)
-#define SID_VIEW200 (SID_SMA_START + 9)
 #define SID_ZOOMIN  (SID_SMA_START + 10)
 #define SID_ZOOMOUT (SID_SMA_START + 11)
 #define SID_DRAW(SID_SMA_START + 12)
-#define SID_ADJUST  (SID_SMA_START + 13)
 #define SID_TOOLBOX (SID_SMA_START + 14)
 #define SID_FORMULACURSOR   (SID_SMA_START + 15)
 #define SID_FONT(SID_SMA_START + 50)
@@ -51,7 +47,6 @@
 #define SID_IMPORT_FORMULA  (SID_SMA_START + 58)
 #define SID_TEXT(SID_SMA_START + 100)
 #define SID_GAPHIC_SM   (SID_SMA_START + 101)
-#define 

[Libreoffice-commits] core.git: Changes to 'feature/gsoc-calc-enhanced-db-range'

2013-05-28 Thread Andrzej J . R . Hunt
New branch 'feature/gsoc-calc-enhanced-db-range' available with the following 
commits:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'feature/gsoc-calc-enhanced-db-range' - 0 commits -

2013-05-28 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'feature/gsoc-calc-enhanced-db-range'

2013-05-28 Thread Andras Timar
New branch 'feature/gsoc-calc-enhanced-db-range' available with the following 
commits:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[PUSHED] fdo#64451 Add "Find All" to the Find bar.

2013-05-28 Thread Jan Holesovsky (via Code Review)
Hi,

Thank you for your patch!  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/4016

Approvals:
  Jan Holesovsky: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7a5f2881d2aa77f2d5c6c302c8eac1162b194bcf
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Andrzej J.R. Hunt 
Gerrit-Reviewer: Jan Holesovsky 

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


[Libreoffice-commits] core.git: basctl/uiconfig officecfg/registry sc/uiconfig sd/uiconfig svx/inc svx/source svx/util sw/uiconfig

2013-05-28 Thread Andrzej J . R . Hunt
 basctl/uiconfig/basicide/toolbar/findbar.xml |1 
 officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu  |   11 
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |5 
 sc/uiconfig/scalc/toolbar/findbar.xml|1 
 sd/uiconfig/sdraw/toolbar/findbar.xml|1 
 sd/uiconfig/simpress/toolbar/findbar.xml |1 
 svx/inc/tbunosearchcontrollers.hxx   |   38 +++
 svx/source/tbxctrls/tbunosearchcontrollers.cxx   |  120 
+-
 svx/source/unodraw/unoctabl.cxx  |7 
 svx/util/svx.component   |3 
 sw/uiconfig/sglobal/toolbar/findbar.xml  |1 
 sw/uiconfig/sweb/toolbar/findbar.xml |1 
 sw/uiconfig/swriter/toolbar/findbar.xml  |1 
 sw/uiconfig/swxform/toolbar/findbar.xml  |1 
 14 files changed, 190 insertions(+), 2 deletions(-)

New commits:
commit e8352a90c2b6d9b20c71e3b2867169236bca13f5
Author: Andrzej J.R. Hunt 
Date:   Thu May 23 20:41:19 2013 +0100

fdo#64451 Add "Find All" to the Find bar.

Change-Id: I7a5f2881d2aa77f2d5c6c302c8eac1162b194bcf
Reviewed-on: https://gerrit.libreoffice.org/4016
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/basctl/uiconfig/basicide/toolbar/findbar.xml 
b/basctl/uiconfig/basicide/toolbar/findbar.xml
index 57aec06..a7cb693 100644
--- a/basctl/uiconfig/basicide/toolbar/findbar.xml
+++ b/basctl/uiconfig/basicide/toolbar/findbar.xml
@@ -22,6 +22,7 @@
   
   
   
+  
   
   
   
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
index 64fa7b0..c4961d8 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
@@ -440,6 +440,17 @@
   com.sun.star.svx.MatchCaseToolboxController
 
   
+  
+
+  .uno:FindAll
+
+
+  
+
+
+  com.sun.star.svx.FindAllToolboxController
+
+  
   
 
   .uno:FontColor
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 92955f5..1134e9e 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1483,6 +1483,11 @@
   Match Case
 
   
+  
+
+  Find All
+
+  
   
 
   Exit Search
diff --git a/sc/uiconfig/scalc/toolbar/findbar.xml 
b/sc/uiconfig/scalc/toolbar/findbar.xml
index f8052a1..a3c5c0f 100644
--- a/sc/uiconfig/scalc/toolbar/findbar.xml
+++ b/sc/uiconfig/scalc/toolbar/findbar.xml
@@ -23,6 +23,7 @@
   
   
   
+  
   
   
 
diff --git a/sd/uiconfig/sdraw/toolbar/findbar.xml 
b/sd/uiconfig/sdraw/toolbar/findbar.xml
index f8052a1..4e8ec6b 100644
--- a/sd/uiconfig/sdraw/toolbar/findbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/findbar.xml
@@ -22,6 +22,7 @@
   
   
   
+  
   
   
   
diff --git a/sd/uiconfig/simpress/toolbar/findbar.xml 
b/sd/uiconfig/simpress/toolbar/findbar.xml
index f8052a1..4e8ec6b 100644
--- a/sd/uiconfig/simpress/toolbar/findbar.xml
+++ b/sd/uiconfig/simpress/toolbar/findbar.xml
@@ -22,6 +22,7 @@
   
   
   
+  
   
   
   
diff --git a/svx/inc/tbunosearchcontrollers.hxx 
b/svx/inc/tbunosearchcontrollers.hxx
index b68b4b5..ab3693c 100644
--- a/svx/inc/tbunosearchcontrollers.hxx
+++ b/svx/inc/tbunosearchcontrollers.hxx
@@ -257,6 +257,43 @@ private:
 CheckBox* m_pMatchCaseControl;
 };
 
+class FindAllToolboxController   : public svt::ToolboxController,
+  public css::lang::XServiceInfo
+{
+public:
+FindAllToolboxController( const css::uno::Reference< 
css::uno::XComponentContext >& rxContext );
+~FindAllToolboxController();
+
+// XInterface
+virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const 
css::uno::Type& aType ) throw ( css::uno::RuntimeException );
+virtual void SAL_CALL acquire() throw ();
+virtual void SAL_CALL release() throw ();
+
+// XServiceInfo
+virtual OUString SAL_CALL getImplementationName() throw( 
css::uno::RuntimeException );
+virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) 
throw( css::uno::RuntimeException );
+virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() 
throw( css::uno::RuntimeException );
+
+static OUString getImplementationName_Static( ) throw()
+{
+return OUString( "com.sun.star.svx.FindAllToolboxController" );
+}
+
+   

[PUSHED] fdo#63323 fix the comment position when the mouse over cell

2013-05-28 Thread Jan Holesovsky (via Code Review)
Hi,

Thank you for your patch!  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/4069

Approvals:
  Jan Holesovsky: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9b38a840fb17a70e1ba60d46b8c83b7e498501e1
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Faisal al-otaibi 
Gerrit-Reviewer: Jan Holesovsky 

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


Re: Updates about Enhanced Database Ranges.

2013-05-28 Thread Kohei Yoshida

On 05/28/2013 09:48 AM, Akash Shetye wrote:

Hey Cedric,

Thanks for the welcome. I will enjoy hacking LO Calc for sure.

May be on of the first things for both of you will to find some
time in
the day where you can meet... the TimeZone difference between you
two is
pretty important.

In conversation with kohei on the ML, he said is available for a chat 
in the evenings of US Eastern time. Yes, that time difference is huge. 
Resolving this right away is great idea, I think I can do Eastern time 
afternoons since I stay up late usually.
Yeah. I think the best possibility would be to talk in my early 
afternoon hours.  Also, Markus and Eike will be co-mentoring on this 
task with me, and they are located in European standard time. When I'm 
not around, you can talk with them (though Eike is away at the moment).


Anyway, as Markus and Cedric have suggested, your initial task will be 
to work on the administrative side of things.  For you, the only thing 
is to get direct push access (as Cedric said).  I'll create a feature 
branch for you to use in the mean time.


Kohei

--
Kohei Yoshida, LibreOffice Calc hacker, SUSE.

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


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

2013-05-28 Thread Faisal M . Al-Otaibi
 sc/source/ui/view/gridwin5.cxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit 3f923bf9cf9b6fe728e7804fdb13aabe620d3dbc
Author: Faisal M. Al-Otaibi 
Date:   Tue May 28 11:22:33 2013 +0200

fdo#63323 fix the comment position when the mouse over cell

fix the X position when the sheet are RTL.

Change-Id: I9b38a840fb17a70e1ba60d46b8c83b7e498501e1
Reviewed-on: https://gerrit.libreoffice.org/4069
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/sc/source/ui/view/gridwin5.cxx b/sc/source/ui/view/gridwin5.cxx
index 7055c22..756f75c 100644
--- a/sc/source/ui/view/gridwin5.cxx
+++ b/sc/source/ui/view/gridwin5.cxx
@@ -222,6 +222,10 @@ bool ScGridWindow::ShowNoteMarker( SCsCOL nPosX, SCsROW 
nPosY, bool bKeyboard )
 MapMode aDrawMode = GetDrawMapMode();
 Point aCurPosHmm = PixelToLogic(aScreenPos, aDrawMode );
 Point aGridOff = aCurPosHmm -aOldPos;
+// fdo#63323 fix the X Position for the showing comment 
when
+// the mouse over the cell when the sheet are RTL
+if ( pDoc->IsNegativePage(nTab))
+aGridOff.setX(aCurPosHmm.getX() + aOldPos.getX());
 pNoteMarker->SetGridOff( aGridOff );
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - bridges/source config_host.mk.in configure.ac

2013-05-28 Thread Tor Lillqvist
 bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx |9 
 config_host.mk.in|1 
 configure.ac |   38 ++-
 3 files changed, 46 insertions(+), 2 deletions(-)

New commits:
commit b0a1666f756aa5f5315366eca9d7d02ddd55d2b7
Author: Tor Lillqvist 
Date:   Tue May 28 08:51:01 2013 +0300

Bypass dynamic type_info generation for now when using libc++

The type_info crack is even harder in the libc++ (with Clang, on OS X)
case, sigh. Punt for now and let's see what happens...

Change-Id: I17c3a4d9d933acfbf554649c9ec8b6fb5213f2f0

diff --git a/bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx 
b/bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx
index 3147d6d..62b0cb1 100644
--- a/bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx
@@ -54,6 +54,8 @@ using namespace ::__cxxabiv1;
 namespace CPPU_CURRENT_NAMESPACE
 {
 
+#ifndef _LIBCPP_VERSION
+
 #if MACOSX_SDK_VERSION >= 1070
 
 // MacOSX10.4u.sdk/usr/include/c++/4.0.0/cxxabi.h defined
@@ -103,6 +105,8 @@ std::type_info * create_FAKE_si_class_type_info(
 
 #endif
 
+#endif
+
 
//==
 static OUString toUNOname( char const * p ) SAL_THROW(())
 {
@@ -217,6 +221,7 @@ type_info * RTTI::getRTTI( typelib_CompoundTypeDescription 
*pTypeDescr ) SAL_THR
 t_rtti_map::const_iterator iFind2( m_generatedRttis.find( unoName 
) );
 if (iFind2 == m_generatedRttis.end())
 {
+#ifndef _LIBCPP_VERSION
 // we must generate it !
 // symbol and rtti-name is nearly identical,
 // the symbol is prefixed with _ZTI
@@ -250,6 +255,10 @@ type_info * RTTI::getRTTI( typelib_CompoundTypeDescription 
*pTypeDescr ) SAL_THR
 pair< t_rtti_map::iterator, bool > insertion (
 m_generatedRttis.insert( t_rtti_map::value_type( unoName, 
rtti ) ) );
 SAL_WARN_IF( !insertion.second, "bridges", "key " << unoName 
<< " already in generated rtti map" );
+#else
+OSL_FAIL("Cannot generate type_infos with libc++, sigh");
+return NULL;
+#endif
 }
 else // taking already generated rtti
 {
commit f5aa04485c86a5753bd7af057b86336efe089fae
Author: Tor Lillqvist 
Date:   Wed Apr 17 23:30:48 2013 +0300

Enable optionally using libc++ on OS X (when targeting 10.7 or later)

Experimental work in progress.

Change-Id: I92663e07c7322037182141603f72c6d442da6ee9

diff --git a/config_host.mk.in b/config_host.mk.in
index 76df377..a3770a5 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -63,6 +63,7 @@ export COMMONS_LOGGING_JAR=@COMMONS_LOGGING_JAR@
 export COMPATH=@COMPATH@
 export COMPILER_PLUGINS=@COMPILER_PLUGINS@
 export COM_GCC_IS_CLANG=@COM_GCC_IS_CLANG@
+export CPP_LIBRARY=@CPP_LIBRARY@
 export CPPUNIT_CFLAGS=$(gb_SPACE)@CPPUNIT_CFLAGS@
 export CPPUNIT_LIBS=$(gb_SPACE)@CPPUNIT_LIBS@
 export CPU=@CPU@
diff --git a/configure.ac b/configure.ac
index 4f422ee..c5aeffb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -367,6 +367,10 @@ DLLPOST=".so"
 
 LINKFLAGSNOUNDEFS="-Wl,-z,defs"
 
+# Most platforms use GNU libstdc++
+CPP_LIBRARY="GLIBCXX"
+AC_SUBST(CPP_LIBRARY)
+
 case "$host_os" in
 
 solaris*)
@@ -1127,6 +1131,13 @@ AC_ARG_WITH(macosx-bundle-identifier,
  org.libreoffice.script ("script", huh?).]),
 ,with_macosx_bundle_identifier=org.libreoffice.script)
 
+AC_ARG_ENABLE(libc++,
+AS_HELP_STRING([--enable-libc++],
+[Use the libc++ C++ library instead of GNU libstdc++ on OS X. Only 
effective
+ if --with-macosx-version-min-required is 10.7 or later. Experimental 
work in
+ progress, very likely breaks something, don't use unless you plan to 
fix that.]),
+,)
+
 AC_ARG_ENABLE(ios-simulator,
 AS_HELP_STRING([--enable-ios-simulator],
 [Build for the iOS Simulator, not iOS device.]),
@@ -2537,12 +2548,26 @@ if test "$_os" = "Darwin"; then
 fi
 ;;
 10.7|10.8)
+if test "$enable_libc__" = yes -a 
"$with_macosx_version_min_required" != 10.6; then
+# Use libc++ instead of libstdc++ when possible
+# and also compile as C++11
+stdlib="-std=c++11 -stdlib=libc++"
+CPP_LIBRARY="LIBCPP"
+fi
 CC="`xcrun -find clang` $bitness 
-mmacosx-version-min=$with_macosx_version_min_required -isysroot 
$MACOSX_SDK_PATH"
-CXX="`xcrun -find clang++` $bitness 
-mmacosx-version-min=$with_macosx_version_min_required -isysroot 
$MACOSX_SDK_PATH"
+CXX="`xcrun -find clang++` $bitness $stdlib 
-mmacosx-version-min=$with_macosx_version_min_required -isysroot 
$MACOSX_SDK_PATH"
 XCRUN=xcrun
 ;;
 esac
 AC_MSG_RESULT([$CC

[Libreoffice-commits] core.git: postprocess/Rdb_services.mk pyuno/Module_pyuno.mk pyuno/Rdb_pyuno.mk scp2/source

2013-05-28 Thread Stephan Bergmann
 postprocess/Rdb_services.mk  |3 ---
 pyuno/Module_pyuno.mk|1 +
 pyuno/Rdb_pyuno.mk   |   16 
 scp2/source/python/file_python.scp   |7 +++
 scp2/source/python/module_python.scp |1 +
 5 files changed, 25 insertions(+), 3 deletions(-)

New commits:
commit 7b91e84c72596d8d1dc3687292c9946f172c4df6
Author: Stephan Bergmann 
Date:   Tue May 28 11:47:57 2013 +0200

Optional pyuno module should have its own services/pyuno.rdb

...this e.g. changes the error message when trying to register an extension 
that
contains an (actively registered) Python component but no pyuno is installed
from "Binary URP bridge disposed during call" to a less frightening "The 
service
com.sun.star.loader.Python cannot be instantiated."

Change-Id: I10f2b36b11395559ee95ce659878222b5ea99c11

diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index 56a341d..d68df0e 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -159,9 +159,6 @@ $(eval $(call gb_Rdb_add_components,services,\
$(if $(DISABLE_NEON),, \
ucb/source/ucp/webdav-neon/ucpdav1 \
) \
-   $(if $(DISABLE_PYTHON),, \
-   pyuno/source/loader/pythonloader \
-   ) \
$(if $(DISABLE_SCRIPTING),, \
basctl/util/basctl \
basic/util/sb \
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index 05aefa6..de42e49 100644
--- a/pyuno/Module_pyuno.mk
+++ b/pyuno/Module_pyuno.mk
@@ -16,6 +16,7 @@ $(eval $(call gb_Module_add_targets,pyuno,\
 Library_pythonloader \
 Package_pyunorc \
 Package_python_scripts \
+Rdb_pyuno \
 ))
 
 ifneq ($(OS),WNT)
diff --git a/pyuno/Rdb_pyuno.mk b/pyuno/Rdb_pyuno.mk
new file mode 100644
index 000..4d4f5cabf
--- /dev/null
+++ b/pyuno/Rdb_pyuno.mk
@@ -0,0 +1,16 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Rdb_Rdb,pyuno))
+
+$(eval $(call gb_Rdb_add_components,pyuno, \
+pyuno/source/loader/pythonloader \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/scp2/source/python/file_python.scp 
b/scp2/source/python/file_python.scp
index f57d2d0..23d4062 100644
--- a/scp2/source/python/file_python.scp
+++ b/scp2/source/python/file_python.scp
@@ -53,6 +53,13 @@ End
 
 STD_LIB_FILE( gid_File_Lib_Pythonloader, pythonloader )
 
+File gid_File_Pyuno_Rdb
+TXT_FILE_BODY;
+Dir = gid_Brand_Dir_Program_Services;
+Name = "pyuno.rdb";
+Styles = (PACKED);
+End
+
 File gid_File_Py_Unohelper
 TXT_FILE_BODY;
 Dir = gid_Brand_Dir_Program;
diff --git a/scp2/source/python/module_python.scp 
b/scp2/source/python/module_python.scp
index 61451cf..6b3b7f0 100644
--- a/scp2/source/python/module_python.scp
+++ b/scp2/source/python/module_python.scp
@@ -44,6 +44,7 @@ Module gid_Module_Pyuno
 gid_Dir_Py_PythonCore_Bin,
 gid_Dir_Py_PythonCore_Lib);
 Files = (gid_File_Pyuno,
+ gid_File_Pyuno_Rdb,
  gid_File_Lib_Pyuno,
  gid_File_Lib_Pythonloader,
  gid_File_Py_Bin_Python,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Updates about Enhanced Database Ranges.

2013-05-28 Thread Akash Shetye
Hey Cedric,

Thanks for the welcome. I will enjoy hacking LO Calc for sure.

May be on of the first things for both of you will to find some time in
> the day where you can meet... the TimeZone difference between you two is
> pretty important.
>

In conversation with kohei on the ML, he said is available for a chat in
the evenings of US Eastern time. Yes, that time difference is huge.
Resolving this right away is great idea, I think I can do Eastern time
afternoons since I stay up late usually.


> It was meant for you students: how would you become real LibreOffice
> hackers if you don't even have the push rights?
>

That will be a great experience! I am looking forward to it.

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


[Libreoffice-commits] core.git: 2 commits - include/prex.h vcl/source

2013-05-28 Thread Tor Lillqvist
 include/prex.h|4 
 vcl/source/gdi/gdimtf.cxx |4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit c36ff98f796761a4ec106563ad9761d8020b497a
Author: Tor Lillqvist 
Date:   Tue May 28 16:08:38 2013 +0300

Error out if  is included when compiling for OS X

The X11 headers are present in the OS X SDK (because OS X does have an X11
server, even though I think it might be a separate download and install on
demand nowadays), but we don't want to include them even if it would be
harmless.

Change-Id: I48011d7e1d2cd6398fc7b4cba8ec8100addc053b

diff --git a/include/prex.h b/include/prex.h
index e513880..a37433d 100644
--- a/include/prex.h
+++ b/include/prex.h
@@ -20,6 +20,10 @@
 #ifndef _PREX_H
 #define _PREX_H
 
+#ifdef MACOSX
+#error No X headers should be included for MACOSX even if they are present in 
the SDK
+#endif
+
 /* Types from  that clash with LO's identifiers
  * and we don't need.
  */
commit 13229ce11e8d801e4dd40060fd801830095aa59e
Author: Tor Lillqvist 
Date:   Tue May 28 16:06:30 2013 +0300

UNX does not imply X11

We really need some feature test macro that would be equivalent to
using X11.

Change-Id: I0c1f9b487b4feab3b7d4641e898f9fdf0144065b

diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx
index 7ca07e1..ffee748 100644
--- a/vcl/source/gdi/gdimtf.cxx
+++ b/vcl/source/gdi/gdimtf.cxx
@@ -47,7 +47,7 @@
 #include 
 #include 
 
-#ifdef UNX
+#if defined(UNX) && !defined(ANDROID) && !defined(IOS) && !defined(MACOSX) && 
!defined(LIBO_HEADLESS)
 #include 
 #endif
 
@@ -450,7 +450,7 @@ bool GDIMetaFile::ImplPlayWithRenderer( OutputDevice* pOut, 
const Point& rPos, S
 // and the commit that changed to the new code relied on alpha 
support in bitmap
 // (which that commit implemented only in X11SalBitmap) and so 
it didn't work on Windows.
 // So keep both.
-#ifdef UNX
+#if defined(UNX) && !defined(ANDROID) && !defined(IOS) && !defined(MACOSX) && 
!defined(LIBO_HEADLESS)
 X11SalBitmap* X11Bmp = static_cast< X11SalBitmap* >( pSalBmp );
 X11Bmp->SetHasAlpha( true );
 if( X11Bmp->Create( xBitmapCanvas, aSize ) )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Updates about Enhanced Database Ranges.

2013-05-28 Thread Cedric Bosdonnat
Hello Akash,

On Tue, 2013-05-28 at 18:33 +0530, Akash Shetye wrote:
> I thank you all for giving me this opportunity, I will ensure that the
> devs and mentors never question their judgement in selecting me. 

Great to have you for this GSoC term!

> Discuss with your mentors about the steps of your project
>   * I think I haven’t had an at-length discussion on this with my
> mentor Kohei yet. I will catch up on that

May be on of the first things for both of you will to find some time in
the day where you can meet... the TimeZone difference between you two is
pretty important.

> Get git access: see this wiki page
>   * Have an OpenID and have pushed a patch through gerrit. I have
> git set up on my system and I am toying with LO all the time.
> I think the direct commit access bit in that link wasn't meant
> for us students right?

It was meant for you students: how would you become real LibreOffice
hackers if you don't even have the push rights? 

> Create a feature branch for your project
>   * Yup, this one is coming up.

Creating the feature branch will require you to have push rights.

Enjoy hacking on Calc!

--
Cedric


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


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

2013-05-28 Thread Noel Power
 sc/source/filter/inc/condformatbuffer.hxx  |   47 ++-
 sc/source/filter/inc/extlstcontext.hxx |6 -
 sc/source/filter/inc/sheetdatabuffer.hxx   |   19 
 sc/source/filter/inc/stylesbuffer.hxx  |4 
 sc/source/filter/oox/condformatbuffer.cxx  |  121 
 sc/source/filter/oox/condformatcontext.cxx |2 
 sc/source/filter/oox/extlstcontext.cxx |   98 ---
 sc/source/filter/oox/sheetdatabuffer.cxx   |  122 +
 sc/source/filter/oox/stylesbuffer.cxx  |   64 +++
 sc/source/filter/oox/worksheethelper.cxx   |1 
 10 files changed, 380 insertions(+), 104 deletions(-)

New commits:
commit 32fe628e01faa98c09615e0a2496a219cf2eb0c2
Author: Noel Power 
Date:   Mon May 27 15:34:17 2013 +0100

remove some methods that are no longer used after rework

Change-Id: I2772dff6297e223caed499e0e7c801970e707700

diff --git a/sc/source/filter/inc/extlstcontext.hxx 
b/sc/source/filter/inc/extlstcontext.hxx
index 7c26502..c982f10 100644
--- a/sc/source/filter/inc/extlstcontext.hxx
+++ b/sc/source/filter/inc/extlstcontext.hxx
@@ -21,13 +21,7 @@ public:
 virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 
nElement, const AttributeList& rAttribs );
 virtual voidonStartElement( const AttributeList& rAttribs );
 
-void finalizeImport();
-
 private:
-void importDataBar( const AttributeList& rAttribs );
-void importNegativeFillColor( const AttributeList& rAttribs );
-void importAxisColor( const AttributeList& rAttribs );
-void importCfvo( const AttributeList& rAttribs );
 void* mpTarget;
 
 bool mbFirstEntry;
diff --git a/sc/source/filter/oox/extlstcontext.cxx 
b/sc/source/filter/oox/extlstcontext.cxx
index 8d83845..52a9e36 100644
--- a/sc/source/filter/oox/extlstcontext.cxx
+++ b/sc/source/filter/oox/extlstcontext.cxx
@@ -65,80 +65,6 @@ void ExtCfRuleContext::onStartElement( const AttributeList& 
rAttribs )
 }
 }
 
-void ExtCfRuleContext::importDataBar( const AttributeList& rAttribs )
-{
-ScDataBarFormatData* pDataBar = 
static_cast(mpTarget);
-pDataBar->mbGradient = rAttribs.getBool( XML_gradient, true );
-
-OUString aAxisPosition = rAttribs.getString( XML_axisPosition, "automatic" 
);
-if( aAxisPosition == "none" )
-pDataBar->meAxisPosition = databar::NONE;
-else if( aAxisPosition == "middle" )
-pDataBar->meAxisPosition = databar::MIDDLE;
-else
-pDataBar->meAxisPosition = databar::AUTOMATIC;
-
-pDataBar->mbNeg = !rAttribs.getBool( XML_negativeBarColorSameAsPositive, 
false );
-}
-
-namespace {
-
-::Color RgbToRgbComponents( sal_Int32 nRgb )
-{
-sal_Int32 ornR = (nRgb >> 16) & 0xFF;
-sal_Int32 ornG = (nRgb >> 8) & 0xFF;
-sal_Int32 ornB = nRgb & 0xFF;
-
-return ::Color(ornR, ornG, ornB);
-}
-
-}
-
-void ExtCfRuleContext::importAxisColor( const AttributeList& rAttribs )
-{
-ScDataBarFormatData* pDataBar = 
static_cast(mpTarget);
-
-sal_Int32 nColor = rAttribs.getIntegerHex( XML_rgb, API_RGB_TRANSPARENT );
-::Color aColor = RgbToRgbComponents(nColor);
-pDataBar->maAxisColor = aColor;
-}
-
-void ExtCfRuleContext::importNegativeFillColor( const AttributeList& rAttribs )
-{
-sal_Int32 nColor = rAttribs.getIntegerHex( XML_rgb, API_RGB_TRANSPARENT );
-::Color aColor = RgbToRgbComponents(nColor);
-::Color* pColor = new Color(aColor.GetRed(), aColor.GetGreen(), 
aColor.GetBlue());
-static_cast(mpTarget)->mpNegativeColor.reset(pColor);
-}
-
-void ExtCfRuleContext::importCfvo( const AttributeList& rAttribs )
-{
-ScDataBarFormatData* pDataBar = 
static_cast(mpTarget);
-ScColorScaleEntry* pEntry = NULL;
-if(mbFirstEntry)
-pEntry = pDataBar->mpLowerLimit.get();
-else
-pEntry = pDataBar->mpUpperLimit.get();
-
-OUString aColorScaleType = rAttribs.getString( XML_type, OUString() );
-if(aColorScaleType == "min")
-pEntry->SetType(COLORSCALE_MIN);
-else if (aColorScaleType == "max")
-pEntry->SetType(COLORSCALE_MAX);
-else if (aColorScaleType == "autoMin")
-pEntry->SetType(COLORSCALE_AUTO);
-else if (aColorScaleType == "autoMax")
-pEntry->SetType(COLORSCALE_AUTO);
-else if (aColorScaleType == "percentile")
-pEntry->SetType(COLORSCALE_PERCENTILE);
-else if (aColorScaleType == "percent")
-pEntry->SetType(COLORSCALE_PERCENT);
-else if (aColorScaleType == "formula")
-pEntry->SetType(COLORSCALE_FORMULA);
-
-mbFirstEntry = false;
-}
-
 ExtLstLocalContext::ExtLstLocalContext( WorksheetContextBase& rFragment, void* 
pTarget ):
 WorksheetContextBase(rFragment),
 mpTarget(pTarget)
commit af0fc1504a6bada5a2c16053d139d5a2f9514baa
Author: Noel Power 
Date:   Mon May 27 14:53:49 2013 +0100

buffer ExtCfRuleContext startElement processing

ExtCfRuleContext::onStartElement processing depends on some data now 
buffered
until CondFormatBuffer

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-3.6' - writerfilter/source

2013-05-28 Thread SJacobi
 writerfilter/source/dmapper/GraphicImport.cxx |8 
 1 file changed, 8 insertions(+)

New commits:
commit 5fee3899804931009e12b1751af7c7def90281e6
Author: SJacobi 
Date:   Tue Mar 5 14:54:00 2013 +0100

docx import, fixed cropping

Change-Id: I910c2f769e88c5d9d17fc5bf072909b4b7f28ef0
Reviewed-on: https://gerrit.libreoffice.org/2557
Tested-by: Luboš Luňák 
Reviewed-by: Joren De Cuyper 
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/writerfilter/source/dmapper/GraphicImport.cxx 
b/writerfilter/source/dmapper/GraphicImport.cxx
index efcfa7e..e64beca 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -926,6 +926,14 @@ void GraphicImport::lcl_attribute(Id nName, Value & val)
 xGraphProps->setPropertyValue( 
rtl::OUString("Width"),
uno::makeAny( aSize.Width ) );
 
+text::GraphicCrop aGraphicCrop( 0, 0, 0, 0 );
+uno::Reference< beans::XPropertySet > 
xSourceGraphProps( xShape, uno::UNO_QUERY );
+uno::Any aAny = 
xSourceGraphProps->getPropertyValue( rtl::OUString("GraphicCrop"));
+if(aAny >>= aGraphicCrop) {
+xGraphProps->setPropertyValue( 
rtl::OUString("GraphicCrop"),
+uno::makeAny( aGraphicCrop ) );
+}
+
 // We need to drop the shape here somehow
 uno::Reference< lang::XComponent > 
xShapeComponent( xShape, uno::UNO_QUERY );
 xShapeComponent->dispose( );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-4-0-4' - instsetoo_native/util solenv/inc

2013-05-28 Thread Petr Mladek
 instsetoo_native/util/openoffice.lst |   40 +--
 solenv/inc/minor.mk  |4 +--
 2 files changed, 22 insertions(+), 22 deletions(-)

New commits:
commit 574b941fce0113f6016d5152b15e83ad74a5916a
Author: Petr Mladek 
Date:   Tue May 28 15:05:23 2013 +0200

bump product version to 4.0.4.1+, release number to 1

Change-Id: Ib998c94965971a104f94fe54fa5593a6643c7418

diff --git a/instsetoo_native/util/openoffice.lst 
b/instsetoo_native/util/openoffice.lst
index 3fb82bb..7f6366b 100644
--- a/instsetoo_native/util/openoffice.lst
+++ b/instsetoo_native/util/openoffice.lst
@@ -4,7 +4,7 @@ Globals
 {
 variables
 {
-UREPACKAGEVERSION 4.0.4.0
+UREPACKAGEVERSION 4.0.4.1
 URELAYERVERSION 1
 REFERENCEOOOMAJORMINOR 3.4
 UNIXBASISROOTNAME libreoffice4.0
@@ -50,12 +50,12 @@ LibreOffice
 {
 PRODUCTNAME LibreOffice
 PRODUCTVERSION 4.0
-PRODUCTEXTENSION .4.0
+PRODUCTEXTENSION .4.1
 POSTVERSIONEXTENSION
 POSTVERSIONEXTENSIONUNIX
 BRANDPACKAGEVERSION 4.0
 USERDIRPRODUCTVERSION 4
-ABOUTBOXPRODUCTVERSION 4.0.4.0
+ABOUTBOXPRODUCTVERSION 4.0.4.1
 ABOUTBOXPRODUCTVERSIONSUFFIX +
 BASEPRODUCTVERSION 4.0
 PCPFILENAME libreoffice.pcp
@@ -65,7 +65,7 @@ LibreOffice
 FILEFORMATNAME OpenOffice.org
 FILEFORMATVERSION 1.0
 WRITERCOMPATIBILITYVERSIONOOO11 OpenOffice.org 1.1
-PACKAGEVERSION 4.0.4.0
+PACKAGEVERSION 4.0.4.1
 PACKAGEREVISION {buildid}
 LICENSENAME LGPL
 GLOBALFILEGID gid_File_Lib_Vcl
@@ -100,13 +100,13 @@ LibreOffice_Dev
 {
 PRODUCTNAME LOdev
 PRODUCTVERSION 4.0
-PRODUCTEXTENSION .4.0
+PRODUCTEXTENSION .4.1
 UNIXBASISROOTNAME lodev4.0
 POSTVERSIONEXTENSION
 POSTVERSIONEXTENSIONUNIX
 BRANDPACKAGEVERSION 4.0
 USERDIRPRODUCTVERSION 4
-ABOUTBOXPRODUCTVERSION 4.0.4.0
+ABOUTBOXPRODUCTVERSION 4.0.4.1
 ABOUTBOXPRODUCTVERSIONSUFFIX +
 BASEPRODUCTVERSION 4.0
 DEVELOPMENTPRODUCT 1
@@ -121,7 +121,7 @@ LibreOffice_Dev
 FILEFORMATNAME OpenOffice.org
 FILEFORMATVERSION 1.0
 WRITERCOMPATIBILITYVERSIONOOO11 OpenOffice.org 1.1
-PACKAGEVERSION 4.0.4.0
+PACKAGEVERSION 4.0.4.1
 PACKAGEREVISION {buildid}
 LICENSENAME LGPL
 GLOBALFILEGID gid_File_Lib_Vcl
@@ -159,9 +159,9 @@ URE
 {
 PRODUCTNAME URE
 PRODUCTVERSION 4.0
-PACKAGEVERSION 4.0.4.0
+PACKAGEVERSION 4.0.4.1
 PACKAGEREVISION 1
-PRODUCTEXTENSION .4.0
+PRODUCTEXTENSION .4.1
 BRANDPACKAGEVERSION 4.0
 LICENSENAME LGPL
 NOVERSIONINDIRNAME 1
@@ -192,11 +192,11 @@ LibreOffice_SDK
 {
 PRODUCTNAME LibreOffice
 PRODUCTVERSION 4.0
-PRODUCTEXTENSION .4.0
+PRODUCTEXTENSION .4.1
 POSTVERSIONEXTENSION SDK
 POSTVERSIONEXTENSIONUNIX sdk
 BRANDPACKAGEVERSION 4.0
-PACKAGEVERSION 4.0.4.0
+PACKAGEVERSION 4.0.4.1
 PACKAGEREVISION {buildid}
 PACK_INSTALLED 1
 DMG_VOLUMEEXTENSION SDK
@@ -231,12 +231,12 @@ LibreOffice_Dev_SDK
 {
 PRODUCTNAME LOdev
 PRODUCTVERSION 4.0
-PRODUCTEXTENSION .4.0
+PRODUCTEXTENSION .4.1
 UNIXBASISROOTNAME lodev4.0
 POSTVERSIONEXTENSION SDK
 POSTVERSIONEXTENSIONUNIX sdk
 BRANDPACKAGEVERSION 4.0
-PACKAGEVERSION 4.0.4.0
+PACKAGEVERSION 4.0.4.1
 PACKAGEREVISION {buildid}
 BASISPACKAGEPREFIX lodevbasis
 UREPACKAGEPREFIX lodev
@@ -276,11 +276,11 @@ LibreOffice_Test
 {
 PRODUCTNAME LibreOffice
 PRODUCTVERSION 4.0
-PRODUCTEXTENSION .4.0
+PRODUCTEXTENSION .4.1
 POSTVERSIONEXTENSION TEST
 POSTVERSIONEXTENSIONUNIX test
 BRANDPACKAGEVERSION 4.0
-PACKAGEVERSION 4.0.4.0
+PACKAGEVERSION 4.0.4.1
 PACKAGEREVISION {buildid}
 PACK_INSTALLED 1
 DMG_VOLUMEEXTENSION TEST
@@ -315,12 +315,12 @@ LibreOffice_Dev_Test
 {
 PRODUCTNAME LOdev
 PRODUCTVERSION 4.0
-PRODUCTEXTENSION .4.0
+PRODUCTEXTENSION .4.1
 UNIXBASISROOTNAME lodev4.0
 POSTVERSIONEXTENSION TEST
 POSTVERSIONEXTENSIONUNIX test
 BRANDPACKAGEVERSION 4.0
-PACKAGEVERSION 4.0.4.0
+PACKAGEVERSION 4

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - writerfilter/source

2013-05-28 Thread SJacobi
 writerfilter/source/dmapper/GraphicImport.cxx |8 
 1 file changed, 8 insertions(+)

New commits:
commit 4bdd125b06b4250fc528ad185a9a3434b49fe388
Author: SJacobi 
Date:   Tue Mar 5 14:54:00 2013 +0100

docx import, fixed cropping

Change-Id: I910c2f769e88c5d9d17fc5bf072909b4b7f28ef0
Reviewed-on: https://gerrit.libreoffice.org/2557
Tested-by: Luboš Luňák 
Reviewed-by: Joren De Cuyper 
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/writerfilter/source/dmapper/GraphicImport.cxx 
b/writerfilter/source/dmapper/GraphicImport.cxx
index 0f7865c..ed1800a 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -932,6 +932,14 @@ void GraphicImport::lcl_attribute(Id nName, Value & val)
 xGraphProps->setPropertyValue("Width",
uno::makeAny( aSize.Width ) );
 
+text::GraphicCrop aGraphicCrop( 0, 0, 0, 0 );
+uno::Reference< beans::XPropertySet > 
xSourceGraphProps( xShape, uno::UNO_QUERY );
+uno::Any aAny = 
xSourceGraphProps->getPropertyValue( rtl::OUString("GraphicCrop"));
+if(aAny >>= aGraphicCrop) {
+xGraphProps->setPropertyValue( 
rtl::OUString("GraphicCrop"),
+uno::makeAny( aGraphicCrop ) );
+}
+
 // We need to drop the shape here somehow
 uno::Reference< lang::XComponent > 
xShapeComponent( xShape, uno::UNO_QUERY );
 xShapeComponent->dispose( );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Updates about Enhanced Database Ranges.

2013-05-28 Thread Akash Shetye
Hello Devs,

I thank you all for giving me this opportunity, I will ensure that the devs
and mentors never question their judgement in selecting me.

*On to the list of Do's:*
*Start looking at the code (and even start hacking it if that helps):*

   - The development of this task is cut into two unrelated chunks
   (according to my understanding so far), one about implementing the "Format
   as Table" functionality (exactly) as available in excel. Another about
   implementing the new structured reference syntax used by Excel in dealing
   with Tables.
   - I am of the opinion of completing the "Format as Table" task first, in
   my earlier interactions I had received good insights on the style sheets in
   LO Calc by Eike, I am currently tracing the control flow there.
   - However I welcome suggestions on which task to complete first.

*Discuss with your mentors about the steps of your project*

   - I think I haven’t had an at-length discussion on this with my mentor
   Kohei yet. I will catch up on that

*Get to know the persons and sub-projects you'll need to interact with.*

   - Yes, this is very important.

*Get git access: see this wiki
page
*

   - Have an OpenID and have pushed a patch through gerrit. I have git set
   up on my system and I am toying with LO all the time. I think the direct
   commit access bit in that link wasn't meant for us students right?

*Create a feature branch for your project*

   - Yup, this one is coming up.

What else

I am so excited and psyched to be a part of this year's soc. This thread is
where I will keep everyone updated with minimum bi-weekly updates (which is
the frequency I have set for myself). See my blog,
which will document the daily efforts.

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


[GSoC] Extending support of Content Management Systems

2013-05-28 Thread Cao Cuong Ngo

Hi all,

I'm extremely glad to be selected in GSoC this year.

My project is to implement connection to Google Drive and
properties/version dialog.

Although the Google Drive implementation is nearly finished at the moment.

I currently stay in Paris, France. If any of you visit the city drop me
a mail we can have a nice chat about LO and/or beers ;)

(About my mobile number for privacy's sake I sent it to Cédric instead
of publishing here).

For the meantime, can't wait to make LibreOffice a more awesome office
suite :-)

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


[Libreoffice-commits] core.git: 3 commits - solenv/bin solenv/gdb solenv/Package_gdb.mk sw/qa writerfilter/source

2013-05-28 Thread Cédric Bosdonnat
 solenv/Package_gdb.mk|2 
 solenv/bin/install-gdb-printers  |4 
 solenv/gdb/boost/smart_ptr.py|9 +
 solenv/gdb/libreoffice/writerfilter.py   |   88 +++
 sw/qa/extras/ooxmlimport/data/table_width.docx   |binary
 sw/qa/extras/ooxmlimport/ooxmlimport.cxx |4 
 writerfilter/source/dmapper/DomainMapperTableHandler.cxx |   20 ++-
 7 files changed, 121 insertions(+), 6 deletions(-)

New commits:
commit daa2ac6e76a4c30a4e2b9a9d0f9d7e351fcb5b5f
Author: Cédric Bosdonnat 
Date:   Mon May 27 20:01:37 2013 +0200

Added pretty printers for writerfilter OOXML tokenizer

Change-Id: I0fa2cb8d24cd6862ab1d88ad8ccc033c70bbfa44

diff --git a/solenv/Package_gdb.mk b/solenv/Package_gdb.mk
index b38233d..aced144 100644
--- a/solenv/Package_gdb.mk
+++ b/solenv/Package_gdb.mk
@@ -16,6 +16,7 @@ $(eval $(call gb_Package_add_files,solenv_gdb,lib,\
$(call gb_Library_get_runtime_filename,cppu).3-gdb.py \
$(call gb_Library_get_runtime_filename,sal).3-gdb.py \
$(call gb_Library_get_runtime_filename,sw)-gdb.py \
+   $(call gb_Library_get_runtime_filename,writerfilter)-gdb.py \
) \
$(call gb_Library_get_runtime_filename,merged)-gdb.py, \
$(call gb_Library_get_runtime_filename,cppu).3-gdb.py \
@@ -23,6 +24,7 @@ $(eval $(call gb_Package_add_files,solenv_gdb,lib,\
$(call gb_Library_get_runtime_filename,svl)-gdb.py \
$(call gb_Library_get_runtime_filename,sw)-gdb.py \
$(call gb_Library_get_runtime_filename,tl)-gdb.py) \
+   $(call gb_Library_get_runtime_filename,writerfilter)-gdb.py \
 ))
 
 $(eval $(call gb_Package_use_custom_target,solenv_gdb,solenv/gdb))
diff --git a/solenv/bin/install-gdb-printers b/solenv/bin/install-gdb-printers
index 6201e0c..4125fe5 100755
--- a/solenv/bin/install-gdb-printers
+++ b/solenv/bin/install-gdb-printers
@@ -157,7 +157,7 @@ if [[ ${DESTDIR}${pythondir} != ${GDBDIR} ]]; then
 fi
 
 if [[ -n "${MERGELIBS}" ]]; then
-make_autoload merged program libmergedlo."$DYLIB" merge svl tl basegfx `[[ 
${MERGELIBS} == "ALL" ]] && echo sw`
+make_autoload merged program libmergedlo."$DYLIB" merge svl tl basegfx 
writerfilter `[[ ${MERGELIBS} == "ALL" ]] && echo sw`
 if [[ ${MERGELIBS} == "ALL" ]]; then
 make_autoload urelibs ure-link/lib liburelibs."$DYLIB" merge cppu sal
 else
@@ -165,6 +165,7 @@ if [[ -n "${MERGELIBS}" ]]; then
 make_autoload sal ure-link/lib libuno_sal."$DYLIB".3
 make_autoload sw program libswlo."$DYLIB"
 make_autoload basegfx program libbasegfxlo."$DYLIB"
+make_autoload writerfilter program libwriterfilterlo."$DYLIB"
 fi
 else
 make_autoload cppu ure-link/lib libuno_cppu."$DYLIB".3
@@ -173,6 +174,7 @@ else
 make_autoload tl program libtllo."$DYLIB"
 make_autoload sw program libswlo."$DYLIB"
 make_autoload basegfx program libbasegfxlo."$DYLIB"
+make_autoload writerfilter program libwriterfilterlo."$DYLIB"
 fi
 
 # vim:set shiftwidth=4 softtabstop=4 expandtab:
diff --git a/solenv/gdb/libreoffice/writerfilter.py 
b/solenv/gdb/libreoffice/writerfilter.py
new file mode 100644
index 000..5b65321
--- /dev/null
+++ b/solenv/gdb/libreoffice/writerfilter.py
@@ -0,0 +1,88 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+from libreoffice.util import printing
+
+class OOXMLPropertySetPrinter(object):
+'''Prints writerfilter::ooxml::OOXMLPropertySetImpl'''
+
+def __init__(self, typename, value):
+self.typename = typename
+self.value = value
+
+def to_string(self):
+return "%s" % (self.typename)
+
+def children(self):
+children = [ ( 'properties', self.value['mProperties'] ) ]
+return children.__iter__()
+
+class OOXMLPropertyPrinter(object):
+'''Prints writerfilter::ooxml::OOXMLPropertyImpl'''
+
+def __init__(self, typename, value):
+self.typename = typename
+self.value = value
+
+def to_string(self):
+return "%s" % (self.typename)
+
+def children(self):
+children = [ ( 'id', self.value['mId'] ),
+ ( 'type', self.value['meType'] ),
+ ( 'value', self.value['mpValue'] ) ]
+return children.__iter__()
+
+class OOXMLPropertySetValuePrinter(object):
+'''Prints writerfilter::ooxml::OOXMLPropertySetValue'''
+
+def __init__(self, typename, value):
+self.typename = typename
+self.value = value
+
+def to_string(self):
+return "%s" % (self.typename)
+
+class OOXMLStringValuePrinter(object):
+'''Prints wri

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-05-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

Bug 60270 depends on bug 64707, which changed state.

Bug 64707 Summary: Unable to start application using desktop menu on Linux
https://bugs.freedesktop.org/show_bug.cgi?id=64707

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

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


[ANNOUNCE] libreoffice-4.0.4.1 tag created

2013-05-28 Thread Petr Mladek
Hi,

there have been created the libreoffice-4.0.4.1 tag, aka rc1. The
corresponding official builds will be available within next few days.

See the attached list of changes against 4.0.3.3.


Now, you might switch your current 4-0 source tree to it using:

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

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


See also the schedule at 
http://wiki.documentfoundation.org/ReleasePlan#4.0_release
and release criteria at http://wiki.documentfoundation.org/Release_Criteria


Best Regards,
Petr

+ fix make animations inside SmartArt work. (bnc#705982) [Thorsten Behrens]
+ revert '"Fix" ' (bnc#88) [Tor Lillqvist]
+ [re-file]Autosave causes Macro change not to be stored on save. (bnc#817477) [Noel Power]
+ Report Builder: all Numeric formats except "General/Standard" of *current* UI language format NULL as NaN (fdo#33091) [Lionel Elie Mamane]
+ PDF Export: Rotated DRAW Vertical Text Objects shown with extreme narrow kerning and other problems (fdo#33281) [Zhe Wang]
+ FILESAVE: When saving in MSWord doc format, table is put inside a frame (fdo#36876) [Miklos Vajna]
+ Multi-paragraph footnotes are not fully displayed when mouse is over the number (fdo#40102) [László Németh]
+ PRINTING shapes with transparent(?) Bitmap background loses bezier curves (fdo#40421) [Thorsten Behrens]
+ FILESAVE as .doc (MSO97) looses page bottom margin formatting (fdo#42144) [Miklos Vajna]
+ Autosave causes Macro change not to be stored on save. (fdo#42899) [Noel Power]
+ SVG Export ignores line width (fdo#42939) [Michael Meeks]
+ regression: WW8 nested table import (fdo#43105) [Bjoern Michaelsen]
+ Update embedded manifest on win32 builds to declare dpiAware (fdo#46553) [Andras Timar]
+ In SQL mode in Queries, Base crashes when a second SELECT followed by quotes is entered. (fdo#47209) [Caolán McNamara]
+ Mailmerge creates some duplicates with old Mail merge dialog (only for flat text file driver .?) (fdo#47951) [Lionel Elie Mamane]
+ FILEOPEN Report with charts fails with Message "Failed to parse the report" (fdo#48056) [Lionel Elie Mamane]
+ VIEWING: Comments are not readable (shown in white over yellow) (fdo#51300) [Noel Power]
+ FORMATTING [accessibility] Tab/keyboard behaviour in dialog Conditional formatting strange (fdo#51556) [Caolán McNamara]
+ UI: Sort: can use more than 3 criteria once only (fdo#51828) [Albert Thuswaldner]
+ : Ligatures hyphenation bug using graphite font (Linux Libertine G): "ligc" is ignored (fdo#52540) [László Németh]
+ Undoing sheet deletion restores it to the default directionality regardless of the original sheet directionality (fdo#53031) [Manal Alhassoun]
+ Crosshatching is spilling out of objects when printed/pdf exported (fdo#53163) [David Tardon]
+ Firefox plugin not recognized in LibO 3.6 (regression) (fdo#54087) [Andras Timar]
+ FILTER: CALC moves some column content to another cell with some HTML file (fdo#56772) [Eike Rathke]
+ Crash Using Edit Contour dialog and then changing Configuration (fdo#57079) [Michael Stahl]
+ EDITING: On computer without JRE, Picture dialog shows: JRE required and freezes after OK (fdo#57553) [Caolán McNamara]
+ EDITING: typed date decreased one day (fdo#59850) [Isamu Mogi]
+ FILEOPEN: CSV cannot handle field using embedded tab and line breaks altogether (fdo#60468) [Eike Rathke]
+ Pictures not saved to .pptx (fdo#60549) [Michael Meeks]
+ FILESAVE loses Fontwork/shape objects (fdo#60910) [Luke Deller]
+ EDITING: Table shortcut Ctrl+Shift+Del ineffective cannot delete following paragraph of a table (fdo#60967) [Michael Stahl]
+ Freeze and unfreeze don't modify document (fdo#61060) [Sameer Deshmukh]
+ Build broken in oosplash when configured with --enable-headless (fdo#61092) [Riccardo Magliocchetti]
+ LibreOffice crash when opening a non-ascii named file in XML Source (fdo#61820) [Kohei Yoshida]
+ FILEOPEN table embedded in ODT: : style BAR not applied to FOO (fdo#62147) [Michael Stahl]
+ Command line conversion to HTML fails + crash on some platforms for certain document(s) (fdo#62336) [Michael Meeks]
+ Missing Default button in Format -> Alignment dialog at Math (fdo#62483) [Joren De Cuyper]
+ EDITING Word completion: when adding to a partly finished word, word completion ignores the word part that already is there and creates non sense (fdo#62643) [Miklos Vajna]
+ UI: Impossible to assign a macro to a drawing or picture (fdo#62797) [Caolán McNamara]
+ exporting embedded EMF file as SVG causes mangled svg. (fdo#62834) [Michael Meeks]
+ EDITING: image contour editing crashes (fdo#62965) [Michael Stahl]
+ FILEOPEN RTF: Doesn't handle \uN keywords with unsigned N (fdo#62977) [Miklos Vajna]
+ FILES

[ANNOUNCE] Branch libreoffice-4-0-4 created

2013-05-28 Thread Petr Mladek
Hi all,

there have been created the libreoffice-4-0-4 branch. It will be used
for fine tuning of the 4.0.4 release.

The following rules apply:

+ preferably just translation or blocker fixes
+ only cherry-picking from libreoffice-4-0 branch
+ 2 additional reviews needed; 2nd reviewer pushes
+ no regular merges back to anything

The 'libreoffice-4-0' branch is still active and will be used for the
4.0.5 bugfix release. Please read more at

   http://wiki.documentfoundation.org/ReleasePlan
   http://wiki.documentfoundation.org/Development/Branches


Now, if you want to switch your clone to the branch, please do:

./g pull -r
./g checkout -b libreoffice-4-0-4 origin/libreoffice-4-0-4

Hopefully it will work for you :-)  Most probably, you will also want to
do (if you haven't done it yet):

git config --global push.default tracking

When you do git push with this, git will push only the branch you are
on; e.g. libreoffice-4-0-4 when you have switched to it.  This will
save you some git shouting at you.


Happy hacking,
Petr


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


  1   2   >