svn commit: r1498810 - /openoffice/trunk/extras/l10n/source/nl/localize.sdf

2013-07-02 Thread jsc
Author: jsc
Date: Tue Jul  2 07:26:04 2013
New Revision: 1498810

URL: http://svn.apache.org/r1498810
Log:
#122467# update latest translation for Dutch (nl)

Modified:
openoffice/trunk/extras/l10n/source/nl/localize.sdf

Modified: openoffice/trunk/extras/l10n/source/nl/localize.sdf
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/extras/l10n/source/nl/localize.sdf?rev=1498810&r1=1498809&r2=1498810&view=diff
==
--- openoffice/trunk/extras/l10n/source/nl/localize.sdf (original)
+++ openoffice/trunk/extras/l10n/source/nl/localize.sdf Tue Jul  2 07:26:04 2013
@@ -3520,7 +3520,7 @@ officecfg registry\data\org\openoffice\O
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:AnchorMenu  Label   
0   nl  Verankering 
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:ArrangeMenu Label   
0   nl  ~Schikken   
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:ChangesMenu Label   
0   nl  Wijzigingen 
20130618 17:22:18
-officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:EditMenuLabel   
0   nl  B~ewerken   
20130618 17:22:18
+officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:EditMenuLabel   
0   nl  Be~werken   
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:FieldMenu   Label   
0   nl  Vel~den 20130618 
17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:FlipMenuLabel   
0   nl  ~Spiegelen  
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:FontDialog  Label   
0   nl  Teken...
20130618 17:22:18
@@ -3529,13 +3529,13 @@ officecfg   registry\data\org\openoffice\O
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:FormattingMarkMenu  
Label   0   nl  Op~maakmarkering
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:GraphicMenu Label   
0   nl  Afbeeldi~ng 
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:GroupMenu   Label   
0   nl  ~Groeperen  
20130618 17:22:18
-officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:HelpMenuLabel   
0   nl  Help20130618 
17:22:18
-officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:InsertMenu  Label   
0   nl  Invoegen
20130618 17:22:18
+officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:HelpMenuLabel   
0   nl  ~Help   20130618 
17:22:18
+officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:InsertMenu  Label   
0   nl  ~Invoegen   
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:LanguageMenu
Label   0   nl  ~Taal   
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Popups..uno:MacrosMenu  Label   
0 

svn commit: r1498829 - in /openoffice/trunk/main/python: makefile.mk python-solver-before-std.patch

2013-07-02 Thread hdu
Author: hdu
Date: Tue Jul  2 08:35:57 2013
New Revision: 1498829

URL: http://svn.apache.org/r1498829
Log:
#i122647# link python against own libraries

The python module prefered system headers and libraries over the ones
requested by AOO's configure scripts. This impacted the build for packages
intended for redistribution, especially for the OpenSSL provided libs.

Found by: Ariel Constenla-Haile 
Fixed by: Herbert Dürr 

Added:
openoffice/trunk/main/python/python-solver-before-std.patch
Modified:
openoffice/trunk/main/python/makefile.mk

Modified: openoffice/trunk/main/python/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/python/makefile.mk?rev=1498829&r1=1498828&r2=1498829&view=diff
==
--- openoffice/trunk/main/python/makefile.mk (original)
+++ openoffice/trunk/main/python/makefile.mk Tue Jul  2 08:35:57 2013
@@ -48,6 +48,7 @@ PATCH_FILES=\
python-freebsd.patch \
python-md5.patch \
python-ssl.patch \
+   python-solver-before-std.patch \
python-$(PYVERSION)-sysbase.patch \
python-$(PYVERSION)-nohardlink.patch \
python-$(PYVERSION)-pcbuild.patch

Added: openoffice/trunk/main/python/python-solver-before-std.patch
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/python/python-solver-before-std.patch?rev=1498829&view=auto
==
--- openoffice/trunk/main/python/python-solver-before-std.patch (added)
+++ openoffice/trunk/main/python/python-solver-before-std.patch Tue Jul  2 
08:35:57 2013
@@ -0,0 +1,90 @@
+--- misc/Python-2.7.5/setup.py 2013-07-01 17:51:46.237674580 +0200
 misc/build/Python-2.7.5/setup.py   2013-07-01 17:51:24.230453108 +0200
+@@ -80,61 +80,62 @@
+ # system, but with only header files and libraries.
+ sysroot = macosx_sdk_root()
+ 
+-# Check the standard locations
+-for dir in std_dirs:
++# Check the additional directories
++for dir in paths:
+ f = os.path.join(dir, filename)
+ 
+ if host_platform == 'darwin' and is_macosx_sdk_path(dir):
+ f = os.path.join(sysroot, dir[1:], filename)
+ 
+-if os.path.exists(f): return []
++if os.path.exists(f):
++return [dir]
+ 
+-# Check the additional directories
+-for dir in paths:
++# Check the standard locations
++for dir in std_dirs:
+ f = os.path.join(dir, filename)
+ 
+ if host_platform == 'darwin' and is_macosx_sdk_path(dir):
+ f = os.path.join(sysroot, dir[1:], filename)
+ 
+ if os.path.exists(f):
+-return [dir]
++return []
+ 
+ # Not found anywhere
+ return None
+ 
+ def find_library_file(compiler, libname, std_dirs, paths):
+-result = compiler.find_library_file(std_dirs + paths, libname)
++result = compiler.find_library_file(paths+std_dirs, libname)
+ if result is None:
+ return None
+ 
+ if host_platform == 'darwin':
+ sysroot = macosx_sdk_root()
+ 
+-# Check whether the found file is in one of the standard directories
+ dirname = os.path.dirname(result)
+-for p in std_dirs:
++# Otherwise, it must have been in one of the additional directories,
++# so we have to figure out which one.
++for p in paths:
+ # Ensure path doesn't end with path separator
+ p = p.rstrip(os.sep)
+ 
+ if host_platform == 'darwin' and is_macosx_sdk_path(p):
+ if os.path.join(sysroot, p[1:]) == dirname:
+-return [ ]
++return [ p ]
+ 
+ if p == dirname:
+-return [ ]
++return [p]
+ 
+-# Otherwise, it must have been in one of the additional directories,
+-# so we have to figure out which one.
+-for p in paths:
++# Check whether the found file is in one of the standard directories
++for p in std_dirs:
+ # Ensure path doesn't end with path separator
+ p = p.rstrip(os.sep)
+ 
+ if host_platform == 'darwin' and is_macosx_sdk_path(p):
+ if os.path.join(sysroot, p[1:]) == dirname:
+-return [ p ]
++return [ ]
+ 
+ if p == dirname:
+-return [p]
++return [ ]
+ else:
+ assert False, "Internal error: Path not found in std_dirs or paths"
+ 
+@@ -851,6 +852,8 @@
+ have_usable_openssl = (have_any_openssl and
+openssl_ver >= min_openssl_ver)
+ 
++print( "ssl_incs="+str(ssl_incs))
++print( "ssl_libs="+str(ssl_libs))
+ if have_any_openssl:
+ if have_usable_openssl:
+ # The _hashlib module wraps optimized implementations




buildbot success in ASF Buildbot on openoffice-linux64-nightly

2013-07-02 Thread buildbot
Hi! , The openoffice-linux64-nightly builder has just completed a run

STATUS: Success

 Build revision 1498774 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/655

 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: r1498841 - in /openoffice/trunk/main/dbaccess/source/ui: inc/QueryTableView.hxx querydesign/QueryTableView.cxx

2013-07-02 Thread alg
Author: alg
Date: Tue Jul  2 08:50:18 2013
New Revision: 1498841

URL: http://svn.apache.org/r1498841
Log:
i122589 check if element is added before removing and deleting it (well, put it 
in undo)

Modified:
openoffice/trunk/main/dbaccess/source/ui/inc/QueryTableView.hxx
openoffice/trunk/main/dbaccess/source/ui/querydesign/QueryTableView.cxx

Modified: openoffice/trunk/main/dbaccess/source/ui/inc/QueryTableView.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/inc/QueryTableView.hxx?rev=1498841&r1=1498840&r2=1498841&view=diff
==
--- openoffice/trunk/main/dbaccess/source/ui/inc/QueryTableView.hxx (original)
+++ openoffice/trunk/main/dbaccess/source/ui/inc/QueryTableView.hxx Tue Jul  2 
08:50:18 2013
@@ -73,6 +73,7 @@ namespace dbaui
 
// Basisklasse ueberschrieben : Fenster kreieren und loeschen
// (eigentlich nicht wirklich LOESCHEN, es geht in die 
Verantwortung einer UNDO-Action ueber)
+bool ContainsTabWin(const OTableWindow& rTabWin); // #122589# Allow to 
check if OTableWindow is registered
virtual void AddTabWin( const ::rtl::OUString& _rTableName, 
const ::rtl::OUString& _rAliasName, sal_Bool bNewTable = sal_False );
virtual void RemoveTabWin(OTableWindow* pTabWin);
 

Modified: 
openoffice/trunk/main/dbaccess/source/ui/querydesign/QueryTableView.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/querydesign/QueryTableView.cxx?rev=1498841&r1=1498840&r2=1498841&view=diff
==
--- openoffice/trunk/main/dbaccess/source/ui/querydesign/QueryTableView.cxx 
(original)
+++ openoffice/trunk/main/dbaccess/source/ui/querydesign/QueryTableView.cxx Tue 
Jul  2 08:50:18 2013
@@ -835,42 +835,65 @@ sal_Bool OQueryTableView::FindTableFromF
 }
 
 
//--
-void OQueryTableView::RemoveTabWin(OTableWindow* pTabWin)
+bool OQueryTableView::ContainsTabWin(const OTableWindow& rTabWin)
 {
-   DBG_CHKTHIS(OQueryTableView,NULL);
-   DBG_ASSERT(pTabWin != NULL, "OQueryTableView::RemoveTabWin : Fenster 
sollte ungleich NULL sein !");
-
-   // mein Parent brauche ich, da es vom Loeschen erfahren soll
-   OQueryDesignView* pParent = 
static_cast(getDesignView());
+OTableWindowMap* pTabWins = GetTabWinMap();
+DBG_ASSERT(pTabWins != NULL, "OQueryTableView::HideTabWin : habe keine 
TabWins !");
 
-   SfxUndoManager& rUndoMgr = m_pView->getController().GetUndoManager();
-   rUndoMgr.EnterListAction( String( 
ModuleRes(STR_QUERY_UNDO_TABWINDELETE) ), String() );
+OTableWindowMap::iterator aIter = pTabWins->begin();
+OTableWindowMap::iterator aEnd  = pTabWins->end();
 
-   // Undo-Action anlegen
-   OQueryTabWinDelUndoAct* pUndoAction = new OQueryTabWinDelUndoAct(this);
-   pUndoAction->SetTabWin(static_cast< OQueryTableWindow*>(pTabWin));
+for ( ;aIter != aEnd ; ++aIter )
+{
+if ( aIter->second == &rTabWin )
+{
+return true;
+}
+}
 
-   // und Fenster verstecken
-   HideTabWin(static_cast< OQueryTableWindow*>(pTabWin), pUndoAction);
-
-   // Undo Actions und Loeschen der Felder in SelectionBrowseBox
-   pParent->TableDeleted( static_cast< 
OQueryTableWindowData*>(pTabWin->GetData().get())->GetAliasName() );
-
-   m_pView->getController().addUndoActionAndInvalidate( pUndoAction );
-   rUndoMgr.LeaveListAction();
+return false;
+}
 
-   if (m_lnkTabWinsChangeHandler.IsSet())
-   {
-   TabWinsChangeNotification 
aHint(TabWinsChangeNotification::AT_REMOVED_WIN, static_cast< 
OQueryTableWindow*>(pTabWin)->GetAliasName());
-   m_lnkTabWinsChangeHandler.Call(&aHint);
-   }
+//--
+void OQueryTableView::RemoveTabWin(OTableWindow* pTabWin)
+{
+   DBG_CHKTHIS(OQueryTableView,NULL);
+   DBG_ASSERT(pTabWin != NULL, "OQueryTableView::RemoveTabWin : Fenster 
sollte ungleich NULL sein !");
 
-   modified();
-   if ( m_pAccessible )
-   m_pAccessible->notifyAccessibleEvent(   
AccessibleEventId::CHILD,
-   
makeAny(pTabWin->GetAccessible()),
-   
Any()   

-   
);
+if(pTabWin && ContainsTabWin(*pTabWin)) // #122589# check if registered 
before deleting
+{
+   // mein Parent brauche ich, da es vom Loeschen erfahren soll
+   OQueryDesignView* pParent = 
st

svn commit: r1498846 - /openoffice/trunk/main/sc/source/filter/html/htmlpars.cxx

2013-07-02 Thread orw
Author: orw
Date: Tue Jul  2 09:00:25 2013
New Revision: 1498846

URL: http://svn.apache.org/r1498846
Log:
122591: correct the iteration on an HTML table

Modified:
openoffice/trunk/main/sc/source/filter/html/htmlpars.cxx

Modified: openoffice/trunk/main/sc/source/filter/html/htmlpars.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/filter/html/htmlpars.cxx?rev=1498846&r1=1498845&r2=1498846&view=diff
==
--- openoffice/trunk/main/sc/source/filter/html/htmlpars.cxx (original)
+++ openoffice/trunk/main/sc/source/filter/html/htmlpars.cxx Tue Jul  2 
09:00:25 2013
@@ -1897,40 +1897,6 @@ ScHTMLTable* ScHTMLTableMap::CreateTable
 return pTable;
 }
 
-// 
-
-/** Simplified forward iterator for convenience.
-
-Before the iterator can be dereferenced, it must be tested with the is()
-method. The iterator may be invalid directly after construction (e.g. empty
-container).
- */
-class ScHTMLTableIterator
-{
-public:
-/** Constructs the iterator for the passed table map.
-@param pTableMap  Pointer to the table map (is allowed to be NULL). */
-explicitScHTMLTableIterator( const ScHTMLTableMap* pTableMap );
-
-inline bool is() const { return maIter != maEnd; }
-inline ScHTMLTable* operator->() { return maIter->second.get(); }
-inline ScHTMLTable& operator*() { return *maIter->second; }
-inline ScHTMLTableIterator& operator++() { ++maIter; return *this; }
-
-private:
-ScHTMLTableMap::const_iterator maIter;
-ScHTMLTableMap::const_iterator maEnd;
-};
-
-ScHTMLTableIterator::ScHTMLTableIterator( const ScHTMLTableMap* pTableMap )
-{
-if( pTableMap )
-{
-maIter = pTableMap->begin();
-maEnd = pTableMap->end();
-}
-}
-
 // 
 
 ScHTMLTableAutoId::ScHTMLTableAutoId( ScHTMLTableId& rnUnusedId ) :
@@ -2299,8 +2265,15 @@ void ScHTMLTable::ApplyCellBorders( ScDo
 }
 }
 
-for( ScHTMLTableIterator aIter( mxNestedTables.get() ); aIter.is(); 
++aIter )
-aIter->ApplyCellBorders( pDoc, rFirstPos );
+if ( mxNestedTables.get() )
+{
+for ( ScHTMLTableMap::const_iterator aIter( mxNestedTables->begin() );
+ aIter != mxNestedTables->end(); ++aIter )
+{
+if ( aIter->second.get() )
+aIter->second->ApplyCellBorders( pDoc, rFirstPos );
+}
+}
 }
 
 // 
@@ -2593,8 +2566,15 @@ void ScHTMLTable::CalcNeededDocSize(
 
 void ScHTMLTable::FillEmptyCells()
 {
-for( ScHTMLTableIterator aIter( mxNestedTables.get() ); aIter.is(); 
++aIter )
-aIter->FillEmptyCells();
+if ( mxNestedTables.get() )
+{
+for ( ScHTMLTableMap::const_iterator aIter( mxNestedTables->begin() );
+ aIter != mxNestedTables->end(); ++aIter )
+{
+if ( aIter->second.get() )
+aIter->second->FillEmptyCells();
+}
+}
 
 // insert the final vertically merged ranges into maUsedCells
 for( const ScRange* pRange = maVMergedCells.First(); pRange; pRange = 
maVMergedCells.Next() )
@@ -2627,8 +2607,15 @@ void ScHTMLTable::FillEmptyCells()
 void ScHTMLTable::RecalcDocSize()
 {
 // recalc table sizes recursively from inner to outer
-for( ScHTMLTableIterator aIter( mxNestedTables.get() ); aIter.is(); 
++aIter )
-aIter->RecalcDocSize();
+if ( mxNestedTables.get() )
+{
+for ( ScHTMLTableMap::const_iterator aIter( mxNestedTables->begin() );
+ aIter != mxNestedTables->end(); ++aIter )
+{
+if ( aIter->second.get() )
+aIter->second->RecalcDocSize();
+}
+}
 
 /*  Two passes: first calculates the sizes of single columns/rows, then
 the sizes of spanned columns/rows. This allows to fill nested tables




svn propchange: r1498829 - svn:log

2013-07-02 Thread markt
Author: markt
Revision: 1498829
Modified property: svn:log

Modified: svn:log at Tue Jul  2 09:06:53 2013
--
--- svn:log (original)
+++ svn:log Tue Jul  2 09:06:53 2013
@@ -5,4 +5,4 @@ requested by AOO's configure scripts. Th
 intended for redistribution, especially for the OpenSSL provided libs.
 
 Found by: Ariel Constenla-Haile 
-Fixed by: Herbert Dürr 
+Fixed by: Herbert Durr 



svn propchange: r1498846 - svn:log

2013-07-02 Thread orw
Author: orw
Revision: 1498846
Modified property: svn:log

Modified: svn:log at Tue Jul  2 09:10:03 2013
--
--- svn:log (original)
+++ svn:log Tue Jul  2 09:10:03 2013
@@ -1 +1,4 @@
 122591: correct the iteration on an HTML table
+
+Patch by: Ariel 
+Review by: Herbert 



svn commit: r1498881 - /openoffice/trunk/main/sw/source/ui/shells/textfld.cxx

2013-07-02 Thread alg
Author: alg
Date: Tue Jul  2 11:30:06 2013
New Revision: 1498881

URL: http://svn.apache.org/r1498881
Log:
i120513 Remove autocompletion suggestion when inserting comment via 
menu/shortcut
Author: orw, alg

Modified:
openoffice/trunk/main/sw/source/ui/shells/textfld.cxx

Modified: openoffice/trunk/main/sw/source/ui/shells/textfld.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/ui/shells/textfld.cxx?rev=1498881&r1=1498880&r2=1498881&view=diff
==
--- openoffice/trunk/main/sw/source/ui/shells/textfld.cxx (original)
+++ openoffice/trunk/main/sw/source/ui/shells/textfld.cxx Tue Jul  2 11:30:06 
2013
@@ -19,14 +19,11 @@
  * 
  */
 
-
-
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sw.hxx"
 
 #include 
 #include  //_immer_ vor den solar-Items
-
 #include 
 #include 
 #include 
@@ -40,7 +37,6 @@
 #include 
 #include 
 #include 
-
 #include 
 #include 
 #include 
@@ -62,10 +58,8 @@
 #include 
 #include 
 #include 
-
 #include 
 #include 
-
 #include 
 #include 
 #include 
@@ -73,15 +67,13 @@
 #include "dialog.hrc"
 #include 
 #include 
-
 #include 
-
+#include 
 #include 
 #include 
 
 using namespace nsSwDocInfoSubType;
 
-
 extern sal_Bool bNoInterrupt;  // in mainwn.cxx
 
 String& lcl_AppendRedlineStr( String& rStr, sal_uInt16 nRedlId )
@@ -363,6 +355,11 @@ void SwTextShell::ExecField(SfxRequest &
rSh.KillPams();
rSh.ClearMark();
}
+   
+   // #120513# Inserting a comment into an 
autocompletion crashes
+   // --> suggestion has to be removed 
before
+   GetView().GetEditWin().StopQuickHelp();
+   
SwInsertFld_Data aData(TYP_POSTITFLD, 
0, sAuthor, aEmptyStr, 0);
aFldMgr.InsertFld(aData);
rSh.Push();




svn commit: r1498895 - /openoffice/trunk/main/svgio/source/svgreader/svgsvgnode.cxx

2013-07-02 Thread alg
Author: alg
Date: Tue Jul  2 12:00:29 2013
New Revision: 1498895

URL: http://svn.apache.org/r1498895
Log:
i122594 correctly handle iner svg node when no width/height or percent is given

Modified:
openoffice/trunk/main/svgio/source/svgreader/svgsvgnode.cxx

Modified: openoffice/trunk/main/svgio/source/svgreader/svgsvgnode.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svgio/source/svgreader/svgsvgnode.cxx?rev=1498895&r1=1498894&r2=1498895&view=diff
==
--- openoffice/trunk/main/svgio/source/svgreader/svgsvgnode.cxx (original)
+++ openoffice/trunk/main/svgio/source/svgreader/svgsvgnode.cxx Tue Jul  2 
12:00:29 2013
@@ -182,8 +182,64 @@ namespace svgio
 // create target range homing x,y, width and 
height as given
 const double fX(getX().isSet() ? 
getX().solve(*this, xcoordinate) : 0.0);
 const double fY(getY().isSet() ? 
getY().solve(*this, ycoordinate) : 0.0);
-const double fW(getWidth().isSet() ? 
getWidth().solve(*this, xcoordinate) : getViewBox()->getWidth());
-const double fH(getHeight().isSet() ? 
getHeight().solve(*this, ycoordinate) : getViewBox()->getHeight());
+const bool bWidthIsRelative(!getWidth().isSet() || 
Unit_percent == getWidth().getUnit());
+const bool bHeightIsRelative(!getWidth().isSet() 
|| Unit_percent == getWidth().getUnit());
+const SvgSvgNode* pParentSvgSvgNode = 0;
+double fW(0.0);
+double fH(0.0);
+
+// #122594# if width/height is not given, it's 
100% (see 5.1.2 The ‘svg’ element in SVG1.1 spec).
+// If it is relative, the question is to what. The 
previous implementatin assumed relative to the
+// local ViewBox which is implied by (4.2 Basic 
data types):
+//
+// "Note that the non-property  definition 
also allows a percentage unit identifier. 
+// The meaning of a percentage length value 
depends on the attribute for which the percentage 
+// length value has been specified. Two common 
cases are: (a) when a percentage length value 
+// represents a percentage of the viewport width 
or height (refer to the section that discusses 
+// units in general), and (b) when a percentage 
length value represents a percentage of the 
+// bounding box width or height on a given object 
(refer to the section that describes object 
+// bounding box units)."
+//
+// This is not closer specified for the SVG 
element itself as non-outmost element, but comparisons
+// with common browsers shows that it's mostly 
interpreted relative to the viewBox of the parent.
+// Adding code to search the parent SVG element 
and calculating width/height relative to it's
+// viewBox width/height (and no longer to the 
local viewBox).
+if(bWidthIsRelative || bHeightIsRelative)
+{
+for(const SvgNode* pParent = getParent(); 
pParent && !pParentSvgSvgNode; pParent = pParent->getParent())
+{
+pParentSvgSvgNode = dynamic_cast< const 
SvgSvgNode* >(pParent);
+}
+}
+
+if(bWidthIsRelative)
+{
+fW = getWidth().isSet() ? 
getWidth().getNumber() * 0.01 : 1.0;
+
+if(pParentSvgSvgNode)
+{
+fW *= 
pParentSvgSvgNode->getViewBox()->getWidth();
+}
+}
+else
+{
+fW = getWidth().solve(*this, xcoordinate);
+}
+
+if(bHeightIsRelative)
+{
+fH = getHeight().isSet() ? 
getHeight().getNumber() * 0.01 : 1.0;
+
+if(pParentSvgSvgNode)
+{
+fH *= 
pParentSvgSvgNode->getViewBox()->getHeight();
+}
+}
+else
+{
+fH = getHeight().solve(*t

svn commit: r1498913 - /openoffice/trunk/main/vcl/source/gdi/bitmapex.cxx

2013-07-02 Thread alg
Author: alg
Date: Tue Jul  2 12:56:06 2013
New Revision: 1498913

URL: http://svn.apache.org/r1498913
Log:
corrected some dumb self-assignments found by CovertyScan, thanks for detection

Modified:
openoffice/trunk/main/vcl/source/gdi/bitmapex.cxx

Modified: openoffice/trunk/main/vcl/source/gdi/bitmapex.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/source/gdi/bitmapex.cxx?rev=1498913&r1=1498912&r2=1498913&view=diff
==
--- openoffice/trunk/main/vcl/source/gdi/bitmapex.cxx (original)
+++ openoffice/trunk/main/vcl/source/gdi/bitmapex.cxx Tue Jul  2 12:56:06 2013
@@ -1244,20 +1244,20 @@ BitmapEx VCL_DLLPUBLIC createBlendFrame(
 
 if(aLastSize == rSize
 && nLastAlpha == nAlpha
-&& aLastColorTopLeft == aLastColorTopLeft
-&& aLastColorTopRight == aLastColorTopRight
-&& aLastColorBottomRight == aLastColorBottomRight
-&& aLastColorBottomLeft == aLastColorBottomLeft)
+&& aLastColorTopLeft == aColorTopLeft
+&& aLastColorTopRight == aColorTopRight
+&& aLastColorBottomRight == aColorBottomRight
+&& aLastColorBottomLeft == aColorBottomLeft)
 {
 return aLastResult;
 }
 
 aLastSize = rSize;
 nLastAlpha = nAlpha;
-aLastColorTopLeft = aLastColorTopLeft;
-aLastColorTopRight = aLastColorTopRight;
-aLastColorBottomRight = aLastColorBottomRight;
-aLastColorBottomLeft = aLastColorBottomLeft;
+aLastColorTopLeft = aColorTopLeft;
+aLastColorTopRight = aColorTopRight;
+aLastColorBottomRight = aColorBottomRight;
+aLastColorBottomLeft = aColorBottomLeft;
 aLastResult.Clear();
 
 const long nW(rSize.Width());




svn commit: r1498974 [1/2] - /openoffice/trunk/extras/l10n/source/de/localize.sdf

2013-07-02 Thread jsc
Author: jsc
Date: Tue Jul  2 15:24:20 2013
New Revision: 1498974

URL: http://svn.apache.org/r1498974
Log:
#122468# update the latest translation for AOO 4.0 for German (de)

Modified:
openoffice/trunk/extras/l10n/source/de/localize.sdf



svn commit: r1498979 - /openoffice/trunk/extras/l10n/source/hu/localize.sdf

2013-07-02 Thread jsc
Author: jsc
Date: Tue Jul  2 15:29:35 2013
New Revision: 1498979

URL: http://svn.apache.org/r1498979
Log:
#122360# update the latest translation for AOO 4.0 for Hungarian (hu)

Modified:
openoffice/trunk/extras/l10n/source/hu/localize.sdf

Modified: openoffice/trunk/extras/l10n/source/hu/localize.sdf
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/extras/l10n/source/hu/localize.sdf?rev=1498979&r1=1498978&r2=1498979&view=diff
==
--- openoffice/trunk/extras/l10n/source/hu/localize.sdf (original)
+++ openoffice/trunk/extras/l10n/source/hu/localize.sdf Tue Jul  2 15:29:35 2013
@@ -17098,8 +17098,8 @@ helpcontent2source\text\swriter\main020
 helpcontent2   source\text\swriter\main0204.xhp0   help
hd_id31475926   0   hu  \Cellák 
egyesítése\20130618 17:22:18
 helpcontent2   source\text\swriter\main0204.xhp0   help
hd_id31478209   0   hu  \Sor 
törlése\ 20130618 17:22:18
 helpcontent2   source\text\swriter\main0204.xhp0   help
hd_id314723110  0   hu  \Oszlop 
törlése\   20130618 17:22:18
-helpcontent2   source\text\swriter\main0204.xhp0   help
hd_id94820  0   hu  \AutoFormázás\   
20130618 17:22:18
-helpcontent2   source\text\swriter\main0204.xhp0   help
hd_id947820 0   hu  \Tábla 
tulajdonságai\ 20130618 17:22:18
+helpcontent2   source\text\swriter\main0204.xhp0   help
hd_id94820  0   hu  \AutoFormázás\   
20130618 17:22:18
+helpcontent2   source\text\swriter\main0204.xhp0   help
hd_id947820 0   hu  \Tábla 
tulajdonságai\  20130618 17:22:18
 helpcontent2   source\text\swriter\main0204.xhp0   help
hd_id94007820   0   hu  \Rendezés\
 20130618 17:22:18
 helpcontent2   source\text\swriter\main0205.xhp0   helptit 
0   hu  Rajzobjektum tulajdonságai eszköztár 
20130618 17:22:18
 helpcontent2   source\text\swriter\main0205.xhp0   help
hd_id31542751   0   hu  \Rajzobjektum tulajdonságai eszköztár\ 
   20130618 17:22:18
@@ -17953,7 +17953,7 @@ helpcontent2source\text\shared\main0204
 helpcontent2   source\text\shared\main0204.xhp 0   helphd_id3147231
10  0   hu  \Oszlop 
törlése\20130618 17:22:18
 helpcontent2   source\text\shared\main0204.xhp 0   helphd_id3134447820 
0   hu  \Táblázattervezés\  
 20130618 17:22:18
 helpcontent2   source\text\shared\main0204.xhp 0   help
par_id162008122403440   hu  Megnyitja a 
Táblázattervezőt. Az előnézetre dupla egérkattintás beilleszti az új 
táblát.  20130618 17:22:18
-helpcontent2   source\text\shared\main0204.xhp 0   helphd_id947820 
0   hu  \Táblázat tulajdonságok\   
20130618 17:22:18
+helpcontent2   source\text\shared\main0204.xhp 0   helphd_id947820 
0   hu  \Táblázat 
tulajdonságok\20130618 17:22:18
 helpcontent2   source\text\shared\main0208.xhp 0   helptit 
0   hu  Állapotsor az $[officename] 
Basic-dokumentumokban  20130618 17:22:18
 helpcontent2   source\text\shared\main0208.xhp 0   helphd_id3148520
1   0   hu  \Állapotsor az $[officename] 
Basic-dokumentumokban\   20130618 17:22:18
 helpcontent2   source\text\shared\main0208.xhp 0   helppar_id3154136   
2   0   hu  Az \Állapotsor\ az 
aktuális $[officename] Basic-dokumentummal kapcsolatos információkat 
jelenít meg.20130618 17:22:18




svn commit: r1498980 - /openoffice/trunk/extras/l10n/source/fr/localize.sdf

2013-07-02 Thread jsc
Author: jsc
Date: Tue Jul  2 15:31:40 2013
New Revision: 1498980

URL: http://svn.apache.org/r1498980
Log:
#122584# update the latest translation for AOO 4.0 for French (fr)

Modified:
openoffice/trunk/extras/l10n/source/fr/localize.sdf

Modified: openoffice/trunk/extras/l10n/source/fr/localize.sdf
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/extras/l10n/source/fr/localize.sdf?rev=1498980&r1=1498979&r2=1498980&view=diff
==
--- openoffice/trunk/extras/l10n/source/fr/localize.sdf (original)
+++ openoffice/trunk/extras/l10n/source/fr/localize.sdf Tue Jul  2 15:31:40 2013
@@ -3082,14 +3082,14 @@ officecfg   registry\data\org\openoffice\O
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Commands..uno:GoUpBlockSel  
Label   0   fr  Sélectionner dans la page vers le haut 
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Commands..uno:GoUpSel   Label   
0   fr  Sélectionner vers le haut  
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Commands..uno:GrafAttrCrop  
Label   0   fr  Rogner l'image...   
20130618 17:22:18
-officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Commands..uno:GrafBlue  Label   
0   fr  Proportion de bleu  
20130618 17:22:18
+officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Commands..uno:GrafBlue  Label   
0   fr  Bleu20130618 
17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Commands..uno:GrafContrast  
Label   0   fr  Contraste   
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Commands..uno:GrafGamma Label   
0   fr  Gamma   20130618 
17:22:18
-officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Commands..uno:GrafGreen Label   
0   fr  Proportion de vert  
20130618 17:22:18
+officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Commands..uno:GrafGreen Label   
0   fr  Vert20130618 
17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Commands..uno:GrafInvert
Label   0   fr  Invertir
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Commands..uno:GrafLuminance 
Label   0   fr  Luminosité 
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Commands..uno:GrafMode  Label   
0   fr  Mode Graphique  
20130618 17:22:18
-officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Commands..uno:GrafRed   Label   
0   fr  Proportion de rouge 
20130618 17:22:18
+officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Commands..uno:GrafRed   Label   
0   fr  Rouge   20130618 
17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   ..GenericCommands.UserInterface.Commands..uno:GrafTransparence  
Label   0   fr  Transparence
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   
..GenericCommands.UserInterface.Commands..uno:GraphicFilterInvert   Label   
0   fr  Invertir
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\GenericCommands.xcu  
0   value   
..GenericComman

svn commit: r1498982 - /openoffice/trunk/extras/l10n/source/ja/localize.sdf

2013-07-02 Thread jsc
Author: jsc
Date: Tue Jul  2 15:34:35 2013
New Revision: 1498982

URL: http://svn.apache.org/r1498982
Log:
#122474# update the latest translation for AOO 4.0 for Japanese (ja)

Modified:
openoffice/trunk/extras/l10n/source/ja/localize.sdf

Modified: openoffice/trunk/extras/l10n/source/ja/localize.sdf
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/extras/l10n/source/ja/localize.sdf?rev=1498982&r1=1498981&r2=1498982&view=diff
==
--- openoffice/trunk/extras/l10n/source/ja/localize.sdf (original)
+++ openoffice/trunk/extras/l10n/source/ja/localize.sdf Tue Jul  2 15:34:35 2013
@@ -1760,7 +1760,7 @@ officecfg registry\data\org\openoffice\O
 officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:SortAscendingLabel   
0   ja  昇順に並べ替え   
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:SortDescending   Label   
0   ja  降順に並べ替え   
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:SplitWindow  Label   
0   ja  ウィンドウの分割
20130618 17:22:18
-officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:SplitWindow  ContextLabel
0   ja  組み合わせの解除(~S)
20130618 17:22:18
+officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:SplitWindow  ContextLabel
0   ja  分割(~S)  
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:StandardTextAttributes   
Label   0   ja  標準テキスト属性の設定   
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:StarChartDataDialog  Label   
0   ja  図表データ範囲の変更  
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\CalcCommands.xcu 0   
value   ..CalcCommands.UserInterface.Commands..uno:StarChartDialog  Label   
0   ja  グラフ(~A)...
20130618 17:22:18
@@ -2277,7 +2277,7 @@ officecfg registry\data\org\openoffice\O
 officecfg  registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu  
0   value   ..DrawImpressCommands.UserInterface.Popups..uno:ModifyMenu  
Label   0   ja  変更(~M)  
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu  
0   value   
..DrawImpressCommands.UserInterface.Popups..uno:PreviewDisplayQualityMenu   
Label   0   ja  プレビューモード
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu  
0   value   ..DrawImpressCommands.UserInterface.Popups..uno:SendMenu
Label   0   ja  送る(~D)  
20130618 17:22:18
-officecfg  registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu  
0   value   ..DrawImpressCommands.UserInterface.Popups..uno:SlideShowMenu   
Label   0   ja  スライドショー   
20130618 17:22:18
+officecfg  registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu  
0   value   ..DrawImpressCommands.UserInterface.Popups..uno:SlideShowMenu   
Label   0   ja  スライドショー(~S)   
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu  
0   value   ..DrawImpressCommands.UserInterface.Popups..uno:SnapLinesMenu   
Label   0   ja  補助線   
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu  
0   value   ..DrawImpressCommands.UserInterface.Popups..uno:TemplatesMenu   
Label   0   ja  スタイルとテンプレート(~E)   
20130618 17:22:18
 officecfg  registry\data\org\openoffice\Office\UI\DrawImpressCommands.xcu  
0   value   ..DrawImpressCommands.UserInterface.Popups..uno:WorkspaceMenu   
Label  

svn commit: r1498985 [1/2] - /openoffice/trunk/extras/l10n/source/pt-BR/localize.sdf

2013-07-02 Thread jsc
Author: jsc
Date: Tue Jul  2 15:36:39 2013
New Revision: 1498985

URL: http://svn.apache.org/r1498985
Log:
#122308# update the latest translation for AOO 4.0 for Portuguese Brazil (pt-BR)

Modified:
openoffice/trunk/extras/l10n/source/pt-BR/localize.sdf



svn commit: r1498986 [1/2] - /openoffice/trunk/extras/l10n/source/ru/localize.sdf

2013-07-02 Thread jsc
Author: jsc
Date: Tue Jul  2 15:37:38 2013
New Revision: 1498986

URL: http://svn.apache.org/r1498986
Log:
#122284# update the latest translation for AOO 4.0 for Russian (ru)

Modified:
openoffice/trunk/extras/l10n/source/ru/localize.sdf



svn commit: r1498987 [1/2] - /openoffice/trunk/extras/l10n/source/ast/localize.sdf

2013-07-02 Thread jsc
Author: jsc
Date: Tue Jul  2 15:42:13 2013
New Revision: 1498987

URL: http://svn.apache.org/r1498987
Log:
#122670 update the latest translation for AOO 4.0 for Asturian (ast)

Modified:
openoffice/trunk/extras/l10n/source/ast/localize.sdf



svn commit: r1499006 - /openoffice/trunk/main/svgio/source/svgreader/svgsvgnode.cxx

2013-07-02 Thread alg
Author: alg
Date: Tue Jul  2 16:36:07 2013
New Revision: 1499006

URL: http://svn.apache.org/r1499006
Log:
i122594 Added same handling for outer SVG element

Modified:
openoffice/trunk/main/svgio/source/svgreader/svgsvgnode.cxx

Modified: openoffice/trunk/main/svgio/source/svgreader/svgsvgnode.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svgio/source/svgreader/svgsvgnode.cxx?rev=1499006&r1=1499005&r2=1499006&view=diff
==
--- openoffice/trunk/main/svgio/source/svgreader/svgsvgnode.cxx (original)
+++ openoffice/trunk/main/svgio/source/svgreader/svgsvgnode.cxx Tue Jul  2 
16:36:07 2013
@@ -173,6 +173,64 @@ namespace svgio
 {
 if(getParent())
 {
+const bool bWidthIsRelative(!getWidth().isSet() || 
Unit_percent == getWidth().getUnit());
+const bool bHeightIsRelative(!getWidth().isSet() || 
Unit_percent == getWidth().getUnit());
+const SvgSvgNode* pParentSvgSvgNode = 0;
+double fW(0.0);
+double fH(0.0);
+
+// #122594# if width/height is not given, it's 100% (see 
5.1.2 The ‘svg’ element in SVG1.1 spec).
+// If it is relative, the question is to what. The 
previous implementatin assumed relative to the
+// local ViewBox which is implied by (4.2 Basic data 
types):
+//
+// "Note that the non-property  definition also 
allows a percentage unit identifier. 
+// The meaning of a percentage length value depends on the 
attribute for which the percentage 
+// length value has been specified. Two common cases are: 
(a) when a percentage length value 
+// represents a percentage of the viewport width or height 
(refer to the section that discusses 
+// units in general), and (b) when a percentage length 
value represents a percentage of the 
+// bounding box width or height on a given object (refer 
to the section that describes object 
+// bounding box units)."
+//
+// This is not closer specified for the SVG element itself 
as non-outmost element, but comparisons
+// with common browsers shows that it's mostly interpreted 
relative to the viewBox of the parent.
+// Adding code to search the parent SVG element and 
calculating width/height relative to it's
+// viewBox width/height (and no longer to the local 
viewBox).
+if(bWidthIsRelative || bHeightIsRelative)
+{
+for(const SvgNode* pParent = getParent(); pParent && 
!pParentSvgSvgNode; pParent = pParent->getParent())
+{
+pParentSvgSvgNode = dynamic_cast< const 
SvgSvgNode* >(pParent);
+}
+}
+
+if(bWidthIsRelative)
+{
+fW = getWidth().isSet() ? getWidth().getNumber() * 
0.01 : 1.0;
+
+if(pParentSvgSvgNode)
+{
+fW *= pParentSvgSvgNode->getViewBox()->getWidth();
+}
+}
+else
+{
+fW = getWidth().solve(*this, xcoordinate);
+}
+
+if(bHeightIsRelative)
+{
+fH = getHeight().isSet() ? getHeight().getNumber() * 
0.01 : 1.0;
+
+if(pParentSvgSvgNode)
+{
+fH *= pParentSvgSvgNode->getViewBox()->getHeight();
+}
+}
+else
+{
+fH = getHeight().solve(*this, ycoordinate);
+}
+
 if(getViewBox())
 {
 // Svg defines that with no width or no height the 
viewBox content is empty,
@@ -182,64 +240,6 @@ namespace svgio
 // create target range homing x,y, width and 
height as given
 const double fX(getX().isSet() ? 
getX().solve(*this, xcoordinate) : 0.0);
 const double fY(getY().isSet() ? 
getY().solve(*this, ycoordinate) : 0.0);
-const bool bWidthIsRelative(!getWidth().isSet() || 
Unit_percent == getWidth().getUnit());
-const bool bHeightIsRelative(!getWidth().isSet() 
|| Unit_percent == getWidth().getUnit());
-const SvgSvgNode* pParentSvgSvgNode = 0;
-double fW(0.0);
-double fH(0.

svn commit: r1499107 - /openoffice/ooo-site/trunk/content/pt/distribute/wantdist.htm

2013-07-02 Thread pescetti
Author: pescetti
Date: Tue Jul  2 20:49:13 2013
New Revision: 1499107

URL: http://svn.apache.org/r1499107
Log:
Some Portuguese site fixes (still to be improved)

Modified:
openoffice/ooo-site/trunk/content/pt/distribute/wantdist.htm

Modified: openoffice/ooo-site/trunk/content/pt/distribute/wantdist.htm
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/pt/distribute/wantdist.htm?rev=1499107&r1=1499106&r2=1499107&view=diff
==
--- openoffice/ooo-site/trunk/content/pt/distribute/wantdist.htm (original)
+++ openoffice/ooo-site/trunk/content/pt/distribute/wantdist.htm Tue Jul  2 
20:49:13 2013
@@ -27,33 +27,33 @@

 
   
-O que é
+O que é
 Acerca do OOo
-Inscrição em newsletter
-   Casos de Sucesso
+Inscrição em newsletter
+   Casos de sucesso
 FAQs gerais
   

   
 Download 
 DescarregarExtensões
-   Dicionários
+   Dicionários
 Outros Projectos
   

   
 Ajuda
 Manuais
-http://www.look2oo.org/smf/";>Fórum 
+http://www.look2oo.org/smf/";>Fórum 
 Livro
-Formação
+Formação
 Wiki
   

   
 Colaborar
-Listas de Correio
-   Tradução / Localização
+Listas de correio
+   Tradução / 
Localização
Reportar bugs  (issuezilla)
 Material de Marketing
   
@@ -73,7 +73,7 @@
  
Pretende tornar-se um distribuidor OpenOffice.org?
 
 
-   Se pretende tornar-se um distribuidor oficial de OpenOffice, envie um 
mail para market...@pt.openoffice.org 
com os seguintes dados:     - Nome da Empresa  
   - Actividade principal da empresa ou mensagem a figurar nesta página 
+   Se pretende tornar-se um distribuidor oficial de OpenOffice, envie um 
mail para market...@pt.openoffice.org 
com os seguintes dados:     - Nome da Empresa  
   - Actividade principal da empresa ou mensagem a figurar nesta página 
 
 
 




svn commit: r868186 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/pt/distribute/wantdist.htm

2013-07-02 Thread buildbot
Author: buildbot
Date: Tue Jul  2 20:50:20 2013
New Revision: 868186

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/pt/distribute/wantdist.htm

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul  2 20:50:20 2013
@@ -1 +1 @@
-1497771
+1499107

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul  2 20:50:20 2013
@@ -1 +1 @@
-1497771
+1499107

Modified: websites/staging/ooo-site/trunk/content/pt/distribute/wantdist.htm
==
--- websites/staging/ooo-site/trunk/content/pt/distribute/wantdist.htm 
(original)
+++ websites/staging/ooo-site/trunk/content/pt/distribute/wantdist.htm Tue Jul  
2 20:50:20 2013
@@ -43,33 +43,33 @@

 
   
-O que é
+O que é
 Acerca do OOo
-Inscrição em newsletter
-   Casos de Sucesso
+Inscrição em newsletter
+   Casos de sucesso
 FAQs gerais
   

   
 Download 
 DescarregarExtensões
-   Dicionários
+   Dicionários
 Outros Projectos
   

   
 Ajuda
 Manuais
-http://www.look2oo.org/smf/";>Fórum 
+http://www.look2oo.org/smf/";>Fórum 
 Livro
-Formação
+Formação
 Wiki
   

   
 Colaborar
-Listas de Correio
-   Tradução / Localização
+Listas de correio
+   Tradução / 
Localização
Reportar bugs  (issuezilla)
 Material de Marketing
   
@@ -89,7 +89,7 @@
  
Pretende tornar-se um distribuidor OpenOffice.org?
 
 
-   Se pretende tornar-se um distribuidor oficial de OpenOffice, envie um 
mail para market...@pt.openoffice.org 
com os seguintes dados:     - Nome da Empresa  
   - Actividade principal da empresa ou mensagem a figurar nesta página 
+   Se pretende tornar-se um distribuidor oficial de OpenOffice, envie um 
mail para market...@pt.openoffice.org 
com os seguintes dados:     - Nome da Empresa  
   - Actividade principal da empresa ou mensagem a figurar nesta página 
 
 
 




svn commit: r1499108 - /openoffice/ooo-site/trunk/content/pt/index.html

2013-07-02 Thread pescetti
Author: pescetti
Date: Tue Jul  2 20:51:57 2013
New Revision: 1499108

URL: http://svn.apache.org/r1499108
Log:
Further Portuguese site fixes (replace "Help wanted" header).

Modified:
openoffice/ooo-site/trunk/content/pt/index.html

Modified: openoffice/ooo-site/trunk/content/pt/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/pt/index.html?rev=1499108&r1=1499107&r2=1499108&view=diff
==
--- openoffice/ooo-site/trunk/content/pt/index.html (original)
+++ openoffice/ooo-site/trunk/content/pt/index.html Tue Jul  2 20:51:57 2013
@@ -13,18 +13,17 @@
 


-We need your help to complete the translation of Apache OpenOffice 3.4 
into Portuguese!
+Nova versão do Apache OpenOffice em Português!

-   This note is in English because we have no one to translate it 
into your language.   The links on the page will help you download and install 
OpenOffice.org 3.3.0, an older version of our product.  It is missing
-   many bug fixes, performance enhancements and even new features 
that are in Apache OpenOffice 3.4.
+   Agora completamente traduzido para Protuguês - Portugal, 
experimente o novo Apache OpenOffice 4.0,
+   muitos bugs reparados, muitos melhoramentos de performance e 
muitas novas funcionalidades.


-   We would be happy to make Apache OpenOffice 3.4 available in 
Portuguese, but we need help completing the translation of the user interface.  
This translation is 97% complete already.  We need a volunteer or two who can 
help 
-   us translate the remaining 3% and review the translation.
+   Apache OpenOffice 4.0 - (provavelmente) o 
melhor sofftware de produtividade completamente gratuito


-   If you are interested in helping translate, please review http://openoffice.apache.org/translate.html";>this information.  You 
can send a note to our mailing list, l...@openoffice.apache.org,
-   if you want to volunteer or if you have questions.
+
+   







svn commit: r868187 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/pt/index.html

2013-07-02 Thread buildbot
Author: buildbot
Date: Tue Jul  2 20:52:27 2013
New Revision: 868187

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/pt/index.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul  2 20:52:27 2013
@@ -1 +1 @@
-1499107
+1499108

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul  2 20:52:27 2013
@@ -1 +1 @@
-1499107
+1499108

Modified: websites/staging/ooo-site/trunk/content/pt/index.html
==
--- websites/staging/ooo-site/trunk/content/pt/index.html (original)
+++ websites/staging/ooo-site/trunk/content/pt/index.html Tue Jul  2 20:52:27 
2013
@@ -30,18 +30,17 @@
 


-We need your help to complete the translation of Apache OpenOffice 3.4 
into Portuguese!
+Nova versão do Apache OpenOffice em Português!

-   This note is in English because we have no one to translate it 
into your language.   The links on the page will help you download and install 
OpenOffice.org 3.3.0, an older version of our product.  It is missing
-   many bug fixes, performance enhancements and even new features 
that are in Apache OpenOffice 3.4.
+   Agora completamente traduzido para Protuguês - Portugal, 
experimente o novo Apache OpenOffice 4.0,
+   muitos bugs reparados, muitos melhoramentos de performance e 
muitas novas funcionalidades.


-   We would be happy to make Apache OpenOffice 3.4 available in 
Portuguese, but we need help completing the translation of the user interface.  
This translation is 97% complete already.  We need a volunteer or two who can 
help 
-   us translate the remaining 3% and review the translation.
+   Apache OpenOffice 4.0 - (provavelmente) o 
melhor sofftware de produtividade completamente gratuito


-   If you are interested in helping translate, please review http://openoffice.apache.org/translate.html";>this information.  You 
can send a note to our mailing list, l...@openoffice.apache.org,
-   if you want to volunteer or if you have questions.
+
+   







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

2013-07-02 Thread pescetti
Author: pescetti
Date: Tue Jul  2 20:55:07 2013
New Revision: 868188

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

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



[CONF] Apache OpenOffice Community > 2013 Jul

2013-07-02 Thread Andrea Pescetti (Confluence)







2013 Jul
Page  added by Andrea Pescetti

 

 Reporting to the Apache Board is a periodic task of the Apache OpenOffice PMC Chair. See here and here for context.

Apache OpenOffice

Apache OpenOffice is an open-source, office-document productivity
suite providing six productivity applications based around the
OpenDocument Format (ODF). OpenOffice is released on multiple
platforms and in dozens of languages.

Issues for Board Awareness

None at this time.

Community Development/Outreach Progress
---

(cloned from April; still to be updated)

The project added a new committer, ...

Blog posts calling for new development, documentation, QA, design
volunteers have proved successful, with many new people contacting the
mailing lists and some providing sustained contributions to the
discussions and activities. Orientation modules for new volunteers were
made available, to simplify introduction of new volunteers.

Apache OpenOffice participated in FOSDEM 2013 in Brussels, with a
booth for two days and a dedicated track (devroom) for a full day of
technical talks, and in ApacheCon NA in Portland, with presentations
and meetings.

The OpenOffice Wiki, running on MediaWiki, was very unstable. It has
been fresh installed on a new vm and updated to the latest release
under the guidance of Infra, and is now stable, documented and
maintained.

A new documentation effort for an end-users manual under the ALv2
licence was started on the OpenOffice Wiki.

A new project logo is currently being selected for version 4.0.

A small team of volunteers was created to take care of the LAMP virtual
machines used for the OpenOffice Wiki, the OpenOffice Forum and an
ASF-wide new Pootle server for software translations. The Apache
Infrastructure team is providing guidance and support. The OpenOffice
infrastructure needs have been discussed with Infra to allow proper
planning and budgeting.

Community support forums remain popular with users. The mailing lists
for user support, localization, QA and marketing are quite active. As
Apache OpenOffice is a client product, we continue to investigate ways
to direct users to appropriate support venues. The developer list,
ooo-dev, remains very active.

Product/Project Development Progress


The project released an update to version 3.4.1 in late January,
to include 8 new language translations made available by volunteers. 

The next OpenOffice release will be labeled 4.0. Plans are to release
in June, 2013.  

New ports, languages and other distribution channels are expected. The
new release in June will be provided in many more native languages. New
volunteers have come forth to assist with this effort. Build work has
started for reinstating OpenOffice into Linux repositories, currently
Fedora at this time.

The source tree has been cleaned of non en-US messages (these are
now kept in external files) allowing normal translation of these parts.

A new localization process, eventually leading to a more efficient
translation workflow and a massive cleanup of tools and intermediate
formats, is being implemented. The toolset is independent of OpenOffice
and can be easily adopted by other projects especially in combination
with the new translate/Pootle server.

Most of the work towards version 4.0 is being done in branches, with
integration to trunk expected to begin soon. Buildbots and QA tests
cover both trunk and branches, to guarantee optimal coverage.

Work is beginning on a Strategic Plan for the project. The plan will
likely be sub-divided into various components: Web/Wiki, User Support,
Documentation, Project: General, Project: Writer, Project: Calc,
Project:Base, etc. We anticipate this will be a rather lengthy process
involving both volunteers and our end users.



   
Stop watching space
|
Change email notification preferences

   View Online
  |
   Add Comment
   








buildbot failure in ASF Buildbot on aoo-w7ia2

2013-07-02 Thread buildbot
Hi! , The aoo-w7ia2 builder has just completed a run

STATUS: Failure

 Build revision 1484083 on branch openoffice/branches/ia2

 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-w7ia2/builds/156

 Build reason was: The Nightly scheduler named 'aoo-win7-ia2' 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

2013-07-02 Thread buildbot
Hi! , The aoo-win7 builder has just completed a run

STATUS: Success

 Build revision 1499006 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/676

 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