buildbot success in ASF Buildbot on openoffice-linux64-rat-aoo410

2015-11-12 Thread buildbot
The Buildbot has detected a passing build on builder 
openoffice-linux64-rat-aoo410 while building ASF Buildbot. Full details are 
available at:
http://ci.apache.org/builders/openoffice-linux64-rat-aoo410/builds/124

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-rat-aoo410' 
triggered this build
Build Source Stamp: [branch openoffice/branches/AOO410] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-linux64-nightly

2015-11-12 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/139

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-fbsd-nightly

2015-11-12 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-fbsd-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-fbsd-nightly/builds/130

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-fbsd2_64bit

Build Reason: The Nightly scheduler named 'openoffice-fbsd-nightly' triggered 
this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-linux64-rat

2015-11-12 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-rat 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-rat/builds/128

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-rat' triggered 
this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot failure in ASF Buildbot on openoffice-linux64-nightly

2015-11-12 Thread buildbot
The Buildbot has detected a failed build on builder openoffice-linux64-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/140

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

BUILD FAILED: failed

Sincerely,
 -The Buildbot





svn commit: r1714091 - in /openoffice/trunk/main/sc: sdi/tabvwsh.sdi source/ui/inc/tabvwsh.hxx source/ui/view/tabvwsha.cxx source/ui/view/tabvwshe.cxx

2015-11-12 Thread damjan
Author: damjan
Date: Thu Nov 12 17:04:30 2015
New Revision: 1714091

URL: http://svn.apache.org/viewvc?rev=1714091=rev
Log:
#i35093# Find (and replace) on selected cells is misleading

When any cellc in Calc are selected at the time the "Find & Replace" dialog is 
opened,
automatically check the "Current selection only" checkbox, just like Writer 
does when
multiple lines of text are selected when this dialog opens. Users expect this 
from
Writer and other spreadsheets, and not doing it can even lead to wrong cells
being changed when "Replace" is used!

Patch by: me


Modified:
openoffice/trunk/main/sc/sdi/tabvwsh.sdi
openoffice/trunk/main/sc/source/ui/inc/tabvwsh.hxx
openoffice/trunk/main/sc/source/ui/view/tabvwsha.cxx
openoffice/trunk/main/sc/source/ui/view/tabvwshe.cxx

Modified: openoffice/trunk/main/sc/sdi/tabvwsh.sdi
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/sdi/tabvwsh.sdi?rev=1714091=1714090=1714091=diff
==
--- openoffice/trunk/main/sc/sdi/tabvwsh.sdi (original)
+++ openoffice/trunk/main/sc/sdi/tabvwsh.sdi Thu Nov 12 17:04:30 2015
@@ -198,6 +198,7 @@ interface TableEditView
FID_SEARCH  [ ExecMethod = ExecSearch; ]
FID_REPLACE [ ExecMethod = ExecSearch; ]
FID_SEARCH_ALL  [ ExecMethod = ExecSearch; ]
+   FID_SEARCH_ON   [ ExecMethod = ExecSearch; Export = FALSE; ]
FID_REPLACE_ALL [ ExecMethod = ExecSearch; ]
FID_REPEAT_SEARCH   [ ExecMethod = ExecSearch; ]
 

Modified: openoffice/trunk/main/sc/source/ui/inc/tabvwsh.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/inc/tabvwsh.hxx?rev=1714091=1714090=1714091=diff
==
--- openoffice/trunk/main/sc/source/ui/inc/tabvwsh.hxx (original)
+++ openoffice/trunk/main/sc/source/ui/inc/tabvwsh.hxx Thu Nov 12 17:04:30 2015
@@ -178,6 +178,7 @@ private:
 String aCurrShapeEnumCommand[ 
MASTERENUMCOMMANDS ];
 
sal_BoolbForceFocusOnCurCell; // i123629
+   sal_BoolbSearchJustOpened; // i35093
 
 private:
voidConstruct( sal_uInt8 nForceDesignMode = SC_FORCEMODE_NONE );

Modified: openoffice/trunk/main/sc/source/ui/view/tabvwsha.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/view/tabvwsha.cxx?rev=1714091=1714090=1714091=diff
==
--- openoffice/trunk/main/sc/source/ui/view/tabvwsha.cxx (original)
+++ openoffice/trunk/main/sc/source/ui/view/tabvwsha.cxx Thu Nov 12 17:04:30 
2015
@@ -225,7 +225,18 @@ void __EXPORT ScTabViewShell::GetState(
break;
 
case SID_SEARCH_ITEM:
-   rSet.Put( ScGlobal::GetSearchItem() );
+   {
+   SvxSearchItem searchItem = 
ScGlobal::GetSearchItem();
+   // i35093:
+   if (bSearchJustOpened)
+   {
+   ScMarkData& rMarkData = 
pViewData->GetMarkData();
+   if (rMarkData.IsMarked())
+   
searchItem.SetSelection( sal_True );
+   }
+   bSearchJustOpened = sal_False;
+   rSet.Put(searchItem);
+   }
break;
 
case SID_SEARCH_OPTIONS:

Modified: openoffice/trunk/main/sc/source/ui/view/tabvwshe.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/view/tabvwshe.cxx?rev=1714091=1714090=1714091=diff
==
--- openoffice/trunk/main/sc/source/ui/view/tabvwshe.cxx (original)
+++ openoffice/trunk/main/sc/source/ui/view/tabvwshe.cxx Thu Nov 12 17:04:30 
2015
@@ -246,6 +246,10 @@ void ScTabViewShell::ExecSearch( SfxRequ
 
switch ( nSlot )
{
+   case FID_SEARCH_ON:
+   bSearchJustOpened = sal_True;
+   break;
+
case FID_SEARCH_NOW:
{
if ( pReqArgs &&




svn commit: r1714089 - /openoffice/trunk/main/configure.ac

2015-11-12 Thread pfg
Author: pfg
Date: Thu Nov 12 16:53:31 2015
New Revision: 1714089

URL: http://svn.apache.org/viewvc?rev=1714089=rev
Log:
Add support for MacOSX El Capitan

Patch-by: Pathangi Janardhanan Jatinshravan 

Modified:
openoffice/trunk/main/configure.ac

Modified: openoffice/trunk/main/configure.ac
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/configure.ac?rev=1714089=1714088=1714089=diff
==
--- openoffice/trunk/main/configure.ac (original)
+++ openoffice/trunk/main/configure.ac Thu Nov 12 16:53:31 2015
@@ -3918,7 +3918,7 @@ if test  "$_os" = "Darwin"; then
else
   MACOSX_DEPLOYMENT_TARGET=$sdk_target
 
-  sdk_found=`xcodebuild -showsdks | egrep "sdk macosx10.(7|8|9|10)" | sed 
-e "s/.*sdk //" | tail -n1`
+  sdk_found=`xcodebuild -showsdks | egrep "sdk macosx10.(7|8|9|10|11)" | 
sed -e "s/.*sdk //" | tail -n1`
   if test -z "$sdk_found"; then
  AC_MSG_ERROR([No SDK with OSX $sdk_target compatibility found])
   else