diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-19 08:03:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-19 08:03:39 +0000 |
commit | 26476eda89cfda1eed013f1e5d628e18d6828d95 (patch) | |
tree | 8a45ab78820718ff5ba3ab3c8ea1fac772513f91 /extras |
initial import
Diffstat (limited to 'extras')
230 files changed, 3228 insertions, 0 deletions
diff --git a/extras/prj/d.lst b/extras/prj/d.lst new file mode 100644 index 000000000000..314f5f4732bf --- /dev/null +++ b/extras/prj/d.lst @@ -0,0 +1,9 @@ +mkdir: %_DEST%\pck%_EXT% +..\%__SRC%\bin\*.zip %_DEST%\pck%_EXT%\*.zip +..\common.pro\bin\*.zip %_DEST%\pck%_EXT%\*.zip +..\wnt\source\fonts\decorative\*.TTF %_DEST%\pck%_EXT%\*.TTF +..\wnt\source\fonts\standard_sans\*.TTF %_DEST%\pck%_EXT%\*.TTF +..\wnt\source\fonts\standard_serif\*.TTF %_DEST%\pck%_EXT%\*.TTF +..\wnt\source\fonts\symbol\*.TTF %_DEST%\pck%_EXT%\*.TTF +..\source\shellnew\soffice.* %_DEST%\pck%_EXT%\soffice.* +..\unx\source\fonts\fonts\type1\fontunxtype1portal.zip %_DEST%\pck%_EXT%\fontunxtype1portal.zip diff --git a/extras/source/autotext/lang/delzip b/extras/source/autotext/lang/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/autotext/lang/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/autotext/lang/makefile.mk b/extras/source/autotext/lang/makefile.mk new file mode 100644 index 000000000000..d0e7700a218b --- /dev/null +++ b/extras/source/autotext/lang/makefile.mk @@ -0,0 +1,91 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:05 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/.. + + + +PRJNAME=extras +TARGET=autotext + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(AUTOTEXT_SHARE_TARGET) + +ZIP1LIST = $(LANGDIR)$/standard.bau $(LANGDIR)$/template.bau $(LANGDIR)$/crd*.bau + +ZIP2TARGET = $(AUTOCORR_TARGET) + +ZIP2LIST = $(LANGDIR)$/acor*.dat + +ZIP3TARGET = $(AUTOTEXT_USER_TARGET) + +ZIP3LIST = $(LANGDIR)/mytexts.bau + + +.INCLUDE : target.mk + + + diff --git a/extras/source/database/delzip b/extras/source/database/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/database/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/database/makefile.mk b/extras/source/database/makefile.mk new file mode 100644 index 000000000000..f81b82553454 --- /dev/null +++ b/extras/source/database/makefile.mk @@ -0,0 +1,94 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:07 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/.. + + + +PRJNAME=extras +TARGET=databasegeneral + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(DATABASE_USER_TARGET) + +ZIP1LIST = * -x makefile.* *.dbf *.dbt + +ZIP2TARGET = $(DATABASE_USER_BIBLIO_TARGET) + +ZIP2LIST = biblio.dbf + +ZIP3TARGET = $(DATABASE_USER_ADDRESS_TARGET) + +ZIP3LIST = address.dbf address.dbt + + + +.INCLUDE : target.mk + + + + + diff --git a/extras/source/gallery/apples.gif b/extras/source/gallery/apples.gif Binary files differnew file mode 100644 index 000000000000..3a177cf4ccd5 --- /dev/null +++ b/extras/source/gallery/apples.gif diff --git a/extras/source/gallery/bigapple.gif b/extras/source/gallery/bigapple.gif Binary files differnew file mode 100644 index 000000000000..d35f457122f8 --- /dev/null +++ b/extras/source/gallery/bigapple.gif diff --git a/extras/source/gallery/bullets/blkpearl.gif b/extras/source/gallery/bullets/blkpearl.gif Binary files differnew file mode 100644 index 000000000000..6f67d5c0e2e6 --- /dev/null +++ b/extras/source/gallery/bullets/blkpearl.gif diff --git a/extras/source/gallery/bullets/bluered.gif b/extras/source/gallery/bullets/bluered.gif Binary files differnew file mode 100644 index 000000000000..fbaf32d32da8 --- /dev/null +++ b/extras/source/gallery/bullets/bluered.gif diff --git a/extras/source/gallery/bullets/darkball.gif b/extras/source/gallery/bullets/darkball.gif Binary files differnew file mode 100644 index 000000000000..6224fba04b40 --- /dev/null +++ b/extras/source/gallery/bullets/darkball.gif diff --git a/extras/source/gallery/bullets/darkblue.gif b/extras/source/gallery/bullets/darkblue.gif Binary files differnew file mode 100644 index 000000000000..2170e0f3b8f8 --- /dev/null +++ b/extras/source/gallery/bullets/darkblue.gif diff --git a/extras/source/gallery/bullets/delzip b/extras/source/gallery/bullets/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/gallery/bullets/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/gallery/bullets/gldpearl.gif b/extras/source/gallery/bullets/gldpearl.gif Binary files differnew file mode 100644 index 000000000000..5072aea1edde --- /dev/null +++ b/extras/source/gallery/bullets/gldpearl.gif diff --git a/extras/source/gallery/bullets/golfball.gif b/extras/source/gallery/bullets/golfball.gif Binary files differnew file mode 100644 index 000000000000..38a718421c68 --- /dev/null +++ b/extras/source/gallery/bullets/golfball.gif diff --git a/extras/source/gallery/bullets/grnpearl.gif b/extras/source/gallery/bullets/grnpearl.gif Binary files differnew file mode 100644 index 000000000000..2152229d8357 --- /dev/null +++ b/extras/source/gallery/bullets/grnpearl.gif diff --git a/extras/source/gallery/bullets/makefile.mk b/extras/source/gallery/bullets/makefile.mk new file mode 100644 index 000000000000..6736ad5b1851 --- /dev/null +++ b/extras/source/gallery/bullets/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:08 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/.. + + + +PRJNAME=extras +TARGET=gallerybullets + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(GALLERY_BULLETS_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/bullets/poliball.gif b/extras/source/gallery/bullets/poliball.gif Binary files differnew file mode 100644 index 000000000000..dda461bd347e --- /dev/null +++ b/extras/source/gallery/bullets/poliball.gif diff --git a/extras/source/gallery/bullets/rainbow.gif b/extras/source/gallery/bullets/rainbow.gif Binary files differnew file mode 100644 index 000000000000..f17a58e6cdac --- /dev/null +++ b/extras/source/gallery/bullets/rainbow.gif diff --git a/extras/source/gallery/bullets/whtpearl.gif b/extras/source/gallery/bullets/whtpearl.gif Binary files differnew file mode 100644 index 000000000000..b55995280cd7 --- /dev/null +++ b/extras/source/gallery/bullets/whtpearl.gif diff --git a/extras/source/gallery/delzip b/extras/source/gallery/delzip new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/extras/source/gallery/delzip diff --git a/extras/source/gallery/flower.gif b/extras/source/gallery/flower.gif Binary files differnew file mode 100644 index 000000000000..2d5923306ead --- /dev/null +++ b/extras/source/gallery/flower.gif diff --git a/extras/source/gallery/flowers.gif b/extras/source/gallery/flowers.gif Binary files differnew file mode 100644 index 000000000000..31d1fa88f55b --- /dev/null +++ b/extras/source/gallery/flowers.gif diff --git a/extras/source/gallery/gallery_sound/delzip b/extras/source/gallery/gallery_sound/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/gallery/gallery_sound/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/gallery/gallery_sound/makefile.mk b/extras/source/gallery/gallery_sound/makefile.mk new file mode 100644 index 000000000000..744fdc0d1f2f --- /dev/null +++ b/extras/source/gallery/gallery_sound/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:08 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/.. + + + +PRJNAME=extras +TARGET=gallerygallerysound + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(GALLERY_SOUND_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/gallery_sound/sg100.sdv b/extras/source/gallery/gallery_sound/sg100.sdv Binary files differnew file mode 100644 index 000000000000..fc17dd9d0528 --- /dev/null +++ b/extras/source/gallery/gallery_sound/sg100.sdv diff --git a/extras/source/gallery/gallery_system/delzip b/extras/source/gallery/gallery_system/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/gallery/gallery_system/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/gallery/gallery_system/makefile.mk b/extras/source/gallery/gallery_system/makefile.mk new file mode 100644 index 000000000000..ce19e25cffe0 --- /dev/null +++ b/extras/source/gallery/gallery_system/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:08 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/.. + + + +PRJNAME=extras +TARGET=gallerygallerysystem + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(GALLERY_SYSTEM_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/htmlexpo/bludown.gif b/extras/source/gallery/htmlexpo/bludown.gif Binary files differnew file mode 100644 index 000000000000..8db5e143b4f7 --- /dev/null +++ b/extras/source/gallery/htmlexpo/bludown.gif diff --git a/extras/source/gallery/htmlexpo/blufirs.gif b/extras/source/gallery/htmlexpo/blufirs.gif Binary files differnew file mode 100644 index 000000000000..34c390f9bf97 --- /dev/null +++ b/extras/source/gallery/htmlexpo/blufirs.gif diff --git a/extras/source/gallery/htmlexpo/blufirs_.gif b/extras/source/gallery/htmlexpo/blufirs_.gif Binary files differnew file mode 100644 index 000000000000..617be4f8349e --- /dev/null +++ b/extras/source/gallery/htmlexpo/blufirs_.gif diff --git a/extras/source/gallery/htmlexpo/blulast.gif b/extras/source/gallery/htmlexpo/blulast.gif Binary files differnew file mode 100644 index 000000000000..9356074310c4 --- /dev/null +++ b/extras/source/gallery/htmlexpo/blulast.gif diff --git a/extras/source/gallery/htmlexpo/blulast_.gif b/extras/source/gallery/htmlexpo/blulast_.gif Binary files differnew file mode 100644 index 000000000000..5d22bd51d821 --- /dev/null +++ b/extras/source/gallery/htmlexpo/blulast_.gif diff --git a/extras/source/gallery/htmlexpo/blunav.gif b/extras/source/gallery/htmlexpo/blunav.gif Binary files differnew file mode 100644 index 000000000000..2a863c68fcf2 --- /dev/null +++ b/extras/source/gallery/htmlexpo/blunav.gif diff --git a/extras/source/gallery/htmlexpo/blunext.gif b/extras/source/gallery/htmlexpo/blunext.gif Binary files differnew file mode 100644 index 000000000000..c4e28a48b6ec --- /dev/null +++ b/extras/source/gallery/htmlexpo/blunext.gif diff --git a/extras/source/gallery/htmlexpo/blunext_.gif b/extras/source/gallery/htmlexpo/blunext_.gif Binary files differnew file mode 100644 index 000000000000..bc2b1d64e511 --- /dev/null +++ b/extras/source/gallery/htmlexpo/blunext_.gif diff --git a/extras/source/gallery/htmlexpo/bluprev.gif b/extras/source/gallery/htmlexpo/bluprev.gif Binary files differnew file mode 100644 index 000000000000..ffd6416c0b23 --- /dev/null +++ b/extras/source/gallery/htmlexpo/bluprev.gif diff --git a/extras/source/gallery/htmlexpo/bluprev_.gif b/extras/source/gallery/htmlexpo/bluprev_.gif Binary files differnew file mode 100644 index 000000000000..7c8d757c295e --- /dev/null +++ b/extras/source/gallery/htmlexpo/bluprev_.gif diff --git a/extras/source/gallery/htmlexpo/blutext.gif b/extras/source/gallery/htmlexpo/blutext.gif Binary files differnew file mode 100644 index 000000000000..389589bce693 --- /dev/null +++ b/extras/source/gallery/htmlexpo/blutext.gif diff --git a/extras/source/gallery/htmlexpo/bluup.gif b/extras/source/gallery/htmlexpo/bluup.gif Binary files differnew file mode 100644 index 000000000000..b3a48e48b81f --- /dev/null +++ b/extras/source/gallery/htmlexpo/bluup.gif diff --git a/extras/source/gallery/htmlexpo/cubdown.gif b/extras/source/gallery/htmlexpo/cubdown.gif Binary files differnew file mode 100644 index 000000000000..2501a9946363 --- /dev/null +++ b/extras/source/gallery/htmlexpo/cubdown.gif diff --git a/extras/source/gallery/htmlexpo/cubfirs.gif b/extras/source/gallery/htmlexpo/cubfirs.gif Binary files differnew file mode 100644 index 000000000000..5ac9a5825b57 --- /dev/null +++ b/extras/source/gallery/htmlexpo/cubfirs.gif diff --git a/extras/source/gallery/htmlexpo/cubfirs_.gif b/extras/source/gallery/htmlexpo/cubfirs_.gif Binary files differnew file mode 100644 index 000000000000..ad50c2120580 --- /dev/null +++ b/extras/source/gallery/htmlexpo/cubfirs_.gif diff --git a/extras/source/gallery/htmlexpo/cublast.gif b/extras/source/gallery/htmlexpo/cublast.gif Binary files differnew file mode 100644 index 000000000000..b670f3cac886 --- /dev/null +++ b/extras/source/gallery/htmlexpo/cublast.gif diff --git a/extras/source/gallery/htmlexpo/cublast_.gif b/extras/source/gallery/htmlexpo/cublast_.gif Binary files differnew file mode 100644 index 000000000000..91b5a97853e3 --- /dev/null +++ b/extras/source/gallery/htmlexpo/cublast_.gif diff --git a/extras/source/gallery/htmlexpo/cubnav.gif b/extras/source/gallery/htmlexpo/cubnav.gif Binary files differnew file mode 100644 index 000000000000..2c8d8e092626 --- /dev/null +++ b/extras/source/gallery/htmlexpo/cubnav.gif diff --git a/extras/source/gallery/htmlexpo/cubnext.gif b/extras/source/gallery/htmlexpo/cubnext.gif Binary files differnew file mode 100644 index 000000000000..16cb6a0bc906 --- /dev/null +++ b/extras/source/gallery/htmlexpo/cubnext.gif diff --git a/extras/source/gallery/htmlexpo/cubnext_.gif b/extras/source/gallery/htmlexpo/cubnext_.gif Binary files differnew file mode 100644 index 000000000000..ffb23fde8fbf --- /dev/null +++ b/extras/source/gallery/htmlexpo/cubnext_.gif diff --git a/extras/source/gallery/htmlexpo/cubprev.gif b/extras/source/gallery/htmlexpo/cubprev.gif Binary files differnew file mode 100644 index 000000000000..d6f3d0f3087c --- /dev/null +++ b/extras/source/gallery/htmlexpo/cubprev.gif diff --git a/extras/source/gallery/htmlexpo/cubprev_.gif b/extras/source/gallery/htmlexpo/cubprev_.gif Binary files differnew file mode 100644 index 000000000000..ea316de5cb89 --- /dev/null +++ b/extras/source/gallery/htmlexpo/cubprev_.gif diff --git a/extras/source/gallery/htmlexpo/cubtext.gif b/extras/source/gallery/htmlexpo/cubtext.gif Binary files differnew file mode 100644 index 000000000000..99b8ee0cc548 --- /dev/null +++ b/extras/source/gallery/htmlexpo/cubtext.gif diff --git a/extras/source/gallery/htmlexpo/cubup.gif b/extras/source/gallery/htmlexpo/cubup.gif Binary files differnew file mode 100644 index 000000000000..004db12ac3d9 --- /dev/null +++ b/extras/source/gallery/htmlexpo/cubup.gif diff --git a/extras/source/gallery/htmlexpo/delzip b/extras/source/gallery/htmlexpo/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/gallery/htmlexpo/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/gallery/htmlexpo/gredown.gif b/extras/source/gallery/htmlexpo/gredown.gif Binary files differnew file mode 100644 index 000000000000..3913764c35fd --- /dev/null +++ b/extras/source/gallery/htmlexpo/gredown.gif diff --git a/extras/source/gallery/htmlexpo/grefirs.gif b/extras/source/gallery/htmlexpo/grefirs.gif Binary files differnew file mode 100644 index 000000000000..f6c0e33c1ddb --- /dev/null +++ b/extras/source/gallery/htmlexpo/grefirs.gif diff --git a/extras/source/gallery/htmlexpo/grefirs_.gif b/extras/source/gallery/htmlexpo/grefirs_.gif Binary files differnew file mode 100644 index 000000000000..522859aef2c6 --- /dev/null +++ b/extras/source/gallery/htmlexpo/grefirs_.gif diff --git a/extras/source/gallery/htmlexpo/grelast.gif b/extras/source/gallery/htmlexpo/grelast.gif Binary files differnew file mode 100644 index 000000000000..b73ee772cdf8 --- /dev/null +++ b/extras/source/gallery/htmlexpo/grelast.gif diff --git a/extras/source/gallery/htmlexpo/grelast_.gif b/extras/source/gallery/htmlexpo/grelast_.gif Binary files differnew file mode 100644 index 000000000000..a45aead597b0 --- /dev/null +++ b/extras/source/gallery/htmlexpo/grelast_.gif diff --git a/extras/source/gallery/htmlexpo/grenav.gif b/extras/source/gallery/htmlexpo/grenav.gif Binary files differnew file mode 100644 index 000000000000..2be669986085 --- /dev/null +++ b/extras/source/gallery/htmlexpo/grenav.gif diff --git a/extras/source/gallery/htmlexpo/grenext.gif b/extras/source/gallery/htmlexpo/grenext.gif Binary files differnew file mode 100644 index 000000000000..563b5d2d8cb6 --- /dev/null +++ b/extras/source/gallery/htmlexpo/grenext.gif diff --git a/extras/source/gallery/htmlexpo/grenext_.gif b/extras/source/gallery/htmlexpo/grenext_.gif Binary files differnew file mode 100644 index 000000000000..38dfe6704cce --- /dev/null +++ b/extras/source/gallery/htmlexpo/grenext_.gif diff --git a/extras/source/gallery/htmlexpo/greprev.gif b/extras/source/gallery/htmlexpo/greprev.gif Binary files differnew file mode 100644 index 000000000000..8618373a5a55 --- /dev/null +++ b/extras/source/gallery/htmlexpo/greprev.gif diff --git a/extras/source/gallery/htmlexpo/greprev_.gif b/extras/source/gallery/htmlexpo/greprev_.gif Binary files differnew file mode 100644 index 000000000000..cc110f4b614b --- /dev/null +++ b/extras/source/gallery/htmlexpo/greprev_.gif diff --git a/extras/source/gallery/htmlexpo/gretext.gif b/extras/source/gallery/htmlexpo/gretext.gif Binary files differnew file mode 100644 index 000000000000..93ae1f8e103f --- /dev/null +++ b/extras/source/gallery/htmlexpo/gretext.gif diff --git a/extras/source/gallery/htmlexpo/greup.gif b/extras/source/gallery/htmlexpo/greup.gif Binary files differnew file mode 100644 index 000000000000..8d07a2043624 --- /dev/null +++ b/extras/source/gallery/htmlexpo/greup.gif diff --git a/extras/source/gallery/htmlexpo/makefile.mk b/extras/source/gallery/htmlexpo/makefile.mk new file mode 100644 index 000000000000..effef7322269 --- /dev/null +++ b/extras/source/gallery/htmlexpo/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:08 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryhtmlexpo + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(GALLERY_HTMLEXPO_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/htmlexpo/simdown.gif b/extras/source/gallery/htmlexpo/simdown.gif Binary files differnew file mode 100644 index 000000000000..6728eb6c0384 --- /dev/null +++ b/extras/source/gallery/htmlexpo/simdown.gif diff --git a/extras/source/gallery/htmlexpo/simfirs.gif b/extras/source/gallery/htmlexpo/simfirs.gif Binary files differnew file mode 100644 index 000000000000..ecec47cbd159 --- /dev/null +++ b/extras/source/gallery/htmlexpo/simfirs.gif diff --git a/extras/source/gallery/htmlexpo/simfirs_.gif b/extras/source/gallery/htmlexpo/simfirs_.gif Binary files differnew file mode 100644 index 000000000000..8d637b004ff4 --- /dev/null +++ b/extras/source/gallery/htmlexpo/simfirs_.gif diff --git a/extras/source/gallery/htmlexpo/simlast.gif b/extras/source/gallery/htmlexpo/simlast.gif Binary files differnew file mode 100644 index 000000000000..dfbcfa640b00 --- /dev/null +++ b/extras/source/gallery/htmlexpo/simlast.gif diff --git a/extras/source/gallery/htmlexpo/simlast_.gif b/extras/source/gallery/htmlexpo/simlast_.gif Binary files differnew file mode 100644 index 000000000000..438baa8ad282 --- /dev/null +++ b/extras/source/gallery/htmlexpo/simlast_.gif diff --git a/extras/source/gallery/htmlexpo/simnav.gif b/extras/source/gallery/htmlexpo/simnav.gif Binary files differnew file mode 100644 index 000000000000..0b17af7475a9 --- /dev/null +++ b/extras/source/gallery/htmlexpo/simnav.gif diff --git a/extras/source/gallery/htmlexpo/simnext.gif b/extras/source/gallery/htmlexpo/simnext.gif Binary files differnew file mode 100644 index 000000000000..a2331bab12c7 --- /dev/null +++ b/extras/source/gallery/htmlexpo/simnext.gif diff --git a/extras/source/gallery/htmlexpo/simnext_.gif b/extras/source/gallery/htmlexpo/simnext_.gif Binary files differnew file mode 100644 index 000000000000..c5c42deee345 --- /dev/null +++ b/extras/source/gallery/htmlexpo/simnext_.gif diff --git a/extras/source/gallery/htmlexpo/simprev.gif b/extras/source/gallery/htmlexpo/simprev.gif Binary files differnew file mode 100644 index 000000000000..d92c5451caa1 --- /dev/null +++ b/extras/source/gallery/htmlexpo/simprev.gif diff --git a/extras/source/gallery/htmlexpo/simprev_.gif b/extras/source/gallery/htmlexpo/simprev_.gif Binary files differnew file mode 100644 index 000000000000..4096d953924e --- /dev/null +++ b/extras/source/gallery/htmlexpo/simprev_.gif diff --git a/extras/source/gallery/htmlexpo/simtext.gif b/extras/source/gallery/htmlexpo/simtext.gif Binary files differnew file mode 100644 index 000000000000..1ccdbeb20d95 --- /dev/null +++ b/extras/source/gallery/htmlexpo/simtext.gif diff --git a/extras/source/gallery/htmlexpo/simup.gif b/extras/source/gallery/htmlexpo/simup.gif Binary files differnew file mode 100644 index 000000000000..bae1e2f6e5d2 --- /dev/null +++ b/extras/source/gallery/htmlexpo/simup.gif diff --git a/extras/source/gallery/makefile.mk b/extras/source/gallery/makefile.mk new file mode 100644 index 000000000000..7e55e266fe85 --- /dev/null +++ b/extras/source/gallery/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:08 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/.. + + + +PRJNAME=extras +TARGET=gallerygeneral + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(GALLERY_ROOT_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/rulers/blkballs.gif b/extras/source/gallery/rulers/blkballs.gif Binary files differnew file mode 100644 index 000000000000..5854549160a1 --- /dev/null +++ b/extras/source/gallery/rulers/blkballs.gif diff --git a/extras/source/gallery/rulers/blurulr1.gif b/extras/source/gallery/rulers/blurulr1.gif Binary files differnew file mode 100644 index 000000000000..3fac0a9220d0 --- /dev/null +++ b/extras/source/gallery/rulers/blurulr1.gif diff --git a/extras/source/gallery/rulers/blurulr2.gif b/extras/source/gallery/rulers/blurulr2.gif Binary files differnew file mode 100644 index 000000000000..91ada2dc5d49 --- /dev/null +++ b/extras/source/gallery/rulers/blurulr2.gif diff --git a/extras/source/gallery/rulers/blurulr3.gif b/extras/source/gallery/rulers/blurulr3.gif Binary files differnew file mode 100644 index 000000000000..075743a73440 --- /dev/null +++ b/extras/source/gallery/rulers/blurulr3.gif diff --git a/extras/source/gallery/rulers/blurulr4.gif b/extras/source/gallery/rulers/blurulr4.gif Binary files differnew file mode 100644 index 000000000000..5fdfb6ebb076 --- /dev/null +++ b/extras/source/gallery/rulers/blurulr4.gif diff --git a/extras/source/gallery/rulers/blurulr5.gif b/extras/source/gallery/rulers/blurulr5.gif Binary files differnew file mode 100644 index 000000000000..33520470052c --- /dev/null +++ b/extras/source/gallery/rulers/blurulr5.gif diff --git a/extras/source/gallery/rulers/blurulr6.gif b/extras/source/gallery/rulers/blurulr6.gif Binary files differnew file mode 100644 index 000000000000..d4ebdce7bea5 --- /dev/null +++ b/extras/source/gallery/rulers/blurulr6.gif diff --git a/extras/source/gallery/rulers/delzip b/extras/source/gallery/rulers/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/gallery/rulers/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/gallery/rulers/gldballs.gif b/extras/source/gallery/rulers/gldballs.gif Binary files differnew file mode 100644 index 000000000000..9b0e5b0859fb --- /dev/null +++ b/extras/source/gallery/rulers/gldballs.gif diff --git a/extras/source/gallery/rulers/grnballs.gif b/extras/source/gallery/rulers/grnballs.gif Binary files differnew file mode 100644 index 000000000000..6a1aa5cb6c17 --- /dev/null +++ b/extras/source/gallery/rulers/grnballs.gif diff --git a/extras/source/gallery/rulers/grnrulr1.gif b/extras/source/gallery/rulers/grnrulr1.gif Binary files differnew file mode 100644 index 000000000000..482395ca1952 --- /dev/null +++ b/extras/source/gallery/rulers/grnrulr1.gif diff --git a/extras/source/gallery/rulers/grnrulr2.gif b/extras/source/gallery/rulers/grnrulr2.gif Binary files differnew file mode 100644 index 000000000000..a06aa22ed0f7 --- /dev/null +++ b/extras/source/gallery/rulers/grnrulr2.gif diff --git a/extras/source/gallery/rulers/grnrulr3.gif b/extras/source/gallery/rulers/grnrulr3.gif Binary files differnew file mode 100644 index 000000000000..9fed8326bb50 --- /dev/null +++ b/extras/source/gallery/rulers/grnrulr3.gif diff --git a/extras/source/gallery/rulers/grnrulr4.gif b/extras/source/gallery/rulers/grnrulr4.gif Binary files differnew file mode 100644 index 000000000000..92a25cbab752 --- /dev/null +++ b/extras/source/gallery/rulers/grnrulr4.gif diff --git a/extras/source/gallery/rulers/gryrulr1.gif b/extras/source/gallery/rulers/gryrulr1.gif Binary files differnew file mode 100644 index 000000000000..b424d090ef10 --- /dev/null +++ b/extras/source/gallery/rulers/gryrulr1.gif diff --git a/extras/source/gallery/rulers/gryrulr2.gif b/extras/source/gallery/rulers/gryrulr2.gif Binary files differnew file mode 100644 index 000000000000..c14edbe88ee4 --- /dev/null +++ b/extras/source/gallery/rulers/gryrulr2.gif diff --git a/extras/source/gallery/rulers/gryrulr3.gif b/extras/source/gallery/rulers/gryrulr3.gif Binary files differnew file mode 100644 index 000000000000..82d498ed2c03 --- /dev/null +++ b/extras/source/gallery/rulers/gryrulr3.gif diff --git a/extras/source/gallery/rulers/makefile.mk b/extras/source/gallery/rulers/makefile.mk new file mode 100644 index 000000000000..25a0558ded4b --- /dev/null +++ b/extras/source/gallery/rulers/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:09 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryrulers + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(GALLERY_RULERS_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/rulers/orgrulr1.gif b/extras/source/gallery/rulers/orgrulr1.gif Binary files differnew file mode 100644 index 000000000000..bf56d93b98f6 --- /dev/null +++ b/extras/source/gallery/rulers/orgrulr1.gif diff --git a/extras/source/gallery/rulers/redrulr1.gif b/extras/source/gallery/rulers/redrulr1.gif Binary files differnew file mode 100644 index 000000000000..54931bc4a4da --- /dev/null +++ b/extras/source/gallery/rulers/redrulr1.gif diff --git a/extras/source/gallery/rulers/redrulr2.gif b/extras/source/gallery/rulers/redrulr2.gif Binary files differnew file mode 100644 index 000000000000..5b26382ab9a2 --- /dev/null +++ b/extras/source/gallery/rulers/redrulr2.gif diff --git a/extras/source/gallery/rulers/redrulr3.gif b/extras/source/gallery/rulers/redrulr3.gif Binary files differnew file mode 100644 index 000000000000..572114c27008 --- /dev/null +++ b/extras/source/gallery/rulers/redrulr3.gif diff --git a/extras/source/gallery/rulers/redrulr4.gif b/extras/source/gallery/rulers/redrulr4.gif Binary files differnew file mode 100644 index 000000000000..a27624b39e76 --- /dev/null +++ b/extras/source/gallery/rulers/redrulr4.gif diff --git a/extras/source/gallery/rulers/redrulr5.gif b/extras/source/gallery/rulers/redrulr5.gif Binary files differnew file mode 100644 index 000000000000..d5b10814d92e --- /dev/null +++ b/extras/source/gallery/rulers/redrulr5.gif diff --git a/extras/source/gallery/rulers/striped.gif b/extras/source/gallery/rulers/striped.gif Binary files differnew file mode 100644 index 000000000000..2c1313e55d92 --- /dev/null +++ b/extras/source/gallery/rulers/striped.gif diff --git a/extras/source/gallery/rulers/whtballs.gif b/extras/source/gallery/rulers/whtballs.gif Binary files differnew file mode 100644 index 000000000000..279be208c662 --- /dev/null +++ b/extras/source/gallery/rulers/whtballs.gif diff --git a/extras/source/gallery/rulers/ylwrulr1.gif b/extras/source/gallery/rulers/ylwrulr1.gif Binary files differnew file mode 100644 index 000000000000..07bf5a927d12 --- /dev/null +++ b/extras/source/gallery/rulers/ylwrulr1.gif diff --git a/extras/source/gallery/sdddndx1 b/extras/source/gallery/sdddndx1 new file mode 100644 index 000000000000..e4dc47d83657 --- /dev/null +++ b/extras/source/gallery/sdddndx1 @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/extras/source/gallery/sky.gif b/extras/source/gallery/sky.gif Binary files differnew file mode 100644 index 000000000000..8491a7312ac2 --- /dev/null +++ b/extras/source/gallery/sky.gif diff --git a/extras/source/gallery/sounds/delzip b/extras/source/gallery/sounds/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/gallery/sounds/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/gallery/sounds/makefile.mk b/extras/source/gallery/sounds/makefile.mk new file mode 100644 index 000000000000..7dfd535a8db9 --- /dev/null +++ b/extras/source/gallery/sounds/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:09 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/.. + + + +PRJNAME=extras +TARGET=gallerysounds + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(GALLERY_SOUNDS_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/www-back/aqua.jpg b/extras/source/gallery/www-back/aqua.jpg Binary files differnew file mode 100644 index 000000000000..a7b29ee29bbd --- /dev/null +++ b/extras/source/gallery/www-back/aqua.jpg diff --git a/extras/source/gallery/www-back/bathroom.jpg b/extras/source/gallery/www-back/bathroom.jpg Binary files differnew file mode 100644 index 000000000000..058f01ae9237 --- /dev/null +++ b/extras/source/gallery/www-back/bathroom.jpg diff --git a/extras/source/gallery/www-back/blocks.jpg b/extras/source/gallery/www-back/blocks.jpg Binary files differnew file mode 100644 index 000000000000..1cd0c6ebceb5 --- /dev/null +++ b/extras/source/gallery/www-back/blocks.jpg diff --git a/extras/source/gallery/www-back/blow_green.jpg b/extras/source/gallery/www-back/blow_green.jpg Binary files differnew file mode 100644 index 000000000000..aedb52e224f7 --- /dev/null +++ b/extras/source/gallery/www-back/blow_green.jpg diff --git a/extras/source/gallery/www-back/blueblop.jpg b/extras/source/gallery/www-back/blueblop.jpg Binary files differnew file mode 100644 index 000000000000..330cacb7a1e4 --- /dev/null +++ b/extras/source/gallery/www-back/blueblop.jpg diff --git a/extras/source/gallery/www-back/bulging.jpg b/extras/source/gallery/www-back/bulging.jpg Binary files differnew file mode 100644 index 000000000000..02c083061c52 --- /dev/null +++ b/extras/source/gallery/www-back/bulging.jpg diff --git a/extras/source/gallery/www-back/canvas_blue.jpg b/extras/source/gallery/www-back/canvas_blue.jpg Binary files differnew file mode 100644 index 000000000000..a0ab3b3f2ff8 --- /dev/null +++ b/extras/source/gallery/www-back/canvas_blue.jpg diff --git a/extras/source/gallery/www-back/cheese.jpg b/extras/source/gallery/www-back/cheese.jpg Binary files differnew file mode 100644 index 000000000000..dea5795fd0b7 --- /dev/null +++ b/extras/source/gallery/www-back/cheese.jpg diff --git a/extras/source/gallery/www-back/chocolate.jpg b/extras/source/gallery/www-back/chocolate.jpg Binary files differnew file mode 100644 index 000000000000..7e04116603e5 --- /dev/null +++ b/extras/source/gallery/www-back/chocolate.jpg diff --git a/extras/source/gallery/www-back/citrus.jpg b/extras/source/gallery/www-back/citrus.jpg Binary files differnew file mode 100644 index 000000000000..ceb9ef08c344 --- /dev/null +++ b/extras/source/gallery/www-back/citrus.jpg diff --git a/extras/source/gallery/www-back/confetti.jpg b/extras/source/gallery/www-back/confetti.jpg Binary files differnew file mode 100644 index 000000000000..f04bfab2f4a4 --- /dev/null +++ b/extras/source/gallery/www-back/confetti.jpg diff --git a/extras/source/gallery/www-back/daisy.jpg b/extras/source/gallery/www-back/daisy.jpg Binary files differnew file mode 100644 index 000000000000..69287fa1d6f9 --- /dev/null +++ b/extras/source/gallery/www-back/daisy.jpg diff --git a/extras/source/gallery/www-back/delzip b/extras/source/gallery/www-back/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/gallery/www-back/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/gallery/www-back/fluffy-grey.jpg b/extras/source/gallery/www-back/fluffy-grey.jpg Binary files differnew file mode 100644 index 000000000000..351ac420dc59 --- /dev/null +++ b/extras/source/gallery/www-back/fluffy-grey.jpg diff --git a/extras/source/gallery/www-back/fluffy.jpg b/extras/source/gallery/www-back/fluffy.jpg Binary files differnew file mode 100644 index 000000000000..c8398cca3c1f --- /dev/null +++ b/extras/source/gallery/www-back/fluffy.jpg diff --git a/extras/source/gallery/www-back/fuzzy-blue.jpg b/extras/source/gallery/www-back/fuzzy-blue.jpg Binary files differnew file mode 100644 index 000000000000..b65a17e03e98 --- /dev/null +++ b/extras/source/gallery/www-back/fuzzy-blue.jpg diff --git a/extras/source/gallery/www-back/fuzzy-darkgrey.jpg b/extras/source/gallery/www-back/fuzzy-darkgrey.jpg Binary files differnew file mode 100644 index 000000000000..ed8c40e25df7 --- /dev/null +++ b/extras/source/gallery/www-back/fuzzy-darkgrey.jpg diff --git a/extras/source/gallery/www-back/fuzzy-grey.jpg b/extras/source/gallery/www-back/fuzzy-grey.jpg Binary files differnew file mode 100644 index 000000000000..2263906eb142 --- /dev/null +++ b/extras/source/gallery/www-back/fuzzy-grey.jpg diff --git a/extras/source/gallery/www-back/fuzzy-lightgrey.jpg b/extras/source/gallery/www-back/fuzzy-lightgrey.jpg Binary files differnew file mode 100644 index 000000000000..fe3b8954d5cc --- /dev/null +++ b/extras/source/gallery/www-back/fuzzy-lightgrey.jpg diff --git a/extras/source/gallery/www-back/fuzzy_light.jpg b/extras/source/gallery/www-back/fuzzy_light.jpg Binary files differnew file mode 100644 index 000000000000..8715e992a4ca --- /dev/null +++ b/extras/source/gallery/www-back/fuzzy_light.jpg diff --git a/extras/source/gallery/www-back/gregre.gif b/extras/source/gallery/www-back/gregre.gif Binary files differnew file mode 100644 index 000000000000..9d86063a1087 --- /dev/null +++ b/extras/source/gallery/www-back/gregre.gif diff --git a/extras/source/gallery/www-back/grey.gif b/extras/source/gallery/www-back/grey.gif Binary files differnew file mode 100644 index 000000000000..cde670fb5115 --- /dev/null +++ b/extras/source/gallery/www-back/grey.gif diff --git a/extras/source/gallery/www-back/grypaws.gif b/extras/source/gallery/www-back/grypaws.gif Binary files differnew file mode 100644 index 000000000000..9ea9652b768d --- /dev/null +++ b/extras/source/gallery/www-back/grypaws.gif diff --git a/extras/source/gallery/www-back/ice-blue.jpg b/extras/source/gallery/www-back/ice-blue.jpg Binary files differnew file mode 100644 index 000000000000..db5d36163879 --- /dev/null +++ b/extras/source/gallery/www-back/ice-blue.jpg diff --git a/extras/source/gallery/www-back/ice-light.jpg b/extras/source/gallery/www-back/ice-light.jpg Binary files differnew file mode 100644 index 000000000000..e82653d9812f --- /dev/null +++ b/extras/source/gallery/www-back/ice-light.jpg diff --git a/extras/source/gallery/www-back/imitation_leather.jpg b/extras/source/gallery/www-back/imitation_leather.jpg Binary files differnew file mode 100644 index 000000000000..12ddb212d779 --- /dev/null +++ b/extras/source/gallery/www-back/imitation_leather.jpg diff --git a/extras/source/gallery/www-back/interstices.jpg b/extras/source/gallery/www-back/interstices.jpg Binary files differnew file mode 100644 index 000000000000..5f5cf7709553 --- /dev/null +++ b/extras/source/gallery/www-back/interstices.jpg diff --git a/extras/source/gallery/www-back/jeans.jpg b/extras/source/gallery/www-back/jeans.jpg Binary files differnew file mode 100644 index 000000000000..63d13c34a8cf --- /dev/null +++ b/extras/source/gallery/www-back/jeans.jpg diff --git a/extras/source/gallery/www-back/jeansblk.jpg b/extras/source/gallery/www-back/jeansblk.jpg Binary files differnew file mode 100644 index 000000000000..25a2f71cf685 --- /dev/null +++ b/extras/source/gallery/www-back/jeansblk.jpg diff --git a/extras/source/gallery/www-back/lawn-artificial.jpg b/extras/source/gallery/www-back/lawn-artificial.jpg Binary files differnew file mode 100644 index 000000000000..ff2ecca7b619 --- /dev/null +++ b/extras/source/gallery/www-back/lawn-artificial.jpg diff --git a/extras/source/gallery/www-back/lawn.jpg b/extras/source/gallery/www-back/lawn.jpg Binary files differnew file mode 100644 index 000000000000..60382b3b1709 --- /dev/null +++ b/extras/source/gallery/www-back/lawn.jpg diff --git a/extras/source/gallery/www-back/lightblue-wet.jpg b/extras/source/gallery/www-back/lightblue-wet.jpg Binary files differnew file mode 100644 index 000000000000..227afaf6ba91 --- /dev/null +++ b/extras/source/gallery/www-back/lightblue-wet.jpg diff --git a/extras/source/gallery/www-back/linen-fine.jpg b/extras/source/gallery/www-back/linen-fine.jpg Binary files differnew file mode 100644 index 000000000000..af874d217ffd --- /dev/null +++ b/extras/source/gallery/www-back/linen-fine.jpg diff --git a/extras/source/gallery/www-back/lino-green.jpg b/extras/source/gallery/www-back/lino-green.jpg Binary files differnew file mode 100644 index 000000000000..e178db00a1a4 --- /dev/null +++ b/extras/source/gallery/www-back/lino-green.jpg diff --git a/extras/source/gallery/www-back/liquid-blue.jpg b/extras/source/gallery/www-back/liquid-blue.jpg Binary files differnew file mode 100644 index 000000000000..97b56e0b0044 --- /dev/null +++ b/extras/source/gallery/www-back/liquid-blue.jpg diff --git a/extras/source/gallery/www-back/makefile.mk b/extras/source/gallery/www-back/makefile.mk new file mode 100644 index 000000000000..234e99d78bf7 --- /dev/null +++ b/extras/source/gallery/www-back/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:09 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/.. + + + +PRJNAME=extras +TARGET=gallerywwwback + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(GALLERY_WWWBACK_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/www-back/marble.jpg b/extras/source/gallery/www-back/marble.jpg Binary files differnew file mode 100644 index 000000000000..96f220950dca --- /dev/null +++ b/extras/source/gallery/www-back/marble.jpg diff --git a/extras/source/gallery/www-back/marble_dark.jpg b/extras/source/gallery/www-back/marble_dark.jpg Binary files differnew file mode 100644 index 000000000000..e610fc731e79 --- /dev/null +++ b/extras/source/gallery/www-back/marble_dark.jpg diff --git a/extras/source/gallery/www-back/mazes.jpg b/extras/source/gallery/www-back/mazes.jpg Binary files differnew file mode 100644 index 000000000000..2aa84ade7ea7 --- /dev/null +++ b/extras/source/gallery/www-back/mazes.jpg diff --git a/extras/source/gallery/www-back/mint.gif b/extras/source/gallery/www-back/mint.gif Binary files differnew file mode 100644 index 000000000000..a32311256d6d --- /dev/null +++ b/extras/source/gallery/www-back/mint.gif diff --git a/extras/source/gallery/www-back/pattern.jpg b/extras/source/gallery/www-back/pattern.jpg Binary files differnew file mode 100644 index 000000000000..6a6a3d8d4e44 --- /dev/null +++ b/extras/source/gallery/www-back/pattern.jpg diff --git a/extras/source/gallery/www-back/pebble-light.jpg b/extras/source/gallery/www-back/pebble-light.jpg Binary files differnew file mode 100644 index 000000000000..9a314557daec --- /dev/null +++ b/extras/source/gallery/www-back/pebble-light.jpg diff --git a/extras/source/gallery/www-back/pink.gif b/extras/source/gallery/www-back/pink.gif Binary files differnew file mode 100644 index 000000000000..b4f98594b349 --- /dev/null +++ b/extras/source/gallery/www-back/pink.gif diff --git a/extras/source/gallery/www-back/pool.jpg b/extras/source/gallery/www-back/pool.jpg Binary files differnew file mode 100644 index 000000000000..1f5943f7589c --- /dev/null +++ b/extras/source/gallery/www-back/pool.jpg diff --git a/extras/source/gallery/www-back/popcorn.jpg b/extras/source/gallery/www-back/popcorn.jpg Binary files differnew file mode 100644 index 000000000000..4b464604c402 --- /dev/null +++ b/extras/source/gallery/www-back/popcorn.jpg diff --git a/extras/source/gallery/www-back/purple.jpg b/extras/source/gallery/www-back/purple.jpg Binary files differnew file mode 100644 index 000000000000..71a027a38da9 --- /dev/null +++ b/extras/source/gallery/www-back/purple.jpg diff --git a/extras/source/gallery/www-back/reddark.jpg b/extras/source/gallery/www-back/reddark.jpg Binary files differnew file mode 100644 index 000000000000..a7e5eaff8052 --- /dev/null +++ b/extras/source/gallery/www-back/reddark.jpg diff --git a/extras/source/gallery/www-back/rings-green.jpg b/extras/source/gallery/www-back/rings-green.jpg Binary files differnew file mode 100644 index 000000000000..17062c2d0629 --- /dev/null +++ b/extras/source/gallery/www-back/rings-green.jpg diff --git a/extras/source/gallery/www-back/rings-orange.jpg b/extras/source/gallery/www-back/rings-orange.jpg Binary files differnew file mode 100644 index 000000000000..4c49bb9c19fd --- /dev/null +++ b/extras/source/gallery/www-back/rings-orange.jpg diff --git a/extras/source/gallery/www-back/roses.jpg b/extras/source/gallery/www-back/roses.jpg Binary files differnew file mode 100644 index 000000000000..3bcc34ea464e --- /dev/null +++ b/extras/source/gallery/www-back/roses.jpg diff --git a/extras/source/gallery/www-back/sand-light.jpg b/extras/source/gallery/www-back/sand-light.jpg Binary files differnew file mode 100644 index 000000000000..87715ad29d15 --- /dev/null +++ b/extras/source/gallery/www-back/sand-light.jpg diff --git a/extras/source/gallery/www-back/sand.jpg b/extras/source/gallery/www-back/sand.jpg Binary files differnew file mode 100644 index 000000000000..2ec83cdfc20e --- /dev/null +++ b/extras/source/gallery/www-back/sand.jpg diff --git a/extras/source/gallery/www-back/sky.jpg b/extras/source/gallery/www-back/sky.jpg Binary files differnew file mode 100644 index 000000000000..2ccdb489d5f5 --- /dev/null +++ b/extras/source/gallery/www-back/sky.jpg diff --git a/extras/source/gallery/www-back/soft-structure_grey.jpg b/extras/source/gallery/www-back/soft-structure_grey.jpg Binary files differnew file mode 100644 index 000000000000..48d0943adef9 --- /dev/null +++ b/extras/source/gallery/www-back/soft-structure_grey.jpg diff --git a/extras/source/gallery/www-back/space.jpg b/extras/source/gallery/www-back/space.jpg Binary files differnew file mode 100644 index 000000000000..808165d35633 --- /dev/null +++ b/extras/source/gallery/www-back/space.jpg diff --git a/extras/source/gallery/www-back/stone-dark.jpg b/extras/source/gallery/www-back/stone-dark.jpg Binary files differnew file mode 100644 index 000000000000..eb50eeec98af --- /dev/null +++ b/extras/source/gallery/www-back/stone-dark.jpg diff --git a/extras/source/gallery/www-back/stone.jpg b/extras/source/gallery/www-back/stone.jpg Binary files differnew file mode 100644 index 000000000000..26c36d063bcb --- /dev/null +++ b/extras/source/gallery/www-back/stone.jpg diff --git a/extras/source/gallery/www-back/structure.jpg b/extras/source/gallery/www-back/structure.jpg Binary files differnew file mode 100644 index 000000000000..b49da3066e97 --- /dev/null +++ b/extras/source/gallery/www-back/structure.jpg diff --git a/extras/source/gallery/www-back/structure_darkgreen.gif b/extras/source/gallery/www-back/structure_darkgreen.gif Binary files differnew file mode 100644 index 000000000000..ed9e6d27c3a1 --- /dev/null +++ b/extras/source/gallery/www-back/structure_darkgreen.gif diff --git a/extras/source/gallery/www-back/structure_green.jpg b/extras/source/gallery/www-back/structure_green.jpg Binary files differnew file mode 100644 index 000000000000..240f2adae06b --- /dev/null +++ b/extras/source/gallery/www-back/structure_green.jpg diff --git a/extras/source/gallery/www-back/wall-grey.jpg b/extras/source/gallery/www-back/wall-grey.jpg Binary files differnew file mode 100644 index 000000000000..42270e0c1a58 --- /dev/null +++ b/extras/source/gallery/www-back/wall-grey.jpg diff --git a/extras/source/gallery/www-back/wet-turquoise.jpg b/extras/source/gallery/www-back/wet-turquoise.jpg Binary files differnew file mode 100644 index 000000000000..4f6dfc31816b --- /dev/null +++ b/extras/source/gallery/www-back/wet-turquoise.jpg diff --git a/extras/source/gallery/www-back/wood.jpg b/extras/source/gallery/www-back/wood.jpg Binary files differnew file mode 100644 index 000000000000..889a838477f6 --- /dev/null +++ b/extras/source/gallery/www-back/wood.jpg diff --git a/extras/source/misc_config/delzip b/extras/source/misc_config/delzip new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/extras/source/misc_config/delzip diff --git a/extras/source/misc_config/makefile.mk b/extras/source/misc_config/makefile.mk new file mode 100644 index 000000000000..152621cd390b --- /dev/null +++ b/extras/source/misc_config/makefile.mk @@ -0,0 +1,92 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:10 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/.. + + + +PRJNAME=extras +TARGET=miscconfiggeneral + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(CONFIG_SERVER_NOLANG_TARGET) +ZIP1LIST = alarm.wav \ + = gpm.ini \ + = SOFFICE.CFG \ + = ssimport.ini \ + = srcheng.ini + + +ZIP2TARGET = $(CONFIG_USER_TARGET) +ZIP2LIST = autotbl.fmt \ + = ssprsize.ini \ + = dbtitle.rdb + + +.INCLUDE : target.mk + + + diff --git a/extras/source/palettes/delzip b/extras/source/palettes/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/palettes/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/palettes/lang/delzip b/extras/source/palettes/lang/delzip new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/extras/source/palettes/lang/delzip diff --git a/extras/source/palettes/lang/makefile.mk b/extras/source/palettes/lang/makefile.mk new file mode 100644 index 000000000000..7e89fc7124c3 --- /dev/null +++ b/extras/source/palettes/lang/makefile.mk @@ -0,0 +1,82 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:13 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/.. + + + +PRJNAME=extras +TARGET=palettes + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(PALETTES_TARGET) + +ZIP1LIST = $(LANGDIR)$/* + + + +.INCLUDE : target.mk + diff --git a/extras/source/palettes/makefile.mk b/extras/source/palettes/makefile.mk new file mode 100644 index 000000000000..e320dcc3794f --- /dev/null +++ b/extras/source/palettes/makefile.mk @@ -0,0 +1,86 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:12 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/.. + + + +PRJNAME=extras +TARGET=palettesgeneral + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(PALETTES_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + + + + + diff --git a/extras/source/shellnew/soffice.html b/extras/source/shellnew/soffice.html new file mode 100644 index 000000000000..13a78b9e2abf --- /dev/null +++ b/extras/source/shellnew/soffice.html @@ -0,0 +1,12 @@ +<HTML> +<HEAD> + <TITLE></TITLE> + <META NAME="GENERATOR" CONTENT="StarOffice/5.0 (WinNT/Win95)"> + <META NAME="AUTHOR" CONTENT=" "> + <META NAME="CREATED" CONTENT="19980724;14450130"> + <META NAME="CHANGED" CONTENT="16010101;0"> +</HEAD> +<FRAMESET COLS="100%" FRAMEBORDER=YES> + <FRAME> +</FRAMESET> +</HTML> diff --git a/extras/source/symbols/delzip b/extras/source/symbols/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/symbols/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/symbols/makefile.mk b/extras/source/symbols/makefile.mk new file mode 100644 index 000000000000..cb036ff7e4da --- /dev/null +++ b/extras/source/symbols/makefile.mk @@ -0,0 +1,86 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:14 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/.. + + + +PRJNAME=extras +TARGET=symbols + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(SYMBOLS_ALL_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + + + + + diff --git a/extras/source/templates/lang/delzip b/extras/source/templates/lang/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/templates/lang/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/templates/lang/makefile.mk b/extras/source/templates/lang/makefile.mk new file mode 100644 index 000000000000..df038633432d --- /dev/null +++ b/extras/source/templates/lang/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:15 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/.. + + + +PRJNAME=extras +TARGET=templatesgeneral + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(TEMPLATE_ROOT_TARGET) + +ZIP1LIST = $(LANGDIR)$/* + + + +.INCLUDE : target.mk + + + diff --git a/extras/source/templates/layout/lang/delzip b/extras/source/templates/layout/lang/delzip new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/extras/source/templates/layout/lang/delzip diff --git a/extras/source/templates/layout/lang/makefile.mk b/extras/source/templates/layout/lang/makefile.mk new file mode 100644 index 000000000000..74d8713e895b --- /dev/null +++ b/extras/source/templates/layout/lang/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:15 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=templateslayout + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(TEMPLATE_LAYOUT_IMPRESS_TARGET) + +ZIP1LIST = $(LANGDIR)$/* + + + +.INCLUDE : target.mk + + + diff --git a/extras/source/templates/presnt/lang/delzip b/extras/source/templates/presnt/lang/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/templates/presnt/lang/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/templates/presnt/lang/makefile.mk b/extras/source/templates/presnt/lang/makefile.mk new file mode 100644 index 000000000000..5f234ff44bfd --- /dev/null +++ b/extras/source/templates/presnt/lang/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:16 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=templatespresnt + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(TEMPLATE_PRESNT_IMPRESS_TARGET) + +ZIP1LIST = $(LANGDIR)$/* + + + +.INCLUDE : target.mk + + + diff --git a/extras/source/templates/wizard/agenda/lang/delzip b/extras/source/templates/wizard/agenda/lang/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/templates/wizard/agenda/lang/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/templates/wizard/agenda/lang/makefile.mk b/extras/source/templates/wizard/agenda/lang/makefile.mk new file mode 100644 index 000000000000..f494880d1721 --- /dev/null +++ b/extras/source/templates/wizard/agenda/lang/makefile.mk @@ -0,0 +1,82 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:17 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=templateswizardagenda + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(TEMPLATE_WIZARD_AGENDA_TARGET) + +ZIP1LIST = $(LANGDIR)$/* + + + +.INCLUDE : target.mk + diff --git a/extras/source/templates/wizard/bitmap/cancel_down.bmp b/extras/source/templates/wizard/bitmap/cancel_down.bmp Binary files differnew file mode 100644 index 000000000000..6356e823a6e4 --- /dev/null +++ b/extras/source/templates/wizard/bitmap/cancel_down.bmp diff --git a/extras/source/templates/wizard/bitmap/cancel_up.bmp b/extras/source/templates/wizard/bitmap/cancel_up.bmp Binary files differnew file mode 100644 index 000000000000..ca3d08bd918b --- /dev/null +++ b/extras/source/templates/wizard/bitmap/cancel_up.bmp diff --git a/extras/source/templates/wizard/bitmap/delzip b/extras/source/templates/wizard/bitmap/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/templates/wizard/bitmap/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/templates/wizard/bitmap/end.bmp b/extras/source/templates/wizard/bitmap/end.bmp Binary files differnew file mode 100644 index 000000000000..876992aaf0da --- /dev/null +++ b/extras/source/templates/wizard/bitmap/end.bmp diff --git a/extras/source/templates/wizard/bitmap/makefile.mk b/extras/source/templates/wizard/bitmap/makefile.mk new file mode 100644 index 000000000000..afd63a57d1b0 --- /dev/null +++ b/extras/source/templates/wizard/bitmap/makefile.mk @@ -0,0 +1,82 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:19 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=templateswizardbitmap + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(TEMPLATE_WIZARD_BITMAP_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + diff --git a/extras/source/templates/wizard/bitmap/okay_down.bmp b/extras/source/templates/wizard/bitmap/okay_down.bmp Binary files differnew file mode 100644 index 000000000000..bbff5f5f2c4c --- /dev/null +++ b/extras/source/templates/wizard/bitmap/okay_down.bmp diff --git a/extras/source/templates/wizard/bitmap/okay_up.bmp b/extras/source/templates/wizard/bitmap/okay_up.bmp Binary files differnew file mode 100644 index 000000000000..76baac6aea92 --- /dev/null +++ b/extras/source/templates/wizard/bitmap/okay_up.bmp diff --git a/extras/source/templates/wizard/desktop/delzip b/extras/source/templates/wizard/desktop/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/templates/wizard/desktop/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/templates/wizard/desktop/lang/delzip b/extras/source/templates/wizard/desktop/lang/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/templates/wizard/desktop/lang/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/templates/wizard/desktop/lang/makefile.mk b/extras/source/templates/wizard/desktop/lang/makefile.mk new file mode 100644 index 000000000000..8ea69e6d7ad4 --- /dev/null +++ b/extras/source/templates/wizard/desktop/lang/makefile.mk @@ -0,0 +1,82 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:20 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=templateswizarddesktop + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(TEMPLATE_WIZARD_DESKTOP_TARGET) + +ZIP1LIST = $(LANGDIR)$/* -x $(LANGDIR)$/bugreport.sdw $(LANGDIR)$/logSpell.vor + + + +.INCLUDE : target.mk + diff --git a/extras/source/templates/wizard/desktop/makefile.mk b/extras/source/templates/wizard/desktop/makefile.mk new file mode 100644 index 000000000000..61b23ed2e386 --- /dev/null +++ b/extras/source/templates/wizard/desktop/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:20 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=templateswizarddesktopgeneral + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(TEMPLATE_WIZARD_DESKTOP_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + + + diff --git a/extras/source/templates/wizard/fax/lang/delzip b/extras/source/templates/wizard/fax/lang/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/templates/wizard/fax/lang/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/templates/wizard/fax/lang/makefile.mk b/extras/source/templates/wizard/fax/lang/makefile.mk new file mode 100644 index 000000000000..7e2be43760f4 --- /dev/null +++ b/extras/source/templates/wizard/fax/lang/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:18 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=templateswizardfax + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(TEMPLATE_WIZARD_FAX_TARGET) + +ZIP1LIST = $(LANGDIR)$/* + + + +.INCLUDE : target.mk + + + diff --git a/extras/source/templates/wizard/letter/lang/delzip b/extras/source/templates/wizard/letter/lang/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/templates/wizard/letter/lang/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/templates/wizard/letter/lang/makefile.mk b/extras/source/templates/wizard/letter/lang/makefile.mk new file mode 100644 index 000000000000..b0c813f895ba --- /dev/null +++ b/extras/source/templates/wizard/letter/lang/makefile.mk @@ -0,0 +1,82 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.5 $ +# +# last change: $Author: willem.vandorp $ $Date: 2000/09/15 14:36:48 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=templateswizardletter + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(TEMPLATE_WIZARD_LETTER_TARGET) + +ZIP1LIST = $(LANGDIR)$/* + + + +.INCLUDE : target.mk + diff --git a/extras/source/templates/wizard/report/lang/makefile.mk b/extras/source/templates/wizard/report/lang/makefile.mk new file mode 100644 index 000000000000..69239e5d2ecc --- /dev/null +++ b/extras/source/templates/wizard/report/lang/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:25 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=templateswizardreport + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(TEMPLATE_WIZARD_REPORT_TARGET) + +ZIP1LIST = $(LANGDIR)$/* + + + +.INCLUDE : target.mk + + + diff --git a/extras/source/templates/wizard/styles/lang/delzip b/extras/source/templates/wizard/styles/lang/delzip new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/extras/source/templates/wizard/styles/lang/delzip diff --git a/extras/source/templates/wizard/styles/lang/makefile.mk b/extras/source/templates/wizard/styles/lang/makefile.mk new file mode 100644 index 000000000000..9d5b1d8f794e --- /dev/null +++ b/extras/source/templates/wizard/styles/lang/makefile.mk @@ -0,0 +1,80 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:27 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=templateswizardstyles + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + +ZIP1TARGET = $(TEMPLATE_WIZARD_STYLES_TARGET) + +ZIP1LIST = $(LANGDIR)$/* + + +.INCLUDE : target.mk + diff --git a/extras/source/templates/wizard/web/lang/delzip b/extras/source/templates/wizard/web/lang/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/templates/wizard/web/lang/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/templates/wizard/web/lang/makefile.mk b/extras/source/templates/wizard/web/lang/makefile.mk new file mode 100644 index 000000000000..3d3ddc784ad8 --- /dev/null +++ b/extras/source/templates/wizard/web/lang/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:29 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=templateswizardweb + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(TEMPLATE_WIZARD_HOMEPAGE_TARGET) + +ZIP1LIST = $(LANGDIR)$/* + + + +.INCLUDE : target.mk + + + diff --git a/extras/source/wordbook/delzip b/extras/source/wordbook/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/wordbook/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/wordbook/lang/delzip b/extras/source/wordbook/lang/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/source/wordbook/lang/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/source/wordbook/lang/makefile.mk b/extras/source/wordbook/lang/makefile.mk new file mode 100644 index 000000000000..136e0906e76a --- /dev/null +++ b/extras/source/wordbook/lang/makefile.mk @@ -0,0 +1,82 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:33 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/.. + + + +PRJNAME=extras +TARGET=wordbook + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(WORDBOOK_ALL_TARGET) + +ZIP1LIST = $(LANGDIR)$/* + + + +.INCLUDE : target.mk + diff --git a/extras/source/wordbook/makefile.mk b/extras/source/wordbook/makefile.mk new file mode 100644 index 000000000000..8b4729176944 --- /dev/null +++ b/extras/source/wordbook/makefile.mk @@ -0,0 +1,92 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:33 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/.. + + + +PRJNAME=extras +TARGET=wordbookall + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(WORDBOOK_ALL_TARGET) + +ZIP1LIST = sun.dic + + +ZIP2TARGET = $(WORDBOOK_USER_TARGET) + +ZIP2LIST = standard.dic + + + + +.INCLUDE : target.mk + + + + + diff --git a/extras/source/wordbook/standard.dic b/extras/source/wordbook/standard.dic Binary files differnew file mode 100644 index 000000000000..7eadfdb77c7c --- /dev/null +++ b/extras/source/wordbook/standard.dic diff --git a/extras/unx/source/bitmaps/delzip b/extras/unx/source/bitmaps/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/unx/source/bitmaps/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/unx/source/bitmaps/makefile.mk b/extras/unx/source/bitmaps/makefile.mk new file mode 100644 index 000000000000..ca3176a6ef90 --- /dev/null +++ b/extras/unx/source/bitmaps/makefile.mk @@ -0,0 +1,82 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:34 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/.. + + + +PRJNAME=extras +TARGET=unxbitmaps + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(CONFIG_SERVER_BITMAP_UNX_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + diff --git a/extras/unx/source/bitmaps/psetup.xpm b/extras/unx/source/bitmaps/psetup.xpm new file mode 100644 index 000000000000..ba867193674f --- /dev/null +++ b/extras/unx/source/bitmaps/psetup.xpm @@ -0,0 +1,31 @@ +/* XPM */
+static char * L3PSetup_t_pm[] = {
+/* width height ncolors cpp [x_hot y_hot] */
+"16 16 9 1 0 0",
+/* colors */
+" s none m none c none",
+". c #861782078617",
+"X s iconColor1 m black c black",
+"o c #000000008617",
+"O s iconColor2 m white c white",
+"+ c #C71BC30BC71B",
+"@ s iconColor6 m white c yellow",
+"# c #00000000FFFF",
+"$ c #861700000000",
+/* pixels */
+" ",
+" .. XXXXX o",
+" ..OO+XO.OO@Xo",
+" ..OOOOX@.@.OOOo",
+"XXOOOOXOXO.O.@Oo",
+" XOOX@XOX@.OXXo",
+" XOOXOO+XXX o",
+" XX+XOO..+++O+. ",
+"X.++X..+++##++O.",
+"X...++++$$++OOO.",
+"X.....++++OO++O.",
+"X.......OO++++..",
+"XX......+++++.X.",
+" XX....+++.XX ",
+" XX..+.XX ",
+" XXXX "};
diff --git a/extras/unx/source/bitmaps/psetupl.xpm b/extras/unx/source/bitmaps/psetupl.xpm new file mode 100644 index 000000000000..524aa73745bb --- /dev/null +++ b/extras/unx/source/bitmaps/psetupl.xpm @@ -0,0 +1,49 @@ +/* XPM */
+static char * L3PSetup_m_pm[] = {
+/* width height ncolors cpp [x_hot y_hot] */
+"32 32 11 1 0 0",
+/* colors */
+" s none m none c none",
+". s iconColor1 m black c black",
+"X c #000000008617",
+"o c #861782078617",
+"O s iconColor2 m white c white",
+"+ c #C71BC30BC71B",
+"@ s iconColor6 m white c yellow",
+"# c #00000000FFFF",
+"$ c #861782070000",
+"% c #000082078617",
+"& c #861700000000",
+/* pixels */
+" ",
+" ........ XXXX",
+" .o..oo.OOOOOOO+..X+OX",
+" .+ooOO.@OO@OOOO@OOXOOX",
+" .+oo+O.OO.OOOOOOOOOXXXX",
+" .+oo+O.O@.OOO@OOOO@OXXXX",
+" .+oo+O.@O.O@O.OO@OOOOXXXX",
+" .+oo+O.OO.+.O.OOOOOOOOXXXX",
+" .+oo+O.O@.+O+.O@O.OOO..X.X.",
+" .+oo+O+...+O++o.O.OO@. .X. ",
+" .+oo+O+O+O+O++++o.@O..o ... ",
+" .ooo+O+O+O+O++++ooo.. ",
+" .ooo+O+O+O+O++++o..+Oo ",
+" .oo+O+O+O+O++++o....OO. ",
+" ..+O+O+O+O++++o......OO. ",
+" .o+OO+O+O++#+o....$o..OO. ",
+" .oo+OO+O++%+o....$$$...Oo. ",
+" .ooo+OO++&+o...$$$+$+...o. ",
+" .oooo+O+++o...$$$+$+++..o. ",
+" .oooooOO+o.o.$$++$+OoOO..o ",
+" .ooooo+Oo..O.$++$OOoOO$O.o ",
+"o.ooooooO.o.OO.+$OOoOOoOOO. ",
+"oo.ooooo.O.O.OO.OOoOO$OOoOO. ",
+" oo.oooo+O.OO.OO.OOOoOOoOO.o ",
+" oo.ooo+O.oOo.Oo.O$OO$OO.o ",
+" oo.oo+O.o+o.+o.OOOoOO.o ",
+" oo.o+O.o+o.+o.OOoOO.o ",
+" oo.+..o+o.+o..OOO.o ",
+" oo.oo.+..+o.o.O.o ",
+" ooooo.o.o.ooo.o ",
+" oooo.o oo ",
+" oo "};
diff --git a/extras/unx/source/kde/applnk/.directory b/extras/unx/source/kde/applnk/.directory new file mode 100644 index 000000000000..1754c02659e5 --- /dev/null +++ b/extras/unx/source/kde/applnk/.directory @@ -0,0 +1,5 @@ +# KDE Config File +[KDE Desktop Entry] +Name=StarOffice 5.2 +Icon=so52.xpm +MiniIcon=so52.xpm diff --git a/extras/unx/source/kde/applnk/delzip b/extras/unx/source/kde/applnk/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/unx/source/kde/applnk/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/unx/source/kde/applnk/makefile.mk b/extras/unx/source/kde/applnk/makefile.mk new file mode 100644 index 000000000000..3097379b0a64 --- /dev/null +++ b/extras/unx/source/kde/applnk/makefile.mk @@ -0,0 +1,82 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:38 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=unxkdeapplnk + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(KDE_APPLNK_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + diff --git a/extras/unx/source/kde/icons/delzip b/extras/unx/source/kde/icons/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/unx/source/kde/icons/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/unx/source/kde/icons/makefile.mk b/extras/unx/source/kde/icons/makefile.mk new file mode 100644 index 000000000000..7d0d5de859ae --- /dev/null +++ b/extras/unx/source/kde/icons/makefile.mk @@ -0,0 +1,82 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:38 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=unxkdeicons + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(KDE_ICONS_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + diff --git a/extras/unx/source/kde/icons/mini/delzip b/extras/unx/source/kde/icons/mini/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/unx/source/kde/icons/mini/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/unx/source/kde/icons/mini/makefile.mk b/extras/unx/source/kde/icons/mini/makefile.mk new file mode 100644 index 000000000000..94bd61180058 --- /dev/null +++ b/extras/unx/source/kde/icons/mini/makefile.mk @@ -0,0 +1,82 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:38 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=unxkdeiconsmini + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(KDE_ICONS_MINI_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + diff --git a/extras/unx/source/kde/mimelnk/application/delzip b/extras/unx/source/kde/mimelnk/application/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/unx/source/kde/mimelnk/application/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/unx/source/kde/mimelnk/application/makefile.mk b/extras/unx/source/kde/mimelnk/application/makefile.mk new file mode 100644 index 000000000000..c5a36ddfac50 --- /dev/null +++ b/extras/unx/source/kde/mimelnk/application/makefile.mk @@ -0,0 +1,82 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:39 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=unxkdemimelnkapplication + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(KDE_MIMELNK_APPL_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + diff --git a/extras/unx/source/kde/mimelnk/text/delzip b/extras/unx/source/kde/mimelnk/text/delzip new file mode 100644 index 000000000000..636fda90bfcb --- /dev/null +++ b/extras/unx/source/kde/mimelnk/text/delzip @@ -0,0 +1 @@ +ECHO is OFF diff --git a/extras/unx/source/kde/mimelnk/text/makefile.mk b/extras/unx/source/kde/mimelnk/text/makefile.mk new file mode 100644 index 000000000000..777f2c6c878c --- /dev/null +++ b/extras/unx/source/kde/mimelnk/text/makefile.mk @@ -0,0 +1,84 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:39 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=unxkdemimelnktext + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + + +ZIP1TARGET = $(KDE_MIMELNK_TEXT_TARGET) + +ZIP1LIST = * -x makefile.* + + + +.INCLUDE : target.mk + + + diff --git a/extras/util/target.pmk b/extras/util/target.pmk new file mode 100644 index 000000000000..ad5358613638 --- /dev/null +++ b/extras/util/target.pmk @@ -0,0 +1,226 @@ +#************************************************************************* +# +# $RCSfile: target.pmk,v $ +# +# $Revision: 1.1.1.1 $ +# +# last change: $Author: hr $ $Date: 2000-09-19 09:03:39 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +# +#************************************************************************* +AUTOTEXT_SHARE_TARGET = autotextshare +AUTOTEXT_USER_TARGET = autotextuser +AUTOCORR_TARGET = autocorr + +DATABASE_USER_TARGET = database +DATABASE_USER_BIBLIO_TARGET = databasebiblio +DATABASE_USER_ADDRESS_TARGET = databaseaddress +DATABASE_SHARED_TARGET = databaseshared + +URL_HELP_TARGET = urlhelp +URL_NEWMENU_STANDARD_TARGET = urlnew +URL_NEWMENU_CALC_TARGET = urlnewcalc +URL_NEWMENU_IMPRESS_TARGET = urlnewimpress +URL_NEWMENU_DRAW_TARGET = urlnewdraw +URL_NEWMENU_CHART_TARGET = urlnewchart +URL_NEWMENU_IMAGE_TARGET = urlnewimage +URL_NEWMENU_MATH_TARGET = urlnewmath +URL_SAMPLES_TEXTS_TARGET = urlsamplestexts +URL_SAMPLES_SPREADSHEETS_TARGET = urlsamplesspreadsheets +URL_SAMPLES_PRESENTATIONS_TARGET = urlsamplespresentations +URL_SAMPLES_DRAWINGS_TARGET = urlsamplesdrawings +URL_SAMPLES_FORMULAS_TARGET = urlsamplesformulas +URL_SAMPLES_DATABASES_TARGET = urlsamplesdatabases +URL_WIZARD_TARGET = urlwizard + +GALLERY_ROOT_TARGET = gallroot +GALLERY_SYSTEM_TARGET = gallsystem +GALLERY_OPTIONAL_TARGET = galloptional +GALLERY_SOUND_TARGET = gallsound +GALLERY_CLIPART_TARGET = gallclipart +GALLERY_BULLETS_TARGET = gallbullets +GALLERY_FLAGS_TARGET = gallflags +GALLERY_HTMLEXPO_TARGET = gallhtmlexpo +GALLERY_MAPS_TARGET = gallmaps +GALLERY_PHOTO_TARGET = gallphoto +GALLERY_RULERS_TARGET = gallrulers +GALLERY_SOUNDS_TARGET = gallsounds +GALLERY_CLIPARTS_TARGET = gallcliparts +GALLERY_SURFACE_TARGET = gallsurface +GALLERY_SYMBOLS_TARGET = gallsymbols +GALLERY_WWWANIM_TARGET = gallwwwanim +GALLERY_WWWBACK_TARGET = gallwwwback +GALLERY_WWWGRAF_TARGET = gallwwwgraf + +INSO_DUTCH_TARGET = inso31 +INSO_ENGLISH_UK_TARGET = inso44 +INSO_ENGLISH_US_TARGET = inso01 +INSO_FRENCH_TARGET = inso33 +INSO_GERMAN_TARGET = inso49 +INSO_ITALIAN_TARGET = inso39 +INSO_PORTUGUESE_TARGET = inso03 +INSO_SPANISH_TARGET = inso34 +INSO_SWEDISH_TARGET = inso46 + +CONFIG_SERVER_TARGET = cfgsrv +CONFIG_SERVER_NOLANG_TARGET = cfgsrvnolang +CONFIG_SERVER_BITMAP_TARGET = cfgsrvbitmap +CONFIG_SERVER_BITMAP_UNX_TARGET = cfgsrvbitmapunx +CONFIG_SERVER_DOCLANG_TARGET = cfgsrvdoclang +CONFIG_USER_TARGET = cfgusr + +PALETTES_TARGET = palettes + +SAMPLES_DRAWINGS_TARGET = samdraw +SAMPLES_FORMULAS_TARGET = samform +SAMPLES_PRESENTATIONS_TARGET = sampres +SAMPLES_SPREADSHEETS_TARGET = samspread +SAMPLES_TEXTS_TARGET = samtext +SAMPLES_CHAPTERS_TARGET = samchapters +SAMPLES_HOMEPAGE_TARGET = samhomepage + + +SYMBOLS_ALL_TARGET = symbols + +TEMPLATE_ROOT_TARGET = tplroot +TEMPLATE_EDUCATE_WRITER_TARGET = tpleduwrit +TEMPLATE_EDUCATE_IMPRESS_TARGET = tpleduimpr +TEMPLATE_EDUCATE_CALC_TARGET = tpleducalc +TEMPLATE_FINANCE_CALC_TARGET = tplfinancecalc +TEMPLATE_FORMS_WRITER_TARGET = tplformswrit +TEMPLATE_LAYOUT_IMPRESS_TARGET = tpllayoutimpr +TEMPLATE_MISC_WRITER_TARGET = tplmiscwrit +TEMPLATE_MISC_CALC_TARGET = tplmisccalc +TEMPLATE_MISC_DRAW_TARGET = tplmiscdraw +TEMPLATE_OFFICORR_WRITER_TARGET = tplofficorrwrit +TEMPLATE_OFFIMISC_WRITER_TARGET = tploffimiscwrit +TEMPLATE_PERSONAL_WRITER_TARGET = tplpersonalwrit +TEMPLATE_PRESNT_IMPRESS_TARGET = tplpresntimpr + +TEMPLATE_WIZARD_AGENDA_TARGET = tplwizagenda +TEMPLATE_WIZARD_BITMAP_TARGET = tplwizbitmap +TEMPLATE_WIZARD_DESKTOP_TARGET = tplwizdesktop +TEMPLATE_WIZARD_FAX_TARGET = tplwizfax +TEMPLATE_WIZARD_FORM_TARGET = tplwizform +TEMPLATE_WIZARD_HOMEPAGE_TARGET = tplwizhomepage +TEMPLATE_WIZARD_LETTER_TARGET = tplwizletter +TEMPLATE_WIZARD_MEMO_TARGET = tplwizmemo +TEMPLATE_WIZARD_REPORT_TARGET = tplwizreport +TEMPLATE_WIZARD_STYLES_TARGET = tplwizstyles + +WORDBOOK_ALL_TARGET = wordbook +WORDBOOK_USER_TARGET = wordbookuser + +FONTS_WIN_ARIOSO_BOLD = fontwinariosobold +FONTS_WIN_ARIOSO_NORMAL = fontwinariosonormal +FONTS_WIN_CHEVARA_NORMAL = fontwinchevaranormal +FONTS_WIN_CHEVARAOUTLINE_NORMAL = fontwinchevaraoutlinenormal +FONTS_WIN_CONGA_BOLD = fontwincongabold +FONTS_WIN_CONGA_NORMAL = fontwinconganormal +FONTS_WIN_HELMET_BOLD = fontwinhelmetbold +FONTS_WIN_HELMET_NORMAL = fontwinhelmetnormal +FONTS_WIN_HELMET_ITALIC = fontwinhelmetitalic +FONTS_WIN_HELMET_BOLDITALIC = fontwinhelmetbolditalic +FONTS_WIN_HELMETCON_BOLD = fontwinhelmetconbold +FONTS_WIN_HELMETCON_NORMAL = fontwinhelmetconnormal +FONTS_WIN_HELMETCON_ITALIC = fontwinhelmetconitalic +FONTS_WIN_HELMETCON_BOLDITALIC = fontwinhelmetconbolditalic +FONTS_WIN_TIMMONS_BOLD = fontwintimmonsbold +FONTS_WIN_TIMMONS_NORMAL = fontwintimmonsnormal +FONTS_WIN_TIMMONS_ITALIC = fontwintimmonsitalic +FONTS_WIN_TIMMONS_BOLDITALIC = fontwintimmonsbolditalic +FONTS_WIN_STARBATS_NORMAL = fontwinstarbatsnormal +FONTS_WIN_STARMATH_NORMAL = fontwinstarmathnormal + +FONTS_OS2_ARIOSO_BOLD = fontos2ariosobold +FONTS_OS2_ARIOSO_NORMAL = fontos2ariosonormal +FONTS_OS2_CHEVARA_NORMAL = fontos2chevaranormal +FONTS_OS2_CHEVARAOUTLINE_NORMAL = fontos2chevaraoutlinenormal +FONTS_OS2_CONGA_BOLD = fontos2congabold +FONTS_OS2_CONGA_NORMAL = fontos2conganormal +FONTS_OS2_HELMET_BOLD = fontos2helmetbold +FONTS_OS2_HELMET_NORMAL = fontos2helmetnormal +FONTS_OS2_HELMET_ITALIC = fontos2helmetitalic +FONTS_OS2_HELMET_BOLDITALIC = fontos2helmetbolditalic +FONTS_OS2_HELMETCON_BOLD = fontos2helmetconbold +FONTS_OS2_HELMETCON_NORMAL = fontos2helmetconnormal +FONTS_OS2_HELMETCON_ITALIC = fontos2helmetconitalic +FONTS_OS2_HELMETCON_BOLDITALIC = fontos2helmetconbolditalic +FONTS_OS2_TIMMONS_BOLD = fontos2timmonsbold +FONTS_OS2_TIMMONS_NORMAL = fontos2timmonsnormal +FONTS_OS2_TIMMONS_ITALIC = fontos2timmonsitalic +FONTS_OS2_TIMMONS_BOLDITALIC = fontos2timmonsbolditalic +FONTS_OS2_STARBATS_NORMAL = fontos2starbatsnormal +FONTS_OS2_STARMATH_NORMAL = fontos2starmathnormal + +FONTS_75DPI_TARGET = fontunx75dpi +FONTS_BDF_TARGET = fontunxbdf +FONTS_TYPE1_TARGET = fontunxtype1 +FONTS_XP3_TARGET = fontunxxp3 +FONTS_UNX_XP3_TARGET = fontunxxp +FONTS_LNX_XP3_TARGET = fontlnxxp +FONTS_AFM_TARGET = fontunxafm +FONTS_TFM_TARGET = fontunxtfm +FONTS_PPDS_TARGET = fontunxppds +FONTS_PSSOFTFONTS_TARGET = fontunxpssoft + +CDE_ALL_TARGET = cde +CDE_ROOT_TARGET = cderoot + +KDE_APPLNK_TARGET = kdeapplnk +KDE_ICONS_TARGET = kdeicons +KDE_ICONS_MINI_TARGET = kdemini +KDE_MIMELNK_APPL_TARGET = kdemimeappl +KDE_MIMELNK_TEXT_TARGET = kdemimetext + |