buildbot success in ASF Buildbot on openoffice-linux64-nightly

2014-07-24 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/89

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 failure in ASF Buildbot on aoo-win7

2014-07-24 Thread buildbot
The Buildbot has detected a failed build on builder aoo-win7 while building ASF 
Buildbot.
Full details are available at:
 http://ci.apache.org/builders/aoo-win7/builds/99

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

Buildslave for this Build: bb-win7

Build Reason: The Nightly scheduler named 'aoo-win7-nightly' triggered this 
build
Build Source Stamp: [branch openoffice/branches/AOO410] HEAD
Blamelist: 

BUILD FAILED: failed build.pl --all

sincerely,
 -The Buildbot





svn commit: r1613069 - in /openoffice/branches/AOO410/main/drawinglayer: ./ source/processor2d/vclmetafileprocessor2d.cxx

2014-07-24 Thread alg
Author: alg
Date: Thu Jul 24 11:28:28 2014
New Revision: 1613069

URL: http://svn.apache.org/r1613069
Log:
i125300 enhanced handling of multiple ClipRegions in MetafileProcessor

Modified:
openoffice/branches/AOO410/main/drawinglayer/   (props changed)

openoffice/branches/AOO410/main/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx

Propchange: openoffice/branches/AOO410/main/drawinglayer/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Thu Jul 24 11:28:28 2014
@@ -0,0 +1,5 @@
+/openoffice/branches/AOO400/main/drawinglayer:1503684
+/openoffice/branches/ia2/main/drawinglayer:1417739-1541842
+/openoffice/branches/ooxml-osba/main/drawinglayer:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
+/openoffice/branches/rejuvenate01/main/drawinglayer:1480411,1534063,1534098,1536312,1549902,1560617
+/openoffice/trunk/main/drawinglayer:1571617,1571677,1572569,1572577,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585261,1586242,1586249,1586583,1587468,1589050,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602823,1602850,1603416,1603897,1612866

Modified: 
openoffice/branches/AOO410/main/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx?rev=1613069r1=1613068r2=1613069view=diff
==
--- 
openoffice/branches/AOO410/main/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
 (original)
+++ 
openoffice/branches/AOO410/main/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
 Thu Jul 24 11:28:28 2014
@@ -1724,20 +1724,55 @@ namespace drawinglayer
// prepare new mask 
polygon and rescue current one

aMask.transform(maCurrentTransformation);
 const basegfx::B2DPolyPolygon 
aLastClipPolyPolygon(maClipPolyPolygon);
-   
+
 if(maClipPolyPolygon.count())
 {
-   // there is 
already a clip polygon set; build clipped union of 
-   // current mask 
polygon and new one
-   
maClipPolyPolygon = basegfx::tools::clipPolyPolygonOnPolyPolygon(
-aMask, 
-maClipPolyPolygon, 
-true, // #i106516# we want the inside of 
aMask, not the outside
-false);
+// due to the cost of PolyPolygon clipping and 
numerical reasons try first if the current
+// and the new ClipRegion are ranges. If yes, 
processing can be simplified
+if(basegfx::tools::isRectangle(aMask) 
+ 
basegfx::tools::isRectangle(maClipPolyPolygon))
+{
+// both ClipPolygons are rectangles
+
if(aMask.getB2DRange().equal(maClipPolyPolygon.getB2DRange()))
+{
+// equal - no change in ClipRegion 
needed, leave
+// maClipPolyPolygon unchanged
+}
+else
+{
+// not equal - create new ClipRegion 
from the two ranges
+basegfx::B2DRange 
aClipRange(aMask.getB2DRange());
+
+
aClipRange.intersect(maClipPolyPolygon.getB2DRange());
+
+if(aClipRange.isEmpty())
+{
+// no common ClipRegion - set 
empty ClipRegion, no content to show
+maClipPolyPolygon.clear();
+}
+else
+{
+// use common ClipRegion as new 
ClipRegion
+maClipPolyPolygon = 
basegfx::B2DPolyPolygon(
+

svn commit: r917296 - in /websites/production/ooo-site: cgi-bin/ content/

2014-07-24 Thread kschenk
Author: kschenk
Date: Thu Jul 24 16:10:24 2014
New Revision: 917296

Log:
OK

Added:
websites/production/ooo-site/cgi-bin/
  - copied from r917295, websites/staging/ooo-site/trunk/cgi-bin/
websites/production/ooo-site/content/
  - copied from r917295, websites/staging/ooo-site/trunk/content/



svn commit: r1613187 - /openoffice/ooo-site/trunk/content/exceptions.css

2014-07-24 Thread kschenk
Author: kschenk
Date: Thu Jul 24 16:47:30 2014
New Revision: 1613187

URL: http://svn.apache.org/r1613187
Log:
Changed alert box styling to stay over first column to quit overwriting news 
column.

Modified:
openoffice/ooo-site/trunk/content/exceptions.css

Modified: openoffice/ooo-site/trunk/content/exceptions.css
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/exceptions.css?rev=1613187r1=1613186r2=1613187view=diff
==
--- openoffice/ooo-site/trunk/content/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/exceptions.css Thu Jul 24 16:47:30 2014
@@ -24,7 +24,7 @@ h1 { padding-left: 0.5em; }
 #navcol { display: none; }
 .warning { border: solid 3px #F00; background: #FDD; padding: 1em; }
 
-#alert_box { margin-bottom: 2%; border-radius: 15px; max-height: 215px; width: 
100%; min-width: 680px; max-width: 1200px; }
+#alert_box { margin-bottom: 2%; border-radius: 15px;  width: 100%;  }
 #alert_box h2 { margin-left: 3%; padding: 2% 3% 2% 0px; border: none; color: 
#00; font-weight: bold; text-decoration: none; }
 #alert_box p { margin-left: 3%; padding: 5px 3% 2% 0px; color: #00; 
font-size: .9em; text-decoration: none; }
 /* The color is set via customized JS variable as CSS style value in the HTML 
webpage.




svn commit: r917301 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/exceptions.css

2014-07-24 Thread buildbot
Author: buildbot
Date: Thu Jul 24 16:49:47 2014
New Revision: 917301

Log:
Staging update by buildbot for ooo-site

Modified:
websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
websites/staging/ooo-site/trunk/content/   (props changed)
websites/staging/ooo-site/trunk/content/exceptions.css

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 24 16:49:47 2014
@@ -1 +1 @@
-1612970
+1613187

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 24 16:49:47 2014
@@ -1 +1 @@
-1612970
+1613187

Modified: websites/staging/ooo-site/trunk/content/exceptions.css
==
--- websites/staging/ooo-site/trunk/content/exceptions.css (original)
+++ websites/staging/ooo-site/trunk/content/exceptions.css Thu Jul 24 16:49:47 
2014
@@ -24,7 +24,7 @@ h1 { padding-left: 0.5em; }
 #navcol { display: none; }
 .warning { border: solid 3px #F00; background: #FDD; padding: 1em; }
 
-#alert_box { margin-bottom: 2%; border-radius: 15px; max-height: 215px; width: 
100%; min-width: 680px; max-width: 1200px; }
+#alert_box { margin-bottom: 2%; border-radius: 15px;  width: 100%;  }
 #alert_box h2 { margin-left: 3%; padding: 2% 3% 2% 0px; border: none; color: 
#00; font-weight: bold; text-decoration: none; }
 #alert_box p { margin-left: 3%; padding: 5px 3% 2% 0px; color: #00; 
font-size: .9em; text-decoration: none; }
 /* The color is set via customized JS variable as CSS style value in the HTML 
webpage.




svn commit: r917302 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/home.css

2014-07-24 Thread buildbot
Author: buildbot
Date: Thu Jul 24 16:50:54 2014
New Revision: 917302

Log:
Staging update by buildbot for ooo-site

Modified:
websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
websites/staging/ooo-site/trunk/content/   (props changed)
websites/staging/ooo-site/trunk/content/home.css

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 24 16:50:54 2014
@@ -1 +1 @@
-1613187
+1613188

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 24 16:50:54 2014
@@ -1 +1 @@
-1613187
+1613188

Modified: websites/staging/ooo-site/trunk/content/home.css
==
--- websites/staging/ooo-site/trunk/content/home.css (original)
+++ websites/staging/ooo-site/trunk/content/home.css Thu Jul 24 16:50:54 2014
@@ -19,7 +19,7 @@
 #bodycol, #midcol { margin: 0px; width: 100%; width: auto; }
 #breadcrumbs { visibility: hidden; }
 
-#actionstatements { margin: 40px 0 50px 3%; width: 60%; float: left; }
+#actionstatements { margin: 30px 0 50px 3%; width: 60%; float: left; }
 #actionstatements a { text-decoration: none; width: 100%; display: inline; 
outline: none; margin: 0; }
 #actionstatements h2 { font-size: 1.5em; line-height:105%; color: #666; 
margin: 5px 0px 5px 60px; padding: 0px; border: none; }
 #actionstatements h2 a { color: #444; }




svn commit: r917304 - in /websites/production/ooo-site: cgi-bin/ content/

2014-07-24 Thread kschenk
Author: kschenk
Date: Thu Jul 24 16:56:55 2014
New Revision: 917304

Log:
Publishing svnmucc operation to ooo-site site by kschenk

Added:
websites/production/ooo-site/cgi-bin/
  - copied from r917303, websites/staging/ooo-site/trunk/cgi-bin/
websites/production/ooo-site/content/
  - copied from r917303, websites/staging/ooo-site/trunk/content/



svn commit: r1613226 - /openoffice/ooo-site/trunk/content/msg_prop_l10n.js

2014-07-24 Thread marcus
Author: marcus
Date: Thu Jul 24 18:09:46 2014
New Revision: 1613226

URL: http://svn.apache.org/r1613226
Log:
For testing: Changed redirect mode for 'de'

Modified:
openoffice/ooo-site/trunk/content/msg_prop_l10n.js

Modified: openoffice/ooo-site/trunk/content/msg_prop_l10n.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/msg_prop_l10n.js?rev=1613226r1=1613225r2=1613226view=diff
==
--- openoffice/ooo-site/trunk/content/msg_prop_l10n.js (original)
+++ openoffice/ooo-site/trunk/content/msg_prop_l10n.js Thu Jul 24 18:09:46 2014
@@ -29,7 +29,7 @@ l10n.index_redirect_text  = [ /* ast */
/* fi */none, This 
site is also available in bSuomi (fi)/b. Just click this text to get 
redirected.,
/* fr */none, This 
site is also available in bFrançais (fr)/b. Just click this text to get 
redirected.,
/* gl */none, This 
site is also available in bGalego (gl)/b. Just click this text to get 
redirected.,
-   /* de */soft, Diese 
Webseite gibt es auch in bDeutsch (de)/b. Einfach auf diesen Text klicken, 
um weitergeleitet zu werden.,
+   /* de */hard, Diese 
Webseite gibt es auch in bDeutsch (de)/b. Einfach auf diesen Text klicken, 
um weitergeleitet zu werden.,
/* el */none, This 
site is also available in bελληνικά (el)/b. Just click this text to 
get redirected.,
/* he */soft, This 
site is also available in bעברית (he)/b. Just click this text to get 
redirected.,
/* hi */none, This 
site is also available in bहिन्दी (hi)/b. Just click this text 
to get redirected.,




svn commit: r917306 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/msg_prop_l10n.js

2014-07-24 Thread buildbot
Author: buildbot
Date: Thu Jul 24 18:11:28 2014
New Revision: 917306

Log:
Staging update by buildbot for ooo-site

Modified:
websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
websites/staging/ooo-site/trunk/content/   (props changed)
websites/staging/ooo-site/trunk/content/msg_prop_l10n.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 24 18:11:28 2014
@@ -1 +1 @@
-1613188
+1613226

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 24 18:11:28 2014
@@ -1 +1 @@
-1613188
+1613226

Modified: websites/staging/ooo-site/trunk/content/msg_prop_l10n.js
==
--- websites/staging/ooo-site/trunk/content/msg_prop_l10n.js (original)
+++ websites/staging/ooo-site/trunk/content/msg_prop_l10n.js Thu Jul 24 
18:11:28 2014
@@ -29,7 +29,7 @@ l10n.index_redirect_text  = [ /* ast */
/* fi */none, This 
site is also available in bSuomi (fi)/b. Just click this text to get 
redirected.,
/* fr */none, This 
site is also available in bFrançais (fr)/b. Just click this text to get 
redirected.,
/* gl */none, This 
site is also available in bGalego (gl)/b. Just click this text to get 
redirected.,
-   /* de */soft, Diese 
Webseite gibt es auch in bDeutsch (de)/b. Einfach auf diesen Text klicken, 
um weitergeleitet zu werden.,
+   /* de */hard, Diese 
Webseite gibt es auch in bDeutsch (de)/b. Einfach auf diesen Text klicken, 
um weitergeleitet zu werden.,
/* el */none, This 
site is also available in bελληνικά (el)/b. Just click this text to 
get redirected.,
/* he */soft, This 
site is also available in bעברית (he)/b. Just click this text to get 
redirected.,
/* hi */none, This 
site is also available in bहिन्दी (hi)/b. Just click this text 
to get redirected.,




svn commit: r1613258 - /openoffice/ooo-site/trunk/content/home.css

2014-07-24 Thread marcus
Author: marcus
Date: Thu Jul 24 19:36:44 2014
New Revision: 1613258

URL: http://svn.apache.org/r1613258
Log:
Increased top margin to align to the news box

Modified:
openoffice/ooo-site/trunk/content/home.css

Modified: openoffice/ooo-site/trunk/content/home.css
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/home.css?rev=1613258r1=1613257r2=1613258view=diff
==
--- openoffice/ooo-site/trunk/content/home.css (original)
+++ openoffice/ooo-site/trunk/content/home.css Thu Jul 24 19:36:44 2014
@@ -19,7 +19,7 @@
 #bodycol, #midcol { margin: 0px; width: 100%; width: auto; }
 #breadcrumbs { visibility: hidden; }
 
-#actionstatements { margin: 30px 0 50px 3%; width: 60%; float: left; }
+#actionstatements { margin: 40px 0 50px 3%; width: 60%; float: left; }
 #actionstatements a { text-decoration: none; width: 100%; display: inline; 
outline: none; margin: 0; }
 #actionstatements h2 { font-size: 1.5em; line-height:105%; color: #666; 
margin: 5px 0px 5px 60px; padding: 0px; border: none; }
 #actionstatements h2 a { color: #444; }




svn commit: r917309 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/home.css

2014-07-24 Thread buildbot
Author: buildbot
Date: Thu Jul 24 19:38:53 2014
New Revision: 917309

Log:
Staging update by buildbot for ooo-site

Modified:
websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
websites/staging/ooo-site/trunk/content/   (props changed)
websites/staging/ooo-site/trunk/content/home.css

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 24 19:38:53 2014
@@ -1 +1 @@
-1613226
+1613258

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 24 19:38:53 2014
@@ -1 +1 @@
-1613226
+1613258

Modified: websites/staging/ooo-site/trunk/content/home.css
==
--- websites/staging/ooo-site/trunk/content/home.css (original)
+++ websites/staging/ooo-site/trunk/content/home.css Thu Jul 24 19:38:53 2014
@@ -19,7 +19,7 @@
 #bodycol, #midcol { margin: 0px; width: 100%; width: auto; }
 #breadcrumbs { visibility: hidden; }
 
-#actionstatements { margin: 30px 0 50px 3%; width: 60%; float: left; }
+#actionstatements { margin: 40px 0 50px 3%; width: 60%; float: left; }
 #actionstatements a { text-decoration: none; width: 100%; display: inline; 
outline: none; margin: 0; }
 #actionstatements h2 { font-size: 1.5em; line-height:105%; color: #666; 
margin: 5px 0px 5px 60px; padding: 0px; border: none; }
 #actionstatements h2 a { color: #444; }




svn commit: r1613278 - /openoffice/ooo-site/trunk/content/msg_prop_l10n.js

2014-07-24 Thread marcus
Author: marcus
Date: Thu Jul 24 20:45:08 2014
New Revision: 1613278

URL: http://svn.apache.org/r1613278
Log:
For testing: Changed back redirect mode for 'de'

Modified:
openoffice/ooo-site/trunk/content/msg_prop_l10n.js

Modified: openoffice/ooo-site/trunk/content/msg_prop_l10n.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/msg_prop_l10n.js?rev=1613278r1=1613277r2=1613278view=diff
==
--- openoffice/ooo-site/trunk/content/msg_prop_l10n.js (original)
+++ openoffice/ooo-site/trunk/content/msg_prop_l10n.js Thu Jul 24 20:45:08 2014
@@ -29,7 +29,7 @@ l10n.index_redirect_text  = [ /* ast */
/* fi */none, This 
site is also available in bSuomi (fi)/b. Just click this text to get 
redirected.,
/* fr */none, This 
site is also available in bFrançais (fr)/b. Just click this text to get 
redirected.,
/* gl */none, This 
site is also available in bGalego (gl)/b. Just click this text to get 
redirected.,
-   /* de */hard, Diese 
Webseite gibt es auch in bDeutsch (de)/b. Einfach auf diesen Text klicken, 
um weitergeleitet zu werden.,
+   /* de */soft, Diese 
Webseite gibt es auch in bDeutsch (de)/b. Einfach auf diesen Text klicken, 
um weitergeleitet zu werden.,
/* el */none, This 
site is also available in bελληνικά (el)/b. Just click this text to 
get redirected.,
/* he */soft, This 
site is also available in bעברית (he)/b. Just click this text to get 
redirected.,
/* hi */none, This 
site is also available in bहिन्दी (hi)/b. Just click this text 
to get redirected.,




svn commit: r917311 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/msg_prop_l10n.js

2014-07-24 Thread buildbot
Author: buildbot
Date: Thu Jul 24 20:46:39 2014
New Revision: 917311

Log:
Staging update by buildbot for ooo-site

Modified:
websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
websites/staging/ooo-site/trunk/content/   (props changed)
websites/staging/ooo-site/trunk/content/msg_prop_l10n.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 24 20:46:39 2014
@@ -1 +1 @@
-1613258
+1613278

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 24 20:46:39 2014
@@ -1 +1 @@
-1613258
+1613278

Modified: websites/staging/ooo-site/trunk/content/msg_prop_l10n.js
==
--- websites/staging/ooo-site/trunk/content/msg_prop_l10n.js (original)
+++ websites/staging/ooo-site/trunk/content/msg_prop_l10n.js Thu Jul 24 
20:46:39 2014
@@ -29,7 +29,7 @@ l10n.index_redirect_text  = [ /* ast */
/* fi */none, This 
site is also available in bSuomi (fi)/b. Just click this text to get 
redirected.,
/* fr */none, This 
site is also available in bFrançais (fr)/b. Just click this text to get 
redirected.,
/* gl */none, This 
site is also available in bGalego (gl)/b. Just click this text to get 
redirected.,
-   /* de */hard, Diese 
Webseite gibt es auch in bDeutsch (de)/b. Einfach auf diesen Text klicken, 
um weitergeleitet zu werden.,
+   /* de */soft, Diese 
Webseite gibt es auch in bDeutsch (de)/b. Einfach auf diesen Text klicken, 
um weitergeleitet zu werden.,
/* el */none, This 
site is also available in bελληνικά (el)/b. Just click this text to 
get redirected.,
/* he */soft, This 
site is also available in bעברית (he)/b. Just click this text to get 
redirected.,
/* hi */none, This 
site is also available in bहिन्दी (hi)/b. Just click this text 
to get redirected.,




buildbot failure in ASF Buildbot on openoffice-linux32-nightly

2014-07-24 Thread buildbot
The Buildbot has detected a failed build on builder openoffice-linux32-nightly 
while building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/openoffice-linux32-nightly/builds/96

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

Buildslave for this Build: bb-vm2_ubuntu_32bit

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

BUILD FAILED: failed

sincerely,
 -The Buildbot





buildbot failure in ASF Buildbot on openoffice-fbsd-nightly

2014-07-24 Thread buildbot
The Buildbot has detected a failed build on builder openoffice-fbsd-nightly 
while building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/openoffice-fbsd-nightly/builds/78

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 FAILED: failed

sincerely,
 -The Buildbot