From 5e838ad7d9d9919a362497cf5f04bdb2e7c1c6f7 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Fri, 16 Apr 2010 23:02:51 +0200 Subject: CWS gnumake2: move delivered header files from sfx2/inc to sfx2/inc/sfx2; removed unused code; avoid delivering sfx.srs to solver --- sfx2/source/appl/appmain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source/appl/appmain.cxx') diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx index 253311c54f3d..28373f81ad08 100644 --- a/sfx2/source/appl/appmain.cxx +++ b/sfx2/source/appl/appmain.cxx @@ -56,7 +56,7 @@ #include #include "arrdecl.hxx" #include -#include "sfxresid.hxx" +#include "sfx2/sfxresid.hxx" #include #include #include "intro.hxx" -- cgit v1.2.3 From da55906d78a8dc986e25cb13186cb810f021de1a Mon Sep 17 00:00:00 2001 From: "Philipp Lohmann [pl]" Date: Mon, 15 Nov 2010 14:08:49 +0100 Subject: vcl117: #i97832# remove unused code (thanks cmc!) --- sfx2/source/appl/appmain.cxx | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'sfx2/source/appl/appmain.cxx') diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx index cf097b900b52..6987d9feabfc 100644 --- a/sfx2/source/appl/appmain.cxx +++ b/sfx2/source/appl/appmain.cxx @@ -116,21 +116,6 @@ void SfxApplication::Init */ { -#ifdef DDE_AVAILABLE -#ifndef DBG_UTIL - InitializeDde(); -#else - if( !InitializeDde() ) - { - ByteString aStr( "Kein DDE-Service moeglich. Fehler: " ); - if( GetDdeService() ) - aStr += GetDdeService()->GetError(); - else - aStr += '?'; - DBG_ASSERT( sal_False, aStr.GetBuffer() ) - } -#endif -#endif } //-------------------------------------------------------------------- -- cgit v1.2.3 From 9b73b029b91f96922c055206ee820ea6b42647d6 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Wed, 12 Jan 2011 11:56:09 +0100 Subject: CWS gnumake3: #i86790#: clean up mess with ooo+iso resource files --- desktop/source/app/app.cxx | 8 +- sfx2/Library_sfx.mk | 2 - sfx2/inc/about.hxx | 83 --- sfx2/inc/sfx2/app.hxx | 5 - sfx2/inc/sfx2/sfx.hrc | 13 - sfx2/source/appl/app.cxx | 14 - sfx2/source/appl/appbas.cxx | 83 --- sfx2/source/appl/appdata.cxx | 1 - sfx2/source/appl/appmain.cxx | 29 - sfx2/source/appl/appmisc.cxx | 115 ++-- sfx2/source/appl/appquit.cxx | 2 - sfx2/source/appl/appserv.cxx | 91 +-- sfx2/source/dialog/about.cxx | 423 ------------- svx/source/intro/about_ooo.hrc | 1083 ++++++++++++++++++++++++++++++++ svx/source/intro/about_ooo.src | 40 ++ svx/source/intro/intro_tmpl.hrc | 1327 --------------------------------------- svx/source/intro/iso.src | 226 ------- svx/source/intro/makefile.mk | 27 +- svx/source/intro/ooo.src | 196 ------ svx/source/src/app.src | 4 + 20 files changed, 1211 insertions(+), 2561 deletions(-) delete mode 100644 sfx2/inc/about.hxx delete mode 100644 sfx2/source/dialog/about.cxx create mode 100644 svx/source/intro/about_ooo.hrc create mode 100644 svx/source/intro/about_ooo.src delete mode 100644 svx/source/intro/intro_tmpl.hrc delete mode 100644 svx/source/intro/iso.src delete mode 100644 svx/source/intro/ooo.src (limited to 'sfx2/source/appl/appmain.cxx') diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index a49cabc90bed..fd210f7248df 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1608,14 +1608,8 @@ void Desktop::Main() // create title string sal_Bool bCheckOk = sal_False; ::com::sun::star::lang::Locale aLocale; - String aMgrName = String::CreateFromAscii( "iso" ); + String aMgrName = String::CreateFromAscii( "ofa" ); ResMgr* pLabelResMgr = ResMgr::SearchCreateResMgr( U2S( aMgrName ), aLocale ); - if ( !pLabelResMgr ) - { - // no "iso" resource -> search for "ooo" resource - aMgrName = String::CreateFromAscii( "ooo" ); - pLabelResMgr = ResMgr::SearchCreateResMgr( U2S( aMgrName ), aLocale); - } String aTitle = pLabelResMgr ? String( ResId( RID_APPTITLE, *pLabelResMgr ) ) : String(); delete pLabelResMgr; diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index ed941d5b9a9f..cd700f543fb0 100755 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -54,7 +54,6 @@ $(eval $(call gb_Library_set_include,sfx,\ $(eval $(call gb_Library_set_defs,sfx,\ $$(DEFS) \ -DSFX2_DLLIMPLEMENTATION \ - -DABOUTBMPNAMES="$(ABOUTBITMAPS)" \ )) $(eval $(call gb_Library_add_linked_libs,sfx,\ @@ -150,7 +149,6 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\ sfx2/source/control/sorgitm \ sfx2/source/control/statcach \ sfx2/source/control/unoctitm \ - sfx2/source/dialog/about \ sfx2/source/dialog/alienwarn \ sfx2/source/dialog/basedlgs \ sfx2/source/dialog/dinfdlg \ diff --git a/sfx2/inc/about.hxx b/sfx2/inc/about.hxx deleted file mode 100644 index b3b347917ddc..000000000000 --- a/sfx2/inc/about.hxx +++ /dev/null @@ -1,83 +0,0 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ -#ifndef _ABOUT_HXX -#define _ABOUT_HXX - -// include --------------------------------------------------------------- - -#include -#include -#include -#include -#include -#include -#include // SfxModalDialog - -DECLARE_LIST( AccelList, Accelerator* ) - -// class AboutDialog ----------------------------------------------------- - -class AboutDialog : public SfxModalDialog -{ -private: - OKButton aOKButton; - Image aAppLogo; - - FixedInfo aVersionText; - MultiLineEdit aCopyrightText; - FixedInfo aBuildData; - - ResStringArray aDeveloperAry; - String aDevVersionStr; - String aAccelStr; - String aVersionData; - String aCopyrightTextStr; - - AccelList aAccelList; - - AutoTimer aTimer; - long nOff; - long m_nDeltaWidth; - int m_nPendingScrolls; - - BOOL bNormal; - -protected: - virtual BOOL Close(); - virtual void Paint( const Rectangle& ); - -public: - AboutDialog( Window* pParent, const ResId& rId, const String& rVerStr ); - ~AboutDialog(); - - DECL_LINK( TimerHdl, Timer * ); - DECL_LINK( AccelSelectHdl, Accelerator * ); -}; - -#endif // #ifndef _ABOUT_HXX - - diff --git a/sfx2/inc/sfx2/app.hxx b/sfx2/inc/sfx2/app.hxx index 980eec04cfa6..ed874b7fdc6f 100644 --- a/sfx2/inc/sfx2/app.hxx +++ b/sfx2/inc/sfx2/app.hxx @@ -159,12 +159,9 @@ class SFX2_DLLPUBLIC SfxApplication: public SfxShell SfxAppData_Impl* pAppData_Impl; -//#if 0 // _SOLAR__PRIVATE DECL_DLLPRIVATE_LINK( GlobalBasicErrorHdl_Impl, StarBASIC* ); SAL_DLLPRIVATE BOOL SaveAll_Impl(BOOL bPrompt = FALSE, BOOL bAutoSave = FALSE); SAL_DLLPRIVATE short QuerySave_Impl(SfxObjectShell &, BOOL bAutoSave = FALSE); - SAL_DLLPRIVATE void InitializeDisplayName_Impl(); -//#endif static SfxApplication* Create(); void Init(); @@ -184,11 +181,9 @@ public: static SfxApplication* GetOrCreate(); // Resource Manager - bool InitLabelResMgr( const char* _pLabelPrefix, bool _bException = false ); SfxResourceManager& GetResourceManager() const; ResMgr* GetSfxResManager(); SimpleResMgr* GetSimpleResManager(); - ResMgr* GetLabelResManager() const; static ResMgr* CreateResManager( const char *pPrefix ); SimpleResMgr* CreateSimpleResManager(); diff --git a/sfx2/inc/sfx2/sfx.hrc b/sfx2/inc/sfx2/sfx.hrc index 44c00cc93018..2b9b28e03a12 100644 --- a/sfx2/inc/sfx2/sfx.hrc +++ b/sfx2/inc/sfx2/sfx.hrc @@ -208,18 +208,7 @@ #define RID_DEFAULTABOUT (RID_SFX_START+0) -#define ABOUT_BTN_OK 1 - -#define ABOUT_FTXT_VERSION 1 -#define ABOUT_FTXT_COPYRIGHT 2 - -#define ABOUT_STR_DEVELOPER_ARY 1 -#define ABOUT_STR_FRENCH_COPYRIGHT 2 -#define ABOUT_STR_ACCEL 3 -#define ABOUT_STR_COPYRIGHT 4 - #define RID_APPTITLE (RID_SFX_START+4) -#define RID_BUILDVERSION (RID_SFX_START+5) #define RID_DOCALREADYLOADED_DLG (RID_SFX_START+1) #define RID_CANTLOADDOC_DLG (RID_SFX_START+2) @@ -259,8 +248,6 @@ #define STR_MB (RID_SFX_START+113) #define STR_GB (RID_SFX_START+114) -#define STR_VERSION_TYPE (RID_SFX_START+115) -#define STR_VERSION_ID (RID_SFX_START+116) #define STR_STANDARD_SHORTCUT (RID_SFX_START+117) #define STR_REPAIREDDOCUMENT (RID_SFX_START+118) diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index 727d9f17c493..7071ee2ba140 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -361,15 +361,8 @@ SfxApplication::SfxApplication() #endif #endif - if ( !InitLabelResMgr( "iso" ) ) - // no "iso" resource -> search for "ooo" resource - InitLabelResMgr( "ooo", true ); pBasic = new BasicDLL; - StarBASIC::SetGlobalErrorHdl( LINK( this, SfxApplication, GlobalBasicErrorHdl_Impl ) ); - - - RTL_LOGFILE_CONTEXT_TRACE( aLog, "} initialize DDE" ); } @@ -585,13 +578,6 @@ ResMgr* SfxApplication::GetSfxResManager() //-------------------------------------------------------------------- -ResMgr* SfxApplication::GetLabelResManager() const -{ - return pAppData_Impl->pLabelResMgr; -} - -//-------------------------------------------------------------------- - SimpleResMgr* SfxApplication::GetSimpleResManager() { if ( !pAppData_Impl->pSimpleResManager ) diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx index 7e775cbbb502..49ef02cebe1e 100644 --- a/sfx2/source/appl/appbas.cxx +++ b/sfx2/source/appl/appbas.cxx @@ -100,75 +100,6 @@ using namespace ::com::sun::star::script; using ::basic::BasicManagerRepository; -// #ifndef STR_VERSION_ID -// #define STR_VERSION_ID 1 -// #endif -// #ifndef STR_VERSION_TYPE -// #define STR_VERSION_TYPE 1 -// #endif - -//========================================================================= -/*ASDBG -const SfxConstant __FAR_DATA aConstants[] = -{ - SFX_USHORT_CONSTANT( "AlignBottom", ALIGN_BOTTOM ), - SFX_USHORT_CONSTANT( "AlignTop", ALIGN_TOP ), - SFX_USHORT_CONSTANT( "CharSetANSI", CHARSET_ANSI ), - SFX_USHORT_CONSTANT( "CharSetDontKnow", CHARSET_DONTKNOW ), - SFX_USHORT_CONSTANT( "CharSetIBMPC437", CHARSET_IBMPC_437 ), - SFX_USHORT_CONSTANT( "CharSetIBMPC850", CHARSET_IBMPC_850 ), - SFX_USHORT_CONSTANT( "CharSetIBMPC860", CHARSET_IBMPC_860 ), - SFX_USHORT_CONSTANT( "CharSetIBMPC861", CHARSET_IBMPC_861 ), - SFX_USHORT_CONSTANT( "CharSetIBMPC863", CHARSET_IBMPC_863 ), - SFX_USHORT_CONSTANT( "CharSetIBMPC865", CHARSET_IBMPC_865 ), - SFX_USHORT_CONSTANT( "CharSetIBMPC", CHARSET_IBMPC ), - SFX_USHORT_CONSTANT( "CharSetMac", CHARSET_MAC ), - SFX_USHORT_CONSTANT( "CharSetSymbol", CHARSET_SYMBOL ), - SFX_USHORT_CONSTANT( "CharSetSystem", RTL_TEXTENCODING_UTF8 ), - SFX_USHORT_CONSTANT( "FamilyDecorative", FAMILY_DECORATIVE ), - SFX_USHORT_CONSTANT( "FamilyDontknow", FAMILY_DONTKNOW ), - SFX_USHORT_CONSTANT( "FamilyModern", FAMILY_MODERN ), - SFX_USHORT_CONSTANT( "FamilyRoman", FAMILY_ROMAN ), - SFX_USHORT_CONSTANT( "FamilyScript", FAMILY_SCRIPT ), - SFX_USHORT_CONSTANT( "FamilySwiss", FAMILY_SWISS ), - SFX_USHORT_CONSTANT( "FamilySystem", FAMILY_SYSTEM ), - SFX_USHORT_CONSTANT( "GradientAxial", GRADIENT_AXIAL ), - SFX_USHORT_CONSTANT( "GradientElliptical", GRADIENT_ELLIPTICAL ), - SFX_USHORT_CONSTANT( "GradientLinear", GRADIENT_LINEAR ), - SFX_USHORT_CONSTANT( "GradientRadial", GRADIENT_RADIAL ), - SFX_USHORT_CONSTANT( "GradientRect", GRADIENT_RECT ), - SFX_USHORT_CONSTANT( "GradientSquare", GRADIENT_SQUARE ), - SFX_USHORT_CONSTANT( "ItalicNone", ITALIC_NONE ), - SFX_USHORT_CONSTANT( "ItalicOblique", ITALIC_OBLIQUE ), - SFX_USHORT_CONSTANT( "StrikeThroughDouble", STRIKEOUT_DOUBLE ), - SFX_USHORT_CONSTANT( "StrikeThroughNone", STRIKEOUT_NONE ), - SFX_USHORT_CONSTANT( "StrikeThroughSingle", STRIKEOUT_SINGLE ), - SFX_USHORT_CONSTANT( "UnderlineDotted", UNDERLINE_DOTTED ), - SFX_USHORT_CONSTANT( "UnderlineDouble", UNDERLINE_DOUBLE ), - SFX_USHORT_CONSTANT( "UnderlineNone", UNDERLINE_NONE ), - SFX_USHORT_CONSTANT( "UnderlineSingle", UNDERLINE_SINGLE ), - SFX_USHORT_CONSTANT( "UnitFoot", FUNIT_FOOT ), - SFX_USHORT_CONSTANT( "UnitInch", FUNIT_INCH ), - SFX_USHORT_CONSTANT( "UnitMile", FUNIT_MILE ), - SFX_USHORT_CONSTANT( "UnitPercent", FUNIT_PERCENT ), - SFX_USHORT_CONSTANT( "UnitPoint", FUNIT_POINT ), - SFX_USHORT_CONSTANT( "UnitTwip", FUNIT_TWIP ), - SFX_USHORT_CONSTANT( "Unit_cm", FUNIT_CM ), - SFX_USHORT_CONSTANT( "Unit_m", FUNIT_M ), - SFX_USHORT_CONSTANT( "Unit_mm", FUNIT_MM ), - SFX_USHORT_CONSTANT( "WeightBlack", WEIGHT_BLACK ), - SFX_USHORT_CONSTANT( "WeightBold", WEIGHT_BOLD ), - SFX_USHORT_CONSTANT( "WeightDontKnow", WEIGHT_DONTKNOW ), - SFX_USHORT_CONSTANT( "WeightLight", WEIGHT_LIGHT ), - SFX_USHORT_CONSTANT( "WeightMedium", WEIGHT_MEDIUM ), - SFX_USHORT_CONSTANT( "WeightNormal", WEIGHT_NORMAL ), - SFX_USHORT_CONSTANT( "WeightSemibold", WEIGHT_SEMIBOLD ), - SFX_USHORT_CONSTANT( "WeightSemilight", WEIGHT_SEMILIGHT ), - SFX_USHORT_CONSTANT( "WeightThin", WEIGHT_THIN ), - SFX_USHORT_CONSTANT( "WeightUltrabold", WEIGHT_ULTRABOLD ), - SFX_USHORT_CONSTANT( "WeightUltralight", WEIGHT_ULTRALIGHT ) -}; -*/ //======================================================================== //------------------------------------------------------------------------ @@ -500,20 +431,6 @@ void SfxApplication::PropState_Impl( SfxItemSet &rSet ) rSet.Put( SfxUInt32Item( SID_UPDATE_VERSION, SUPD ) ); break; - case SID_BUILD_VERSION: - { - String aVersion = lcl_GetVersionString(pAppData_Impl->pLabelResMgr); - rSet.Put( SfxUInt32Item( SID_BUILD_VERSION, (sal_uInt32) aVersion.ToInt32() ) ); - break; - } - - case SID_OFFICE_PRIVATE_USE: - case SID_OFFICE_COMMERCIAL_USE: - { - DBG_ASSERT( sal_False, "SfxApplication::PropState_Impl()\nSID_OFFICE_PRIVATE_USE & SID_OFFICE_COMMERCIAL_USE are obsolete!\n" ); - break; - } - case SID_OFFICE_CUSTOMERNUMBER: { rSet.Put( SfxStringItem( nSID, SvtUserOptions().GetCustomerNumber() ) ); diff --git a/sfx2/source/appl/appdata.cxx b/sfx2/source/appl/appdata.cxx index 32b56717293c..9780512bbcb9 100644 --- a/sfx2/source/appl/appdata.cxx +++ b/sfx2/source/appl/appdata.cxx @@ -98,7 +98,6 @@ SfxAppData_Impl::SfxAppData_Impl( SfxApplication* ) : pTopFrames( new SfxFrameArr_Impl ), pInitLinkList(0), pMatcher( 0 ), - pLabelResMgr( 0 ), pAppDispatch(NULL), pTemplates( 0 ), pPool(0), diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx index 546b6b1c6558..26f07c7b8366 100644 --- a/sfx2/source/appl/appmain.cxx +++ b/sfx2/source/appl/appmain.cxx @@ -160,35 +160,6 @@ void SfxApplication::PreInit( ) { } -//--------------------------------------------------------------------------- -bool SfxApplication::InitLabelResMgr( const char* _pLabelPrefix, bool _bException ) -{ - bool bRet = false; - // Label-DLL mit diversen Resourcen fuer OEM-Ver. etc. (Intro, Titel, About) - DBG_ASSERT( _pLabelPrefix, "Wrong initialisation!" ); - if ( _pLabelPrefix ) - { - // versuchen, die Label-DLL zu erzeugen - pAppData_Impl->pLabelResMgr = CreateResManager( _pLabelPrefix ); - - // keine separate Label-DLL vorhanden? - if ( !pAppData_Impl->pLabelResMgr ) - { - if ( _bException ) - { - // maybe corrupted installation - throw (::com::sun::star::uno::RuntimeException( - ::rtl::OUString::createFromAscii("iso resource could not be loaded by SfxApplication"), - ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >())); - } - } - else - bRet = true; - } - - return bRet; -} - void SfxApplication::Main( ) { } diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx index 94b921f8122e..f7a8bc98391b 100644 --- a/sfx2/source/appl/appmisc.cxx +++ b/sfx2/source/appl/appmisc.cxx @@ -29,9 +29,7 @@ #include "precompiled_sfx2.hxx" #include #include -#ifndef _VOS_PROCESS_HXX //autogen #include -#endif #include #include #include @@ -41,9 +39,7 @@ #include #include #include -#ifndef _COM_SUN_STAR_BEANS_PropertyValue_HPP_ #include -#endif #include #include #include @@ -51,11 +47,8 @@ #include #include #include -#ifndef GCC -#endif #include #include - #include #include #include @@ -63,6 +56,7 @@ #include #include #include +#include #include "sfx2/sfxresid.hxx" #include @@ -159,45 +153,6 @@ SFX_IMPL_INTERFACE(SfxApplication,SfxShell,SfxResId(RID_DESKTOP)) SFX_CHILDWINDOW_REGISTRATION(SID_DOCKWIN_9); } -//-------------------------------------------------------------------- - -void SfxApplication::InitializeDisplayName_Impl() -{ - SfxAppData_Impl* pAppData = Get_Impl(); - if ( !pAppData->pLabelResMgr ) - return; - - String aTitle = Application::GetDisplayName(); - if ( !aTitle.Len() ) - { - OClearableGuard aGuard( OMutex::getGlobalMutex() ); - - // create version string -/*!!! (pb) don't show a version number at the moment - USHORT nProductVersion = ProductVersion::GetVersion().ToInt32(); - String aVersion( String::CreateFromInt32( nProductVersion / 10 ) ); - aVersion += 0x002E ; // 2Eh ^= '.' - aVersion += ( String::CreateFromInt32( nProductVersion % 10 ) ); -*/ - // load application title - aTitle = String( ResId( RID_APPTITLE, *pAppData->pLabelResMgr ) ); - // merge version into title - aTitle.SearchAndReplaceAscii( "$(VER)", String() /*aVersion*/ ); - - aGuard.clear(); - -#ifdef DBG_UTIL - ::rtl::OUString aDefault; - aTitle += DEFINE_CONST_UNICODE(" ["); - - String aVerId( utl::Bootstrap::getBuildIdData( aDefault )); - aTitle += aVerId; - aTitle += ']'; -#endif - Application::SetDisplayName( aTitle ); - } -} - //-------------------------------------------------------------------- SfxProgress* SfxApplication::GetProgress() const @@ -333,3 +288,71 @@ SfxSlotPool& SfxApplication::GetAppSlotPool_Impl() const { return *pAppData_Impl //SfxOptions& SfxApplication::GetOptions() { return *pAppData_Impl->pOptions; } //const SfxOptions& SfxApplication::GetOptions() const { return *pAppData_Impl->pOptions; } +static bool impl_loadBitmap( + const rtl::OUString &rPath, const rtl::OUString &rBmpFileName, + Image &rLogo ) +{ + rtl::OUString uri( rPath ); + rtl::Bootstrap::expandMacros( uri ); + INetURLObject aObj( uri ); + aObj.insertName( rBmpFileName ); + SvFileStream aStrm( aObj.PathToFileName(), STREAM_STD_READ ); + if ( !aStrm.GetError() ) + { + // Use graphic class to also support more graphic formats (bmp,png,...) + Graphic aGraphic; + + GraphicFilter* pGF = GraphicFilter::GetGraphicFilter(); + pGF->ImportGraphic( aGraphic, String(), aStrm, GRFILTER_FORMAT_DONTKNOW ); + + // Default case, we load the intro bitmap from a seperate file + // (e.g. staroffice_intro.bmp or starsuite_intro.bmp) + BitmapEx aBmp = aGraphic.GetBitmapEx(); + rLogo = Image( aBmp ); + return true; + } + return false; +} + +/** loads the application logo as used in the about dialog and impress slideshow pause screen */ +Image SfxApplication::GetApplicationLogo() +{ + Image aAppLogo; + + rtl::OUString aAbouts; + bool bLoaded = false; + sal_Int32 nIndex = 0; + do + { + bLoaded = impl_loadBitmap( + rtl::OUString::createFromAscii( "$BRAND_BASE_DIR/program" ), + aAbouts.getToken( 0, ',', nIndex ), aAppLogo ); + } + while ( !bLoaded && ( nIndex >= 0 ) ); + + // fallback to "about.bmp" + if ( !bLoaded ) + { + bLoaded = impl_loadBitmap( + rtl::OUString::createFromAscii( "$BRAND_BASE_DIR/program/edition" ), + rtl::OUString::createFromAscii( "about.png" ), aAppLogo ); + if ( !bLoaded ) + bLoaded = impl_loadBitmap( + rtl::OUString::createFromAscii( "$BRAND_BASE_DIR/program/edition" ), + rtl::OUString::createFromAscii( "about.bmp" ), aAppLogo ); + } + + if ( !bLoaded ) + { + bLoaded = impl_loadBitmap( + rtl::OUString::createFromAscii( "$BRAND_BASE_DIR/program" ), + rtl::OUString::createFromAscii( "about.png" ), aAppLogo ); + if ( !bLoaded ) + bLoaded = impl_loadBitmap( + rtl::OUString::createFromAscii( "$BRAND_BASE_DIR/program" ), + rtl::OUString::createFromAscii( "about.bmp" ), aAppLogo ); + } + + return aAppLogo; +} + diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx index e7d0fd70bf58..e99a64b08b38 100644 --- a/sfx2/source/appl/appquit.cxx +++ b/sfx2/source/appl/appquit.cxx @@ -146,8 +146,6 @@ void SfxApplication::Deinitialize() // ab hier d"urfen keine SvObjects mehr existieren DELETEZ(pAppData_Impl->pMatcher); - delete pAppData_Impl->pLabelResMgr; - DELETEX(pAppData_Impl->pSlotPool); DELETEX(pAppData_Impl->pEventConfig); SfxMacroConfig::Release_Impl(); diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx index c1858c5b33fb..d44839a0140f 100644 --- a/sfx2/source/appl/appserv.cxx +++ b/sfx2/source/appl/appserv.cxx @@ -87,7 +87,6 @@ #include #include -#include "about.hxx" #include "frmload.hxx" #include "referers.hxx" #include @@ -129,7 +128,7 @@ #include #include "sorgitm.hxx" #include "sfx2/sfxhelp.hxx" -#include +#include using namespace ::com::sun::star; using namespace ::com::sun::star::beans; @@ -429,86 +428,14 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq ) // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - case SID_ABOUT: { - const String sCWSSchema( String::CreateFromAscii( "[CWS:" ) ); - rtl::OUString sDefault; - String sBuildId( utl::Bootstrap::getBuildIdData( sDefault ) ); - OSL_ENSURE( sBuildId.Len() > 0, "No BUILDID in bootstrap file" ); - if ( sBuildId.Len() > 0 && sBuildId.Search( sCWSSchema ) == STRING_NOTFOUND ) - { - // no cws part in brand buildid -> try basis buildid - rtl::OUString sBasisBuildId( DEFINE_CONST_OUSTRING( - "${$OOO_BASE_DIR/program/" SAL_CONFIGFILE("version") ":buildid}" ) ); - rtl::Bootstrap::expandMacros( sBasisBuildId ); - sal_Int32 nIndex = sBasisBuildId.indexOf( sCWSSchema ); - if ( nIndex != -1 ) - sBuildId += String( sBasisBuildId.copy( nIndex ) ); - } - - String sProductSource( utl::Bootstrap::getProductSource( sDefault ) ); - OSL_ENSURE( sProductSource.Len() > 0, "No ProductSource in bootstrap file" ); - - // the product source is something like "DEV300", where the - // build id is something like "300m12(Build:12345)". For better readability, - // strip the duplicate UPD ("300"). - if ( sProductSource.Len() ) - { - bool bMatchingUPD = - ( sProductSource.Len() >= 3 ) - && ( sBuildId.Len() >= 3 ) - && ( sProductSource.Copy( sProductSource.Len() - 3 ) == sBuildId.Copy( 0, 3 ) ); - OSL_ENSURE( bMatchingUPD, "BUILDID and ProductSource do not match in their UPD" ); - if ( bMatchingUPD ) - sProductSource = sProductSource.Copy( 0, sProductSource.Len() - 3 ); - - // prepend the product source - sBuildId.Insert( sProductSource, 0 ); - } - - // --> PB 2008-10-30 #i94693# - /* if the build ids of the basis or ure layer are different from the build id - * of the brand layer then show them */ - rtl::OUString aBasisProductBuildId( DEFINE_CONST_OUSTRING( - "${$OOO_BASE_DIR/program/" SAL_CONFIGFILE("version") ":ProductBuildid}" ) ); - rtl::Bootstrap::expandMacros( aBasisProductBuildId ); - rtl::OUString aUREProductBuildId( DEFINE_CONST_OUSTRING( - "${$URE_BIN_DIR/" SAL_CONFIGFILE("version") ":ProductBuildid}" ) ); - rtl::Bootstrap::expandMacros( aUREProductBuildId ); - if ( sBuildId.Search( String( aBasisProductBuildId ) ) == STRING_NOTFOUND - || sBuildId.Search( String( aUREProductBuildId ) ) == STRING_NOTFOUND ) - { - String sTemp( '-' ); - sTemp += String( aBasisProductBuildId ); - sTemp += '-'; - sTemp += String( aUREProductBuildId ); - sBuildId.Insert( sTemp, sBuildId.Search( ')' ) ); - } - // <-- - - // the build id format is "milestone(build)[cwsname]". For readability, it would - // be nice to have some more spaces in there. - xub_StrLen nPos = 0; - if ( ( nPos = sBuildId.Search( sal_Unicode( '(' ) ) ) != STRING_NOTFOUND ) - sBuildId.Insert( sal_Unicode( ' ' ), nPos ); - if ( ( nPos = sBuildId.Search( sal_Unicode( '[' ) ) ) != STRING_NOTFOUND ) - sBuildId.Insert( sal_Unicode( ' ' ), nPos ); - - // search for the resource of the about box - ResId aDialogResId( RID_DEFAULTABOUT, *pAppData_Impl->pLabelResMgr ); - ResMgr* pResMgr = pAppData_Impl->pLabelResMgr; - if( ! pResMgr->IsAvailable( aDialogResId.SetRT( RSC_MODALDIALOG ) ) ) - pResMgr = GetOffResManager_Impl(); - - aDialogResId.SetResMgr( pResMgr ); - if ( !pResMgr->IsAvailable( aDialogResId ) ) + SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create(); + if ( pFact ) { - DBG_ERRORFILE( "No RID_DEFAULTABOUT in label-resource-dll" ); + VclAbstractDialog* pDlg = pFact->CreateVclDialog( 0, RID_DEFAULTABOUT ); + pDlg->Execute(); + delete pDlg; + bDone = TRUE; } - - // then show the about box - AboutDialog* pDlg = new AboutDialog( 0, aDialogResId, sBuildId ); - pDlg->Execute(); - delete pDlg; - bDone = TRUE; break; } @@ -746,7 +673,7 @@ extern "C" { static void SAL_CALL thisModule() {} } ::rtl::OUString ChooseMacro( const Reference< XModel >& rxLimitToDocument, BOOL bChooseOnly, const ::rtl::OUString& rMacroDesc = ::rtl::OUString() ) { // get basctl dllname - static ::rtl::OUString aLibName( RTL_CONSTASCII_USTRINGPARAM( SVLIBRARY( "basctl" ) ) ); + static ::rtl::OUString aLibName( RTL_CONSTASCII_USTRINGPARAM( SVLIBRARY( "basctl" ) ) ); // load module oslModule handleMod = osl_loadModuleRelative( @@ -766,7 +693,7 @@ extern "C" { static void SAL_CALL thisModule() {} } void MacroOrganizer( INT16 nTabId ) { // get basctl dllname - static ::rtl::OUString aLibName( RTL_CONSTASCII_USTRINGPARAM( SVLIBRARY( "basctl" ) ) ); + static ::rtl::OUString aLibName( RTL_CONSTASCII_USTRINGPARAM( SVLIBRARY( "basctl" ) ) ); // load module oslModule handleMod = osl_loadModuleRelative( diff --git a/sfx2/source/dialog/about.cxx b/sfx2/source/dialog/about.cxx deleted file mode 100644 index ea7b0a2bb0bd..000000000000 --- a/sfx2/source/dialog/about.cxx +++ /dev/null @@ -1,423 +0,0 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ - -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sfx2.hxx" - -// include --------------------------------------------------------------- - -#ifndef _SV_APP_HXX -#include -#endif -#ifndef _MSGBOX_HXX //autogen -#include -#endif -#ifndef GCC -#endif - -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include "about.hxx" -#include "sfxresid.hxx" -#include -#include -#include -#include "dialog.hrc" - -// defines --------------------------------------------------------------- - -#define SCROLL_OFFSET 1 -#define SPACE_OFFSET 5 -#define SCROLL_TIMER 30 - -#define WELCOME_URL DEFINE_CONST_UNICODE( "http://www.openoffice.org/welcome/credits.html" ) - -// class AboutDialog ----------------------------------------------------- -static void layoutText( FixedInfo &rText, long &nY, long nTextWidth, Size a6Size ) -{ - Point aTextPos = rText.GetPosPixel(); - aTextPos.X() = a6Size.Width() * 2; - aTextPos.Y() = nY; - rText.SetPosPixel( aTextPos ); - - Size aTxtSiz = rText.GetSizePixel(); - aTxtSiz.Width() = nTextWidth; - Size aCalcSize = rText.CalcMinimumSize( nTextWidth ); - aTxtSiz.Height() = aCalcSize.Height(); - rText.SetSizePixel( aTxtSiz ); - - nY += aTxtSiz.Height(); -} - -static bool impl_loadBitmap( - const rtl::OUString &rPath, const rtl::OUString &rBmpFileName, - Image &rLogo ) -{ - rtl::OUString uri( rPath ); - rtl::Bootstrap::expandMacros( uri ); - INetURLObject aObj( uri ); - aObj.insertName( rBmpFileName ); - SvFileStream aStrm( aObj.PathToFileName(), STREAM_STD_READ ); - if ( !aStrm.GetError() ) - { - // Use graphic class to also support more graphic formats (bmp,png,...) - Graphic aGraphic; - - GraphicFilter* pGF = GraphicFilter::GetGraphicFilter(); - pGF->ImportGraphic( aGraphic, String(), aStrm, GRFILTER_FORMAT_DONTKNOW ); - - // Default case, we load the intro bitmap from a seperate file - // (e.g. staroffice_intro.bmp or starsuite_intro.bmp) - BitmapEx aBmp = aGraphic.GetBitmapEx(); - rLogo = Image( aBmp ); - return true; - } - return false; -} - -/** loads the application logo as used in the about dialog and impress slideshow pause screen */ -Image SfxApplication::GetApplicationLogo() -{ - Image aAppLogo; - - rtl::OUString aAbouts; - bool bLoaded = false; - sal_Int32 nIndex = 0; - do - { - bLoaded = impl_loadBitmap( - rtl::OUString::createFromAscii( "$BRAND_BASE_DIR/program" ), - aAbouts.getToken( 0, ',', nIndex ), aAppLogo ); - } - while ( !bLoaded && ( nIndex >= 0 ) ); - - // fallback to "about.bmp" - if ( !bLoaded ) - { - bLoaded = impl_loadBitmap( - rtl::OUString::createFromAscii( "$BRAND_BASE_DIR/program/edition" ), - rtl::OUString::createFromAscii( "about.png" ), aAppLogo ); - if ( !bLoaded ) - bLoaded = impl_loadBitmap( - rtl::OUString::createFromAscii( "$BRAND_BASE_DIR/program/edition" ), - rtl::OUString::createFromAscii( "about.bmp" ), aAppLogo ); - } - - if ( !bLoaded ) - { - bLoaded = impl_loadBitmap( - rtl::OUString::createFromAscii( "$BRAND_BASE_DIR/program" ), - rtl::OUString::createFromAscii( "about.png" ), aAppLogo ); - if ( !bLoaded ) - bLoaded = impl_loadBitmap( - rtl::OUString::createFromAscii( "$BRAND_BASE_DIR/program" ), - rtl::OUString::createFromAscii( "about.bmp" ), aAppLogo ); - } - - return aAppLogo; -} - -AboutDialog::AboutDialog( Window* pParent, const ResId& rId, const String& rVerStr ) : - - SfxModalDialog ( pParent, rId ), - - aOKButton ( this, ResId( ABOUT_BTN_OK, *rId.GetResMgr() ) ), - aVersionText ( this, ResId( ABOUT_FTXT_VERSION, *rId.GetResMgr() ) ), - aCopyrightText ( this, ResId( ABOUT_FTXT_COPYRIGHT, *rId.GetResMgr() ) ), - aBuildData ( this ), - aDeveloperAry ( ResId( ABOUT_STR_DEVELOPER_ARY, *rId.GetResMgr() ) ), - aDevVersionStr ( rVerStr ), - aAccelStr ( ResId( ABOUT_STR_ACCEL, *rId.GetResMgr() ) ), - aCopyrightTextStr( ResId( ABOUT_STR_COPYRIGHT, *rId.GetResMgr() ) ), - aTimer (), - nOff ( 0 ), - m_nDeltaWidth ( 0 ), - m_nPendingScrolls( 0 ), - bNormal ( TRUE ) -{ - rtl::OUString sProduct; - utl::ConfigManager::GetDirectConfigProperty(utl::ConfigManager::PRODUCTNAME) >>= sProduct; - - // load image from module path - aAppLogo = SfxApplication::GetApplicationLogo(); - - // Transparenter Font - Font aFont = GetFont(); - aFont.SetTransparent( TRUE ); - SetFont( aFont ); - - // if necessary more info - String sVersion = aVersionText.GetText(); - sVersion.SearchAndReplaceAscii( "$(VER)", Application::GetDisplayName() ); - sVersion += '\n'; - sVersion += rVerStr; - aVersionText.SetText( sVersion ); - - // Initialisierung fuer Aufruf Entwickler - if ( aAccelStr.Len() && ByteString(U2S(aAccelStr)).IsAlphaAscii() ) - { - Accelerator *pAccel = 0, *pPrevAccel = 0, *pFirstAccel = 0; - aAccelStr.ToUpperAscii(); - - for ( USHORT i = 0; i < aAccelStr.Len(); ++i ) - { - pPrevAccel = pAccel; - pAccel = new Accelerator; - aAccelList.Insert( pAccel, LIST_APPEND ); - USHORT nKey = aAccelStr.GetChar(i) - 'A' + KEY_A; - pAccel->InsertItem( 1, KeyCode( nKey, KEY_MOD1 ) ); - if ( i > 0 ) - pPrevAccel->SetAccel( 1, pAccel ); - if ( i == 0 ) - pFirstAccel = pAccel; - } - pAccel->SetSelectHdl( LINK( this, AboutDialog, AccelSelectHdl ) ); - GetpApp()->InsertAccel( pFirstAccel ); - } - - // set for background and text the correct system color - const StyleSettings& rSettings = GetSettings().GetStyleSettings(); - Color aWhiteCol( rSettings.GetWindowColor() ); - Wallpaper aWall( aWhiteCol ); - SetBackground( aWall ); - Font aNewFont( aCopyrightText.GetFont() ); - aNewFont.SetTransparent( TRUE ); - - aVersionText.SetFont( aNewFont ); - aCopyrightText.SetFont( aNewFont ); - - aVersionText.SetBackground(); - aCopyrightText.SetBackground(); - - Color aTextColor( rSettings.GetWindowTextColor() ); - aVersionText.SetControlForeground( aTextColor ); - aCopyrightText.SetControlForeground( aTextColor ); - aBuildData.SetBackground( aWall ); - - Font aSmallFont = rSettings.GetInfoFont(); - Size aSmaller = aNewFont.GetSize(); - aSmaller.Width() = (long) (aSmaller.Width() * 0.75); - aSmaller.Height() = (long) (aSmaller.Height() * 0.75); - aNewFont.SetSize( aSmaller ); - aBuildData.SetFont( aNewFont ); - aBuildData.SetBackground( aWall ); -#ifdef BUILD_VER_STRING - String aBuildString( DEFINE_CONST_UNICODE( BUILD_VER_STRING ) ); -#else - String aBuildString; -#endif - aBuildData.SetText( aBuildString ); - aBuildData.Show(); - - // determine size and position of the dialog & elements - Size aAppLogoSiz = aAppLogo.GetSizePixel(); - Size aOutSiz = GetOutputSizePixel(); - aOutSiz.Width() = aAppLogoSiz.Width(); - - Size a6Size = aVersionText.LogicToPixel( Size( 6, 6 ), MAP_APPFONT ); - long nY = aAppLogoSiz.Height() + ( a6Size.Height() * 2 ); - long nDlgMargin = a6Size.Width() * 4 ; - long nCtrlMargin = a6Size.Height() * 2; - long nTextWidth = aOutSiz.Width() - nDlgMargin; - - aCopyrightText.SetText( aCopyrightTextStr ); - - layoutText( aVersionText, nY, nTextWidth, a6Size ); - nY += nCtrlMargin; - - // OK-Button-Position (at the bottom and centered) - Size aOKSiz = aOKButton.GetSizePixel(); - Point aOKPnt = aOKButton.GetPosPixel(); - - // Multiline edit with Copyright-Text - Point aCopyPnt = aCopyrightText.GetPosPixel(); - Size aCopySize = aCopyrightText.GetSizePixel(); - aCopySize.Width() = nTextWidth; - aCopySize.Height() = aOutSiz.Height() - nY - ( aOKSiz.Height() * 2 ) - nCtrlMargin; - - aCopyPnt.X() = ( aOutSiz.Width() - aCopySize.Width() ) / 2; - aCopyPnt.Y() = nY; - aCopyrightText.SetPosSizePixel( aCopyPnt, aCopySize ); - - nY += aCopySize.Height() + nCtrlMargin; - aOKPnt.X() = ( aOutSiz.Width() - aOKSiz.Width() ) / 2; - aOKPnt.Y() = nY; - aOKButton.SetPosPixel( aOKPnt ); - - // Change the width of the dialog - SetOutputSizePixel( aOutSiz ); - - FreeResource(); - - SetHelpId( CMD_SID_ABOUT ); -} - -// ----------------------------------------------------------------------- - -AboutDialog::~AboutDialog() -{ - // L"oschen des Entwickleraufrufs - if ( aAccelList.Count() ) - { - GetpApp()->RemoveAccel( aAccelList.First() ); - Accelerator* pAccel = aAccelList.Last(); - - while ( pAccel ) - { - delete pAccel; - pAccel = aAccelList.Prev(); - } - } -} - -// ----------------------------------------------------------------------- - -IMPL_LINK( AboutDialog, TimerHdl, Timer *, pTimer ) -{ - (void)pTimer; //unused - ++m_nPendingScrolls; - Invalidate( INVALIDATE_NOERASE | INVALIDATE_NOCHILDREN ); - return 0; -} - -// ----------------------------------------------------------------------- - -IMPL_LINK( AboutDialog, AccelSelectHdl, Accelerator *, pAccelerator ) -{ -#ifdef YURI_DARIO - aCopyrightText.SetHelpText( DEFINE_CONST_UNICODE("Conoscere qualcuno ovunque egli sia, con cui comprendersi nonostante le distanze\n" - "e le differenze, puo' trasformare la terra in un giardino. baci Valeria") ); -#endif - - (void)pAccelerator; //unused - // init Timer - aTimer.SetTimeoutHdl( LINK( this, AboutDialog, TimerHdl ) ); - - // init scroll mode - nOff = GetOutputSizePixel().Height(); - MapMode aMapMode( MAP_PIXEL ); - SetMapMode( aMapMode ); - bNormal = FALSE; - - // start scroll Timer - aTimer.SetTimeout( SCROLL_TIMER ); - aTimer.Start(); - return 0; -} - -// ----------------------------------------------------------------------- - -BOOL AboutDialog::Close() -{ - // stop Timer and finish the dialog - aTimer.Stop(); - EndDialog( RET_OK ); - return( FALSE ); -} - -// ----------------------------------------------------------------------- - -void AboutDialog::Paint( const Rectangle& rRect ) -{ - SetClipRegion( rRect ); - - if ( bNormal ) // not in scroll mode - { - Point aPos( m_nDeltaWidth / 2, 0 ); - DrawImage( aPos, aAppLogo ); - return; - } - - // scroll the content - const int nDeltaY = -SCROLL_OFFSET * m_nPendingScrolls; - if( !nDeltaY ) - return; - nOff += nDeltaY; - Scroll( 0, nDeltaY, SCROLL_NOERASE ); - m_nPendingScrolls = 0; - - // draw the credits text - const Font aOrigFont = GetFont(); - const int nFullWidth = GetOutputSizePixel().Width(); - - int nY = nOff; - const int nDevCnt = static_cast( aDeveloperAry.Count() ); - for( int i = 0; i < nDevCnt; ++i ) - { - if( nY >= rRect.Bottom() ) - break; - - int nPos2 = nY + GetTextHeight() + 3; - if( nPos2 >= rRect.Top() + nDeltaY ) - { - const String aStr = aDeveloperAry.GetString(i); - const long nVal = aDeveloperAry.GetValue(i); - - if ( nVal ) - { - // emphasize the headers - Font aFont = aOrigFont; - aFont.SetWeight( (FontWeight)nVal ); - SetFont( aFont ); - nPos2 = nY + GetTextHeight() + 3; - } - - // clear text background - Rectangle aEraseRect( Point(0,nY), Size( nFullWidth, nPos2-nY)); - Erase( aEraseRect ); - - // draw centered text - const long nTextWidth = GetTextWidth( aStr ); - long nX = (nFullWidth - 5 - nTextWidth) / 2; - if( nX < 0 ) - nX = SPACE_OFFSET; - const Point aPnt( nX, nY ); - DrawText( aPnt, aStr ); - - // restore the font if needed - if( nVal ) - SetFont( aOrigFont ); - } - nY = nPos2; - } - - // close dialog if the whole text has been scrolled - if ( nY <= 0 ) - { - bNormal = TRUE; - Close(); - } -} diff --git a/svx/source/intro/about_ooo.hrc b/svx/source/intro/about_ooo.hrc new file mode 100644 index 000000000000..2d81fff3b454 --- /dev/null +++ b/svx/source/intro/about_ooo.hrc @@ -0,0 +1,1083 @@ +/************************************************************************* + * + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2000, 2010 Oracle and/or its affiliates. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * + * for a copy of the LGPLv3 License. + * + ************************************************************************/ + +#define OOO_CONTRIBUTOR_LIST \ +ItemList = \ +{ \ + < "" ; > ; \ + < "Esben Aaberg" ; > ; \ + < "Craig A. Adams" ; > ; \ + < "Agenda d.o.o." ; > ; \ + < "Claus Agerskov" ; > ; \ + < "Tesfamicael Adhanom" ; > ; \ + < "Agile Interactions, Inc." ; > ; \ + < "Volker Ahrendt" ; > ; \ + < "Christian Ahrenkiel" ; > ; \ + < "Kai Ahrens" ; > ; \ + < "Ralph Aichinger" ; > ; \ + < "Takamichi Akiyama" ; > ; \ + < "Rail Aliev" ; > ; \ + < "Florence Allizon-Juillet" ; > ; \ + < "Benoit Altenbourger" ; > ; \ + < "Ahmet Altin" ; > ; \ + < "Jesus Bravo Alvarez" ; > ; \ + < "Michal Ambroz" ; > ; \ + < "Aryan Ameri" ; > ; \ + < "Brian M. Ames" ; > ; \ + < "Jost Ammon" ; > ; \ + < "Paolo Amodio" ; > ; \ + < "Abdullah Anar" ; > ; \ + < "Gene Anaya" ; > ; \ + < "Christian Andersen" ; > ; \ + < "Frank J. Andersen" ; > ; \ + < "Jan Moller Andersen" ; > ; \ + < "Jorn Skifter Andersen" ; > ; \ + < "Susanne Anderson" ; > ; \ + < "Joost Andrae" ; > ; \ + < "Timar Andras" ; > ; \ + < "Michael Arbon" ; > ; \ + < "Magosanhi Ardho" ; > ; \ + < "Sakari Aro" ; > ; \ + < "Magosanyi Arpad" ; > ; \ + < "Peter Arnold" ; > ; \ + < "Takashi Asari" ; > ; \ + < "Travis Athougies " ; > ; \ + < "Kosa Attila" ; > ; \ + < "Ativiras Kodas Lietuvai (Open Source for Lithuania)" ; > ; \ + < "Peter Babco" ; > ; \ + < "Natalia Babkina" ; > ; \ + < "Eric Bachard" ; > ; \ + < "Jeffrey G. Backes" ; > ; \ + < "Monica Badia" ; > ; \ + < "Sanlig Badral" ; > ; \ + < "Michele Baldessari" ; > ; \ + < "Dwayne Bailey" ; > ; \ + < "Ilyas Bakirov " ; > ; \ + < "Omer Bar-or" ; > ; \ + < "Danial Ferreira Balieiro" ; > ; \ + < "Athur Barret" ; > ; \ + < "Rodrigo Pedroso Barbosa" ; > ; \ + < "Gildecio E. Barboza" ; > ; \ + < "Joerg Barfurth" ; > ; \ + < "Yvan Barthelemy " ; > ; \ + < "David Bartlett" ; > ; \ + < "Sascha Ballach" ; > ; \ + < "Stefan Baltzer" ; > ; \ + < "Jayant Balraj Madavi" ; > ; \ + < "Claudio Bandaloukas" ; > ; \ + < "Omar Bar-or" ; > ; \ + < "Hrega Basu" ; > ; \ + < "Mathias Bauer" ; > ; \ + < "Martin Baulig" ; > ; \ + < "Martin Bayer" ; > ; \ + < "Gwenole Beauchesne" ; > ; \ + < "Youssef Beghi" ; > ; \ + < "Juraj Bednar" ; > ; \ + < "Brian Behlendorf" ; > ; \ + < "Thorsten Behrens" ; > ; \ + < "Lars Behrmann" ; > ; \ + < "Kyle Begol" ; > ; \ + < "Beijing Co-Create Open Source Software Co. Ltd." ; > ; \ + < "Beijing Redflag Chinese 2000 Software Co. Ltd." ; > ; \ + < "Andero Belov" ; > ; \ + < "Michael Bemmer" ; > ; \ + < "Boldizsar Bencsath" ; > ; \ + < "Thomas Benisch" ; > ; \ + < "Stephan Bergmann" ; > ; \ + < "Josh Berkus" ; > ; \ + < "Armin Besirovic" ; > ; \ + < "beunited.org Littleton, USA" ; > ; \ + < "Zaheda Bhorat" ; > ; \ + < "Andreas Bille" ; > ; \ + < "Oliver Bietzer" ; > ; \ + < "Eric Bischoff" ; > ; \ + < "Marissa Bishop" ; > ; \ + < "Torkil Bladt" ; > ; \ + < "Martin Blapp" ; > ; \ + < "Nick Blievers" ; > ; \ + < "Peter Bodnar" ; > ; \ + < "Daniel Boelzle" ; > ; \ + < "Marco Boerries" ; > ; \ + < "Michael Bohn" ; > ; \ + < "Myrzaliyer Bolat" ; > ; \ + < "Oliver Bolte" ; > ; \ + < "Berit Bonde" ; > ; \ + < "Alexander Bootman" ; > ; \ + < "Csaba Borbola" ; > ; \ + < "Gregor Bornemann" ; > ; \ + < "Thorsten Bosbach" ; > ; \ + < "Eric Bosdonnat" ; > ; \ + < "Daniel Boss" ; > ; \ + < "David Boswell" ; > ; \ + < "Freddy Boswell" ; > ; \ + < "J.David Boyd" ; > ; \ + < "Oisin Boydell" ; > ; \ + < "Rafaella Braconi" ; > ; \ + < "Cristovad Braga" ; > ; \ + < "Tanovic Branko" ; > ; \ + < "Michael Brauer" ; > ; \ + < "Oliver Braun" ; > ; \ + < "Andreas Bregas" ; > ; \ + < "Matthias Breuer" ; > ; \ + < "Marek Brezina" ; > ; \ + < "Henning Brinkmann" ; > ; \ + < "Simon Brouwer" ; > ; \ + < "Andrew Brown" ; > ; \ + < "Joerg Brunsmann" ; > ; \ + < "Joerg Budischewski" ; > ; \ + < "Nicolae Buculei" ; > ; \ + < "Ronny Buelund" ; > ; \ + < "Michael Buettner" ; > ; \ + < "Edwin Burdak" ; > ; \ + < "Hans-Peter Burow" ; > ; \ + < "Aidan Butler" ; > ; \ + < "Richard Bywater" ; > ; \ + < "Josef Cacek" ; > ; \ + < "Guy Capra" ; > ; \ + < "Gabriele Carcassi" ; > ; \ + < "Anders Carlsson" ; > ; \ + < "Brian Cameron" ; > ; \ + < "Scott Carr" ; > ; \ + < "Christina L. Carr" ; > ; \ + < "Mauro Catarzi" ; > ; \ + < "Daniel Carrera" ; > ; \ + < "Giuseppe Castagno" ; > ; \ + < "Centre for Development of Advanced Computing" ; > ; \ + < "Ales Cernosek" ; > ; \ + < "Goerkem Cetin" ; > ; \ + < "Peter Chabada" ; > ; \ + < "David Chan" ; > ; \ + < "Tak-Shing Chan of Aleph One Limited" ; > ; \ + < "Colin Charles" ; > ; \ + < "Kimmy Chen" ; > ; \ + < "Robert Chen" ; > ; \ + < "Yu Aaron Cheng" ; > ; \ + < "Jian Hong Cheng" ; > ; \ + < "Xiuzhi Cheng" ; > ; \ + < "Allan B. Christensen" ; > ; \ + < "Steen Christensen" ; > ; \ + < "Marco Ciampa" ; > ; \ + < "Henrik R. Clausen" ; > ; \ + < "James Cleere" ; > ; \ + < "Justin Clift" ; > ; \ + < "David Cobb" ; > ; \ + < "Oliver Craemer" ; > ; \ + < "Vicky Chan" ; > ; \ + < "Michael J. Cole" ; > ; \ + < "Urska Colner" ; > ; \ + < "Alexandro Colorado" ; > ; \ + < "Compaq Computer Corperation" ; > ; \ + < "Karen Conatser" ; > ; \ + < "Confucian Pro. Technology" ; > ; \ + < "Danese Cooper" ; > ; \ + < "Lee Corbin" ; > ; \ + < "Dietmar Cordes" ; > ; \ + < "Berend Cornelius" ; > ; \ + < "Clayton Cornell" ; > ; \ + < "Jesus Corrius" ; > ; \ + < "Martin Coxall" ; > ; \ + < "Joszef Csongradi" ; > ; \ + < "Alessandro Cumin" ; > ; \ + < "Johannes Czerwinski" ; > ; \ + < "Michael Cziebalski" ; > ; \ + < "Valentina Dagiene" ; > ; \ + < "Richard Daley" ; > ; \ + < "Viktoras Dagys" ; > ; \ + < "Dimitrios Dalossis" ; > ; \ + < "Martin Damboldt" ; > ; \ + < "Johan Dahlin" ; > ; \ + < "Goto Daichi" ; > ; \ + < "Robert Dargaud" ; > ; \ + < "Yuri Dario" ; > ; \ + < "Akshay Dayal" ; > ; \ + < "Simon Dean" ; > ; \ + < "Denice C. Deatrich" ; > ; \ + < "Blaise Drayer" ; > ; \ + < "Francois Dechelle" ; > ; \ + < "Andrea Decorte" ; > ; \ + < "Martijn Dekkers" ; > ; \ + < "Andrew Dent" ; > ; \ + < "Westley Alan Dent" ; > ; \ + < "Luiz Augusto Von Dentz" ; > ; \ + < "Helge Delfs" ; > ; \ + < "Naren Devaiah" ; > ; \ + < "Frederic Juan Diaz" ; > ; \ + < "Scott Dietrich" ; > ; \ + < "Frederik Dietz" ; > ; \ + < "Marcel Diki-Kidiri" ; > ; \ + < "Marian Diklic" ; > ; \ + < "Sebastian Docktor" ; > ; \ + < "Vitor Domingos" ; > ; \ + < "Jean-Francois Donikian" ; > ; \ + < "Simford Dong" ; > ; \ + < "Nitri Dongre" ; > ; \ + < "Thomas Doru" ; > ; \ + < "Willem van Dorp" ; > ; \ + < "Radek Doulik" ; > ; \ + < "Davide Dozza" ; > ; \ + < "Derek Dreger" ; > ; \ + < "Carsten Driesner" ; > ; \ + < "Cristian Driga" ; > ; \ + < "Petr Dudacek" ; > ; \ + < "Herbert Duerr" ; > ; \ + < "Marc Durdin" ; > ; \ + < "Damien Duportal" ; > ; \ + < "Dolores Eccles" ; > ; \ + < "Craig Eddy" ; > ; \ + < "Florian Effenberger" ; > ; \ + < "Aleksander Ehrlich" ; > ; \ + < "Bernd Eilers" ; > ; \ + < "Terry Ellison" ; > ; \ + < "Rene Engelhard" ; > ; \ + < "Mina Erickson" ; > ; \ + < "Peter Eriksen" ; > ; \ + < "Per Eriksson" ; > ; \ + < "Alberto Escudero-Pascual" ; > ; \ + < "Fabalabs Software GmbH" ; > ; \ + < "Charles Anthony Fannan" ; > ; \ + < "Jean-Baptiste Faure" ; > ; \ + < "Ralf-Michael Fehr" ; > ; \ + < "Vladimir Fedak" ; > ; \ + < "Zoltan Fekete" ; > ; \ + < "Olaf Felka" ; > ; \ + < "Carlos Fernando" ; > ; \ + < "Ramon Garcia Fernandez" ; > ; \ + < "Claudio Ferreira" ; > ; \ + < "Raquel Fares Ferreira" ; > ; \ + < "Marco Fiemozzi" ; > ; \ + < "Claudio F Filho" ; > ; \ + < "Pierre de Filippis" ; > ; \ + < "Jan Firich" ; > ; \ + < "Andre Fischer" ; > ; \ + < "Helga Fischer" ; > ; \ + < "Uwe Fischer" ; > ; \ + < "Darin Fisher" ; > ; \ + < "Nicole M. Follet-Dunn" ; > ; \ + < "Kenneth Foskey" ; > ; \ + < "Duncan Foster" ; > ; \ + < "Tim Foster" ; > ; \ + < "David Franser" ; > ; \ + < "Peter Frandsen" ; > ; \ + < "Gary Frederick" ; > ; \ + < "Nils Fuhrmann" ; > ; \ + < "Jan Funken" ; > ; \ + < "Bruno Gallart" ; > ; \ + < "Roberto Galoppini" ; > ; \ + < "Tom Garland" ; > ; \ + < "Wolfram Garten" ; > ; \ + < "Martin Gallwey" ; > ; \ + < "Pierre-Andre Galmes" ; > ; \ + < "Roberto Galoppini" ; > ; \ + < "Tony Galmiche" ; > ; \ + < "Sunil Gandhi" ; > ; \ + < "Zemin Gao" ; > ; \ + < "Sophie Gautier" ; > ; \ + < "Kathy Gavin" ; > ; \ + < "Alexander Gelfenbain" ; > ; \ + < "Genicorp" ; > ; \ + < "Radim Gelner" ; > ; \ + < "R.R. Gerbrands" ; > ; \ + < "Vytautas Germanavicius" ; > ; \ + < "Berthold Gerdes" ; > ; \ + < "Gorken Getin" ; > ; \ + < "Adriana Geurts" ; > ; \ + < "Marco Giorgetti" ; > ; \ + < "Thomas Girard" ; > ; \ + < "Serkan Girgin" ; > ; \ + < "Vladimir Glazounov" ; > ; \ + < "Laurent Godard" ; > ; \ + < "M. Godec" ; > ; \ + < "Angelika Goeszler" ; > ; \ + < "Xabier Arrieta Goiri" ; > ; \ + < "Adam Golebiowski" ; > ; \ + < "Good Day, Inc. - Seiya Maeda, CEO" ; > ; \ + < "Ajey Y. Gore" ; > ; \ + < "Adam Gould" ; > ; \ + < "Brigitte Le Grand" ; > ; \ + < "GravityZoo" ; > ; \ + < "Paul Gress" ; > ; \ + < "Gintautas Grigas" ; > ; \ + < "Dirk Grobler" ; > ; \ + < "Steffen Grund" ; > ; \ + < "Christian Guenther" ; > ; \ + < "Marko Gronroos" ; > ; \ + < "Wojciech Gryc" ; > ; \ + < "Stefano Guidetti" ; > ; \ + < "Wilson Guo" ; > ; \ + < "Brant Langer Gurganus" ; > ; \ + < "Richard Guziewicz" ; > ; \ + < "Szabo Gyoergi" ; > ; \ + < "Bettina Haberer" ; > ; \ + < "Thomas Hackert" ; > ; \ + < "David Hackler" ; > ; \ + < "Fredrik Haegg" ; > ; \ + < "Ingrid Halama" ; > ; \ + < "William Neil Hall" ; > ; \ + < "Chris Halls" ; > ; \ + < "Arne Christian Harseth" ; > ; \ + < "Syamsul Anuar Abdul Hamid" ; > ; \ + < "Bo Han" ; > ; \ + < "Ove Hanebring" ; > ; \ + < "Jens K. Hansen" ; > ; \ + < "Martin Willemoes Hansen" ; > ; \ + < "Rune Piil Hansen" ; > ; \ + < "Jeff Hanson" ; > ; \ + < "Paul Eugene Hanson" ; > ; \ + < "Christian Hardy" ; > ; \ + < "Alexey Harlamenkov" ; > ; \ + < "Taska Harnischfeger" ; > ; \ + < "Gregor Hartmann" ; > ; \ + < "Peter Hartmann" ; > ; \ + < "Andreas Hausmann" ; > ; \ + < "Bustamam Harun" ; > ; \ + < "Soren Hauberg" ; > ; \ + < "Andreas Hausmann" ; > ; \ + < "Mike Hayes" ; > ; \ + < "John Heard" ; > ; \ + < "Florian Heckl" ; > ; \ + < "Will Heid" ; > ; \ + < "Reimar Heider" ; > ; \ + < "Joerg Heilig" ; > ; \ + < "Lars Jorgen Helbo" ; > ; \ + < "Bill Heiser" ; > ; \ + < "Frank Heitbrock" ; > ; \ + < "Brian Hemstedt" ; > ; \ + < "Kevin B. Hendricks" ; > ; \ + < "C.P. Hennessy" ; > ; \ + < "Gregor Herrman" ; > ; \ + < "Chris Herrnberger" ; > ; \ + < "Sven Herzberg" ; > ; \ + < "Uwe Heth" ; > ; \ + < "Ariya Hidayat" ; > ; \ + < "Bernd Hilgenberg" ; > ; \ + < "Michelle Hills" ; > ; \ + < "Kazunari Hirano" ; > ; \ + < "Samual W. Hiser" ; > ; \ + < "Ivo Hinkelmann" ; > ; \ + < "Theresa Hinkelman" ; > ; \ + < "Eric Hoch" ; > ; \ + < "Lutz Hoeger" ; > ; \ + < "Michael Hoennig" ; > ; \ + < "Ilko Hoepping" ; > ; \ + < "Axel Hoernke" ; > ; \ + < "Ralf Hofmann" ; > ; \ + < "Jakob Hojgaard" ; > ; \ + < "Janos Holanyi" ; > ; \ + < "Jan Holesovsky" ; > ; \ + < "Martin Hollmichel" ; > ; \ + < "Richard Holt" ; > ; \ + < "Sei Honda" ; > ; \ + < "Karl Hong" ; > ; \ + < "Alan Horkan" ; > ; \ + < "Alexandre Horst" ; > ; \ + < "Horst" ; > ; \ + < "Thomas Hosemann" ; > ; \ + < "Chris Hoypoy" ; > ; \ + < "Radovan Hrabak" ; > ; \ + < "Hristo Simeonov Hristov" ; > ; \ + < "Stanislav Huba" ; > ; \ + < "Bert Hubert" ; > ; \ + < "Ralf Hueskes" ; > ; \ + < "Matthias Huetsch" ; > ; \ + < "Marco Huggenberger" ; > ; \ + < "Humboldt-Universitaet zu Berlin" ; > ; \ + < "James R Hunt" ; > ; \ + < "Jason Hunter" ; > ; \ + < "Isabelle Hurbain" ; > ; \ + < "Gabriel Hurley" ; > ; \ + < "Emin Huseynov" ; > ; \ + < "Scott Hutinger" ; > ; \ + < "Hungarian Linux Users, Association of" ; > ; \ + < "Thomas Hygum" ; > ; \ + < "Andreas Hyballa" ; > ; \ + < "Hasan Ilter" ; > ; \ + < "Intel Corp." ; > ; \ + < "International Business Machines" ; > ; \ + < "Intersol SRL" ; > ; \ + < "Michael Irion" ; > ; \ + < "Naoyuki Ishimura" ; > ; \ + < "Baurzhan Ismagulov" ; > ; \ + < "Fumihiko Iwabuchi" ; > ; \ + < "Issendis Alain Curt" ; > ; \ + < "Pavel Janik" ; > ; \ + < "Sunil Amitkumar Janki" ; > ; \ + < "Sven Jacobi" ; > ; \ + < "Yvonne Jacoby" ; > ; \ + < "Denis Jacquerye" ; > ; \ + < "Egle Jasutiene" ; > ; \ + < "Joerg Jahnke" ; > ; \ + < "Christian Jansen" ; > ; \ + < "Ocke Janssen" ; > ; \ + < "Amer Javaid" ; > ; \ + < "Andrew T. Jensen" ; > ; \ + < "Byrial Ole Jensen" ; > ; \ + < "Ricky Hugh Jensen" ; > ; \ + < "Tatjiana Jevsikova" ; > ; \ + < "Berry Jia" ; > ; \ + < "Mingfei Jia" ; > ; \ + < "Chuang Jiang" ; > ; \ + < "Jiao Jianhua" ; > ; \ + < "Gary Johnston" ; > ; \ + < "Dewi Jones" ; > ; \ + < "Henrik Jordt" ; > ; \ + < "Anders Colding Jorgesen" ; > ; \ + < "Peter Junge" ; > ; \ + < "Christian Junker" ; > ; \ + < "Pascal Junck" ; > ; \ + < "Henrik Just" ; > ; \ + < "Christian Kaas" ; > ; \ + < "Yukata Kachi" ; > ; \ + < "Natsu Kadoya" ; > ; \ + < "Szalai Kalman" ; > ; \ + < "masahisa kamataki" ; > ; \ + < "Tim Kampa" ; > ; \ + < "Petr Kania" ; > ; \ + < "Mick Kappenburg" ; > ; \ + < "Etsushi Kato" ; > ; \ + < "Yosuke Kato" ; > ; \ + < "Hirano Kazunari" ; > ; \ + < "Mihaela Kedikova" ; > ; \ + < "Juergen Keil" ; > ; \ + < "Lina Kemmel" ; > ; \ + < "Darren Kenny" ; > ; \ + < "Dhanajay Keskar" ; > ; \ + < "Ilja Ketris" ; > ; \ + < "Philipp Kewisch Ketris" ; > ; \ + < "Ossama Khayat" ; > ; \ + < "Volodymyr Khrystynych" ; > ; \ + < "Ilja Ketris" ; > ; \ + < "Hermann Kienlein" ; > ; \ + < "Artem Khvat" ; > ; \ + < "Aijin Kim" ; > ; \ + < "Jeongkyu Kim" ; > ; \ + < "Jung-uk Kim" ; > ; \ + < "Bevis Robert Wearing King" ; > ; \ + < "Bo Kiersgaard" ; > ; \ + < "Robert Kinsella" ; > ; \ + < "Lazsio Kishalmi" ; > ; \ + < "Andre Kitzing" ; > ; \ + < "Thomas Klarhoefer" ; > ; \ + < "Sven Klawitter" ; > ; \ + < "Branislav Klocok" ; > ; \ + < "Matthias Klose" ; > ; \ + < "Halfdan Holger Knudsen" ; > ; \ + < "Rune Tendal Kock" ; > ; \ + < "Magdy Samuel Abdel Koddous" ; > ; \ + < "Charles Peter Koerner" ; > ; \ + < "Kay Koll" ; > ; \ + < "Masataka Kondo" ; > ; \ + < "Soren Kongstad" ; > ; \ + < "Dimitris Korbetis" ; > ; \ + < "Uros Kositer" ; > ; \ + < "Peter Kosmalla" ; > ; \ + < "Nobuhiro Koura" ; > ; \ + < "Lazlo Kovacs" ; > ; \ + < "Martin Kretzchmar" ; > ; \ + < "Ramesh Krishnamagaru" ; > ; \ + < "Jayamohan Krishnasamy" ; > ; \ + < "Erik Kristiansen" ; > ; \ + < "Jesper Krogh" ; > ; \ + < "Oliver Krapp" ; > ; \ + < "Andrey Krutak" ; > ; \ + < "Andreas Krause" ; > ; \ + < "Tobias Krause" ; > ; \ + < "Nigel Kukard" ; > ; \ + < "Andre Kuemmel" ; > ; \ + < "Jorma Kuha" ; > ; \ + < "Mashrab Kuvatov" ; > ; \ + < "Thorsten Koerner" ; > ; \ + < "Ralf Kuhnert" ; > ; \ + < "Gaute Hvoslef Kvalnes" ; > ; \ + < "Kabrianis & Sia O.E." ; > ; \ + < "William Rikard Lachance" ; > ; \ + < "Dominic Lachoucz" ; > ; \ + < "Sandra Lain" ; > ; \ + < "Alexandre Lahiniriko" ; > ; \ + < "Denis Lakcovic" ; > ; \ + < "Dr. Swapnil Vishnu Lale" ; > ; \ + < "Antti Lampinen/Kongo Group" ; > ; \ + < "Massimo Lanfranconi" ; > ; \ + < "Marcus Lange" ; > ; \ + < "Peter Lange" ; > ; \ + < "Thomas Lange" ; > ; \ + < "Lars Langhans" ; > ; \ + < "Vance Lankhaar" ; > ; \ + < "Sébastien Lanteigne" ; > ; \ + < "Finn Gruwier Larsen" ; > ; \ + < "Rune S. Larsen" ; > ; \ + < "Pavel Lastovicka" ; > ; \ + < "Rimgaudus Laucius" ; > ; \ + < "Jesper Laugesen" ; > ; \ + < "David Laurent" ; > ; \ + < "Thorsten Laux" ; > ; \ + < "Nemeth Laszlo" ; > ; \ + < "Hans-Joachim Lankenau (Ause)" ; > ; \ + < "Athanasios Lefteris" ; > ; \ + < "Ely Levy" ; > ; \ + < "Learning and Teaching Scotland" ; > ; \ + < "Yoann Le Bars" ; > ; \ + < "Armin Le Grand" ; > ; \ + < "Brigitte Le Grand" ; > ; \ + < "Jakob Lechner" ; > ; \ + < "Michael Leibowitz" ; > ; \ + < "Serge Le Louarne" ; > ; \ + < "Dong Lee" ; > ; \ + < "Kenneth Lee" ; > ; \ + < "Gregory Leffler" ; > ; \ + < "Hercule Li" ; > ; \ + < "Hui Li" ; > ; \ + < "Jian Li" ; > ; \ + < "Tommy C. Li" ; > ; \ + < "Wind Li" ; > ; \ + < "Xing Li" ; > ; \ + < "Ping Liao" ; > ; \ + < "Xin Liao" ; > ; \ + < "Weike Liang" ; > ; \ + < "Rony Liemmukda" ; > ; \ + < "Tor Lillqvist" ; > ; \ + < "Patranun Limudomporn" ; > ; \ + < "Archie Lin" ; > ; \ + < "Fong Lin" ; > ; \ + < "Martha J. Lindeman" ; > ; \ + < "Joachim Lingner" ; > ; \ + < "Christian Lippka" ; > ; \ + < "Chen Liu" ; > ; \ + < "Jianli Liu" ; > ; \ + < "Mindy Liu" ; > ; \ + < "Tao Liu" ; > ; \ + < "YiSong Liu" ; > ; \ + < "Yu Liu" ; > ; \ + < "Yuhua Liu" ; > ; \ + < "ALT Linux Russia" ; > ; \ + < "Jonathan S. Lister" ; > ; \ + < "Vedran Ljubovic" ; > ; \ + < "Frank Loehmann" ; > ; \ + < "Dieter Loeschky" ; > ; \ + < "Philipp Lohmann" ; > ; \ + < "Christian Lohmaier" ; > ; \ + < "Michel Loiseleur" ; > ; \ + < "Anthony Long" ; > ; \ + < "Roberto Loprieno" ; > ; \ + < "Riccardo Losselli" ; > ; \ + < "Jackson Low" ; > ; \ + < "Patrick Luby" ; > ; \ + < "Christoph Lukasiak" ; > ; \ + < "Robert Ludvik" ; > ; \ + < "Uwe Luebbers" ; > ; \ + < "Edgardo Lugaresi" ; > ; \ + < "Gavin Lu" ; > ; \ + < "Morton Lund" ; > ; \ + < "Jingrong Luo" ; > ; \ + < "Zaoliang Luo" ; > ; \ + < "Ian Lynch" ; > ; \ + < "Jun Ma" ; > ; \ + < "Thomas J.L. MacDermott" ; > ; \ + < "Marcio A. Macendo" ; > ; \ + < "George Machitidze" ; > ; \ + < "Diane Mackay" ; > ; \ + < "Prasad Madhav" ; > ; \ + < "Jorgen Madsen" ; > ; \ + < "Ove Madsen" ; > ; \ + < "Martin Maher" ; > ; \ + < "Babak Mahbod" ; > ; \ + < "Nakata Maho " ; > ; \ + < "Wad Mahsckoff" ; > ; \ + < "Milena Majorosova" ; > ; \ + < "Yonggang Mao" ; > ; \ + < "Libor Maly" ; > ; \ + < "Mandrake Soft S.A." ; > ; \ + < "Libor Maly" ; > ; \ + < "Mohammed Mamdouh" ; > ; \ + < "Andreas Mantke" ; > ; \ + < "Paolo Mantovani" ; > ; \ + < "Chris Manuh" ; > ; \ + < "Luisa Della Marina" ; > ; \ + < "Christian Markgraf" ; > ; \ + < "John Marmion" ; > ; \ + < "Adam Marks" ; > ; \ + < "Dirk Marquardt" ; > ; \ + < "Tam Marshall" ; > ; \ + < "Andreas Martens" ; > ; \ + < "Thorsten Martens" ; > ; \ + < "Bartosz Maruszewski" ; > ; \ + < "Jordi Mas" ; > ; \ + < "Nishida Masanori" ; > ; \ + < "Yoshiyuki Masutomi" ; > ; \ + < "Ivan Masar" ; > ; \ + < "Nishida Masanori" ; > ; \ + < "Shane M. Mathews" ; > ; \ + < "Yoshiyuki Masutomi" ; > ; \ + < "Akira Matsumiya" ; > ; \ + < "Yoshihiso Matsutani" ; > ; \ + < "Shinobu Matsuzuka" ; > ; \ + < "Elizabeth Matthis" ; > ; \ + < "Michael Maurier, Publishing Power, Inc." ; > ; \ + < "Frank Mau" ; > ; \ + < "Izumi Mazur" ; > ; \ + < "John McCreesh" ; > ; \ + < "Shaun McDonald" ; > ; \ + < "Ian McDonnell" ; > ; \ + < "Caolan McNamara" ; > ; \ + < "Jacqueline McNally" ; > ; \ + < "Aaron R. Meck" ; > ; \ + < "Nirav Mehta" ; > ; \ + < "Michael Meeks" ; > ; \ + < "Frederico Mena-Quintero" ; > ; \ + < "James Meng" ; > ; \ + < "Frank Meies" ; > ; \ + < "Antonius Tjipke Meinen" ; > ; \ + < "Ismael Merzaq" ; > ; \ + < "Andreas Meyer" ; > ; \ + < "Markus Meyer" ; > ; \ + < "Rolf Meyer" ; > ; \ + < "Djapparova Meruert" ; > ; \ + < "Ismael Merzaq" ; > ; \ + < "Michael Mi" ; > ; \ + < "Bjoern Michaelsen" ; > ; \ + < "Boris Michelsz" ; > ; \ + < "Bjoern Milcke" ; > ; \ + < "Marcin Milkowski" ; > ; \ + < "Michelle Milledge" ; > ; \ + < "Aleksander Mikhailov-Erlich" ; > ; \ + < "Paul A. Miller" ; > ; \ + < "Arkadiusz Miskiewicz" ; > ; \ + < "Petr Mladek" ; > ; \ + < "Erica Modena" ; > ; \ + < "Filip Molcan" ; > ; \ + < "Tadeusz Mollun" ; > ; \ + < "Carl De Monbrun" ; > ; \ + < "Volker Moneke" ; > ; \ + < "Takayuki Morisawa" ; > ; \ + < "Jan Morgils" ; > ; \ + < "Tim Morley" ; > ; \ + < "Tomas Mraz" ; > ; \ + < "Cyrille Moureaux" ; > ; \ + < "S. Muguntharaj" ; > ; \ + < "Matthias Mueller-Prove" ; > ; \ + < "Inaki Larranaga Murgoitio" ; > ; \ + < "Mark Murnane" ; > ; \ + < "Jack Murphy" ; > ; \ + < "Steven Michael Murphy" ; > ; \ + < "Kris Nackaerts" ; > ; \ + < "Hiroyuki Nakaji" ; > ; \ + < "Takashi Nakamoto" ; > ; \ + < "Maho Nakata" ; > ; \ + < "National Centre for Software Technology, India" ; > ; \ + < "Takamichi Nara" ; > ; \ + < "Peter Naulls" ; > ; \ + < "Jan Navratil" ; > ; \ + < "Niklas Nebel" ; > ; \ + < "Ales Nehyba" ; > ; \ + < "Christoph Neumann" ; > ; \ + < "Frank Neumann" ; > ; \ + < "Marc Neumann" ; > ; \ + < "Net Integration Technologies, Inc." ; > ; \ + < "Scott Ng" ; > ; \ + < "Nam T. Nguyen" ; > ; \ + < "Jan Normann Nielsen" ; > ; \ + < "Ko-haw Nieh" ; > ; \ + < "Peter Van Nieuwenhoven" ; > ; \ + < "Jan Nieuwenhuizen" ; > ; \ + < "Dhiraj Nilange" ; > ; \ + < "Sofia Nilsson" ; > ; \ + < "Kazutoshi Nimura" ; > ; \ + < "Jes Drost Nissen" ; > ; \ + < "Sofia Nilsson" ; > ; \ + < "Christoph Noack" ; > ; \ + < "Bertram Nolte" ; > ; \ + < "Niels Nordmann" ; > ; \ + < "Michael Novati" ; > ; \ + < "Novell, Inc.," ; > ; \ + < "Rodrigo Parra Novo" ; > ; \ + < "Peter Novodvorsky" ; > ; \ + < "O3Spaces (C.B Hoeflake)" ; > ; \ + < "Tomas O'Connor" ; > ; \ + < "Munzir Taha Obeid" ; > ; \ + < "Eivind Odegard" ; > ; \ + < "Maximilian Odendahl" ; > ; \ + < "Kaoru Oguru" ; > ; \ + < "Dan Ohnesorg" ; > ; \ + < "Akira Ohsone" ; > ; \ + < "Takashi Ono" ; > ; \ + < "Lars Oppermann" ; > ; \ + < "Michael Opsahl" ; > ; \ + < "Anmar Oueja" ; > ; \ + < "Dana Oliver" ; > ; \ + < "Shane Owenby" ; > ; \ + < "Marcin Orowski" ; > ; \ + < "Takeshi Otsuki" ; > ; \ + < "Jan-Hendrick Palic" ; > ; \ + < "Assis Paniago" ; > ; \ + < "Carlos F.A. Paniago" ; > ; \ + < "Subiaco Paola" ; > ; \ + < "Kannada Ganaka Parishat" ; > ; \ + < "Anna Parovel" ; > ; \ + < "Pierre Pasteau" ; > ; \ + < "Shripad Patki" ; > ; \ + < "Andreas Pauley" ; > ; \ + < "Viktorija Paulikaite" ; > ; \ + < "Soren Thing Pedersen" ; > ; \ + < "Pablo F. Pena IV" ; > ; \ + < "Mattia Penati" ; > ; \ + < "Pentaho - James Dixon - " ; > ; \ + < "Damien Persohn" ; > ; \ + < "Andrea Pescetti" ; > ; \ + < "Edward Peterlin" ; > ; \ + < "Allan Juhl Peterson" ; > ; \ + < "Frank Peters" ; > ; \ + < "Bryan Petty" ; > ; \ + < "John Pfersich" ; > ; \ + < "Wilhelm Pfluger" ; > ; \ + < "Thomas Pfohe" ; > ; \ + < "Yashwant Phatak" ; > ; \ + < "Nusorn Photpipat" ; > ; \ + < "Dao-Duy Pierre" ; > ; \ + < "Juergen Pingel" ; > ; \ + < "Christof Pintaske" ; > ; \ + < "Guido Pinkernell" ; > ; \ + < "Pedro Pinto" ; > ; \ + < "Saso Pirnat" ; > ; \ + < "Sebastien Plisson" ; > ; \ + < "Aurelien Pocheville" ; > ; \ + < "Pvabhas Pokhavel" ; > ; \ + < "Ravi Poluri" ; > ; \ + < "Rastislav Poruban" ; > ; \ + < "Noel Power" ; > ; \ + < "Ashwanth Premchandran" ; > ; \ + < "Marco Pratesi" ; > ; \ + < "Nikolai Pretzell" ; > ; \ + < "Nicola Previati" ; > ; \ + < "Rhoslyn Prys" ; > ; \ + < "Jaroslaw Jan Pyszny" ; > ; \ + < "Jonathan Pryor" ; > ; \ + < "Zhang Qingbin" ; > ; \ + < "Canghua Qu" ; > ; \ + < "Volker Quetschke" ; > ; \ + < "Tino Rachui" ; > ; \ + < "Radostin Radnev" ; > ; \ + < "Pramod Raghavendra" ; > ; \ + < "Adam Rambousek" ; > ; \ + < "Jacqueline Rahemipour" ; > ; \ + < "Goran Rakic" ; > ; \ + < "Adam Rambousek" ; > ; \ + < "Kay Ramme" ; > ; \ + < "Klaus Ramstock" ; > ; \ + < "Scott Rankin" ; > ; \ + < "Samphan Raruenrom" ; > ; \ + < "Michael Rasch" ; > ; \ + < "Ejnar Zacho Rath" ; > ; \ + < "Eike Rathke" ; > ; \ + < "Michael Rauch" ; > ; \ + < "Jens-Heiner Rechtien" ; > ; \ + < "Red Hat, Inc." ; > ; \ + < "Itzchack Rehberg" ; > ; \ + < "Frank Rehberger" ; > ; \ + < "Michael Reichow" ; > ; \ + < "Manfred Reiter" ; > ; \ + < "Eric Renaud" ; > ; \ + < "Peyronnet Remi" ; > ; \ + < "Daniel Rentz" ; > ; \ + < "Florian Reuter" ; > ; \ + < "Kjell Arne Rekaa" ; > ; \ + < "Frco. Javier Rial" ; > ; \ + < "Nicholas Richards" ; > ; \ + < "Georg Richter" ; > ; \ + < "Jozef Riha" ; > ; \ + < "Michael Lee Rilee" ; > ; \ + < "Modestas Rimkus" ; > ; \ + < "Jose Ariel Rios" ; > ; \ + < "Jorge Rivas" ; > ; \ + < "William Robinson" ; > ; \ + < "Donald Evan Rogers" ; > ; \ + < "Willy Sudiarto Rohorjo" ; > ; \ + < "Hennes Rohling" ; > ; \ + < "Richard Rolston" ; > ; \ + < "Christian Romanini" ; > ; \ + < "Lin Rongheng" ; > ; \ + < "Dimitri Roschowski" ; > ; \ + < "Eddie Roosenmaallen" ; > ; \ + < "Dimitri Roschkowski" ; > ; \ + < "Bernard Rosenkraenzer" ; > ; \ + < "Cark Rosschou" ; > ; \ + < "Thomas Roswall" ; > ; \ + < "Werner Roth" ; > ; \ + < "Christian Roy" ; > ; \ + < "Doug Royer" ; > ; \ + < "Bill Roth" ; > ; \ + < "rPath, Inc. (Erik W. Troan)" ; > ; \ + < "Saverio Rubini" ; > ; \ + < "Klaus Ruehl" ; > ; \ + < "Verena Ruff" ; > ; \ + < "Michael Ruess" ; > ; \ + < "Peeter Russak" ; > ; \ + < "Stasys Rutkauskas" ; > ; \ + < "Frederick K. Saalbach" ; > ; \ + < "Tobias Sager" ; > ; \ + < "Enn Saar" ; > ; \ + < "Reshat Sabiq" ; > ; \ + < "Amit Kumar Saha" ; > ; \ + < "Bibek Sahu" ; > ; \ + < "Reiko Saito" ; > ; \ + < "Bruno Sant'Anna" ; > ; \ + < "Roberto Figueiredo Salomon" ; > ; \ + < "Shkumbim Saneja" ; > ; \ + < "Janus Sandsgaard" ; > ; \ + < "Pablo Sarataga" ; > ; \ + < "Juraj Sarinay" ; > ; \ + < "Nobuyuki Sasaki" ; > ; \ + < "Eric Savary" ; > ; \ + < "Stephan Schaefer" ; > ; \ + < "Kathryn L. Schenk" ; > ; \ + < "Harald Schilly" ; > ; \ + < "Tom Schindl" ; > ; \ + < "Andreas Schluens" ; > ; \ + < "Ingo Schmidt-Rosbiegal" ; > ; \ + < "Juergen Schmidt" ; > ; \ + < "Andre Schnabel" ; > ; \ + < "Frank Schoenheit" ; > ; \ + < "Timon Schroeter" ; > ; \ + < "Maik Schroeder" ; > ; \ + < "Sabine Schroeder" ; > ; \ + < "Admar Schoonen" ; > ; \ + < "Svante Schubert" ; > ; \ + < "Friedemann Schuetz" ; > ; \ + < "Dietrich Schulten" ; > ; \ + < "Charles Henri Schulz" ; > ; \ + < "Christoph Schultz" ; > ; \ + < "Thorsten Schulz" ; > ; \ + < "Stella Schulze" ; > ; \ + < "Martin Seelhofer" ; > ; \ + < "Daniel Seibert" ; > ; \ + < "Marcella Semboli" ; > ; \ + < "Julian Seward" ; > ; \ + < "Shanmugam Senthil" ; > ; \ + < "Giovanni Sgnaolin" ; > ; \ + < "Charles Sharp" ; > ; \ + < "Syed Ahmad Shazali" ; > ; \ + < "Darragh Sherwin" ; > ; \ + < "Gia Shervashidze" ; > ; \ + < "Wei Guo Shi" ; > ; \ + < "Norikatsu Shigemura" ; > ; \ + < "Bernhard Siaud" ; > ; \ + < "Joerg Sievers" ; > ; \ + < "Silicon Graphic, Inc." ; > ; \ + < "Maria Augusta Marques da Silva" ; > ; \ + < "Keld Jorn Simonsen" ; > ; \ + < "Michael Sicotte" ; > ; \ + < "Clytie Ann Siddall" ; > ; \ + < "Raul Siddahartha" ; > ; \ + < "SIL International (Freddy Boswell)" ; > ; \ + < "Mukund Sivaraman" ; > ; \ + < "Manoranjan Kr. Singh" ; > ; \ + < "G. Roderick Singleton" ; > ; \ + < "Joerg Skottke" ; > ; \ + < "Sarah Smith" ; > ; \ + < "Timothy P. Smith" ; > ; \ + < "Colm Smyth" ; > ; \ + < "Javier Sola" ; > ; \ + < "Inga Solyte" ; > ; \ + < "Peter Somlo" ; > ; \ + < "Kai Sommerfeld" ; > ; \ + < "Young Joo Song" ; > ; \ + < "Claus Soerensen" ; > ; \ + < "Sbarnea Sorin" ; > ; \ + < "Anousak Souphavank" ; > ; \ + < "Caio Tiago Oliveira de Sousa" ; > ; \ + < "Oliver Specht" ; > ; \ + < "Laure Spilker-Four" ; > ; \ + < "Michael Stahl" ; > ; \ + < "Irina Stamatoiu" ; > ; \ + < "Joseph James John Stanford" ; > ; \ + < "Frank Stecher" ; > ; \ + < "Boris Steiner" ; > ; \ + < "Jason Stewart" ; > ; \ + < "Konrad Stobiecki" ; > ; \ + < "Arthit Suriyawongkul" ; > ; \ + < "Lili Sun" ; > ; \ + < "Erik William Strack" ; > ; \ + < "Daniel Strome" ; > ; \ + < "Fridrich Strba" ; > ; \ + < "Keith Stribley" ; > ; \ + < "Ulf Stroehler" ; > ; \ + < "Daniel Strome" ; > ; \ + < "Louis Suarez-Potts" ; > ; \ + < "Muthu Subramanian" ; > ; \ + < "Matthias Suess" ; > ; \ + < "Tae Hoon Suk of Intellikorea Ca., Ltd." ; > ; \ + < "Arthit Suriyawongkul" ; > ; \ + < "SuSE CR, s.r.o" ; > ; \ + < "Steve Swales" ; > ; \ + < "Ethan Baggett Swint" ; > ; \ + < "Kaupo Suviste" ; > ; \ + < "TK Open Systems Ltd." ; > ; \ + < "TTC Telecom" ; > ; \ + < "E. A. Tacao" ; > ; \ + < "Munzir Taha" ; > ; \ + < "Hidetoshi Tajima" ; > ; \ + < "Kazuhiro Hatake Takabatake " ; > ; \ + < "Taigo Takeda" ; > ; \ + < "Christina Taliaferro" ; > ; \ + < "Makoto Takizawa" ; > ; \ + < "Masaki Tamakoshi" ; > ; \ + < "Quanfa Tang" ; > ; \ + < "Alberto Di Taranto" ; > ; \ + < "David Tardon" ; > ; \ + < "Uday K. Tashildar" ; > ; \ + < "Stefan Taxhet" ; > ; \ + < "William Terry" ; > ; \ + < "Michal Touzin" ; > ; \ + < "Techmaprojekt Sp. z.o.o." ; > ; \ + < "Erwin Tenhumberg" ; > ; \ + < "William Terry" ; > ; \ + < "Pietro Emilio Teofilatto" ; > ; \ + < "Falko Tesch" ; > ; \ + < "Armin Theissen" ; > ; \ + < "Christophe Thibierge" ; > ; \ + < "Michael Thiessne" ; > ; \ + < "James M. Thompson" ; > ; \ + < "Holger Thon" ; > ; \ + < "Alexander Thurgood" ; > ; \ + < "Caio Tiago Oliveira" ; > ; \ + < "Lukas Tinkl" ; > ; \ + < "Gerhard Tonn" ; > ; \ + < "Istvan Torda" ; > ; \ + < "Robert J. Townley" ; > ; \ + < "Christian Treldal" ; > ; \ + < "Trees for Life, Inc." ; > ; \ + < "Christian Treldal" ; > ; \ + < "James Treleaven" ; > ; \ + < "Tim Tretyak" ; > ; \ + < "Andreas Treumann" ; > ; \ + < "Claus Dieter Thoele" ; > ; \ + < "Filippo Trianni" ; > ; \ + < "Joshua A. Triplett" ; > ; \ + < "John Trowbridge" ; > ; \ + < "Dang Minh Tuan" ; > ; \ + < "Gianluca Turconi" ; > ; \ + < "Gunnar Timm" ; > ; \ + < "Ruediger Timm" ; > ; \ + < "Malte Timmermann" ; > ; \ + < "Ralf Unger" ; > ; \ + < "Manu Unni" ; > ; \ + < "Iulian Ursache" ; > ; \ + < "UITE Open Source Armenia" ; > ; \ + < "John Vandenberg" ; > ; \ + < "Ain Vagula" ; > ; \ + < "Mura Valter" ; > ; \ + < "Elanjelian Venugopal" ; > ; \ + < "Sven Vermeulen" ; > ; \ + < "Tom Verbeek" ; > ; \ + < "Sven Vermeulen" ; > ; \ + < "Tomas Vesely" ; > ; \ + < "Kim Viktoriya" ; > ; \ + < "Sander Vesik" ; > ; \ + < "Aridane Vilardaga-Viera" ; > ; \ + < "Adriano Del Vigna" ; > ; \ + < "Dirk Voelzke" ; > ; \ + < "Robert Vojta" ; > ; \ + < "Daniel Vogelheim" ; > ; \ + < "Mikhail Voitenko" ; > ; \ + < "Vladimir Vuksan" ; > ; \ + < "Erno Vuori" ; > ; \ + < "Radek Vybiral" ; > ; \ + < "Robert Don Wadley" ; > ; \ + < "Robert Wagy" ; > ; \ + < "Martina Waller" ; > ; \ + < "William Wan" ; > ; \ + < "Funda Wang" ; > ; \ + < "Polly Wang" ; > ; \ + < "Xu Ming Wang" ; > ; \ + < "Yi Wang" ; > ; \ + < "Sangay Wangchuk" ; > ; \ + < "Matthew Wardrop" ; > ; \ + < "Catherine Waterman" ; > ; \ + < "Jim Watson" ; > ; \ + < "Joerg Wartenberg" ; > ; \ + < "Jean Hollis Weber" ; > ; \ + < "Martin Webermann" ; > ; \ + < "Donata Wegener" ; > ; \ + < "Law Yee Wei" ; > ; \ + < "Zhao Wei" ; > ; \ + < "Michel Weimerskirch" ; > ; \ + < "Prof. Dr. Eduard Werner" ; > ; \ + < "Michael Wever" ; > ; \ + < "Brendan Whelan" ; > ; \ + < "Martin Whitaker" ; > ; \ + < "Arnulf Wiedemann" ; > ; \ + < "Franz Wieser" ; > ; \ + < "Dan Williams" ; > ; \ + < "Deirdre Williams" ; > ; \ + < "Michelle C. Williams" ; > ; \ + < "Miljenko Williams" ; > ; \ + < "David Noel Wilson" ; > ; \ + < "Jennifer Winger" ; > ; \ + < "Oliver-Rainer Wittmann" ; > ; \ + < "Hans Witvliet" ; > ; \ + < "Goetz Wohlberg" ; > ; \ + < "Luciano Miguel Wolf" ; > ; \ + < "Eugene T.S. Wong" ; > ; \ + < "Pui Lam Wong" ; > ; \ + < "Minna Wu" ; > ; \ + < "Yan Wu" ; > ; \ + < "Stephan Wunderlich" ; > ; \ + < "Simos Xenitellis" ; > ; \ + < "Shun Min Serena Xiao" ; > ; \ + < "Nat Friedman for Ximian" ; > ; \ + < "Antonio Xu" ; > ; \ + < "Dehua Xu" ; > ; \ + < "Gary Yang" ; > ; \ + < "Yukiharu Yabuki" ; > ; \ + < "Kliment Pavlov Yanev" ; > ; \ + < "Taniguchi Yasuaki" ; > ; \ + < "Oleg Yegorov" ; > ; \ + < "Steve Yin" ; > ; \ + < "Kunihiko Yokota" ; > ; \ + < "Kim Il Yong" ; > ; \ + < "Kohei Yoshida" ; > ; \ + < "Deltasoft Yu" ; > ; \ + < "Guoqiang Yu" ; > ; \ + < "Xiaoyang Yu" ; > ; \ + < "Gary Yuen" ; > ; \ + < "Christian Zagrodnick" ; > ; \ + < "George Zahopulos" ; > ; \ + < "Aidas Zandaris" ; > ; \ + < "Ernedin Zajko" ; > ; \ + < "Kurt Zenker" ; > ; \ + < "Fuxin Zhang" ; > ; \ + < "Joy Zhang" ; > ; \ + < "Lei Phill Zhang" ; > ; \ + < "Xiaofei Zhang" ; > ; \ + < "Jianwei Zhao" ; > ; \ + < "May Zhang" ; > ; \ + < "Jeremy Zheng" ; > ; \ + < "Thorsten Ziehm" ; > ; \ + < "Stefan Ziel" ; > ; \ + < "Jan Zitniak" ; > ; \ + < "Stefan Zimmermann" ; > ; \ + < "Mattia Zuliani" ; > ; \ +}; + diff --git a/svx/source/intro/about_ooo.src b/svx/source/intro/about_ooo.src new file mode 100644 index 000000000000..8c253973bd5c --- /dev/null +++ b/svx/source/intro/about_ooo.src @@ -0,0 +1,40 @@ +/************************************************************************* + * + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2000, 2010 Oracle and/or its affiliates. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * + * for a copy of the LGPLv3 License. + * + ************************************************************************/ + +#include +#include + +String ABOUT_STR_COPYRIGHT +{ + Text[ en-US ] = "Copyright © 2000, 2010 Oracle and/or its affiliates. All rights reserved.\nThis product was created by %OOOVENDOR, based on OpenOffice.org.\nOpenOffice.org acknowledges all community members, especially those mentioned at\n http://www.openoffice.org/welcome/credits.html."; +}; + +StringArray ABOUT_STR_DEVELOPER_ARY +{ + OOO_CONTRIBUTOR_LIST +}; + diff --git a/svx/source/intro/intro_tmpl.hrc b/svx/source/intro/intro_tmpl.hrc deleted file mode 100644 index e49b27cb29e8..000000000000 --- a/svx/source/intro/intro_tmpl.hrc +++ /dev/null @@ -1,1327 +0,0 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ - -#include - -#define RID_IMGLIST_TREEOPT (RID_OFA_START + 174) -#define RID_IMGLIST_TREEOPT_HC (RID_OFA_START + 175) - -#define OOO_CONTRIBUTOR_LIST \ -ItemList = \ -{ \ - < "" ; > ; \ - < "Esben Aaberg" ; > ; \ - < "Craig A. Adams" ; > ; \ - < "Agenda d.o.o." ; > ; \ - < "Claus Agerskov" ; > ; \ - < "Tesfamicael Adhanom" ; > ; \ - < "Agile Interactions, Inc." ; > ; \ - < "Volker Ahrendt" ; > ; \ - < "Christian Ahrenkiel" ; > ; \ - < "Kai Ahrens" ; > ; \ - < "Ralph Aichinger" ; > ; \ - < "Takamichi Akiyama" ; > ; \ - < "Rail Aliev" ; > ; \ - < "Florence Allizon-Juillet" ; > ; \ - < "Benoit Altenbourger" ; > ; \ - < "Ahmet Altin" ; > ; \ - < "Jesus Bravo Alvarez" ; > ; \ - < "Michal Ambroz" ; > ; \ - < "Aryan Ameri" ; > ; \ - < "Brian M. Ames" ; > ; \ - < "Jost Ammon" ; > ; \ - < "Paolo Amodio" ; > ; \ - < "Abdullah Anar" ; > ; \ - < "Gene Anaya" ; > ; \ - < "Christian Andersen" ; > ; \ - < "Frank J. Andersen" ; > ; \ - < "Jan Moller Andersen" ; > ; \ - < "Jorn Skifter Andersen" ; > ; \ - < "Susanne Anderson" ; > ; \ - < "Joost Andrae" ; > ; \ - < "Timar Andras" ; > ; \ - < "Michael Arbon" ; > ; \ - < "Magosanhi Ardho" ; > ; \ - < "Sakari Aro" ; > ; \ - < "Magosanyi Arpad" ; > ; \ - < "Peter Arnold" ; > ; \ - < "Takashi Asari" ; > ; \ - < "Travis Athougies " ; > ; \ - < "Kosa Attila" ; > ; \ - < "Ativiras Kodas Lietuvai (Open Source for Lithuania)" ; > ; \ - < "Peter Babco" ; > ; \ - < "Natalia Babkina" ; > ; \ - < "Eric Bachard" ; > ; \ - < "Jeffrey G. Backes" ; > ; \ - < "Monica Badia" ; > ; \ - < "Sanlig Badral" ; > ; \ - < "Michele Baldessari" ; > ; \ - < "Dwayne Bailey" ; > ; \ - < "Ilyas Bakirov " ; > ; \ - < "Omer Bar-or" ; > ; \ - < "Danial Ferreira Balieiro" ; > ; \ - < "Athur Barret" ; > ; \ - < "Rodrigo Pedroso Barbosa" ; > ; \ - < "Gildecio E. Barboza" ; > ; \ - < "Joerg Barfurth" ; > ; \ - < "Yvan Barthelemy " ; > ; \ - < "David Bartlett" ; > ; \ - < "Sascha Ballach" ; > ; \ - < "Stefan Baltzer" ; > ; \ - < "Jayant Balraj Madavi" ; > ; \ - < "Claudio Bandaloukas" ; > ; \ - < "Omar Bar-or" ; > ; \ - < "Hrega Basu" ; > ; \ - < "Mathias Bauer" ; > ; \ - < "Martin Baulig" ; > ; \ - < "Martin Bayer" ; > ; \ - < "Gwenole Beauchesne" ; > ; \ - < "Youssef Beghi" ; > ; \ - < "Juraj Bednar" ; > ; \ - < "Brian Behlendorf" ; > ; \ - < "Thorsten Behrens" ; > ; \ - < "Lars Behrmann" ; > ; \ - < "Kyle Begol" ; > ; \ - < "Beijing Co-Create Open Source Software Co. Ltd." ; > ; \ - < "Beijing Redflag Chinese 2000 Software Co. Ltd." ; > ; \ - < "Andero Belov" ; > ; \ - < "Michael Bemmer" ; > ; \ - < "Boldizsar Bencsath" ; > ; \ - < "Thomas Benisch" ; > ; \ - < "Stephan Bergmann" ; > ; \ - < "Josh Berkus" ; > ; \ - < "Armin Besirovic" ; > ; \ - < "beunited.org Littleton, USA" ; > ; \ - < "Zaheda Bhorat" ; > ; \ - < "Andreas Bille" ; > ; \ - < "Oliver Bietzer" ; > ; \ - < "Eric Bischoff" ; > ; \ - < "Marissa Bishop" ; > ; \ - < "Torkil Bladt" ; > ; \ - < "Martin Blapp" ; > ; \ - < "Nick Blievers" ; > ; \ - < "Peter Bodnar" ; > ; \ - < "Daniel Boelzle" ; > ; \ - < "Marco Boerries" ; > ; \ - < "Michael Bohn" ; > ; \ - < "Myrzaliyer Bolat" ; > ; \ - < "Oliver Bolte" ; > ; \ - < "Berit Bonde" ; > ; \ - < "Alexander Bootman" ; > ; \ - < "Csaba Borbola" ; > ; \ - < "Gregor Bornemann" ; > ; \ - < "Thorsten Bosbach" ; > ; \ - < "Eric Bosdonnat" ; > ; \ - < "Daniel Boss" ; > ; \ - < "David Boswell" ; > ; \ - < "Freddy Boswell" ; > ; \ - < "J.David Boyd" ; > ; \ - < "Oisin Boydell" ; > ; \ - < "Rafaella Braconi" ; > ; \ - < "Cristovad Braga" ; > ; \ - < "Tanovic Branko" ; > ; \ - < "Michael Brauer" ; > ; \ - < "Oliver Braun" ; > ; \ - < "Andreas Bregas" ; > ; \ - < "Matthias Breuer" ; > ; \ - < "Marek Brezina" ; > ; \ - < "Henning Brinkmann" ; > ; \ - < "Simon Brouwer" ; > ; \ - < "Andrew Brown" ; > ; \ - < "Joerg Brunsmann" ; > ; \ - < "Joerg Budischewski" ; > ; \ - < "Nicolae Buculei" ; > ; \ - < "Ronny Buelund" ; > ; \ - < "Michael Buettner" ; > ; \ - < "Edwin Burdak" ; > ; \ - < "Hans-Peter Burow" ; > ; \ - < "Aidan Butler" ; > ; \ - < "Richard Bywater" ; > ; \ - < "Josef Cacek" ; > ; \ - < "Guy Capra" ; > ; \ - < "Gabriele Carcassi" ; > ; \ - < "Anders Carlsson" ; > ; \ - < "Brian Cameron" ; > ; \ - < "Scott Carr" ; > ; \ - < "Christina L. Carr" ; > ; \ - < "Mauro Catarzi" ; > ; \ - < "Daniel Carrera" ; > ; \ - < "Giuseppe Castagno" ; > ; \ - < "Centre for Development of Advanced Computing" ; > ; \ - < "Ales Cernosek" ; > ; \ - < "Goerkem Cetin" ; > ; \ - < "Peter Chabada" ; > ; \ - < "David Chan" ; > ; \ - < "Tak-Shing Chan of Aleph One Limited" ; > ; \ - < "Colin Charles" ; > ; \ - < "Kimmy Chen" ; > ; \ - < "Robert Chen" ; > ; \ - < "Yu Aaron Cheng" ; > ; \ - < "Jian Hong Cheng" ; > ; \ - < "Xiuzhi Cheng" ; > ; \ - < "Allan B. Christensen" ; > ; \ - < "Steen Christensen" ; > ; \ - < "Marco Ciampa" ; > ; \ - < "Henrik R. Clausen" ; > ; \ - < "James Cleere" ; > ; \ - < "Justin Clift" ; > ; \ - < "David Cobb" ; > ; \ - < "Oliver Craemer" ; > ; \ - < "Vicky Chan" ; > ; \ - < "Michael J. Cole" ; > ; \ - < "Urska Colner" ; > ; \ - < "Alexandro Colorado" ; > ; \ - < "Compaq Computer Corperation" ; > ; \ - < "Karen Conatser" ; > ; \ - < "Confucian Pro. Technology" ; > ; \ - < "Danese Cooper" ; > ; \ - < "Lee Corbin" ; > ; \ - < "Dietmar Cordes" ; > ; \ - < "Berend Cornelius" ; > ; \ - < "Clayton Cornell" ; > ; \ - < "Jesus Corrius" ; > ; \ - < "Martin Coxall" ; > ; \ - < "Joszef Csongradi" ; > ; \ - < "Alessandro Cumin" ; > ; \ - < "Johannes Czerwinski" ; > ; \ - < "Michael Cziebalski" ; > ; \ - < "Valentina Dagiene" ; > ; \ - < "Richard Daley" ; > ; \ - < "Viktoras Dagys" ; > ; \ - < "Dimitrios Dalossis" ; > ; \ - < "Martin Damboldt" ; > ; \ - < "Johan Dahlin" ; > ; \ - < "Goto Daichi" ; > ; \ - < "Robert Dargaud" ; > ; \ - < "Yuri Dario" ; > ; \ - < "Akshay Dayal" ; > ; \ - < "Simon Dean" ; > ; \ - < "Denice C. Deatrich" ; > ; \ - < "Blaise Drayer" ; > ; \ - < "Francois Dechelle" ; > ; \ - < "Andrea Decorte" ; > ; \ - < "Martijn Dekkers" ; > ; \ - < "Andrew Dent" ; > ; \ - < "Westley Alan Dent" ; > ; \ - < "Luiz Augusto Von Dentz" ; > ; \ - < "Helge Delfs" ; > ; \ - < "Naren Devaiah" ; > ; \ - < "Frederic Juan Diaz" ; > ; \ - < "Scott Dietrich" ; > ; \ - < "Frederik Dietz" ; > ; \ - < "Marcel Diki-Kidiri" ; > ; \ - < "Marian Diklic" ; > ; \ - < "Sebastian Docktor" ; > ; \ - < "Vitor Domingos" ; > ; \ - < "Jean-Francois Donikian" ; > ; \ - < "Simford Dong" ; > ; \ - < "Nitri Dongre" ; > ; \ - < "Thomas Doru" ; > ; \ - < "Willem van Dorp" ; > ; \ - < "Radek Doulik" ; > ; \ - < "Davide Dozza" ; > ; \ - < "Derek Dreger" ; > ; \ - < "Carsten Driesner" ; > ; \ - < "Cristian Driga" ; > ; \ - < "Petr Dudacek" ; > ; \ - < "Herbert Duerr" ; > ; \ - < "Marc Durdin" ; > ; \ - < "Damien Duportal" ; > ; \ - < "Dolores Eccles" ; > ; \ - < "Craig Eddy" ; > ; \ - < "Florian Effenberger" ; > ; \ - < "Aleksander Ehrlich" ; > ; \ - < "Bernd Eilers" ; > ; \ - < "Terry Ellison" ; > ; \ - < "Rene Engelhard" ; > ; \ - < "Mina Erickson" ; > ; \ - < "Peter Eriksen" ; > ; \ - < "Per Eriksson" ; > ; \ - < "Alberto Escudero-Pascual" ; > ; \ - < "Fabalabs Software GmbH" ; > ; \ - < "Charles Anthony Fannan" ; > ; \ - < "Jean-Baptiste Faure" ; > ; \ - < "Ralf-Michael Fehr" ; > ; \ - < "Vladimir Fedak" ; > ; \ - < "Zoltan Fekete" ; > ; \ - < "Olaf Felka" ; > ; \ - < "Carlos Fernando" ; > ; \ - < "Ramon Garcia Fernandez" ; > ; \ - < "Claudio Ferreira" ; > ; \ - < "Raquel Fares Ferreira" ; > ; \ - < "Marco Fiemozzi" ; > ; \ - < "Claudio F Filho" ; > ; \ - < "Pierre de Filippis" ; > ; \ - < "Jan Firich" ; > ; \ - < "Andre Fischer" ; > ; \ - < "Helga Fischer" ; > ; \ - < "Uwe Fischer" ; > ; \ - < "Darin Fisher" ; > ; \ - < "Nicole M. Follet-Dunn" ; > ; \ - < "Kenneth Foskey" ; > ; \ - < "Duncan Foster" ; > ; \ - < "Tim Foster" ; > ; \ - < "David Franser" ; > ; \ - < "Peter Frandsen" ; > ; \ - < "Gary Frederick" ; > ; \ - < "Nils Fuhrmann" ; > ; \ - < "Jan Funken" ; > ; \ - < "Bruno Gallart" ; > ; \ - < "Roberto Galoppini" ; > ; \ - < "Tom Garland" ; > ; \ - < "Wolfram Garten" ; > ; \ - < "Martin Gallwey" ; > ; \ - < "Pierre-Andre Galmes" ; > ; \ - < "Roberto Galoppini" ; > ; \ - < "Tony Galmiche" ; > ; \ - < "Sunil Gandhi" ; > ; \ - < "Zemin Gao" ; > ; \ - < "Sophie Gautier" ; > ; \ - < "Kathy Gavin" ; > ; \ - < "Alexander Gelfenbain" ; > ; \ - < "Genicorp" ; > ; \ - < "Radim Gelner" ; > ; \ - < "R.R. Gerbrands" ; > ; \ - < "Vytautas Germanavicius" ; > ; \ - < "Berthold Gerdes" ; > ; \ - < "Gorken Getin" ; > ; \ - < "Adriana Geurts" ; > ; \ - < "Marco Giorgetti" ; > ; \ - < "Thomas Girard" ; > ; \ - < "Serkan Girgin" ; > ; \ - < "Vladimir Glazounov" ; > ; \ - < "Laurent Godard" ; > ; \ - < "M. Godec" ; > ; \ - < "Angelika Goeszler" ; > ; \ - < "Xabier Arrieta Goiri" ; > ; \ - < "Adam Golebiowski" ; > ; \ - < "Good Day, Inc. - Seiya Maeda, CEO" ; > ; \ - < "Ajey Y. Gore" ; > ; \ - < "Adam Gould" ; > ; \ - < "Brigitte Le Grand" ; > ; \ - < "GravityZoo" ; > ; \ - < "Paul Gress" ; > ; \ - < "Gintautas Grigas" ; > ; \ - < "Dirk Grobler" ; > ; \ - < "Steffen Grund" ; > ; \ - < "Christian Guenther" ; > ; \ - < "Marko Gronroos" ; > ; \ - < "Wojciech Gryc" ; > ; \ - < "Stefano Guidetti" ; > ; \ - < "Wilson Guo" ; > ; \ - < "Brant Langer Gurganus" ; > ; \ - < "Richard Guziewicz" ; > ; \ - < "Szabo Gyoergi" ; > ; \ - < "Bettina Haberer" ; > ; \ - < "Thomas Hackert" ; > ; \ - < "David Hackler" ; > ; \ - < "Fredrik Haegg" ; > ; \ - < "Ingrid Halama" ; > ; \ - < "William Neil Hall" ; > ; \ - < "Chris Halls" ; > ; \ - < "Arne Christian Harseth" ; > ; \ - < "Syamsul Anuar Abdul Hamid" ; > ; \ - < "Bo Han" ; > ; \ - < "Ove Hanebring" ; > ; \ - < "Jens K. Hansen" ; > ; \ - < "Martin Willemoes Hansen" ; > ; \ - < "Rune Piil Hansen" ; > ; \ - < "Jeff Hanson" ; > ; \ - < "Paul Eugene Hanson" ; > ; \ - < "Christian Hardy" ; > ; \ - < "Alexey Harlamenkov" ; > ; \ - < "Taska Harnischfeger" ; > ; \ - < "Gregor Hartmann" ; > ; \ - < "Peter Hartmann" ; > ; \ - < "Andreas Hausmann" ; > ; \ - < "Bustamam Harun" ; > ; \ - < "Soren Hauberg" ; > ; \ - < "Andreas Hausmann" ; > ; \ - < "Mike Hayes" ; > ; \ - < "John Heard" ; > ; \ - < "Florian Heckl" ; > ; \ - < "Will Heid" ; > ; \ - < "Reimar Heider" ; > ; \ - < "Joerg Heilig" ; > ; \ - < "Lars Jorgen Helbo" ; > ; \ - < "Bill Heiser" ; > ; \ - < "Frank Heitbrock" ; > ; \ - < "Brian Hemstedt" ; > ; \ - < "Kevin B. Hendricks" ; > ; \ - < "C.P. Hennessy" ; > ; \ - < "Gregor Herrman" ; > ; \ - < "Chris Herrnberger" ; > ; \ - < "Sven Herzberg" ; > ; \ - < "Uwe Heth" ; > ; \ - < "Ariya Hidayat" ; > ; \ - < "Bernd Hilgenberg" ; > ; \ - < "Michelle Hills" ; > ; \ - < "Kazunari Hirano" ; > ; \ - < "Samual W. Hiser" ; > ; \ - < "Ivo Hinkelmann" ; > ; \ - < "Theresa Hinkelman" ; > ; \ - < "Eric Hoch" ; > ; \ - < "Lutz Hoeger" ; > ; \ - < "Michael Hoennig" ; > ; \ - < "Ilko Hoepping" ; > ; \ - < "Axel Hoernke" ; > ; \ - < "Ralf Hofmann" ; > ; \ - < "Jakob Hojgaard" ; > ; \ - < "Janos Holanyi" ; > ; \ - < "Jan Holesovsky" ; > ; \ - < "Martin Hollmichel" ; > ; \ - < "Richard Holt" ; > ; \ - < "Sei Honda" ; > ; \ - < "Karl Hong" ; > ; \ - < "Alan Horkan" ; > ; \ - < "Alexandre Horst" ; > ; \ - < "Horst" ; > ; \ - < "Thomas Hosemann" ; > ; \ - < "Chris Hoypoy" ; > ; \ - < "Radovan Hrabak" ; > ; \ - < "Hristo Simeonov Hristov" ; > ; \ - < "Stanislav Huba" ; > ; \ - < "Bert Hubert" ; > ; \ - < "Ralf Hueskes" ; > ; \ - < "Matthias Huetsch" ; > ; \ - < "Marco Huggenberger" ; > ; \ - < "Humboldt-Universitaet zu Berlin" ; > ; \ - < "James R Hunt" ; > ; \ - < "Jason Hunter" ; > ; \ - < "Isabelle Hurbain" ; > ; \ - < "Gabriel Hurley" ; > ; \ - < "Emin Huseynov" ; > ; \ - < "Scott Hutinger" ; > ; \ - < "Hungarian Linux Users, Association of" ; > ; \ - < "Thomas Hygum" ; > ; \ - < "Andreas Hyballa" ; > ; \ - < "Hasan Ilter" ; > ; \ - < "Intel Corp." ; > ; \ - < "International Business Machines" ; > ; \ - < "Intersol SRL" ; > ; \ - < "Michael Irion" ; > ; \ - < "Naoyuki Ishimura" ; > ; \ - < "Baurzhan Ismagulov" ; > ; \ - < "Fumihiko Iwabuchi" ; > ; \ - < "Issendis Alain Curt" ; > ; \ - < "Pavel Janik" ; > ; \ - < "Sunil Amitkumar Janki" ; > ; \ - < "Sven Jacobi" ; > ; \ - < "Yvonne Jacoby" ; > ; \ - < "Denis Jacquerye" ; > ; \ - < "Egle Jasutiene" ; > ; \ - < "Joerg Jahnke" ; > ; \ - < "Christian Jansen" ; > ; \ - < "Ocke Janssen" ; > ; \ - < "Amer Javaid" ; > ; \ - < "Andrew T. Jensen" ; > ; \ - < "Byrial Ole Jensen" ; > ; \ - < "Ricky Hugh Jensen" ; > ; \ - < "Tatjiana Jevsikova" ; > ; \ - < "Berry Jia" ; > ; \ - < "Mingfei Jia" ; > ; \ - < "Chuang Jiang" ; > ; \ - < "Jiao Jianhua" ; > ; \ - < "Gary Johnston" ; > ; \ - < "Dewi Jones" ; > ; \ - < "Henrik Jordt" ; > ; \ - < "Anders Colding Jorgesen" ; > ; \ - < "Peter Junge" ; > ; \ - < "Christian Junker" ; > ; \ - < "Pascal Junck" ; > ; \ - < "Henrik Just" ; > ; \ - < "Christian Kaas" ; > ; \ - < "Yukata Kachi" ; > ; \ - < "Natsu Kadoya" ; > ; \ - < "Szalai Kalman" ; > ; \ - < "masahisa kamataki" ; > ; \ - < "Tim Kampa" ; > ; \ - < "Petr Kania" ; > ; \ - < "Mick Kappenburg" ; > ; \ - < "Etsushi Kato" ; > ; \ - < "Yosuke Kato" ; > ; \ - < "Hirano Kazunari" ; > ; \ - < "Mihaela Kedikova" ; > ; \ - < "Juergen Keil" ; > ; \ - < "Lina Kemmel" ; > ; \ - < "Darren Kenny" ; > ; \ - < "Dhanajay Keskar" ; > ; \ - < "Ilja Ketris" ; > ; \ - < "Philipp Kewisch Ketris" ; > ; \ - < "Ossama Khayat" ; > ; \ - < "Volodymyr Khrystynych" ; > ; \ - < "Ilja Ketris" ; > ; \ - < "Hermann Kienlein" ; > ; \ - < "Artem Khvat" ; > ; \ - < "Aijin Kim" ; > ; \ - < "Jeongkyu Kim" ; > ; \ - < "Jung-uk Kim" ; > ; \ - < "Bevis Robert Wearing King" ; > ; \ - < "Bo Kiersgaard" ; > ; \ - < "Robert Kinsella" ; > ; \ - < "Lazsio Kishalmi" ; > ; \ - < "Andre Kitzing" ; > ; \ - < "Thomas Klarhoefer" ; > ; \ - < "Sven Klawitter" ; > ; \ - < "Branislav Klocok" ; > ; \ - < "Matthias Klose" ; > ; \ - < "Halfdan Holger Knudsen" ; > ; \ - < "Rune Tendal Kock" ; > ; \ - < "Magdy Samuel Abdel Koddous" ; > ; \ - < "Charles Peter Koerner" ; > ; \ - < "Kay Koll" ; > ; \ - < "Masataka Kondo" ; > ; \ - < "Soren Kongstad" ; > ; \ - < "Dimitris Korbetis" ; > ; \ - < "Uros Kositer" ; > ; \ - < "Peter Kosmalla" ; > ; \ - < "Nobuhiro Koura" ; > ; \ - < "Lazlo Kovacs" ; > ; \ - < "Martin Kretzchmar" ; > ; \ - < "Ramesh Krishnamagaru" ; > ; \ - < "Jayamohan Krishnasamy" ; > ; \ - < "Erik Kristiansen" ; > ; \ - < "Jesper Krogh" ; > ; \ - < "Oliver Krapp" ; > ; \ - < "Andrey Krutak" ; > ; \ - < "Andreas Krause" ; > ; \ - < "Tobias Krause" ; > ; \ - < "Nigel Kukard" ; > ; \ - < "Andre Kuemmel" ; > ; \ - < "Jorma Kuha" ; > ; \ - < "Mashrab Kuvatov" ; > ; \ - < "Thorsten Koerner" ; > ; \ - < "Ralf Kuhnert" ; > ; \ - < "Gaute Hvoslef Kvalnes" ; > ; \ - < "Kabrianis & Sia O.E." ; > ; \ - < "William Rikard Lachance" ; > ; \ - < "Dominic Lachoucz" ; > ; \ - < "Sandra Lain" ; > ; \ - < "Alexandre Lahiniriko" ; > ; \ - < "Denis Lakcovic" ; > ; \ - < "Dr. Swapnil Vishnu Lale" ; > ; \ - < "Antti Lampinen/Kongo Group" ; > ; \ - < "Massimo Lanfranconi" ; > ; \ - < "Marcus Lange" ; > ; \ - < "Peter Lange" ; > ; \ - < "Thomas Lange" ; > ; \ - < "Lars Langhans" ; > ; \ - < "Vance Lankhaar" ; > ; \ - < "Sébastien Lanteigne" ; > ; \ - < "Finn Gruwier Larsen" ; > ; \ - < "Rune S. Larsen" ; > ; \ - < "Pavel Lastovicka" ; > ; \ - < "Rimgaudus Laucius" ; > ; \ - < "Jesper Laugesen" ; > ; \ - < "David Laurent" ; > ; \ - < "Thorsten Laux" ; > ; \ - < "Nemeth Laszlo" ; > ; \ - < "Hans-Joachim Lankenau (Ause)" ; > ; \ - < "Athanasios Lefteris" ; > ; \ - < "Ely Levy" ; > ; \ - < "Learning and Teaching Scotland" ; > ; \ - < "Yoann Le Bars" ; > ; \ - < "Armin Le Grand" ; > ; \ - < "Brigitte Le Grand" ; > ; \ - < "Jakob Lechner" ; > ; \ - < "Michael Leibowitz" ; > ; \ - < "Serge Le Louarne" ; > ; \ - < "Dong Lee" ; > ; \ - < "Kenneth Lee" ; > ; \ - < "Gregory Leffler" ; > ; \ - < "Hercule Li" ; > ; \ - < "Hui Li" ; > ; \ - < "Jian Li" ; > ; \ - < "Tommy C. Li" ; > ; \ - < "Wind Li" ; > ; \ - < "Xing Li" ; > ; \ - < "Ping Liao" ; > ; \ - < "Xin Liao" ; > ; \ - < "Weike Liang" ; > ; \ - < "Rony Liemmukda" ; > ; \ - < "Tor Lillqvist" ; > ; \ - < "Patranun Limudomporn" ; > ; \ - < "Archie Lin" ; > ; \ - < "Fong Lin" ; > ; \ - < "Martha J. Lindeman" ; > ; \ - < "Joachim Lingner" ; > ; \ - < "Christian Lippka" ; > ; \ - < "Chen Liu" ; > ; \ - < "Jianli Liu" ; > ; \ - < "Mindy Liu" ; > ; \ - < "Tao Liu" ; > ; \ - < "YiSong Liu" ; > ; \ - < "Yu Liu" ; > ; \ - < "Yuhua Liu" ; > ; \ - < "ALT Linux Russia" ; > ; \ - < "Jonathan S. Lister" ; > ; \ - < "Vedran Ljubovic" ; > ; \ - < "Frank Loehmann" ; > ; \ - < "Dieter Loeschky" ; > ; \ - < "Philipp Lohmann" ; > ; \ - < "Christian Lohmaier" ; > ; \ - < "Michel Loiseleur" ; > ; \ - < "Anthony Long" ; > ; \ - < "Roberto Loprieno" ; > ; \ - < "Riccardo Losselli" ; > ; \ - < "Jackson Low" ; > ; \ - < "Patrick Luby" ; > ; \ - < "Christoph Lukasiak" ; > ; \ - < "Robert Ludvik" ; > ; \ - < "Uwe Luebbers" ; > ; \ - < "Edgardo Lugaresi" ; > ; \ - < "Gavin Lu" ; > ; \ - < "Morton Lund" ; > ; \ - < "Jingrong Luo" ; > ; \ - < "Zaoliang Luo" ; > ; \ - < "Ian Lynch" ; > ; \ - < "Jun Ma" ; > ; \ - < "Thomas J.L. MacDermott" ; > ; \ - < "Marcio A. Macendo" ; > ; \ - < "George Machitidze" ; > ; \ - < "Diane Mackay" ; > ; \ - < "Prasad Madhav" ; > ; \ - < "Jorgen Madsen" ; > ; \ - < "Ove Madsen" ; > ; \ - < "Martin Maher" ; > ; \ - < "Babak Mahbod" ; > ; \ - < "Nakata Maho " ; > ; \ - < "Wad Mahsckoff" ; > ; \ - < "Milena Majorosova" ; > ; \ - < "Yonggang Mao" ; > ; \ - < "Libor Maly" ; > ; \ - < "Mandrake Soft S.A." ; > ; \ - < "Libor Maly" ; > ; \ - < "Mohammed Mamdouh" ; > ; \ - < "Andreas Mantke" ; > ; \ - < "Paolo Mantovani" ; > ; \ - < "Chris Manuh" ; > ; \ - < "Luisa Della Marina" ; > ; \ - < "Christian Markgraf" ; > ; \ - < "John Marmion" ; > ; \ - < "Adam Marks" ; > ; \ - < "Dirk Marquardt" ; > ; \ - < "Tam Marshall" ; > ; \ - < "Andreas Martens" ; > ; \ - < "Thorsten Martens" ; > ; \ - < "Bartosz Maruszewski" ; > ; \ - < "Jordi Mas" ; > ; \ - < "Nishida Masanori" ; > ; \ - < "Yoshiyuki Masutomi" ; > ; \ - < "Ivan Masar" ; > ; \ - < "Nishida Masanori" ; > ; \ - < "Shane M. Mathews" ; > ; \ - < "Yoshiyuki Masutomi" ; > ; \ - < "Akira Matsumiya" ; > ; \ - < "Yoshihiso Matsutani" ; > ; \ - < "Shinobu Matsuzuka" ; > ; \ - < "Elizabeth Matthis" ; > ; \ - < "Michael Maurier, Publishing Power, Inc." ; > ; \ - < "Frank Mau" ; > ; \ - < "Izumi Mazur" ; > ; \ - < "John McCreesh" ; > ; \ - < "Shaun McDonald" ; > ; \ - < "Ian McDonnell" ; > ; \ - < "Caolan McNamara" ; > ; \ - < "Jacqueline McNally" ; > ; \ - < "Aaron R. Meck" ; > ; \ - < "Nirav Mehta" ; > ; \ - < "Michael Meeks" ; > ; \ - < "Frederico Mena-Quintero" ; > ; \ - < "James Meng" ; > ; \ - < "Frank Meies" ; > ; \ - < "Antonius Tjipke Meinen" ; > ; \ - < "Ismael Merzaq" ; > ; \ - < "Andreas Meyer" ; > ; \ - < "Markus Meyer" ; > ; \ - < "Rolf Meyer" ; > ; \ - < "Djapparova Meruert" ; > ; \ - < "Ismael Merzaq" ; > ; \ - < "Michael Mi" ; > ; \ - < "Bjoern Michaelsen" ; > ; \ - < "Boris Michelsz" ; > ; \ - < "Bjoern Milcke" ; > ; \ - < "Marcin Milkowski" ; > ; \ - < "Michelle Milledge" ; > ; \ - < "Aleksander Mikhailov-Erlich" ; > ; \ - < "Paul A. Miller" ; > ; \ - < "Arkadiusz Miskiewicz" ; > ; \ - < "Petr Mladek" ; > ; \ - < "Erica Modena" ; > ; \ - < "Filip Molcan" ; > ; \ - < "Tadeusz Mollun" ; > ; \ - < "Carl De Monbrun" ; > ; \ - < "Volker Moneke" ; > ; \ - < "Takayuki Morisawa" ; > ; \ - < "Jan Morgils" ; > ; \ - < "Tim Morley" ; > ; \ - < "Tomas Mraz" ; > ; \ - < "Cyrille Moureaux" ; > ; \ - < "S. Muguntharaj" ; > ; \ - < "Matthias Mueller-Prove" ; > ; \ - < "Inaki Larranaga Murgoitio" ; > ; \ - < "Mark Murnane" ; > ; \ - < "Jack Murphy" ; > ; \ - < "Steven Michael Murphy" ; > ; \ - < "Kris Nackaerts" ; > ; \ - < "Hiroyuki Nakaji" ; > ; \ - < "Takashi Nakamoto" ; > ; \ - < "Maho Nakata" ; > ; \ - < "National Centre for Software Technology, India" ; > ; \ - < "Takamichi Nara" ; > ; \ - < "Peter Naulls" ; > ; \ - < "Jan Navratil" ; > ; \ - < "Niklas Nebel" ; > ; \ - < "Ales Nehyba" ; > ; \ - < "Christoph Neumann" ; > ; \ - < "Frank Neumann" ; > ; \ - < "Marc Neumann" ; > ; \ - < "Net Integration Technologies, Inc." ; > ; \ - < "Scott Ng" ; > ; \ - < "Nam T. Nguyen" ; > ; \ - < "Jan Normann Nielsen" ; > ; \ - < "Ko-haw Nieh" ; > ; \ - < "Peter Van Nieuwenhoven" ; > ; \ - < "Jan Nieuwenhuizen" ; > ; \ - < "Dhiraj Nilange" ; > ; \ - < "Sofia Nilsson" ; > ; \ - < "Kazutoshi Nimura" ; > ; \ - < "Jes Drost Nissen" ; > ; \ - < "Sofia Nilsson" ; > ; \ - < "Christoph Noack" ; > ; \ - < "Bertram Nolte" ; > ; \ - < "Niels Nordmann" ; > ; \ - < "Michael Novati" ; > ; \ - < "Novell, Inc.," ; > ; \ - < "Rodrigo Parra Novo" ; > ; \ - < "Peter Novodvorsky" ; > ; \ - < "O3Spaces (C.B Hoeflake)" ; > ; \ - < "Tomas O'Connor" ; > ; \ - < "Munzir Taha Obeid" ; > ; \ - < "Eivind Odegard" ; > ; \ - < "Maximilian Odendahl" ; > ; \ - < "Kaoru Oguru" ; > ; \ - < "Dan Ohnesorg" ; > ; \ - < "Akira Ohsone" ; > ; \ - < "Takashi Ono" ; > ; \ - < "Lars Oppermann" ; > ; \ - < "Michael Opsahl" ; > ; \ - < "Anmar Oueja" ; > ; \ - < "Dana Oliver" ; > ; \ - < "Shane Owenby" ; > ; \ - < "Marcin Orowski" ; > ; \ - < "Takeshi Otsuki" ; > ; \ - < "Jan-Hendrick Palic" ; > ; \ - < "Assis Paniago" ; > ; \ - < "Carlos F.A. Paniago" ; > ; \ - < "Subiaco Paola" ; > ; \ - < "Kannada Ganaka Parishat" ; > ; \ - < "Anna Parovel" ; > ; \ - < "Pierre Pasteau" ; > ; \ - < "Shripad Patki" ; > ; \ - < "Andreas Pauley" ; > ; \ - < "Viktorija Paulikaite" ; > ; \ - < "Soren Thing Pedersen" ; > ; \ - < "Pablo F. Pena IV" ; > ; \ - < "Mattia Penati" ; > ; \ - < "Pentaho - James Dixon - " ; > ; \ - < "Damien Persohn" ; > ; \ - < "Andrea Pescetti" ; > ; \ - < "Edward Peterlin" ; > ; \ - < "Allan Juhl Peterson" ; > ; \ - < "Frank Peters" ; > ; \ - < "Bryan Petty" ; > ; \ - < "John Pfersich" ; > ; \ - < "Wilhelm Pfluger" ; > ; \ - < "Thomas Pfohe" ; > ; \ - < "Yashwant Phatak" ; > ; \ - < "Nusorn Photpipat" ; > ; \ - < "Dao-Duy Pierre" ; > ; \ - < "Juergen Pingel" ; > ; \ - < "Christof Pintaske" ; > ; \ - < "Guido Pinkernell" ; > ; \ - < "Pedro Pinto" ; > ; \ - < "Saso Pirnat" ; > ; \ - < "Sebastien Plisson" ; > ; \ - < "Aurelien Pocheville" ; > ; \ - < "Pvabhas Pokhavel" ; > ; \ - < "Ravi Poluri" ; > ; \ - < "Rastislav Poruban" ; > ; \ - < "Noel Power" ; > ; \ - < "Ashwanth Premchandran" ; > ; \ - < "Marco Pratesi" ; > ; \ - < "Nikolai Pretzell" ; > ; \ - < "Nicola Previati" ; > ; \ - < "Rhoslyn Prys" ; > ; \ - < "Jaroslaw Jan Pyszny" ; > ; \ - < "Jonathan Pryor" ; > ; \ - < "Zhang Qingbin" ; > ; \ - < "Canghua Qu" ; > ; \ - < "Volker Quetschke" ; > ; \ - < "Tino Rachui" ; > ; \ - < "Radostin Radnev" ; > ; \ - < "Pramod Raghavendra" ; > ; \ - < "Adam Rambousek" ; > ; \ - < "Jacqueline Rahemipour" ; > ; \ - < "Goran Rakic" ; > ; \ - < "Adam Rambousek" ; > ; \ - < "Kay Ramme" ; > ; \ - < "Klaus Ramstock" ; > ; \ - < "Scott Rankin" ; > ; \ - < "Samphan Raruenrom" ; > ; \ - < "Michael Rasch" ; > ; \ - < "Ejnar Zacho Rath" ; > ; \ - < "Eike Rathke" ; > ; \ - < "Michael Rauch" ; > ; \ - < "Jens-Heiner Rechtien" ; > ; \ - < "Red Hat, Inc." ; > ; \ - < "Itzchack Rehberg" ; > ; \ - < "Frank Rehberger" ; > ; \ - < "Michael Reichow" ; > ; \ - < "Manfred Reiter" ; > ; \ - < "Eric Renaud" ; > ; \ - < "Peyronnet Remi" ; > ; \ - < "Daniel Rentz" ; > ; \ - < "Florian Reuter" ; > ; \ - < "Kjell Arne Rekaa" ; > ; \ - < "Frco. Javier Rial" ; > ; \ - < "Nicholas Richards" ; > ; \ - < "Georg Richter" ; > ; \ - < "Jozef Riha" ; > ; \ - < "Michael Lee Rilee" ; > ; \ - < "Modestas Rimkus" ; > ; \ - < "Jose Ariel Rios" ; > ; \ - < "Jorge Rivas" ; > ; \ - < "William Robinson" ; > ; \ - < "Donald Evan Rogers" ; > ; \ - < "Willy Sudiarto Rohorjo" ; > ; \ - < "Hennes Rohling" ; > ; \ - < "Richard Rolston" ; > ; \ - < "Christian Romanini" ; > ; \ - < "Lin Rongheng" ; > ; \ - < "Dimitri Roschowski" ; > ; \ - < "Eddie Roosenmaallen" ; > ; \ - < "Dimitri Roschkowski" ; > ; \ - < "Bernard Rosenkraenzer" ; > ; \ - < "Cark Rosschou" ; > ; \ - < "Thomas Roswall" ; > ; \ - < "Werner Roth" ; > ; \ - < "Christian Roy" ; > ; \ - < "Doug Royer" ; > ; \ - < "Bill Roth" ; > ; \ - < "rPath, Inc. (Erik W. Troan)" ; > ; \ - < "Saverio Rubini" ; > ; \ - < "Klaus Ruehl" ; > ; \ - < "Verena Ruff" ; > ; \ - < "Michael Ruess" ; > ; \ - < "Peeter Russak" ; > ; \ - < "Stasys Rutkauskas" ; > ; \ - < "Frederick K. Saalbach" ; > ; \ - < "Tobias Sager" ; > ; \ - < "Enn Saar" ; > ; \ - < "Reshat Sabiq" ; > ; \ - < "Amit Kumar Saha" ; > ; \ - < "Bibek Sahu" ; > ; \ - < "Reiko Saito" ; > ; \ - < "Bruno Sant'Anna" ; > ; \ - < "Roberto Figueiredo Salomon" ; > ; \ - < "Shkumbim Saneja" ; > ; \ - < "Janus Sandsgaard" ; > ; \ - < "Pablo Sarataga" ; > ; \ - < "Juraj Sarinay" ; > ; \ - < "Nobuyuki Sasaki" ; > ; \ - < "Eric Savary" ; > ; \ - < "Stephan Schaefer" ; > ; \ - < "Kathryn L. Schenk" ; > ; \ - < "Harald Schilly" ; > ; \ - < "Tom Schindl" ; > ; \ - < "Andreas Schluens" ; > ; \ - < "Ingo Schmidt-Rosbiegal" ; > ; \ - < "Juergen Schmidt" ; > ; \ - < "Andre Schnabel" ; > ; \ - < "Frank Schoenheit" ; > ; \ - < "Timon Schroeter" ; > ; \ - < "Maik Schroeder" ; > ; \ - < "Sabine Schroeder" ; > ; \ - < "Admar Schoonen" ; > ; \ - < "Svante Schubert" ; > ; \ - < "Friedemann Schuetz" ; > ; \ - < "Dietrich Schulten" ; > ; \ - < "Charles Henri Schulz" ; > ; \ - < "Christoph Schultz" ; > ; \ - < "Thorsten Schulz" ; > ; \ - < "Stella Schulze" ; > ; \ - < "Martin Seelhofer" ; > ; \ - < "Daniel Seibert" ; > ; \ - < "Marcella Semboli" ; > ; \ - < "Julian Seward" ; > ; \ - < "Shanmugam Senthil" ; > ; \ - < "Giovanni Sgnaolin" ; > ; \ - < "Charles Sharp" ; > ; \ - < "Syed Ahmad Shazali" ; > ; \ - < "Darragh Sherwin" ; > ; \ - < "Gia Shervashidze" ; > ; \ - < "Wei Guo Shi" ; > ; \ - < "Norikatsu Shigemura" ; > ; \ - < "Bernhard Siaud" ; > ; \ - < "Joerg Sievers" ; > ; \ - < "Silicon Graphic, Inc." ; > ; \ - < "Maria Augusta Marques da Silva" ; > ; \ - < "Keld Jorn Simonsen" ; > ; \ - < "Michael Sicotte" ; > ; \ - < "Clytie Ann Siddall" ; > ; \ - < "Raul Siddahartha" ; > ; \ - < "SIL International (Freddy Boswell)" ; > ; \ - < "Mukund Sivaraman" ; > ; \ - < "Manoranjan Kr. Singh" ; > ; \ - < "G. Roderick Singleton" ; > ; \ - < "Joerg Skottke" ; > ; \ - < "Sarah Smith" ; > ; \ - < "Timothy P. Smith" ; > ; \ - < "Colm Smyth" ; > ; \ - < "Javier Sola" ; > ; \ - < "Inga Solyte" ; > ; \ - < "Peter Somlo" ; > ; \ - < "Kai Sommerfeld" ; > ; \ - < "Young Joo Song" ; > ; \ - < "Claus Soerensen" ; > ; \ - < "Sbarnea Sorin" ; > ; \ - < "Anousak Souphavank" ; > ; \ - < "Caio Tiago Oliveira de Sousa" ; > ; \ - < "Oliver Specht" ; > ; \ - < "Laure Spilker-Four" ; > ; \ - < "Michael Stahl" ; > ; \ - < "Irina Stamatoiu" ; > ; \ - < "Joseph James John Stanford" ; > ; \ - < "Frank Stecher" ; > ; \ - < "Boris Steiner" ; > ; \ - < "Jason Stewart" ; > ; \ - < "Konrad Stobiecki" ; > ; \ - < "Arthit Suriyawongkul" ; > ; \ - < "Lili Sun" ; > ; \ - < "Erik William Strack" ; > ; \ - < "Daniel Strome" ; > ; \ - < "Fridrich Strba" ; > ; \ - < "Keith Stribley" ; > ; \ - < "Ulf Stroehler" ; > ; \ - < "Daniel Strome" ; > ; \ - < "Louis Suarez-Potts" ; > ; \ - < "Muthu Subramanian" ; > ; \ - < "Matthias Suess" ; > ; \ - < "Tae Hoon Suk of Intellikorea Ca., Ltd." ; > ; \ - < "Arthit Suriyawongkul" ; > ; \ - < "SuSE CR, s.r.o" ; > ; \ - < "Steve Swales" ; > ; \ - < "Ethan Baggett Swint" ; > ; \ - < "Kaupo Suviste" ; > ; \ - < "TK Open Systems Ltd." ; > ; \ - < "TTC Telecom" ; > ; \ - < "E. A. Tacao" ; > ; \ - < "Munzir Taha" ; > ; \ - < "Hidetoshi Tajima" ; > ; \ - < "Kazuhiro Hatake Takabatake " ; > ; \ - < "Taigo Takeda" ; > ; \ - < "Christina Taliaferro" ; > ; \ - < "Makoto Takizawa" ; > ; \ - < "Masaki Tamakoshi" ; > ; \ - < "Quanfa Tang" ; > ; \ - < "Alberto Di Taranto" ; > ; \ - < "David Tardon" ; > ; \ - < "Uday K. Tashildar" ; > ; \ - < "Stefan Taxhet" ; > ; \ - < "William Terry" ; > ; \ - < "Michal Touzin" ; > ; \ - < "Techmaprojekt Sp. z.o.o." ; > ; \ - < "Erwin Tenhumberg" ; > ; \ - < "William Terry" ; > ; \ - < "Pietro Emilio Teofilatto" ; > ; \ - < "Falko Tesch" ; > ; \ - < "Armin Theissen" ; > ; \ - < "Christophe Thibierge" ; > ; \ - < "Michael Thiessne" ; > ; \ - < "James M. Thompson" ; > ; \ - < "Holger Thon" ; > ; \ - < "Alexander Thurgood" ; > ; \ - < "Caio Tiago Oliveira" ; > ; \ - < "Lukas Tinkl" ; > ; \ - < "Gerhard Tonn" ; > ; \ - < "Istvan Torda" ; > ; \ - < "Robert J. Townley" ; > ; \ - < "Christian Treldal" ; > ; \ - < "Trees for Life, Inc." ; > ; \ - < "Christian Treldal" ; > ; \ - < "James Treleaven" ; > ; \ - < "Tim Tretyak" ; > ; \ - < "Andreas Treumann" ; > ; \ - < "Claus Dieter Thoele" ; > ; \ - < "Filippo Trianni" ; > ; \ - < "Joshua A. Triplett" ; > ; \ - < "John Trowbridge" ; > ; \ - < "Dang Minh Tuan" ; > ; \ - < "Gianluca Turconi" ; > ; \ - < "Gunnar Timm" ; > ; \ - < "Ruediger Timm" ; > ; \ - < "Malte Timmermann" ; > ; \ - < "Ralf Unger" ; > ; \ - < "Manu Unni" ; > ; \ - < "Iulian Ursache" ; > ; \ - < "UITE Open Source Armenia" ; > ; \ - < "John Vandenberg" ; > ; \ - < "Ain Vagula" ; > ; \ - < "Mura Valter" ; > ; \ - < "Elanjelian Venugopal" ; > ; \ - < "Sven Vermeulen" ; > ; \ - < "Tom Verbeek" ; > ; \ - < "Sven Vermeulen" ; > ; \ - < "Tomas Vesely" ; > ; \ - < "Kim Viktoriya" ; > ; \ - < "Sander Vesik" ; > ; \ - < "Aridane Vilardaga-Viera" ; > ; \ - < "Adriano Del Vigna" ; > ; \ - < "Dirk Voelzke" ; > ; \ - < "Robert Vojta" ; > ; \ - < "Daniel Vogelheim" ; > ; \ - < "Mikhail Voitenko" ; > ; \ - < "Vladimir Vuksan" ; > ; \ - < "Erno Vuori" ; > ; \ - < "Radek Vybiral" ; > ; \ - < "Robert Don Wadley" ; > ; \ - < "Robert Wagy" ; > ; \ - < "Martina Waller" ; > ; \ - < "William Wan" ; > ; \ - < "Funda Wang" ; > ; \ - < "Polly Wang" ; > ; \ - < "Xu Ming Wang" ; > ; \ - < "Yi Wang" ; > ; \ - < "Sangay Wangchuk" ; > ; \ - < "Matthew Wardrop" ; > ; \ - < "Catherine Waterman" ; > ; \ - < "Jim Watson" ; > ; \ - < "Joerg Wartenberg" ; > ; \ - < "Jean Hollis Weber" ; > ; \ - < "Martin Webermann" ; > ; \ - < "Donata Wegener" ; > ; \ - < "Law Yee Wei" ; > ; \ - < "Zhao Wei" ; > ; \ - < "Michel Weimerskirch" ; > ; \ - < "Prof. Dr. Eduard Werner" ; > ; \ - < "Michael Wever" ; > ; \ - < "Brendan Whelan" ; > ; \ - < "Martin Whitaker" ; > ; \ - < "Arnulf Wiedemann" ; > ; \ - < "Franz Wieser" ; > ; \ - < "Dan Williams" ; > ; \ - < "Deirdre Williams" ; > ; \ - < "Michelle C. Williams" ; > ; \ - < "Miljenko Williams" ; > ; \ - < "David Noel Wilson" ; > ; \ - < "Jennifer Winger" ; > ; \ - < "Oliver-Rainer Wittmann" ; > ; \ - < "Hans Witvliet" ; > ; \ - < "Goetz Wohlberg" ; > ; \ - < "Luciano Miguel Wolf" ; > ; \ - < "Eugene T.S. Wong" ; > ; \ - < "Pui Lam Wong" ; > ; \ - < "Minna Wu" ; > ; \ - < "Yan Wu" ; > ; \ - < "Stephan Wunderlich" ; > ; \ - < "Simos Xenitellis" ; > ; \ - < "Shun Min Serena Xiao" ; > ; \ - < "Nat Friedman for Ximian" ; > ; \ - < "Antonio Xu" ; > ; \ - < "Dehua Xu" ; > ; \ - < "Gary Yang" ; > ; \ - < "Yukiharu Yabuki" ; > ; \ - < "Kliment Pavlov Yanev" ; > ; \ - < "Taniguchi Yasuaki" ; > ; \ - < "Oleg Yegorov" ; > ; \ - < "Steve Yin" ; > ; \ - < "Kunihiko Yokota" ; > ; \ - < "Kim Il Yong" ; > ; \ - < "Kohei Yoshida" ; > ; \ - < "Deltasoft Yu" ; > ; \ - < "Guoqiang Yu" ; > ; \ - < "Xiaoyang Yu" ; > ; \ - < "Gary Yuen" ; > ; \ - < "Christian Zagrodnick" ; > ; \ - < "George Zahopulos" ; > ; \ - < "Aidas Zandaris" ; > ; \ - < "Ernedin Zajko" ; > ; \ - < "Kurt Zenker" ; > ; \ - < "Fuxin Zhang" ; > ; \ - < "Joy Zhang" ; > ; \ - < "Lei Phill Zhang" ; > ; \ - < "Xiaofei Zhang" ; > ; \ - < "Jianwei Zhao" ; > ; \ - < "May Zhang" ; > ; \ - < "Jeremy Zheng" ; > ; \ - < "Thorsten Ziehm" ; > ; \ - < "Stefan Ziel" ; > ; \ - < "Jan Zitniak" ; > ; \ - < "Stefan Zimmermann" ; > ; \ - < "Mattia Zuliani" ; > ; \ -}; - - -#define DEVELOPER_LIST \ -ItemList = \ -{ \ - < "" ; > ; \ - < "GENERAL MANAGEMENT" ; 8 ; > ; \ - < "" ; > ; \ - < "Michael Bemmer" ; > ; \ - < "" ; > ; \ - < "FUNCTIONAL STAFF" ; 8 ; > ; \ - < "" ; > ; \ - < "Sabine Huetsch" ; > ; \ - < "" ; > ; \ - < "OpenOffice.org COORDINATION" ; 8 ; > ; \ - < "" ; > ; \ - < "Stefan Taxhet" ; > ; \ - < "" ; > ; \ - < "TECHNICAL ARCHITECT" ; 8 ; > ; \ - < "" ; > ; \ - < "Matthias Huetsch" ; > ; \ - < "Kay Ramme" ; > ; \ - < "" ; > ; \ - < "PROGRAM MANAGEMENT" ; 8 ; > ; \ - < "" ; > ; \ - < "Joost Andrae" ; > ; \ - < "Martin Damboldt" ; > ; \ - < "Martin Hollmichel" ; > ; \ - < "Andre Kuemmel" ; > ; \ - < "Marcus Lange" ; > ; \ - < "Uwe Luebbers" ; > ; \ - < "" ; > ; \ - < "" ; > ; \ - < "%PRODUCTNAME DEVELOPMENT" ; 8 ; > ; \ - < "" ; > ; \ - < "Dieter Loeschky" ; > ; \ - < "" ; > ; \ - < "TECHNICAL ARCHITECT" ; 8 ; > ; \ - < "" ; > ; \ - < "Michael Brauer" ; > ; \ - < "Malte Timmermann" ; > ; \ - < "" ; > ; \ - < "ODF" ; 8 ; > ; \ - < "" ; > ; \ - < "Svante Schubert" ; > ; \ - < "" ; > ; \ - < "DESIGN" ; 8 ; > ; \ - < "" ; > ; \ - < "Stella Schulze" ; > ; \ - < "" ; > ; \ - < "Migration" ; 8 ; > ; \ - < "" ; > ; \ - < "Michael Bohn" ; > ; \ - < "" ; > ; \ - < "%PRODUCTNAME WRITER & FRAMEWORK" ; 8 ; > ; \ - < "" ; > ; \ - < "Mathias Bauer" ; > ; \ - < "" ; > ; \ - < "Henning Brinkmann" ; > ; \ - < "Steffen Grund" ; > ; \ - < "Hans-Peter Burow" ; > ; \ - < "Carsten Driesner" ; > ; \ - < "Thomas Lange" ; > ; \ - < "Andreas Martens" ; > ; \ - < "Frank Meies" ; > ; \ - < "Bjoern Michaelsen" ; > ; \ - < "Andreas Schluens" ; > ; \ - < "Oliver Specht" ; > ; \ - < "Oliver-Rainer Wittmann" ; > ; \ - < "Michael Stahl" ; > ; \ - < "Mikhail Voitenko" ; > ; \ - < "" ; > ; \ - < "%PRODUCTNAME IMPRESS, GRAPHICS & BASE" ; 8 ; > ; \ - < "" ; > ; \ - < "Kai Ahrens" ; > ; \ - < "" ; > ; \ - < "Volker Ahrendt" ; > ; \ - < "Herbert Duerr" ; > ; \ - < "Andre Fischer" ; > ; \ - < "Ilko Hoepping" ; > ; \ - < "Sven Jacobi" ; > ; \ - < "Ocke Janssen" ; > ; \ - < "Artem Khvat" ; > ; \ - < "Lars Langhans" ; > ; \ - < "Armin Le Grand" ; > ; \ - < "Christian Lippka" ; > ; \ - < "Philipp Lohmann" ; > ; \ - < "Frank Schoenheit" ; > ; \ - < "" ; > ; \ - < "%PRODUCTNAME PROGRAMMABILITY & DEPLOYMENT" ; 8 ; > ; \ - < "" ; > ; \ - < "Kai Sommerfeld" ; > ; \ - < "" ; > ; \ - < "Stephan Bergmann" ; > ; \ - < "Andreas Bregas" ; > ; \ - < "Steffen Grund" ; > ; \ - < "Mihaela Kedikova" ; > ; \ - < "Tobias Krause" ; > ; \ - < "Joachim Lingner" ; > ; \ - < "Christoph Neumann" ; > ; \ - < "Hennes Rohling" ; > ; \ - < "Juergen Schmidt" ; > ; \ - < "Ingo Schmidt-Rosbiegal" ; > ; \ - < "Dirk Voelzke" ; > ; \ - < "" ; > ; \ - < "" ; > ; \ - < "%PRODUCTNAME CALC" ; 8 ; > ; \ - < "" ; > ; \ - < "Stephan Schaefer" ; > ; \ - < "" ; > ; \ - < "Thomas Benisch" ; > ; \ - < "Daniel Boelzle" ; > ; \ - < "Berend Cornelius" ; > ; \ - < "Ingrid Halama" ; > ; \ - < "Bjoern Milcke" ; > ; \ - < "Niklas Nebel" ; > ; \ - < "Eike Rathke" ; > ; \ - < "Daniel Rentz" ; > ; \ - < "" ; > ; \ - < "" ; > ; \ - < "USER EXPERIENCE" ; 8 ; > ; \ - < "" ; > ; \ - < "Andreas Bartel" ; > ; \ - < "Bettina Haberer" ; > ; \ - < "Christian Jansen" ; > ; \ - < "Frank Loehmann" ; > ; \ - < "Elizabeth Matthis" ; > ; \ - < "" ; > ; \ - < "" ; > ; \ - < "QUALITY ASSURANCE & COORDINATION" ; 8 ; > ; \ - < "" ; > ; \ - < "Nils Fuhrmann" ; > ; \ - < "" ; > ; \ - < "" ; > ; \ - < "RELEASE ENGINEERING " ; 8 ; > ; \ - < "" ; > ; \ - < "Ruediger Timm" ; > ; \ - < "" ; > ; \ - < "Oliver Bolte" ; > ; \ - < "Vladimir Glazounov" ; > ; \ - < "Ivo Hinkelmann" ; > ; \ - < "Hans-Joachim Lankenau" ; > ; \ - < "Jens-Heiner Rechtien" ; > ; \ - < "Kurt Zenker" ; > ; \ - < "" ; > ; \ - < "DEVELOPMENT TOOLS" ; 8 ; > ; \ - < "" ; > ; \ - < "Joerg Jahnke" ; > ; \ - < "" ; > ; \ - < "Bernd Eilers" ; > ; \ - < "Gregor Hartmann" ; > ; \ - < "Frank Mau" ; > ; \ - < "Nikolai Pretzell" ; > ; \ - < "" ; > ; \ - < "QUALITY ASSURANCE" ; 8 ; > ; \ - < "" ; > ; \ - < "Thorsten Ziehm" ; > ; \ - < "" ; > ; \ - < "QA %PRODUCTNAME AUTOMATION" ; 8 ; > ; \ - < "" ; > ; \ - < "Thorsten Bosbach" ; > ; \ - < "Helge Delfs" ; > ; \ - < "Joerg Sievers" ; > ; \ - < "" ; > ; \ - < "QA %PRODUCTNAME WRITER" ; 8 ; > ; \ - < "" ; > ; \ - < "Stefan Baltzer" ; > ; \ - < "Hasan Ilter" ; > ; \ - < "Michael Ruess" ; > ; \ - < "Eric Savary" ; > ; \ - < "Ulf Stroehler" ; > ; \ - < "" ; > ; \ - < "QA %PRODUCTNAME CALC" ; 8 ; > ; \ - < "" ; > ; \ - < "Oliver Craemer" ; > ; \ - < "Thomas Klarhoefer" ; > ; \ - < "Frank Stecher" ; > ; \ - < "" ; > ; \ - < "QA %PRODUCTNAME IMPRESS & BASE" ; 8 ; > ; \ - < "" ; > ; \ - < "Christoph Lukasiak" ; > ; \ - < "Marc Neumann" ; > ; \ - < "Wolfram Garten" ; > ; \ - < "Christian Guenther" ; > ; \ - < "" ; > ; \ - < "QA %PRODUCTNAME INFRASTRUCTURE" ; 8 ; > ; \ - < "" ; > ; \ - < "Olaf Felka" ; > ; \ - < "Thorsten Martens" ; > ; \ - < "Joerg W. Skottke" ; > ; \ - < "Andreas Treumann" ; > ; \ - < "" ; > ; \ - < "INFORMATION TECHNOLOGY" ; 8 ; > ; \ - < "" ; > ; \ - < "Dirk Marquardt" ; > ; \ - < "Gerd Weiss" ; > ; \ - < "" ; > ; \ - < "" ; > ; \ - < "MANUALS & ONLINE HELP" ; 8 ; > ; \ - < "" ; > ; \ - < "Frank Peters" ; > ; \ - < "" ; > ; \ - < "Clayton Cornell" ; > ; \ - < "Uwe Fischer" ; > ; \ - < "Martina Waller" ; > ; \ - < "" ; > ; \ - < "" ; > ; \ - < "GLOBALIZATION PROGRAM MANAGEMENT" ; 8 ; > ; \ - < "" ; > ; \ - < "Rafaella Braconi" ; > ; \ - < "" ; > ; \ - < "MARKETING & OPERATIONS" ; 8 ; > ; \ - < "" ; > ; \ - < "PRODUCT MANAGMENT" ; 8 ; > ; \ - < "" ; > ; \ - < "Goetz Wohlberg" ; > ; \ - < "Lutz Hoeger" ; > ; \ - < "" ; > ; \ - < "MARKETING" ; 8 ; > ; \ - < "" ; > ; \ - < "Rosana Ardila Biela" ; > ; \ - < "Kay Koll" ; > ; \ - < "Iyer Venkatesan" ; > ; \ - < "" ; > ; \ - < "OPERATIONS" ; 8 ; > ; \ - < "" ; > ; \ - < "Parker Proffitt" ; > ; \ - < "" ; > ; \ - < "SUN SIGMA BLACK BELT" ; 8 ; > ; \ - < "" ; > ; \ - < "Stefan Zimmermann" ; > ; \ - < "" ; > ; \ -};\ - -#define TEXT_DEFAULTABOUT \ - Text [ x-comment ] = "PB: ; PB: only %PRODUCTNAME"; \ - Text [ en-US ] = "About %PRODUCTNAME" ; \ - -// ******************************************************************* EOF - diff --git a/svx/source/intro/iso.src b/svx/source/intro/iso.src deleted file mode 100644 index 7b9067662c7a..000000000000 --- a/svx/source/intro/iso.src +++ /dev/null @@ -1,226 +0,0 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ - -#ifndef _SVTOOLS_IMAGEMGR_HRC -#include -#endif - -#ifndef _SVTOOLS_HRC -#include -#endif - -#include "intro.hrc" -String RID_APPTITLE -{ - Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION" ; -}; - -// der String wird fuer die Registrierung gebraucht: 01 Voll, 02 OEM, 03 Vobis -String STR_VERSION_TYPE -{ - Text = "01"; -}; - -// der String wird fuer die Registrierung gebraucht - hier steht die Version zweistellig! -String STR_VERSION_ID -{ - Text = "50"; -}; - -String RID_BUILDVERSION -{ - Text = UPDVER ; -}; - -ModalDialog RID_DEFAULTABOUT -{ - HelpID = "svx:ModalDialog:RID_DEFAULTABOUT"; - OutputSize = TRUE ; - Size = MAP_APPFONT ( 245 , 260 ) ; - Moveable = TRUE ; - SVLook = TRUE ; - TEXT_DEFAULTABOUT - OKButton ABOUT_BTN_OK - { - DefButton = TRUE ; - Pos = MAP_APPFONT ( 174 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - }; - FixedText ABOUT_FTXT_VERSION - { - Pos = MAP_APPFONT ( 54 , 6 ) ; - Size = MAP_APPFONT ( 118 , 16 ) ; - WordBreak = TRUE ; - Text = "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION" ; - }; - MultiLineEdit ABOUT_FTXT_COPYRIGHT - { - HelpID = "svx:MultiLineEdit:RID_DEFAULTABOUT:ABOUT_FTXT_COPYRIGHT"; - Border = TRUE ; - Pos = MAP_APPFONT ( 54 , 25 ) ; - Size = MAP_APPFONT ( 168 , 51 ) ; - IgnoreTab = TRUE ; - ReadOnly = TRUE ; - AutoVScroll = TRUE ; - }; - String ABOUT_STR_COPYRIGHT - { - Text[ en-US ] = "Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved.\n\nThis software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.\n\nThe information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.\n\nIf this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:\n\nU.S. GOVERNMENT RIGHTS\nPrograms, software, databases, and related documentation and technical data delivered to U.S. Government customers are \"commercial computer software\" or \"commercial technical data\" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.\n\nThis software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.\n\nOracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.\n\nThis software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.\n\nThis product is based on the OpenOffice.org project."; - }; - StringArray ABOUT_STR_DEVELOPER_ARY - { - DEVELOPER_LIST - }; - String ABOUT_STR_FRENCH_COPYRIGHT - { - Text = "Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved.\n\nThis software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.\n\nThe information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.\n\nIf this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:\n\nU.S. GOVERNMENT RIGHTS\nPrograms, software, databases, and related documentation and technical data delivered to U.S. Government customers are ""commercial computer software"" or ""commercial technical data"" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.\n\nThis software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.\n\nOracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.\n\nThis software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.\n\nThis product is based on the OpenOffice.org project." ; - }; - String ABOUT_STR_ACCEL - { - Text = "SDT" ; - }; -}; - -#define MASK_COL MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } ; -#define IMGLST_IDLST \ - IdList = { \ - SID_GENERAL_OPTIONS; \ - SID_LANGUAGE_OPTIONS; \ - SID_INET_DLG; \ - SID_SW_EDITOPTIONS; \ - SID_SW_ONLINEOPTIONS; \ - SID_SC_EDITOPTIONS; \ - SID_SD_EDITOPTIONS; \ - SID_SD_GRAPHIC_OPTIONS; \ - SID_SM_EDITOPTIONS; \ - SID_SCH_EDITOPTIONS; \ - SID_SB_STARBASEOPTIONS; \ - SID_FILTER_DLG; \ - }; \ - IdCount = { \ - 12; \ - }; - -ImageList RID_IMGLIST_TREEOPT -{ - Prefix = "tr"; - MASK_COL - IMGLST_IDLST -}; -ImageList RID_IMGLIST_TREEOPT_HC -{ - Prefix = "trh"; - MASK_COL - IMGLST_IDLST -}; - -#define MASK_COL2 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; } ; -#define X_IMAGE_LIST \ - IdList = { \ - IMG_IMPRESS ; \ - IMG_CALC ; \ - IMG_CALCTEMPLATE ; \ - IMG_CHART ; \ - IMG_IMPRESSTEMPLATE ; \ - IMG_HTML ; \ - IMG_MATH ; \ - IMG_WRITER ; \ - IMG_WRITERTEMPLATE ; \ - IMG_MACROLIB ; \ - IMG_GLOBAL_DOC ; \ - IMG_DRAW ; \ - IMG_DRAWTEMPLATE ; \ - IMG_NEWFROMTEMPLATE ; \ - IMG_DATABASE ; \ - }; \ - IdCount = { \ - 15; \ - }; - -ImageList RID_SVTOOLS_IMAGELIST_BIG -{ - Prefix = "lx"; - MASK_COL2 - X_IMAGE_LIST -}; - -ImageList RID_SVTOOLS_IMAGELIST_SMALL -{ - Prefix = "sx"; - MASK_COL2 - X_IMAGE_LIST -}; - -ImageList RID_SVTOOLS_IMAGELIST_BIG_HIGHCONTRAST -{ - Prefix = "lxh"; - MASK_COL2 - X_IMAGE_LIST -}; - -ImageList RID_SVTOOLS_IMAGELIST_SMALL_HIGHCONTRAST -{ - Prefix = "sxh"; - MASK_COL2 - X_IMAGE_LIST -}; - -// ******************************************************************* EOF - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/svx/source/intro/makefile.mk b/svx/source/intro/makefile.mk index 4d0686baac04..4d40d41716c0 100644 --- a/svx/source/intro/makefile.mk +++ b/svx/source/intro/makefile.mk @@ -27,40 +27,23 @@ PRJ=..$/..$ PRJNAME=svx -TARGET=intro +TARGET=about # --- Settings ------------------------------------------------------------ .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/util$/makefile.pmk -RSCLOCINC!:=$(RSCLOCINC);$(PRJ)$/RES - # --- Allgemein ----------------------------------------------------------- -LOCALIZE_ME=intro_tmpl.hrc - -SRS1NAME= iso +SRS1NAME= ooo SRC1FILES= \ - $(SRS1NAME).src + about_ooo.src -RESLIB1NAME=$(SRS1NAME) +RESLIB1NAME=$(TARGET) RESLIB1IMAGES=$(PRJ)$/res RESLIB1SRSFILES= \ - $(SRS)$/$(SRS1NAME).srs - -# Version "OpenOffice.org" -SRS2NAME= ooo -SRC2FILES= \ - $(SRS2NAME).src - -RESLIB2NAME=$(SRS2NAME) -RESLIB2IMAGES=$(PRJ)$/res -RESLIB2SRSFILES= \ - $(SRS)$/$(SRS2NAME).srs + $(SRS)$/ooo.srs .INCLUDE : target.mk -$(SRS)$/iso.srs: $(INCCOM)$/intro.hrc -$(SRS)$/ooo.srs: $(INCCOM)$/intro.hrc - diff --git a/svx/source/intro/ooo.src b/svx/source/intro/ooo.src deleted file mode 100644 index 7f6f0ed6ff47..000000000000 --- a/svx/source/intro/ooo.src +++ /dev/null @@ -1,196 +0,0 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ - -#ifndef _SVTOOLS_HRC -#include -#endif - -#ifndef _SVTOOLS_IMAGEMGR_HRC -#include -#endif - -#ifndef _SFX_HRC -#include -#endif - -#include -#include "intro.hrc" - -String RID_APPTITLE -{ - Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION" ; -}; - -// der String wird fuer die Registrierung gebraucht: 01 Voll, 02 OEM, 03 Vobis -String STR_VERSION_TYPE -{ - Text = "01"; -}; - -// der String wird fuer die Registrierung gebraucht - hier steht die Version zweistellig! -String STR_VERSION_ID -{ - Text = "50"; -}; - -String RID_BUILDVERSION -{ - Text = UPDVER ; -}; - -ModalDialog RID_DEFAULTABOUT -{ - HelpID = "svx:ModalDialog:RID_DEFAULTABOUT"; - OutputSize = TRUE ; - Size = MAP_APPFONT ( 245 , 260 ) ; - Moveable = TRUE ; - SVLook = TRUE ; - TEXT_DEFAULTABOUT - OKButton ABOUT_BTN_OK - { - DefButton = TRUE ; - Pos = MAP_APPFONT ( 174 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - }; - FixedText ABOUT_FTXT_VERSION - { - Pos = MAP_APPFONT ( 54 , 6 ) ; - Size = MAP_APPFONT ( 118 , 16 ) ; - WordBreak = TRUE ; - Text = "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION" ; - }; - MultiLineEdit ABOUT_FTXT_COPYRIGHT - { - HelpID = "svx:MultiLineEdit:RID_DEFAULTABOUT:ABOUT_FTXT_COPYRIGHT"; - Border = TRUE ; - Pos = MAP_APPFONT ( 54 , 25 ) ; - Size = MAP_APPFONT ( 168 , 51 ) ; - IgnoreTab = TRUE ; - ReadOnly = TRUE ; - AutoVScroll = TRUE ; - }; - String ABOUT_STR_COPYRIGHT - { - Text[ en-US ] = "Copyright © 2000, 2010 Oracle and/or its affiliates. All rights reserved.\nThis product was created by %OOOVENDOR, based on OpenOffice.org.\nOpenOffice.org acknowledges all community members, especially those mentioned at\n http://www.openoffice.org/welcome/credits.html."; - }; - StringArray ABOUT_STR_DEVELOPER_ARY - { - OOO_CONTRIBUTOR_LIST - }; - String ABOUT_STR_ACCEL - { - Text = "SDT" ; - }; -}; - -// imagelist with images of the "New" menu and the file open dialog - -#define MASK_COL2 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; } ; -#define X_IMAGE_LIST \ - IdList = { \ - IMG_IMPRESS ; \ - IMG_CALC ; \ - IMG_CALCTEMPLATE ; \ - IMG_CHART ; \ - IMG_IMPRESSTEMPLATE ; \ - IMG_HTML ; \ - IMG_MATH ; \ - IMG_WRITER ; \ - IMG_WRITERTEMPLATE ; \ - IMG_MACROLIB ; \ - IMG_GLOBAL_DOC ; \ - IMG_DRAW ; \ - IMG_DRAWTEMPLATE ; \ - IMG_NEWFROMTEMPLATE ; \ - IMG_DATABASE; \ - }; \ - IdCount = { \ - 15; \ - }; - -ImageList RID_SVTOOLS_IMAGELIST_BIG -{ - Prefix = "lx"; - MASK_COL2 - X_IMAGE_LIST -}; - -ImageList RID_SVTOOLS_IMAGELIST_SMALL -{ - Prefix = "sx"; - MASK_COL2 - X_IMAGE_LIST -}; - -ImageList RID_SVTOOLS_IMAGELIST_BIG_HIGHCONTRAST -{ - Prefix = "lxh"; - MASK_COL2 - X_IMAGE_LIST -}; - -ImageList RID_SVTOOLS_IMAGELIST_SMALL_HIGHCONTRAST -{ - Prefix = "sxh"; - MASK_COL2 - X_IMAGE_LIST -}; - -#define MASK_COL MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } ; -#define IMGLST_IDLST \ - IdList = { \ - SID_GENERAL_OPTIONS; \ - SID_LANGUAGE_OPTIONS; \ - SID_INET_DLG; \ - SID_SW_EDITOPTIONS; \ - SID_SW_ONLINEOPTIONS; \ - SID_SC_EDITOPTIONS; \ - SID_SD_EDITOPTIONS; \ - SID_SD_GRAPHIC_OPTIONS; \ - SID_SM_EDITOPTIONS; \ - SID_SCH_EDITOPTIONS; \ - SID_SB_STARBASEOPTIONS; \ - SID_FILTER_DLG; \ - }; \ - IdCount = { \ - 12; \ - }; - -ImageList RID_IMGLIST_TREEOPT -{ - Prefix = "tr"; - MASK_COL - IMGLST_IDLST -}; - -ImageList RID_IMGLIST_TREEOPT_HC -{ - Prefix = "trh"; - MASK_COL - IMGLST_IDLST -}; - diff --git a/svx/source/src/app.src b/svx/source/src/app.src index 934fbd76a86f..2fea800b4a00 100644 --- a/svx/source/src/app.src +++ b/svx/source/src/app.src @@ -29,6 +29,10 @@ #include "app.hrc" //---------------------------------------------------------------------------- +String RID_APPTITLE +{ + Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION" ; +}; #define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }; -- cgit v1.2.3