buildbot success in ASF Buildbot on openoffice-linux32-nightly

2014-01-13 Thread buildbot
Hi! , The openoffice-linux32-nightly builder has just completed a run

STATUS: Success

 Build revision 1557642 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-vm2_ubuntu_32bit

 Build results at: 
http://ci.apache.org/builders/openoffice-linux32-nightly/builds/617

 Build reason was: The Nightly scheduler named 'openoffice-linux32-nightly' 
triggered this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






buildbot success in ASF Buildbot on aoo-win7

2014-01-13 Thread buildbot
Hi! , The aoo-win7 builder has just completed a run

STATUS: Success

 Build revision 1557518 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-win7

 Build results at: http://ci.apache.org/builders/aoo-win7/builds/910

 Build reason was: The Nightly scheduler named 'aoo-win7-nightly' triggered 
this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






buildbot success in ASF Buildbot on openoffice-linux64-nightly

2014-01-13 Thread buildbot
Hi! , The openoffice-linux64-nightly builder has just completed a run

STATUS: Success

 Build revision 1557646 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: tethys_ubuntu

 Build results at: 
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/858

 Build reason was: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






svn commit: r1557669 - /openoffice/trunk/main/offapi/com/sun/star/awt/XMouseMotionListener.idl

2014-01-13 Thread hanya
Author: hanya
Date: Mon Jan 13 09:14:35 2014
New Revision: 1557669

URL: http://svn.apache.org/r1557669
Log:
#i72591# fix from mouse button to mouse pointer in documentation of mouseMoved 
method

Patch By: christianjun...@gmail.com

Modified:
openoffice/trunk/main/offapi/com/sun/star/awt/XMouseMotionListener.idl

Modified: openoffice/trunk/main/offapi/com/sun/star/awt/XMouseMotionListener.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/awt/XMouseMotionListener.idl?rev=1557669r1=1557668r2=1557669view=diff
==
--- openoffice/trunk/main/offapi/com/sun/star/awt/XMouseMotionListener.idl 
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/awt/XMouseMotionListener.idl Mon 
Jan 13 09:14:35 2014
@@ -56,7 +56,7 @@ published interface XMouseMotionListener
  

//- 
 
-   /** is invoked when the mouse button has been moved on a window
+   /** is invoked when the mouse pointer has been moved on a window
(with no buttons down).
 */
void mouseMoved( [in] com::sun::star::awt::MouseEvent e ); 




buildbot success in ASF Buildbot on openoffice-linux32-snapshot

2014-01-13 Thread buildbot
Hi! , The openoffice-linux32-snapshot builder has just completed a run

STATUS: Success

 Build revision 1557653 on branch openoffice/tags/SNAPSHOT

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-vm3_ubuntu_32bit

 Build results at: 
http://ci.apache.org/builders/openoffice-linux32-snapshot/builds/69

 Build reason was: The Nightly scheduler named 'openoffice-linux32-snapshot' 
triggered this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






buildbot success in ASF Buildbot on aoo-w7snap

2014-01-13 Thread buildbot
Hi! , The aoo-w7snap builder has just completed a run

STATUS: Success

 Build revision 1556251 on branch openoffice/tags/SNAPSHOT

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-win7

 Build results at: http://ci.apache.org/builders/aoo-w7snap/builds/111

 Build reason was: The Nightly scheduler named 'aoo-win7-snapshot' triggered 
this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






svn commit: r1557768 - in /openoffice/branches/alg_writerframes/main: cui/source/inc/ cui/source/tabpages/ svx/inc/svx/ sw/source/ui/fmtui/ sw/source/ui/frmdlg/

2014-01-13 Thread alg
Author: alg
Date: Mon Jan 13 16:49:19 2014
New Revision: 1557768

URL: http://svn.apache.org/r1557768
Log:
In SvxAreaTabPage offer direct import of graphic (will be also useful for other 
usages), use in Writer Frames to replace former direct Graphic Import button

Modified:
openoffice/branches/alg_writerframes/main/cui/source/inc/cuitabarea.hxx
openoffice/branches/alg_writerframes/main/cui/source/tabpages/tabarea.hrc
openoffice/branches/alg_writerframes/main/cui/source/tabpages/tabarea.src
openoffice/branches/alg_writerframes/main/cui/source/tabpages/tparea.cxx
openoffice/branches/alg_writerframes/main/svx/inc/svx/svxids.hrc
openoffice/branches/alg_writerframes/main/sw/source/ui/fmtui/tmpdlg.cxx
openoffice/branches/alg_writerframes/main/sw/source/ui/frmdlg/frmdlg.cxx

Modified: 
openoffice/branches/alg_writerframes/main/cui/source/inc/cuitabarea.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/alg_writerframes/main/cui/source/inc/cuitabarea.hxx?rev=1557768r1=1557767r2=1557768view=diff
==
--- openoffice/branches/alg_writerframes/main/cui/source/inc/cuitabarea.hxx 
(original)
+++ openoffice/branches/alg_writerframes/main/cui/source/inc/cuitabarea.hxx Mon 
Jan 13 16:49:19 2014
@@ -105,10 +105,8 @@ class SvxTransparenceTabPage : public Sv
const SfxItemSet   rOutAttrs;
RECT_POINT  eRP;
 
-   //CHINA001 sal_uInt16* pPageType;
-   //CHINA001 sal_uInt16* pDlgType;
-   sal_uInt16 nPageType; //add CHINA001 
-   sal_uInt16 nDlgType;  //add CHINA001 
+   sal_uInt16 nPageType;
+   sal_uInt16 nDlgType;
 
// main selection
 FixedLine   aFlProp;
@@ -238,19 +236,23 @@ private:
XHatchListSharedPtr maHatchingList;
XBitmapListSharedPtrmaBitmapList;
 
+// Placeholders for pointer-based entries; these will be inited
+// to point to these so that the page is usable without that
+// SvxAreaTabDialog has to call the setter methods (e.g. SetColorChgd).
+// Without that the pages used in SvxAreaTabDialog are not usable
+ChangeType  maFixed_ChangeType;
+sal_BoolmaFixed_sal_Bool;
+
ChangeType* pnColorTableState;
ChangeType* pnBitmapListState;
ChangeType* pnGradientListState;
ChangeType* pnHatchingListState;
 
-   //CHINA001 sal_uInt16* pPageType;
-   //CHINA001 sal_uInt16* pDlgType;
-   //CHINA001 sal_uInt16* pPos;
-   sal_uInt16 nPageType; //add CHINA001 
-   sal_uInt16 nDlgType;//add CHINA001 
-   sal_uInt16 nPos; //add CHINA001 
+   sal_uInt16  nPageType;
+   sal_uInt16  nDlgType;
+   sal_uInt16  nPos;
 
-   sal_Bool*   pbAreaTP;
+   sal_Bool*   pbAreaTP;
 
XOutdevItemPool*pXPool;
XFillAttrSetItemaXFillAttr;
@@ -259,6 +261,14 @@ private:
SfxMapUnit  ePoolUnit;
FieldUnit   eFUnit;
 
+//
+boolmbOfferImportButton;
+boolmbPositionsAdapted;
+boolmbDirectGraphicSet;
+Graphic maDirectGraphic;
+String  maDirectName;
+PushButton  maBtnImport;
+
 #ifdef _SVX_TPAREA_CXX
DECL_LINK( SelectDialogTypeHdl_Impl, ListBox * );
DECL_LINK( ClickInvisibleHdl_Impl, void * );
@@ -274,12 +284,16 @@ private:
DECL_LINK( ModifyBitmapHdl_Impl, void * );
 // DECL_LINK( ModifyTransparentHdl_Impl, void * );
DECL_LINK( ModifyStepCountHdl_Impl, void * );
+
+//
+DECL_LINK( ClickImportHdl_Impl, void * );
+
DECL_LINK( ModifyTileHdl_Impl, void * );
DECL_LINK( ClickScaleHdl_Impl, void * );
 #endif
 
 public:
-   SvxAreaTabPage( Window* pParent, const SfxItemSet rInAttrs  );
+   SvxAreaTabPage( Window* pParent, const SfxItemSet rInAttrs );
 
voidConstruct();
 

Modified: 
openoffice/branches/alg_writerframes/main/cui/source/tabpages/tabarea.hrc
URL: 
http://svn.apache.org/viewvc/openoffice/branches/alg_writerframes/main/cui/source/tabpages/tabarea.hrc?rev=1557768r1=1557767r2=1557768view=diff
==
--- openoffice/branches/alg_writerframes/main/cui/source/tabpages/tabarea.hrc 
(original)
+++ openoffice/branches/alg_writerframes/main/cui/source/tabpages/tabarea.hrc 
Mon Jan 13 16:49:19 2014
@@ -142,6 +142,8 @@
 #define RBT_COLUMN 7
 #define MTR_FLD_OFFSET 3
 #define GRP_OFFSET 8
+//
+#define BTN_IMPORTOPTIONAL 1
 
 #define FT_TRANSPARENT 9
 #define FT_X_SIZE 10

Modified: 
openoffice/branches/alg_writerframes/main/cui/source/tabpages/tabarea.src
URL: 

svn commit: r1557884 - /openoffice/site/trunk/content/list-conduct.mdtext

2014-01-13 Thread kschenk
Author: kschenk
Date: Mon Jan 13 23:35:23 2014
New Revision: 1557884

URL: http://svn.apache.org/r1557884
Log:
A few wording and formatting changes.


Modified:
openoffice/site/trunk/content/list-conduct.mdtext

Modified: openoffice/site/trunk/content/list-conduct.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/site/trunk/content/list-conduct.mdtext?rev=1557884r1=1557883r2=1557884view=diff
==
--- openoffice/site/trunk/content/list-conduct.mdtext (original)
+++ openoffice/site/trunk/content/list-conduct.mdtext Mon Jan 13 23:35:23 2014
@@ -116,43 +116,43 @@ has been violated. Ramping up to a relea
 frequency. Sometimes it unavoidably requires a long post to say what needs to 
be 
 said.
 
-#10. Moderators are guiding the lists
+#10. Moderators are guiding the lists#
+**A. General**
 
-#A. General
+We have various mailing lists, they all have a purpose. Lists are how we work
+on developing the product, communicate about the project, coordinate with 
other
+project members, help users, etc.
 
-We have various mailing lists, they all have a purpose. Lists are how we work
-on developing the product, communicate about the project, coordinate with other
-project members, help users, etc.
+**B. PMC appoints the Moderators**
 
-#B. PMC appoints the Moderators
+Moderators are appointed by the PMC to help ensure that the mailing lists
+function well for these purposes.
 
-Moderators are appointed by the PMC to help ensure that the mailing lists
-function well for these purposes.
+**C. Good Behavior is expected**
 
-#C. Expected is a good breeding
+List subscribers are expected to be be good. It is not our job to explain
+what that means in minute detail. That was the job of our parents, and it took
+many years. The best we can do is give some highlights, in the form of these 
List
+Conduct Guidelines. These are reminders of some of the things to watch out for
+that may be less familiar to new users of mailing lists. This list is not
+comprehensive. There are more ways that a clever person can find to be 
disruptive
+than we have time, or creativity, to write down.
 
-List subscribers are expected to be be good. It is not our job to explain
-what that means in minute detail. That was the job of our parents, and it took
-many years. The best we can do is give some highlights, in the form of these 
List
-Conduct Guidelines. These are reminders of some of the things to watch out for
-that may be less familiar to new users of mailing lists. This list is not
-comprehensive. There are more ways that a clever person can find to be 
disruptive
-than we have time, or creativity, to write down.
+**D. Disruptive users can be left out of the lists**
 
-#D. Disruptive users can left out of the lists
+When encountering disruptive behavior on the list, Moderators have available,
+at their discretion, a range of corrective actions, from general reminders,
+private or public admonishment, to temporary or permanent banning of 
subscribers.
+There is no necessary progression of actions. For example, depending on 
severity
+disruptive actions might lead immediately to banning.
 
-When encountering disruptive behavior on the list, Moderators have available,
-at their discretion, a range of corrective actions, from general reminders,
-private or public admonishment, to temporary or permanent banning of 
subscribers.
-There is no necessary progression of actions. For example, depending on 
severity
-disruptive actions might lead immediately to banning.
+**E. What to do in case of doubt?**
 
-#E. What to do in case of doubt?
+Decisions of Moderators are subject to review by the PMC and anyone who feels
+that a Moderator's discretion was abused can escalate by sending an email to 
the
+PMC at a href=mailto:priv...@openoffice.apache.org; 
priv...@openoffice.apache.org./a
+The decision of the PMC is final.
 
-Decisions of Moderators are subject to review by the PMC and anyone who feels
-that a Moderator's discretion was abused can escalate by sending an email to 
the
-PMC at priv...@openoffice.apache.org. The decision of the PMC is final.
-
-#More Useful Stuff
+#More Useful Stuff#
 
 - [Apache Tips for Email 
Contributors](http://www.apache.org/dev/contrib-email-tips.html)
\ No newline at end of file




svn commit: r894008 - in /websites/staging/openoffice/trunk/content: ./ list-conduct.html

2014-01-13 Thread buildbot
Author: buildbot
Date: Mon Jan 13 23:35:26 2014
New Revision: 894008

Log:
Staging update by buildbot for openoffice

Modified:
websites/staging/openoffice/trunk/content/   (props changed)
websites/staging/openoffice/trunk/content/list-conduct.html

Propchange: websites/staging/openoffice/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Mon Jan 13 23:35:26 2014
@@ -1 +1 @@
-1557607
+1557884

Modified: websites/staging/openoffice/trunk/content/list-conduct.html
==
--- websites/staging/openoffice/trunk/content/list-conduct.html (original)
+++ websites/staging/openoffice/trunk/content/list-conduct.html Mon Jan 13 
23:35:26 2014
@@ -176,14 +176,15 @@ has been violated. Ramping up to a relea
 frequency. Sometimes it unavoidably requires a long post to say what needs to 
be 
 said./p
 h1 id=10-moderators-are-guiding-the-lists10. Moderators are guiding the 
lists/h1
-h1 id=a-generalA. General/h1
+blockquote
+pstrongA. General/strong/p
 pWe have various mailing lists, they all have a purpose. Lists are how we 
work
 on developing the product, communicate about the project, coordinate with other
 project members, help users, etc./p
-h1 id=b-pmc-appoints-the-moderatorsB. PMC appoints the Moderators/h1
+pstrongB. PMC appoints the Moderators/strong/p
 pModerators are appointed by the PMC to help ensure that the mailing lists
 function well for these purposes./p
-h1 id=c-expected-is-a-good-breedingC. Expected is a good breeding/h1
+pstrongC. Good Behavior is expected/strong/p
 pList subscribers are expected to be be good. It is not our job to explain
 what that means in minute detail. That was the job of our parents, and it took
 many years. The best we can do is give some highlights, in the form of these 
List
@@ -191,16 +192,18 @@ Conduct Guidelines. These are reminders 
 that may be less familiar to new users of mailing lists. This list is not
 comprehensive. There are more ways that a clever person can find to be 
disruptive
 than we have time, or creativity, to write down./p
-h1 id=d-disruptive-users-can-left-out-of-the-listsD. Disruptive users can 
left out of the lists/h1
+pstrongD. Disruptive users can be left out of the lists/strong/p
 pWhen encountering disruptive behavior on the list, Moderators have 
available,
 at their discretion, a range of corrective actions, from general reminders,
 private or public admonishment, to temporary or permanent banning of 
subscribers.
 There is no necessary progression of actions. For example, depending on 
severity
 disruptive actions might lead immediately to banning./p
-h1 id=e-what-to-do-in-case-of-doubtE. What to do in case of doubt?/h1
+pstrongE. What to do in case of doubt?/strong/p
 pDecisions of Moderators are subject to review by the PMC and anyone who 
feels
 that a Moderator's discretion was abused can escalate by sending an email to 
the
-PMC at priv...@openoffice.apache.org. The decision of the PMC is final./p
+PMC at a href=mailto:priv...@openoffice.apache.org; 
priv...@openoffice.apache.org./a
+The decision of the PMC is final./p
+/blockquote
 h1 id=more-useful-stuffMore Useful Stuff/h1
 ul
 lia href=http://www.apache.org/dev/contrib-email-tips.html;Apache Tips 
for Email Contributors/a/li




buildbot failure in ASF Buildbot on openoffice-fbsd-nightly

2014-01-13 Thread buildbot
Hi! , The openoffice-fbsd-nightly builder has just completed a run

STATUS: Failure

 Build revision 1557927 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-fbsd2_64bit

 Build results at: 
http://ci.apache.org/builders/openoffice-fbsd-nightly/builds/151

 Build reason was: The Nightly scheduler named 'openoffice-fbsd-nightly' 
triggered this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot