aboutsummaryrefslogtreecommitdiff
path: root/editors/staroffice70
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-10-12 22:36:51 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-10-12 22:36:51 +0000
commit1bda5ca264914cf6e4eccd9f7bfd951f556e35e1 (patch)
tree92b36c40bd34537dd1f0386d7e312a25694894b6 /editors/staroffice70
parent6cfd89c53adfe1682f968ada86ecab39585a448c (diff)
downloadports-1bda5ca264914cf6e4eccd9f7bfd951f556e35e1.tar.gz
ports-1bda5ca264914cf6e4eccd9f7bfd951f556e35e1.zip
Upgrade to StarOffice 6.0 (repo-copied from staroffice52).
PR: 31161 Submitted by: Martin Blapp <mb@imp.ch>
Notes
Notes: svn path=/head/; revision=48726
Diffstat (limited to 'editors/staroffice70')
-rw-r--r--editors/staroffice70/Makefile328
-rw-r--r--editors/staroffice70/distinfo5
-rw-r--r--editors/staroffice70/files/Setup.xml6
-rw-r--r--editors/staroffice70/files/UserProfile.xml7
-rw-r--r--editors/staroffice70/files/instdb.ins.patch1463
-rw-r--r--editors/staroffice70/files/javarc17
-rw-r--r--editors/staroffice70/files/setup.patch14
-rw-r--r--editors/staroffice70/files/soffice.patch14
-rw-r--r--editors/staroffice70/files/sregistryrc3
-rw-r--r--editors/staroffice70/pkg-descr2
-rw-r--r--editors/staroffice70/pkg-message37
-rw-r--r--editors/staroffice70/pkg-plist7113
12 files changed, 5867 insertions, 3142 deletions
diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile
index 1a04a1cb4411..51ae57e2e99e 100644
--- a/editors/staroffice70/Makefile
+++ b/editors/staroffice70/Makefile
@@ -1,48 +1,34 @@
-# New ports collection makefile for: StarOffice 5.2
-# Date created: 22 August 2000
+# New ports collection makefile for: StarOffice 6.0
+# Date created: 03 October 2001
# Whom: Martin Blapp
#
# $FreeBSD$
#
PORTNAME= staroffice
-PORTVERSION= 5.2
+PORTVERSION= 6.0
CATEGORIES= editors linux
-MASTER_SITES= ftp://ftp.csua.berkeley.edu/pub/.1/ports/distfiles/staroffice52/ \
- ftp://sunsite.cnlab-switch.ch/mirror/staroffice/english/ \
- ftp://ftp.snerpa.is/pub/linux/staroffice/ \
- ftp://ftp.linux.tucows.com/pub/Linuxberg/ \
- ftp://ftp.linux.hr/pub/staroffice/5.2/ \
- ftp://ftp.sunsite.auc.dk/disk2/sun-patches/ \
- ftp://sunsite.uio.no/pub/sun/sun-patches/ \
- ftp://ftp.hu-berlin.de/pub/mirrors/sunsolve.sun.com/pub/patches/ \
- ftp://ftp.sunet.se/pub7/security/vendor/sun/patches/
-DISTNAME= so-5_2-ga-bin-linux-en.bin
-.if defined(WITH_CDROM)
-DISTFILES= 109939-02.tar.Z
-.else
-DISTFILES= so-5_2-ga-bin-linux-en.bin 109939-02.tar.Z
-.if defined(WITH_ADABAS)
-DISTFILES+= soa-5_2-ga-bin-linux-en.bin
-.endif
-.endif
-EXTRACT_ONLY= 109939-02.tar.Z
+MASTER_SITES=
+DISTNAME= so-6_0-beta-bin-linux-en.bin
+EXTRACT_SUFX=
+EXTRACT_ONLY=
MAINTAINER= mb@imp.ch
FETCH_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
+BUILD_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
NO_BUILD= yes
-DIST_SUBDIR= staroffice52
-WRKSRC= ${WRKDIR}/office52
+SOVERSION= ${PORTNAME}${PORTVERSION}
+KDEHOME= .kde
+WRKSRC= ${WRKDIR}/${SOVERSION}
TMPDIR= ${WRKDIR}/tmp
LD_PATH= ${TMPDIR}:${WRKSRC}:${LINUXBASE}/lib:${LINUXBASE}/usr/lib
-INSTDB.INS= ${PREFIX}/office52/program/instdb.ins
-SUNSOLVE= ${WRKDIR}/109939-02
-ADABAS_DIST= soa-5_2-ga-bin-linux-en.bin
+INSTDB.INS= ${PREFIX}/${SOVERSION}/program/instdb.ins
+
SIZE!= /bin/df -k . | /usr/bin/tail -n 1 | /usr/bin/awk '{print $$4}'
LINPROCFS!= /sbin/mount | /usr/bin/grep linprocfs | /usr/bin/awk '{print $1}'
@@ -76,28 +62,15 @@ pre-fetch:
@${ECHO}
@${FALSE}
.endif
-.if ${SIZE} < 250000
+.if ${SIZE} < 400000
@${ECHO}
@${ECHO} There is too few free disk space in your port
@${ECHO} directory. To unpack Staroffice needs
- @${ECHO} at least 250MB free diskspace.
- @${FALSE}
-.endif
-.if !defined(WITH_ADABAS)
- @ ${ECHO}
- @ ${ECHO} If you like to install staroffice with ADABAS database support,
- @ ${ECHO} cancel this installation now and start make again with
- @ ${ECHO} WITH_ADABAS=YES.
- @ ${ECHO}
-.endif
-.if defined(WITH_CDROM)
-.if !exists(${CD_MOUNTPT}/linux/office52/setup)
- @${ECHO}
- @${ECHO} Please mount the Sun StarOffice 5.2 CDROM
- @${ECHO} onto ${CD_MOUNTPT} and run make again.
- @${ECHO}
+ @${ECHO} at least 400MB free diskspace.
@${FALSE}
.endif
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${DISTDIR} and run make again.'"
.endif
do-extract:
@@ -110,27 +83,11 @@ do-extract:
.else
@${MKDIR} ${WRKSRC}
@${MKDIR} ${TMPDIR}
-.if defined(WITH_CDROM)
-.if !exists(${CD_MOUNTPT}/linux/office52/setup)
-.if defined(WITH_ADABAS)
- @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/adabas/adabas .
- @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/adabas/f_0000 .
- @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/adabas/f_0001 .
-.endif
- @${MKDIR} ${WRKSRC}
- @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/office52/* .
-.endif
-.else
@${CP} ${_DISTDIR}/${DISTNAME} ${WRKSRC}
@${CHMOD} 755 ${WRKSRC}/${DISTNAME}
-.if defined(WITH_ADABAS)
- @${CP} ${_DISTDIR}/${ADABAS_DIST} ${WRKSRC}
- @${CHMOD} 755 ${WRKSRC}/${ADABAS_DIST}
-.endif
@cd ${WRKSRC}
@SAL_IGNOREXERRORS=1 ${WRKSRC}/${DISTNAME} -extract ${WRKSRC}
@${RM} ${WRKSRC}/${DISTNAME}
-.endif
@cd ../../
@for file in ${EXTRACT_ONLY}; do \
if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
@@ -142,7 +99,7 @@ do-extract:
.endif
post-configure:
- @${PERL} -pi.orig -e 's|DefaultDestPath = "office52";|DefaultDestPath = "${PREFIX}/office52";|' ${WRKSRC}/setup.ins
+ @${PERL} -pi.orig -e 's|DefaultDestPath = "staroffice%PRODUCTVERSION";|DefaultDestPath = "${PREFIX}/staroffice%PRODUCTVERSION";|' ${WRKSRC}/setup.ins
do-install:
.if !defined(DISPLAY) || ${DISPLAY} == ""
@@ -153,39 +110,254 @@ do-install:
@ ${FALSE}
.else
.if exists(${LINUXBASE}/${PREFIX})
- @ ${LN} -fs ${LINUXBASE}/${PREFIX}/office52 ${PREFIX}/office52
+ @${LN} -fs ${LINUXBASE}/${PREFIX}/${SOVERSION} ${PREFIX}/${SOVERSION}
.endif
@${CAT} ${PKGMESSAGE}
- @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} ${LINUXBASE}/bin/sh -c '${WRKSRC}/setup /net'
- @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} ${LINUXBASE}/bin/sh -c '${WRKSRC}/setup -net'
+ @if [ -f ${PREFIX}/${SOVERSION}/program/setup ]; then \
${ECHO} ; \
- ${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
+ ${ECHO} Ignore the error-message. StarOffice6.0 has been installed ; \
${ECHO} successfully on your system. ; \
${ECHO} ; \
else \
${ECHO} ; \
- ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
+ ${ECHO} An error occured during StarOffice6.0 install. Please send a mail with debug-output and ; \
${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
${ECHO} ; \
${FALSE} ; \
fi
-.if ! defined(WITH_CDROM)
- @${ECHO_MSG} "===> Applying sunsolve patches for ${PKGNAME}"
- @for file in ${SUNSOLVE}/* ; do \
- ${CP} -Rv $$file ${PREFIX}/office52/ ; \
- done
-.endif
.endif
post-install:
- @${PATCH} -s ${PREFIX}/office52/program/setup ${FILESDIR}/setup.patch
- @${PATCH} -s ${PREFIX}/office52/program/soffice ${FILESDIR}/soffice.patch
@${CP} ${INSTDB.INS} ${INSTDB.INS}.orig
- @${SED} -e 's%DefaultDestPath = "${PREFIX}/office52%DefaultDestPath = "office52%' \
+ @${SED} -e 's%DefaultDestPath = "${PREFIX}/staroffice%DefaultDestPath = "staroffice%' \
< ${INSTDB.INS}.orig > ${INSTDB.INS}
+ @${CP} ${PREFIX}/${SOVERSION}/program/soffice ${PREFIX}/${SOVERSION}/program/spadmin
+ @${CHMOD} 755 ${PREFIX}/${SOVERSION}/program/spadmin
install-user:
- @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" ${LINUXBASE}/bin/sh -c \
- ${PREFIX}/office52/program/setup
-
+.if !exists(/home/mb/staroffice6.0/setup)
+.if exists(${HOME}/.sversionrc)
+ @${ECHO} "StarOffice 6.0=${HOME}/${SOVERSION}" >> "${HOME}/.sversionrc"
+.else
+ @${SED} -e 's|%%HOME%%|${HOME}|' < "${FILESDIR}/.sversionrc" > "${HOME}/.sversionrc"
+.endif
+ @${MKDIR} "${HOME}/${SOVERSION}/user/autotext"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/temp"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/autocorr"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/backup"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/basic"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/config/registry"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/config/registry/instance"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/config/registry/instance/org"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/config/registry/instance/org/openoffice"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/config/registry/instance/org/openoffice/Office"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/config/registry/instance/org/openoffice/ucb"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/template"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/database"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/database/biblio"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/gallery"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/wordbook"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/store"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/plugin"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/psprint"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/psprint/driver"
+ @${MKDIR} "${HOME}/${SOVERSION}/user/psprint/fontmetric"
+ @${MKDIR} "${HOME}/${SOVERSION}/share/autocorr"
+ @${MKDIR} "${HOME}/${SOVERSION}/share/plugin"
+ @${MKDIR} "${HOME}/${SOVERSION}/share/cde/information and setup"
+ @${MKDIR} "${HOME}/${SOVERSION}/share/cde/auto pilots"
+ @${MKDIR} "${HOME}/${SOVERSION}/share/cde/other"
+ @${SED} -e 's|%%HOME%%|${HOME}|' -e 's|%%PREFIX%%|${PREFIX}|' \
+ < "${FILESDIR}/Setup.xml" > "${HOME}/${SOVERSION}/user/config/registry/instance/org/openoffice/Setup.xml"
+ @${SED} -e 's|%%HOME%%|${HOME}|' -e 's|%%PREFIX%%|${PREFIX}|' \
+ < "${FILESDIR}/UserProfile.xml" > "${HOME}/${SOVERSION}/user/config/registry/instance/org/openoffice/UserProfile.xml"
+ @${SED} -e 's|%%HOME%%|${HOME}|' -e 's|%%PREFIX%%|${PREFIX}|' \
+ < "${FILESDIR}/instdb.ins.patch" > "${HOME}/${SOVERSION}/instdb.ins.patch"
+ @${CP} ${INSTDB.INS} ${HOME}/${SOVERSION}/
+ @${CP} "${FILESDIR}/javarc" ${HOME}/${SOVERSION}/user/config/
+ @${PATCH} -s ${HOME}/${SOVERSION}/instdb.ins < ${HOME}/${SOVERSION}/instdb.ins.patch
+ @${RM} "${HOME}/${SOVERSION}/instdb.ins.patch"
+ @${RM} "${HOME}/${SOVERSION}/instdb.ins.orig"
+ @${CP} "${FILESDIR}/sregistryrc" "${HOME}/${SOVERSION}/user/"
+ @${CP} "${PREFIX}/${SOVERSION}/user/autotext/english/mytexts.bau" \
+ "${HOME}/${SOVERSION}/user/autotext/mytexts.bau"
+ @${CP} "${PREFIX}/${SOVERSION}/user/database/biblio/biblio.dbf" \
+ "${HOME}/${SOVERSION}/user/database/biblio/biblio.dbf"
+ @${CP} "${PREFIX}/${SOVERSION}/user/gallery/sg100.sdv" \
+ "${HOME}/${SOVERSION}/user/gallery/sg100.sdv"
+ @${CP} "${PREFIX}/${SOVERSION}/user/gallery/sg100.thm" \
+ "${HOME}/${SOVERSION}/user/gallery/sg100.thm"
+ @${CP} "${PREFIX}/${SOVERSION}/user/gallery/sg30.sdv" \
+ "${HOME}/${SOVERSION}/user/gallery/sg30.sdv"
+ @${CP} "${PREFIX}/${SOVERSION}/user/gallery/sg30.thm" \
+ "${HOME}/${SOVERSION}/user/gallery/sg30.thm"
+ @${CP} "${PREFIX}/${SOVERSION}/user/basic/dialogs.xli" \
+ "${HOME}/${SOVERSION}/user/basic/dialogs.xli"
+ @${CP} "${PREFIX}/${SOVERSION}/user/basic/script.xli" \
+ "${HOME}/${SOVERSION}/user/basic/script.xli"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/arrowhd.soe" \
+ "${HOME}/${SOVERSION}/user/config/arrowhd.soe"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/classic.sog" \
+ "${HOME}/${SOVERSION}/user/config/classic.sog"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/hatching.soh" \
+ "${HOME}/${SOVERSION}/user/config/hatching.soh"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/modern.sog" \
+ "${HOME}/${SOVERSION}/user/config/modern.sog"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/palette.soc" \
+ "${HOME}/${SOVERSION}/user/config/palette.soc"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/styles.sod" \
+ "${HOME}/${SOVERSION}/user/config/styles.sod"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/autotbl.fmt" \
+ "${HOME}/${SOVERSION}/user/config/autotbl.fmt"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/dbtitle.rdb" \
+ "${HOME}/${SOVERSION}/user/config/dbtitle.rdb"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/cmyk.soc" \
+ "${HOME}/${SOVERSION}/user/config/cmyk.soc"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/gallery.soc" \
+ "${HOME}/${SOVERSION}/user/config/gallery.soc"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/html.soc" \
+ "${HOME}/${SOVERSION}/user/config/html.soc"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/standard.sob" \
+ "${HOME}/${SOVERSION}/user/config/standard.sob"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/standard.soc" \
+ "${HOME}/${SOVERSION}/user/config/standard.soc"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/standard.sod" \
+ "${HOME}/${SOVERSION}/user/config/standard.sod"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/standard.soe" \
+ "${HOME}/${SOVERSION}/user/config/standard.soe"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/standard.sog" \
+ "${HOME}/${SOVERSION}/user/config/standard.sog"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/standard.soh" \
+ "${HOME}/${SOVERSION}/user/config/standard.soh"
+ @${CP} "${PREFIX}/${SOVERSION}/user/config/web.soc" \
+ "${HOME}/${SOVERSION}/user/config/web.soc"
+ @${CP} "${PREFIX}/${SOVERSION}/LICENSE" \
+ "${HOME}/${SOVERSION}/LICENSE"
+ @${CP} "${PREFIX}/${SOVERSION}/README" \
+ "${HOME}/${SOVERSION}/README"
+ @${LN} -s "${PREFIX}/${SOVERSION}/program/setup" "${HOME}/${SOVERSION}/setup"
+ @${LN} -s "${PREFIX}/${SOVERSION}/program/soffice" "${HOME}/${SOVERSION}/soffice"
+ @${LN} -s "${PREFIX}/${SOVERSION}/program/spadmin" "${HOME}/${SOVERSION}/spadmin"
+.if exists(${HOME}/.gnome/apps)
+ @${MKDIR} "${HOME}/.gnome/apps/StarOffice 6.0"
+ @${MKDIR} "${HOME}/.gnome/apps/StarOffice 6.0/information and setup"
+ @${MKDIR} "${HOME}/.gnome/apps/StarOffice 6.0/other"
+ @${MKDIR} "${HOME}/.gnome/apps/StarOffice 6.0/auto pilots"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/information and setup/.directory" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/information and setup/.directory"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/information and setup/setup.desktop" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/information and setup/setup.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/.order" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/.order"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/.directory" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/.directory"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/template.desktop" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/template.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/other/.directory" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/other/.directory"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/other/masterdoc.desktop" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/other/masterdoc.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/other/mathdoc.desktop" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/other/mathdoc.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/other/labels.desktop" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/other/labels.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/other/vcards.desktop" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/other/vcards.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/auto pilots/.directory" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/auto pilots/.directory"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/auto pilots/letter.desktop" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/auto pilots/letter.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/auto pilots/fax.desktop" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/auto pilots/fax.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/auto pilots/agenda.desktop" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/auto pilots/agenda.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/auto pilots/memo.desktop" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/auto pilots/memo.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/textdoc.desktop" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/textdoc.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/webdoc.desktop" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/webdoc.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/spreadsheet.desktop" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/spreadsheet.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/drawing.desktop" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/drawing.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/gnome/net/presentation.desktop" \
+ "${HOME}/.gnome/apps/StarOffice 6.0/presentation.desktop"
+.endif
+.if exists(${HOME}/${KDEHOME})
+ @${MKDIR} "${HOME}/${KDEHOME}/share/mimelnk"
+ @${MKDIR} "${HOME}/${KDEHOME}/share/mimelnk/application"
+ @${MKDIR} "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0"
+ @${MKDIR} "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/other"
+ @${MKDIR} "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/auto pilots"
+ @${MKDIR} "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/information and setup"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/mimelnk/application/vnd.sun.xml.impress.desktop" \
+ "${HOME}/${KDEHOME}/share/mimelnk/application/vnd.sun.xml.impress.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/mimelnk/application/vnd.stardivision.impress.desktop" \
+ "${HOME}/${KDEHOME}/share/mimelnk/application/vnd.stardivision.impress.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/mimelnk/application/vnd.sun.xml.draw.desktop" \
+ "${HOME}/${KDEHOME}/share/mimelnk/application/vnd.sun.xml.draw.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/mimelnk/application/vnd.stardivision.draw.desktop" \
+ "${HOME}/${KDEHOME}/share/mimelnk/application/vnd.stardivision.draw.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/mimelnk/application/vnd.sun.xml.calc.desktop" \
+ "${HOME}/${KDEHOME}/share/mimelnk/application/vnd.sun.xml.calc.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/mimelnk/application/vnd.stardivision.calc.desktop" \
+ "${HOME}/${KDEHOME}/share/mimelnk/application/vnd.stardivision.calc.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/mimelnk/application/vnd.stardivision.chart.desktop" \
+ "${HOME}/${KDEHOME}/share/mimelnk/application/vnd.stardivision.chart.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/mimelnk/application/vnd.sun.xml.writer.desktop" \
+ "${HOME}/${KDEHOME}/share/mimelnk/application/vnd.sun.xml.writer.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/mimelnk/application/vnd.sun.xml.writer.global.desktop" \
+ "${HOME}/${KDEHOME}/share/mimelnk/application/vnd.sun.xml.writer.global.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/mimelnk/application/vnd.sun.xml.math.desktop" \
+ "${HOME}/${KDEHOME}/share/mimelnk/application/vnd.sun.xml.math.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/mimelnk/application/vnd.stardivision.writer.desktop" \
+ "${HOME}/${KDEHOME}/share/mimelnk/application/vnd.stardivision.writer.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/mimelnk/application/vnd.stardivision.writer-global.desktop" \
+ "${HOME}/${KDEHOME}/share/mimelnk/application/vnd.stardivision.writer-global.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/mimelnk/application/vnd.stardivision.math.desktop" \
+ "${HOME}/${KDEHOME}/share/mimelnk/application/vnd.stardivision.math.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/presentation.desktop" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/presentation.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/drawing.desktop" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/drawing.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/spreadsheet.desktop" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/spreadsheet.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/other/.directory" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/other/.directory"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/other/masterdoc.desktop" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/other/masterdoc.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/other/mathdoc.desktop" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/other/mathdoc.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/other/labels.desktop" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/other/labels.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/other/vcards.desktop" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/other/vcards.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/auto pilots/.directory" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/auto pilots/.directory"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/auto pilots/letter.desktop" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/auto pilots/letter.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/auto pilots/fax.desktop" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/auto pilots/fax.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/auto pilots/agenda.desktop" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/auto pilots/agenda.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/auto pilots/memo.desktop" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/auto pilots/memo.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/textdoc.desktop" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/textdoc.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/webdoc.desktop" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/webdoc.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/information and setup/.directory" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/information and setup/.directory "
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/information and setup/setup.desktop" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/information and setup/setup.desktop"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/.order" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/.order"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/.directory" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/.directory"
+ @${CP} "${PREFIX}/${SOVERSION}/share/kde/net/applnk/StarOffice 6.0/template.desktop" \
+ "${HOME}/${KDEHOME}/share/applnk/StarOffice 6.0/template.desktop"
+.endif
+.endif
.include <bsd.port.post.mk>
diff --git a/editors/staroffice70/distinfo b/editors/staroffice70/distinfo
index 79bb05fcf4f3..9ec327eb46d4 100644
--- a/editors/staroffice70/distinfo
+++ b/editors/staroffice70/distinfo
@@ -1,3 +1,2 @@
-MD5 (staroffice52/soa-5_2-ga-bin-linux-en.bin) = 8f36a55d7cefd919febdefb502ae986d
-MD5 (staroffice52/so-5_2-ga-bin-linux-en.bin) = 1f03de10b6127772ba87567d334aeb4d
-MD5 (staroffice52/109939-02.tar.Z) = f2a32aec9b4c223fbb2829e496ad84b6
+MD5 (so-6_0-beta-bin-linux-de.bin) = a4331218bbc377dc0d645c7a19d0ec0b
+MD5 (so-6_0-beta-bin-linux-en.bin) = fd6ff8f5c8b828a285c023db3fa8c232
diff --git a/editors/staroffice70/files/Setup.xml b/editors/staroffice70/files/Setup.xml
new file mode 100644
index 000000000000..2465667b7817
--- /dev/null
+++ b/editors/staroffice70/files/Setup.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Setup state="modified" cfg:package="org.openoffice" xmlns="http://openoffice.org/2000/registry/components/Setup" xmlns:cfg="http://openoffice.org/2000/registry/instance" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">
+ <Office state="modified">
+ <ooSetupInstallPath cfg:type="string" state="modified">/root/staroffice6.0/user</ooSetupInstallPath>
+ </Office>
+</Setup> \ No newline at end of file
diff --git a/editors/staroffice70/files/UserProfile.xml b/editors/staroffice70/files/UserProfile.xml
new file mode 100644
index 000000000000..b6bd69f741e6
--- /dev/null
+++ b/editors/staroffice70/files/UserProfile.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<UserProfile state="modified" cfg:package="org.openoffice" xmlns="http://openoffice.org/2000/registry/components/UserProfile" xmlns:cfg="http://openoffice.org/2000/registry/instance" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">
+ <Data state="modified">
+ <c cfg:type="string" state="modified">United States of America</c>
+ <initials cfg:type="string" state="modified">toor</initials>
+ </Data>
+</UserProfile> \ No newline at end of file
diff --git a/editors/staroffice70/files/instdb.ins.patch b/editors/staroffice70/files/instdb.ins.patch
new file mode 100644
index 000000000000..4ceefa557ea4
--- /dev/null
+++ b/editors/staroffice70/files/instdb.ins.patch
@@ -0,0 +1,1463 @@
+--- %%PREFIX%%/staroffice6.0/program/instdb.ins Tue Oct 9 11:35:01 2001
++++ instdb.ins Tue Oct 9 14:02:04 2001
+@@ -2,14 +2,15 @@
+ ProductName = "StarOffice";
+ ProductVersion = "6.0";
+ DefaultDestPath = "staroffice6.0";
+- DestPath = "%%PREFIX%%/staroffice6.0";
+- SourcePath = "/usr/ports/editors/staroffice60/work/staroffice6.0";
+- Mode = NETWORK;
+- InstallFromNet = NO;
++ DestPath = "%%HOME%%/staroffice6.0";
++ SourcePath = "%%PREFIX%%/staroffice6.0";
++ Mode = WORKSTATION;
++ InstallFromNet = YES;
+ ScriptVersion = 100;
+ Bitmap = "so60.bmp";
+ DefaultLanguage = "01";
+ Languages = "01";
++ InstLanguages = "01:1:1";
+ End
+
+ HelpText gid_Help_Address
+@@ -6676,6 +6677,7 @@
+
+
+
++
+ };
+ End
+
+@@ -6724,6 +6726,7 @@
+
+
+
++
+ };
+ End
+
+@@ -6786,6 +6789,7 @@
+
+
+
++
+ };
+ End
+
+@@ -6888,6 +6892,7 @@
+
+
+
++
+ };
+ End
+
+@@ -7093,7 +7098,31 @@
+ gid_Dir_Psprint_Driver, gid_Dir_Httphome, gid_Dir_Share_Dtd_Math_1_01, gid_Dir_Share_Dtd_Ooo, gid_Dir_Mimelnk_Text, gid_Dir_Share_Config_Registry_Cache, gid_Dir_Icons_Mini, gid_Dir_Bookmark_Tourismus, gid_Dir_Cde_Language_Netdir, gid_Dir_Share_Pqa,
+ gid_Dir_Mimelnk_Text_Netdir, gid_Dir_Resource, gid_Dir_Help_03, gid_Dir_Program_Local, gid_Dir_Database_Biblio, gid_Dir_Home_Gnome, gid_Dir_Share, gid_Dir_Help_Isolanguage, gid_Dir_Share_Config, gid_Dir_Gallery_Surface,
+ gid_Dir_Samples_Drawings, gid_Dir_Share_Config_Registry_Instance, gid_Dir_Kde, gid_Dir_Bookmark_Freizeit, gid_Dir_Gallery_Htmlexpo, gid_Dir_Cde_Icons, gid_Dir_User_Psprint, gid_Dir_Template_Wizard_Web, gid_Dir_Icons_Netdir, gid_Dir_Samples_Texts_Homepage,
+- gid_Dir_Share_Dict, gid_Dir_Share_Config_Registry, gid_Dir_Template_Finance, gid_Dir_Home_Gnome_Apps, gid_Dir_Basic_WebWiz, gid_Dir_Gallery_Computer, gid_Dir_Template_Officorr, gid_Dir_Bookmark_Language, gid_Dir_Samples);
++ gid_Dir_Share_Dict, gid_Dir_Share_Config_Registry, gid_Dir_Template_Finance, gid_Dir_Home_Gnome_Apps, gid_Dir_Basic_WebWiz, gid_Dir_Gallery_Computer, gid_Dir_Template_Officorr, gid_Dir_Bookmark_Language, gid_Dir_Samples, gid_Dir_Cde,
++ gid_Dir_Gallery_Balloons, gid_Dir_Icons_Mini_Netdir, gid_Dir_Samples_Texts, gid_Dir_Gallery_Officeart, gid_Dir_Program, gid_Dir_Autotext_Language, gid_Dir_Gallery_Clipart, gid_Dir_Basic_Formwizard, gid_Dir_Gallery_Rulers, gid_Dir_Config_Symbol,
++ gid_Dir_Psprint, gid_Dir_Mimelnk, gid_Dir_Work, gid_Dir_User_Config_Registry_Instance_Org_OpenOffice_Office, gid_Dir_Kde_Netdir, gid_Dir_Wordbook, gid_Dir_Samples_Menu, gid_Dir_Template_Wizard_Bitmap, gid_Dir_Share_Config_Registry_Template_Org_Ucb, gid_Dir_Samples_Databases_Dateien,
++ gid_Dir_Fonts_Truetypeserver, gid_Dir_Cde_Information, gid_Dir_Mimelnk_Application, gid_Dir_Gallery_Bullets, gid_Dir_Share_Config_Registry_Cache_Instance_Org, gid_Dir_User_Basic, gid_Dir_Share_Config_Registry_Template_Org_OpenOffice, gid_Dir_User_Config_Registry, gid_Dir_Config_Language, gid_Dir_Share_Gnome,
++ gid_Dir_Mimelnk_Application_Netdir, gid_Dir_Share_Plugin, gid_Dir_Config_Ssync52, gid_Dir_User_Template, gid_Dir_PalmPilot, gid_Dir_Basic_Tools, gid_Dir_Config, gid_Dir_User_Autocorr, gid_Dir_Share_Migration, gid_Dir_Samples_Language,
++ gid_Dir_Config_Settings, gid_Dir_Basic, gid_Dir_Applnk, gid_Dir_Share_Kde_Net_Mimelnk, gid_Dir_Gallery_Flags, gid_Dir_Basic_Schedule, gid_Dir_Samples_Presentations, gid_Dir_Share_Dtd_Ooo_1_0, gid_Dir_Share_Gnome_Net, gid_Dir_Kde2,
++ gid_Dir_Filter, gid_Dir_Gallery_Wwwgraf, gid_Dir_Bookmark_Internet, gid_Dir_Share_Config_Registry_Template_Org, gid_Dir_User_Config_Registry_Instance_Org_OpenOffice_Ucb, gid_Dir_Share_Kde_Net_Applnk, gid_Dir_Help_90, gid_Dir_Gallery_Photo, gid_Dir_Addin_Source, gid_Dir_Help_99,
++ gid_Dir_User_Autotext, gid_Dir_Gallery_Wwwanim, gid_Dir_Share_Config_Help, gid_Dir_Template_Language, gid_Dir_Template_Presnt, gid_Dir_Share_Config_Registry_Cache_Instance_Org_Openoffice_Office, gid_Dir_Help_55, gid_Dir_Basic_ImportWiz, gid_Dir_Cde_Autopilots, gid_Dir_Template_Forms,
++ gid_Dir_Wordbook_Language, gid_Dir_Share_Database_Language, gid_Dir_Help_81, gid_Dir_Help_82, gid_Dir_Help_86, gid_Dir_Help_88, gid_Dir_Home_Gnome_Apps_Star_Info, gid_Dir_Help_30, gid_Dir_Help_31, gid_Dir_Help_33,
++ gid_Dir_Help_34, gid_Dir_Help_35, gid_Dir_User_Psprint_Driver, gid_Dir_Help_37, gid_Dir_Help_39, gid_Dir_Bookmark, gid_Dir_Help_45, gid_Dir_Help_46, gid_Dir_Help_48, gid_Dir_Help_49,
++ gid_Dir_Plugin, gid_Dir_Kde2_Share, gid_Dir_User_Config_Registry_Instance_Org_OpenOffice, gid_Dir_Share_Config_Registry_Cache_Instance_Org_Openoffice_Ucb, gid_Dir_Help_01, gid_Dir_Gallery_Arrows, gid_Dir_Kde2_Share_Applnk_Star, gid_Dir_Samples_Databases, gid_Dir_Help_07, gid_Dir_Share_Kde_Net_Applnk_Star,
++ gid_Dir_Kde2_Share_Applnk, gid_Dir_Gallery_Clima, gid_Dir_Basic_Gimmicks, gid_Dir_Store, gid_Dir_Bookmark_Java, gid_Dir_Cde_Types, gid_Dir_Gallery_Emoicons, gid_Dir_Config_Webcast, gid_Dir_Gallery_Sounds, gid_Dir_Share_Config_Registry_Template_Org_OpenOffice_Office,
++ gid_Dir_Config_Start, gid_Dir_Template, gid_Dir_Fonts_Truetype, gid_Dir_Cde_Root_Netdir, gid_Dir_Gallery_Wwwback, gid_Dir_Share_Readme, gid_Dir_Fonts_Type1, gid_Dir_User_Config_Registry_Instance, gid_Dir_Gallery_Trouble, gid_Dir_User_Autotext_Language,
++ gid_Dir_Share_Config_Registry_Template, gid_Dir_Template_Layout, gid_Dir_Config_Tasks, gid_Dir_Template_Wizard_Styles, gid_Dir_Gallery_Navi_2d, gid_Dir_Download, gid_Dir_Samples_Formulas, gid_Dir_Gallery_Calendar, gid_Dir_Cde_Other, gid_Dir_Gallery_People,
++ gid_Dir_Psprint_Fontmetric, gid_Dir_Template_Educate, gid_Dir_Gallery_Time, gid_Dir_Help_96, gid_Dir_Share_Config_Registry_Cache_Instance, gid_Dir_Applnk_Netdir, gid_Dir_Template_Offimisc, gid_Dir_Share_Config_Registry_Instance_Org_Ucb, gid_Dir_Share_Config_Registry_Instance_Org_OpenOffice, gid_Dir_Cde_Netdir,
++ gid_Dir_Share_Autocorr, gid_Dir_Fonts_75Dpi, gid_Dir_Database, gid_Dir_Basic_Euro, gid_Dir_Bookmark_Starone, gid_Dir_User_Explorer, gid_Dir_User_Gallery, gid_Dir_Autotext, gid_Dir_Samples_Texts_Kapitel, gid_Dir_Share_Kde_Net,
++ gid_Dir_Icons, gid_Dir_Desktop, gid_Dir_Gallery_Symbols, gid_Dir_Template_Misc, gid_Dir_Template_Personal, gid_Dir_User_Psprint_Fontmetric, gid_Dir_Classes, gid_Dir_Program_Remote, gid_Dir_Share_Config_Registry_Cache_Instance_Org_Openoffice, gid_Dir_User_Temp,
++ gid_Dir_Template_Internal, gid_Dir_User_Config, gid_Dir_User_Wordbook, gid_Dir_Gallery_Communic, gid_Dir_Kde_Share, gid_Dir_User_Bookmark, gid_Dir_Samples_Spreadsheets, gid_Dir_Bookmark_Info, gid_Dir_Share_Config_Registry_Instance_Org, gid_Dir_Template_Wizard,
++ gid_Dir_Gallery_Keyboard, gid_Dir_Gallery_Education, gid_Dir_Gallery, gid_Dir_Fonts_75Dpi_Bdf, gid_Dir_Config_More, gid_Dir_Store_Trash, gid_Dir_Gallery_Finances, gid_Dir_Fonts, gid_Dir_Backup, gid_Dir_Home_Gnome_Apps_Star,
++ gid_Dir_Share_Database, gid_Dir_Share_Dtd_Math, gid_Dir_Share_Dtd, gid_Dir_Applnk_Staroffice52, gid_Dir_Kde2_Share_Mimelnk, gid_Dir_Share_Config_Registry_Instance_Org_OpenOffice_Office, gid_Dir_Help, gid_Dir_Addin, gid_Dir_Mimelnk_Netdir, gid_Dir_Basic_Template,
++ gid_Dir_User, gid_Dir_User_Config_Registry_Instance_Org, gid_Dir_Explorer, gid_Dir_Psprint_Driver, gid_Dir_Httphome, gid_Dir_Share_Dtd_Math_1_01, gid_Dir_Share_Dtd_Ooo, gid_Dir_Mimelnk_Text, gid_Dir_Share_Config_Registry_Cache, gid_Dir_Icons_Mini,
++ gid_Dir_Bookmark_Tourismus, gid_Dir_Cde_Language_Netdir, gid_Dir_Share_Pqa, gid_Dir_Mimelnk_Text_Netdir, gid_Dir_Resource, gid_Dir_Help_03, gid_Dir_Program_Local, gid_Dir_Database_Biblio, gid_Dir_Home_Gnome, gid_Dir_Share,
++ gid_Dir_Help_Isolanguage, gid_Dir_Share_Config, gid_Dir_Gallery_Surface, gid_Dir_Samples_Drawings, gid_Dir_Share_Config_Registry_Instance, gid_Dir_Kde, gid_Dir_Bookmark_Freizeit, gid_Dir_Gallery_Htmlexpo, gid_Dir_Cde_Icons, gid_Dir_User_Psprint,
++ gid_Dir_Template_Wizard_Web, gid_Dir_Icons_Netdir, gid_Dir_Samples_Texts_Homepage, gid_Dir_Share_Dict, gid_Dir_Share_Config_Registry, gid_Dir_Template_Finance, gid_Dir_Home_Gnome_Apps, gid_Dir_Basic_WebWiz, gid_Dir_Gallery_Computer, gid_Dir_Template_Officorr,
++ gid_Dir_Bookmark_Language, gid_Dir_Samples);
+ Procedures = (gid_Procedure_Kill_Plugin_Wrkstn, gid_Procedure_Kill_Dirs, gid_Procedure_Languageselect, gid_Procedure_Patch_Font_Dir);
+ Customs = (gid_Custom_Del, gid_Cust_Mig);
+ End
+@@ -7102,12 +7131,14 @@
+ ParentID = gid_Module_Root;
+ Name = "StarOffice Program Modules";
+ Description = "This is where you decide which StarOffice modules are to be installed.";
++ Installed = YES;
+ End
+
+ Module gid_Module_Prg_Wrt
+ ParentID = gid_Module_Prg;
+ Name = "StarOffice Writer";
+ Description = "The word processing functions of StarOffice provide you with powerful tools for creating your own documents. This program cannot be deselected when installing";
++ Installed = YES;
+ End
+
+ File gid_File_Lib_Wps2star
+@@ -7893,6 +7924,7 @@
+ ParentID = gid_Module_Prg;
+ Name = "StarOffice Calc";
+ Description = "The StarOffice spreadsheet program.";
++ Installed = YES;
+ End
+
+ File gid_File_Lib_Calc
+@@ -8390,6 +8422,7 @@
+ ParentID = gid_Module_Prg;
+ Name = "StarOffice Impress";
+ Description = "The presentation module helps you create impressive presentations.";
++ Installed = YES;
+ End
+
+ File gid_File_Exe_Simpress
+@@ -8730,6 +8763,7 @@
+ ParentID = gid_Module_Prg;
+ Name = "StarOffice Draw";
+ Description = "Use the vector-oriented StarOffice Draw to create illustrations, logos and posters.";
++ Installed = YES;
+ End
+
+ File gid_File_Exe_Sdraw
+@@ -9182,6 +9216,7 @@
+ ParentID = gid_Module_Prg;
+ Name = "StarOffice Math";
+ Description = "The formula editor enables you to include mathematical formula in your documents.";
++ Installed = YES;
+ End
+
+ File gid_File_Html_W3c_Ipr
+@@ -9420,12 +9455,14 @@
+ ParentID = gid_Module_Root;
+ Name = "Optional Components";
+ Description = "Common components and additional programs shared by all StarOffice programs.";
++ Installed = YES;
+ End
+
+ Module gid_Module_Optional_Help
+ ParentID = gid_Module_Optional;
+ Name = "General Help Modules";
+ Description = "The StarOffice Basic Help module and StarOffice User's Guide";
++ Installed = YES;
+ Styles = (HIDDEN_ROOT);
+ End
+
+@@ -10050,6 +10087,7 @@
+
+
+
++
+ };
+ End
+
+@@ -10066,6 +10104,7 @@
+ ParentID = gid_Module_Optional;
+ Name = "Graphics Filters";
+ Description = "Several optional graphics filters required to embed external graphics in your documents.";
++ Installed = YES;
+ End
+
+ File gid_File_Filter_Ipd
+@@ -10733,6 +10772,7 @@
+ ParentID = gid_Module_Optional;
+ Name = "Language Modules";
+ Description = "The language modules can be used for finding synonyms (Thesaurus) when creating texts and help you to check your spelling.";
++ Installed = YES;
+ End
+
+ File gid_File_Extra_Inso1_Lang
+@@ -11378,197 +11418,165 @@
+ Files = (gid_File_Font_Ans, gid_File_Font_Ansb, gid_File_Font_Ansbi, gid_File_Font_Ansi);
+ End
+
+-File gid_File_Jar_Jaxp
+- Name = "jaxp.jar";
+- PackedName = "f_0431";
+- Size = 5618;
+- Dir = gid_Dir_Classes;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (PACKED, DONT_OVERWRITE);
+-End
+-
+-File gid_File_Jar_Parser
+- Name = "parser.jar";
+- PackedName = "f_0432";
+- Size = 136133;
+- Dir = gid_Dir_Classes;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (PACKED, DONT_OVERWRITE);
+-End
+-
+-File gid_File_S1w_Syncclient_Activation_Jar
+- Name = "activation.jar";
+- PackedName = "f_0433";
+- Size = 45386;
+- Dir = gid_Dir_Classes;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (PACKED);
+-End
+-
+-File gid_File_S1w_Syncclient_Commonshttpclient_Jar
+- Name = "commons-httpclient.jar";
+- PackedName = "f_0434";
+- Size = 49492;
+- Dir = gid_Dir_Classes;
++File gid_File_Extra_Gnomegroup
++ Name = "cdegroup.zip";
++ PackedName = "f_0464";
++ Size = 9303;
++ ArchiveFiles = 16;
++ ArchiveSize = 24796;
++ Dir = gid_Dir_Share_Gnome;
+ Carrier = gid_DataCarrier;
+ UnixRights = 644;
+ Date = "30082001";
+ Time = "0600";
+- Styles = (PACKED);
++ Styles = (ARCHIVE);
++ Contains = ("icons/001_star_butterfly.l.xpm:2890", "icons/001_star_butterfly.m.xpm:1546", "icons/001_star_butterfly.s.xpm:1066", "icons/001_star_butterfly.t.xpm:714", "icons/016_template.l.xpm:2884", "icons/016_template.m.xpm:1540", "icons/016_template.s.xpm:1060", "icons/016_template.t.xpm:708", "icons/017_macrolibrary.l.xpm:2888", "icons/017_macrolibrary.m.xpm:1544",
++ "icons/017_macrolibrary.s.xpm:1064", "icons/017_macrolibrary.t.xpm:712", "icons/500_setup.l.xpm:2881", "icons/500_setup.m.xpm:1537", "icons/500_setup.s.xpm:1057", "icons/500_setup.t.xpm:705");
+ End
+
+-File gid_File_S1w_Syncclient_Httpclient_Jar
+- Name = "HTTPClient.jar";
+- PackedName = "f_0435";
+- Size = 191424;
+- Dir = gid_Dir_Classes;
++File gid_File_Extra_Gnomewriter
++ Name = "cdewriter.zip";
++ PackedName = "f_0465";
++ Size = 13360;
++ ArchiveFiles = 24;
++ ArchiveSize = 37296;
++ Dir = gid_Dir_Share_Gnome;
+ Carrier = gid_DataCarrier;
+ UnixRights = 644;
+ Date = "30082001";
+ Time = "0600";
+- Styles = (PACKED);
+-End
+-
+-File gid_File_S1w_Syncclient_Lib_Syncacc
+- Name = "libsyncacc1.so";
+- PackedName = "f_0436";
+- Size = 142368;
+- Dir = gid_Dir_Program;
+- RegistryID = gid_Starregistry_Applicat_rdb;
+- Carrier = gid_DataCarrier;
+- UnixRights = 755;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (PACKED, UNO_COMPONENT);
+-End
+-
+-File gid_File_S1w_Syncclient_Lib_Syncaccui
+- Name = "libsyncaccui638li.so";
+- PackedName = "f_0437";
+- Size = 177556;
+- Dir = gid_Dir_Program;
+- RegistryID = gid_Starregistry_Applicat_rdb;
+- Carrier = gid_DataCarrier;
+- UnixRights = 755;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (PACKED, UNO_COMPONENT);
++ Styles = (ARCHIVE);
++ Contains = ("icons/002_text_document.l.xpm:2889", "icons/002_text_document.m.xpm:1545", "icons/002_text_document.s.xpm:1065", "icons/002_text_document.t.xpm:713", "icons/003_text_template.l.xpm:2889", "icons/003_text_template.m.xpm:1545", "icons/003_text_template.s.xpm:1065", "icons/003_text_template.t.xpm:713", "icons/011_global_document.l.xpm:2891", "icons/011_global_document.m.xpm:1547",
++ "icons/011_global_document.s.xpm:1067", "icons/011_global_document.t.xpm:715", "icons/012_html_document.l.xpm:2889", "icons/012_html_document.m.xpm:1545", "icons/012_html_document.s.xpm:1065", "icons/012_html_document.t.xpm:713", "icons/014_database_document.l.xpm:2893", "icons/014_database_document.m.xpm:1549", "icons/014_database_document.s.xpm:1069", "icons/014_database_document.t.xpm:717",
++ "icons/015_math_document.l.xpm:2889", "icons/015_math_document.m.xpm:1545", "icons/015_math_document.s.xpm:1065", "icons/015_math_document.t.xpm:713");
+ End
+
+-File gid_File_S1w_Syncclient_Res_Syncaccui
+- Name = "syncaccui63801.res";
+- PackedName = "f_0438";
+- Size = 7592;
+- Dir = gid_Dir_Resource;
++File gid_File_Extra_Gnomecalc
++ Name = "cdecalc.zip";
++ PackedName = "f_0466";
++ Size = 6847;
++ ArchiveFiles = 12;
++ ArchiveSize = 18696;
++ Dir = gid_Dir_Share_Gnome;
+ Carrier = gid_DataCarrier;
+ UnixRights = 644;
+ Date = "30082001";
+ Time = "0600";
+- Styles = (PACKED);
++ Styles = (ARCHIVE);
++ Contains = ("icons/004_spreadsheet_document.l.xpm:2896", "icons/004_spreadsheet_document.m.xpm:1552", "icons/004_spreadsheet_document.s.xpm:1072", "icons/004_spreadsheet_document.t.xpm:720", "icons/005_spreadsheet_template.l.xpm:2896", "icons/005_spreadsheet_template.m.xpm:1552", "icons/005_spreadsheet_template.s.xpm:1072", "icons/005_spreadsheet_template.t.xpm:720", "icons/013_chart_document.l.xpm:2890", "icons/013_chart_document.m.xpm:1546",
++ "icons/013_chart_document.s.xpm:1066", "icons/013_chart_document.t.xpm:714");
+ End
+
+-File gid_File_S1w_Syncclient_Mail_Jar
+- Name = "mail.jar";
+- PackedName = "f_0439";
+- Size = 280984;
+- Dir = gid_Dir_Classes;
++File gid_File_Extra_Gnomedraw
++ Name = "cdedraw.zip";
++ PackedName = "f_0467";
++ Size = 4521;
++ ArchiveFiles = 8;
++ ArchiveSize = 12448;
++ Dir = gid_Dir_Share_Gnome;
+ Carrier = gid_DataCarrier;
+ UnixRights = 644;
+ Date = "30082001";
+ Time = "0600";
+- Styles = (PACKED);
++ Styles = (ARCHIVE);
++ Contains = ("icons/006_drawing_document.l.xpm:2892", "icons/006_drawing_document.m.xpm:1548", "icons/006_drawing_document.s.xpm:1068", "icons/006_drawing_document.t.xpm:716", "icons/007_drawing_template.l.xpm:2892", "icons/007_drawing_template.m.xpm:1548", "icons/007_drawing_template.s.xpm:1068", "icons/007_drawing_template.t.xpm:716");
+ End
+
+-File gid_File_S1w_Syncclient_Portalsyncmlclient_Properties
+- Name = "PortalSyncMLClient.properties";
+- PackedName = "f_0440";
+- Size = 107;
+- Dir = gid_Dir_Program;
++File gid_File_Extra_Gnomeimpress
++ Name = "cdeimpress.zip";
++ PackedName = "f_0468";
++ Size = 7056;
++ ArchiveFiles = 12;
++ ArchiveSize = 18740;
++ Dir = gid_Dir_Share_Gnome;
+ Carrier = gid_DataCarrier;
+ UnixRights = 644;
+ Date = "30082001";
+ Time = "0600";
+- Styles = (PACKED);
++ Styles = (ARCHIVE);
++ Contains = ("icons/008_presentation_document.l.xpm:2897", "icons/008_presentation_document.m.xpm:1553", "icons/008_presentation_document.s.xpm:1073", "icons/008_presentation_document.t.xpm:721", "icons/009_presentation_template.l.xpm:2897", "icons/009_presentation_template.m.xpm:1553", "icons/009_presentation_template.s.xpm:1073", "icons/009_presentation_template.t.xpm:721", "icons/010_presentation_compressed.l.xpm:2899", "icons/010_presentation_compressed.m.xpm:1555",
++ "icons/010_presentation_compressed.s.xpm:1075", "icons/010_presentation_compressed.t.xpm:723");
+ End
+
+-File gid_File_S1w_Syncclient_Portalsyncserver_Jar
+- Name = "PortalSyncServer.jar";
+- PackedName = "f_0441";
+- Size = 294777;
+- Dir = gid_Dir_Classes;
++File gid_File_Extra_Gnomeappgroup
++ Name = "gnomeappgroup.zip";
++ PackedName = "f_0469";
++ Size = 2621;
++ ArchiveFiles = 6;
++ ArchiveSize = 4586;
++ Dir = gid_Dir_Home_Gnome_Apps_Star;
++ NetDir = gid_Dir_Share_Gnome_Net;
+ Carrier = gid_DataCarrier;
+ UnixRights = 644;
+ Date = "30082001";
+ Time = "0600";
+- Styles = (PACKED);
++ Styles = (ARCHIVE, SUBSTITUTE);
++ Contains = ("information and setup/:0", "information and setup/.directory:996", "information and setup/setup.desktop:1057", ".order:145", ".directory:1464", "template.desktop:924");
+ End
+
+-File gid_File_S1w_Syncclient_Soap_Jar
+- Name = "soap.jar";
+- PackedName = "f_0442";
+- Size = 220703;
+- Dir = gid_Dir_Classes;
++File gid_File_Extra_Gnomeappwriter
++ Name = "gnomeappwriter.zip";
++ PackedName = "f_0470";
++ Size = 6559;
++ ArchiveFiles = 14;
++ ArchiveSize = 9218;
++ Dir = gid_Dir_Home_Gnome_Apps_Star;
++ NetDir = gid_Dir_Share_Gnome_Net;
+ Carrier = gid_DataCarrier;
+ UnixRights = 644;
+ Date = "30082001";
+ Time = "0600";
+- Styles = (PACKED);
++ Styles = (ARCHIVE, SUBSTITUTE);
++ Contains = ("other/:0", "other/.directory:607", "other/masterdoc.desktop:970", "other/mathdoc.desktop:674", "other/labels.desktop:746", "other/vcards.desktop:815", "auto pilots/:0", "auto pilots/.directory:787", "auto pilots/letter.desktop:668", "auto pilots/fax.desktop:603",
++ "auto pilots/agenda.desktop:709", "auto pilots/memo.desktop:665", "textdoc.desktop:1007", "webdoc.desktop:967");
+ End
+
+-File gid_File_S1w_Syncclient_Webdav_Jar
+- Name = "webdav.jar";
+- PackedName = "f_0443";
+- Size = 118083;
+- Dir = gid_Dir_Classes;
++File gid_File_Extra_Gnomeappcalc
++ Name = "gnomeappcalc.zip";
++ PackedName = "f_0471";
++ Size = 618;
++ ArchiveFiles = 1;
++ ArchiveSize = 844;
++ Dir = gid_Dir_Home_Gnome_Apps_Star;
++ NetDir = gid_Dir_Share_Gnome_Net;
+ Carrier = gid_DataCarrier;
+ UnixRights = 644;
+ Date = "30082001";
+ Time = "0600";
+- Styles = (PACKED);
++ Styles = (ARCHIVE, SUBSTITUTE);
++ Contains = ("spreadsheet.desktop:844");
+ End
+
+-File gid_File_S1w_Syncclient_Webdavlib_Jar
+- Name = "webdavlib.jar";
+- PackedName = "f_0444";
+- Size = 88439;
+- Dir = gid_Dir_Classes;
++File gid_File_Extra_Gnomeappdraw
++ Name = "gnomeappdraw.zip";
++ PackedName = "f_0472";
++ Size = 571;
++ ArchiveFiles = 1;
++ ArchiveSize = 788;
++ Dir = gid_Dir_Home_Gnome_Apps_Star;
++ NetDir = gid_Dir_Share_Gnome_Net;
+ Carrier = gid_DataCarrier;
+ UnixRights = 644;
+ Date = "30082001";
+ Time = "0600";
+- Styles = (PACKED);
++ Styles = (ARCHIVE, SUBSTITUTE);
++ Contains = ("drawing.desktop:788");
+ End
+
+-File gid_File_S1w_Syncclient_Zensync_Jar
+- Name = "zensync.jar";
+- PackedName = "f_0445";
+- Size = 83167;
+- Dir = gid_Dir_Classes;
++File gid_File_Extra_Gnomeappimpress
++ Name = "gnomeappimpress.zip";
++ PackedName = "f_0473";
++ Size = 626;
++ ArchiveFiles = 1;
++ ArchiveSize = 1010;
++ Dir = gid_Dir_Home_Gnome_Apps_Star;
++ NetDir = gid_Dir_Share_Gnome_Net;
+ Carrier = gid_DataCarrier;
+ UnixRights = 644;
+ Date = "30082001";
+ Time = "0600";
+- Styles = (PACKED);
+-End
+-
+-Module gid_Module_S1w_Syncclient
+- ParentID = gid_Module_Optional;
+- Name = "Sync Client";
+- Description = "Sync Client";
+- Default = NO;
+- Files = (gid_File_Jar_Jaxp, gid_File_Jar_Parser, gid_File_S1w_Syncclient_Activation_Jar, gid_File_S1w_Syncclient_Commonshttpclient_Jar, gid_File_S1w_Syncclient_Httpclient_Jar, gid_File_S1w_Syncclient_Lib_Syncacc, gid_File_S1w_Syncclient_Lib_Syncaccui, gid_File_S1w_Syncclient_Res_Syncaccui, gid_File_S1w_Syncclient_Mail_Jar, gid_File_S1w_Syncclient_Portalsyncmlclient_Properties,
+- gid_File_S1w_Syncclient_Portalsyncserver_Jar, gid_File_S1w_Syncclient_Soap_Jar, gid_File_S1w_Syncclient_Webdav_Jar, gid_File_S1w_Syncclient_Webdavlib_Jar, gid_File_S1w_Syncclient_Zensync_Jar, gid_File_Jar_Jaxp, gid_File_Jar_Parser, gid_File_S1w_Syncclient_Activation_Jar, gid_File_S1w_Syncclient_Commonshttpclient_Jar, gid_File_S1w_Syncclient_Httpclient_Jar,
+- gid_File_S1w_Syncclient_Lib_Syncacc, gid_File_S1w_Syncclient_Lib_Syncaccui, gid_File_S1w_Syncclient_Res_Syncaccui, gid_File_S1w_Syncclient_Mail_Jar, gid_File_S1w_Syncclient_Portalsyncmlclient_Properties, gid_File_S1w_Syncclient_Portalsyncserver_Jar, gid_File_S1w_Syncclient_Soap_Jar, gid_File_S1w_Syncclient_Webdav_Jar, gid_File_S1w_Syncclient_Webdavlib_Jar, gid_File_S1w_Syncclient_Zensync_Jar);
+- Dirs = (gid_Dir_Classes, gid_Dir_Program, gid_Dir_Classes, gid_Dir_Program);
++ Styles = (ARCHIVE, SUBSTITUTE);
++ Contains = ("presentation.desktop:1010");
+ End
+
+ File gid_File_Bin_Cde_Sagenda
+@@ -11655,719 +11663,93 @@
+ Styles = (PACKED);
+ End
+
+-File gid_File_Extra_Cdegroup
++Procedure gid_Procedure_Gnome_Install
++ ProcName = "GnomeInstall";
++ Styles = (STANDALONE, WORKSTATION, INSTALL, AFTER_INST);
++ Code = {Sub GnomeInstall
++
++ rem Anlegen der Datei
++
++ dim FileNrWrite as Integer
++ dim strFileName as String
++ dim strInputString as String
++
++ strFileName = DirEntry( Environ("HOME"), ".gnome", "apps", "StarOffice 6.0","information and setup", "StarOffice on the Web")
++
++ strInputString = "http://www.sun.com/staroffice"
++
++ FileNrWrite = 1
++
++ REM MsgBox("Anlegen der Datei: " & strFileName)
++
++ Open strFileName For Output As FileNrWrite
++
++ print #FileNrWrite strInputString
++
++ Close #FileNrWrite
++
++ rem Kopieren der Readme
++
++ dim strSourceFile as String
++ dim strDestFile as String
++
++ strSourceFile = DirEntry(GetSetupEnv.DestPath, "README")
++ strDestFile = DirEntry( Environ("HOME"), ".gnome", "apps", "StarOffice 6.0", "information and setup", "README")
++
++ FileCopy(strSourceFile, strDestFile)
++
++End Sub
++
++
++
++
++
++};
++End
++
++Module gid_Module_Optional_Gnome
++ ParentID = gid_Module_Optional;
++ Name = "GNOME Integration";
++ Description = "This module allows for the integration of StarOffice 6.0 in the GNOME desktop environment.";
++ Default = YES;
++ Installed = YES;
++ Files = (gid_File_Extra_Gnomegroup, gid_File_Extra_Gnomewriter, gid_File_Extra_Gnomecalc, gid_File_Extra_Gnomedraw, gid_File_Extra_Gnomeimpress, gid_File_Extra_Gnomeappgroup, gid_File_Extra_Gnomeappwriter, gid_File_Extra_Gnomeappcalc, gid_File_Extra_Gnomeappdraw, gid_File_Extra_Gnomeappimpress,
++ gid_File_Bin_Cde_Sagenda, gid_File_Bin_Cde_Sfax, gid_File_Bin_Cde_Slabel, gid_File_Bin_Cde_Sletter, gid_File_Bin_Cde_Smemo, gid_File_Bin_Cde_Svcard, gid_File_Bin_Cde_Fromtemplate);
++ Dirs = (gid_Dir_Share, gid_Dir_Share_Gnome, gid_Dir_Home_Gnome, gid_Dir_Home_Gnome_Apps, gid_Dir_Home_Gnome_Apps_Star, gid_Dir_Home_Gnome_Apps_Star_Info, gid_Dir_Share, gid_Dir_Share_Gnome, gid_Dir_Home_Gnome, gid_Dir_Home_Gnome_Apps,
++ gid_Dir_Home_Gnome_Apps_Star, gid_Dir_Home_Gnome_Apps_Star_Info);
++ Procedures = (gid_Procedure_Gnome_Install);
++End
++
++File gid_File_Extra_Kde_Cdegroup
+ Name = "cdegroup.zip";
+- PackedName = "f_0453";
++ PackedName = "f_0474";
+ Size = 9303;
+ ArchiveFiles = 16;
+ ArchiveSize = 24796;
+- Dir = gid_Dir_Cde_Netdir;
++ Dir = gid_Dir_Kde_Netdir;
+ Carrier = gid_DataCarrier;
+ UnixRights = 644;
+ Date = "30082001";
+ Time = "0600";
+ Styles = (ARCHIVE);
++ Contains = ("icons/001_star_butterfly.l.xpm:2890", "icons/001_star_butterfly.m.xpm:1546", "icons/001_star_butterfly.s.xpm:1066", "icons/001_star_butterfly.t.xpm:714", "icons/016_template.l.xpm:2884", "icons/016_template.m.xpm:1540", "icons/016_template.s.xpm:1060", "icons/016_template.t.xpm:708", "icons/017_macrolibrary.l.xpm:2888", "icons/017_macrolibrary.m.xpm:1544",
++ "icons/017_macrolibrary.s.xpm:1064", "icons/017_macrolibrary.t.xpm:712", "icons/500_setup.l.xpm:2881", "icons/500_setup.m.xpm:1537", "icons/500_setup.s.xpm:1057", "icons/500_setup.t.xpm:705");
+ End
+
+-File gid_File_Extra_Cdegroup_Lang
+- Name = "cdegroup01.zip";
+- PackedName = "f_0454";
+- Size = 6212;
+- ArchiveFiles = 17;
+- ArchiveSize = 9404;
+- Dir = gid_Dir_Cde_Netdir;
++File gid_File_Extra_Kdemimeimpress
++ Name = "kdemimeimpress.zip";
++ PackedName = "f_0475";
++ Size = 865;
++ ArchiveFiles = 3;
++ ArchiveSize = 393;
++ Dir = gid_Dir_Kde2_Share_Mimelnk;
++ NetDir = gid_Dir_Share_Kde_Net_Mimelnk;
+ Carrier = gid_DataCarrier;
+ UnixRights = 644;
+ Date = "30082001";
+ Time = "0600";
+ Styles = (ARCHIVE, SUBSTITUTE);
+-End
+-
+-File gid_File_Extra_Cdewriter
+- Name = "cdewriter.zip";
+- PackedName = "f_0455";
+- Size = 13360;
+- ArchiveFiles = 24;
+- ArchiveSize = 37296;
+- Dir = gid_Dir_Cde_Netdir;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE);
+-End
+-
+-File gid_File_Extra_Cdewriter_Lang
+- Name = "cdewriter01.zip";
+- PackedName = "f_0456";
+- Size = 20264;
+- ArchiveFiles = 49;
+- ArchiveSize = 28778;
+- Dir = gid_Dir_Cde_Netdir;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE, SUBSTITUTE);
+-End
+-
+-File gid_File_Extra_Cdecalc_Lang
+- Name = "cdecalc01.zip";
+- PackedName = "f_0457";
+- Size = 6104;
+- ArchiveFiles = 15;
+- ArchiveSize = 9114;
+- Dir = gid_Dir_Cde_Netdir;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE, SUBSTITUTE);
+-End
+-
+-File gid_File_Extra_Cdecalc
+- Name = "cdecalc.zip";
+- PackedName = "f_0458";
+- Size = 6847;
+- ArchiveFiles = 12;
+- ArchiveSize = 18696;
+- Dir = gid_Dir_Cde_Netdir;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE);
+-End
+-
+-File gid_File_Extra_Cdedraw_Lang
+- Name = "cdedraw01.zip";
+- PackedName = "f_0459";
+- Size = 4040;
+- ArchiveFiles = 11;
+- ArchiveSize = 5978;
+- Dir = gid_Dir_Cde_Netdir;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE, SUBSTITUTE);
+-End
+-
+-File gid_File_Extra_Cdedraw
+- Name = "cdedraw.zip";
+- PackedName = "f_0460";
+- Size = 4521;
+- ArchiveFiles = 8;
+- ArchiveSize = 12448;
+- Dir = gid_Dir_Cde_Netdir;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE);
+-End
+-
+-File gid_File_Extra_Cdeimpress_Lang
+- Name = "cdeimpress01.zip";
+- PackedName = "f_0461";
+- Size = 5198;
+- ArchiveFiles = 13;
+- ArchiveSize = 7796;
+- Dir = gid_Dir_Cde_Netdir;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE, SUBSTITUTE);
+-End
+-
+-File gid_File_Extra_Cdeimpress
+- Name = "cdeimpress.zip";
+- PackedName = "f_0462";
+- Size = 7056;
+- ArchiveFiles = 12;
+- ArchiveSize = 18740;
+- Dir = gid_Dir_Cde_Netdir;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE);
+-End
+-
+-File gid_File_Bin_Dtint
+- Name = "dtint";
+- PackedName = "f_0463";
+- Size = 2826;
+- Dir = gid_Dir_Cde_Netdir;
+- Carrier = gid_DataCarrier;
+- UnixRights = 755;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (PACKED);
+-End
+-
+-Procedure gid_Procedure_Cde_Inst
+- ProcName = "CDEInst";
+- Styles = (STANDALONE, WORKSTATION, INSTALL, AFTER_INST);
+- Code = {Sub CDEInst
+- On Error goto SCRIPT_OBJECT_NOT_FOUND
+- dim UILanguage As Integer
+- dim message1 As String
+- dim message2 As String
+- UILanguage = GetUILanguage
+- if ( Not IsResponsefileMode() ) then
+- Select Case UILanguage
+- Case 01
+- SiMsgBox ("StarOffice was added to the CDE Frontpanel during the installation. Please restart the workspace manager for this change to take effect.")
+- Case 03
+- SiMsgBox ("O StarOffice foi adicionado à interface gráfica CDE durante a instalação. Reinicie o Workspace Manager para garantir a respectiva actualização.")
+- Case 07
+- message1 = cvtuilang( "Âî âðåìÿ èíñòàëëÿöèè â ïåðåäíþþ ïàíåëü CDE äîáàâëåí StarOffice. Ïåðåçàïóñòèòå äèñïåò÷åðà Workspace äëÿ òîãî, ÷òîáû ýòè èçìåíåíèÿ âñòóïèëè â ñèëó." )
+- SiMsgBox (message1)
+- Case 30
+- SiMsgBox ("ÊáôÜ ôçí åãêáôÜóôáóç ðñïóôÝèçêå ôï StarOffice óôï CDE-Frontpanel. Ðáñáêáëþ åðáíåêêéíÞóôå ôï Workspace-Manager ãéá íá éó÷ýóïõí ïé áëëáãÝò.")
+- Case 31
+- SiMsgBox ("Gedurende de installatie werd StarOffice toegevoegd aan het CDE-fontpanel. Start de Workspace-manager opnieuw om te garanderen dat deze verandering effectief is.")
+- Case 33
+- SiMsgBox ("Au cours de l'installation, StarOffice a été ajouté à l'interface graphique CDE. Afin de pouvoir en profiter, vous devez redémarrer le Workspace manager.")
+- Case 34
+- SiMsgBox ("StarOffice se añadió a la interfaz gráfica (CDE) durante la instalación. Inicie por favor nuevamente el Workspace-Manager para la actualización.")
+- Case 35
+- SiMsgBox ("StarOffice was added to the CDE Frontpanel during the installation. Please restart the workspace manager for this change to take effect.")
+- Case 37
+- SiMsgBox ("StarOffice se añadió a la interfaz gráfica (CDE) durante la instalación. Inicie por favor nuevamente el Workspace-Manager para la actualización.")
+- Case 39
+- SiMsgBox ("Nel corso dell'installazione StarOffice è stato inserito nel frontpanel CDE. Riavviate il workspace manager affinché la modifica abbia effetto.")
+- Case 45
+- SiMsgBox ("Under installationen er StarOffice blevet tilføjet til CDE-frontpanelet. Genstart venligst workspace-manager for at ændringerne kan træde i kraft.")
+- Case 46
+- SiMsgBox ("Under installationen adderades StarOffice till CDE-frontpanelen. Starta om workspace-managern för att säkerställa att ändringen träder i kraft")
+- Case 48
+- message1 = cvtuilang( "Podczas instalacji do interfejsu graficznego CDE do³¹czono program StarOffice. Korzystanie z niego mo¿liwe bêdzie po ponownym uruchomieniu mened¿era Workspace." )
+- SiMsgBox (message1)
+- Case 49
+- SiMsgBox ("Während der Installation wurde das StarOffice dem CDE-Frontpanel hinzugefügt. Bitte starten Sie den Workspace-Manager neu, um sicherzustellen, dass Sie hiervon profitieren.")
+- Case 81
+- SiMsgBox ("ï½²ï¾ï½½ï¾„ール中㫠StarOffice 㯠CDE フロï¾ï¾„パネルã«è¿½åŠ ã•ã‚Œã¾ã—ãŸã€‚ワークスï¾ï¾Ÿï½°ï½½ï¾ï¾ˆï½°ï½¼ï¾žï½¬ï½°ã‚’å†èµ·å‹•ã—ã¦ã€ã“ã®å¤‰æ›´ã‚’確èªã—ã¦ãã ã•ã„。")
+- Case 82
+- SiMsgBox ("설치하는 ë™ì•ˆ StarOfficeì´(ê°€) CDE-Frontpanelì— ì¶”ê°€ë˜ì—ˆìŠµë‹ˆë‹¤. 변경 ì‚¬í•­ì„ ì €ìž¥í•˜ê¸° 위해 작업공간 관리ìžë¥¼ 다시 시작하십시오.")
+- Case 86
+- SiMsgBox ("在安装程åºæ—¶ï¼ŒStarOffice å·²ç»æ•´åˆåˆ° CDE ç•Œé¢å†…。请您é‡æ–°å¯åŠ¨å·¥ä½œç•Œé¢ç®¡ç†ç¨‹åºä»¥ä¾¿å¯åŠ¨è¿™ä¸ªæ•ˆæžœã€‚")
+- Case 88
+- SiMsgBox ("安è£ç¨‹å¼å·²ç¶“å°‡ StarOffice æ•´åˆåˆ° CDE ç•Œé¢ã€‚在é‡æ–°ç™»å…¥ç³»çµ±æ™‚就能夠使用程å¼å•Ÿå‹•æŒ‰éˆ•ã€‚")
+- Case 90
+- SiMsgBox ("Kurulum sýrasýnda StarOffice, CDE-Frontpanel'e eklendi. Bunun kullanýldýðýndan emin olabilmek için Workspace Manager'i yeniden baþlatýn.")
+- Case 96
+- SiMsgBox ("Êã ÅÖÇÝÉ StarOffice Åáì CDE-Frontpanel ÃËäÇÁ ÚãáíÉ ÇáÊËÈíÊ. ÇáÑÌÇÁ ÅÚÇÏÉ ÈÏÁ Workspace Manager ÍÊì ÊÕÈÍ åÐå ÇáÊÛííÑÇÊ ÓÇÑíÉ ÇáãÝÚæá.")
+- Case 99
+- SiMsgBox ("STR_BASIC_CDEINT#99")
+- Case Else
+- SiMsgBox ("StarOffice was added to the CDE Frontpanel during the installation. Please restart the workspace manager for this change to take effect.")
+- End Select
+- endif
+-
+- Exit Sub
+-
+- SCRIPT_OBJECT_NOT_FOUND:
+-End Sub
+-
+-
+-
+-
+-};
+-End
+-
+-Procedure gid_Procedure_Cde_Helper
+- ProcName = "CDEHelper";
+- Styles = (STANDALONE, NETWORK, INSTALL, AFTER_INST);
+- Code = {Sub CDEHelper
+-
+- rem Anlegen von Dateien
+-
+- dim FileNrWrite as Integer
+- dim strFileName as String
+- dim strInputString as String
+-
+- strFileName = DirEntry(GetSetupEnv.DestPath, "share", "cde", "information and setup", "StarOffice on the Web")
+- strInputString = "http://www.sun.com/staroffice"
+-
+- FileNrWrite = 1
+-
+- REM MsgBox("Anlegen der Datei: " & strFileName)
+-
+- Open strFileName For Output As FileNrWrite
+-
+- print #FileNrWrite strInputString
+-
+- Close #FileNrWrite
+-
+- strFileName = DirEntry(GetSetupEnv.DestPath, "share", "cde", "information and setup", "StarOffice_6.0_setup")
+-
+- Open strFileName For Output As FileNrWrite
+-
+- Close #FileNrWrite
+-
+- shell("chmod 755 " & "'" & strFileName & "'")
+-
+- strFileName = DirEntry(GetSetupEnv.DestPath, "share", "cde", "other", "StarOffice_6.0_masterdoc")
+-
+- Open strFileName For Output As FileNrWrite
+-
+- Close #FileNrWrite
+-
+- shell("chmod 755 " & "'" & strFileName & "'")
+-
+- strFileName = DirEntry(GetSetupEnv.DestPath, "share", "cde", "other", "StarOffice_6.0_mathdoc")
+-
+- Open strFileName For Output As FileNrWrite
+-
+- Close #FileNrWrite
+-
+- shell("chmod 755 " & "'" & strFileName & "'")
+-
+- strFileName = DirEntry(GetSetupEnv.DestPath, "share", "cde", "other", "StarOffice_6.0_labels")
+-
+- Open strFileName For Output As FileNrWrite
+-
+- Close #FileNrWrite
+-
+- shell("chmod 755 " & "'" & strFileName & "'")
+-
+- strFileName = DirEntry(GetSetupEnv.DestPath, "share", "cde", "other", "StarOffice_6.0_vcards")
+-
+- Open strFileName For Output As FileNrWrite
+-
+- Close #FileNrWrite
+-
+- shell("chmod 755 " & "'" & strFileName & "'")
+-
+- strFileName = DirEntry(GetSetupEnv.DestPath, "share", "cde", "auto pilots", "StarOffice_6.0_letter")
+-
+- Open strFileName For Output As FileNrWrite
+-
+- Close #FileNrWrite
+-
+- shell("chmod 755 " & "'" & strFileName & "'")
+-
+- strFileName = DirEntry(GetSetupEnv.DestPath, "share", "cde", "auto pilots", "StarOffice_6.0_fax")
+-
+- Open strFileName For Output As FileNrWrite
+-
+- Close #FileNrWrite
+-
+- shell("chmod 755 " & "'" & strFileName & "'")
+-
+- strFileName = DirEntry(GetSetupEnv.DestPath, "share", "cde", "auto pilots", "StarOffice_6.0_agenda")
+-
+- Open strFileName For Output As FileNrWrite
+-
+- Close #FileNrWrite
+-
+- shell("chmod 755 " & "'" & strFileName & "'")
+-
+- strFileName = DirEntry(GetSetupEnv.DestPath, "share", "cde", "auto pilots", "StarOffice_6.0_memo")
+-
+- Open strFileName For Output As FileNrWrite
+-
+- Close #FileNrWrite
+-
+- shell("chmod 755 " & "'" & strFileName & "'")
+-
+- rem Kopieren der Readme
+-
+- dim strSourceFile as String
+- dim strDestFile as String
+-
+- strSourceFile = DirEntry(GetSetupEnv.DestPath, "README")
+- strDestFile = DirEntry(GetSetupEnv.DestPath, "share", "cde", "information and setup", "README")
+-
+- FileCopy(strSourceFile, strDestFile)
+-
+-End Sub
+-
+-
+-
+-
+-};
+-End
+-
+-Procedure gid_Procedure_Cde_Helper_Dtint
+- ProcName = "CDEHelperDtint";
+- Styles = (STANDALONE, WORKSTATION, INSTALL, AFTER_INST);
+- Code = {Sub CDEHelperDtint
+-
+- rem Ausführen von dtint mit den notwendigen Parameter
+-
+- dim userlanguage As Integer
+- dim dtint_file As String
+- dim instpath As String
+- dim dtint_call As String
+- dim language_paramter As String
+- dim array_languages()
+-
+- if ( Not IsResponsefileMode() ) then
+-
+- array_languages = GetSelectedLanguages
+- userlanguage = array_languages(0)
+- Select Case userlanguage
+- Case 01
+- language_parameter = "en"
+- Case 03
+- language_parameter = "pt"
+- Case 07
+- language_parameter = "ru"
+- Case 30
+- language_parameter = "el"
+- Case 31
+- language_parameter = "nl"
+- Case 33
+- language_parameter = "fr"
+- Case 34
+- language_parameter = "es"
+- Case 39
+- language_parameter = "it"
+- Case 45
+- language_parameter = "da"
+- Case 46
+- language_parameter = "sv"
+- Case 48
+- language_parameter = "pl"
+- Case 49
+- language_parameter = "de"
+- Case 81
+- language_parameter = "ja"
+- Case 82
+- language_parameter = "ko"
+- Case 86
+- language_parameter = "zh_CN"
+- Case 88
+- language_parameter = "zh_TW"
+- Case 90
+- language_parameter = "tr"
+- Case 96
+- language_parameter = "ar"
+- Case 99
+- language_parameter = "ISO_CODE"
+- Case Else
+- language_parameter = "en"
+- End Select
+-
+- If GetsetupEnv.Installtype = "IT_WORKSTATION" Then
+- dtint_file = DirEntry(GetSetupEnv.SourcePath, "share", "cde", "dtint")
+- instpath = DirEntry(GetSetupEnv.SourcePath)
+- Else
+- dtint_file = DirEntry(GetSetupEnv.DestPath, "share", "cde", "dtint")
+- instpath = DirEntry(GetSetupEnv.DestPath)
+- EndIf
+-
+- dtint_call = "'" & dtint_file & "'" & " " & "'" & instpath & "'" & " " & "StarOffice" & " " & "6.0" & " " & language_parameter
+-
+- rem msgbox("Aufruf: " & dtint_call)
+-
+- shell(dtint_call)
+- EndIf
+-
+-End Sub
+-
+-
+-
+-
+-};
+-End
+-
+-Procedure gid_Procedure_Cde_Deinstall
+- ProcName = "CDEDeinstall";
+- Styles = (STANDALONE, WORKSTATION, UNINSTALL, BEFORE_INST);
+- Code = {Sub CDEDeinstall
+-
+- rem Ausführen von dtint mit den notwendigen Parameter
+-
+- dim dtint_file As String
+- dim instpath As String
+- dim dtint_call As String
+-
+- REM If GetsetupEnv.Installtype = "IT_WORKSTATION" Then
+-
+- If GetSetupEnv.IsInstallFromNet Then
+- dtint_file = DirEntry(GetSetupEnv.SourcePath, "share", "cde", "dtint")
+- instpath = DirEntry(GetSetupEnv.SourcePath)
+- Else
+- dtint_file = DirEntry(GetSetupEnv.DestPath, "share", "cde", "dtint")
+- instpath = DirEntry(GetSetupEnv.DestPath)
+- EndIf
+-
+- dtint_call = "'" & dtint_file & "'" & " " & "-remove" & " " & "StarOffice" & " " & "6.0"
+-
+- rem msgbox("Aufruf: " & dtint_call)
+-
+- shell(dtint_call)
+-
+-End Sub
+-
+-
+-
+-
+-};
+-End
+-
+-Module gid_Module_Optional_Cde
+- ParentID = gid_Module_Optional;
+- Name = "CDE integration";
+- Description = "This module allows StarOffice 6.0 to be integrated into the SOLARIS CommonDesktopEnvironment.";
+- Files = (gid_File_Bin_Cde_Sagenda, gid_File_Bin_Cde_Sfax, gid_File_Bin_Cde_Slabel, gid_File_Bin_Cde_Sletter, gid_File_Bin_Cde_Smemo, gid_File_Bin_Cde_Svcard, gid_File_Bin_Cde_Fromtemplate, gid_File_Extra_Cdegroup, gid_File_Extra_Cdegroup_Lang, gid_File_Extra_Cdewriter,
+- gid_File_Extra_Cdewriter_Lang, gid_File_Extra_Cdecalc_Lang, gid_File_Extra_Cdecalc, gid_File_Extra_Cdedraw_Lang, gid_File_Extra_Cdedraw, gid_File_Extra_Cdeimpress_Lang, gid_File_Extra_Cdeimpress, gid_File_Bin_Dtint);
+- Dirs = (gid_Dir_Cde_Information, gid_Dir_Cde_Autopilots, gid_Dir_Cde_Information, gid_Dir_Cde_Autopilots);
+- Procedures = (gid_Procedure_Cde_Inst, gid_Procedure_Cde_Helper, gid_Procedure_Cde_Helper_Dtint, gid_Procedure_Cde_Deinstall);
+-End
+-
+-File gid_File_Extra_Gnomegroup
+- Name = "cdegroup.zip";
+- PackedName = "f_0464";
+- Size = 9303;
+- ArchiveFiles = 16;
+- ArchiveSize = 24796;
+- Dir = gid_Dir_Share_Gnome;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE);
+- Contains = ("icons/001_star_butterfly.l.xpm:2890", "icons/001_star_butterfly.m.xpm:1546", "icons/001_star_butterfly.s.xpm:1066", "icons/001_star_butterfly.t.xpm:714", "icons/016_template.l.xpm:2884", "icons/016_template.m.xpm:1540", "icons/016_template.s.xpm:1060", "icons/016_template.t.xpm:708", "icons/017_macrolibrary.l.xpm:2888", "icons/017_macrolibrary.m.xpm:1544",
+- "icons/017_macrolibrary.s.xpm:1064", "icons/017_macrolibrary.t.xpm:712", "icons/500_setup.l.xpm:2881", "icons/500_setup.m.xpm:1537", "icons/500_setup.s.xpm:1057", "icons/500_setup.t.xpm:705");
+-End
+-
+-File gid_File_Extra_Gnomewriter
+- Name = "cdewriter.zip";
+- PackedName = "f_0465";
+- Size = 13360;
+- ArchiveFiles = 24;
+- ArchiveSize = 37296;
+- Dir = gid_Dir_Share_Gnome;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE);
+- Contains = ("icons/002_text_document.l.xpm:2889", "icons/002_text_document.m.xpm:1545", "icons/002_text_document.s.xpm:1065", "icons/002_text_document.t.xpm:713", "icons/003_text_template.l.xpm:2889", "icons/003_text_template.m.xpm:1545", "icons/003_text_template.s.xpm:1065", "icons/003_text_template.t.xpm:713", "icons/011_global_document.l.xpm:2891", "icons/011_global_document.m.xpm:1547",
+- "icons/011_global_document.s.xpm:1067", "icons/011_global_document.t.xpm:715", "icons/012_html_document.l.xpm:2889", "icons/012_html_document.m.xpm:1545", "icons/012_html_document.s.xpm:1065", "icons/012_html_document.t.xpm:713", "icons/014_database_document.l.xpm:2893", "icons/014_database_document.m.xpm:1549", "icons/014_database_document.s.xpm:1069", "icons/014_database_document.t.xpm:717",
+- "icons/015_math_document.l.xpm:2889", "icons/015_math_document.m.xpm:1545", "icons/015_math_document.s.xpm:1065", "icons/015_math_document.t.xpm:713");
+-End
+-
+-File gid_File_Extra_Gnomecalc
+- Name = "cdecalc.zip";
+- PackedName = "f_0466";
+- Size = 6847;
+- ArchiveFiles = 12;
+- ArchiveSize = 18696;
+- Dir = gid_Dir_Share_Gnome;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE);
+- Contains = ("icons/004_spreadsheet_document.l.xpm:2896", "icons/004_spreadsheet_document.m.xpm:1552", "icons/004_spreadsheet_document.s.xpm:1072", "icons/004_spreadsheet_document.t.xpm:720", "icons/005_spreadsheet_template.l.xpm:2896", "icons/005_spreadsheet_template.m.xpm:1552", "icons/005_spreadsheet_template.s.xpm:1072", "icons/005_spreadsheet_template.t.xpm:720", "icons/013_chart_document.l.xpm:2890", "icons/013_chart_document.m.xpm:1546",
+- "icons/013_chart_document.s.xpm:1066", "icons/013_chart_document.t.xpm:714");
+-End
+-
+-File gid_File_Extra_Gnomedraw
+- Name = "cdedraw.zip";
+- PackedName = "f_0467";
+- Size = 4521;
+- ArchiveFiles = 8;
+- ArchiveSize = 12448;
+- Dir = gid_Dir_Share_Gnome;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE);
+- Contains = ("icons/006_drawing_document.l.xpm:2892", "icons/006_drawing_document.m.xpm:1548", "icons/006_drawing_document.s.xpm:1068", "icons/006_drawing_document.t.xpm:716", "icons/007_drawing_template.l.xpm:2892", "icons/007_drawing_template.m.xpm:1548", "icons/007_drawing_template.s.xpm:1068", "icons/007_drawing_template.t.xpm:716");
+-End
+-
+-File gid_File_Extra_Gnomeimpress
+- Name = "cdeimpress.zip";
+- PackedName = "f_0468";
+- Size = 7056;
+- ArchiveFiles = 12;
+- ArchiveSize = 18740;
+- Dir = gid_Dir_Share_Gnome;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE);
+- Contains = ("icons/008_presentation_document.l.xpm:2897", "icons/008_presentation_document.m.xpm:1553", "icons/008_presentation_document.s.xpm:1073", "icons/008_presentation_document.t.xpm:721", "icons/009_presentation_template.l.xpm:2897", "icons/009_presentation_template.m.xpm:1553", "icons/009_presentation_template.s.xpm:1073", "icons/009_presentation_template.t.xpm:721", "icons/010_presentation_compressed.l.xpm:2899", "icons/010_presentation_compressed.m.xpm:1555",
+- "icons/010_presentation_compressed.s.xpm:1075", "icons/010_presentation_compressed.t.xpm:723");
+-End
+-
+-File gid_File_Extra_Gnomeappgroup
+- Name = "gnomeappgroup.zip";
+- PackedName = "f_0469";
+- Size = 2621;
+- ArchiveFiles = 6;
+- ArchiveSize = 4586;
+- Dir = gid_Dir_Home_Gnome_Apps_Star;
+- NetDir = gid_Dir_Share_Gnome_Net;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE, SUBSTITUTE);
+- Contains = ("information and setup/:0", "information and setup/.directory:996", "information and setup/setup.desktop:1057", ".order:145", ".directory:1464", "template.desktop:924");
+-End
+-
+-File gid_File_Extra_Gnomeappwriter
+- Name = "gnomeappwriter.zip";
+- PackedName = "f_0470";
+- Size = 6559;
+- ArchiveFiles = 14;
+- ArchiveSize = 9218;
+- Dir = gid_Dir_Home_Gnome_Apps_Star;
+- NetDir = gid_Dir_Share_Gnome_Net;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE, SUBSTITUTE);
+- Contains = ("other/:0", "other/.directory:607", "other/masterdoc.desktop:970", "other/mathdoc.desktop:674", "other/labels.desktop:746", "other/vcards.desktop:815", "auto pilots/:0", "auto pilots/.directory:787", "auto pilots/letter.desktop:668", "auto pilots/fax.desktop:603",
+- "auto pilots/agenda.desktop:709", "auto pilots/memo.desktop:665", "textdoc.desktop:1007", "webdoc.desktop:967");
+-End
+-
+-File gid_File_Extra_Gnomeappcalc
+- Name = "gnomeappcalc.zip";
+- PackedName = "f_0471";
+- Size = 618;
+- ArchiveFiles = 1;
+- ArchiveSize = 844;
+- Dir = gid_Dir_Home_Gnome_Apps_Star;
+- NetDir = gid_Dir_Share_Gnome_Net;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE, SUBSTITUTE);
+- Contains = ("spreadsheet.desktop:844");
+-End
+-
+-File gid_File_Extra_Gnomeappdraw
+- Name = "gnomeappdraw.zip";
+- PackedName = "f_0472";
+- Size = 571;
+- ArchiveFiles = 1;
+- ArchiveSize = 788;
+- Dir = gid_Dir_Home_Gnome_Apps_Star;
+- NetDir = gid_Dir_Share_Gnome_Net;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE, SUBSTITUTE);
+- Contains = ("drawing.desktop:788");
+-End
+-
+-File gid_File_Extra_Gnomeappimpress
+- Name = "gnomeappimpress.zip";
+- PackedName = "f_0473";
+- Size = 626;
+- ArchiveFiles = 1;
+- ArchiveSize = 1010;
+- Dir = gid_Dir_Home_Gnome_Apps_Star;
+- NetDir = gid_Dir_Share_Gnome_Net;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE, SUBSTITUTE);
+- Contains = ("presentation.desktop:1010");
+-End
+-
+-Procedure gid_Procedure_Gnome_Install
+- ProcName = "GnomeInstall";
+- Styles = (STANDALONE, WORKSTATION, INSTALL, AFTER_INST);
+- Code = {Sub GnomeInstall
+-
+- rem Anlegen der Datei
+-
+- dim FileNrWrite as Integer
+- dim strFileName as String
+- dim strInputString as String
+-
+- strFileName = DirEntry( Environ("HOME"), ".gnome", "apps", "StarOffice 6.0","information and setup", "StarOffice on the Web")
+-
+- strInputString = "http://www.sun.com/staroffice"
+-
+- FileNrWrite = 1
+-
+- REM MsgBox("Anlegen der Datei: " & strFileName)
+-
+- Open strFileName For Output As FileNrWrite
+-
+- print #FileNrWrite strInputString
+-
+- Close #FileNrWrite
+-
+- rem Kopieren der Readme
+-
+- dim strSourceFile as String
+- dim strDestFile as String
+-
+- strSourceFile = DirEntry(GetSetupEnv.DestPath, "README")
+- strDestFile = DirEntry( Environ("HOME"), ".gnome", "apps", "StarOffice 6.0", "information and setup", "README")
+-
+- FileCopy(strSourceFile, strDestFile)
+-
+-End Sub
+-
+-
+-
+-
+-};
+-End
+-
+-Module gid_Module_Optional_Gnome
+- ParentID = gid_Module_Optional;
+- Name = "GNOME Integration";
+- Description = "This module allows for the integration of StarOffice 6.0 in the GNOME desktop environment.";
+- Default = YES;
+- Installed = YES;
+- Files = (gid_File_Extra_Gnomegroup, gid_File_Extra_Gnomewriter, gid_File_Extra_Gnomecalc, gid_File_Extra_Gnomedraw, gid_File_Extra_Gnomeimpress, gid_File_Extra_Gnomeappgroup, gid_File_Extra_Gnomeappwriter, gid_File_Extra_Gnomeappcalc, gid_File_Extra_Gnomeappdraw, gid_File_Extra_Gnomeappimpress,
+- gid_File_Bin_Cde_Sagenda, gid_File_Bin_Cde_Sfax, gid_File_Bin_Cde_Slabel, gid_File_Bin_Cde_Sletter, gid_File_Bin_Cde_Smemo, gid_File_Bin_Cde_Svcard, gid_File_Bin_Cde_Fromtemplate);
+- Dirs = (gid_Dir_Share, gid_Dir_Share_Gnome, gid_Dir_Home_Gnome, gid_Dir_Home_Gnome_Apps, gid_Dir_Home_Gnome_Apps_Star, gid_Dir_Home_Gnome_Apps_Star_Info, gid_Dir_Share, gid_Dir_Share_Gnome, gid_Dir_Home_Gnome, gid_Dir_Home_Gnome_Apps,
+- gid_Dir_Home_Gnome_Apps_Star, gid_Dir_Home_Gnome_Apps_Star_Info);
+- Procedures = (gid_Procedure_Gnome_Install);
+-End
+-
+-File gid_File_Extra_Kde_Cdegroup
+- Name = "cdegroup.zip";
+- PackedName = "f_0474";
+- Size = 9303;
+- ArchiveFiles = 16;
+- ArchiveSize = 24796;
+- Dir = gid_Dir_Kde_Netdir;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE);
+- Contains = ("icons/001_star_butterfly.l.xpm:2890", "icons/001_star_butterfly.m.xpm:1546", "icons/001_star_butterfly.s.xpm:1066", "icons/001_star_butterfly.t.xpm:714", "icons/016_template.l.xpm:2884", "icons/016_template.m.xpm:1540", "icons/016_template.s.xpm:1060", "icons/016_template.t.xpm:708", "icons/017_macrolibrary.l.xpm:2888", "icons/017_macrolibrary.m.xpm:1544",
+- "icons/017_macrolibrary.s.xpm:1064", "icons/017_macrolibrary.t.xpm:712", "icons/500_setup.l.xpm:2881", "icons/500_setup.m.xpm:1537", "icons/500_setup.s.xpm:1057", "icons/500_setup.t.xpm:705");
+-End
+-
+-File gid_File_Extra_Kdemimeimpress
+- Name = "kdemimeimpress.zip";
+- PackedName = "f_0475";
+- Size = 865;
+- ArchiveFiles = 3;
+- ArchiveSize = 393;
+- Dir = gid_Dir_Kde2_Share_Mimelnk;
+- NetDir = gid_Dir_Share_Kde_Net_Mimelnk;
+- Carrier = gid_DataCarrier;
+- UnixRights = 644;
+- Date = "30082001";
+- Time = "0600";
+- Styles = (ARCHIVE, SUBSTITUTE);
+- Contains = ("application/:0", "application/vnd.sun.xml.impress.desktop:197", "application/vnd.stardivision.impress.desktop:196");
++ Contains = ("application/:0", "application/vnd.sun.xml.impress.desktop:197", "application/vnd.stardivision.impress.desktop:196");
+ End
+
+ File gid_File_Extra_Kdemimedraw
+@@ -12630,6 +12012,7 @@
+ End Sub
+
+
++
+ };
+ End
+
+@@ -12754,6 +12137,7 @@
+
+
+
++
+ };
+ End
+
+@@ -12769,13 +12153,6 @@
+ Procedures = (gid_Procedure_Kde_Inst, gid_Procedure_Kde_Inst_For_Redhat);
+ End
+
+-Profile gid_Profile_Install_Ini
+- ModuleID = gid_Module_Root;
+- Name = "install.ini";
+- Dir = gid_Dir_Program;
+- Styles = (NETWORK);
+-End
+-
+ Profile gid_Profile_Sversion_Ini
+ ModuleID = gid_Module_Root;
+ Name = ".sversionrc";
+@@ -12788,80 +12165,16 @@
+ Dir = gid_Dir_User;
+ End
+
+-Profile gid_Profile_Bootstrap_Ini
+- ModuleID = gid_Module_Root;
+- Name = "bootstraprc";
+- Dir = gid_Dir_Program;
+- Styles = (NETWORK);
+-End
+-
+-Profile gid_Profile_Jvmsetup_Ini
+- ModuleID = gid_Module_Root;
+- Name = "jvmsetuprc";
+- Dir = gid_Dir_Program;
+- Styles = (NETWORK);
+-End
+-
+-Profile gid_Profile_Setup_Ini
+- ModuleID = gid_Module_Root;
+- Name = "setuprc";
+- Dir = gid_Dir_Program;
+- Styles = (NETWORK);
+-End
+-
+-Profile gid_Profile_Soffice_Ini
+- ModuleID = gid_Module_Root;
+- Name = "sofficerc";
+- Dir = gid_Dir_Program;
+- Styles = (NETWORK);
+-End
+-
+ ProfileItem gid_Profileitem_Versions_Staroffice5_2
+ ModuleID = gid_Module_Root;
+ ProfileID = gid_Profile_Sversion_Ini;
+ Section = "Versions";
+ Key = "StarOffice 6.0";
+- Value = "<workpath>";
++ Value = "%%PREFIX%%/staroffice6.0";
+ Order = 1;
+ Styles = (INSTALL_INFO);
+ End
+
+-ProfileItem gid_Profileitem_Bootstrap_Productkey
+- ModuleID = gid_Module_Root;
+- ProfileID = gid_Profile_Bootstrap_Ini;
+- Section = "Bootstrap";
+- Key = "ProductKey";
+- Value = "StarOffice 6.0";
+- Order = 1;
+-End
+-
+-ProfileItem gid_Profileitem_Bootstrap_Location
+- ModuleID = gid_Module_Root;
+- ProfileID = gid_Profile_Bootstrap_Ini;
+- Section = "Bootstrap";
+- Key = "Location";
+- Value = "$(SYSUSERCONFIG)/.sversionrc";
+- Order = 2;
+-End
+-
+-ProfileItem gid_Profileitem_Bootstrap_Section
+- ModuleID = gid_Module_Root;
+- ProfileID = gid_Profile_Bootstrap_Ini;
+- Section = "Bootstrap";
+- Key = "Section";
+- Value = "Versions";
+- Order = 3;
+-End
+-
+-ProfileItem gid_Profileitem_Bootstrap_Logo
+- ModuleID = gid_Module_Root;
+- ProfileID = gid_Profile_Bootstrap_Ini;
+- Section = "Bootstrap";
+- Key = "Logo";
+- Value = "1";
+- Order = 4;
+-End
+-
+ ProfileItem gid_Profileitem_Sregistry_Configuration_Servertype
+ ModuleID = gid_Module_Root;
+ ProfileID = gid_Profile_Sregistry_Ini;
+@@ -12869,87 +12182,6 @@
+ Key = "servertype";
+ Value = "local";
+ Order = 1;
+-End
+-
+-ProfileItem gid_Profileitem_Jvmsetup_UNO_TYPES
+- ModuleID = gid_Module_Root;
+- ProfileID = gid_Profile_Jvmsetup_Ini;
+- Section = "Bootstrap";
+- Key = "UNO_TYPES";
+- Value = "applicat.rdb";
+- Order = 1;
+-End
+-
+-ProfileItem gid_Profileitem_Jvmsetup_UNO_SERVICES
+- ModuleID = gid_Module_Root;
+- ProfileID = gid_Profile_Jvmsetup_Ini;
+- Section = "Bootstrap";
+- Key = "UNO_SERVICES";
+- Value = "applicat.rdb";
+- Order = 2;
+-End
+-
+-ProfileItem gid_Profileitem_Setup_UNO_TYPES
+- ModuleID = gid_Module_Root;
+- ProfileID = gid_Profile_Setup_Ini;
+- Section = "Bootstrap";
+- Key = "UNO_TYPES";
+- Value = "applicat.rdb";
+- Order = 1;
+-End
+-
+-ProfileItem gid_Profileitem_Setup_UNO_SERVICES
+- ModuleID = gid_Module_Root;
+- ProfileID = gid_Profile_Setup_Ini;
+- Section = "Bootstrap";
+- Key = "UNO_SERVICES";
+- Value = "applicat.rdb";
+- Order = 2;
+-End
+-
+-ProfileItem gid_Profileitem_SOffice_Productkey
+- ModuleID = gid_Module_Root;
+- ProfileID = gid_Profile_Soffice_Ini;
+- Section = "Bootstrap";
+- Key = "ProductKey";
+- Value = "StarOffice 6.0";
+- Order = 1;
+-End
+-
+-ProfileItem GID_PROFILEITEM_SOFFICE_SVERSION
+- ModuleID = gid_Module_Root;
+- ProfileID = gid_Profile_Soffice_Ini;
+- Section = "Bootstrap";
+- Key = "SVersion";
+- Value = "$SYSUSERCONFIG/.sversionrc";
+- Order = 2;
+-End
+-
+-ProfileItem gid_Profileitem_SOffice_UNO_TYPES
+- ModuleID = gid_Module_Root;
+- ProfileID = gid_Profile_Soffice_Ini;
+- Section = "Bootstrap";
+- Key = "UNO_TYPES";
+- Value = "applicat.rdb";
+- Order = 3;
+-End
+-
+-ProfileItem gid_Profileitem_SOffice_UNO_SERVICES
+- ModuleID = gid_Module_Root;
+- ProfileID = gid_Profile_Soffice_Ini;
+- Section = "Bootstrap";
+- Key = "UNO_SERVICES";
+- Value = "applicat.rdb";
+- Order = 4;
+-End
+-
+-ProfileItem gid_Profileitem_SOffice_UNO_WRITERDB
+- ModuleID = gid_Module_Root;
+- ProfileID = gid_Profile_Soffice_Ini;
+- Section = "Bootstrap";
+- Key = "UNO_WRITERDB";
+- Value = "$SYSUSERCONFIG/.user60.rdb";
+- Order = 5;
+ End
+
+ StarRegistryItem gid_Starregistryitem_Services_Xmlhelp
diff --git a/editors/staroffice70/files/javarc b/editors/staroffice70/files/javarc
new file mode 100644
index 000000000000..eb8c7a25f81d
--- /dev/null
+++ b/editors/staroffice70/files/javarc
@@ -0,0 +1,17 @@
+
+[Install]
+PackageInstallationDirectory=jre1.3.1
+InstallationPath=.
+CPLD=0
+AdditionalClasspath=<OFFICE_CLASSDIR>/classes.jar:<OFFICE_CLASSDIR>/sandbox.jar:<OFFICE_CLASSDIR>/ridl.jar:<OFFICE_CLASSDIR>/unoil.jar:<OFFICE_CLASSDIR>/jurt.jar:<OFFICE_CLASSDIR>/juh.jar:<OFFICE_CLASSDIR>/swingall.jar:<OFFICE_CLASSDIR>/java_uno.jar:<OFFICE_CLASSDIR>/xmlhelp.jar:<OFFICE_CLASSDIR>/xmlsearch.jar:<OFFICE_CLASSDIR>/db.jar:<OFFICE_CLASSDIR>/xt.jar:<OFFICE_CLASSDIR>/jaxp.jar:<OFFICE_CLASSDIR>/parser.jar
+InstallationPackage=j2re-1_3_1-linux-i386.bin
+Version=1.3.1
+Vendor=Sun Microsystems, Inc.
+VerifiedVersion=1.3.1
+RequiredVersion=1.3.0
+ExcludeVersion=1.1.6 1.1.7b 1.1.7B 1.1.8 1.2.1
+
+[Java]
+Java=0
+JavaScript=0
+Applets=0
diff --git a/editors/staroffice70/files/setup.patch b/editors/staroffice70/files/setup.patch
deleted file mode 100644
index 0316f6476df3..000000000000
--- a/editors/staroffice70/files/setup.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- setup.orig Mon May 8 08:20:00 2000
-+++ setup.new Fri Aug 25 15:16:12 2000
-@@ -1,7 +1,10 @@
--#!/bin/sh
-+#!/compat/linux/bin/sh
- #
- # StarOffice patch checking script
- # (c) 2000, Sun Microsystems Inc.
-+
-+# fix coredump on remote DISPLAY (IRIX)
-+export SAL_IGNOREXERRORS=1
-
- # resolve installation directory
- sd_platform=`uname -s`
diff --git a/editors/staroffice70/files/soffice.patch b/editors/staroffice70/files/soffice.patch
deleted file mode 100644
index f65b9ed73ffa..000000000000
--- a/editors/staroffice70/files/soffice.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- soffice Mon May 8 08:20:00 2000
-+++ soffice.new Fri Aug 25 15:19:40 2000
-@@ -1,7 +1,10 @@
--#!/bin/sh
-+#!/compat/linux/bin/sh
- #
- # StarOffice startup script
- # (c) 1999 Sun Microsystems, Inc.
-+
-+# fix coredump on remote DISPLAY (IRIX)
-+export SAL_IGNOREXERRORS=1
-
- #
- # STAR_PROFILE_LOCKING_DISABLED=1
diff --git a/editors/staroffice70/files/sregistryrc b/editors/staroffice70/files/sregistryrc
new file mode 100644
index 000000000000..f29ec80e90ec
--- /dev/null
+++ b/editors/staroffice70/files/sregistryrc
@@ -0,0 +1,3 @@
+[configuration]
+servertype=local
+
diff --git a/editors/staroffice70/pkg-descr b/editors/staroffice70/pkg-descr
index 758565469eaf..cfae5632e27d 100644
--- a/editors/staroffice70/pkg-descr
+++ b/editors/staroffice70/pkg-descr
@@ -1,4 +1,4 @@
-StarOffice 5.2 is a suite of office productivity applications containing
+StarOffice 6.0 is a suite of office productivity applications containing
a word processor, spreadsheet, graphics and presentation, image
manipulation, and charting. StarOffice offers the ability to read and
write Microsoft Office files.
diff --git a/editors/staroffice70/pkg-message b/editors/staroffice70/pkg-message
index 656a22469a3c..a3b28d4e3447 100644
--- a/editors/staroffice70/pkg-message
+++ b/editors/staroffice70/pkg-message
@@ -1,14 +1,41 @@
-StarOffice 5.2 Personal Install How-To
+StarOffice 6.0 Personal Install How-To
Written by: Darren Wiebe <dkwiebe@hagenhomes.com>
and Martin Blapp <mb@imp.ch>
-You will very shortly have finished a network install of StarOffice 5.2.
-Once that is done exit X11 and run it again as the user that you usually use.
-Then run "make install-user" and do a standard workstation install.
-Change the install path to $HOME/office52. Then add $HOME/office52/ to your path.
+------------------------------------------------------------------
+
+Note that this a a BETA RELEASE of Staroffice6.0
+
+------------------------------------------------------------------
+
+BUGS:
+
+A userinstall is handled unproperly. Staroffice tries to
+write to the wrong location and doesn't handle this properly
+and crashes.
+
+Workaround:
+
+# chmod 777 $PREFIX/staroffice6.0/share/config/registry/instance/org/openoffice/Office
+# chmod +s $PREFIX/staroffice6.0/share/config/registry/instance/org/openoffice/Office
+
+$PREFIX is in most cases "/usr/local". Adding +s on the
+config directory does make if writable for later.
+
+This should only be done as urgent workaround if you don't
+want to work as root and really like to test Staroffice6.0-Beta.
+
+------------------------------------------------------------------
+
+You will very shortly have finished a network install of
+StarOffice 6.0. Once that is done exit X11 and run it again as
+the user that you usually use. Then run "make install-user" and
+do a standard workstation install. Change the install path to
+$HOME/staroffice6.0. Then add $HOME/staroffice6.0/ to your path.
It will now be ready to use.
Good Luck
+------------------------------------------------------------------
diff --git a/editors/staroffice70/pkg-plist b/editors/staroffice70/pkg-plist
index 9d4b28aab89a..815ec8f6bfaa 100644
--- a/editors/staroffice70/pkg-plist
+++ b/editors/staroffice70/pkg-plist
@@ -1,3027 +1,4086 @@
-office52/program/setup.log
-office52/program/filter/libicg569li.so
-office52/program/filter/libemp569li.so
-office52/program/filter/libeme569li.so
-office52/program/filter/libipd569li.so
-office52/program/filter/libitg569li.so
-office52/program/filter/libeps569li.so
-office52/program/filter/libips569li.so
-office52/program/filter/libexp569li.so
-office52/program/filter/libepb569li.so
-office52/program/filter/libepg569li.so
-office52/program/filter/libepp569li.so
-office52/program/filter/libipb569li.so
-office52/program/filter/libera569li.so
-office52/program/filter/libira569li.so
-office52/program/filter/libegi569li.so
-office52/program/filter/libidx569li.so
-office52/program/filter/libicd569li.so
-office52/program/filter/libept569li.so
-office52/program/filter/libipt569li.so
-office52/program/filter/libime569li.so
-office52/program/filter/libipx569li.so
-office52/program/filter/libepn569li.so
-office52/program/filter/libiti569li.so
-office52/program/filter/libeti569li.so
-office52/program/classes/sandbox.jar
-office52/program/classes/jurt.jar
-office52/program/classes/tkt.jar
-office52/program/classes/unoil.jar
-office52/program/classes/classes.jar
-office52/program/resource/cnt56901.res
-office52/program/resource/iso56901.res
-office52/program/resource/wwz56901.res
-office52/program/resource/dmn56901.res
-office52/program/resource/bib56901.res
-office52/program/resource/dbw56901.res
-office52/program/resource/aco56901.res
-office52/program/resource/sj56901.res
-office52/program/resource/oic56901.res
-office52/program/resource/eur56901.res
-office52/program/resource/ofs56901.res
-office52/program/resource/epb56901.res
-office52/program/resource/epg56901.res
-office52/program/resource/imp56901.res
-office52/program/resource/ofa56901.res
-office52/program/resource/gal56901.res
-office52/program/resource/vcl56901.res
-office52/program/resource/set56901.res
-office52/program/resource/svs56901.res
-office52/program/resource/hlp56901.res
-office52/program/resource/sd56901.res
-office52/program/resource/tfu56901.res
-office52/program/resource/svx56901.res
-office52/program/resource/sw56901.res
-office52/program/resource/spa56901.res
-office52/program/resource/epp56901.res
-office52/program/resource/iwz56901.res
-office52/program/resource/tpl56901.res
-office52/program/resource/asv56901.res
-office52/program/resource/sdb56901.res
-office52/program/resource/san56901.res
-office52/program/resource/jvm56901.res
-office52/program/resource/cal56901.res
-office52/program/resource/svt56901.res
-office52/program/resource/sfx56901.res
-office52/program/resource/rts56901.res
-office52/program/resource/sba56901.res
-office52/program/resource/sc56901.res
-office52/program/resource/sm56901.res
-office52/program/resource/sch56901.res
-office52/program/resource/sim56901.res
-office52/program/resource/ss56901.res
-office52/program/resource/eps56901.res
-office52/program/resource/egi56901.res
-office52/program/resource/icd56901.res
-office52/program/resource/ept56901.res
-office52/program/resource/eme56901.res
-office52/program/resource/epn56901.res
-office52/program/libctl569li.so
-office52/program/libimpreg.so
-office52/program/libpap569li.so
-office52/program/writer.bmp
-office52/program/libsd569li.so
-office52/program/libsimreg.so
-office52/program/libone569li.so
-office52/program/libvos1GCC.so
-office52/program/kstart
-office52/program/libbrdgfctr.so
-office52/program/libjen.so
-office52/program/libtcv.so
-office52/program/libssw569li.so
-office52/program/libsmgr.so
-office52/program/libstm569li.so
-office52/program/libstore1.so
-office52/program/libstu569li.so
-office52/program/libsmld569li.so
-office52/program/libsba569li.so
-office52/program/libinsp.so
-office52/program/libssl569li.so
-office52/program/spadmin.bin
-office52/program/register.bmp
-office52/program/libsvl569li.so
-office52/program/libtfu569li.so
-office52/program/libsvx569li.so
-office52/program/setup
-office52/program/libmig569li.so
-office52/program/jvmsetup.bin
-office52/program/libstream.so
-office52/program/libspa569li.so
-office52/program/so52.bmp
-office52/program/libconnectr.so
-office52/program/libude569li.so
-office52/program/libuds569li.so
-office52/program/libdmn569li.so
-office52/program/soffice.bin
-office52/program/spadmin
-office52/program/libsw569li.so
-office52/program/calc.bmp
-office52/program/so5dbt.dll
-office52/program/libtkt569li.so
-office52/program/libdefreg.so
-office52/program/libsmart_uno.so
-office52/program/librmcxt1.so
-office52/program/libtl569li.so
-office52/program/sfax.bin
-office52/program/libbib569li.so
-office52/program/liblng569li.so
-office52/program/libacv569li.so
-office52/program/libreg1.so
-office52/program/libaps569li.so
-office52/program/libcnt569li.so
-office52/program/libgo569li.so
-office52/program/libjvm569li.so
-office52/program/libegcs29_uno.so
-office52/program/libofa569li.so
-office52/program/libimr569li.so
-office52/program/libasv569li.so
-office52/program/libcpld.so
-office52/program/liblds569li.so
-office52/program/libuno569li.so
-office52/program/javaldx
-office52/program/libsdb569li.so
-office52/program/setup.bin
-office52/program/libsax569li.so
-office52/program/allgemein.bmp
-office52/program/base.bmp
-office52/program/impress.bmp
-office52/program/liboic569li.so
-office52/program/libscn569li.so
-office52/program/libsex569li.so
-office52/program/libuui569li.so
-office52/program/swslots.tlb
-office52/program/sopatchlevel.sh
-office52/program/libsal1.so
-office52/program/pluginapp.bin
-office52/program/libni569li.so
-office52/program/libinvadp.so
-office52/program/libics569li.so
-office52/program/libpl569li.so
-office52/program/schedule.bmp
-office52/program/libgal569li.so
-office52/program/ofaslots.tlb
-office52/program/libjavaloader.so
-office52/program/libset569li.so
-office52/program/libsot569li.so
-office52/program/libj569li_g.so
-office52/program/ende.bmp
-office52/program/desktop.bmp
-office52/program/libacceptor.so
-office52/program/libsb569li.so
-office52/program/libsvt569li.so
-office52/program/libpk569li.so
-office52/program/libso569li.so
-office52/program/libpilotlink569li.so
-office52/program/libaco569li.so
-office52/program/libsis569li.so
-office52/program/libtdmgr.so
-office52/program/libsco569li.so
-office52/program/libnamingservice.so
-office52/program/libsfx569li.so
-office52/program/libzip569li.so
-office52/program/libtk569li.so
-office52/program/libcppuhelper1GCC.so
-office52/program/libcppu1.so
-office52/program/libusr569li.so
-office52/program/libcorefl.so
-office52/program/libadr569li.so
-office52/program/jvmsetup
-office52/program/libvcl569li.so
-office52/program/libinv.so
-office52/program/draw.bmp
-office52/program/librdbtdp.so
-office52/program/soffice
-office52/program/libflh569li.so
-office52/program/sfxslots.tlb
-office52/program/libres569li.so
-office52/program/libldh569li.so
-office52/program/libremote_uno.so
-office52/program/libldt569li.so
-office52/program/svxslots.tlb
-office52/program/applicat.rdb
-office52/program/libiiopbrdg.so
-office52/program/libcsp569li.so
-office52/program/libsc569li.so
-office52/program/scslots.tlb
-office52/program/sdgslots.tlb
-office52/program/sdslots.tlb
-office52/program/libsm569li.so
-office52/program/smslots.tlb
-office52/program/libsch569li.so
-office52/program/schslots.tlb
-office52/program/libsim569li.so
-office52/program/simslots.tlb
-office52/program/libss569li.so
-office52/program/libssc569li.so
-office52/program/install.ini
-office52/program/instdb.ins
-office52/program/setup.orig
-office52/program/soffice.orig
-office52/share/template/english/wizard/styles/black_white.vor
-office52/share/template/english/wizard/styles/blackberry.vor
-office52/share/template/english/wizard/styles/default.vor
-office52/share/template/english/wizard/styles/diner.vor
-office52/share/template/english/wizard/styles/fall.vor
-office52/share/template/english/wizard/styles/glacier.vor
-office52/share/template/english/wizard/styles/green_grapes.vor
-office52/share/template/english/wizard/styles/jeans.vor
-office52/share/template/english/wizard/styles/marine.vor
-office52/share/template/english/wizard/styles/millenium.vor
-office52/share/template/english/wizard/styles/nature.vor
-office52/share/template/english/wizard/styles/neon.vor
-office52/share/template/english/wizard/styles/night.vor
-office52/share/template/english/wizard/styles/nostalgic.vor
-office52/share/template/english/wizard/styles/pastell.vor
-office52/share/template/english/wizard/styles/pool.vor
-office52/share/template/english/wizard/styles/pumpkin.vor
-office52/share/template/english/wizard/styles/sunstyle.vor
-office52/share/template/english/wizard/styles/xos.vor
-office52/share/template/english/wizard/bitmap/brd.bmp
-office52/share/template/english/wizard/bitmap/cancel_down.bmp
-office52/share/template/english/wizard/bitmap/cancel_up.bmp
-office52/share/template/english/wizard/bitmap/cgleft1.bmp
-office52/share/template/english/wizard/bitmap/cgleft2.bmp
-office52/share/template/english/wizard/bitmap/choose.bmp
-office52/share/template/english/wizard/bitmap/cjblock.bmp
-office52/share/template/english/wizard/bitmap/cjbuend.bmp
-office52/share/template/english/wizard/bitmap/cjcombo0.bmp
-office52/share/template/english/wizard/bitmap/cjform01.bmp
-office52/share/template/english/wizard/bitmap/cjform02.bmp
-office52/share/template/english/wizard/bitmap/cjform03.bmp
-office52/share/template/english/wizard/bitmap/cjform04.bmp
-office52/share/template/english/wizard/bitmap/cjform05.bmp
-office52/share/template/english/wizard/bitmap/cjform2b.bmp
-office52/share/template/english/wizard/bitmap/cjform2c.bmp
-office52/share/template/english/wizard/bitmap/cjgl.bmp
-office52/share/template/english/wizard/bitmap/cjst1.bmp
-office52/share/template/english/wizard/bitmap/cjst2.bmp
-office52/share/template/english/wizard/bitmap/cjtable0.bmp
-office52/share/template/english/wizard/bitmap/cjtabula.bmp
-office52/share/template/english/wizard/bitmap/cjtrep01.bmp
-office52/share/template/english/wizard/bitmap/cjtrep02.bmp
-office52/share/template/english/wizard/bitmap/cjtrep04.bmp
-office52/share/template/english/wizard/bitmap/cjtrep05.bmp
-office52/share/template/english/wizard/bitmap/cjtrep06.bmp
-office52/share/template/english/wizard/bitmap/cjtrep07.bmp
-office52/share/template/english/wizard/bitmap/cjtrep08.bmp
-office52/share/template/english/wizard/bitmap/cjtrep09.bmp
-office52/share/template/english/wizard/bitmap/db00.bmp
-office52/share/template/english/wizard/bitmap/db01.bmp
-office52/share/template/english/wizard/bitmap/db02.bmp
-office52/share/template/english/wizard/bitmap/db03.bmp
-office52/share/template/english/wizard/bitmap/db04.bmp
-office52/share/template/english/wizard/bitmap/db05.bmp
-office52/share/template/english/wizard/bitmap/db06.bmp
-office52/share/template/english/wizard/bitmap/dbpg1.bmp
-office52/share/template/english/wizard/bitmap/dbpg2.bmp
-office52/share/template/english/wizard/bitmap/dbt01.bmp
-office52/share/template/english/wizard/bitmap/dbt02.bmp
-office52/share/template/english/wizard/bitmap/dbt03.bmp
-office52/share/template/english/wizard/bitmap/dbt04.bmp
-office52/share/template/english/wizard/bitmap/dbt05.bmp
-office52/share/template/english/wizard/bitmap/dbt06.bmp
-office52/share/template/english/wizard/bitmap/end.bmp
-office52/share/template/english/wizard/bitmap/euro_1.bmp
-office52/share/template/english/wizard/bitmap/euro_2.bmp
-office52/share/template/english/wizard/bitmap/euro_3.bmp
-office52/share/template/english/wizard/bitmap/excelin.bmp
-office52/share/template/english/wizard/bitmap/excelout.bmp
-office52/share/template/english/wizard/bitmap/france.bmp
-office52/share/template/english/wizard/bitmap/inet01.bmp
-office52/share/template/english/wizard/bitmap/inet02.bmp
-office52/share/template/english/wizard/bitmap/inet03.bmp
-office52/share/template/english/wizard/bitmap/inet04.bmp
-office52/share/template/english/wizard/bitmap/inet04a.bmp
-office52/share/template/english/wizard/bitmap/inet04b.bmp
-office52/share/template/english/wizard/bitmap/inet05.bmp
-office52/share/template/english/wizard/bitmap/inet06.bmp
-office52/share/template/english/wizard/bitmap/inet06a.bmp
-office52/share/template/english/wizard/bitmap/inet06b.bmp
-office52/share/template/english/wizard/bitmap/inet06c.bmp
-office52/share/template/english/wizard/bitmap/inet07.bmp
-office52/share/template/english/wizard/bitmap/inet08.bmp
-office52/share/template/english/wizard/bitmap/inet09.bmp
-office52/share/template/english/wizard/bitmap/inet10.bmp
-office52/share/template/english/wizard/bitmap/inet11.bmp
-office52/share/template/english/wizard/bitmap/inet12.bmp
-office52/share/template/english/wizard/bitmap/italia.bmp
-office52/share/template/english/wizard/bitmap/n-d-re_1.bmp
-office52/share/template/english/wizard/bitmap/n-d-re_2.bmp
-office52/share/template/english/wizard/bitmap/nedland.bmp
-office52/share/template/english/wizard/bitmap/okay_down.bmp
-office52/share/template/english/wizard/bitmap/okay_up.bmp
-office52/share/template/english/wizard/bitmap/portugal.bmp
-office52/share/template/english/wizard/bitmap/powerin.bmp
-office52/share/template/english/wizard/bitmap/powerout.bmp
-office52/share/template/english/wizard/bitmap/progress.bmp
-office52/share/template/english/wizard/bitmap/spain.bmp
-office52/share/template/english/wizard/bitmap/ss01.bmp
-office52/share/template/english/wizard/bitmap/ss02.bmp
-office52/share/template/english/wizard/bitmap/ss03.bmp
-office52/share/template/english/wizard/bitmap/ss031.bmp
-office52/share/template/english/wizard/bitmap/ss04.bmp
-office52/share/template/english/wizard/bitmap/ss06.bmp
-office52/share/template/english/wizard/bitmap/ss07.bmp
-office52/share/template/english/wizard/bitmap/ss08.bmp
-office52/share/template/english/wizard/bitmap/ss081.bmp
-office52/share/template/english/wizard/bitmap/ss09.bmp
-office52/share/template/english/wizard/bitmap/ss10.bmp
-office52/share/template/english/wizard/bitmap/summary.bmp
-office52/share/template/english/wizard/bitmap/sweden.bmp
-office52/share/template/english/wizard/bitmap/usa.bmp
-office52/share/template/english/wizard/bitmap/welcome.bmp
-office52/share/template/english/wizard/bitmap/wordin.bmp
-office52/share/template/english/wizard/bitmap/wordout.bmp
-office52/share/template/english/wizard/web/cnt-album.vor
-office52/share/template/english/wizard/web/cnt-bilingual.vor
-office52/share/template/english/wizard/web/cnt-chapters.vor
-office52/share/template/english/wizard/web/cnt-empty.vor
-office52/share/template/english/wizard/web/cnt-fixonecol.vor
-office52/share/template/english/wizard/web/cnt-fixtwocol.vor
-office52/share/template/english/wizard/web/cnt-formcontact.vor
-office52/share/template/english/wizard/web/cnt-formcustomer.vor
-office52/share/template/english/wizard/web/cnt-formfix.vor
-office52/share/template/english/wizard/web/cnt-formvar.vor
-office52/share/template/english/wizard/web/cnt-list.vor
-office52/share/template/english/wizard/web/cnt-onepic.vor
-office52/share/template/english/wizard/web/cnt-standard.vor
-office52/share/template/english/wizard/web/cnt-twotitles.vor
-office52/share/template/english/wizard/web/stl-banana.vor
-office52/share/template/english/wizard/web/stl-blkjeans.vor
-office52/share/template/english/wizard/web/stl-blue.vor
-office52/share/template/english/wizard/web/stl-blueblock.vor
-office52/share/template/english/wizard/web/stl-bluejeans.vor
-office52/share/template/english/wizard/web/stl-fieryred.vor
-office52/share/template/english/wizard/web/stl-hightech.vor
-office52/share/template/english/wizard/web/stl-mint.vor
-office52/share/template/english/wizard/web/stl-music.vor
-office52/share/template/english/wizard/web/stl-nostalg.vor
-office52/share/template/english/wizard/web/stl-orange.vor
-office52/share/template/english/wizard/web/stl-petrol.vor
-office52/share/template/english/wizard/web/stl-seventies.vor
-office52/share/template/english/wizard/web/stl-standard.vor
-office52/share/template/english/wizard/web/stl-strwbryice.vor
-office52/share/template/english/wizard/web/stl-sun.vor
-office52/share/template/english/wizard/web/stl-tracks.vor
-office52/share/template/english/wizard/web/stl-turquoise.vor
-office52/share/template/english/wizard/web/stl-wetblue.vor
-office52/share/template/english/wizard/wizbrf1.vor
-office52/share/template/english/wizard/wizbrf2.vor
-office52/share/template/english/wizard/wizbrf3.vor
-office52/share/template/english/wizard/repblock.vor
-office52/share/template/english/wizard/repclmn.vor
-office52/share/template/english/wizard/repleft1.vor
-office52/share/template/english/wizard/repleft2.vor
-office52/share/template/english/wizard/repnrml.vor
-office52/share/template/english/wizard/repoutl1.vor
-office52/share/template/english/wizard/repoutl2.vor
-office52/share/template/english/wizard/repstep.vor
-office52/share/template/english/wizard/rpst01.vor
-office52/share/template/english/wizard/rpst02.vor
-office52/share/template/english/wizard/rpst03.vor
-office52/share/template/english/wizard/rpst04.vor
-office52/share/template/english/wizard/wizfax1.vor
-office52/share/template/english/wizard/wizfax2.vor
-office52/share/template/english/wizard/wizfax3.vor
-office52/share/template/english/wizard/wizagn1.vor
-office52/share/template/english/wizard/wizagn2.vor
-office52/share/template/english/wizard/wizagn3.vor
-office52/share/template/english/wizard/ss00.vor
-office52/share/template/english/wizard/wizmem1.vor
-office52/share/template/english/wizard/wizmem2.vor
-office52/share/template/english/wizard/wizmem3.vor
-office52/share/template/english/wizard/db01.vor
-office52/share/template/english/wizard/db02.vor
-office52/share/template/english/wizard/db03.vor
-office52/share/template/english/wizard/db04.vor
-office52/share/template/english/wizard/db05.vor
-office52/share/template/english/wizard/db06.vor
-office52/share/template/english/wizard/dbform.vor
-office52/share/template/english/wizard/event_a.htm
-office52/share/template/english/wizard/event_m.htm
-office52/share/template/english/wizard/event_s.htm
-office52/share/template/english/wizard/eventca.htm
-office52/share/template/english/wizard/eventrp.htm
-office52/share/template/english/wizard/eventrq.htm
-office52/share/template/english/wizard/task_m.htm
-office52/share/template/english/wizard/task_s.htm
-office52/share/template/english/wizard/taskca.htm
-office52/share/template/english/wizard/taskrp.htm
-office52/share/template/english/wizard/taskrq.htm
-office52/share/template/english/internal/html.vor
-office52/share/template/english/internal/idxexample.sdw
-office52/share/template/english/internal/prnchaos.vor
-office52/share/template/english/internal/prnmail.vor
-office52/share/template/english/internal/rplymail.vor
-office52/share/template/english/internal/rplytext.vor
-office52/share/template/english/internal/url_transfer.htm
-office52/share/template/english/internal/template.vor
-office52/share/template/english/officorr/faxcont.vor
-office52/share/template/english/officorr/faxeleg.vor
-office52/share/template/english/officorr/faxprof.vor
-office52/share/template/english/officorr/ltrcont.vor
-office52/share/template/english/officorr/ltreleg.vor
-office52/share/template/english/officorr/ltrprof.vor
-office52/share/template/english/officorr/memcont.vor
-office52/share/template/english/officorr/memeleg.vor
-office52/share/template/english/officorr/memprof.vor
-office52/share/template/english/offimisc/deliver.vor
-office52/share/template/english/offimisc/invoice.vor
-office52/share/template/english/offimisc/mincont.vor
-office52/share/template/english/offimisc/mineleg.vor
-office52/share/template/english/offimisc/minprof.vor
-office52/share/template/english/offimisc/prsprof.vor
-office52/share/template/english/offimisc/report.vor
-office52/share/template/english/personal/currvita.vor
-office52/share/template/english/personal/envelope.vor
-office52/share/template/english/personal/faxfrml.vor
-office52/share/template/english/personal/faxpriv.vor
-office52/share/template/english/personal/ltrfrml.vor
-office52/share/template/english/personal/ltrpriv.vor
-office52/share/template/english/personal/visit.vor
-office52/share/template/english/misc/book.vor
-office52/share/template/english/misc/giftcert.vor
-office52/share/template/english/misc/newslttr.vor
-office52/share/template/english/misc/calendar.vor
-office52/share/template/english/misc/schedule.vor
-office52/share/template/english/misc/cassette.vor
-office52/share/template/english/misc/cd.vor
-office52/share/template/english/misc/zip.vor
-office52/share/template/english/educate/diploma.vor
-office52/share/template/english/educate/paper.vor
-office52/share/template/english/educate/timetabl.vor
-office52/share/template/english/educate/scientfc.vor
-office52/share/template/english/forms/expenses.vor
-office52/share/template/english/forms/gnrlsale.vor
-office52/share/template/english/forms/intrnlnt.vor
-office52/share/template/english/forms/leporell.vor
-office52/share/template/english/forms/notes1.vor
-office52/share/template/english/forms/notes2.vor
-office52/share/template/english/forms/phonenot.vor
-office52/share/template/english/finance/budget.vor
-office52/share/template/english/finance/carfince.vor
-office52/share/template/english/finance/carmoney.vor
-office52/share/template/english/finance/depot.vor
-office52/share/template/english/finance/journal.vor
-office52/share/template/english/finance/loancalc.vor
-office52/share/template/english/layout/1999.vor
-office52/share/template/english/layout/2000.vor
-office52/share/template/english/layout/2001.vor
-office52/share/template/english/layout/2002.vor
-office52/share/template/english/layout/2buttons.vor
-office52/share/template/english/layout/america.vor
-office52/share/template/english/layout/blublack.vor
-office52/share/template/english/layout/blue.vor
-office52/share/template/english/layout/bluebtns.vor
-office52/share/template/english/layout/bluegray.vor
-office52/share/template/english/layout/bluetube.vor
-office52/share/template/english/layout/blutitle.vor
-office52/share/template/english/layout/chocolat.vor
-office52/share/template/english/layout/clouds.vor
-office52/share/template/english/layout/europe.vor
-office52/share/template/english/layout/film.vor
-office52/share/template/english/layout/fotoshow.vor
-office52/share/template/english/layout/goldstar.vor
-office52/share/template/english/layout/liteblue.vor
-office52/share/template/english/layout/marble.vor
-office52/share/template/english/layout/metal.vor
-office52/share/template/english/layout/notes.vor
-office52/share/template/english/layout/orange.vor
-office52/share/template/english/layout/purple.vor
-office52/share/template/english/layout/rainbow.vor
-office52/share/template/english/layout/redwhite.vor
-office52/share/template/english/layout/star.vor
-office52/share/template/english/layout/sun.vor
-office52/share/template/english/layout/sunset.vor
-office52/share/template/english/layout/suprnova.vor
-office52/share/template/english/layout/triangle.vor
-office52/share/template/english/layout/turqgrad.vor
-office52/share/template/english/layout/turquois.vor
-office52/share/template/english/layout/undrwatr.vor
-office52/share/template/english/layout/violet.vor
-office52/share/template/english/layout/watrdrop.vor
-office52/share/template/english/layout/whiteblu.vor
-office52/share/template/english/layout/whiturqs.vor
-office52/share/template/english/layout/winter.vor
-office52/share/template/english/layout/world.vor
-office52/share/template/english/presnt/bad.vor
-office52/share/template/english/presnt/branche.vor
-office52/share/template/english/presnt/comrep.vor
-office52/share/template/english/presnt/concept.vor
-office52/share/template/english/presnt/finance.vor
-office52/share/template/english/presnt/ideas.vor
-office52/share/template/english/presnt/info.vor
-office52/share/template/english/presnt/market.vor
-office52/share/template/english/presnt/meeting.vor
-office52/share/template/english/presnt/newemplo.vor
-office52/share/template/english/presnt/novelty.vor
-office52/share/template/english/presnt/pres.vor
-office52/share/template/english/presnt/project.vor
-office52/share/template/english/presnt/prorep.vor
-office52/share/template/english/presnt/sell.vor
-office52/share/template/english/presnt/standard.vor
-office52/share/template/english/presnt/strategy.vor
-office52/share/template/english/presnt/team.vor
-office52/share/template/english/presnt/tech.vor
-office52/share/template/english/presnt/training.vor
-office52/share/template/english/sfx.tlx
-office52/share/bookmark/english/Travel/amtrak.url
-office52/share/bookmark/english/Travel/city-net.url
-office52/share/bookmark/english/Travel/greyhnd.url
-office52/share/bookmark/english/Travel/webtrip.url
-office52/share/bookmark/english/StarOffice API/objects.url
-office52/share/bookmark/english/StarOffice API/overview.url
-office52/share/bookmark/english/StarOffice API/specs.url
-office52/share/bookmark/english/Fun&More/amazon.url
-office52/share/bookmark/english/Fun&More/dilbert.url
-office52/share/bookmark/english/Fun&More/imdb.url
-office52/share/bookmark/english/Fun&More/people.url
-office52/share/bookmark/english/Fun&More/tv-now.url
-office52/share/bookmark/english/Fun&More/webcam.url
-office52/share/bookmark/english/Information/cnn.url
-office52/share/bookmark/english/Information/currconv.url
-office52/share/bookmark/english/Information/fool.url
-office52/share/bookmark/english/Information/intlphon.url
-office52/share/bookmark/english/Information/phonsrch.url
-office52/share/bookmark/english/Information/stocks.url
-office52/share/bookmark/english/Information/weather.url
-office52/share/bookmark/english/Information/zdnet.url
-office52/share/bookmark/english/Information/zip-code.url
-office52/share/bookmark/english/Java/boutique.url
-office52/share/bookmark/english/Java/jars.url
-office52/share/bookmark/english/Java/javasoft.url
-office52/share/bookmark/english/Java/jconsole.url
-office52/share/bookmark/english/Java/jsystem.url
-office52/share/bookmark/english/Java/jsetup.url
-office52/share/bookmark/english/Internet/acronyms.url
-office52/share/bookmark/english/Internet/cliparts.url
-office52/share/bookmark/english/Internet/howtodo.url
-office52/share/bookmark/english/Internet/htmlmanl.url
-office52/share/bookmark/english/Internet/smiley.url
-office52/share/bookmark/english/Internet/textures.url
-office52/share/bookmark/english/nsbook.url
-office52/share/bookmark/english/staroffi.url
-office52/share/bookmark/english/sun.url
-office52/share/database/english/lang_address.sdb
-office52/share/config/webcast/show.asp
-office52/share/config/webcast/poll.pl
-office52/share/config/webcast/webcast.pl
-office52/share/config/webcast/common.pl
-office52/share/config/webcast/poll.asp
-office52/share/config/webcast/editpic.asp
-office52/share/config/webcast/savepic.asp
-office52/share/config/webcast/edit.asp
-office52/share/config/webcast/savepic.pl
-office52/share/config/webcast/edit.pl
-office52/share/config/webcast/webcast.asp
-office52/share/config/webcast/index.pl
-office52/share/config/webcast/show.pl
-office52/share/config/webcast/editpic.pl
-office52/share/config/webcast/common.inc
-office52/share/config/help/desktop.01
-office52/share/config/help/smath.01
-office52/share/config/help/schart.01
-office52/share/config/help/sbasic.01
-office52/share/config/help/simpress.01
-office52/share/config/help/schedule.01
-office52/share/config/help/swriter.01
-office52/share/config/help/simage.01
-office52/share/config/help/sdraw.01
-office52/share/config/help/scalc.01
-office52/share/config/tasks/dbase.url
-office52/share/config/tasks/frameset.url
-office52/share/config/tasks/global.url
-office52/share/config/tasks/html.url
-office52/share/config/tasks/mail.url
-office52/share/config/tasks/writer.url
-office52/share/config/tasks/calc.url
-office52/share/config/tasks/impress.url
-office52/share/config/tasks/draw.url
-office52/share/config/tasks/formula.url
-office52/share/config/tasks/chart.url
-office52/share/config/tasks/image.url
-office52/share/config/tasks/events.url
-office52/share/config/tasks/tasks.url
-office52/share/config/helpmenu/h100001.url
-office52/share/config/helpmenu/h100002.url
-office52/share/config/helpmenu/h100003.url
-office52/share/config/helpmenu/h100004.url
-office52/share/config/helpmenu/h100005.url
-office52/share/config/helpmenu/h100006.url
-office52/share/config/helpmenu/h100007.url
-office52/share/config/helpmenu/h100008.url
-office52/share/config/helpmenu/h100009.url
-office52/share/config/helpmenu/h100010.url
-office52/share/config/helpmenu/h100011.url
-office52/share/config/helpmenu/h100012.url
-office52/share/config/helpmenu/h100013.url
-office52/share/config/helpmenu/h100016.url
-office52/share/config/helpmenu/h100018.url
-office52/share/config/helpmenu/h100020.url
-office52/share/config/helpmenu/h100126.url
-office52/share/config/helpmenu/h100127.url
-office52/share/config/helpmenu/h100130.url
-office52/share/config/helpmenu/h100135.url
-office52/share/config/start/_05_text.url
-office52/share/config/start/_15_mail.url
-office52/share/config/start/_30_more.url
-office52/share/config/start/_45_sep.url
-office52/share/config/start/_50_prog.url
-office52/share/config/start/_55_book.url
-office52/share/config/start/_60_doc.url
-office52/share/config/start/_65_set.url
-office52/share/config/start/_68_find.url
-office52/share/config/start/_70_help.url
-office52/share/config/start/_75_exec.url
-office52/share/config/start/_10_sprd.url
-office52/share/config/start/_20_pres.url
-office52/share/config/start/_25_draw.url
-office52/share/config/symbol/sc00000.bmp
-office52/share/config/symbol/sc05300.bmp
-office52/share/config/symbol/sc05302.bmp
-office52/share/config/symbol/sc05325.bmp
-office52/share/config/symbol/sc05331.bmp
-office52/share/config/symbol/sc05338.bmp
-office52/share/config/symbol/sc05339.bmp
-office52/share/config/symbol/sc05361.bmp
-office52/share/config/symbol/sc05362.bmp
-office52/share/config/symbol/sc05363.bmp
-office52/share/config/symbol/sc05364.bmp
-office52/share/config/symbol/sc05365.bmp
-office52/share/config/symbol/sc05366.bmp
-office52/share/config/symbol/sc05367.bmp
-office52/share/config/symbol/sc05368.bmp
-office52/share/config/symbol/sc05369.bmp
-office52/share/config/symbol/sc05370.bmp
-office52/share/config/symbol/sc05371.bmp
-office52/share/config/symbol/sc05373.bmp
-office52/share/config/symbol/sc05374.bmp
-office52/share/config/symbol/sc05375.bmp
-office52/share/config/symbol/sc05377.bmp
-office52/share/config/symbol/sc05381.bmp
-office52/share/config/symbol/sc05382.bmp
-office52/share/config/symbol/sc05383.bmp
-office52/share/config/symbol/sc05384.bmp
-office52/share/config/symbol/sc05386.bmp
-office52/share/config/symbol/sc05387.bmp
-office52/share/config/symbol/sc05401.bmp
-office52/share/config/symbol/sc05402.bmp
-office52/share/config/symbol/sc05410.bmp
-office52/share/config/symbol/sc05411.bmp
-office52/share/config/symbol/sc05412.bmp
-office52/share/config/symbol/sc05413.bmp
-office52/share/config/symbol/sc05414.bmp
-office52/share/config/symbol/sc05415.bmp
-office52/share/config/symbol/sc05500.bmp
-office52/share/config/symbol/sc05501.bmp
-office52/share/config/symbol/sc05502.bmp
-office52/share/config/symbol/sc05503.bmp
-office52/share/config/symbol/sc05504.bmp
-office52/share/config/symbol/sc05505.bmp
-office52/share/config/symbol/sc05508.bmp
-office52/share/config/symbol/sc05509.bmp
-office52/share/config/symbol/sc05532.bmp
-office52/share/config/symbol/sc05533.bmp
-office52/share/config/symbol/sc05535.bmp
-office52/share/config/symbol/sc05537.bmp
-office52/share/config/symbol/sc05538.bmp
-office52/share/config/symbol/sc05539.bmp
-office52/share/config/symbol/sc05552.bmp
-office52/share/config/symbol/sc05555.bmp
-office52/share/config/symbol/sc05556.bmp
-office52/share/config/symbol/sc05561.bmp
-office52/share/config/symbol/sc05563.bmp
-office52/share/config/symbol/sc05595.bmp
-office52/share/config/symbol/sc05596.bmp
-office52/share/config/symbol/sc05624.bmp
-office52/share/config/symbol/sc05646.bmp
-office52/share/config/symbol/sc05647.bmp
-office52/share/config/symbol/sc05648.bmp
-office52/share/config/symbol/sc05649.bmp
-office52/share/config/symbol/sc05650.bmp
-office52/share/config/symbol/sc05651.bmp
-office52/share/config/symbol/sc05672.bmp
-office52/share/config/symbol/sc05673.bmp
-office52/share/config/symbol/sc05675.bmp
-office52/share/config/symbol/sc05694.bmp
-office52/share/config/symbol/sc05700.bmp
-office52/share/config/symbol/sc05701.bmp
-office52/share/config/symbol/sc05702.bmp
-office52/share/config/symbol/sc05710.bmp
-office52/share/config/symbol/sc05711.bmp
-office52/share/config/symbol/sc05712.bmp
-office52/share/config/symbol/sc05713.bmp
-office52/share/config/symbol/sc05723.bmp
-office52/share/config/symbol/sc05800.bmp
-office52/share/config/symbol/sc05801.bmp
-office52/share/config/symbol/sc05802.bmp
-office52/share/config/symbol/sc05904.bmp
-office52/share/config/symbol/sc05905.bmp
-office52/share/config/symbol/sc05906.bmp
-office52/share/config/symbol/sc05951.bmp
-office52/share/config/symbol/sc05952.bmp
-office52/share/config/symbol/sc05953.bmp
-office52/share/config/symbol/sc05954.bmp
-office52/share/config/symbol/sc05955.bmp
-office52/share/config/symbol/sc05956.bmp
-office52/share/config/symbol/sc05957.bmp
-office52/share/config/symbol/sc05958.bmp
-office52/share/config/symbol/sc05959.bmp
-office52/share/config/symbol/sc05960.bmp
-office52/share/config/symbol/sc05961.bmp
-office52/share/config/symbol/sc05962.bmp
-office52/share/config/symbol/sc05963.bmp
-office52/share/config/symbol/sc06300.bmp
-office52/share/config/symbol/sc06301.bmp
-office52/share/config/symbol/sc06302.bmp
-office52/share/config/symbol/sc06303.bmp
-office52/share/config/symbol/sc06304.bmp
-office52/share/config/symbol/sc06305.bmp
-office52/share/config/symbol/sc06306.bmp
-office52/share/config/symbol/sc06308.bmp
-office52/share/config/symbol/sc06309.bmp
-office52/share/config/symbol/sc06312.bmp
-office52/share/config/symbol/sc06313.bmp
-office52/share/config/symbol/sc06314.bmp
-office52/share/config/symbol/sc06315.bmp
-office52/share/config/symbol/sc06318.bmp
-office52/share/config/symbol/sc06330.bmp
-office52/share/config/symbol/sc06331.bmp
-office52/share/config/symbol/sc06332.bmp
-office52/share/config/symbol/sc06333.bmp
-office52/share/config/symbol/sc06334.bmp
-office52/share/config/symbol/sc06335.bmp
-office52/share/config/symbol/sc06336.bmp
-office52/share/config/symbol/sc06337.bmp
-office52/share/config/symbol/sc06338.bmp
-office52/share/config/symbol/sc06339.bmp
-office52/share/config/symbol/sc06350.bmp
-office52/share/config/symbol/sc06351.bmp
-office52/share/config/symbol/sc06352.bmp
-office52/share/config/symbol/sc06353.bmp
-office52/share/config/symbol/sc06354.bmp
-office52/share/config/symbol/sc06355.bmp
-office52/share/config/symbol/sc06356.bmp
-office52/share/config/symbol/sc06357.bmp
-office52/share/config/symbol/sc06362.bmp
-office52/share/config/symbol/sc06363.bmp
-office52/share/config/symbol/sc06364.bmp
-office52/share/config/symbol/sc06370.bmp
-office52/share/config/symbol/sc06377.bmp
-office52/share/config/symbol/sc06379.bmp
-office52/share/config/symbol/sc06384.bmp
-office52/share/config/symbol/sc06522.bmp
-office52/share/config/symbol/sc10000.bmp
-office52/share/config/symbol/sc10006.bmp
-office52/share/config/symbol/sc10007.bmp
-office52/share/config/symbol/sc10008.bmp
-office52/share/config/symbol/sc10009.bmp
-office52/share/config/symbol/sc10010.bmp
-office52/share/config/symbol/sc10012.bmp
-office52/share/config/symbol/sc10013.bmp
-office52/share/config/symbol/sc10014.bmp
-office52/share/config/symbol/sc10015.bmp
-office52/share/config/symbol/sc10016.bmp
-office52/share/config/symbol/sc10017.bmp
-office52/share/config/symbol/sc10028.bmp
-office52/share/config/symbol/sc10029.bmp
-office52/share/config/symbol/sc10030.bmp
-office52/share/config/symbol/sc10031.bmp
-office52/share/config/symbol/sc10035.bmp
-office52/share/config/symbol/sc10036.bmp
-office52/share/config/symbol/sc10045.bmp
-office52/share/config/symbol/sc10050.bmp
-office52/share/config/symbol/sc10055.bmp
-office52/share/config/symbol/sc10087.bmp
-office52/share/config/symbol/sc10096.bmp
-office52/share/config/symbol/sc10097.bmp
-office52/share/config/symbol/sc10098.bmp
-office52/share/config/symbol/sc10099.bmp
-office52/share/config/symbol/sc10100.bmp
-office52/share/config/symbol/sc10101.bmp
-office52/share/config/symbol/sc10102.bmp
-office52/share/config/symbol/sc10103.bmp
-office52/share/config/symbol/sc10104.bmp
-office52/share/config/symbol/sc10105.bmp
-office52/share/config/symbol/sc10106.bmp
-office52/share/config/symbol/sc10109.bmp
-office52/share/config/symbol/sc10110.bmp
-office52/share/config/symbol/sc10112.bmp
-office52/share/config/symbol/sc10114.bmp
-office52/share/config/symbol/sc10115.bmp
-office52/share/config/symbol/sc10116.bmp
-office52/share/config/symbol/sc10117.bmp
-office52/share/config/symbol/sc10118.bmp
-office52/share/config/symbol/sc10119.bmp
-office52/share/config/symbol/sc10120.bmp
-office52/share/config/symbol/sc10121.bmp
-office52/share/config/symbol/sc10122.bmp
-office52/share/config/symbol/sc10123.bmp
-office52/share/config/symbol/sc10124.bmp
-office52/share/config/symbol/sc10125.bmp
-office52/share/config/symbol/sc10126.bmp
-office52/share/config/symbol/sc10127.bmp
-office52/share/config/symbol/sc10128.bmp
-office52/share/config/symbol/sc10129.bmp
-office52/share/config/symbol/sc10130.bmp
-office52/share/config/symbol/sc10131.bmp
-office52/share/config/symbol/sc10132.bmp
-office52/share/config/symbol/sc10133.bmp
-office52/share/config/symbol/sc10134.bmp
-office52/share/config/symbol/sc10135.bmp
-office52/share/config/symbol/sc10136.bmp
-office52/share/config/symbol/sc10137.bmp
-office52/share/config/symbol/sc10138.bmp
-office52/share/config/symbol/sc10139.bmp
-office52/share/config/symbol/sc10140.bmp
-office52/share/config/symbol/sc10141.bmp
-office52/share/config/symbol/sc10142.bmp
-office52/share/config/symbol/sc10143.bmp
-office52/share/config/symbol/sc10144.bmp
-office52/share/config/symbol/sc10145.bmp
-office52/share/config/symbol/sc10146.bmp
-office52/share/config/symbol/sc10147.bmp
-office52/share/config/symbol/sc10148.bmp
-office52/share/config/symbol/sc10150.bmp
-office52/share/config/symbol/sc10151.bmp
-office52/share/config/symbol/sc10152.bmp
-office52/share/config/symbol/sc10153.bmp
-office52/share/config/symbol/sc10154.bmp
-office52/share/config/symbol/sc10155.bmp
-office52/share/config/symbol/sc10156.bmp
-office52/share/config/symbol/sc10157.bmp
-office52/share/config/symbol/sc10158.bmp
-office52/share/config/symbol/sc10159.bmp
-office52/share/config/symbol/sc10160.bmp
-office52/share/config/symbol/sc10161.bmp
-office52/share/config/symbol/sc10162.bmp
-office52/share/config/symbol/sc10163.bmp
-office52/share/config/symbol/sc10164.bmp
-office52/share/config/symbol/sc10185.bmp
-office52/share/config/symbol/sc10186.bmp
-office52/share/config/symbol/sc10187.bmp
-office52/share/config/symbol/sc10188.bmp
-office52/share/config/symbol/sc10189.bmp
-office52/share/config/symbol/sc10190.bmp
-office52/share/config/symbol/sc10191.bmp
-office52/share/config/symbol/sc10192.bmp
-office52/share/config/symbol/sc10193.bmp
-office52/share/config/symbol/sc10194.bmp
-office52/share/config/symbol/sc10195.bmp
-office52/share/config/symbol/sc10196.bmp
-office52/share/config/symbol/sc10197.bmp
-office52/share/config/symbol/sc10199.bmp
-office52/share/config/symbol/sc10200.bmp
-office52/share/config/symbol/sc10201.bmp
-office52/share/config/symbol/sc10217.bmp
-office52/share/config/symbol/sc10223.bmp
-office52/share/config/symbol/sc10224.bmp
-office52/share/config/symbol/sc10231.bmp
-office52/share/config/symbol/sc10232.bmp
-office52/share/config/symbol/sc10233.bmp
-office52/share/config/symbol/sc10240.bmp
-office52/share/config/symbol/sc10241.bmp
-office52/share/config/symbol/sc10242.bmp
-office52/share/config/symbol/sc10243.bmp
-office52/share/config/symbol/sc10244.bmp
-office52/share/config/symbol/sc10253.bmp
-office52/share/config/symbol/sc10254.bmp
-office52/share/config/symbol/sc10255.bmp
-office52/share/config/symbol/sc10256.bmp
-office52/share/config/symbol/sc10282.bmp
-office52/share/config/symbol/sc10283.bmp
-office52/share/config/symbol/sc10286.bmp
-office52/share/config/symbol/sc10287.bmp
-office52/share/config/symbol/sc10294.bmp
-office52/share/config/symbol/sc10295.bmp
-office52/share/config/symbol/sc10296.bmp
-office52/share/config/symbol/sc10297.bmp
-office52/share/config/symbol/sc10301.bmp
-office52/share/config/symbol/sc10350.bmp
-office52/share/config/symbol/sc10360.bmp
-office52/share/config/symbol/sc10366.bmp
-office52/share/config/symbol/sc10371.bmp
-office52/share/config/symbol/sc10375.bmp
-office52/share/config/symbol/sc10376.bmp
-office52/share/config/symbol/sc10378.bmp
-office52/share/config/symbol/sc10379.bmp
-office52/share/config/symbol/sc10380.bmp
-office52/share/config/symbol/sc10381.bmp
-office52/share/config/symbol/sc10382.bmp
-office52/share/config/symbol/sc10383.bmp
-office52/share/config/symbol/sc10384.bmp
-office52/share/config/symbol/sc10385.bmp
-office52/share/config/symbol/sc10386.bmp
-office52/share/config/symbol/sc10387.bmp
-office52/share/config/symbol/sc10388.bmp
-office52/share/config/symbol/sc10389.bmp
-office52/share/config/symbol/sc10390.bmp
-office52/share/config/symbol/sc10391.bmp
-office52/share/config/symbol/sc10393.bmp
-office52/share/config/symbol/sc10394.bmp
-office52/share/config/symbol/sc10395.bmp
-office52/share/config/symbol/sc10396.bmp
-office52/share/config/symbol/sc10397.bmp
-office52/share/config/symbol/sc10398.bmp
-office52/share/config/symbol/sc10399.bmp
-office52/share/config/symbol/sc10401.bmp
-office52/share/config/symbol/sc10402.bmp
-office52/share/config/symbol/sc10403.bmp
-office52/share/config/symbol/sc10434.bmp
-office52/share/config/symbol/sc10458.bmp
-office52/share/config/symbol/sc10461.bmp
-office52/share/config/symbol/sc10462.bmp
-office52/share/config/symbol/sc10463.bmp
-office52/share/config/symbol/sc10464.bmp
-office52/share/config/symbol/sc10465.bmp
-office52/share/config/symbol/sc10503.bmp
-office52/share/config/symbol/sc12021.bmp
-office52/share/config/symbol/sc12201.bmp
-office52/share/config/symbol/sc12202.bmp
-office52/share/config/symbol/sc12203.bmp
-office52/share/config/symbol/sc12204.bmp
-office52/share/config/symbol/sc12212.bmp
-office52/share/config/symbol/sc12221.bmp
-office52/share/config/symbol/sc12222.bmp
-office52/share/config/symbol/sc12223.bmp
-office52/share/config/symbol/sc12224.bmp
-office52/share/config/symbol/sc12225.bmp
-office52/share/config/symbol/sc12226.bmp
-office52/share/config/symbol/sc12227.bmp
-office52/share/config/symbol/sc12228.bmp
-office52/share/config/symbol/sc12229.bmp
-office52/share/config/symbol/sc12230.bmp
-office52/share/config/symbol/sc12231.bmp
-office52/share/config/symbol/sc12232.bmp
-office52/share/config/symbol/sc12234.bmp
-office52/share/config/symbol/sc14780.bmp
-office52/share/config/symbol/sc14781.bmp
-office52/share/config/symbol/sc14785.bmp
-office52/share/config/symbol/sc14786.bmp
-office52/share/config/symbol/sc21050.bmp
-office52/share/config/symbol/sc21051.bmp
-office52/share/config/symbol/sc21060.bmp
-office52/share/config/symbol/sc21061.bmp
-office52/share/config/symbol/sc21062.bmp
-office52/share/config/symbol/sc21070.bmp
-office52/share/config/symbol/sc21080.bmp
-office52/share/config/symbol/sc21100.bmp
-office52/share/config/symbol/sc21101.bmp
-office52/share/config/symbol/sc21102.bmp
-office52/share/config/symbol/sc21103.bmp
-office52/share/config/symbol/sc21104.bmp
-office52/share/config/symbol/sc21105.bmp
-office52/share/config/symbol/sc21110.bmp
-office52/share/config/symbol/sc21111.bmp
-office52/share/config/symbol/sc21120.bmp
-office52/share/config/symbol/sc21121.bmp
-office52/share/config/symbol/sc21130.bmp
-office52/share/config/symbol/sc21140.bmp
-office52/share/config/symbol/sc21141.bmp
-office52/share/config/symbol/sc21142.bmp
-office52/share/config/symbol/sc21150.bmp
-office52/share/config/symbol/sc21160.bmp
-office52/share/config/symbol/sc21170.bmp
-office52/share/config/symbol/sc21180.bmp
-office52/share/config/symbol/sc21190.bmp
-office52/share/config/symbol/sc21200.bmp
-office52/share/config/symbol/sc21210.bmp
-office52/share/config/symbol/sc21220.bmp
-office52/share/config/symbol/sc21230.bmp
-office52/share/config/symbol/sc21240.bmp
-office52/share/config/symbol/sc21250.bmp
-office52/share/config/symbol/sc27030.bmp
-office52/share/config/symbol/sc27065.bmp
-office52/share/config/symbol/sc27066.bmp
-office52/share/config/symbol/sc27067.bmp
-office52/share/config/symbol/sc30000.bmp
-office52/share/config/symbol/sc30002.bmp
-office52/share/config/symbol/sc30003.bmp
-office52/share/config/symbol/sc30004.bmp
-office52/share/config/symbol/sc30005.bmp
-office52/share/config/symbol/sc30007.bmp
-office52/share/config/symbol/sc30008.bmp
-office52/share/config/symbol/sc30009.bmp
-office52/share/config/symbol/sc30010.bmp
-office52/share/config/symbol/sc30011.bmp
-office52/share/config/symbol/sc30012.bmp
-office52/share/config/symbol/sc30770.bmp
-office52/share/config/symbol/sc30773.bmp
-office52/share/config/symbol/sc30774.bmp
-office52/share/config/symbol/sc30782.bmp
-office52/share/config/symbol/sc6377.bmp
-office52/share/config/symbol/scbullet.bmp
-office52/share/config/symbol/scnumb.bmp
-office52/share/config/symbol/sco161.bmp
-office52/share/config/symbol/sco261.bmp
-office52/share/config/symbol/sco262.bmp
-office52/share/config/symbol/sortd.bmp
-office52/share/config/symbol/sortu.bmp
-office52/share/config/symbol/u_high.bmp
-office52/share/config/symbol/u_low.bmp
-office52/share/config/symbol/u_normal.bmp
-office52/share/config/settings/_10_prin.url
-office52/share/config/wizard/_05_lttr.url
-office52/share/config/wizard/_10_fax.url
-office52/share/config/wizard/_15_agnd.url
-office52/share/config/wizard/_20_memo.url
-office52/share/config/wizard/_25_sep.url
-office52/share/config/wizard/_30_pres.url
-office52/share/config/wizard/_35_sep.url
-office52/share/config/wizard/_40_web.url
-office52/share/config/wizard/_45_sep.url
-office52/share/config/wizard/_50_tabl.url
-office52/share/config/wizard/_55_rprt.url
-office52/share/config/wizard/_60_form.url
-office52/share/config/wizard/_65_qury.url
-office52/share/config/wizard/_70_sep.url
-office52/share/config/wizard/_75_msi.url
-office52/share/config/wizard/_80_iset.url
-office52/share/config/wizard/_85_euro.url
-office52/share/config/english/labels.ini
-office52/share/config/new/_05_text.url
-office52/share/config/new/_25_sep.url
-office52/share/config/new/_30_html.url
-office52/share/config/new/_35_mail.url
-office52/share/config/new/_40_fram.url
-office52/share/config/new/_45_mstr.url
-office52/share/config/new/_48_data.url
-office52/share/config/new/_50_sep.url
-office52/share/config/new/_67_lab.url
-office52/share/config/new/_68_busi.url
-office52/share/config/new/_70_sep.url
-office52/share/config/new/_75_tpl.url
-office52/share/config/new/_10_sprd.url
-office52/share/config/new/_15_pres.url
-office52/share/config/new/_20_draw.url
-office52/share/config/new/_65_for.url
-office52/share/config/new/_55_chrt.url
-office52/share/config/new/_60_img.url
-office52/share/config/more/_05_html.url
-office52/share/config/more/_10_fram.url
-office52/share/config/more/_15_mstr.url
-office52/share/config/more/_18_data.url
-office52/share/config/more/_20_sep.url
-office52/share/config/more/_37_lab.url
-office52/share/config/more/_38_busi.url
-office52/share/config/more/_40_sep.url
-office52/share/config/more/_45_tpl.url
-office52/share/config/more/_35_for.url
-office52/share/config/more/_25_chrt.url
-office52/share/config/more/_30_img.url
-office52/share/config/defcal.txt
-office52/share/config/dbbusiness01.def
-office52/share/config/dbprivate01.def
-office52/share/config/defuser.txt
-office52/share/config/base_bck.gif
-office52/share/config/calc_bck.gif
-office52/share/config/desk_bck.gif
-office52/share/config/draw_bck.gif
-office52/share/config/impr_bck.gif
-office52/share/config/math_bck.gif
-office52/share/config/sam_bck.gif
-office52/share/config/writ_bck.gif
-office52/share/config/alarm.wav
-office52/share/config/gpm.ini
-office52/share/config/ssimport.ini
-office52/share/config/srcheng.ini
-office52/share/config/psetup.xpm
-office52/share/config/psetupl.xpm
-office52/share/config/sshelp.hid
-office52/share/config/sorc
-office52/share/fonts/75dpi/bdf/ariob10.bdf
-office52/share/fonts/75dpi/bdf/ariob12.bdf
-office52/share/fonts/75dpi/bdf/ariob14.bdf
-office52/share/fonts/75dpi/bdf/ariob17.bdf
-office52/share/fonts/75dpi/bdf/ariob20.bdf
-office52/share/fonts/75dpi/bdf/ariob24.bdf
-office52/share/fonts/75dpi/bdf/ariob8.bdf
-office52/share/fonts/75dpi/bdf/arion10.bdf
-office52/share/fonts/75dpi/bdf/arion12.bdf
-office52/share/fonts/75dpi/bdf/arion14.bdf
-office52/share/fonts/75dpi/bdf/arion17.bdf
-office52/share/fonts/75dpi/bdf/arion20.bdf
-office52/share/fonts/75dpi/bdf/arion24.bdf
-office52/share/fonts/75dpi/bdf/arion8.bdf
-office52/share/fonts/75dpi/bdf/chevn10.bdf
-office52/share/fonts/75dpi/bdf/chevn12.bdf
-office52/share/fonts/75dpi/bdf/chevn14.bdf
-office52/share/fonts/75dpi/bdf/chevn17.bdf
-office52/share/fonts/75dpi/bdf/chevn20.bdf
-office52/share/fonts/75dpi/bdf/chevn24.bdf
-office52/share/fonts/75dpi/bdf/chevn8.bdf
-office52/share/fonts/75dpi/bdf/chevon10.bdf
-office52/share/fonts/75dpi/bdf/chevon12.bdf
-office52/share/fonts/75dpi/bdf/chevon8.bdf
-office52/share/fonts/75dpi/bdf/chevon14.bdf
-office52/share/fonts/75dpi/bdf/chevon17.bdf
-office52/share/fonts/75dpi/bdf/chevon20.bdf
-office52/share/fonts/75dpi/bdf/chevon24.bdf
-office52/share/fonts/75dpi/bdf/congb10.bdf
-office52/share/fonts/75dpi/bdf/congb12.bdf
-office52/share/fonts/75dpi/bdf/congb14.bdf
-office52/share/fonts/75dpi/bdf/congb17.bdf
-office52/share/fonts/75dpi/bdf/congb20.bdf
-office52/share/fonts/75dpi/bdf/congb24.bdf
-office52/share/fonts/75dpi/bdf/congb8.bdf
-office52/share/fonts/75dpi/bdf/congn10.bdf
-office52/share/fonts/75dpi/bdf/congn12.bdf
-office52/share/fonts/75dpi/bdf/congn14.bdf
-office52/share/fonts/75dpi/bdf/congn17.bdf
-office52/share/fonts/75dpi/bdf/congn20.bdf
-office52/share/fonts/75dpi/bdf/congn24.bdf
-office52/share/fonts/75dpi/bdf/congn8.bdf
-office52/share/fonts/75dpi/bdf/fonts.dir
-office52/share/fonts/75dpi/bdf/helmb10.bdf
-office52/share/fonts/75dpi/bdf/helmb12.bdf
-office52/share/fonts/75dpi/bdf/helmb14.bdf
-office52/share/fonts/75dpi/bdf/helmb17.bdf
-office52/share/fonts/75dpi/bdf/helmb20.bdf
-office52/share/fonts/75dpi/bdf/helmb24.bdf
-office52/share/fonts/75dpi/bdf/helmb8.bdf
-office52/share/fonts/75dpi/bdf/helmbi10.bdf
-office52/share/fonts/75dpi/bdf/helmbi12.bdf
-office52/share/fonts/75dpi/bdf/helmbi14.bdf
-office52/share/fonts/75dpi/bdf/helmbi17.bdf
-office52/share/fonts/75dpi/bdf/helmbi20.bdf
-office52/share/fonts/75dpi/bdf/helmbi24.bdf
-office52/share/fonts/75dpi/bdf/helmbi8.bdf
-office52/share/fonts/75dpi/bdf/helmcb10.bdf
-office52/share/fonts/75dpi/bdf/helmcb12.bdf
-office52/share/fonts/75dpi/bdf/helmcb14.bdf
-office52/share/fonts/75dpi/bdf/helmcb17.bdf
-office52/share/fonts/75dpi/bdf/helmcb20.bdf
-office52/share/fonts/75dpi/bdf/helmcb24.bdf
-office52/share/fonts/75dpi/bdf/helmcb8.bdf
-office52/share/fonts/75dpi/bdf/helmcbi10.bdf
-office52/share/fonts/75dpi/bdf/helmcbi12.bdf
-office52/share/fonts/75dpi/bdf/helmcbi14.bdf
-office52/share/fonts/75dpi/bdf/helmcbi17.bdf
-office52/share/fonts/75dpi/bdf/helmcbi20.bdf
-office52/share/fonts/75dpi/bdf/helmcbi24.bdf
-office52/share/fonts/75dpi/bdf/helmcbi8.bdf
-office52/share/fonts/75dpi/bdf/helmci10.bdf
-office52/share/fonts/75dpi/bdf/helmci12.bdf
-office52/share/fonts/75dpi/bdf/helmci14.bdf
-office52/share/fonts/75dpi/bdf/helmci17.bdf
-office52/share/fonts/75dpi/bdf/helmci20.bdf
-office52/share/fonts/75dpi/bdf/helmci24.bdf
-office52/share/fonts/75dpi/bdf/helmci8.bdf
-office52/share/fonts/75dpi/bdf/helmcn10.bdf
-office52/share/fonts/75dpi/bdf/helmcn12.bdf
-office52/share/fonts/75dpi/bdf/helmcn14.bdf
-office52/share/fonts/75dpi/bdf/helmcn17.bdf
-office52/share/fonts/75dpi/bdf/helmcn20.bdf
-office52/share/fonts/75dpi/bdf/helmcn24.bdf
-office52/share/fonts/75dpi/bdf/helmcn8.bdf
-office52/share/fonts/75dpi/bdf/helmi10.bdf
-office52/share/fonts/75dpi/bdf/helmi12.bdf
-office52/share/fonts/75dpi/bdf/helmi14.bdf
-office52/share/fonts/75dpi/bdf/helmi17.bdf
-office52/share/fonts/75dpi/bdf/helmi20.bdf
-office52/share/fonts/75dpi/bdf/helmi24.bdf
-office52/share/fonts/75dpi/bdf/helmi8.bdf
-office52/share/fonts/75dpi/bdf/helmn10.bdf
-office52/share/fonts/75dpi/bdf/helmn12.bdf
-office52/share/fonts/75dpi/bdf/helmn14.bdf
-office52/share/fonts/75dpi/bdf/helmn17.bdf
-office52/share/fonts/75dpi/bdf/helmn20.bdf
-office52/share/fonts/75dpi/bdf/helmn24.bdf
-office52/share/fonts/75dpi/bdf/helmn8.bdf
-office52/share/fonts/75dpi/bdf/starbats10.bdf
-office52/share/fonts/75dpi/bdf/starbats12.bdf
-office52/share/fonts/75dpi/bdf/starbats14.bdf
-office52/share/fonts/75dpi/bdf/starbats17.bdf
-office52/share/fonts/75dpi/bdf/starbats20.bdf
-office52/share/fonts/75dpi/bdf/starbats24.bdf
-office52/share/fonts/75dpi/bdf/starbats8.bdf
-office52/share/fonts/75dpi/bdf/starmath10.bdf
-office52/share/fonts/75dpi/bdf/starmath12.bdf
-office52/share/fonts/75dpi/bdf/starmath14.bdf
-office52/share/fonts/75dpi/bdf/starmath17.bdf
-office52/share/fonts/75dpi/bdf/starmath20.bdf
-office52/share/fonts/75dpi/bdf/starmath24.bdf
-office52/share/fonts/75dpi/bdf/starmath8.bdf
-office52/share/fonts/75dpi/bdf/timmb10.bdf
-office52/share/fonts/75dpi/bdf/timmb12.bdf
-office52/share/fonts/75dpi/bdf/timmb14.bdf
-office52/share/fonts/75dpi/bdf/timmb17.bdf
-office52/share/fonts/75dpi/bdf/timmb20.bdf
-office52/share/fonts/75dpi/bdf/timmb24.bdf
-office52/share/fonts/75dpi/bdf/timmb8.bdf
-office52/share/fonts/75dpi/bdf/timmbi10.bdf
-office52/share/fonts/75dpi/bdf/timmbi12.bdf
-office52/share/fonts/75dpi/bdf/timmbi14.bdf
-office52/share/fonts/75dpi/bdf/timmbi17.bdf
-office52/share/fonts/75dpi/bdf/timmbi20.bdf
-office52/share/fonts/75dpi/bdf/timmbi24.bdf
-office52/share/fonts/75dpi/bdf/timmbi8.bdf
-office52/share/fonts/75dpi/bdf/timmi10.bdf
-office52/share/fonts/75dpi/bdf/timmi12.bdf
-office52/share/fonts/75dpi/bdf/timmi14.bdf
-office52/share/fonts/75dpi/bdf/timmi17.bdf
-office52/share/fonts/75dpi/bdf/timmi20.bdf
-office52/share/fonts/75dpi/bdf/timmi24.bdf
-office52/share/fonts/75dpi/bdf/timmi8.bdf
-office52/share/fonts/75dpi/bdf/timmn10.bdf
-office52/share/fonts/75dpi/bdf/timmn12.bdf
-office52/share/fonts/75dpi/bdf/timmn14.bdf
-office52/share/fonts/75dpi/bdf/timmn17.bdf
-office52/share/fonts/75dpi/bdf/timmn20.bdf
-office52/share/fonts/75dpi/bdf/timmn24.bdf
-office52/share/fonts/75dpi/bdf/timmn8.bdf
-office52/share/fonts/75dpi/ariob10.pcf.Z
-office52/share/fonts/75dpi/ariob12.pcf.Z
-office52/share/fonts/75dpi/ariob14.pcf.Z
-office52/share/fonts/75dpi/ariob17.pcf.Z
-office52/share/fonts/75dpi/ariob20.pcf.Z
-office52/share/fonts/75dpi/ariob24.pcf.Z
-office52/share/fonts/75dpi/ariob8.pcf.Z
-office52/share/fonts/75dpi/arion10.pcf.Z
-office52/share/fonts/75dpi/arion12.pcf.Z
-office52/share/fonts/75dpi/arion14.pcf.Z
-office52/share/fonts/75dpi/arion17.pcf.Z
-office52/share/fonts/75dpi/arion20.pcf.Z
-office52/share/fonts/75dpi/arion24.pcf.Z
-office52/share/fonts/75dpi/arion8.pcf.Z
-office52/share/fonts/75dpi/chevn10.pcf.Z
-office52/share/fonts/75dpi/chevn12.pcf.Z
-office52/share/fonts/75dpi/chevn14.pcf.Z
-office52/share/fonts/75dpi/chevn17.pcf.Z
-office52/share/fonts/75dpi/chevn20.pcf.Z
-office52/share/fonts/75dpi/fonts.dir
-office52/share/fonts/75dpi/chevn24.pcf.Z
-office52/share/fonts/75dpi/chevn8.pcf.Z
-office52/share/fonts/75dpi/chevon10.pcf.Z
-office52/share/fonts/75dpi/chevon12.pcf.Z
-office52/share/fonts/75dpi/chevon14.pcf.Z
-office52/share/fonts/75dpi/chevon17.pcf.Z
-office52/share/fonts/75dpi/chevon20.pcf.Z
-office52/share/fonts/75dpi/chevon24.pcf.Z
-office52/share/fonts/75dpi/chevon8.pcf.Z
-office52/share/fonts/75dpi/congb10.pcf.Z
-office52/share/fonts/75dpi/congb12.pcf.Z
-office52/share/fonts/75dpi/congb14.pcf.Z
-office52/share/fonts/75dpi/congb17.pcf.Z
-office52/share/fonts/75dpi/congb20.pcf.Z
-office52/share/fonts/75dpi/congb24.pcf.Z
-office52/share/fonts/75dpi/congb8.pcf.Z
-office52/share/fonts/75dpi/congn10.pcf.Z
-office52/share/fonts/75dpi/congn12.pcf.Z
-office52/share/fonts/75dpi/congn14.pcf.Z
-office52/share/fonts/75dpi/congn17.pcf.Z
-office52/share/fonts/75dpi/congn20.pcf.Z
-office52/share/fonts/75dpi/congn24.pcf.Z
-office52/share/fonts/75dpi/congn8.pcf.Z
-office52/share/fonts/75dpi/helmb10.pcf.Z
-office52/share/fonts/75dpi/helmb12.pcf.Z
-office52/share/fonts/75dpi/helmb14.pcf.Z
-office52/share/fonts/75dpi/helmb17.pcf.Z
-office52/share/fonts/75dpi/helmb20.pcf.Z
-office52/share/fonts/75dpi/helmb24.pcf.Z
-office52/share/fonts/75dpi/helmb8.pcf.Z
-office52/share/fonts/75dpi/helmbi10.pcf.Z
-office52/share/fonts/75dpi/helmbi12.pcf.Z
-office52/share/fonts/75dpi/helmbi14.pcf.Z
-office52/share/fonts/75dpi/helmbi17.pcf.Z
-office52/share/fonts/75dpi/helmbi20.pcf.Z
-office52/share/fonts/75dpi/helmbi24.pcf.Z
-office52/share/fonts/75dpi/helmbi8.pcf.Z
-office52/share/fonts/75dpi/helmcb10.pcf.Z
-office52/share/fonts/75dpi/helmcb12.pcf.Z
-office52/share/fonts/75dpi/helmcb14.pcf.Z
-office52/share/fonts/75dpi/helmcb17.pcf.Z
-office52/share/fonts/75dpi/helmcb20.pcf.Z
-office52/share/fonts/75dpi/helmcb24.pcf.Z
-office52/share/fonts/75dpi/helmcb8.pcf.Z
-office52/share/fonts/75dpi/helmcbi10.pcf.Z
-office52/share/fonts/75dpi/helmcbi12.pcf.Z
-office52/share/fonts/75dpi/helmcbi14.pcf.Z
-office52/share/fonts/75dpi/helmcbi17.pcf.Z
-office52/share/fonts/75dpi/helmcbi20.pcf.Z
-office52/share/fonts/75dpi/helmcbi24.pcf.Z
-office52/share/fonts/75dpi/helmcbi8.pcf.Z
-office52/share/fonts/75dpi/helmci10.pcf.Z
-office52/share/fonts/75dpi/helmci12.pcf.Z
-office52/share/fonts/75dpi/helmci14.pcf.Z
-office52/share/fonts/75dpi/helmci17.pcf.Z
-office52/share/fonts/75dpi/helmci20.pcf.Z
-office52/share/fonts/75dpi/helmci24.pcf.Z
-office52/share/fonts/75dpi/helmci8.pcf.Z
-office52/share/fonts/75dpi/helmcn10.pcf.Z
-office52/share/fonts/75dpi/helmcn12.pcf.Z
-office52/share/fonts/75dpi/helmcn14.pcf.Z
-office52/share/fonts/75dpi/helmcn17.pcf.Z
-office52/share/fonts/75dpi/helmcn20.pcf.Z
-office52/share/fonts/75dpi/helmcn24.pcf.Z
-office52/share/fonts/75dpi/helmcn8.pcf.Z
-office52/share/fonts/75dpi/helmi10.pcf.Z
-office52/share/fonts/75dpi/helmi12.pcf.Z
-office52/share/fonts/75dpi/helmi14.pcf.Z
-office52/share/fonts/75dpi/helmi17.pcf.Z
-office52/share/fonts/75dpi/helmi20.pcf.Z
-office52/share/fonts/75dpi/helmi24.pcf.Z
-office52/share/fonts/75dpi/helmi8.pcf.Z
-office52/share/fonts/75dpi/helmn10.pcf.Z
-office52/share/fonts/75dpi/helmn12.pcf.Z
-office52/share/fonts/75dpi/helmn14.pcf.Z
-office52/share/fonts/75dpi/helmn17.pcf.Z
-office52/share/fonts/75dpi/helmn20.pcf.Z
-office52/share/fonts/75dpi/helmn24.pcf.Z
-office52/share/fonts/75dpi/helmn8.pcf.Z
-office52/share/fonts/75dpi/starbats10.pcf.Z
-office52/share/fonts/75dpi/starbats12.pcf.Z
-office52/share/fonts/75dpi/starbats14.pcf.Z
-office52/share/fonts/75dpi/starbats17.pcf.Z
-office52/share/fonts/75dpi/starbats20.pcf.Z
-office52/share/fonts/75dpi/starbats24.pcf.Z
-office52/share/fonts/75dpi/starbats8.pcf.Z
-office52/share/fonts/75dpi/starmath10.pcf.Z
-office52/share/fonts/75dpi/starmath12.pcf.Z
-office52/share/fonts/75dpi/starmath14.pcf.Z
-office52/share/fonts/75dpi/starmath17.pcf.Z
-office52/share/fonts/75dpi/starmath20.pcf.Z
-office52/share/fonts/75dpi/starmath24.pcf.Z
-office52/share/fonts/75dpi/starmath8.pcf.Z
-office52/share/fonts/75dpi/timmb10.pcf.Z
-office52/share/fonts/75dpi/timmb12.pcf.Z
-office52/share/fonts/75dpi/timmb14.pcf.Z
-office52/share/fonts/75dpi/timmb17.pcf.Z
-office52/share/fonts/75dpi/timmb20.pcf.Z
-office52/share/fonts/75dpi/timmb24.pcf.Z
-office52/share/fonts/75dpi/timmb8.pcf.Z
-office52/share/fonts/75dpi/timmbi10.pcf.Z
-office52/share/fonts/75dpi/timmbi12.pcf.Z
-office52/share/fonts/75dpi/timmbi14.pcf.Z
-office52/share/fonts/75dpi/timmbi17.pcf.Z
-office52/share/fonts/75dpi/timmbi20.pcf.Z
-office52/share/fonts/75dpi/timmbi24.pcf.Z
-office52/share/fonts/75dpi/timmbi8.pcf.Z
-office52/share/fonts/75dpi/timmi10.pcf.Z
-office52/share/fonts/75dpi/timmi12.pcf.Z
-office52/share/fonts/75dpi/timmi14.pcf.Z
-office52/share/fonts/75dpi/timmi17.pcf.Z
-office52/share/fonts/75dpi/timmi20.pcf.Z
-office52/share/fonts/75dpi/timmi24.pcf.Z
-office52/share/fonts/75dpi/timmi8.pcf.Z
-office52/share/fonts/75dpi/timmn10.pcf.Z
-office52/share/fonts/75dpi/timmn12.pcf.Z
-office52/share/fonts/75dpi/timmn14.pcf.Z
-office52/share/fonts/75dpi/timmn17.pcf.Z
-office52/share/fonts/75dpi/timmn20.pcf.Z
-office52/share/fonts/75dpi/timmn24.pcf.Z
-office52/share/fonts/75dpi/timmn8.pcf.Z
-office52/share/fonts/type1/ariob___.pfa
-office52/share/fonts/type1/ariob___.pfb
-office52/share/fonts/type1/arion___.pfa
-office52/share/fonts/type1/arion___.pfb
-office52/share/fonts/type1/chevn___.pfa
-office52/share/fonts/type1/chevn___.pfb
-office52/share/fonts/type1/chevon__.pfa
-office52/share/fonts/type1/chevon__.pfb
-office52/share/fonts/type1/congb___.pfa
-office52/share/fonts/type1/congb___.pfb
-office52/share/fonts/type1/congn___.pfa
-office52/share/fonts/type1/congn___.pfb
-office52/share/fonts/type1/fonts.alias
-office52/share/fonts/type1/fonts.dir
-office52/share/fonts/type1/fonts.scale
-office52/share/fonts/type1/helmb___.pfa
-office52/share/fonts/type1/helmb___.pfb
-office52/share/fonts/type1/helmbi__.pfa
-office52/share/fonts/type1/helmbi__.pfb
-office52/share/fonts/type1/helmcb__.pfa
-office52/share/fonts/type1/psres.upr
-office52/share/fonts/type1/helmcb__.pfb
-office52/share/fonts/type1/helmcbi_.pfa
-office52/share/fonts/type1/helmcbi_.pfb
-office52/share/fonts/type1/helmci__.pfa
-office52/share/fonts/type1/helmci__.pfb
-office52/share/fonts/type1/helmcn__.pfa
-office52/share/fonts/type1/helmcn__.pfb
-office52/share/fonts/type1/helmi___.pfa
-office52/share/fonts/type1/helmi___.pfb
-office52/share/fonts/type1/helmn___.pfa
-office52/share/fonts/type1/helmn___.pfb
-office52/share/fonts/type1/lbdb1250.pfa
-office52/share/fonts/type1/lbdb1250.pfb
-office52/share/fonts/type1/lbdb1252.pfa
-office52/share/fonts/type1/lbdb1252.pfb
-office52/share/fonts/type1/lbdi1250.pfa
-office52/share/fonts/type1/lbdi1250.pfb
-office52/share/fonts/type1/lbdi1252.pfa
-office52/share/fonts/type1/lbdi1252.pfb
-office52/share/fonts/type1/lbit1250.pfa
-office52/share/fonts/type1/lbit1250.pfb
-office52/share/fonts/type1/lbit1252.pfa
-office52/share/fonts/type1/lbit1252.pfb
-office52/share/fonts/type1/lbre1250.pfa
-office52/share/fonts/type1/lbre1250.pfb
-office52/share/fonts/type1/lbre1252.pfa
-office52/share/fonts/type1/lbre1252.pfb
-office52/share/fonts/type1/lsdb1250.pfa
-office52/share/fonts/type1/lsdb1250.pfb
-office52/share/fonts/type1/lsdb1251.pfa
-office52/share/fonts/type1/lsdb1251.pfb
-office52/share/fonts/type1/lsdb1252.pfa
-office52/share/fonts/type1/lsdb1252.pfb
-office52/share/fonts/type1/lsdo1250.pfa
-office52/share/fonts/type1/lsdo1250.pfb
-office52/share/fonts/type1/lsdo1251.pfa
-office52/share/fonts/type1/lsdo1251.pfb
-office52/share/fonts/type1/lsdo1252.pfa
-office52/share/fonts/type1/lsdo1252.pfb
-office52/share/fonts/type1/lsob1250.pfa
-office52/share/fonts/type1/lsob1250.pfb
-office52/share/fonts/type1/lsob1251.pfa
-office52/share/fonts/type1/lsob1251.pfb
-office52/share/fonts/type1/lsob1252.pfa
-office52/share/fonts/type1/lsob1252.pfb
-office52/share/fonts/type1/lsre1250.pfa
-office52/share/fonts/type1/lsre1250.pfb
-office52/share/fonts/type1/lsre1251.pfa
-office52/share/fonts/type1/lsre1251.pfb
-office52/share/fonts/type1/lsre1252.pfa
-office52/share/fonts/type1/lsre1252.pfb
-office52/share/fonts/type1/ltbd1250.pfa
-office52/share/fonts/type1/ltbd1250.pfb
-office52/share/fonts/type1/ltbd1251.pfa
-office52/share/fonts/type1/ltbd1251.pfb
-office52/share/fonts/type1/ltbd1252.pfa
-office52/share/fonts/type1/ltbd1252.pfb
-office52/share/fonts/type1/ltbo1250.pfa
-office52/share/fonts/type1/ltbo1250.pfb
-office52/share/fonts/type1/ltbo1251.pfa
-office52/share/fonts/type1/ltbo1251.pfb
-office52/share/fonts/type1/ltbo1252.pfa
-office52/share/fonts/type1/ltbo1252.pfb
-office52/share/fonts/type1/ltob1250.pfa
-office52/share/fonts/type1/ltob1250.pfb
-office52/share/fonts/type1/ltob1251.pfa
-office52/share/fonts/type1/ltob1251.pfb
-office52/share/fonts/type1/ltob1252.pfa
-office52/share/fonts/type1/ltob1252.pfb
-office52/share/fonts/type1/ltre1250.pfa
-office52/share/fonts/type1/ltre1250.pfb
-office52/share/fonts/type1/ltre1251.pfa
-office52/share/fonts/type1/ltre1251.pfb
-office52/share/fonts/type1/ltre1252.pfa
-office52/share/fonts/type1/ltre1252.pfb
-office52/share/fonts/type1/starbats.pfa
-office52/share/fonts/type1/starbats.pfb
-office52/share/fonts/type1/starmath.pfa
-office52/share/fonts/type1/starmath.pfb
-office52/share/fonts/type1/timmb___.pfa
-office52/share/fonts/type1/timmb___.pfb
-office52/share/fonts/type1/timmbi__.pfa
-office52/share/fonts/type1/timmbi__.pfb
-office52/share/fonts/type1/timmi___.pfa
-office52/share/fonts/type1/timmi___.pfb
-office52/share/fonts/type1/timmn___.pfa
-office52/share/fonts/type1/timmn___.pfb
-office52/share/basic/webwizar.sbl
-office52/share/basic/ssfuncs.sbl
-office52/share/basic/formwiza.sbl
-office52/share/basic/tablewiz.sbl
-office52/share/basic/schedule.sbl
-office52/share/basic/ssprint.sbl
-office52/share/basic/gimmicks.sbl
-office52/share/basic/tools.sbl
-office52/share/basic/gridwiza.sbl
-office52/share/basic/importwi.sbl
-office52/share/basic/querywiz.sbl
-office52/share/basic/createre.sbl
-office52/share/basic/init.sbl
-office52/share/basic/dbhandle.sbl
-office52/share/basic/reportwi.sbl
-office52/share/basic/combowiz.sbl
-office52/share/basic/template.sbl
-office52/share/basic/internet.sbl
-office52/share/basic/euro.sbl
-office52/share/basic/formedit.sbl
-office52/share/basic/groupwiz.sbl
-office52/share/basic/spelling.sbl
-office52/share/xp3/fontmetrics/afm/AGaramond-Bold.afm
-office52/share/xp3/fontmetrics/afm/AvantGarde-Book.afm
-office52/share/xp3/fontmetrics/afm/AvantGarde-BookOblique.afm
-office52/share/xp3/fontmetrics/afm/AvantGarde-Demi.afm
-office52/share/xp3/fontmetrics/afm/AvantGarde-DemiOblique.afm
-office52/share/xp3/fontmetrics/afm/Bookman-Demi.afm
-office52/share/xp3/fontmetrics/afm/Bookman-DemiItalic.afm
-office52/share/xp3/fontmetrics/afm/Bookman-Light.afm
-office52/share/xp3/fontmetrics/afm/Bookman-LightItalic.afm
-office52/share/xp3/fontmetrics/afm/Courier-Bold.afm
-office52/share/xp3/fontmetrics/afm/Courier-BoldOblique.afm
-office52/share/xp3/fontmetrics/afm/Courier-Oblique.afm
-office52/share/xp3/fontmetrics/afm/Courier.afm
-office52/share/xp3/fontmetrics/afm/GothicBBB-Medium-83pv-RKSJ-H.afm
-office52/share/xp3/fontmetrics/afm/GothicBBB-Medium.Roman.afm
-office52/share/xp3/fontmetrics/afm/Helvetica.afm
-office52/share/xp3/fontmetrics/afm/Helvetica-Bold.afm
-office52/share/xp3/fontmetrics/afm/Helvetica-BoldOblique.afm
-office52/share/xp3/fontmetrics/afm/Helvetica-Oblique.afm
-office52/share/xp3/fontmetrics/afm/NewBaskerville-Bold.afm
-office52/share/xp3/fontmetrics/afm/NewBaskerville-BoldItalic.afm
-office52/share/xp3/fontmetrics/afm/NewBaskerville-Italic.afm
-office52/share/xp3/fontmetrics/afm/NewBaskerville-Roman.afm
-office52/share/xp3/fontmetrics/afm/NewCenturySchlbk-Bold.afm
-office52/share/xp3/fontmetrics/afm/NewCenturySchlbk-BoldItalic.afm
-office52/share/xp3/fontmetrics/afm/NewCenturySchlbk-Italic.afm
-office52/share/xp3/fontmetrics/afm/NewCenturySchlbk-Roman.afm
-office52/share/xp3/fontmetrics/afm/Palatino-Bold.afm
-office52/share/xp3/fontmetrics/afm/Palatino-BoldItalic.afm
-office52/share/xp3/fontmetrics/afm/Palatino-Italic.afm
-office52/share/xp3/fontmetrics/afm/Palatino-Roman.afm
-office52/share/xp3/fontmetrics/afm/Ryumin-Light-83pv-RKSJ-H.afm
-office52/share/xp3/fontmetrics/afm/Ryumin-Light.Roman.afm
-office52/share/xp3/fontmetrics/afm/Symbol.afm
-office52/share/xp3/fontmetrics/afm/Times-Bold.afm
-office52/share/xp3/fontmetrics/afm/Times-BoldItalic.afm
-office52/share/xp3/fontmetrics/afm/Times-Italic.afm
-office52/share/xp3/fontmetrics/afm/Times-Roman.afm
-office52/share/xp3/fontmetrics/afm/Windsor.afm
-office52/share/xp3/fontmetrics/afm/ZapfChancery-MediumItalic.afm
-office52/share/xp3/fontmetrics/afm/ZapfDingbats.afm
-office52/share/xp3/fontmetrics/afm/ariob___.afm
-office52/share/xp3/fontmetrics/afm/arion___.afm
-office52/share/xp3/fontmetrics/afm/chevn___.afm
-office52/share/xp3/fontmetrics/afm/chevon__.afm
-office52/share/xp3/fontmetrics/afm/congb___.afm
-office52/share/xp3/fontmetrics/afm/congn___.afm
-office52/share/xp3/fontmetrics/afm/helmb___.afm
-office52/share/xp3/fontmetrics/afm/helmbi__.afm
-office52/share/xp3/fontmetrics/afm/helmcb__.afm
-office52/share/xp3/fontmetrics/afm/helmcbi_.afm
-office52/share/xp3/fontmetrics/afm/helmci__.afm
-office52/share/xp3/fontmetrics/afm/helmcn__.afm
-office52/share/xp3/fontmetrics/afm/helmi___.afm
-office52/share/xp3/fontmetrics/afm/helmn___.afm
-office52/share/xp3/fontmetrics/afm/lbdb1250.afm
-office52/share/xp3/fontmetrics/afm/lbdb1252.afm
-office52/share/xp3/fontmetrics/afm/lbdi1250.afm
-office52/share/xp3/fontmetrics/afm/lbdi1252.afm
-office52/share/xp3/fontmetrics/afm/lbit1250.afm
-office52/share/xp3/fontmetrics/afm/lbit1252.afm
-office52/share/xp3/fontmetrics/afm/lbre1250.afm
-office52/share/xp3/fontmetrics/afm/lbre1252.afm
-office52/share/xp3/fontmetrics/afm/lsdb1250.afm
-office52/share/xp3/fontmetrics/afm/lsdb1251.afm
-office52/share/xp3/fontmetrics/afm/lsdb1252.afm
-office52/share/xp3/fontmetrics/afm/lsdo1250.afm
-office52/share/xp3/fontmetrics/afm/lsdo1251.afm
-office52/share/xp3/fontmetrics/afm/lsdo1252.afm
-office52/share/xp3/fontmetrics/afm/lsob1250.afm
-office52/share/xp3/fontmetrics/afm/lsob1251.afm
-office52/share/xp3/fontmetrics/afm/lsob1252.afm
-office52/share/xp3/fontmetrics/afm/lsre1250.afm
-office52/share/xp3/fontmetrics/afm/lsre1251.afm
-office52/share/xp3/fontmetrics/afm/lsre1252.afm
-office52/share/xp3/fontmetrics/afm/ltbd1250.afm
-office52/share/xp3/fontmetrics/afm/ltbd1251.afm
-office52/share/xp3/fontmetrics/afm/ltbd1252.afm
-office52/share/xp3/fontmetrics/afm/ltbo1250.afm
-office52/share/xp3/fontmetrics/afm/ltbo1251.afm
-office52/share/xp3/fontmetrics/afm/ltbo1252.afm
-office52/share/xp3/fontmetrics/afm/ltob1250.afm
-office52/share/xp3/fontmetrics/afm/ltob1251.afm
-office52/share/xp3/fontmetrics/afm/ltob1252.afm
-office52/share/xp3/fontmetrics/afm/ltre1250.afm
-office52/share/xp3/fontmetrics/afm/ltre1251.afm
-office52/share/xp3/fontmetrics/afm/ltre1252.afm
-office52/share/xp3/fontmetrics/afm/starbats.afm
-office52/share/xp3/fontmetrics/afm/starmath.afm
-office52/share/xp3/fontmetrics/afm/timmb___.afm
-office52/share/xp3/fontmetrics/afm/timmbi__.afm
-office52/share/xp3/fontmetrics/afm/timmi___.afm
-office52/share/xp3/fontmetrics/afm/timmn___.afm
-office52/share/xp3/fontmetrics/tfm/9NB00041.TFM
-office52/share/xp3/fontmetrics/tfm/9NB00042.TFM
-office52/share/xp3/fontmetrics/tfm/9NB00050.TFM
-office52/share/xp3/fontmetrics/tfm/9NB00153.TFM
-office52/share/xp3/fontmetrics/tfm/9NB00292.TFM
-office52/share/xp3/fontmetrics/tfm/9NB00491.TFM
-office52/share/xp3/fontmetrics/tfm/9NB01869.TFM
-office52/share/xp3/fontmetrics/tfm/9NB02995.TFM
-office52/share/xp3/fontmetrics/tfm/9NB03902.TFM
-office52/share/xp3/fontmetrics/tfm/9NB03903.TFM
-office52/share/xp3/fontmetrics/tfm/9NB04827.TFM
-office52/share/xp3/fontmetrics/tfm/9NB05436.TFM
-office52/share/xp3/fontmetrics/tfm/9NB05447.TFM
-office52/share/xp3/fontmetrics/tfm/9NB05448.TFM
-office52/share/xp3/fontmetrics/tfm/9NB05705.TFM
-office52/share/xp3/fontmetrics/tfm/9NB06334.TFM
-office52/share/xp3/fontmetrics/tfm/9NB06335.TFM
-office52/share/xp3/fontmetrics/tfm/9NB09894.TFM
-office52/share/xp3/fontmetrics/tfm/9NB09961.TFM
-office52/share/xp3/fontmetrics/tfm/9NB11478.TFM
-office52/share/xp3/fontmetrics/tfm/9NB11538.TFM
-office52/share/xp3/fontmetrics/tfm/9NB11942.TFM
-office52/share/xp3/fontmetrics/tfm/9NB12382.TFM
-office52/share/xp3/fontmetrics/tfm/9NB14604.TFM
-office52/share/xp3/fontmetrics/tfm/9NB14771.TFM
-office52/share/xp3/fontmetrics/tfm/9NB15724.TFM
-office52/share/xp3/fontmetrics/tfm/9NB16827.TFM
-office52/share/xp3/fontmetrics/tfm/9NB17035.TFM
-office52/share/xp3/fontmetrics/tfm/9NB17421.TFM
-office52/share/xp3/fontmetrics/tfm/9NB17673.TFM
-office52/share/xp3/fontmetrics/tfm/9NB18467.TFM
-office52/share/xp3/fontmetrics/tfm/9NB18468.TFM
-office52/share/xp3/fontmetrics/tfm/9NB18716.TFM
-office52/share/xp3/fontmetrics/tfm/9NB18717.TFM
-office52/share/xp3/fontmetrics/tfm/9NB19169.TFM
-office52/share/xp3/fontmetrics/tfm/9NB19170.TFM
-office52/share/xp3/fontmetrics/tfm/9NB19718.TFM
-office52/share/xp3/fontmetrics/tfm/9NB19895.TFM
-office52/share/xp3/fontmetrics/tfm/9NB19896.TFM
-office52/share/xp3/fontmetrics/tfm/9NB19912.TFM
-office52/share/xp3/fontmetrics/tfm/9NB21726.TFM
-office52/share/xp3/fontmetrics/tfm/9NB21727.TFM
-office52/share/xp3/fontmetrics/tfm/9NB23281.TFM
-office52/share/xp3/fontmetrics/tfm/9NB23811.TFM
-office52/share/xp3/fontmetrics/tfm/9NB24464.TFM
-office52/share/xp3/fontmetrics/tfm/9NB25667.TFM
-office52/share/xp3/fontmetrics/tfm/9NB26299.TFM
-office52/share/xp3/fontmetrics/tfm/9NB26500.TFM
-office52/share/xp3/fontmetrics/tfm/9NB26501.TFM
-office52/share/xp3/fontmetrics/tfm/9NB26962.TFM
-office52/share/xp3/fontmetrics/tfm/9NB28145.TFM
-office52/share/xp3/fontmetrics/tfm/9NB28703.TFM
-office52/share/xp3/fontmetrics/tfm/9NB29358.TFM
-office52/share/xp3/fontmetrics/tfm/9NB30333.TFM
-office52/share/xp3/fontmetrics/tfm/9NB31322.TFM
-office52/share/xp3/fontmetrics/tfm/9NB32391.TFM
-office52/share/xp3/fontmetrics/tfm/CRB14E1A.TFM
-office52/share/xp3/fontmetrics/tfm/CRB14LGA.TFM
-office52/share/xp3/fontmetrics/tfm/CRB14PCA.TFM
-office52/share/xp3/fontmetrics/tfm/CRB14PDA.TFM
-office52/share/xp3/fontmetrics/tfm/CRB14PMA.TFM
-office52/share/xp3/fontmetrics/tfm/CRB14R8A.TFM
-office52/share/xp3/fontmetrics/tfm/CRB1CE1A.TFM
-office52/share/xp3/fontmetrics/tfm/CRB1CLGA.TFM
-office52/share/xp3/fontmetrics/tfm/CRB1CLGC.TFM
-office52/share/xp3/fontmetrics/tfm/CRB1CPCA.TFM
-office52/share/xp3/fontmetrics/tfm/CRB1CPDA.TFM
-office52/share/xp3/fontmetrics/tfm/CRB1CPMA.TFM
-office52/share/xp3/fontmetrics/tfm/CRB1CR8A.TFM
-office52/share/xp3/fontmetrics/tfm/CRI14E1A.TFM
-office52/share/xp3/fontmetrics/tfm/CRI14LGA.TFM
-office52/share/xp3/fontmetrics/tfm/CRI14PCA.TFM
-office52/share/xp3/fontmetrics/tfm/CRI14PDA.TFM
-office52/share/xp3/fontmetrics/tfm/CRI14PMA.TFM
-office52/share/xp3/fontmetrics/tfm/CRI14R8A.TFM
-office52/share/xp3/fontmetrics/tfm/CRI1CE1A.TFM
-office52/share/xp3/fontmetrics/tfm/CRI1CLGA.TFM
-office52/share/xp3/fontmetrics/tfm/CRI1CPCA.TFM
-office52/share/xp3/fontmetrics/tfm/CRI1CPDA.TFM
-office52/share/xp3/fontmetrics/tfm/CRI1CPMA.TFM
-office52/share/xp3/fontmetrics/tfm/CRI1CR8A.TFM
-office52/share/xp3/fontmetrics/tfm/CRR14E1A.TFM
-office52/share/xp3/fontmetrics/tfm/CRR14LGA.TFM
-office52/share/xp3/fontmetrics/tfm/CRR14PCA.TFM
-office52/share/xp3/fontmetrics/tfm/CRR14PDA.TFM
-office52/share/xp3/fontmetrics/tfm/CRR14PMA.TFM
-office52/share/xp3/fontmetrics/tfm/CRR14R8A.TFM
-office52/share/xp3/fontmetrics/tfm/CRR1CE1A.TFM
-office52/share/xp3/fontmetrics/tfm/CRR1CLGA.TFM
-office52/share/xp3/fontmetrics/tfm/CRR1CPCA.TFM
-office52/share/xp3/fontmetrics/tfm/CRR1CPDA.TFM
-office52/share/xp3/fontmetrics/tfm/CRR1CPMA.TFM
-office52/share/xp3/fontmetrics/tfm/CRR1CR8A.TFM
-office52/share/xp3/fontmetrics/tfm/LPR0YE1A.TFM
-office52/share/xp3/fontmetrics/tfm/LPR0YLGA.TFM
-office52/share/xp3/fontmetrics/tfm/LPR0YPCA.TFM
-office52/share/xp3/fontmetrics/tfm/LPR0YPDA.TFM
-office52/share/xp3/fontmetrics/tfm/LPR0YPMA.TFM
-office52/share/xp3/fontmetrics/tfm/LPR0YR8A.TFM
-office52/share/xp3/fontmetrics/tfm/TRB0000S.TFM
-office52/share/xp3/fontmetrics/tfm/TRI0000S.TFM
-office52/share/xp3/fontmetrics/tfm/TRJ0000S.TFM
-office52/share/xp3/fontmetrics/tfm/TRR0000S.TFM
-office52/share/xp3/fontmetrics/tfm/UNA0000S.TFM
-office52/share/xp3/fontmetrics/tfm/UNB0000S.TFM
-office52/share/xp3/fontmetrics/tfm/UNC0000S.TFM
-office52/share/xp3/fontmetrics/tfm/UNF0000S.TFM
-office52/share/xp3/fontmetrics/tfm/UNH0000S.TFM
-office52/share/xp3/fontmetrics/tfm/UNI0000S.TFM
-office52/share/xp3/fontmetrics/tfm/UNJ0000S.TFM
-office52/share/xp3/fontmetrics/tfm/UNR0000S.TFM
-office52/share/xp3/fontmetrics/tfm/ZDR0000S.TFM
-office52/share/xp3/ppds/ADISTILL.PS
-office52/share/xp3/ppds/HP__CLJ1.PS
-office52/share/xp3/ppds/APLWGRJ1.PS
-office52/share/xp3/ppds/APLWIIF2.PS
-office52/share/xp3/ppds/APLWLOT1.PS
-office52/share/xp3/ppds/APNTXJ1_.PS
-office52/share/xp3/ppds/APPL_380.PS
-office52/share/xp3/ppds/APPL_422.PS
-office52/share/xp3/ppds/HP_3P52_.PS
-office52/share/xp3/ppds/HP_3D52_.PS
-office52/share/xp3/ppds/HPLJ__31.PS
-office52/share/xp3/ppds/APTOLLW1.PS
-office52/share/xp3/ppds/HPLJ5SIM.PS
-office52/share/xp3/ppds/HPLJ5SI1.PS
-office52/share/xp3/ppds/CAECOGR1.PS
-office52/share/xp3/ppds/HPLJ5P_1.PS
-office52/share/xp3/ppds/HPLJ5M_4.PS
-office52/share/xp3/ppds/HPLJ4MV1.PS
-office52/share/xp3/ppds/HPLJ3P1_.PS
-office52/share/xp3/ppds/HPLJ3D1_.PS
-office52/share/xp3/ppds/HPIIP52_.PS
-office52/share/xp3/ppds/HPIII52_.PS
-office52/share/xp3/ppds/HPIID52_.PS
-office52/share/xp3/ppds/HP4SI6_1.PS
-office52/share/xp3/ppds/DC1152_1.PS
-office52/share/xp3/ppds/HP4SI3_1.PS
-office52/share/xp3/ppds/HP4PLUS6.PS
-office52/share/xp3/ppds/HP4PLUS3.PS
-office52/share/xp3/ppds/HP4MP6_1.PS
-office52/share/xp3/ppds/HP4MP3_1.PS
-office52/share/xp3/ppds/HP4ML_V1.PS
-office52/share/xp3/ppds/HP4M6_V1.PS
-office52/share/xp3/ppds/EFXJK3F3.PS
-office52/share/xp3/ppds/HP4M3_V1.PS
-office52/share/xp3/ppds/HP3SIL21.PS
-office52/share/xp3/ppds/HP3SI52_.PS
-office52/share/xp3/ppds/EP_STPH1.PS
-office52/share/xp3/ppds/HP2500C1.PS
-office52/share/xp3/ppds/HP1200C1.PS
-office52/share/xp3/ppds/GENERIC.PS
-office52/share/xp3/ppds/EP_P1201.PS
-office52/share/xp3/ppds/EP_P0701.PS
-office52/share/xp3/ppds/EP_82F51.PS
-office52/share/xp3/ppds/EP_82F21.PS
-office52/share/xp3/ppds/EP_50001.PS
-office52/share/xp3/ppds/EP_30001.PS
-office52/share/xp3/ppds/EP_15201.PS
-office52/share/xp3/ppds/EP_08001.PS
-office52/share/xp3/ppds/EFXJK303.PS
-office52/share/xp3/ppds/EFXJK2F3.PS
-office52/share/xp3/ppds/EFXJK1F3.PS
-office52/share/xp3/ppds/EFMX7010.PS
-office52/share/xp3/ppds/EFMX5010.PS
-office52/share/xp3/ppds/EFMX3010.PS
-office52/share/xp3/ppds/EFAX7010.PS
-office52/share/xp3/ppds/EFAX5010.PS
-office52/share/xp3/ppds/EFAX4010.PS
-office52/share/xp3/ppds/EFAX3010.PS
-office52/share/xp3/ppds/APTOLLD1.PS
-office52/share/xp3/ppds/APNTX501.PS
-office52/share/xp3/ppds/APPL_230.PS
-office52/share/xp3/ppds/APL_NTR1.PS
-office52/share/xp3/ppds/APNT518_.PS
-office52/share/xp3/ppds/APL_IIF1.PS
-office52/share/xp3/ppds/APL_IIG1.PS
-office52/share/xp3/ppds/APLWGRI1.PS
-office52/share/xp3/ppds/APLWIIG2.PS
-office52/share/xp3/ppds/APLWGRF1.PS
-office52/share/xp3/ppds/APLWCSB1.PS
-office52/share/xp3/ppds/APLWCOB1.PS
-office52/share/xp3/ppds/APLWBGR1.PS
-office52/share/xp3/ppds/APLW81F1.PS
-office52/share/xp3/ppds/APLW8101.PS
-office52/share/xp3/ppds/APLW6101.PS
-office52/share/xp3/ppds/APLW3601.PS
-office52/share/xp3/ppds/APLW3201.PS
-office52/share/xp3/ppds/APLW3101.PS
-office52/share/xp3/ppds/KD92P001.PS
-office52/share/xp3/ppds/L20__493.PS
-office52/share/xp3/ppds/L30__493.PS
-office52/share/xp3/ppds/L33__523.PS
-office52/share/xp3/ppds/L50__493.PS
-office52/share/xp3/ppds/L53__523.PS
-office52/share/xp3/ppds/LEX4039P.PS
-office52/share/xp3/ppds/LHSIGNI3.PS
-office52/share/xp3/ppds/LOS3455P.PS
-office52/share/xp3/ppds/LWNT_518.PS
-office52/share/xp3/ppds/SGENPRT.PS
-office52/share/xp3/ppds/TKP600J1.PS
-office52/share/xp3/ppds/TKPH6001.PS
-office52/share/xp3/ppds/LOPTRAEP.PS
-office52/share/xp3/ppds/LOPTRAK.PS
-office52/share/xp3/ppds/LOPS3455.PS
-office52/share/xp3/ppds/LOPTRAC.PS
-office52/share/xp3/ppds/LOPT616.PS
-office52/share/xp3/ppds/LOPT614.PS
-office52/share/xp3/ppds/U9415470.PS
-office52/share/xp3/ppds/LOPT612.PS
-office52/share/xp3/ppds/LOPT610.PS
-office52/share/xp3/ppds/LOPTRAN.PS
-office52/share/xp3/ppds/LOS1255P.PS
-office52/share/xp3/ppds/LOS1625P.PS
-office52/share/xp3/ppds/LOPTRASC.PS
-office52/share/xp3/ppds/LOPW810.PS
-office52/share/xp3/ppds/LOPS2455.PS
-office52/share/xp3/ppds/LOPTRAS.PS
-office52/share/xp3/ppds/LOPTRAP.PS
-office52/share/xp3/ppds/LOPS1625.PS
-office52/share/xp3/ppds/LOPS1855.PS
-office52/share/xp3/ppds/LOPC1200.PS
-office52/share/xp3/ppds/LOPS1255.PS
-office52/share/xp3/ppds/LOPM410.PS
-office52/share/xp3/ppds/LOPE310.PS
-office52/share/xp3/ppds/LOPC45.PS
-office52/share/xp3/ppds/LOPC40.PS
-office52/share/xp3/ppds/LHSIGIJ4.PS
-office52/share/xp3/ppds/LHSIGNH3.PS
-office52/share/xp3/ppds/LHQUSRI3.PS
-office52/share/xp3/ppds/LHSIGHJ4.PS
-office52/share/xp3/ppds/LHQUSRH3.PS
-office52/share/xp3/ppds/LHQUSHJ4.PS
-office52/share/xp3/ppds/LHQUSIJ4.PS
-office52/share/xp3/ppds/LHHRKPH7.PS
-office52/share/xp3/ppds/LHHRKPI7.PS
-office52/share/xp3/ppds/XRD61801.PS
-office52/share/xp3/ppds/TKPH3801.PS
-office52/share/xp3/ppds/TKPH4501.PS
-office52/share/xp3/ppds/TKP350J2.PS
-office52/share/xp3/ppds/XRN24320.PS
-office52/share/xp3/ppds/LHHKPIJ7.PS
-office52/share/xp3/ppds/XRN17000.PS
-office52/share/xp3/ppds/XRD61354.PS
-office52/share/xp3/ppds/LHHKPHJ7.PS
-office52/share/xp3/ppds/TKP450P1.PS
-office52/share/xp3/ppds/TKP550J1.PS
-office52/share/xp3/ppds/TKP380P1.PS
-office52/share/xp3/ppds/TKP450J1.PS
-office52/share/xp3/ppds/TKP360P1.PS
-office52/share/xp3/ppds/TK550PJ1.PS
-office52/share/xp3/ppds/TKP380J1.PS
-office52/share/xp3/ppds/TK550391.PS
-office52/share/xp3/ppds/TK550171.PS
-office52/share/xp3/ppds/TK450PJ1.PS
-office52/share/xp3/ppds/TK360J71.PS
-office52/share/xp3/ppds/TK360J51.PS
-office52/share/xp3/ppds/TK360J21.PS
-office52/share/xp3/ppds/TK350PJ2.PS
-office52/share/xp3/ppds/TK350692.PS
-office52/share/xp3/ppds/TK350691.PS
-office52/share/xp3/ppds/TK350172.PS
-office52/share/xp3/ppds/TK350171.PS
-office52/share/xp3/ppds/TK300XJ1.PS
-office52/share/xp3/ppds/TK300PJ1.PS
-office52/share/xp3/ppds/SNSPREC1.PS
-office52/share/xp3/ppds/LOS1855P.PS
-office52/share/xp3/ppds/LOS2455P.PS
-office52/share/xp3/ppds/LHHERKI4.PS
-office52/share/xp3/ppds/LHHERKH3.PS
-office52/share/xp3/ppds/LHHERIJ4.PS
-office52/share/xp3/ppds/LHHERHJ4.PS
-office52/share/xp3/ppds/LHGUBHJ4.PS
-office52/share/xp3/ppds/LHGUBEH3.PS
-office52/share/xp3/ppds/LHCOFLR5.PS
-office52/share/xp3/ppds/LHCOFLC5.PS
-office52/share/xp3/ppds/LHCFLRJ5.PS
-office52/share/xp3/ppds/LEXOPTR_.PS
-office52/share/xp3/ppds/LEX4079P.PS
-office52/share/xp3/ppds/L533_523.PS
-office52/share/xp3/ppds/L333_523.PS
-office52/share/xp3/ppds/L30__471.PS
-office52/share/xp3/ppds/L20__471.PS
-office52/share/xp3/ppds/L10__425.PS
-office52/share/xp3/ppds/KDH00002.PS
-office52/share/xp3/ppds/KDH00001.PS
-office52/share/xp3/ppds/KD8650P1.PS
-office52/share/xp3/ppds/XR_DC230.PS
-office52/share/xp3/pssoftfonts/ariob___.pfb
-office52/share/xp3/pssoftfonts/arion___.pfb
-office52/share/xp3/pssoftfonts/chevn___.pfb
-office52/share/xp3/pssoftfonts/chevon__.pfb
-office52/share/xp3/pssoftfonts/congb___.pfb
-office52/share/xp3/pssoftfonts/congn___.pfb
-office52/share/xp3/pssoftfonts/helmb___.pfb
-office52/share/xp3/pssoftfonts/helmbi__.pfb
-office52/share/xp3/pssoftfonts/helmcb__.pfb
-office52/share/xp3/pssoftfonts/helmcbi_.pfb
-office52/share/xp3/pssoftfonts/helmci__.pfb
-office52/share/xp3/pssoftfonts/helmcn__.pfb
-office52/share/xp3/pssoftfonts/helmi___.pfb
-office52/share/xp3/pssoftfonts/helmn___.pfb
-office52/share/xp3/pssoftfonts/lbdb1250.pfb
-office52/share/xp3/pssoftfonts/lbdb1252.pfb
-office52/share/xp3/pssoftfonts/lbdi1250.pfb
-office52/share/xp3/pssoftfonts/lbdi1252.pfb
-office52/share/xp3/pssoftfonts/lbit1250.pfb
-office52/share/xp3/pssoftfonts/lbit1252.pfb
-office52/share/xp3/pssoftfonts/lbre1250.pfb
-office52/share/xp3/pssoftfonts/lbre1252.pfb
-office52/share/xp3/pssoftfonts/lsdb1250.pfb
-office52/share/xp3/pssoftfonts/lsdb1251.pfb
-office52/share/xp3/pssoftfonts/lsdb1252.pfb
-office52/share/xp3/pssoftfonts/lsdo1250.pfb
-office52/share/xp3/pssoftfonts/lsdo1251.pfb
-office52/share/xp3/pssoftfonts/lsdo1252.pfb
-office52/share/xp3/pssoftfonts/lsob1250.pfb
-office52/share/xp3/pssoftfonts/lsob1251.pfb
-office52/share/xp3/pssoftfonts/lsob1252.pfb
-office52/share/xp3/pssoftfonts/lsre1250.pfb
-office52/share/xp3/pssoftfonts/lsre1251.pfb
-office52/share/xp3/pssoftfonts/lsre1252.pfb
-office52/share/xp3/pssoftfonts/ltbd1250.pfb
-office52/share/xp3/pssoftfonts/ltbd1251.pfb
-office52/share/xp3/pssoftfonts/ltbd1252.pfb
-office52/share/xp3/pssoftfonts/ltbo1250.pfb
-office52/share/xp3/pssoftfonts/ltbo1251.pfb
-office52/share/xp3/pssoftfonts/ltbo1252.pfb
-office52/share/xp3/pssoftfonts/ltob1250.pfb
-office52/share/xp3/pssoftfonts/ltob1251.pfb
-office52/share/xp3/pssoftfonts/ltob1252.pfb
-office52/share/xp3/pssoftfonts/ltre1250.pfb
-office52/share/xp3/pssoftfonts/ltre1251.pfb
-office52/share/xp3/pssoftfonts/ltre1252.pfb
-office52/share/xp3/pssoftfonts/starbats.pfb
-office52/share/xp3/pssoftfonts/starmath.pfb
-office52/share/xp3/pssoftfonts/timmb___.pfb
-office52/share/xp3/pssoftfonts/timmbi__.pfb
-office52/share/xp3/pssoftfonts/timmi___.pfb
-office52/share/xp3/pssoftfonts/timmn___.pfb
-office52/share/xp3/pclstd.fonts
-office52/share/xp3/psstd.fonts
-office52/share/xp3/rgb.txt
-office52/share/xp3/xprinter.prolog
-office52/share/xp3/Xpdefaults
-office52/share/gallery/www-back/aqua.jpg
-office52/share/gallery/www-back/back.jpg
-office52/share/gallery/www-back/backdark.jpg
-office52/share/gallery/www-back/bathroom.jpg
-office52/share/gallery/www-back/blocks.jpg
-office52/share/gallery/www-back/blow_green.jpg
-office52/share/gallery/www-back/blue.jpg
-office52/share/gallery/www-back/blueblop.jpg
-office52/share/gallery/www-back/brback.jpg
-office52/share/gallery/www-back/brnpaws.gif
-office52/share/gallery/www-back/bulb.gif
-office52/share/gallery/www-back/bulging.jpg
-office52/share/gallery/www-back/bumps1.jpg
-office52/share/gallery/www-back/bumps2.jpg
-office52/share/gallery/www-back/canvas_blue.jpg
-office52/share/gallery/www-back/cheese.jpg
-office52/share/gallery/www-back/chocolate.jpg
-office52/share/gallery/www-back/circle.jpg
-office52/share/gallery/www-back/citrus.jpg
-office52/share/gallery/www-back/confetti.jpg
-office52/share/gallery/www-back/daisy.jpg
-office52/share/gallery/www-back/fluffy-grey.jpg
-office52/share/gallery/www-back/sky.jpg
-office52/share/gallery/www-back/fluffy.jpg
-office52/share/gallery/www-back/fond_ora.jpg
-office52/share/gallery/www-back/fuzzy-blue.jpg
-office52/share/gallery/www-back/fuzzy-darkgrey.jpg
-office52/share/gallery/www-back/fuzzy-grey.jpg
-office52/share/gallery/www-back/fuzzy-lightgrey.jpg
-office52/share/gallery/www-back/fuzzy_light.jpg
-office52/share/gallery/www-back/grcross.jpg
-office52/share/gallery/www-back/gregre.gif
-office52/share/gallery/www-back/grey.gif
-office52/share/gallery/www-back/grey2bri.jpg
-office52/share/gallery/www-back/grypaws.gif
-office52/share/gallery/www-back/ice-blue.jpg
-office52/share/gallery/www-back/ice-light.jpg
-office52/share/gallery/www-back/imitation_leather.jpg
-office52/share/gallery/www-back/interstices.jpg
-office52/share/gallery/www-back/jeans.jpg
-office52/share/gallery/www-back/jeansblk.jpg
-office52/share/gallery/www-back/lawn-artificial.jpg
-office52/share/gallery/www-back/lawn.jpg
-office52/share/gallery/www-back/lightblue-wet.jpg
-office52/share/gallery/www-back/linen-fine.jpg
-office52/share/gallery/www-back/lino-green.jpg
-office52/share/gallery/www-back/liquid-blue.jpg
-office52/share/gallery/www-back/marble.jpg
-office52/share/gallery/www-back/marble_dark.jpg
-office52/share/gallery/www-back/mazes.jpg
-office52/share/gallery/www-back/mint.gif
-office52/share/gallery/www-back/notes.gif
-office52/share/gallery/www-back/pattern.jpg
-office52/share/gallery/www-back/pattern2.jpg
-office52/share/gallery/www-back/pebble-light.jpg
-office52/share/gallery/www-back/pink.gif
-office52/share/gallery/www-back/pool.jpg
-office52/share/gallery/www-back/popcorn.jpg
-office52/share/gallery/www-back/purple.jpg
-office52/share/gallery/www-back/reddark.jpg
-office52/share/gallery/www-back/rings-green.jpg
-office52/share/gallery/www-back/rings-orange.jpg
-office52/share/gallery/www-back/roses.jpg
-office52/share/gallery/www-back/sand-light.jpg
-office52/share/gallery/www-back/sand.jpg
-office52/share/gallery/www-back/smgreen.jpg
-office52/share/gallery/www-back/space.jpg
-office52/share/gallery/www-back/soft-structure_grey.jpg
-office52/share/gallery/www-back/stone-dark.jpg
-office52/share/gallery/www-back/stone.jpg
-office52/share/gallery/www-back/structure.jpg
-office52/share/gallery/www-back/structure_darkgreen.gif
-office52/share/gallery/www-back/structure_green.jpg
-office52/share/gallery/www-back/tissue.jpg
-office52/share/gallery/www-back/velvet.jpg
-office52/share/gallery/www-back/wall-grey.jpg
-office52/share/gallery/www-back/watback.jpg
-office52/share/gallery/www-back/water.jpg
-office52/share/gallery/www-back/waterblue.jpg
-office52/share/gallery/www-back/wet-turquoise.jpg
-office52/share/gallery/www-back/wildstruc.jpg
-office52/share/gallery/www-back/wood.gif
-office52/share/gallery/www-back/wood.jpg
-office52/share/gallery/www-back/yellow.jpg
-office52/share/gallery/symbols/answer.wmf
-office52/share/gallery/symbols/attention.wmf
-office52/share/gallery/symbols/bomb.wmf
-office52/share/gallery/symbols/cloud.wmf
-office52/share/gallery/symbols/cloudy.wmf
-office52/share/gallery/symbols/cold.wmf
-office52/share/gallery/symbols/compassrose.wmf
-office52/share/gallery/symbols/computer.wmf
-office52/share/gallery/symbols/cup.wmf
-office52/share/gallery/symbols/cut.wmf
-office52/share/gallery/symbols/disabled.wmf
-office52/share/gallery/symbols/down.wmf
-office52/share/gallery/symbols/drop.wmf
-office52/share/gallery/symbols/exting.wmf
-office52/share/gallery/symbols/family_1.wmf
-office52/share/gallery/symbols/family_2.wmf
-office52/share/gallery/symbols/female.wmf
-office52/share/gallery/symbols/five.wmf
-office52/share/gallery/symbols/flash.wmf
-office52/share/gallery/symbols/four.wmf
-office52/share/gallery/symbols/group_1.wmf
-office52/share/gallery/symbols/group_2.wmf
-office52/share/gallery/symbols/handshake.wmf
-office52/share/gallery/symbols/help.wmf
-office52/share/gallery/symbols/hot.wmf
-office52/share/gallery/symbols/idea.wmf
-office52/share/gallery/symbols/left.wmf
-office52/share/gallery/symbols/letter.wmf
-office52/share/gallery/symbols/letter_2.wmf
-office52/share/gallery/symbols/loudspeaker.wmf
-office52/share/gallery/symbols/male.wmf
-office52/share/gallery/symbols/man.wmf
-office52/share/gallery/symbols/man1.wmf
-office52/share/gallery/symbols/man2.wmf
-office52/share/gallery/symbols/medal.wmf
-office52/share/gallery/symbols/meeting.wmf
-office52/share/gallery/symbols/mild.wmf
-office52/share/gallery/symbols/monitor.wmf
-office52/share/gallery/symbols/network.wmf
-office52/share/gallery/symbols/no_smoking.wmf
-office52/share/gallery/symbols/nosmoke.wmf
-office52/share/gallery/symbols/one.wmf
-office52/share/gallery/symbols/page.wmf
-office52/share/gallery/symbols/pair.wmf
-office52/share/gallery/symbols/paper.wmf
-office52/share/gallery/symbols/paperclip.wmf
-office52/share/gallery/symbols/pen.wmf
-office52/share/gallery/symbols/plane.wmf
-office52/share/gallery/symbols/q_and_a.wmf
-office52/share/gallery/symbols/question.wmf
-office52/share/gallery/symbols/rain.wmf
-office52/share/gallery/symbols/right.wmf
-office52/share/gallery/symbols/scissors.wmf
-office52/share/gallery/symbols/ship.wmf
-office52/share/gallery/symbols/snowflake.wmf
-office52/share/gallery/symbols/stop.wmf
-office52/share/gallery/symbols/sun.wmf
-office52/share/gallery/symbols/teacher.wmf
-office52/share/gallery/symbols/three.wmf
-office52/share/gallery/symbols/top.wmf
-office52/share/gallery/symbols/train.wmf
-office52/share/gallery/symbols/two.wmf
-office52/share/gallery/symbols/web.wmf
-office52/share/gallery/symbols/wheelchair.wmf
-office52/share/gallery/symbols/woman.wmf
-office52/share/gallery/symbols/woman1.wmf
-office52/share/gallery/symbols/woman2.wmf
-office52/share/gallery/symbols/writing.wmf
-office52/share/gallery/symbols/zero.wmf
-office52/share/gallery/surface/berries.jpg
-office52/share/gallery/surface/blue-coarse.jpg
-office52/share/gallery/surface/blue2.jpg
-office52/share/gallery/surface/blue3.jpg
-office52/share/gallery/surface/blue4.jpg
-office52/share/gallery/surface/bluegray.jpg
-office52/share/gallery/surface/chaossky.jpg
-office52/share/gallery/surface/choc.jpg
-office52/share/gallery/surface/crazy-blue.jpg
-office52/share/gallery/surface/crazy-green.jpg
-office52/share/gallery/surface/drops.jpg
-office52/share/gallery/surface/fiery.jpg
-office52/share/gallery/surface/green.jpg
-office52/share/gallery/surface/green_drops.jpg
-office52/share/gallery/surface/gregrn.jpg
-office52/share/gallery/surface/grey1.jpg
-office52/share/gallery/surface/grey2.jpg
-office52/share/gallery/surface/grooved.jpg
-office52/share/gallery/surface/hyper-metal.jpg
-office52/share/gallery/surface/leaves-brown.jpg
-office52/share/gallery/surface/leaves-green.jpg
-office52/share/gallery/surface/leaves.jpg
-office52/share/gallery/surface/linen-blue.jpg
-office52/share/gallery/surface/linen.jpg
-office52/share/gallery/surface/lino-blue.jpg
-office52/share/gallery/surface/marble.jpg
-office52/share/gallery/surface/metal-blue.jpg
-office52/share/gallery/surface/mosaic.jpg
-office52/share/gallery/surface/mussel.jpg
-office52/share/gallery/surface/net.jpg
-office52/share/gallery/surface/orange.gif
-office52/share/gallery/surface/orange1.jpg
-office52/share/gallery/surface/orange2.jpg
-office52/share/gallery/surface/pasta.jpg
-office52/share/gallery/surface/pattern-big.jpg
-office52/share/gallery/surface/pebbles.jpg
-office52/share/gallery/surface/pink.jpg
-office52/share/gallery/surface/power.jpg
-office52/share/gallery/surface/raindrop.jpg
-office52/share/gallery/surface/roughcast.jpg
-office52/share/gallery/surface/sandstone.jpg
-office52/share/gallery/surface/space-metal.jpg
-office52/share/gallery/surface/star.jpg
-office52/share/gallery/surface/stones.jpg
-office52/share/gallery/surface/sunflowers.jpg
-office52/share/gallery/surface/tulip.jpg
-office52/share/gallery/surface/violet1.jpg
-office52/share/gallery/surface/wall-red.jpg
-office52/share/gallery/surface/wall1.jpg
-office52/share/gallery/surface/wall2.jpg
-office52/share/gallery/surface/water.jpg
-office52/share/gallery/surface/wet.jpg
-office52/share/gallery/surface/yellow.jpg
-office52/share/gallery/photos/apples.jpg
-office52/share/gallery/photos/autumn.jpg
-office52/share/gallery/photos/canyon.jpg
-office52/share/gallery/photos/castle.jpg
-office52/share/gallery/photos/clouds.jpg
-office52/share/gallery/photos/desert1.jpg
-office52/share/gallery/photos/desert2.jpg
-office52/share/gallery/photos/desert3.jpg
-office52/share/gallery/photos/flowers.jpg
-office52/share/gallery/photos/forest1.jpg
-office52/share/gallery/photos/forest2.jpg
-office52/share/gallery/photos/gldngate.jpg
-office52/share/gallery/photos/leafs.jpg
-office52/share/gallery/photos/meadow.jpg
-office52/share/gallery/photos/mountns1.jpg
-office52/share/gallery/photos/mountns2.jpg
-office52/share/gallery/photos/mountns3.jpg
-office52/share/gallery/photos/ocean.jpg
-office52/share/gallery/photos/railroad.jpg
-office52/share/gallery/photos/sunflowr.jpg
-office52/share/gallery/photos/sunset1.jpg
-office52/share/gallery/photos/sunset2.jpg
-office52/share/gallery/photos/sunset3.jpg
-office52/share/gallery/photos/sunset4.jpg
-office52/share/gallery/photos/tajmahal.jpg
-office52/share/gallery/photos/watrlily.jpg
-office52/share/gallery/rulers/blkballs.gif
-office52/share/gallery/rulers/blurulr1.gif
-office52/share/gallery/rulers/blurulr2.gif
-office52/share/gallery/rulers/blurulr3.gif
-office52/share/gallery/rulers/blurulr4.gif
-office52/share/gallery/rulers/blurulr5.gif
-office52/share/gallery/rulers/blurulr6.gif
-office52/share/gallery/rulers/gldballs.gif
-office52/share/gallery/rulers/grnballs.gif
-office52/share/gallery/rulers/grnrulr1.gif
-office52/share/gallery/rulers/grnrulr2.gif
-office52/share/gallery/rulers/grnrulr3.gif
-office52/share/gallery/rulers/grnrulr4.gif
-office52/share/gallery/rulers/gryrulr1.gif
-office52/share/gallery/rulers/gryrulr2.gif
-office52/share/gallery/rulers/gryrulr3.gif
-office52/share/gallery/rulers/orgrulr1.gif
-office52/share/gallery/rulers/redrulr1.gif
-office52/share/gallery/rulers/redrulr2.gif
-office52/share/gallery/rulers/redrulr3.gif
-office52/share/gallery/rulers/redrulr4.gif
-office52/share/gallery/rulers/redrulr5.gif
-office52/share/gallery/rulers/striped.gif
-office52/share/gallery/rulers/whtballs.gif
-office52/share/gallery/rulers/ylwrulr1.gif
-office52/share/gallery/www-graf/bluat.gif
-office52/share/gallery/www-graf/bluback.gif
-office52/share/gallery/www-graf/bludisk.gif
-office52/share/gallery/www-graf/bludown.gif
-office52/share/gallery/www-graf/bluhome.gif
-office52/share/gallery/www-graf/bluinfo.gif
-office52/share/gallery/www-graf/bluleft.gif
-office52/share/gallery/www-graf/blumail.gif
-office52/share/gallery/www-graf/bluminus.gif
-office52/share/gallery/www-graf/bluplus.gif
-office52/share/gallery/www-graf/bluquest.gif
-office52/share/gallery/www-graf/bluright.gif
-office52/share/gallery/www-graf/bluup.gif
-office52/share/gallery/www-graf/created.gif
-office52/share/gallery/www-graf/gredisk.gif
-office52/share/gallery/www-graf/gredown.gif
-office52/share/gallery/www-graf/grehome.gif
-office52/share/gallery/www-graf/greinfo.gif
-office52/share/gallery/www-graf/greleft.gif
-office52/share/gallery/www-graf/gremail.gif
-office52/share/gallery/www-graf/greminus.gif
-office52/share/gallery/www-graf/greplus.gif
-office52/share/gallery/www-graf/grequest.gif
-office52/share/gallery/www-graf/greright.gif
-office52/share/gallery/www-graf/greup.gif
-office52/share/gallery/www-graf/grnat.gif
-office52/share/gallery/www-graf/grnback.gif
-office52/share/gallery/www-graf/grndisk.gif
-office52/share/gallery/www-graf/grndown.gif
-office52/share/gallery/www-graf/grnexcla.gif
-office52/share/gallery/www-graf/grnhome.gif
-office52/share/gallery/www-graf/grninfo.gif
-office52/share/gallery/www-graf/grnleft.gif
-office52/share/gallery/www-graf/grnmail.gif
-office52/share/gallery/www-graf/grnminus.gif
-office52/share/gallery/www-graf/grnplus.gif
-office52/share/gallery/www-graf/grnquest.gif
-office52/share/gallery/www-graf/grnright.gif
-office52/share/gallery/www-graf/grnup.gif
-office52/share/gallery/www-graf/gryat.gif
-office52/share/gallery/www-graf/gryback.gif
-office52/share/gallery/www-graf/grydisk.gif
-office52/share/gallery/www-graf/grydown.gif
-office52/share/gallery/www-graf/gryhome.gif
-office52/share/gallery/www-graf/gryinfo.gif
-office52/share/gallery/www-graf/gryleft.gif
-office52/share/gallery/www-graf/grymail.gif
-office52/share/gallery/www-graf/gryminus.gif
-office52/share/gallery/www-graf/gryplus.gif
-office52/share/gallery/www-graf/gryquest.gif
-office52/share/gallery/www-graf/gryright.gif
-office52/share/gallery/www-graf/gryup.gif
-office52/share/gallery/www-graf/men@work.gif
-office52/share/gallery/www-graf/office.gif
-office52/share/gallery/www-graf/orgat.gif
-office52/share/gallery/www-graf/orgback.gif
-office52/share/gallery/www-graf/orgdisk.gif
-office52/share/gallery/www-graf/orgdown.gif
-office52/share/gallery/www-graf/orghome.gif
-office52/share/gallery/www-graf/orginfo.gif
-office52/share/gallery/www-graf/orgleft.gif
-office52/share/gallery/www-graf/orgmail.gif
-office52/share/gallery/www-graf/orgminus.gif
-office52/share/gallery/www-graf/orgplus.gif
-office52/share/gallery/www-graf/orgquest.gif
-office52/share/gallery/www-graf/orgright.gif
-office52/share/gallery/www-graf/orgup.gif
-office52/share/gallery/www-graf/redat.gif
-office52/share/gallery/www-graf/redback.gif
-office52/share/gallery/www-graf/reddisk.gif
-office52/share/gallery/www-graf/reddown.gif
-office52/share/gallery/www-graf/redhome.gif
-office52/share/gallery/www-graf/redinfo.gif
-office52/share/gallery/www-graf/redleft.gif
-office52/share/gallery/www-graf/redmail.gif
-office52/share/gallery/www-graf/redminus.gif
-office52/share/gallery/www-graf/redplus.gif
-office52/share/gallery/www-graf/redquest.gif
-office52/share/gallery/www-graf/redright.gif
-office52/share/gallery/www-graf/redup.gif
-office52/share/gallery/www-graf/sologo.gif
-office52/share/gallery/www-graf/turdown.gif
-office52/share/gallery/www-graf/turhome.gif
-office52/share/gallery/www-graf/turleft.gif
-office52/share/gallery/www-graf/turright.gif
-office52/share/gallery/www-graf/turup.gif
-office52/share/gallery/www-graf/viohome.gif
-office52/share/gallery/www-graf/violeft.gif
-office52/share/gallery/www-graf/vioright.gif
-office52/share/gallery/www-graf/vioup.gif
-office52/share/gallery/www-graf/ylwdown.gif
-office52/share/gallery/www-graf/ylwhome.gif
-office52/share/gallery/www-graf/ylwleft.gif
-office52/share/gallery/www-graf/ylwmail.gif
-office52/share/gallery/www-graf/ylwright.gif
-office52/share/gallery/www-graf/ylwup.gif
-office52/share/gallery/bullets/blkpearl.gif
-office52/share/gallery/bullets/bluarrow.gif
-office52/share/gallery/bullets/bluball.gif
-office52/share/gallery/bullets/bludiamd.gif
-office52/share/gallery/bullets/bluered.gif
-office52/share/gallery/bullets/blusqare.gif
-office52/share/gallery/bullets/blustar.gif
-office52/share/gallery/bullets/darkball.gif
-office52/share/gallery/bullets/darkblue.gif
-office52/share/gallery/bullets/gldpearl.gif
-office52/share/gallery/bullets/golfball.gif
-office52/share/gallery/bullets/grnarrow.gif
-office52/share/gallery/bullets/grnball.gif
-office52/share/gallery/bullets/grndiamd.gif
-office52/share/gallery/bullets/grnpearl.gif
-office52/share/gallery/bullets/grnsqare.gif
-office52/share/gallery/bullets/grnstar.gif
-office52/share/gallery/bullets/gryarrow.gif
-office52/share/gallery/bullets/gryball.gif
-office52/share/gallery/bullets/grydiamd.gif
-office52/share/gallery/bullets/grysqare.gif
-office52/share/gallery/bullets/grystar.gif
-office52/share/gallery/bullets/orgball.gif
-office52/share/gallery/bullets/orgdiamd.gif
-office52/share/gallery/bullets/poliball.gif
-office52/share/gallery/bullets/rainbow.gif
-office52/share/gallery/bullets/redarrow.gif
-office52/share/gallery/bullets/redball.gif
-office52/share/gallery/bullets/reddiamd.gif
-office52/share/gallery/bullets/redsqare.gif
-office52/share/gallery/bullets/redstar.gif
-office52/share/gallery/bullets/whtpearl.gif
-office52/share/gallery/bullets/ylwball.gif
-office52/share/gallery/bullets/ylwdiamd.gif
-office52/share/gallery/htmlexpo/bludown.gif
-office52/share/gallery/htmlexpo/blufirs.gif
-office52/share/gallery/htmlexpo/blufirs_.gif
-office52/share/gallery/htmlexpo/blulast.gif
-office52/share/gallery/htmlexpo/blulast_.gif
-office52/share/gallery/htmlexpo/blunav.gif
-office52/share/gallery/htmlexpo/blunext.gif
-office52/share/gallery/htmlexpo/blunext_.gif
-office52/share/gallery/htmlexpo/bluprev.gif
-office52/share/gallery/htmlexpo/bluprev_.gif
-office52/share/gallery/htmlexpo/blutext.gif
-office52/share/gallery/htmlexpo/bluup.gif
-office52/share/gallery/htmlexpo/cubdown.gif
-office52/share/gallery/htmlexpo/cubfirs.gif
-office52/share/gallery/htmlexpo/cubfirs_.gif
-office52/share/gallery/htmlexpo/cublast.gif
-office52/share/gallery/htmlexpo/cublast_.gif
-office52/share/gallery/htmlexpo/cubnav.gif
-office52/share/gallery/htmlexpo/cubnext.gif
-office52/share/gallery/htmlexpo/cubnext_.gif
-office52/share/gallery/htmlexpo/cubprev.gif
-office52/share/gallery/htmlexpo/cubprev_.gif
-office52/share/gallery/htmlexpo/cubtext.gif
-office52/share/gallery/htmlexpo/cubup.gif
-office52/share/gallery/htmlexpo/gredown.gif
-office52/share/gallery/htmlexpo/grefirs.gif
-office52/share/gallery/htmlexpo/grefirs_.gif
-office52/share/gallery/htmlexpo/grelast.gif
-office52/share/gallery/htmlexpo/grelast_.gif
-office52/share/gallery/htmlexpo/grenav.gif
-office52/share/gallery/htmlexpo/grenext.gif
-office52/share/gallery/htmlexpo/grenext_.gif
-office52/share/gallery/htmlexpo/greprev.gif
-office52/share/gallery/htmlexpo/greprev_.gif
-office52/share/gallery/htmlexpo/gretext.gif
-office52/share/gallery/htmlexpo/greup.gif
-office52/share/gallery/htmlexpo/simdown.gif
-office52/share/gallery/htmlexpo/simfirs.gif
-office52/share/gallery/htmlexpo/simfirs_.gif
-office52/share/gallery/htmlexpo/simlast.gif
-office52/share/gallery/htmlexpo/simlast_.gif
-office52/share/gallery/htmlexpo/simnav.gif
-office52/share/gallery/htmlexpo/simnext.gif
-office52/share/gallery/htmlexpo/simnext_.gif
-office52/share/gallery/htmlexpo/simprev.gif
-office52/share/gallery/htmlexpo/simprev_.gif
-office52/share/gallery/htmlexpo/simtext.gif
-office52/share/gallery/htmlexpo/simup.gif
-office52/share/gallery/htmlexpo/sologo.gif
-office52/share/gallery/flags/Indon1.wmf
-office52/share/gallery/flags/Indon2.wmf
-office52/share/gallery/flags/Malaysi1.wmf
-office52/share/gallery/flags/Malaysi2.wmf
-office52/share/gallery/flags/Northko1.wmf
-office52/share/gallery/flags/Northko2.wmf
-office52/share/gallery/flags/Singa1.wmf
-office52/share/gallery/flags/Singa2.wmf
-office52/share/gallery/flags/Southko1.wmf
-office52/share/gallery/flags/Southko2.wmf
-office52/share/gallery/flags/Taiwan1.wmf
-office52/share/gallery/flags/Taiwan2.wmf
-office52/share/gallery/flags/Thaila1.wmf
-office52/share/gallery/flags/Thaila2.wmf
-office52/share/gallery/flags/argent1.wmf
-office52/share/gallery/flags/argent2.wmf
-office52/share/gallery/flags/austral1.wmf
-office52/share/gallery/flags/austral2.wmf
-office52/share/gallery/flags/austria1.wmf
-office52/share/gallery/flags/austria2.wmf
-office52/share/gallery/flags/belgium1.wmf
-office52/share/gallery/flags/belgium2.wmf
-office52/share/gallery/flags/brasil1.wmf
-office52/share/gallery/flags/brasil2.wmf
-office52/share/gallery/flags/bulgari1.wmf
-office52/share/gallery/flags/bulgari2.wmf
-office52/share/gallery/flags/canada1.wmf
-office52/share/gallery/flags/canada2.wmf
-office52/share/gallery/flags/chile1.wmf
-office52/share/gallery/flags/chile2.wmf
-office52/share/gallery/flags/china1.wmf
-office52/share/gallery/flags/china2.wmf
-office52/share/gallery/flags/colombi1.wmf
-office52/share/gallery/flags/colombi2.wmf
-office52/share/gallery/flags/cuba1.wmf
-office52/share/gallery/flags/cuba2.wmf
-office52/share/gallery/flags/cyprus1.wmf
-office52/share/gallery/flags/cyprus2.wmf
-office52/share/gallery/flags/czech1.wmf
-office52/share/gallery/flags/czech2.wmf
-office52/share/gallery/flags/denmark1.wmf
-office52/share/gallery/flags/denmark2.wmf
-office52/share/gallery/flags/egypt1.wmf
-office52/share/gallery/flags/egypt2.wmf
-office52/share/gallery/flags/europe1.wmf
-office52/share/gallery/flags/finland1.wmf
-office52/share/gallery/flags/finland2.wmf
-office52/share/gallery/flags/france1.wmf
-office52/share/gallery/flags/france2.wmf
-office52/share/gallery/flags/germany1.wmf
-office52/share/gallery/flags/germany2.wmf
-office52/share/gallery/flags/greatbr1.wmf
-office52/share/gallery/flags/greatbr2.wmf
-office52/share/gallery/flags/greece1.wmf
-office52/share/gallery/flags/greece2.wmf
-office52/share/gallery/flags/guatema1.wmf
-office52/share/gallery/flags/guatema2.wmf
-office52/share/gallery/flags/hungary1.wmf
-office52/share/gallery/flags/hungary2.wmf
-office52/share/gallery/flags/iceland1.wmf
-office52/share/gallery/flags/iceland2.wmf
-office52/share/gallery/flags/india1.wmf
-office52/share/gallery/flags/india2.wmf
-office52/share/gallery/flags/ireland1.wmf
-office52/share/gallery/flags/ireland2.wmf
-office52/share/gallery/flags/israel1.wmf
-office52/share/gallery/flags/israel2.wmf
-office52/share/gallery/flags/italy1.wmf
-office52/share/gallery/flags/italy2.wmf
-office52/share/gallery/flags/japan1.wmf
-office52/share/gallery/flags/japan2.wmf
-office52/share/gallery/flags/kenya1.wmf
-office52/share/gallery/flags/kenya2.wmf
-office52/share/gallery/flags/liecht1.wmf
-office52/share/gallery/flags/liecht2.wmf
-office52/share/gallery/flags/luxemb1.wmf
-office52/share/gallery/flags/luxemb2.wmf
-office52/share/gallery/flags/mexico1.wmf
-office52/share/gallery/flags/mexico2.wmf
-office52/share/gallery/flags/nederl1.wmf
-office52/share/gallery/flags/nederl2.wmf
-office52/share/gallery/flags/newzea1.wmf
-office52/share/gallery/flags/newzea2.wmf
-office52/share/gallery/flags/norge1.wmf
-office52/share/gallery/flags/norge2.wmf
-office52/share/gallery/flags/pakist1.wmf
-office52/share/gallery/flags/pakist2.wmf
-office52/share/gallery/flags/paragua1.wmf
-office52/share/gallery/flags/paragua2.wmf
-office52/share/gallery/flags/peru1.wmf
-office52/share/gallery/flags/peru2.wmf
-office52/share/gallery/flags/poland1.wmf
-office52/share/gallery/flags/poland2.wmf
-office52/share/gallery/flags/portug1.wmf
-office52/share/gallery/flags/portug2.wmf
-office52/share/gallery/flags/romania1.wmf
-office52/share/gallery/flags/romania2.wmf
-office52/share/gallery/flags/russia1.wmf
-office52/share/gallery/flags/russia2.wmf
-office52/share/gallery/flags/slowak1.wmf
-office52/share/gallery/flags/slowak2.wmf
-office52/share/gallery/flags/spain1.wmf
-office52/share/gallery/flags/spain2.wmf
-office52/share/gallery/flags/sthafri1.wmf
-office52/share/gallery/flags/sthafri2.wmf
-office52/share/gallery/flags/sweden1.wmf
-office52/share/gallery/flags/sweden2.wmf
-office52/share/gallery/flags/switz1.wmf
-office52/share/gallery/flags/switz2.wmf
-office52/share/gallery/flags/turkey1.wmf
-office52/share/gallery/flags/turkey2.wmf
-office52/share/gallery/flags/uno1.wmf
-office52/share/gallery/flags/uruguay1.wmf
-office52/share/gallery/flags/uruguay2.wmf
-office52/share/gallery/flags/usa1.wmf
-office52/share/gallery/flags/usa2.wmf
-office52/share/gallery/flags/venez1.wmf
-office52/share/gallery/flags/venez2.wmf
-office52/share/gallery/www-anim/barblak.gif
-office52/share/gallery/www-anim/barwhit.gif
-office52/share/gallery/www-anim/boxnew.gif
-office52/share/gallery/www-anim/constrct.gif
-office52/share/gallery/www-anim/cubes.gif
-office52/share/gallery/www-anim/diskblak.gif
-office52/share/gallery/www-anim/diskwhit.gif
-office52/share/gallery/www-anim/email.gif
-office52/share/gallery/www-anim/envelope.gif
-office52/share/gallery/www-anim/gearsnew.gif
-office52/share/gallery/www-anim/glb4dark.gif
-office52/share/gallery/www-anim/glb4lght.gif
-office52/share/gallery/sounds/apert.wav
-office52/share/gallery/sounds/apert2.wav
-office52/share/gallery/sounds/applause.wav
-office52/share/gallery/sounds/beam.wav
-office52/share/gallery/sounds/beam2.wav
-office52/share/gallery/sounds/cow.wav
-office52/share/gallery/sounds/curve.wav
-office52/share/gallery/sounds/drama.wav
-office52/share/gallery/sounds/explos.wav
-office52/share/gallery/sounds/falling.wav
-office52/share/gallery/sounds/glasses.wav
-office52/share/gallery/sounds/gong.wav
-office52/share/gallery/sounds/horse.wav
-office52/share/gallery/sounds/kling.wav
-office52/share/gallery/sounds/kongas.wav
-office52/share/gallery/sounds/laser.wav
-office52/share/gallery/sounds/left.wav
-office52/share/gallery/sounds/nature1.wav
-office52/share/gallery/sounds/nature2.wav
-office52/share/gallery/sounds/ok.wav
-office52/share/gallery/sounds/pluck.wav
-office52/share/gallery/sounds/roll.wav
-office52/share/gallery/sounds/romans.wav
-office52/share/gallery/sounds/soft.wav
-office52/share/gallery/sounds/space.wav
-office52/share/gallery/sounds/space2.wav
-office52/share/gallery/sounds/space3.wav
-office52/share/gallery/sounds/sparcle.wav
-office52/share/gallery/sounds/strom.wav
-office52/share/gallery/sounds/theetone.wav
-office52/share/gallery/sounds/top.wav
-office52/share/gallery/sounds/train.wav
-office52/share/gallery/sounds/untie.wav
-office52/share/gallery/sounds/ups.wav
-office52/share/gallery/sounds/wallewal.wav
-office52/share/gallery/clipart/arrow1.wmf
-office52/share/gallery/clipart/arrow2.wmf
-office52/share/gallery/clipart/arrow3.wmf
-office52/share/gallery/clipart/arrow4.wmf
-office52/share/gallery/clipart/arrow5.wmf
-office52/share/gallery/clipart/birthday.wmf
-office52/share/gallery/clipart/bottle.wmf
-office52/share/gallery/clipart/bowling.wmf
-office52/share/gallery/clipart/cake.wmf
-office52/share/gallery/clipart/candle.wmf
-office52/share/gallery/clipart/car.wmf
-office52/share/gallery/clipart/cards.wmf
-office52/share/gallery/clipart/disk.wmf
-office52/share/gallery/clipart/dog.wmf
-office52/share/gallery/clipart/eagle.wmf
-office52/share/gallery/clipart/flash.wmf
-office52/share/gallery/clipart/formula1.wmf
-office52/share/gallery/clipart/gifts.wmf
-office52/share/gallery/clipart/glas.wmf
-office52/share/gallery/clipart/heart.wmf
-office52/share/gallery/clipart/helicptr.wmf
-office52/share/gallery/clipart/laptop.wmf
-office52/share/gallery/clipart/locomotv.wmf
-office52/share/gallery/clipart/mac.wmf
-office52/share/gallery/clipart/monitor.wmf
-office52/share/gallery/clipart/moving.wmf
-office52/share/gallery/clipart/mtrbike.wmf
-office52/share/gallery/clipart/notebook.wmf
-office52/share/gallery/clipart/notepad1.wmf
-office52/share/gallery/clipart/notepad2.wmf
-office52/share/gallery/clipart/notes.wmf
-office52/share/gallery/clipart/panda.wmf
-office52/share/gallery/clipart/paper.wmf
-office52/share/gallery/clipart/pawprnts.wmf
-office52/share/gallery/clipart/pc.wmf
-office52/share/gallery/clipart/plane.wmf
-office52/share/gallery/clipart/printer.wmf
-office52/share/gallery/clipart/pumpkin.wmf
-office52/share/gallery/clipart/rose.wmf
-office52/share/gallery/clipart/santa.wmf
-office52/share/gallery/clipart/sleigh.wmf
-office52/share/gallery/clipart/snowmen.wmf
-office52/share/gallery/clipart/soap.wmf
-office52/share/gallery/clipart/soccer.wmf
-office52/share/gallery/clipart/sound.wmf
-office52/share/gallery/clipart/talk.wmf
-office52/share/gallery/clipart/teddy.wmf
-office52/share/gallery/clipart/thought.wmf
-office52/share/gallery/clipart/toys.wmf
-office52/share/gallery/clipart/wedding.wmf
-office52/share/gallery/clipart/world1.wmf
-office52/share/gallery/clipart/world2.wmf
-office52/share/gallery/clipart/world3.wmf
-office52/share/gallery/clipart/xmas.gif
-office52/share/gallery/clipart/xmastree.wmf
-office52/share/gallery/sg10.sdg
-office52/share/gallery/sg10.sdv
-office52/share/gallery/sg10.thm
-office52/share/gallery/sg12.sdg
-office52/share/gallery/sg12.sdv
-office52/share/gallery/sg12.thm
-office52/share/gallery/sg13.sdg
-office52/share/gallery/sg13.sdv
-office52/share/gallery/sg13.thm
-office52/share/gallery/sg14.sdg
-office52/share/gallery/sg14.sdv
-office52/share/gallery/sg14.thm
-office52/share/gallery/sg15.sdg
-office52/share/gallery/sg15.sdv
-office52/share/gallery/sg15.thm
-office52/share/gallery/sg17.sdg
-office52/share/gallery/sg17.sdv
-office52/share/gallery/sg17.thm
-office52/share/gallery/sg4.sdg
-office52/share/gallery/sg4.sdv
-office52/share/gallery/sg4.thm
-office52/share/gallery/sg5.sdg
-office52/share/gallery/sg5.sdv
-office52/share/gallery/sg5.thm
-office52/share/gallery/sg6.sdg
-office52/share/gallery/sg6.sdv
-office52/share/gallery/sg6.thm
-office52/share/gallery/sg7.sdg
-office52/share/gallery/sg7.sdv
-office52/share/gallery/sg7.thm
-office52/share/gallery/sg8.sdg
-office52/share/gallery/sg8.sdv
-office52/share/gallery/sg8.thm
-office52/share/gallery/apples.gif
-office52/share/gallery/bigapple.gif
-office52/share/gallery/flower.gif
-office52/share/gallery/flowers.gif
-office52/share/gallery/sdddndx1
-office52/share/gallery/sky.gif
-office52/share/gallery/sg1.sdg
-office52/share/gallery/sg1.sdv
-office52/share/gallery/sg1.thm
-office52/share/gallery/sg16.sdg
-office52/share/gallery/sg16.sdv
-office52/share/gallery/sg16.thm
-office52/share/gallery/sg2.sdg
-office52/share/gallery/sg2.sdv
-office52/share/gallery/sg2.thm
-office52/share/gallery/sg24.sdg
-office52/share/gallery/sg24.sdv
-office52/share/gallery/sg24.thm
-office52/share/gallery/sg25.sdg
-office52/share/gallery/sg25.sdv
-office52/share/gallery/sg25.thm
-office52/share/gallery/sg3.sdg
-office52/share/gallery/sg3.sdv
-office52/share/gallery/sg3.thm
-office52/share/gallery/sg11.sdg
-office52/share/gallery/sg11.sdv
-office52/share/gallery/sg11.thm
-office52/share/wordbook/english/soffice.dic
-office52/share/wordbook/english/sun.dic
-office52/share/samples/english/databases/Files/table.dat
-office52/share/samples/english/databases/Files/cat.dat
-office52/share/samples/english/databases/Files/file_load.prt
-office52/share/samples/english/databases/Files/init.cfg
-office52/share/samples/english/databases/Video01.sdb
-office52/share/samples/english/databases/_generate.url
-office52/share/samples/english/menu/texts.url
-office52/share/samples/english/menu/spreadsheets.url
-office52/share/samples/english/menu/presentations.url
-office52/share/samples/english/menu/drawings.url
-office52/share/samples/english/menu/formulas.url
-office52/share/samples/english/menu/databases.url
-office52/share/samples/english/texts/Chapters/Chapter1.sdw
-office52/share/samples/english/texts/Chapters/Chapter2.sdw
-office52/share/samples/english/texts/Chapters/Chapter3.sdw
-office52/share/samples/english/texts/Chapters/Glass.jpg
-office52/share/samples/english/texts/Chapters/Ham.jpg
-office52/share/samples/english/texts/Chapters/Strwbrry.jpg
-office52/share/samples/english/texts/Chapters/Tennis.jpg
-office52/share/samples/english/texts/Chapters/Villa1.jpg
-office52/share/samples/english/texts/Chapters/Villa2.jpg
-office52/share/samples/english/texts/Homepage/about.gif
-office52/share/samples/english/texts/Homepage/about.html
-office52/share/samples/english/texts/Homepage/abouto.gif
-office52/share/samples/english/texts/Homepage/backgrnd.jpg
-office52/share/samples/english/texts/Homepage/bar.gif
-office52/share/samples/english/texts/Homepage/contact.gif
-office52/share/samples/english/texts/Homepage/contact.html
-office52/share/samples/english/texts/Homepage/contacto.gif
-office52/share/samples/english/texts/Homepage/coop.html
-office52/share/samples/english/texts/Homepage/empty.html
-office52/share/samples/english/texts/Homepage/hole.gif
-office52/share/samples/english/texts/Homepage/home.gif
-office52/share/samples/english/texts/Homepage/info.gif
-office52/share/samples/english/texts/Homepage/info.html
-office52/share/samples/english/texts/Homepage/leftbar.gif
-office52/share/samples/english/texts/Homepage/motor.html
-office52/share/samples/english/texts/Homepage/partnero.gif
-office52/share/samples/english/texts/Homepage/partners.gif
-office52/share/samples/english/texts/Homepage/partners.html
-office52/share/samples/english/texts/Homepage/producto.gif
-office52/share/samples/english/texts/Homepage/products.gif
-office52/share/samples/english/texts/Homepage/products.html
-office52/share/samples/english/texts/Homepage/question.gif
-office52/share/samples/english/texts/Homepage/question.html
-office52/share/samples/english/texts/Homepage/race.html
-office52/share/samples/english/texts/Homepage/recar.sdc
-office52/share/samples/english/texts/Homepage/soffice.gif
-office52/share/samples/english/texts/Homepage/start.html
-office52/share/samples/english/texts/Homepage/story.gif
-office52/share/samples/english/texts/Homepage/title.gif
-office52/share/samples/english/texts/Book.sgl
-office52/share/samples/english/texts/Brochure.sdw
-office52/share/samples/english/texts/Flyers.sdw
-office52/share/samples/english/texts/Games.sdw
-office52/share/samples/english/texts/Homepage.html
-office52/share/samples/english/texts/IceCreamMenu.sdw
-office52/share/samples/english/texts/Invitation.sdw
-office52/share/samples/english/texts/JobAd.sdw
-office52/share/samples/english/texts/LostDogNotice.sdw
-office52/share/samples/english/spreadsheets/Biorhythm.sdc
-office52/share/samples/english/spreadsheets/Buffet.sdc
-office52/share/samples/english/spreadsheets/ConversionTable.sdc
-office52/share/samples/english/spreadsheets/CurrencyConverter.sdc
-office52/share/samples/english/spreadsheets/DataAnalysys.sdc
-office52/share/samples/english/spreadsheets/Movie1.sdc
-office52/share/samples/english/spreadsheets/Movie2.sdc
-office52/share/samples/english/spreadsheets/Movie3.sdc
-office52/share/samples/english/spreadsheets/OfficeSharingAssoc.sdc
-office52/share/samples/english/spreadsheets/Recar-Scenarios.sdc
-office52/share/samples/english/presentations/Chess.sdd
-office52/share/samples/english/presentations/Orgchart.sdd
-office52/share/samples/english/presentations/RecarShareholderMeeting.sdd
-office52/share/samples/english/presentations/ThreeDimensions.sdd
-office52/share/samples/english/presentations/VacationPhotos.sdd
-office52/share/samples/english/drawings/Automobile.sda
-office52/share/samples/english/drawings/Blueprint.sda
-office52/share/samples/english/drawings/ColorProfile.sda
-office52/share/samples/english/drawings/Jazz.sda
-office52/share/samples/english/drawings/Ship.sda
-office52/share/samples/english/drawings/Workshop.sda
-office52/share/samples/english/drawings/engine.sda
-office52/share/samples/english/formulas/Annuities.smf
-office52/share/samples/english/formulas/Cauchy.smf
-office52/share/samples/english/formulas/ChemicalElement.smf
-office52/share/samples/english/formulas/DefinitionStraightLine.smf
-office52/share/samples/english/formulas/EffectiveAnnualInterestRate.smf
-office52/share/samples/english/formulas/HamiltonOperator.smf
-office52/share/samples/english/formulas/InvestmentReturns.smf
-office52/share/samples/english/formulas/LawOfErrorPropagation.smf
-office52/share/samples/english/formulas/Limes.smf
-office52/share/samples/english/formulas/LinearRegression.smf
-office52/share/samples/english/formulas/Maxwell.smf
-office52/share/samples/english/formulas/ScalarProduct.smf
-office52/share/samples/english/formulas/Sinus.smf
-office52/share/samples/english/formulas/SquareRoot.smf
-office52/share/samples/english/formulas/StandardDeviation.smf
-office52/share/samples/english/formulas/VectorProduct.smf
-office52/share/autotext/english/standard.bau
-office52/share/autotext/english/template.bau
-office52/share/autotext/english/crdbus50.bau
-office52/share/autotext/english/crdbus54.bau
-office52/share/autotext/english/crdprv50.bau
-office52/share/autotext/english/crdprv54.bau
-office52/share/dict/01-hyph.dat
-office52/share/dict/01-spell.dat
-office52/share/dict/01_thes.dat
-office52/share/dict/44_thes.dat
-office52/share/dict/44-hyph.dat
-office52/share/dict/44-spell.dat
-office52/share/dict/33_thes.dat
-office52/share/dict/33-hyph.dat
-office52/share/dict/33-spell.dat
-office52/share/dict/34_thes.dat
-office52/share/dict/34-hyph.dat
-office52/share/dict/34-spell.dat
-office52/share/dict/49-hyph.dat
-office52/share/dict/49-ohyph.dat
-office52/share/dict/49-ospell.dat
-office52/share/dict/49-spell.dat
-office52/share/dict/49_thes.dat
-office52/share/dict/dhco40
-office52/share/dict/dhta40
-office52/share/dict/dtco40
-office52/share/dict/ds40.bin
-office52/share/dict/dt40.bin
-office52/share/dict/dtex40no.cat
-office52/share/dict/dt40.cut
-office52/share/dict/dt40.prl
-office52/share/kde/applnk/SPAdmin.kdelnk
-office52/share/kde/applnk/Setup.kdelnk
-office52/share/kde/applnk/StarOffice.kdelnk
-office52/share/kde/applnk/.directory
-office52/share/kde/icons/mini/htm.xpm
-office52/share/kde/icons/mini/html.xpm
-office52/share/kde/icons/mini/psetup.xpm
-office52/share/kde/icons/mini/sch.xpm
-office52/share/kde/icons/mini/sda.xpm
-office52/share/kde/icons/mini/sdc.xpm
-office52/share/kde/icons/mini/sdd.xpm
-office52/share/kde/icons/mini/sdf.xpm
-office52/share/kde/icons/mini/sds.xpm
-office52/share/kde/icons/mini/sdw.xpm
-office52/share/kde/icons/mini/set52.xpm
-office52/share/kde/icons/mini/sgl.xpm
-office52/share/kde/icons/mini/smf.xpm
-office52/share/kde/icons/mini/so52.xpm
-office52/share/kde/icons/htm.xpm
-office52/share/kde/icons/html.xpm
-office52/share/kde/icons/psetup.xpm
-office52/share/kde/icons/sch.xpm
-office52/share/kde/icons/sda.xpm
-office52/share/kde/icons/sdc.xpm
-office52/share/kde/icons/sdd.xpm
-office52/share/kde/icons/sdf.xpm
-office52/share/kde/icons/sds.xpm
-office52/share/kde/icons/sdw.xpm
-office52/share/kde/icons/set52.xpm
-office52/share/kde/icons/setup.xpm
-office52/share/kde/icons/sgl.xpm
-office52/share/kde/icons/smf.xpm
-office52/share/kde/icons/so52.xpm
-office52/share/kde/mimelnk/application/x-scalc.kdelnk
-office52/share/kde/mimelnk/application/x-sda.kdelnk
-office52/share/kde/mimelnk/application/x-sdf.kdelnk
-office52/share/kde/mimelnk/application/x-sdraw.kdelnk
-office52/share/kde/mimelnk/application/x-sds.kdelnk
-office52/share/kde/mimelnk/application/x-sgl.kdelnk
-office52/share/kde/mimelnk/application/x-smf.kdelnk
-office52/share/kde/mimelnk/application/x-swriter.kdelnk
-office52/share/kde/mimelnk/text/html.kdelnk
-office52/user/explorer/address.url
-office52/user/explorer/biblio.url
-office52/user/explorer/bookmark.url
-office52/user/explorer/work.url
-office52/user/explorer/samples.url
-office52/user/autotext/english/signatur.bau
-office52/user/autotext/english/mytexts.bau
-office52/user/database/biblio/biblio.dbf
-office52/user/database/address/address.dbf
-office52/user/database/address/address.dbt
-office52/user/database/address.sdb
-office52/user/database/address.url
-office52/user/database/biblio.sdb
-office52/user/database/lang_address.url
-office52/user/config/groups/bookmark.url
-office52/user/config/groups/explorer.url
-office52/user/config/groups/tasks.url
-office52/user/config/groups/work.url
-office52/user/config/starmath01.sms
-office52/user/config/cmyk.soc
-office52/user/config/html.soc
-office52/user/config/standard.sob
-office52/user/config/standard.soc
-office52/user/config/standard.sod
-office52/user/config/standard.soe
-office52/user/config/standard.sog
-office52/user/config/standard.soh
-office52/user/config/web.soc
-office52/user/config/arrowhd.soe
-office52/user/config/classic.sog
-office52/user/config/hatching.soh
-office52/user/config/modern.sog
-office52/user/config/palette.soc
-office52/user/config/styles.sod
-office52/user/config/hlpagent.ini
-office52/user/config/convert.ini
-office52/user/config/autotbl.fmt
-office52/user/config/ssprsize.ini
-office52/user/config/dbtitle.rdb
-office52/user/desktop/psetup.url
-office52/user/desktop/writer.url
-office52/user/desktop/web.url
-office52/user/desktop/mail.url
-office52/user/desktop/staroffi.url
-office52/user/desktop/sun.url
-office52/user/desktop/sforum.url
-office52/user/desktop/calc.url
-office52/user/desktop/impress.url
-office52/user/desktop/draw.url
-office52/user/desktop/events.url
-office52/user/desktop/tasks.url
-office52/user/basic/soffice.new
-office52/user/bookmark/sobook.url
-office52/user/autocorr/acor1033.dat
-office52/user/wordbook/standard.dic
-office52/user/gallery/sg100.sdv
-office52/user/gallery/sg100.thm
-office52/user/gallery/sg9.sdg
-office52/user/gallery/sg9.sdv
-office52/user/gallery/sg9.thm
-office52/help/01/desktop.svh
-office52/help/01/shelp.svh
-office52/help/01/database.svh
-office52/help/01/tips.svh
-office52/help/01/swriter.svh
-office52/help/01/scalc.svh
-office52/help/01/simpress.svh
-office52/help/01/sdraw.svh
-office52/help/01/smath.svh
-office52/help/01/schart.svh
-office52/help/01/simage.svh
-office52/help/01/schedule.svh
-office52/help/01/sbasic.svh
-office52/help/01/shelp.dir
-office52/help/01/shelp.dat
-office52/LICENSE
-office52/README
-@dirrm office52/user/work
-@dirrm office52/user/wordbook
-@dirrm office52/user/template
-@dirrm office52/user/store
-@dirrm office52/user/plugin
-@dirrm office52/user/gallery
-@dirrm office52/user/explorer
-@dirrm office52/user/download
-@dirrm office52/user/desktop
-@dirrm office52/user/database/biblio
-@dirrm office52/user/database/address
-@dirrm office52/user/database
-@dirrm office52/user/config/startup
-@dirrm office52/user/config/quickstart
-@dirrm office52/user/config/help
-@dirrm office52/user/config/groups
-@dirrm office52/user/config/folders
-@dirrm office52/user/config
-@dirrm office52/user/bookmark
-@dirrm office52/user/basic
-@dirrm office52/user/backup
-@dirrm office52/user/autotext/english
-@dirrm office52/user/autotext
-@dirrm office52/user/autocorr
-@dirrm office52/user
-@dirrm office52/share/xp3/pssoftfonts
-@dirrm office52/share/xp3/ppds
-@dirrm office52/share/xp3/fontmetrics/tfm
-@dirrm office52/share/xp3/fontmetrics/afm
-@dirrm office52/share/xp3/fontmetrics
-@dirrm office52/share/xp3
-@dirrm office52/share/wordbook/english
-@dirrm office52/share/wordbook
-@dirrm office52/share/template/english/wizard/web
-@dirrm office52/share/template/english/wizard/styles
-@dirrm office52/share/template/english/wizard/bitmap
-@dirrm office52/share/template/english/wizard
-@dirrm office52/share/template/english/presnt
-@dirrm office52/share/template/english/personal
-@dirrm office52/share/template/english/offimisc
-@dirrm office52/share/template/english/officorr
-@dirrm office52/share/template/english/misc
-@dirrm office52/share/template/english/layout
-@dirrm office52/share/template/english/internal
-@dirrm office52/share/template/english/forms
-@dirrm office52/share/template/english/finance
-@dirrm office52/share/template/english/educate
-@dirrm office52/share/template/english
-@dirrm office52/share/template
-@dirrm office52/share/samples/english/texts/Homepage
-@dirrm office52/share/samples/english/texts/Chapters
-@dirrm office52/share/samples/english/texts
-@dirrm office52/share/samples/english/spreadsheets
-@dirrm office52/share/samples/english/presentations
-@dirrm office52/share/samples/english/menu
-@dirrm office52/share/samples/english/formulas
-@dirrm office52/share/samples/english/drawings
-@dirrm office52/share/samples/english/databases/Files
-@dirrm office52/share/samples/english/databases
-@dirrm office52/share/samples/english
-@dirrm office52/share/samples
-@dirrm office52/share/plugin
-@dirrm office52/share/kde/mimelnk/text
-@dirrm office52/share/kde/mimelnk/application
-@dirrm office52/share/kde/mimelnk
-@dirrm office52/share/kde/icons/mini
-@dirrm office52/share/kde/icons
-@dirrm office52/share/kde/applnk
-@dirrm office52/share/kde
-@dirrm office52/share/gallery/www-graf
-@dirrm office52/share/gallery/www-back
-@dirrm office52/share/gallery/www-anim
-@dirrm office52/share/gallery/symbols
-@dirrm office52/share/gallery/surface
-@dirrm office52/share/gallery/sounds
-@dirrm office52/share/gallery/rulers
-@dirrm office52/share/gallery/photos
-@dirrm office52/share/gallery/htmlexpo
-@dirrm office52/share/gallery/flags
-@dirrm office52/share/gallery/clipart
-@dirrm office52/share/gallery/bullets
-@dirrm office52/share/gallery
-@dirrm office52/share/fonts/type1
-@dirrm office52/share/fonts/75dpi/bdf
-@dirrm office52/share/fonts/75dpi
-@dirrm office52/share/fonts
-@dirrm office52/share/dict
-@dirrm office52/share/database/english
-@dirrm office52/share/database
-@dirrm office52/share/config/wizard
-@dirrm office52/share/config/webcast
-@dirrm office52/share/config/tasks
-@dirrm office52/share/config/symbol
-@dirrm office52/share/config/start
-@dirrm office52/share/config/settings
-@dirrm office52/share/config/new
-@dirrm office52/share/config/more
-@dirrm office52/share/config/helpmenu
-@dirrm office52/share/config/help
-@dirrm office52/share/config/english
-@dirrm office52/share/config
-@dirrm office52/share/bookmark/english/Travel
-@dirrm office52/share/bookmark/english/StarOffice API
-@dirrm office52/share/bookmark/english/Java
-@dirrm office52/share/bookmark/english/Internet
-@dirrm office52/share/bookmark/english/Information
-@dirrm office52/share/bookmark/english/Fun&More
-@dirrm office52/share/bookmark/english
-@dirrm office52/share/bookmark
-@dirrm office52/share/basic
-@dirrm office52/share/autotext/english
-@dirrm office52/share/autotext
-@dirrm office52/share
-@dirrm office52/program/resource
-@dirrm office52/program/filter
-@dirrm office52/program/classes
-@dirrm office52/program
-@dirrm office52/help/01
-@dirrm office52/help
-@dirrm office52
+staroffice6.0/README
+staroffice6.0/LICENSE
+staroffice6.0/help/main_transform.xsl
+staroffice6.0/help/custom.css
+staroffice6.0/help/en/smath.idx/DOCS.TAB
+staroffice6.0/help/en/smath.idx/DOCS
+staroffice6.0/help/en/smath.idx/SCHEMA
+staroffice6.0/help/en/smath.idx/OFFSETS
+staroffice6.0/help/en/smath.idx/POSITIONS
+staroffice6.0/help/en/smath.idx/EDGE
+staroffice6.0/help/en/smath.idx/DICTIONARY
+staroffice6.0/help/en/smath.idx/CONTEXTS
+staroffice6.0/help/en/smath.idx/LINKNAMES
+staroffice6.0/help/en/smath.key
+staroffice6.0/help/en/smath.ht
+staroffice6.0/help/en/smath.jar
+staroffice6.0/help/en/smath.cfg
+staroffice6.0/help/en/smath.db
+staroffice6.0/help/en/sdraw.idx/SCHEMA
+staroffice6.0/help/en/sdraw.idx/POSITIONS
+staroffice6.0/help/en/sdraw.idx/OFFSETS
+staroffice6.0/help/en/sdraw.idx/LINKNAMES
+staroffice6.0/help/en/sdraw.idx/EDGE
+staroffice6.0/help/en/sdraw.idx/DOCS.TAB
+staroffice6.0/help/en/sdraw.idx/DOCS
+staroffice6.0/help/en/sdraw.idx/DICTIONARY
+staroffice6.0/help/en/sdraw.idx/CONTEXTS
+staroffice6.0/help/en/sdraw.jar
+staroffice6.0/help/en/sdraw.key
+staroffice6.0/help/en/sdraw.ht
+staroffice6.0/help/en/sdraw.cfg
+staroffice6.0/help/en/sdraw.db
+staroffice6.0/help/en/simpress.idx/SCHEMA
+staroffice6.0/help/en/simpress.idx/POSITIONS
+staroffice6.0/help/en/simpress.idx/OFFSETS
+staroffice6.0/help/en/simpress.idx/LINKNAMES
+staroffice6.0/help/en/simpress.idx/EDGE
+staroffice6.0/help/en/simpress.idx/DOCS.TAB
+staroffice6.0/help/en/simpress.idx/DOCS
+staroffice6.0/help/en/simpress.idx/DICTIONARY
+staroffice6.0/help/en/simpress.idx/CONTEXTS
+staroffice6.0/help/en/simpress.jar
+staroffice6.0/help/en/simpress.key
+staroffice6.0/help/en/simpress.ht
+staroffice6.0/help/en/simpress.cfg
+staroffice6.0/help/en/simpress.db
+staroffice6.0/help/en/scalc.idx/SCHEMA
+staroffice6.0/help/en/scalc.idx/POSITIONS
+staroffice6.0/help/en/scalc.idx/OFFSETS
+staroffice6.0/help/en/scalc.idx/LINKNAMES
+staroffice6.0/help/en/scalc.idx/EDGE
+staroffice6.0/help/en/scalc.idx/DOCS.TAB
+staroffice6.0/help/en/scalc.idx/DOCS
+staroffice6.0/help/en/scalc.idx/DICTIONARY
+staroffice6.0/help/en/scalc.idx/CONTEXTS
+staroffice6.0/help/en/scalc.jar
+staroffice6.0/help/en/scalc.key
+staroffice6.0/help/en/scalc.ht
+staroffice6.0/help/en/scalc.cfg
+staroffice6.0/help/en/scalc.db
+staroffice6.0/help/en/swriter.idx/SCHEMA
+staroffice6.0/help/en/swriter.idx/POSITIONS
+staroffice6.0/help/en/swriter.idx/OFFSETS
+staroffice6.0/help/en/swriter.idx/LINKNAMES
+staroffice6.0/help/en/swriter.idx/EDGE
+staroffice6.0/help/en/swriter.idx/DOCS.TAB
+staroffice6.0/help/en/swriter.idx/DOCS
+staroffice6.0/help/en/swriter.idx/DICTIONARY
+staroffice6.0/help/en/swriter.idx/CONTEXTS
+staroffice6.0/help/en/swriter.jar
+staroffice6.0/help/en/swriter.key
+staroffice6.0/help/en/swriter.ht
+staroffice6.0/help/en/swriter.cfg
+staroffice6.0/help/en/swriter.db
+staroffice6.0/help/en/schart.idx/SCHEMA
+staroffice6.0/help/en/schart.idx/POSITIONS
+staroffice6.0/help/en/schart.idx/OFFSETS
+staroffice6.0/help/en/schart.idx/LINKNAMES
+staroffice6.0/help/en/schart.idx/EDGE
+staroffice6.0/help/en/schart.idx/DOCS.TAB
+staroffice6.0/help/en/schart.idx/DOCS
+staroffice6.0/help/en/schart.idx/DICTIONARY
+staroffice6.0/help/en/schart.idx/CONTEXTS
+staroffice6.0/help/en/schart.jar
+staroffice6.0/help/en/schart.key
+staroffice6.0/help/en/schart.ht
+staroffice6.0/help/en/schart.cfg
+staroffice6.0/help/en/schart.db
+staroffice6.0/help/en/treeview.xml
+staroffice6.0/help/en/err.html
+staroffice6.0/help/en/custom.css
+staroffice6.0/help/en/picture.jar
+staroffice6.0/help/en/common.jar
+staroffice6.0/help/en/picture.db
+staroffice6.0/help/en/sbasic.idx/SCHEMA
+staroffice6.0/help/en/sbasic.idx/POSITIONS
+staroffice6.0/help/en/sbasic.idx/OFFSETS
+staroffice6.0/help/en/sbasic.idx/LINKNAMES
+staroffice6.0/help/en/sbasic.idx/EDGE
+staroffice6.0/help/en/sbasic.idx/DOCS.TAB
+staroffice6.0/help/en/sbasic.idx/DOCS
+staroffice6.0/help/en/sbasic.idx/DICTIONARY
+staroffice6.0/help/en/sbasic.idx/CONTEXTS
+staroffice6.0/help/en/sbasic.jar
+staroffice6.0/help/en/sbasic.key
+staroffice6.0/help/en/sbasic.ht
+staroffice6.0/help/en/sbasic.cfg
+staroffice6.0/help/en/sbasic.db
+staroffice6.0/user/config.orig/web.soc
+staroffice6.0/user/config.orig/standard.soh
+staroffice6.0/user/config.orig/standard.sog
+staroffice6.0/user/config.orig/standard.soe
+staroffice6.0/user/config.orig/standard.sod
+staroffice6.0/user/config.orig/standard.soc
+staroffice6.0/user/config.orig/standard.sob
+staroffice6.0/user/config.orig/html.soc
+staroffice6.0/user/config.orig/gallery.soc
+staroffice6.0/user/config.orig/cmyk.soc
+staroffice6.0/user/config.orig/dbtitle.rdb
+staroffice6.0/user/config.orig/autotbl.fmt
+staroffice6.0/user/config.orig/styles.sod
+staroffice6.0/user/config.orig/palette.soc
+staroffice6.0/user/config.orig/modern.sog
+staroffice6.0/user/config.orig/hatching.soh
+staroffice6.0/user/config.orig/classic.sog
+staroffice6.0/user/config.orig/arrowhd.soe
+staroffice6.0/user/config/web.soc
+staroffice6.0/user/config/standard.soh
+staroffice6.0/user/config/standard.sog
+staroffice6.0/user/config/standard.soe
+staroffice6.0/user/config/standard.sod
+staroffice6.0/user/config/standard.soc
+staroffice6.0/user/config/standard.sob
+staroffice6.0/user/config/html.soc
+staroffice6.0/user/config/gallery.soc
+staroffice6.0/user/config/cmyk.soc
+staroffice6.0/user/config/dbtitle.rdb
+staroffice6.0/user/config/autotbl.fmt
+staroffice6.0/user/config/styles.sod
+staroffice6.0/user/config/palette.soc
+staroffice6.0/user/config/modern.sog
+staroffice6.0/user/config/hatching.soh
+staroffice6.0/user/config/classic.sog
+staroffice6.0/user/config/arrowhd.soe
+staroffice6.0/user/basic/script.xli
+staroffice6.0/user/basic/dialogs.xli
+staroffice6.0/user/gallery/sg30.thm
+staroffice6.0/user/gallery/sg30.sdv
+staroffice6.0/user/gallery/sg100.thm
+staroffice6.0/user/gallery/sg100.sdv
+staroffice6.0/user/database/biblio/biblio.dbf
+staroffice6.0/user/autotext/english/mytexts.bau
+staroffice6.0/share/config.old/psetupl.xpm
+staroffice6.0/share/config.old/psetup.xpm
+staroffice6.0/share/config.old/symbol/u_normal.bmp
+staroffice6.0/share/config.old/symbol/u_low.bmp
+staroffice6.0/share/config.old/symbol/u_high.bmp
+staroffice6.0/share/config.old/symbol/sortu.bmp
+staroffice6.0/share/config.old/symbol/sortd.bmp
+staroffice6.0/share/config.old/symbol/sco262.bmp
+staroffice6.0/share/config.old/symbol/sco261.bmp
+staroffice6.0/share/config.old/symbol/sco161.bmp
+staroffice6.0/share/config.old/symbol/scnumb.bmp
+staroffice6.0/share/config.old/symbol/scbullet.bmp
+staroffice6.0/share/config.old/symbol/sc6377.bmp
+staroffice6.0/share/config.old/symbol/sc30782.bmp
+staroffice6.0/share/config.old/symbol/sc30774.bmp
+staroffice6.0/share/config.old/symbol/sc30773.bmp
+staroffice6.0/share/config.old/symbol/sc30770.bmp
+staroffice6.0/share/config.old/symbol/sc30012.bmp
+staroffice6.0/share/config.old/symbol/sc30011.bmp
+staroffice6.0/share/config.old/symbol/sc30010.bmp
+staroffice6.0/share/config.old/symbol/sc30009.bmp
+staroffice6.0/share/config.old/symbol/sc30008.bmp
+staroffice6.0/share/config.old/symbol/sc30007.bmp
+staroffice6.0/share/config.old/symbol/sc30005.bmp
+staroffice6.0/share/config.old/symbol/sc30004.bmp
+staroffice6.0/share/config.old/symbol/sc30003.bmp
+staroffice6.0/share/config.old/symbol/sc30002.bmp
+staroffice6.0/share/config.old/symbol/sc30000.bmp
+staroffice6.0/share/config.old/symbol/sc27067.bmp
+staroffice6.0/share/config.old/symbol/sc27066.bmp
+staroffice6.0/share/config.old/symbol/sc27065.bmp
+staroffice6.0/share/config.old/symbol/sc27030.bmp
+staroffice6.0/share/config.old/symbol/sc21250.bmp
+staroffice6.0/share/config.old/symbol/sc21240.bmp
+staroffice6.0/share/config.old/symbol/sc21230.bmp
+staroffice6.0/share/config.old/symbol/sc21220.bmp
+staroffice6.0/share/config.old/symbol/sc21210.bmp
+staroffice6.0/share/config.old/symbol/sc21200.bmp
+staroffice6.0/share/config.old/symbol/sc21190.bmp
+staroffice6.0/share/config.old/symbol/sc21180.bmp
+staroffice6.0/share/config.old/symbol/sc21170.bmp
+staroffice6.0/share/config.old/symbol/sc21160.bmp
+staroffice6.0/share/config.old/symbol/sc21150.bmp
+staroffice6.0/share/config.old/symbol/sc21142.bmp
+staroffice6.0/share/config.old/symbol/sc21141.bmp
+staroffice6.0/share/config.old/symbol/sc21140.bmp
+staroffice6.0/share/config.old/symbol/sc21130.bmp
+staroffice6.0/share/config.old/symbol/sc21121.bmp
+staroffice6.0/share/config.old/symbol/sc21120.bmp
+staroffice6.0/share/config.old/symbol/sc21111.bmp
+staroffice6.0/share/config.old/symbol/sc21110.bmp
+staroffice6.0/share/config.old/symbol/sc21105.bmp
+staroffice6.0/share/config.old/symbol/sc21104.bmp
+staroffice6.0/share/config.old/symbol/sc21103.bmp
+staroffice6.0/share/config.old/symbol/sc21102.bmp
+staroffice6.0/share/config.old/symbol/sc21101.bmp
+staroffice6.0/share/config.old/symbol/sc21100.bmp
+staroffice6.0/share/config.old/symbol/sc21080.bmp
+staroffice6.0/share/config.old/symbol/sc21070.bmp
+staroffice6.0/share/config.old/symbol/sc21062.bmp
+staroffice6.0/share/config.old/symbol/sc21061.bmp
+staroffice6.0/share/config.old/symbol/sc21060.bmp
+staroffice6.0/share/config.old/symbol/sc21051.bmp
+staroffice6.0/share/config.old/symbol/sc21050.bmp
+staroffice6.0/share/config.old/symbol/sc14786.bmp
+staroffice6.0/share/config.old/symbol/sc14785.bmp
+staroffice6.0/share/config.old/symbol/sc14781.bmp
+staroffice6.0/share/config.old/symbol/sc14780.bmp
+staroffice6.0/share/config.old/symbol/sc12234.bmp
+staroffice6.0/share/config.old/symbol/sc12232.bmp
+staroffice6.0/share/config.old/symbol/sc12231.bmp
+staroffice6.0/share/config.old/symbol/sc12230.bmp
+staroffice6.0/share/config.old/symbol/sc12229.bmp
+staroffice6.0/share/config.old/symbol/sc12228.bmp
+staroffice6.0/share/config.old/symbol/sc12227.bmp
+staroffice6.0/share/config.old/symbol/sc12226.bmp
+staroffice6.0/share/config.old/symbol/sc12225.bmp
+staroffice6.0/share/config.old/symbol/sc12224.bmp
+staroffice6.0/share/config.old/symbol/sc12223.bmp
+staroffice6.0/share/config.old/symbol/sc12222.bmp
+staroffice6.0/share/config.old/symbol/sc12221.bmp
+staroffice6.0/share/config.old/symbol/sc12212.bmp
+staroffice6.0/share/config.old/symbol/sc12204.bmp
+staroffice6.0/share/config.old/symbol/sc12203.bmp
+staroffice6.0/share/config.old/symbol/sc12202.bmp
+staroffice6.0/share/config.old/symbol/sc12201.bmp
+staroffice6.0/share/config.old/symbol/sc12021.bmp
+staroffice6.0/share/config.old/symbol/sc10503.bmp
+staroffice6.0/share/config.old/symbol/sc10465.bmp
+staroffice6.0/share/config.old/symbol/sc10464.bmp
+staroffice6.0/share/config.old/symbol/sc10463.bmp
+staroffice6.0/share/config.old/symbol/sc10462.bmp
+staroffice6.0/share/config.old/symbol/sc10461.bmp
+staroffice6.0/share/config.old/symbol/sc10458.bmp
+staroffice6.0/share/config.old/symbol/sc10434.bmp
+staroffice6.0/share/config.old/symbol/sc10403.bmp
+staroffice6.0/share/config.old/symbol/sc10402.bmp
+staroffice6.0/share/config.old/symbol/sc10401.bmp
+staroffice6.0/share/config.old/symbol/sc10399.bmp
+staroffice6.0/share/config.old/symbol/sc10398.bmp
+staroffice6.0/share/config.old/symbol/sc10397.bmp
+staroffice6.0/share/config.old/symbol/sc10396.bmp
+staroffice6.0/share/config.old/symbol/sc10395.bmp
+staroffice6.0/share/config.old/symbol/sc10394.bmp
+staroffice6.0/share/config.old/symbol/sc10393.bmp
+staroffice6.0/share/config.old/symbol/sc10391.bmp
+staroffice6.0/share/config.old/symbol/sc10390.bmp
+staroffice6.0/share/config.old/symbol/sc10389.bmp
+staroffice6.0/share/config.old/symbol/sc10388.bmp
+staroffice6.0/share/config.old/symbol/sc10387.bmp
+staroffice6.0/share/config.old/symbol/sc10386.bmp
+staroffice6.0/share/config.old/symbol/sc10385.bmp
+staroffice6.0/share/config.old/symbol/sc10384.bmp
+staroffice6.0/share/config.old/symbol/sc10383.bmp
+staroffice6.0/share/config.old/symbol/sc10382.bmp
+staroffice6.0/share/config.old/symbol/sc10381.bmp
+staroffice6.0/share/config.old/symbol/sc10380.bmp
+staroffice6.0/share/config.old/symbol/sc10379.bmp
+staroffice6.0/share/config.old/symbol/sc10378.bmp
+staroffice6.0/share/config.old/symbol/sc10376.bmp
+staroffice6.0/share/config.old/symbol/sc10375.bmp
+staroffice6.0/share/config.old/symbol/sc10371.bmp
+staroffice6.0/share/config.old/symbol/sc10366.bmp
+staroffice6.0/share/config.old/symbol/sc10360.bmp
+staroffice6.0/share/config.old/symbol/sc10350.bmp
+staroffice6.0/share/config.old/symbol/sc10301.bmp
+staroffice6.0/share/config.old/symbol/sc10297.bmp
+staroffice6.0/share/config.old/symbol/sc10296.bmp
+staroffice6.0/share/config.old/symbol/sc10295.bmp
+staroffice6.0/share/config.old/symbol/sc10294.bmp
+staroffice6.0/share/config.old/symbol/sc10287.bmp
+staroffice6.0/share/config.old/symbol/sc10286.bmp
+staroffice6.0/share/config.old/symbol/sc10283.bmp
+staroffice6.0/share/config.old/symbol/sc10282.bmp
+staroffice6.0/share/config.old/symbol/sc10256.bmp
+staroffice6.0/share/config.old/symbol/sc10255.bmp
+staroffice6.0/share/config.old/symbol/sc10254.bmp
+staroffice6.0/share/config.old/symbol/sc10253.bmp
+staroffice6.0/share/config.old/symbol/sc10244.bmp
+staroffice6.0/share/config.old/symbol/sc10243.bmp
+staroffice6.0/share/config.old/symbol/sc10242.bmp
+staroffice6.0/share/config.old/symbol/sc10241.bmp
+staroffice6.0/share/config.old/symbol/sc10240.bmp
+staroffice6.0/share/config.old/symbol/sc10233.bmp
+staroffice6.0/share/config.old/symbol/sc10232.bmp
+staroffice6.0/share/config.old/symbol/sc10231.bmp
+staroffice6.0/share/config.old/symbol/sc10224.bmp
+staroffice6.0/share/config.old/symbol/sc10223.bmp
+staroffice6.0/share/config.old/symbol/sc10217.bmp
+staroffice6.0/share/config.old/symbol/sc10201.bmp
+staroffice6.0/share/config.old/symbol/sc10200.bmp
+staroffice6.0/share/config.old/symbol/sc10199.bmp
+staroffice6.0/share/config.old/symbol/sc10197.bmp
+staroffice6.0/share/config.old/symbol/sc10196.bmp
+staroffice6.0/share/config.old/symbol/sc10195.bmp
+staroffice6.0/share/config.old/symbol/sc10194.bmp
+staroffice6.0/share/config.old/symbol/sc10193.bmp
+staroffice6.0/share/config.old/symbol/sc10192.bmp
+staroffice6.0/share/config.old/symbol/sc10191.bmp
+staroffice6.0/share/config.old/symbol/sc10190.bmp
+staroffice6.0/share/config.old/symbol/sc10189.bmp
+staroffice6.0/share/config.old/symbol/sc10188.bmp
+staroffice6.0/share/config.old/symbol/sc10187.bmp
+staroffice6.0/share/config.old/symbol/sc10186.bmp
+staroffice6.0/share/config.old/symbol/sc10185.bmp
+staroffice6.0/share/config.old/symbol/sc10164.bmp
+staroffice6.0/share/config.old/symbol/sc10163.bmp
+staroffice6.0/share/config.old/symbol/sc10162.bmp
+staroffice6.0/share/config.old/symbol/sc10161.bmp
+staroffice6.0/share/config.old/symbol/sc10160.bmp
+staroffice6.0/share/config.old/symbol/sc10159.bmp
+staroffice6.0/share/config.old/symbol/sc10158.bmp
+staroffice6.0/share/config.old/symbol/sc10157.bmp
+staroffice6.0/share/config.old/symbol/sc10156.bmp
+staroffice6.0/share/config.old/symbol/sc10155.bmp
+staroffice6.0/share/config.old/symbol/sc10154.bmp
+staroffice6.0/share/config.old/symbol/sc10153.bmp
+staroffice6.0/share/config.old/symbol/sc10152.bmp
+staroffice6.0/share/config.old/symbol/sc10151.bmp
+staroffice6.0/share/config.old/symbol/sc10150.bmp
+staroffice6.0/share/config.old/symbol/sc10148.bmp
+staroffice6.0/share/config.old/symbol/sc10147.bmp
+staroffice6.0/share/config.old/symbol/sc10146.bmp
+staroffice6.0/share/config.old/symbol/sc10145.bmp
+staroffice6.0/share/config.old/symbol/sc10144.bmp
+staroffice6.0/share/config.old/symbol/sc10143.bmp
+staroffice6.0/share/config.old/symbol/sc10142.bmp
+staroffice6.0/share/config.old/symbol/sc10141.bmp
+staroffice6.0/share/config.old/symbol/sc10140.bmp
+staroffice6.0/share/config.old/symbol/sc10139.bmp
+staroffice6.0/share/config.old/symbol/sc10138.bmp
+staroffice6.0/share/config.old/symbol/sc10137.bmp
+staroffice6.0/share/config.old/symbol/sc10136.bmp
+staroffice6.0/share/config.old/symbol/sc10135.bmp
+staroffice6.0/share/config.old/symbol/sc10134.bmp
+staroffice6.0/share/config.old/symbol/sc10133.bmp
+staroffice6.0/share/config.old/symbol/sc10132.bmp
+staroffice6.0/share/config.old/symbol/sc10131.bmp
+staroffice6.0/share/config.old/symbol/sc10130.bmp
+staroffice6.0/share/config.old/symbol/sc10129.bmp
+staroffice6.0/share/config.old/symbol/sc10128.bmp
+staroffice6.0/share/config.old/symbol/sc10127.bmp
+staroffice6.0/share/config.old/symbol/sc10126.bmp
+staroffice6.0/share/config.old/symbol/sc10125.bmp
+staroffice6.0/share/config.old/symbol/sc10124.bmp
+staroffice6.0/share/config.old/symbol/sc10123.bmp
+staroffice6.0/share/config.old/symbol/sc10122.bmp
+staroffice6.0/share/config.old/symbol/sc10121.bmp
+staroffice6.0/share/config.old/symbol/sc10120.bmp
+staroffice6.0/share/config.old/symbol/sc10119.bmp
+staroffice6.0/share/config.old/symbol/sc10118.bmp
+staroffice6.0/share/config.old/symbol/sc10117.bmp
+staroffice6.0/share/config.old/symbol/sc10116.bmp
+staroffice6.0/share/config.old/symbol/sc10115.bmp
+staroffice6.0/share/config.old/symbol/sc10114.bmp
+staroffice6.0/share/config.old/symbol/sc10112.bmp
+staroffice6.0/share/config.old/symbol/sc10110.bmp
+staroffice6.0/share/config.old/symbol/sc10109.bmp
+staroffice6.0/share/config.old/symbol/sc10106.bmp
+staroffice6.0/share/config.old/symbol/sc10105.bmp
+staroffice6.0/share/config.old/symbol/sc10104.bmp
+staroffice6.0/share/config.old/symbol/sc10103.bmp
+staroffice6.0/share/config.old/symbol/sc10102.bmp
+staroffice6.0/share/config.old/symbol/sc10101.bmp
+staroffice6.0/share/config.old/symbol/sc10100.bmp
+staroffice6.0/share/config.old/symbol/sc10099.bmp
+staroffice6.0/share/config.old/symbol/sc10098.bmp
+staroffice6.0/share/config.old/symbol/sc10097.bmp
+staroffice6.0/share/config.old/symbol/sc10096.bmp
+staroffice6.0/share/config.old/symbol/sc10087.bmp
+staroffice6.0/share/config.old/symbol/sc10055.bmp
+staroffice6.0/share/config.old/symbol/sc10050.bmp
+staroffice6.0/share/config.old/symbol/sc10045.bmp
+staroffice6.0/share/config.old/symbol/sc10036.bmp
+staroffice6.0/share/config.old/symbol/sc10035.bmp
+staroffice6.0/share/config.old/symbol/sc10031.bmp
+staroffice6.0/share/config.old/symbol/sc10030.bmp
+staroffice6.0/share/config.old/symbol/sc10029.bmp
+staroffice6.0/share/config.old/symbol/sc10028.bmp
+staroffice6.0/share/config.old/symbol/sc10017.bmp
+staroffice6.0/share/config.old/symbol/sc10016.bmp
+staroffice6.0/share/config.old/symbol/sc10015.bmp
+staroffice6.0/share/config.old/symbol/sc10014.bmp
+staroffice6.0/share/config.old/symbol/sc10013.bmp
+staroffice6.0/share/config.old/symbol/sc10012.bmp
+staroffice6.0/share/config.old/symbol/sc10010.bmp
+staroffice6.0/share/config.old/symbol/sc10009.bmp
+staroffice6.0/share/config.old/symbol/sc10008.bmp
+staroffice6.0/share/config.old/symbol/sc10007.bmp
+staroffice6.0/share/config.old/symbol/sc10006.bmp
+staroffice6.0/share/config.old/symbol/sc10000.bmp
+staroffice6.0/share/config.old/symbol/sc06522.bmp
+staroffice6.0/share/config.old/symbol/sc06384.bmp
+staroffice6.0/share/config.old/symbol/sc06379.bmp
+staroffice6.0/share/config.old/symbol/sc06377.bmp
+staroffice6.0/share/config.old/symbol/sc06370.bmp
+staroffice6.0/share/config.old/symbol/sc06364.bmp
+staroffice6.0/share/config.old/symbol/sc06363.bmp
+staroffice6.0/share/config.old/symbol/sc06362.bmp
+staroffice6.0/share/config.old/symbol/sc06357.bmp
+staroffice6.0/share/config.old/symbol/sc06356.bmp
+staroffice6.0/share/config.old/symbol/sc06355.bmp
+staroffice6.0/share/config.old/symbol/sc06354.bmp
+staroffice6.0/share/config.old/symbol/sc06353.bmp
+staroffice6.0/share/config.old/symbol/sc06352.bmp
+staroffice6.0/share/config.old/symbol/sc06351.bmp
+staroffice6.0/share/config.old/symbol/sc06350.bmp
+staroffice6.0/share/config.old/symbol/sc06339.bmp
+staroffice6.0/share/config.old/symbol/sc06338.bmp
+staroffice6.0/share/config.old/symbol/sc06337.bmp
+staroffice6.0/share/config.old/symbol/sc06336.bmp
+staroffice6.0/share/config.old/symbol/sc06335.bmp
+staroffice6.0/share/config.old/symbol/sc06334.bmp
+staroffice6.0/share/config.old/symbol/sc06333.bmp
+staroffice6.0/share/config.old/symbol/sc06332.bmp
+staroffice6.0/share/config.old/symbol/sc06331.bmp
+staroffice6.0/share/config.old/symbol/sc06330.bmp
+staroffice6.0/share/config.old/symbol/sc06318.bmp
+staroffice6.0/share/config.old/symbol/sc06315.bmp
+staroffice6.0/share/config.old/symbol/sc06314.bmp
+staroffice6.0/share/config.old/symbol/sc06313.bmp
+staroffice6.0/share/config.old/symbol/sc06312.bmp
+staroffice6.0/share/config.old/symbol/sc06309.bmp
+staroffice6.0/share/config.old/symbol/sc06308.bmp
+staroffice6.0/share/config.old/symbol/sc06306.bmp
+staroffice6.0/share/config.old/symbol/sc06305.bmp
+staroffice6.0/share/config.old/symbol/sc06304.bmp
+staroffice6.0/share/config.old/symbol/sc06303.bmp
+staroffice6.0/share/config.old/symbol/sc06302.bmp
+staroffice6.0/share/config.old/symbol/sc06301.bmp
+staroffice6.0/share/config.old/symbol/sc06300.bmp
+staroffice6.0/share/config.old/symbol/sc05963.bmp
+staroffice6.0/share/config.old/symbol/sc05962.bmp
+staroffice6.0/share/config.old/symbol/sc05961.bmp
+staroffice6.0/share/config.old/symbol/sc05960.bmp
+staroffice6.0/share/config.old/symbol/sc05959.bmp
+staroffice6.0/share/config.old/symbol/sc05958.bmp
+staroffice6.0/share/config.old/symbol/sc05957.bmp
+staroffice6.0/share/config.old/symbol/sc05956.bmp
+staroffice6.0/share/config.old/symbol/sc05955.bmp
+staroffice6.0/share/config.old/symbol/sc05954.bmp
+staroffice6.0/share/config.old/symbol/sc05953.bmp
+staroffice6.0/share/config.old/symbol/sc05952.bmp
+staroffice6.0/share/config.old/symbol/sc05951.bmp
+staroffice6.0/share/config.old/symbol/sc05906.bmp
+staroffice6.0/share/config.old/symbol/sc05905.bmp
+staroffice6.0/share/config.old/symbol/sc05904.bmp
+staroffice6.0/share/config.old/symbol/sc05802.bmp
+staroffice6.0/share/config.old/symbol/sc05801.bmp
+staroffice6.0/share/config.old/symbol/sc05800.bmp
+staroffice6.0/share/config.old/symbol/sc05723.bmp
+staroffice6.0/share/config.old/symbol/sc05713.bmp
+staroffice6.0/share/config.old/symbol/sc05712.bmp
+staroffice6.0/share/config.old/symbol/sc05711.bmp
+staroffice6.0/share/config.old/symbol/sc05710.bmp
+staroffice6.0/share/config.old/symbol/sc05702.bmp
+staroffice6.0/share/config.old/symbol/sc05701.bmp
+staroffice6.0/share/config.old/symbol/sc05700.bmp
+staroffice6.0/share/config.old/symbol/sc05694.bmp
+staroffice6.0/share/config.old/symbol/sc05675.bmp
+staroffice6.0/share/config.old/symbol/sc05673.bmp
+staroffice6.0/share/config.old/symbol/sc05672.bmp
+staroffice6.0/share/config.old/symbol/sc05651.bmp
+staroffice6.0/share/config.old/symbol/sc05650.bmp
+staroffice6.0/share/config.old/symbol/sc05649.bmp
+staroffice6.0/share/config.old/symbol/sc05648.bmp
+staroffice6.0/share/config.old/symbol/sc05647.bmp
+staroffice6.0/share/config.old/symbol/sc05646.bmp
+staroffice6.0/share/config.old/symbol/sc05624.bmp
+staroffice6.0/share/config.old/symbol/sc05596.bmp
+staroffice6.0/share/config.old/symbol/sc05595.bmp
+staroffice6.0/share/config.old/symbol/sc05563.bmp
+staroffice6.0/share/config.old/symbol/sc05561.bmp
+staroffice6.0/share/config.old/symbol/sc05556.bmp
+staroffice6.0/share/config.old/symbol/sc05555.bmp
+staroffice6.0/share/config.old/symbol/sc05552.bmp
+staroffice6.0/share/config.old/symbol/sc05539.bmp
+staroffice6.0/share/config.old/symbol/sc05538.bmp
+staroffice6.0/share/config.old/symbol/sc05537.bmp
+staroffice6.0/share/config.old/symbol/sc05535.bmp
+staroffice6.0/share/config.old/symbol/sc05533.bmp
+staroffice6.0/share/config.old/symbol/sc05532.bmp
+staroffice6.0/share/config.old/symbol/sc05509.bmp
+staroffice6.0/share/config.old/symbol/sc05508.bmp
+staroffice6.0/share/config.old/symbol/sc05505.bmp
+staroffice6.0/share/config.old/symbol/sc05504.bmp
+staroffice6.0/share/config.old/symbol/sc05503.bmp
+staroffice6.0/share/config.old/symbol/sc05502.bmp
+staroffice6.0/share/config.old/symbol/sc05501.bmp
+staroffice6.0/share/config.old/symbol/sc05500.bmp
+staroffice6.0/share/config.old/symbol/sc05415.bmp
+staroffice6.0/share/config.old/symbol/sc05414.bmp
+staroffice6.0/share/config.old/symbol/sc05413.bmp
+staroffice6.0/share/config.old/symbol/sc05412.bmp
+staroffice6.0/share/config.old/symbol/sc05411.bmp
+staroffice6.0/share/config.old/symbol/sc05410.bmp
+staroffice6.0/share/config.old/symbol/sc05402.bmp
+staroffice6.0/share/config.old/symbol/sc05401.bmp
+staroffice6.0/share/config.old/symbol/sc05387.bmp
+staroffice6.0/share/config.old/symbol/sc05386.bmp
+staroffice6.0/share/config.old/symbol/sc05384.bmp
+staroffice6.0/share/config.old/symbol/sc05383.bmp
+staroffice6.0/share/config.old/symbol/sc05382.bmp
+staroffice6.0/share/config.old/symbol/sc05381.bmp
+staroffice6.0/share/config.old/symbol/sc05377.bmp
+staroffice6.0/share/config.old/symbol/sc05375.bmp
+staroffice6.0/share/config.old/symbol/sc05374.bmp
+staroffice6.0/share/config.old/symbol/sc05373.bmp
+staroffice6.0/share/config.old/symbol/sc05371.bmp
+staroffice6.0/share/config.old/symbol/sc05370.bmp
+staroffice6.0/share/config.old/symbol/sc05369.bmp
+staroffice6.0/share/config.old/symbol/sc05368.bmp
+staroffice6.0/share/config.old/symbol/sc05367.bmp
+staroffice6.0/share/config.old/symbol/sc05366.bmp
+staroffice6.0/share/config.old/symbol/sc05365.bmp
+staroffice6.0/share/config.old/symbol/sc05364.bmp
+staroffice6.0/share/config.old/symbol/sc05363.bmp
+staroffice6.0/share/config.old/symbol/sc05362.bmp
+staroffice6.0/share/config.old/symbol/sc05361.bmp
+staroffice6.0/share/config.old/symbol/sc05339.bmp
+staroffice6.0/share/config.old/symbol/sc05338.bmp
+staroffice6.0/share/config.old/symbol/sc05331.bmp
+staroffice6.0/share/config.old/symbol/sc05325.bmp
+staroffice6.0/share/config.old/symbol/sc05302.bmp
+staroffice6.0/share/config.old/symbol/sc05300.bmp
+staroffice6.0/share/config.old/symbol/sc00000.bmp
+staroffice6.0/share/config.old/registry/template/org/openoffice/Inet.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/UserProfile.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/Setup.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/ucb/Hierarchy.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/ucb/Store.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/ucb/Configuration.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/Office/Draw.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/Office/DataAccess.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/Office/Math.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/Office/Impress.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/Office/Common.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/Office/Linguistic.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/Office/Writer.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/Office/Chart.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/Office/Labels.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/Office/Calc.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/Office/WriterWeb.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/Office/TypeDetection.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/Office/Views.xml
+staroffice6.0/share/config.old/registry/template/org/openoffice/Office/Java.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Setup.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/UserProfile.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Inet.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/ucb/Hierarchy.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/ucb/Store.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/ucb/Configuration.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Office/WriterWeb.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Office/Views.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Office/Math.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Office/DataAccess.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Office/TypeDetection.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Office/Common.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Office/Writer.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Office/Linguistic.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Office/Calc.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Office/Chart.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Office/Java.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Office/Draw.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Office/Impress.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Office/Labels.xml
+staroffice6.0/share/config.old/registry/instance/org/openoffice/Office/SFX.xml
+staroffice6.0/share/config.old/webcast/editpic.pl
+staroffice6.0/share/config.old/webcast/savepic.pl
+staroffice6.0/share/config.old/webcast/show.pl
+staroffice6.0/share/config.old/webcast/index.pl
+staroffice6.0/share/config.old/webcast/edit.pl
+staroffice6.0/share/config.old/webcast/webcast.asp
+staroffice6.0/share/config.old/webcast/edit.asp
+staroffice6.0/share/config.old/webcast/poll.asp
+staroffice6.0/share/config.old/webcast/editpic.asp
+staroffice6.0/share/config.old/webcast/common.inc
+staroffice6.0/share/config.old/webcast/webcast.pl
+staroffice6.0/share/config.old/webcast/poll.pl
+staroffice6.0/share/config.old/webcast/common.pl
+staroffice6.0/share/config.old/webcast/savepic.asp
+staroffice6.0/share/config.old/webcast/show.asp
+staroffice6.0/share/kde/icons/010_presentation_compressed.t.xpm
+staroffice6.0/share/kde/icons/010_presentation_compressed.s.xpm
+staroffice6.0/share/kde/icons/010_presentation_compressed.m.xpm
+staroffice6.0/share/kde/icons/010_presentation_compressed.l.xpm
+staroffice6.0/share/kde/icons/009_presentation_template.t.xpm
+staroffice6.0/share/kde/icons/009_presentation_template.s.xpm
+staroffice6.0/share/kde/icons/009_presentation_template.m.xpm
+staroffice6.0/share/kde/icons/009_presentation_template.l.xpm
+staroffice6.0/share/kde/icons/008_presentation_document.t.xpm
+staroffice6.0/share/kde/icons/008_presentation_document.s.xpm
+staroffice6.0/share/kde/icons/008_presentation_document.m.xpm
+staroffice6.0/share/kde/icons/008_presentation_document.l.xpm
+staroffice6.0/share/kde/icons/007_drawing_template.t.xpm
+staroffice6.0/share/kde/icons/007_drawing_template.s.xpm
+staroffice6.0/share/kde/icons/007_drawing_template.m.xpm
+staroffice6.0/share/kde/icons/007_drawing_template.l.xpm
+staroffice6.0/share/kde/icons/006_drawing_document.t.xpm
+staroffice6.0/share/kde/icons/006_drawing_document.s.xpm
+staroffice6.0/share/kde/icons/006_drawing_document.m.xpm
+staroffice6.0/share/kde/icons/006_drawing_document.l.xpm
+staroffice6.0/share/kde/icons/013_chart_document.t.xpm
+staroffice6.0/share/kde/icons/013_chart_document.s.xpm
+staroffice6.0/share/kde/icons/013_chart_document.m.xpm
+staroffice6.0/share/kde/icons/013_chart_document.l.xpm
+staroffice6.0/share/kde/icons/005_spreadsheet_template.t.xpm
+staroffice6.0/share/kde/icons/005_spreadsheet_template.s.xpm
+staroffice6.0/share/kde/icons/005_spreadsheet_template.m.xpm
+staroffice6.0/share/kde/icons/005_spreadsheet_template.l.xpm
+staroffice6.0/share/kde/icons/004_spreadsheet_document.t.xpm
+staroffice6.0/share/kde/icons/004_spreadsheet_document.s.xpm
+staroffice6.0/share/kde/icons/004_spreadsheet_document.m.xpm
+staroffice6.0/share/kde/icons/004_spreadsheet_document.l.xpm
+staroffice6.0/share/kde/icons/015_math_document.t.xpm
+staroffice6.0/share/kde/icons/015_math_document.s.xpm
+staroffice6.0/share/kde/icons/015_math_document.m.xpm
+staroffice6.0/share/kde/icons/015_math_document.l.xpm
+staroffice6.0/share/kde/icons/014_database_document.t.xpm
+staroffice6.0/share/kde/icons/014_database_document.s.xpm
+staroffice6.0/share/kde/icons/014_database_document.m.xpm
+staroffice6.0/share/kde/icons/014_database_document.l.xpm
+staroffice6.0/share/kde/icons/012_html_document.t.xpm
+staroffice6.0/share/kde/icons/012_html_document.s.xpm
+staroffice6.0/share/kde/icons/012_html_document.m.xpm
+staroffice6.0/share/kde/icons/012_html_document.l.xpm
+staroffice6.0/share/kde/icons/011_global_document.t.xpm
+staroffice6.0/share/kde/icons/011_global_document.s.xpm
+staroffice6.0/share/kde/icons/011_global_document.m.xpm
+staroffice6.0/share/kde/icons/011_global_document.l.xpm
+staroffice6.0/share/kde/icons/003_text_template.t.xpm
+staroffice6.0/share/kde/icons/003_text_template.s.xpm
+staroffice6.0/share/kde/icons/003_text_template.m.xpm
+staroffice6.0/share/kde/icons/003_text_template.l.xpm
+staroffice6.0/share/kde/icons/002_text_document.t.xpm
+staroffice6.0/share/kde/icons/002_text_document.s.xpm
+staroffice6.0/share/kde/icons/002_text_document.m.xpm
+staroffice6.0/share/kde/icons/002_text_document.l.xpm
+staroffice6.0/share/kde/icons/500_setup.t.xpm
+staroffice6.0/share/kde/icons/500_setup.s.xpm
+staroffice6.0/share/kde/icons/500_setup.m.xpm
+staroffice6.0/share/kde/icons/500_setup.l.xpm
+staroffice6.0/share/kde/icons/017_macrolibrary.t.xpm
+staroffice6.0/share/kde/icons/017_macrolibrary.s.xpm
+staroffice6.0/share/kde/icons/017_macrolibrary.m.xpm
+staroffice6.0/share/kde/icons/017_macrolibrary.l.xpm
+staroffice6.0/share/kde/icons/016_template.t.xpm
+staroffice6.0/share/kde/icons/016_template.s.xpm
+staroffice6.0/share/kde/icons/016_template.m.xpm
+staroffice6.0/share/kde/icons/016_template.l.xpm
+staroffice6.0/share/kde/icons/001_star_butterfly.t.xpm
+staroffice6.0/share/kde/icons/001_star_butterfly.s.xpm
+staroffice6.0/share/kde/icons/001_star_butterfly.m.xpm
+staroffice6.0/share/kde/icons/001_star_butterfly.l.xpm
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/template.desktop
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/.directory
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/.order
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/information and setup/setup.desktop
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/information and setup/.directory
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/webdoc.desktop
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/textdoc.desktop
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/auto pilots/memo.desktop
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/auto pilots/agenda.desktop
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/auto pilots/fax.desktop
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/auto pilots/letter.desktop
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/auto pilots/.directory
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/other/vcards.desktop
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/other/labels.desktop
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/other/mathdoc.desktop
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/other/masterdoc.desktop
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/other/.directory
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/spreadsheet.desktop
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/drawing.desktop
+staroffice6.0/share/kde/net/applnk/StarOffice 6.0/presentation.desktop
+staroffice6.0/share/kde/net/mimelnk/application/vnd.stardivision.math.desktop
+staroffice6.0/share/kde/net/mimelnk/application/vnd.stardivision.writer-global.desktop
+staroffice6.0/share/kde/net/mimelnk/application/vnd.stardivision.writer.desktop
+staroffice6.0/share/kde/net/mimelnk/application/vnd.sun.xml.math.desktop
+staroffice6.0/share/kde/net/mimelnk/application/vnd.sun.xml.writer.global.desktop
+staroffice6.0/share/kde/net/mimelnk/application/vnd.sun.xml.writer.desktop
+staroffice6.0/share/kde/net/mimelnk/application/vnd.stardivision.chart.desktop
+staroffice6.0/share/kde/net/mimelnk/application/vnd.stardivision.calc.desktop
+staroffice6.0/share/kde/net/mimelnk/application/vnd.sun.xml.calc.desktop
+staroffice6.0/share/kde/net/mimelnk/application/vnd.stardivision.draw.desktop
+staroffice6.0/share/kde/net/mimelnk/application/vnd.sun.xml.draw.desktop
+staroffice6.0/share/kde/net/mimelnk/application/vnd.stardivision.impress.desktop
+staroffice6.0/share/kde/net/mimelnk/application/vnd.sun.xml.impress.desktop
+staroffice6.0/share/gnome/icons/010_presentation_compressed.t.xpm
+staroffice6.0/share/gnome/icons/010_presentation_compressed.s.xpm
+staroffice6.0/share/gnome/icons/010_presentation_compressed.m.xpm
+staroffice6.0/share/gnome/icons/010_presentation_compressed.l.xpm
+staroffice6.0/share/gnome/icons/009_presentation_template.t.xpm
+staroffice6.0/share/gnome/icons/009_presentation_template.s.xpm
+staroffice6.0/share/gnome/icons/009_presentation_template.m.xpm
+staroffice6.0/share/gnome/icons/009_presentation_template.l.xpm
+staroffice6.0/share/gnome/icons/008_presentation_document.t.xpm
+staroffice6.0/share/gnome/icons/008_presentation_document.s.xpm
+staroffice6.0/share/gnome/icons/008_presentation_document.m.xpm
+staroffice6.0/share/gnome/icons/008_presentation_document.l.xpm
+staroffice6.0/share/gnome/icons/007_drawing_template.t.xpm
+staroffice6.0/share/gnome/icons/007_drawing_template.s.xpm
+staroffice6.0/share/gnome/icons/007_drawing_template.m.xpm
+staroffice6.0/share/gnome/icons/007_drawing_template.l.xpm
+staroffice6.0/share/gnome/icons/006_drawing_document.t.xpm
+staroffice6.0/share/gnome/icons/006_drawing_document.s.xpm
+staroffice6.0/share/gnome/icons/006_drawing_document.m.xpm
+staroffice6.0/share/gnome/icons/006_drawing_document.l.xpm
+staroffice6.0/share/gnome/icons/013_chart_document.t.xpm
+staroffice6.0/share/gnome/icons/013_chart_document.s.xpm
+staroffice6.0/share/gnome/icons/013_chart_document.m.xpm
+staroffice6.0/share/gnome/icons/013_chart_document.l.xpm
+staroffice6.0/share/gnome/icons/005_spreadsheet_template.t.xpm
+staroffice6.0/share/gnome/icons/005_spreadsheet_template.s.xpm
+staroffice6.0/share/gnome/icons/005_spreadsheet_template.m.xpm
+staroffice6.0/share/gnome/icons/005_spreadsheet_template.l.xpm
+staroffice6.0/share/gnome/icons/004_spreadsheet_document.t.xpm
+staroffice6.0/share/gnome/icons/004_spreadsheet_document.s.xpm
+staroffice6.0/share/gnome/icons/004_spreadsheet_document.m.xpm
+staroffice6.0/share/gnome/icons/004_spreadsheet_document.l.xpm
+staroffice6.0/share/gnome/icons/015_math_document.t.xpm
+staroffice6.0/share/gnome/icons/015_math_document.s.xpm
+staroffice6.0/share/gnome/icons/015_math_document.m.xpm
+staroffice6.0/share/gnome/icons/015_math_document.l.xpm
+staroffice6.0/share/gnome/icons/014_database_document.t.xpm
+staroffice6.0/share/gnome/icons/014_database_document.s.xpm
+staroffice6.0/share/gnome/icons/014_database_document.m.xpm
+staroffice6.0/share/gnome/icons/014_database_document.l.xpm
+staroffice6.0/share/gnome/icons/012_html_document.t.xpm
+staroffice6.0/share/gnome/icons/012_html_document.s.xpm
+staroffice6.0/share/gnome/icons/012_html_document.m.xpm
+staroffice6.0/share/gnome/icons/012_html_document.l.xpm
+staroffice6.0/share/gnome/icons/011_global_document.t.xpm
+staroffice6.0/share/gnome/icons/011_global_document.s.xpm
+staroffice6.0/share/gnome/icons/011_global_document.m.xpm
+staroffice6.0/share/gnome/icons/011_global_document.l.xpm
+staroffice6.0/share/gnome/icons/003_text_template.t.xpm
+staroffice6.0/share/gnome/icons/003_text_template.s.xpm
+staroffice6.0/share/gnome/icons/003_text_template.m.xpm
+staroffice6.0/share/gnome/icons/003_text_template.l.xpm
+staroffice6.0/share/gnome/icons/002_text_document.t.xpm
+staroffice6.0/share/gnome/icons/002_text_document.s.xpm
+staroffice6.0/share/gnome/icons/002_text_document.m.xpm
+staroffice6.0/share/gnome/icons/002_text_document.l.xpm
+staroffice6.0/share/gnome/icons/500_setup.t.xpm
+staroffice6.0/share/gnome/icons/500_setup.s.xpm
+staroffice6.0/share/gnome/icons/500_setup.m.xpm
+staroffice6.0/share/gnome/icons/500_setup.l.xpm
+staroffice6.0/share/gnome/icons/017_macrolibrary.t.xpm
+staroffice6.0/share/gnome/icons/017_macrolibrary.s.xpm
+staroffice6.0/share/gnome/icons/017_macrolibrary.m.xpm
+staroffice6.0/share/gnome/icons/017_macrolibrary.l.xpm
+staroffice6.0/share/gnome/icons/016_template.t.xpm
+staroffice6.0/share/gnome/icons/016_template.s.xpm
+staroffice6.0/share/gnome/icons/016_template.m.xpm
+staroffice6.0/share/gnome/icons/016_template.l.xpm
+staroffice6.0/share/gnome/icons/001_star_butterfly.t.xpm
+staroffice6.0/share/gnome/icons/001_star_butterfly.s.xpm
+staroffice6.0/share/gnome/icons/001_star_butterfly.m.xpm
+staroffice6.0/share/gnome/icons/001_star_butterfly.l.xpm
+staroffice6.0/share/gnome/net/presentation.desktop
+staroffice6.0/share/gnome/net/drawing.desktop
+staroffice6.0/share/gnome/net/spreadsheet.desktop
+staroffice6.0/share/gnome/net/webdoc.desktop
+staroffice6.0/share/gnome/net/textdoc.desktop
+staroffice6.0/share/gnome/net/auto pilots/memo.desktop
+staroffice6.0/share/gnome/net/auto pilots/agenda.desktop
+staroffice6.0/share/gnome/net/auto pilots/fax.desktop
+staroffice6.0/share/gnome/net/auto pilots/letter.desktop
+staroffice6.0/share/gnome/net/auto pilots/.directory
+staroffice6.0/share/gnome/net/other/vcards.desktop
+staroffice6.0/share/gnome/net/other/labels.desktop
+staroffice6.0/share/gnome/net/other/mathdoc.desktop
+staroffice6.0/share/gnome/net/other/masterdoc.desktop
+staroffice6.0/share/gnome/net/other/.directory
+staroffice6.0/share/gnome/net/template.desktop
+staroffice6.0/share/gnome/net/.directory
+staroffice6.0/share/gnome/net/.order
+staroffice6.0/share/gnome/net/information and setup/setup.desktop
+staroffice6.0/share/gnome/net/information and setup/.directory
+staroffice6.0/share/dict/dt40.prl
+staroffice6.0/share/dict/dt40.cut
+staroffice6.0/share/dict/dtex40no.cat
+staroffice6.0/share/dict/dt40.bin
+staroffice6.0/share/dict/ds40.bin
+staroffice6.0/share/dict/dtco40
+staroffice6.0/share/dict/dhta40
+staroffice6.0/share/dict/dhco40
+staroffice6.0/share/dict/49_thes.dat
+staroffice6.0/share/dict/49-spell.dat
+staroffice6.0/share/dict/49-ospell.dat
+staroffice6.0/share/dict/49-ohyph.dat
+staroffice6.0/share/dict/49-hyph.dat
+staroffice6.0/share/dict/34_thes.dat
+staroffice6.0/share/dict/34-spell.dat
+staroffice6.0/share/dict/34-hyph.dat
+staroffice6.0/share/dict/33_thes.dat
+staroffice6.0/share/dict/33-spell.dat
+staroffice6.0/share/dict/33-hyph.dat
+staroffice6.0/share/dict/44_thes.dat
+staroffice6.0/share/dict/01-44-spell.dat
+staroffice6.0/share/dict/01-44-hyph.dat
+staroffice6.0/share/dict/01_thes.dat
+staroffice6.0/share/samples/english/formulas/VectorProduct.sxm
+staroffice6.0/share/samples/english/formulas/StandardDeviation.sxm
+staroffice6.0/share/samples/english/formulas/SquareRoot.sxm
+staroffice6.0/share/samples/english/formulas/Sinus.sxm
+staroffice6.0/share/samples/english/formulas/ScalarProduct.sxm
+staroffice6.0/share/samples/english/formulas/Maxwell.sxm
+staroffice6.0/share/samples/english/formulas/LinearRegression.sxm
+staroffice6.0/share/samples/english/formulas/Limes.sxm
+staroffice6.0/share/samples/english/formulas/LawOfErrorPropagation.sxm
+staroffice6.0/share/samples/english/formulas/InvestmentReturns.sxm
+staroffice6.0/share/samples/english/formulas/HamiltonOperator.sxm
+staroffice6.0/share/samples/english/formulas/EffectiveAnnualInterestRate.sxm
+staroffice6.0/share/samples/english/formulas/DefinitionStraightLine.sxm
+staroffice6.0/share/samples/english/formulas/ChemicalElement.sxm
+staroffice6.0/share/samples/english/formulas/Cauchy.sxm
+staroffice6.0/share/samples/english/formulas/Annuities.sxm
+staroffice6.0/share/samples/english/drawings/engine.sxd
+staroffice6.0/share/samples/english/drawings/Workshop.sxd
+staroffice6.0/share/samples/english/drawings/Ship.sxd
+staroffice6.0/share/samples/english/drawings/Jazz.sxd
+staroffice6.0/share/samples/english/drawings/ColorProfile.sxd
+staroffice6.0/share/samples/english/drawings/Blueprint.sxd
+staroffice6.0/share/samples/english/drawings/Automobile.sxd
+staroffice6.0/share/samples/english/presentations/VacationPhotos.sxi
+staroffice6.0/share/samples/english/presentations/ThreeDimensions.sxi
+staroffice6.0/share/samples/english/presentations/RecarShareholderMeeting.sxi
+staroffice6.0/share/samples/english/presentations/Orgchart.sxi
+staroffice6.0/share/samples/english/presentations/CompanyTakeover.sxi
+staroffice6.0/share/samples/english/presentations/Chess.sxi
+staroffice6.0/share/samples/english/spreadsheets/Recar-Scenarios.sxc
+staroffice6.0/share/samples/english/spreadsheets/OfficeSharingAssoc.sxc
+staroffice6.0/share/samples/english/spreadsheets/Movie3.sxc
+staroffice6.0/share/samples/english/spreadsheets/Movie2.sxc
+staroffice6.0/share/samples/english/spreadsheets/Movie1.sxc
+staroffice6.0/share/samples/english/spreadsheets/DataAnalysys.sxc
+staroffice6.0/share/samples/english/spreadsheets/CurrencyConverter.sxc
+staroffice6.0/share/samples/english/spreadsheets/ConversionTable.sxc
+staroffice6.0/share/samples/english/spreadsheets/Buffet.sxc
+staroffice6.0/share/samples/english/spreadsheets/Biorhythm.sxc
+staroffice6.0/share/samples/english/texts/Promoletter.sxw
+staroffice6.0/share/samples/english/texts/LostDogNotice.sxw
+staroffice6.0/share/samples/english/texts/JobAd.sxw
+staroffice6.0/share/samples/english/texts/Invitation.sxw
+staroffice6.0/share/samples/english/texts/IceCreamMenu.sxw
+staroffice6.0/share/samples/english/texts/Games.sxw
+staroffice6.0/share/samples/english/texts/Flyers.sxw
+staroffice6.0/share/samples/english/texts/Brochure.sxw
+staroffice6.0/share/samples/english/texts/Book.sxg
+staroffice6.0/share/samples/english/texts/Homepage/title.gif
+staroffice6.0/share/samples/english/texts/Homepage/story.gif
+staroffice6.0/share/samples/english/texts/Homepage/start.html
+staroffice6.0/share/samples/english/texts/Homepage/soffice.gif
+staroffice6.0/share/samples/english/texts/Homepage/recar.sxc
+staroffice6.0/share/samples/english/texts/Homepage/race.html
+staroffice6.0/share/samples/english/texts/Homepage/question.html
+staroffice6.0/share/samples/english/texts/Homepage/question.gif
+staroffice6.0/share/samples/english/texts/Homepage/products.html
+staroffice6.0/share/samples/english/texts/Homepage/products.gif
+staroffice6.0/share/samples/english/texts/Homepage/producto.gif
+staroffice6.0/share/samples/english/texts/Homepage/partners.html
+staroffice6.0/share/samples/english/texts/Homepage/partners.gif
+staroffice6.0/share/samples/english/texts/Homepage/partnero.gif
+staroffice6.0/share/samples/english/texts/Homepage/motor.html
+staroffice6.0/share/samples/english/texts/Homepage/leftbar.gif
+staroffice6.0/share/samples/english/texts/Homepage/info.html
+staroffice6.0/share/samples/english/texts/Homepage/info.gif
+staroffice6.0/share/samples/english/texts/Homepage/home.gif
+staroffice6.0/share/samples/english/texts/Homepage/hole.gif
+staroffice6.0/share/samples/english/texts/Homepage/empty.html
+staroffice6.0/share/samples/english/texts/Homepage/coop.html
+staroffice6.0/share/samples/english/texts/Homepage/contacto.gif
+staroffice6.0/share/samples/english/texts/Homepage/contact.html
+staroffice6.0/share/samples/english/texts/Homepage/contact.gif
+staroffice6.0/share/samples/english/texts/Homepage/bar.gif
+staroffice6.0/share/samples/english/texts/Homepage/backgrnd.jpg
+staroffice6.0/share/samples/english/texts/Homepage/abouto.gif
+staroffice6.0/share/samples/english/texts/Homepage/about.html
+staroffice6.0/share/samples/english/texts/Homepage/about.gif
+staroffice6.0/share/samples/english/texts/Chapters/Villa2.jpg
+staroffice6.0/share/samples/english/texts/Chapters/Villa1.jpg
+staroffice6.0/share/samples/english/texts/Chapters/Tennis.jpg
+staroffice6.0/share/samples/english/texts/Chapters/Strwbrry.jpg
+staroffice6.0/share/samples/english/texts/Chapters/Ham.jpg
+staroffice6.0/share/samples/english/texts/Chapters/Glass.jpg
+staroffice6.0/share/samples/english/texts/Chapters/Chapter3.sxw
+staroffice6.0/share/samples/english/texts/Chapters/Chapter2.sxw
+staroffice6.0/share/samples/english/texts/Chapters/Chapter1.sxw
+staroffice6.0/share/samples/english/menu/formulas.url
+staroffice6.0/share/samples/english/menu/drawings.url
+staroffice6.0/share/samples/english/menu/presentations.url
+staroffice6.0/share/samples/english/menu/spreadsheets.url
+staroffice6.0/share/samples/english/menu/texts.url
+staroffice6.0/share/autocorr/acor1033.dat
+staroffice6.0/share/psprint/psprint.conf
+staroffice6.0/share/psprint/driver/XR_DC230.PS
+staroffice6.0/share/psprint/driver/XRN24320.PS
+staroffice6.0/share/psprint/driver/XRN17000.PS
+staroffice6.0/share/psprint/driver/XRD61801.PS
+staroffice6.0/share/psprint/driver/XRD61354.PS
+staroffice6.0/share/psprint/driver/TKPH6001.PS
+staroffice6.0/share/psprint/driver/TKPH4501.PS
+staroffice6.0/share/psprint/driver/TKPH3801.PS
+staroffice6.0/share/psprint/driver/TKP600J1.PS
+staroffice6.0/share/psprint/driver/TKP550J1.PS
+staroffice6.0/share/psprint/driver/TKP450P1.PS
+staroffice6.0/share/psprint/driver/TKP450J1.PS
+staroffice6.0/share/psprint/driver/TKP380P1.PS
+staroffice6.0/share/psprint/driver/TKP380J1.PS
+staroffice6.0/share/psprint/driver/TKP360P1.PS
+staroffice6.0/share/psprint/driver/TKP350J2.PS
+staroffice6.0/share/psprint/driver/TK550PJ1.PS
+staroffice6.0/share/psprint/driver/TK550391.PS
+staroffice6.0/share/psprint/driver/TK550171.PS
+staroffice6.0/share/psprint/driver/TK450PJ1.PS
+staroffice6.0/share/psprint/driver/TK360J71.PS
+staroffice6.0/share/psprint/driver/TK360J51.PS
+staroffice6.0/share/psprint/driver/TK360J21.PS
+staroffice6.0/share/psprint/driver/TK350PJ2.PS
+staroffice6.0/share/psprint/driver/TK350692.PS
+staroffice6.0/share/psprint/driver/TK350691.PS
+staroffice6.0/share/psprint/driver/TK350172.PS
+staroffice6.0/share/psprint/driver/TK350171.PS
+staroffice6.0/share/psprint/driver/TK300XJ1.PS
+staroffice6.0/share/psprint/driver/TK300PJ1.PS
+staroffice6.0/share/psprint/driver/SNSPREC1.PS
+staroffice6.0/share/psprint/driver/SGENPRT.PS
+staroffice6.0/share/psprint/driver/LWNT_518.PS
+staroffice6.0/share/psprint/driver/LOS3455P.PS
+staroffice6.0/share/psprint/driver/LOS2455P.PS
+staroffice6.0/share/psprint/driver/LOS1855P.PS
+staroffice6.0/share/psprint/driver/LOS1625P.PS
+staroffice6.0/share/psprint/driver/LOS1255P.PS
+staroffice6.0/share/psprint/driver/LOPW810.PS
+staroffice6.0/share/psprint/driver/LOPTRASC.PS
+staroffice6.0/share/psprint/driver/LOPTRAS.PS
+staroffice6.0/share/psprint/driver/LOPTRAP.PS
+staroffice6.0/share/psprint/driver/LOPTRAN.PS
+staroffice6.0/share/psprint/driver/LOPTRAK.PS
+staroffice6.0/share/psprint/driver/LOPTRAEP.PS
+staroffice6.0/share/psprint/driver/LOPTRAC.PS
+staroffice6.0/share/psprint/driver/LOPT616.PS
+staroffice6.0/share/psprint/driver/LOPT614.PS
+staroffice6.0/share/psprint/driver/LOPT612.PS
+staroffice6.0/share/psprint/driver/LOPT610.PS
+staroffice6.0/share/psprint/driver/LOPS3455.PS
+staroffice6.0/share/psprint/driver/LOPS2455.PS
+staroffice6.0/share/psprint/driver/LOPS1855.PS
+staroffice6.0/share/psprint/driver/LOPS1625.PS
+staroffice6.0/share/psprint/driver/LOPS1255.PS
+staroffice6.0/share/psprint/driver/LOPM410.PS
+staroffice6.0/share/psprint/driver/LOPE310.PS
+staroffice6.0/share/psprint/driver/LOPC45.PS
+staroffice6.0/share/psprint/driver/LOPC40.PS
+staroffice6.0/share/psprint/driver/LOPC1200.PS
+staroffice6.0/share/psprint/driver/LHSIGNI3.PS
+staroffice6.0/share/psprint/driver/LHSIGNH3.PS
+staroffice6.0/share/psprint/driver/LHSIGIJ4.PS
+staroffice6.0/share/psprint/driver/LHSIGHJ4.PS
+staroffice6.0/share/psprint/driver/LHQUSRI3.PS
+staroffice6.0/share/psprint/driver/LHQUSRH3.PS
+staroffice6.0/share/psprint/driver/LHQUSIJ4.PS
+staroffice6.0/share/psprint/driver/LHQUSHJ4.PS
+staroffice6.0/share/psprint/driver/LHHRKPI7.PS
+staroffice6.0/share/psprint/driver/LHHRKPH7.PS
+staroffice6.0/share/psprint/driver/LHHKPIJ7.PS
+staroffice6.0/share/psprint/driver/LHHKPHJ7.PS
+staroffice6.0/share/psprint/driver/LHHERKI4.PS
+staroffice6.0/share/psprint/driver/LHHERKH3.PS
+staroffice6.0/share/psprint/driver/LHHERIJ4.PS
+staroffice6.0/share/psprint/driver/LHHERHJ4.PS
+staroffice6.0/share/psprint/driver/LHGUBHJ4.PS
+staroffice6.0/share/psprint/driver/LHGUBEH3.PS
+staroffice6.0/share/psprint/driver/LHCOFLR5.PS
+staroffice6.0/share/psprint/driver/LHCOFLC5.PS
+staroffice6.0/share/psprint/driver/LHCFLRJ5.PS
+staroffice6.0/share/psprint/driver/LEXOPTR_.PS
+staroffice6.0/share/psprint/driver/LEX4079P.PS
+staroffice6.0/share/psprint/driver/LEX4039P.PS
+staroffice6.0/share/psprint/driver/L53__523.PS
+staroffice6.0/share/psprint/driver/L533_523.PS
+staroffice6.0/share/psprint/driver/L50__493.PS
+staroffice6.0/share/psprint/driver/L33__523.PS
+staroffice6.0/share/psprint/driver/L333_523.PS
+staroffice6.0/share/psprint/driver/L30__493.PS
+staroffice6.0/share/psprint/driver/L30__471.PS
+staroffice6.0/share/psprint/driver/L20__493.PS
+staroffice6.0/share/psprint/driver/L20__471.PS
+staroffice6.0/share/psprint/driver/L10__425.PS
+staroffice6.0/share/psprint/driver/KDH00002.PS
+staroffice6.0/share/psprint/driver/KDH00001.PS
+staroffice6.0/share/psprint/driver/KD92P001.PS
+staroffice6.0/share/psprint/driver/KD8650P1.PS
+staroffice6.0/share/psprint/driver/HP__CLJ1.PS
+staroffice6.0/share/psprint/driver/HP_3P52_.PS
+staroffice6.0/share/psprint/driver/HP_3D52_.PS
+staroffice6.0/share/psprint/driver/HPLJ__31.PS
+staroffice6.0/share/psprint/driver/HPLJ5SIM.PS
+staroffice6.0/share/psprint/driver/HPLJ5SI1.PS
+staroffice6.0/share/psprint/driver/HPLJ5P_1.PS
+staroffice6.0/share/psprint/driver/HPLJ5M_4.PS
+staroffice6.0/share/psprint/driver/HPLJ4MV1.PS
+staroffice6.0/share/psprint/driver/HPLJ3P1_.PS
+staroffice6.0/share/psprint/driver/HPLJ3D1_.PS
+staroffice6.0/share/psprint/driver/HPIIP52_.PS
+staroffice6.0/share/psprint/driver/HPIII52_.PS
+staroffice6.0/share/psprint/driver/HPIID52_.PS
+staroffice6.0/share/psprint/driver/HP4SI6_1.PS
+staroffice6.0/share/psprint/driver/HP4SI3_1.PS
+staroffice6.0/share/psprint/driver/HP4PLUS6.PS
+staroffice6.0/share/psprint/driver/HP4PLUS3.PS
+staroffice6.0/share/psprint/driver/HP4MP6_1.PS
+staroffice6.0/share/psprint/driver/HP4MP3_1.PS
+staroffice6.0/share/psprint/driver/HP4ML_V1.PS
+staroffice6.0/share/psprint/driver/HP4M6_V1.PS
+staroffice6.0/share/psprint/driver/HP4M3_V1.PS
+staroffice6.0/share/psprint/driver/HP3SIL21.PS
+staroffice6.0/share/psprint/driver/HP3SI52_.PS
+staroffice6.0/share/psprint/driver/HP2500C1.PS
+staroffice6.0/share/psprint/driver/HP1200C1.PS
+staroffice6.0/share/psprint/driver/GENERIC.PS
+staroffice6.0/share/psprint/driver/EP_STPH1.PS
+staroffice6.0/share/psprint/driver/EP_P1201.PS
+staroffice6.0/share/psprint/driver/EP_P0701.PS
+staroffice6.0/share/psprint/driver/EP_82F51.PS
+staroffice6.0/share/psprint/driver/EP_82F21.PS
+staroffice6.0/share/psprint/driver/EP_50001.PS
+staroffice6.0/share/psprint/driver/EP_30001.PS
+staroffice6.0/share/psprint/driver/EP_15201.PS
+staroffice6.0/share/psprint/driver/EP_08001.PS
+staroffice6.0/share/psprint/driver/EFXJK3F3.PS
+staroffice6.0/share/psprint/driver/EFXJK303.PS
+staroffice6.0/share/psprint/driver/EFXJK2F3.PS
+staroffice6.0/share/psprint/driver/EFXJK1F3.PS
+staroffice6.0/share/psprint/driver/EFMX7010.PS
+staroffice6.0/share/psprint/driver/EFMX5010.PS
+staroffice6.0/share/psprint/driver/EFMX3010.PS
+staroffice6.0/share/psprint/driver/EFAX7010.PS
+staroffice6.0/share/psprint/driver/EFAX5010.PS
+staroffice6.0/share/psprint/driver/EFAX4010.PS
+staroffice6.0/share/psprint/driver/EFAX3010.PS
+staroffice6.0/share/psprint/driver/DC1152_1.PS
+staroffice6.0/share/psprint/driver/CAECOGR1.PS
+staroffice6.0/share/psprint/driver/APTOLLW1.PS
+staroffice6.0/share/psprint/driver/APTOLLD1.PS
+staroffice6.0/share/psprint/driver/APPL_422.PS
+staroffice6.0/share/psprint/driver/APPL_380.PS
+staroffice6.0/share/psprint/driver/APPL_230.PS
+staroffice6.0/share/psprint/driver/APNTXJ1_.PS
+staroffice6.0/share/psprint/driver/APNTX501.PS
+staroffice6.0/share/psprint/driver/APNT518_.PS
+staroffice6.0/share/psprint/driver/APL_NTR1.PS
+staroffice6.0/share/psprint/driver/APL_IIG1.PS
+staroffice6.0/share/psprint/driver/APL_IIF1.PS
+staroffice6.0/share/psprint/driver/APLWLOT1.PS
+staroffice6.0/share/psprint/driver/APLWIIG2.PS
+staroffice6.0/share/psprint/driver/APLWIIF2.PS
+staroffice6.0/share/psprint/driver/APLWGRJ1.PS
+staroffice6.0/share/psprint/driver/APLWGRI1.PS
+staroffice6.0/share/psprint/driver/APLWGRF1.PS
+staroffice6.0/share/psprint/driver/APLWCSB1.PS
+staroffice6.0/share/psprint/driver/APLWCOB1.PS
+staroffice6.0/share/psprint/driver/APLWBGR1.PS
+staroffice6.0/share/psprint/driver/APLW81F1.PS
+staroffice6.0/share/psprint/driver/APLW8101.PS
+staroffice6.0/share/psprint/driver/APLW6101.PS
+staroffice6.0/share/psprint/driver/APLW3601.PS
+staroffice6.0/share/psprint/driver/APLW3201.PS
+staroffice6.0/share/psprint/driver/APLW3101.PS
+staroffice6.0/share/psprint/driver/ADISTILL.PS
+staroffice6.0/share/psprint/fontmetric/builtincache
+staroffice6.0/share/psprint/fontmetric/ZapfChancery-MediumItalic.afm
+staroffice6.0/share/psprint/fontmetric/ZapfDingbats.afm
+staroffice6.0/share/psprint/fontmetric/Windsor.afm
+staroffice6.0/share/psprint/fontmetric/Times-Roman.afm
+staroffice6.0/share/psprint/fontmetric/Times-Italic.afm
+staroffice6.0/share/psprint/fontmetric/Times-BoldItalic.afm
+staroffice6.0/share/psprint/fontmetric/Ryumin-Light.Roman.afm
+staroffice6.0/share/psprint/fontmetric/Ryumin-Light-83pv-RKSJ-H.afm
+staroffice6.0/share/psprint/fontmetric/Palatino-Roman.afm
+staroffice6.0/share/psprint/fontmetric/Palatino-Italic.afm
+staroffice6.0/share/psprint/fontmetric/Palatino-BoldItalic.afm
+staroffice6.0/share/psprint/fontmetric/Palatino-Bold.afm
+staroffice6.0/share/psprint/fontmetric/NewCenturySchlbk-Roman.afm
+staroffice6.0/share/psprint/fontmetric/NewCenturySchlbk-Italic.afm
+staroffice6.0/share/psprint/fontmetric/NewCenturySchlbk-BoldItalic.afm
+staroffice6.0/share/psprint/fontmetric/NewCenturySchlbk-Bold.afm
+staroffice6.0/share/psprint/fontmetric/NewBaskerville-Roman.afm
+staroffice6.0/share/psprint/fontmetric/NewBaskerville-Italic.afm
+staroffice6.0/share/psprint/fontmetric/NewBaskerville-BoldItalic.afm
+staroffice6.0/share/psprint/fontmetric/NewBaskerville-Bold.afm
+staroffice6.0/share/psprint/fontmetric/Helvetica.afm
+staroffice6.0/share/psprint/fontmetric/Helvetica-Oblique.afm
+staroffice6.0/share/psprint/fontmetric/Helvetica-BoldOblique.afm
+staroffice6.0/share/psprint/fontmetric/Helvetica-Bold.afm
+staroffice6.0/share/psprint/fontmetric/GothicBBB-Medium.Roman.afm
+staroffice6.0/share/psprint/fontmetric/Symbol.afm
+staroffice6.0/share/psprint/fontmetric/Times-Bold.afm
+staroffice6.0/share/psprint/fontmetric/Courier.afm
+staroffice6.0/share/psprint/fontmetric/Courier-Oblique.afm
+staroffice6.0/share/psprint/fontmetric/Courier-BoldOblique.afm
+staroffice6.0/share/psprint/fontmetric/Courier-Bold.afm
+staroffice6.0/share/psprint/fontmetric/Bookman-LightItalic.afm
+staroffice6.0/share/psprint/fontmetric/Bookman-Light.afm
+staroffice6.0/share/psprint/fontmetric/Bookman-DemiItalic.afm
+staroffice6.0/share/psprint/fontmetric/Bookman-Demi.afm
+staroffice6.0/share/psprint/fontmetric/AvantGarde-DemiOblique.afm
+staroffice6.0/share/psprint/fontmetric/AvantGarde-Demi.afm
+staroffice6.0/share/psprint/fontmetric/AvantGarde-BookOblique.afm
+staroffice6.0/share/psprint/fontmetric/GothicBBB-Medium-83pv-RKSJ-H.afm
+staroffice6.0/share/psprint/fontmetric/AGaramond-Bold.afm
+staroffice6.0/share/psprint/fontmetric/AvantGarde-Book.afm
+staroffice6.0/share/migration/libmbx569li.so
+staroffice6.0/share/migration/_90_conv.url
+staroffice6.0/share/migration/MailConvert.sdw
+staroffice6.0/share/autotext/english/crdbus54.bau
+staroffice6.0/share/autotext/english/crdbus50.bau
+staroffice6.0/share/autotext/english/template.bau
+staroffice6.0/share/autotext/english/standard.bau
+staroffice6.0/share/autotext/english/crdprv54.bau
+staroffice6.0/share/autotext/english/crdprv50.bau
+staroffice6.0/share/wordbook/english/sun.dic
+staroffice6.0/share/wordbook/english/soffice.dic
+staroffice6.0/share/gallery/sg10.sdg
+staroffice6.0/share/gallery/sg8.thm
+staroffice6.0/share/gallery/sg8.sdv
+staroffice6.0/share/gallery/sg8.sdg
+staroffice6.0/share/gallery/sg7.thm
+staroffice6.0/share/gallery/sg7.sdv
+staroffice6.0/share/gallery/sg7.sdg
+staroffice6.0/share/gallery/sg6.thm
+staroffice6.0/share/gallery/sg6.sdv
+staroffice6.0/share/gallery/sg6.sdg
+staroffice6.0/share/gallery/sg5.thm
+staroffice6.0/share/gallery/sg5.sdv
+staroffice6.0/share/gallery/sg5.sdg
+staroffice6.0/share/gallery/sg4.thm
+staroffice6.0/share/gallery/sg33.thm
+staroffice6.0/share/gallery/sg33.sdv
+staroffice6.0/share/gallery/sg33.sdg
+staroffice6.0/share/gallery/sg32.thm
+staroffice6.0/share/gallery/sg32.sdv
+staroffice6.0/share/gallery/sg32.sdg
+staroffice6.0/share/gallery/sg31.thm
+staroffice6.0/share/gallery/sg31.sdv
+staroffice6.0/share/gallery/sg31.sdg
+staroffice6.0/share/gallery/sg29.thm
+staroffice6.0/share/gallery/sg29.sdv
+staroffice6.0/share/gallery/sg29.sdg
+staroffice6.0/share/gallery/sg28.thm
+staroffice6.0/share/gallery/sg28.sdv
+staroffice6.0/share/gallery/sg28.sdg
+staroffice6.0/share/gallery/sg27.thm
+staroffice6.0/share/gallery/sg27.sdv
+staroffice6.0/share/gallery/sg27.sdg
+staroffice6.0/share/gallery/sg26.thm
+staroffice6.0/share/gallery/sg26.sdv
+staroffice6.0/share/gallery/sg26.sdg
+staroffice6.0/share/gallery/sg23.thm
+staroffice6.0/share/gallery/sg23.sdv
+staroffice6.0/share/gallery/sg23.sdg
+staroffice6.0/share/gallery/sg22.thm
+staroffice6.0/share/gallery/sg22.sdv
+staroffice6.0/share/gallery/sg22.sdg
+staroffice6.0/share/gallery/sg21.thm
+staroffice6.0/share/gallery/sg21.sdv
+staroffice6.0/share/gallery/sg21.sdg
+staroffice6.0/share/gallery/sg20.thm
+staroffice6.0/share/gallery/sg20.sdv
+staroffice6.0/share/gallery/sg20.sdg
+staroffice6.0/share/gallery/sg19.thm
+staroffice6.0/share/gallery/sg4.sdv
+staroffice6.0/share/gallery/sg19.sdv
+staroffice6.0/share/gallery/sg19.sdg
+staroffice6.0/share/gallery/sg18.thm
+staroffice6.0/share/gallery/sg18.sdv
+staroffice6.0/share/gallery/sg18.sdg
+staroffice6.0/share/gallery/sg17.thm
+staroffice6.0/share/gallery/sg4.sdg
+staroffice6.0/share/gallery/sg17.sdv
+staroffice6.0/share/gallery/sg17.sdg
+staroffice6.0/share/gallery/sg15.thm
+staroffice6.0/share/gallery/sg15.sdv
+staroffice6.0/share/gallery/sg15.sdg
+staroffice6.0/share/gallery/sg14.thm
+staroffice6.0/share/gallery/sg14.sdv
+staroffice6.0/share/gallery/sg14.sdg
+staroffice6.0/share/gallery/sg13.thm
+staroffice6.0/share/gallery/sg13.sdv
+staroffice6.0/share/gallery/sg13.sdg
+staroffice6.0/share/gallery/sg12.thm
+staroffice6.0/share/gallery/sg12.sdv
+staroffice6.0/share/gallery/sg12.sdg
+staroffice6.0/share/gallery/sg11.thm
+staroffice6.0/share/gallery/sg11.sdv
+staroffice6.0/share/gallery/sg11.sdg
+staroffice6.0/share/gallery/sg10.thm
+staroffice6.0/share/gallery/sg10.sdv
+staroffice6.0/share/gallery/sg9.thm
+staroffice6.0/share/gallery/sg9.sdv
+staroffice6.0/share/gallery/sg9.sdg
+staroffice6.0/share/gallery/sg3.thm
+staroffice6.0/share/gallery/sg3.sdv
+staroffice6.0/share/gallery/sg3.sdg
+staroffice6.0/share/gallery/sg25.thm
+staroffice6.0/share/gallery/sg25.sdv
+staroffice6.0/share/gallery/sg25.sdg
+staroffice6.0/share/gallery/sg24.thm
+staroffice6.0/share/gallery/sg24.sdv
+staroffice6.0/share/gallery/sg24.sdg
+staroffice6.0/share/gallery/sg2.thm
+staroffice6.0/share/gallery/sg2.sdv
+staroffice6.0/share/gallery/sg2.sdg
+staroffice6.0/share/gallery/sg16.thm
+staroffice6.0/share/gallery/sg16.sdv
+staroffice6.0/share/gallery/sg16.sdg
+staroffice6.0/share/gallery/sg1.thm
+staroffice6.0/share/gallery/sg1.sdv
+staroffice6.0/share/gallery/sg1.sdg
+staroffice6.0/share/gallery/sky.gif
+staroffice6.0/share/gallery/sdddndx1
+staroffice6.0/share/gallery/flowers.gif
+staroffice6.0/share/gallery/flower.gif
+staroffice6.0/share/gallery/bigapple.gif
+staroffice6.0/share/gallery/apples.gif
+staroffice6.0/share/gallery/troubleshooting/victory_rostrum.wmf
+staroffice6.0/share/gallery/troubleshooting/traffic_light-yellow.wmf
+staroffice6.0/share/gallery/troubleshooting/traffic_light-red.wmf
+staroffice6.0/share/gallery/troubleshooting/traffic_light-off.wmf
+staroffice6.0/share/gallery/troubleshooting/traffic_light-green.wmf
+staroffice6.0/share/gallery/troubleshooting/target.wmf
+staroffice6.0/share/gallery/troubleshooting/stone-6.wmf
+staroffice6.0/share/gallery/troubleshooting/stone-5.wmf
+staroffice6.0/share/gallery/troubleshooting/stone-4.wmf
+staroffice6.0/share/gallery/troubleshooting/stone-3.wmf
+staroffice6.0/share/gallery/troubleshooting/stone-2.wmf
+staroffice6.0/share/gallery/troubleshooting/stone-1.wmf
+staroffice6.0/share/gallery/troubleshooting/start.wmf
+staroffice6.0/share/gallery/troubleshooting/ravine.wmf
+staroffice6.0/share/gallery/troubleshooting/question-mark_yellow.wmf
+staroffice6.0/share/gallery/troubleshooting/question-mark_red.wmf
+staroffice6.0/share/gallery/troubleshooting/question-mark_green.wmf
+staroffice6.0/share/gallery/troubleshooting/question-mark_blue.wmf
+staroffice6.0/share/gallery/troubleshooting/pieces.wmf
+staroffice6.0/share/gallery/troubleshooting/piece_yellow.wmf
+staroffice6.0/share/gallery/troubleshooting/piece_red.wmf
+staroffice6.0/share/gallery/troubleshooting/piece_green.wmf
+staroffice6.0/share/gallery/troubleshooting/piece_blue.wmf
+staroffice6.0/share/gallery/troubleshooting/magnet.wmf
+staroffice6.0/share/gallery/troubleshooting/life_belt.wmf
+staroffice6.0/share/gallery/troubleshooting/lamp_off.wmf
+staroffice6.0/share/gallery/troubleshooting/lamp_broken.wmf
+staroffice6.0/share/gallery/troubleshooting/lamp.wmf
+staroffice6.0/share/gallery/troubleshooting/ladder.wmf
+staroffice6.0/share/gallery/troubleshooting/hit.wmf
+staroffice6.0/share/gallery/troubleshooting/exclamation_mark_yellow.wmf
+staroffice6.0/share/gallery/troubleshooting/exclamation_mark_red.wmf
+staroffice6.0/share/gallery/troubleshooting/exclamation_mark_green.wmf
+staroffice6.0/share/gallery/troubleshooting/exclamation_mark_blue.wmf
+staroffice6.0/share/gallery/troubleshooting/dice_yellow.wmf
+staroffice6.0/share/gallery/troubleshooting/dice_red.wmf
+staroffice6.0/share/gallery/troubleshooting/dice_green.wmf
+staroffice6.0/share/gallery/troubleshooting/dice_blue.wmf
+staroffice6.0/share/gallery/troubleshooting/bridge.wmf
+staroffice6.0/share/gallery/troubleshooting/battery_half.wmf
+staroffice6.0/share/gallery/troubleshooting/battery_full.wmf
+staroffice6.0/share/gallery/troubleshooting/battery_empty.wmf
+staroffice6.0/share/gallery/troubleshooting/battery.wmf
+staroffice6.0/share/gallery/troubleshooting/anchor.wmf
+staroffice6.0/share/gallery/education/worldmap2.wmf
+staroffice6.0/share/gallery/education/worldmap.wmf
+staroffice6.0/share/gallery/education/tube_yellow.wmf
+staroffice6.0/share/gallery/education/tube_violet.wmf
+staroffice6.0/share/gallery/education/tube_red.wmf
+staroffice6.0/share/gallery/education/tube_pink.wmf
+staroffice6.0/share/gallery/education/tube_orange.wmf
+staroffice6.0/share/gallery/education/tube_li-blue.wmf
+staroffice6.0/share/gallery/education/tube_green.wmf
+staroffice6.0/share/gallery/education/tube_blue.wmf
+staroffice6.0/share/gallery/education/satchel_red.wmf
+staroffice6.0/share/gallery/education/satchel_brown.wmf
+staroffice6.0/share/gallery/education/satchel_blue.wmf
+staroffice6.0/share/gallery/education/rulers.wmf
+staroffice6.0/share/gallery/education/pot_yellow.wmf
+staroffice6.0/share/gallery/education/pot_violet.wmf
+staroffice6.0/share/gallery/education/pot_red.wmf
+staroffice6.0/share/gallery/education/pot_pink.wmf
+staroffice6.0/share/gallery/education/pot_orange.wmf
+staroffice6.0/share/gallery/education/pot_li-blue.wmf
+staroffice6.0/share/gallery/education/pot_green.wmf
+staroffice6.0/share/gallery/education/pot_blue.wmf
+staroffice6.0/share/gallery/education/pen_yellow.wmf
+staroffice6.0/share/gallery/education/pen_violet.wmf
+staroffice6.0/share/gallery/education/pen_pink.wmf
+staroffice6.0/share/gallery/education/pen_orange.wmf
+staroffice6.0/share/gallery/education/pen_natural.wmf
+staroffice6.0/share/gallery/education/pen_li-blue.wmf
+staroffice6.0/share/gallery/education/pen_green.wmf
+staroffice6.0/share/gallery/education/pen_blue.wmf
+staroffice6.0/share/gallery/education/inkpot.wmf
+staroffice6.0/share/gallery/education/graduate.wmf
+staroffice6.0/share/gallery/education/globe.wmf
+staroffice6.0/share/gallery/education/files_more.wmf
+staroffice6.0/share/gallery/education/files.wmf
+staroffice6.0/share/gallery/education/file_yellow.wmf
+staroffice6.0/share/gallery/education/file_red.wmf
+staroffice6.0/share/gallery/education/file_grey.wmf
+staroffice6.0/share/gallery/education/file_green.wmf
+staroffice6.0/share/gallery/education/file_blue.wmf
+staroffice6.0/share/gallery/education/eraser.wmf
+staroffice6.0/share/gallery/education/compasses.wmf
+staroffice6.0/share/gallery/education/childscissors.wmf
+staroffice6.0/share/gallery/education/brush_yellow.wmf
+staroffice6.0/share/gallery/education/brush_violet.wmf
+staroffice6.0/share/gallery/education/brush_red.wmf
+staroffice6.0/share/gallery/education/brush_pink.wmf
+staroffice6.0/share/gallery/education/brush_orange.wmf
+staroffice6.0/share/gallery/education/brush_li-blue.wmf
+staroffice6.0/share/gallery/education/brush_green.wmf
+staroffice6.0/share/gallery/education/brush_blue.wmf
+staroffice6.0/share/gallery/education/blotch_yellow.wmf
+staroffice6.0/share/gallery/education/blotch_violet.wmf
+staroffice6.0/share/gallery/education/blotch_red.wmf
+staroffice6.0/share/gallery/education/blotch_pink.wmf
+staroffice6.0/share/gallery/education/blotch_orange.wmf
+staroffice6.0/share/gallery/education/blotch_li-blue.wmf
+staroffice6.0/share/gallery/education/blotch_green.wmf
+staroffice6.0/share/gallery/education/blotch_blue.wmf
+staroffice6.0/share/gallery/education/blackboard.wmf
+staroffice6.0/share/gallery/clima/winter.wmf
+staroffice6.0/share/gallery/clima/windsock.wmf
+staroffice6.0/share/gallery/clima/weatherman.wmf
+staroffice6.0/share/gallery/clima/weathercock.wmf
+staroffice6.0/share/gallery/clima/umbrella.wmf
+staroffice6.0/share/gallery/clima/thundercloud.wmf
+staroffice6.0/share/gallery/clima/sunshade.wmf
+staroffice6.0/share/gallery/clima/sunglasses.wmf
+staroffice6.0/share/gallery/clima/sun_yellow.wmf
+staroffice6.0/share/gallery/clima/sun_funny.wmf
+staroffice6.0/share/gallery/clima/summer.wmf
+staroffice6.0/share/gallery/clima/stars.wmf
+staroffice6.0/share/gallery/clima/star.wmf
+staroffice6.0/share/gallery/clima/spring.wmf
+staroffice6.0/share/gallery/clima/snowman.wmf
+staroffice6.0/share/gallery/clima/raincloud.wmf
+staroffice6.0/share/gallery/clima/moon_funny.wmf
+staroffice6.0/share/gallery/clima/moon.wmf
+staroffice6.0/share/gallery/clima/igloo.wmf
+staroffice6.0/share/gallery/clima/icicle.wmf
+staroffice6.0/share/gallery/clima/ice_cream.wmf
+staroffice6.0/share/gallery/clima/cool_drink.wmf
+staroffice6.0/share/gallery/clima/compassrose_1.wmf
+staroffice6.0/share/gallery/clima/cloud2.wmf
+staroffice6.0/share/gallery/clima/autumn.wmf
+staroffice6.0/share/gallery/time/minut_60.wmf
+staroffice6.0/share/gallery/time/minut_55.wmf
+staroffice6.0/share/gallery/time/minut_50.wmf
+staroffice6.0/share/gallery/time/minut_5.wmf
+staroffice6.0/share/gallery/time/minut_45.wmf
+staroffice6.0/share/gallery/time/minut_40.wmf
+staroffice6.0/share/gallery/time/minut_35.wmf
+staroffice6.0/share/gallery/time/minut_30.wmf
+staroffice6.0/share/gallery/time/minut_25.wmf
+staroffice6.0/share/gallery/time/minut_20.wmf
+staroffice6.0/share/gallery/time/minut_15.wmf
+staroffice6.0/share/gallery/time/minut_10.wmf
+staroffice6.0/share/gallery/time/hourglass_3.wmf
+staroffice6.0/share/gallery/time/hourglass_2.wmf
+staroffice6.0/share/gallery/time/hourglass_1.wmf
+staroffice6.0/share/gallery/time/9-30.wmf
+staroffice6.0/share/gallery/time/9-00.wmf
+staroffice6.0/share/gallery/time/8-30.wmf
+staroffice6.0/share/gallery/time/8-00.wmf
+staroffice6.0/share/gallery/time/7-30.wmf
+staroffice6.0/share/gallery/time/7-00.wmf
+staroffice6.0/share/gallery/time/6-30.wmf
+staroffice6.0/share/gallery/time/6-00.wmf
+staroffice6.0/share/gallery/time/5-to-12.wmf
+staroffice6.0/share/gallery/time/5-30.wmf
+staroffice6.0/share/gallery/time/5-00.wmf
+staroffice6.0/share/gallery/time/4-30.wmf
+staroffice6.0/share/gallery/time/4-00.wmf
+staroffice6.0/share/gallery/time/3-30.wmf
+staroffice6.0/share/gallery/time/3-00.wmf
+staroffice6.0/share/gallery/time/2-30.wmf
+staroffice6.0/share/gallery/time/2-00.wmf
+staroffice6.0/share/gallery/time/11-30.wmf
+staroffice6.0/share/gallery/time/11-00.wmf
+staroffice6.0/share/gallery/time/10-30.wmf
+staroffice6.0/share/gallery/time/10-00.wmf
+staroffice6.0/share/gallery/time/1-30.wmf
+staroffice6.0/share/gallery/time/1-00.wmf
+staroffice6.0/share/gallery/time/0-30.wmf
+staroffice6.0/share/gallery/time/0-00.wmf
+staroffice6.0/share/gallery/people/waiting_3.wmf
+staroffice6.0/share/gallery/people/waiting_2.wmf
+staroffice6.0/share/gallery/people/thinking.wmf
+staroffice6.0/share/gallery/people/team.wmf
+staroffice6.0/share/gallery/people/teacher.wmf
+staroffice6.0/share/gallery/people/sleeping.wmf
+staroffice6.0/share/gallery/people/running.wmf
+staroffice6.0/share/gallery/people/row.wmf
+staroffice6.0/share/gallery/people/reading.wmf
+staroffice6.0/share/gallery/people/queue.wmf
+staroffice6.0/share/gallery/people/pair.wmf
+staroffice6.0/share/gallery/people/misfit.wmf
+staroffice6.0/share/gallery/people/meeting.wmf
+staroffice6.0/share/gallery/people/lovers.wmf
+staroffice6.0/share/gallery/people/kids.wmf
+staroffice6.0/share/gallery/people/group_7.wmf
+staroffice6.0/share/gallery/people/group_6.wmf
+staroffice6.0/share/gallery/people/group_5.wmf
+staroffice6.0/share/gallery/people/group_4.wmf
+staroffice6.0/share/gallery/people/group_3.wmf
+staroffice6.0/share/gallery/people/group_1.wmf
+staroffice6.0/share/gallery/people/girl.wmf
+staroffice6.0/share/gallery/people/family_2.wmf
+staroffice6.0/share/gallery/people/family_1.wmf
+staroffice6.0/share/gallery/people/desk.wmf
+staroffice6.0/share/gallery/people/boy.wmf
+staroffice6.0/share/gallery/people/audience_2.wmf
+staroffice6.0/share/gallery/people/audience_1.wmf
+staroffice6.0/share/gallery/officeart/postcard.wmf
+staroffice6.0/share/gallery/officeart/pen_yellow.wmf
+staroffice6.0/share/gallery/officeart/pen_red.wmf
+staroffice6.0/share/gallery/officeart/pen_pink.wmf
+staroffice6.0/share/gallery/officeart/pen_green.wmf
+staroffice6.0/share/gallery/officeart/pen_blue.wmf
+staroffice6.0/share/gallery/officeart/paperjam.wmf
+staroffice6.0/share/gallery/officeart/paper_2s.wmf
+staroffice6.0/share/gallery/officeart/pages.wmf
+staroffice6.0/share/gallery/officeart/page.wmf
+staroffice6.0/share/gallery/officeart/newspaper.wmf
+staroffice6.0/share/gallery/officeart/letter_3.wmf
+staroffice6.0/share/gallery/officeart/letter_1.wmf
+staroffice6.0/share/gallery/officeart/faxmachine.wmf
+staroffice6.0/share/gallery/officeart/envelope_2.wmf
+staroffice6.0/share/gallery/officeart/cup_of_coffee.wmf
+staroffice6.0/share/gallery/officeart/cup.wmf
+staroffice6.0/share/gallery/officeart/copymachine.wmf
+staroffice6.0/share/gallery/officeart/cigarette.wmf
+staroffice6.0/share/gallery/officeart/certificate.wmf
+staroffice6.0/share/gallery/navi-2d/ye_up.gif
+staroffice6.0/share/gallery/navi-2d/ye_up-s.gif
+staroffice6.0/share/gallery/navi-2d/ye_top.gif
+staroffice6.0/share/gallery/navi-2d/ye_stop.gif
+staroffice6.0/share/gallery/navi-2d/ye_stop-s.gif
+staroffice6.0/share/gallery/navi-2d/ye_skipforw.gif
+staroffice6.0/share/gallery/navi-2d/ye_skipforw-s.gif
+staroffice6.0/share/gallery/navi-2d/ye_skipback.gif
+staroffice6.0/share/gallery/navi-2d/ye_skipback-s.gif
+staroffice6.0/share/gallery/navi-2d/ye_right.gif
+staroffice6.0/share/gallery/navi-2d/ye_return.gif
+staroffice6.0/share/gallery/navi-2d/ye_question.gif
+staroffice6.0/share/gallery/navi-2d/ye_point.gif
+staroffice6.0/share/gallery/navi-2d/ye_more.gif
+staroffice6.0/share/gallery/navi-2d/ye_mail.gif
+staroffice6.0/share/gallery/navi-2d/ye_less.gif
+staroffice6.0/share/gallery/navi-2d/ye_left.gif
+staroffice6.0/share/gallery/navi-2d/ye_info.gif
+staroffice6.0/share/gallery/navi-2d/ye_home.gif
+staroffice6.0/share/gallery/navi-2d/ye_forw.gif
+staroffice6.0/share/gallery/navi-2d/ye_forw-s.gif
+staroffice6.0/share/gallery/navi-2d/ye_fastforw.gif
+staroffice6.0/share/gallery/navi-2d/ye_fastforw-s.gif
+staroffice6.0/share/gallery/navi-2d/ye_fastback.gif
+staroffice6.0/share/gallery/navi-2d/ye_fastback-s.gif
+staroffice6.0/share/gallery/navi-2d/ye_down.gif
+staroffice6.0/share/gallery/navi-2d/ye_down-s.gif
+staroffice6.0/share/gallery/navi-2d/ye_double.gif
+staroffice6.0/share/gallery/navi-2d/ye_dot.gif
+staroffice6.0/share/gallery/navi-2d/ye_bottom.gif
+staroffice6.0/share/gallery/navi-2d/ye_back.gif
+staroffice6.0/share/gallery/navi-2d/ye_back-s.gif
+staroffice6.0/share/gallery/navi-2d/ye_attention.gif
+staroffice6.0/share/gallery/navi-2d/ye_at.gif
+staroffice6.0/share/gallery/navi-2d/wh_up.gif
+staroffice6.0/share/gallery/navi-2d/wh_up-s.gif
+staroffice6.0/share/gallery/navi-2d/wh_top.gif
+staroffice6.0/share/gallery/navi-2d/wh_stop.gif
+staroffice6.0/share/gallery/navi-2d/wh_stop-s.gif
+staroffice6.0/share/gallery/navi-2d/wh_skipforw.gif
+staroffice6.0/share/gallery/navi-2d/wh_skipforw-s.gif
+staroffice6.0/share/gallery/navi-2d/wh_skipback.gif
+staroffice6.0/share/gallery/navi-2d/wh_skipback-s.gif
+staroffice6.0/share/gallery/navi-2d/wh_right.gif
+staroffice6.0/share/gallery/navi-2d/wh_return.gif
+staroffice6.0/share/gallery/navi-2d/wh_question.gif
+staroffice6.0/share/gallery/navi-2d/wh_point.gif
+staroffice6.0/share/gallery/navi-2d/wh_more.gif
+staroffice6.0/share/gallery/navi-2d/wh_mail.gif
+staroffice6.0/share/gallery/navi-2d/wh_less.gif
+staroffice6.0/share/gallery/navi-2d/wh_left.gif
+staroffice6.0/share/gallery/navi-2d/wh_info.gif
+staroffice6.0/share/gallery/navi-2d/wh_home.gif
+staroffice6.0/share/gallery/navi-2d/wh_forw.gif
+staroffice6.0/share/gallery/navi-2d/wh_forw-s.gif
+staroffice6.0/share/gallery/navi-2d/wh_fastforw.gif
+staroffice6.0/share/gallery/navi-2d/wh_fastforw-s.gif
+staroffice6.0/share/gallery/navi-2d/wh_fastback.gif
+staroffice6.0/share/gallery/navi-2d/wh_fastback-s.gif
+staroffice6.0/share/gallery/navi-2d/wh_down.gif
+staroffice6.0/share/gallery/navi-2d/wh_down-s.gif
+staroffice6.0/share/gallery/navi-2d/wh_double.gif
+staroffice6.0/share/gallery/navi-2d/wh_dot.gif
+staroffice6.0/share/gallery/navi-2d/wh_bottom.gif
+staroffice6.0/share/gallery/navi-2d/wh_back.gif
+staroffice6.0/share/gallery/navi-2d/wh_back-s.gif
+staroffice6.0/share/gallery/navi-2d/wh_attention.gif
+staroffice6.0/share/gallery/navi-2d/wh_at.gif
+staroffice6.0/share/gallery/navi-2d/re_up.gif
+staroffice6.0/share/gallery/navi-2d/re_up-s.gif
+staroffice6.0/share/gallery/navi-2d/re_top.gif
+staroffice6.0/share/gallery/navi-2d/re_stop.gif
+staroffice6.0/share/gallery/navi-2d/re_stop-s.gif
+staroffice6.0/share/gallery/navi-2d/re_skipforw.gif
+staroffice6.0/share/gallery/navi-2d/re_skipforw-s.gif
+staroffice6.0/share/gallery/navi-2d/re_skipback.gif
+staroffice6.0/share/gallery/navi-2d/re_skipback-s.gif
+staroffice6.0/share/gallery/navi-2d/re_right.gif
+staroffice6.0/share/gallery/navi-2d/re_return.gif
+staroffice6.0/share/gallery/navi-2d/re_question.gif
+staroffice6.0/share/gallery/navi-2d/re_point.gif
+staroffice6.0/share/gallery/navi-2d/re_more.gif
+staroffice6.0/share/gallery/navi-2d/re_mail.gif
+staroffice6.0/share/gallery/navi-2d/re_less.gif
+staroffice6.0/share/gallery/navi-2d/re_left.gif
+staroffice6.0/share/gallery/navi-2d/re_info.gif
+staroffice6.0/share/gallery/navi-2d/re_home.gif
+staroffice6.0/share/gallery/navi-2d/re_forw.gif
+staroffice6.0/share/gallery/navi-2d/re_forw-s.gif
+staroffice6.0/share/gallery/navi-2d/re_fastforw.gif
+staroffice6.0/share/gallery/navi-2d/re_fastforw-s.gif
+staroffice6.0/share/gallery/navi-2d/re_fastback.gif
+staroffice6.0/share/gallery/navi-2d/re_fastback-s.gif
+staroffice6.0/share/gallery/navi-2d/re_down.gif
+staroffice6.0/share/gallery/navi-2d/re_down-s.gif
+staroffice6.0/share/gallery/navi-2d/re_double.gif
+staroffice6.0/share/gallery/navi-2d/re_dot.gif
+staroffice6.0/share/gallery/navi-2d/re_bottom.gif
+staroffice6.0/share/gallery/navi-2d/re_back.gif
+staroffice6.0/share/gallery/navi-2d/re_back-s.gif
+staroffice6.0/share/gallery/navi-2d/re_attention.gif
+staroffice6.0/share/gallery/navi-2d/re_at.gif
+staroffice6.0/share/gallery/navi-2d/or_up.gif
+staroffice6.0/share/gallery/navi-2d/or_up-s.gif
+staroffice6.0/share/gallery/navi-2d/or_top.gif
+staroffice6.0/share/gallery/navi-2d/or_stop.gif
+staroffice6.0/share/gallery/navi-2d/or_stop-s.gif
+staroffice6.0/share/gallery/navi-2d/or_skipforw.gif
+staroffice6.0/share/gallery/navi-2d/or_skipforw-s.gif
+staroffice6.0/share/gallery/navi-2d/or_skipback.gif
+staroffice6.0/share/gallery/navi-2d/or_skipback-s.gif
+staroffice6.0/share/gallery/navi-2d/or_right.gif
+staroffice6.0/share/gallery/navi-2d/or_return.gif
+staroffice6.0/share/gallery/navi-2d/or_question.gif
+staroffice6.0/share/gallery/navi-2d/or_point.gif
+staroffice6.0/share/gallery/navi-2d/or_more.gif
+staroffice6.0/share/gallery/navi-2d/or_mail.gif
+staroffice6.0/share/gallery/navi-2d/or_less.gif
+staroffice6.0/share/gallery/navi-2d/or_left.gif
+staroffice6.0/share/gallery/navi-2d/or_info.gif
+staroffice6.0/share/gallery/navi-2d/or_home.gif
+staroffice6.0/share/gallery/navi-2d/or_forw.gif
+staroffice6.0/share/gallery/navi-2d/or_forw-s.gif
+staroffice6.0/share/gallery/navi-2d/or_fastforw.gif
+staroffice6.0/share/gallery/navi-2d/or_fastforw-s.gif
+staroffice6.0/share/gallery/navi-2d/or_fastback.gif
+staroffice6.0/share/gallery/navi-2d/or_fastback-s.gif
+staroffice6.0/share/gallery/navi-2d/or_down.gif
+staroffice6.0/share/gallery/navi-2d/or_down-s.gif
+staroffice6.0/share/gallery/navi-2d/or_double.gif
+staroffice6.0/share/gallery/navi-2d/or_dot.gif
+staroffice6.0/share/gallery/navi-2d/or_bottom.gif
+staroffice6.0/share/gallery/navi-2d/or_back.gif
+staroffice6.0/share/gallery/navi-2d/or_back-s.gif
+staroffice6.0/share/gallery/navi-2d/or_attention.gif
+staroffice6.0/share/gallery/navi-2d/or_at.gif
+staroffice6.0/share/gallery/navi-2d/li_up.gif
+staroffice6.0/share/gallery/navi-2d/li_up-s.gif
+staroffice6.0/share/gallery/navi-2d/li_top.gif
+staroffice6.0/share/gallery/navi-2d/li_stop.gif
+staroffice6.0/share/gallery/navi-2d/li_stop-s.gif
+staroffice6.0/share/gallery/navi-2d/li_skipforw.gif
+staroffice6.0/share/gallery/navi-2d/li_skipforw-s.gif
+staroffice6.0/share/gallery/navi-2d/li_skipback.gif
+staroffice6.0/share/gallery/navi-2d/li_skipback-s.gif
+staroffice6.0/share/gallery/navi-2d/li_right.gif
+staroffice6.0/share/gallery/navi-2d/li_return.gif
+staroffice6.0/share/gallery/navi-2d/li_question.gif
+staroffice6.0/share/gallery/navi-2d/li_point.gif
+staroffice6.0/share/gallery/navi-2d/li_more.gif
+staroffice6.0/share/gallery/navi-2d/li_mail.gif
+staroffice6.0/share/gallery/navi-2d/li_less.gif
+staroffice6.0/share/gallery/navi-2d/li_left.gif
+staroffice6.0/share/gallery/navi-2d/li_info.gif
+staroffice6.0/share/gallery/navi-2d/li_home.gif
+staroffice6.0/share/gallery/navi-2d/li_forw.gif
+staroffice6.0/share/gallery/navi-2d/li_forw-s.gif
+staroffice6.0/share/gallery/navi-2d/li_fastforw.gif
+staroffice6.0/share/gallery/navi-2d/li_fastforw-s.gif
+staroffice6.0/share/gallery/navi-2d/li_fastback.gif
+staroffice6.0/share/gallery/navi-2d/li_fastback-s.gif
+staroffice6.0/share/gallery/navi-2d/li_down.gif
+staroffice6.0/share/gallery/navi-2d/li_down-s.gif
+staroffice6.0/share/gallery/navi-2d/li_double.gif
+staroffice6.0/share/gallery/navi-2d/li_dot.gif
+staroffice6.0/share/gallery/navi-2d/li_bottom.gif
+staroffice6.0/share/gallery/navi-2d/li_back.gif
+staroffice6.0/share/gallery/navi-2d/li_back-s.gif
+staroffice6.0/share/gallery/navi-2d/li_attention.gif
+staroffice6.0/share/gallery/navi-2d/li_at.gif
+staroffice6.0/share/gallery/navi-2d/gr_up.gif
+staroffice6.0/share/gallery/navi-2d/gr_up-s.gif
+staroffice6.0/share/gallery/navi-2d/gr_top.gif
+staroffice6.0/share/gallery/navi-2d/gr_stop.gif
+staroffice6.0/share/gallery/navi-2d/gr_stop-s.gif
+staroffice6.0/share/gallery/navi-2d/gr_skipforw.gif
+staroffice6.0/share/gallery/navi-2d/gr_skipforw-s.gif
+staroffice6.0/share/gallery/navi-2d/gr_skipback.gif
+staroffice6.0/share/gallery/navi-2d/gr_skipback-s.gif
+staroffice6.0/share/gallery/navi-2d/gr_right.gif
+staroffice6.0/share/gallery/navi-2d/gr_return.gif
+staroffice6.0/share/gallery/navi-2d/gr_question.gif
+staroffice6.0/share/gallery/navi-2d/gr_point.gif
+staroffice6.0/share/gallery/navi-2d/gr_more.gif
+staroffice6.0/share/gallery/navi-2d/gr_mail.gif
+staroffice6.0/share/gallery/navi-2d/gr_less.gif
+staroffice6.0/share/gallery/navi-2d/gr_left.gif
+staroffice6.0/share/gallery/navi-2d/gr_info.gif
+staroffice6.0/share/gallery/navi-2d/gr_home.gif
+staroffice6.0/share/gallery/navi-2d/gr_forw.gif
+staroffice6.0/share/gallery/navi-2d/gr_forw-s.gif
+staroffice6.0/share/gallery/navi-2d/gr_fastforw.gif
+staroffice6.0/share/gallery/navi-2d/gr_fastforw-s.gif
+staroffice6.0/share/gallery/navi-2d/gr_fastback.gif
+staroffice6.0/share/gallery/navi-2d/gr_fastback-s.gif
+staroffice6.0/share/gallery/navi-2d/gr_down.gif
+staroffice6.0/share/gallery/navi-2d/gr_down-s.gif
+staroffice6.0/share/gallery/navi-2d/gr_double.gif
+staroffice6.0/share/gallery/navi-2d/gr_dot.gif
+staroffice6.0/share/gallery/navi-2d/gr_bottom.gif
+staroffice6.0/share/gallery/navi-2d/gr_back.gif
+staroffice6.0/share/gallery/navi-2d/gr_back-s.gif
+staroffice6.0/share/gallery/navi-2d/gr_attention.gif
+staroffice6.0/share/gallery/navi-2d/gr_at.gif
+staroffice6.0/share/gallery/navi-2d/bl_up.gif
+staroffice6.0/share/gallery/navi-2d/bl_up-s.gif
+staroffice6.0/share/gallery/navi-2d/bl_top.gif
+staroffice6.0/share/gallery/navi-2d/bl_stop.gif
+staroffice6.0/share/gallery/navi-2d/bl_stop-s.gif
+staroffice6.0/share/gallery/navi-2d/bl_skipforw.gif
+staroffice6.0/share/gallery/navi-2d/bl_skipforw-s.gif
+staroffice6.0/share/gallery/navi-2d/bl_skipback.gif
+staroffice6.0/share/gallery/navi-2d/bl_skipback-s.gif
+staroffice6.0/share/gallery/navi-2d/bl_right.gif
+staroffice6.0/share/gallery/navi-2d/bl_return.gif
+staroffice6.0/share/gallery/navi-2d/bl_question.gif
+staroffice6.0/share/gallery/navi-2d/bl_point.gif
+staroffice6.0/share/gallery/navi-2d/bl_more.gif
+staroffice6.0/share/gallery/navi-2d/bl_mail.gif
+staroffice6.0/share/gallery/navi-2d/bl_less.gif
+staroffice6.0/share/gallery/navi-2d/bl_left.gif
+staroffice6.0/share/gallery/navi-2d/bl_info.gif
+staroffice6.0/share/gallery/navi-2d/bl_home.gif
+staroffice6.0/share/gallery/navi-2d/bl_forw.gif
+staroffice6.0/share/gallery/navi-2d/bl_forw-s.gif
+staroffice6.0/share/gallery/navi-2d/bl_fastforw.gif
+staroffice6.0/share/gallery/navi-2d/bl_fastforw-s.gif
+staroffice6.0/share/gallery/navi-2d/bl_fastback.gif
+staroffice6.0/share/gallery/navi-2d/bl_fastback-s.gif
+staroffice6.0/share/gallery/navi-2d/bl_down.gif
+staroffice6.0/share/gallery/navi-2d/bl_down-s.gif
+staroffice6.0/share/gallery/navi-2d/bl_double.gif
+staroffice6.0/share/gallery/navi-2d/bl_dot.gif
+staroffice6.0/share/gallery/navi-2d/bl_bottom.gif
+staroffice6.0/share/gallery/navi-2d/bl_back.gif
+staroffice6.0/share/gallery/navi-2d/bl_back-s.gif
+staroffice6.0/share/gallery/navi-2d/bl_attention.gif
+staroffice6.0/share/gallery/navi-2d/bl_at.gif
+staroffice6.0/share/gallery/keyboard/z.gif
+staroffice6.0/share/gallery/keyboard/y.gif
+staroffice6.0/share/gallery/keyboard/x.gif
+staroffice6.0/share/gallery/keyboard/w.gif
+staroffice6.0/share/gallery/keyboard/v.gif
+staroffice6.0/share/gallery/keyboard/u.gif
+staroffice6.0/share/gallery/keyboard/t.gif
+staroffice6.0/share/gallery/keyboard/strg.gif
+staroffice6.0/share/gallery/keyboard/shift.gif
+staroffice6.0/share/gallery/keyboard/s.gif
+staroffice6.0/share/gallery/keyboard/r.gif
+staroffice6.0/share/gallery/keyboard/q.gif
+staroffice6.0/share/gallery/keyboard/p.gif
+staroffice6.0/share/gallery/keyboard/o.gif
+staroffice6.0/share/gallery/keyboard/n.gif
+staroffice6.0/share/gallery/keyboard/m.gif
+staroffice6.0/share/gallery/keyboard/l.gif
+staroffice6.0/share/gallery/keyboard/k.gif
+staroffice6.0/share/gallery/keyboard/j.gif
+staroffice6.0/share/gallery/keyboard/i.gif
+staroffice6.0/share/gallery/keyboard/h.gif
+staroffice6.0/share/gallery/keyboard/g.gif
+staroffice6.0/share/gallery/keyboard/f9.gif
+staroffice6.0/share/gallery/keyboard/f8.gif
+staroffice6.0/share/gallery/keyboard/f7.gif
+staroffice6.0/share/gallery/keyboard/f6.gif
+staroffice6.0/share/gallery/keyboard/f5.gif
+staroffice6.0/share/gallery/keyboard/f4.gif
+staroffice6.0/share/gallery/keyboard/f3.gif
+staroffice6.0/share/gallery/keyboard/f2.gif
+staroffice6.0/share/gallery/keyboard/f12.gif
+staroffice6.0/share/gallery/keyboard/f11.gif
+staroffice6.0/share/gallery/keyboard/f10.gif
+staroffice6.0/share/gallery/keyboard/f1.gif
+staroffice6.0/share/gallery/keyboard/f.gif
+staroffice6.0/share/gallery/keyboard/e.gif
+staroffice6.0/share/gallery/keyboard/d.gif
+staroffice6.0/share/gallery/keyboard/ctrl.gif
+staroffice6.0/share/gallery/keyboard/c.gif
+staroffice6.0/share/gallery/keyboard/b.gif
+staroffice6.0/share/gallery/keyboard/alt.gif
+staroffice6.0/share/gallery/keyboard/a.gif
+staroffice6.0/share/gallery/keyboard/9.gif
+staroffice6.0/share/gallery/keyboard/8.gif
+staroffice6.0/share/gallery/keyboard/7.gif
+staroffice6.0/share/gallery/keyboard/6.gif
+staroffice6.0/share/gallery/keyboard/5.gif
+staroffice6.0/share/gallery/keyboard/4.gif
+staroffice6.0/share/gallery/keyboard/3.gif
+staroffice6.0/share/gallery/keyboard/2.gif
+staroffice6.0/share/gallery/keyboard/1.gif
+staroffice6.0/share/gallery/keyboard/0.gif
+staroffice6.0/share/gallery/finances/yen_s.wmf
+staroffice6.0/share/gallery/finances/yen_g.wmf
+staroffice6.0/share/gallery/finances/save.wmf
+staroffice6.0/share/gallery/finances/piggy-bank.wmf
+staroffice6.0/share/gallery/finances/increase.wmf
+staroffice6.0/share/gallery/finances/fall.wmf
+staroffice6.0/share/gallery/finances/euro_s.wmf
+staroffice6.0/share/gallery/finances/euro_g.wmf
+staroffice6.0/share/gallery/finances/dollar_s.wmf
+staroffice6.0/share/gallery/finances/dollar_g.wmf
+staroffice6.0/share/gallery/finances/coins_3.wmf
+staroffice6.0/share/gallery/finances/coins_2.wmf
+staroffice6.0/share/gallery/finances/coins_1.wmf
+staroffice6.0/share/gallery/finances/coin.wmf
+staroffice6.0/share/gallery/finances/calculator.wmf
+staroffice6.0/share/gallery/finances/banknotes_2.wmf
+staroffice6.0/share/gallery/finances/banknotes_1.wmf
+staroffice6.0/share/gallery/finances/banknote_3.wmf
+staroffice6.0/share/gallery/finances/banknote.wmf
+staroffice6.0/share/gallery/finances/bag.wmf
+staroffice6.0/share/gallery/finances/abacus.wmf
+staroffice6.0/share/gallery/emoicons/yuppie.gif
+staroffice6.0/share/gallery/emoicons/yawning.gif
+staroffice6.0/share/gallery/emoicons/yawn.gif
+staroffice6.0/share/gallery/emoicons/wink.gif
+staroffice6.0/share/gallery/emoicons/whistle.gif
+staroffice6.0/share/gallery/emoicons/very_sad.gif
+staroffice6.0/share/gallery/emoicons/very_drunk.gif
+staroffice6.0/share/gallery/emoicons/very_angry.gif
+staroffice6.0/share/gallery/emoicons/vampire.gif
+staroffice6.0/share/gallery/emoicons/turban.gif
+staroffice6.0/share/gallery/emoicons/tongue_out.gif
+staroffice6.0/share/gallery/emoicons/tongue.gif
+staroffice6.0/share/gallery/emoicons/tipsy.gif
+staroffice6.0/share/gallery/emoicons/tear.gif
+staroffice6.0/share/gallery/emoicons/sunglasses.gif
+staroffice6.0/share/gallery/emoicons/smoker.gif
+staroffice6.0/share/gallery/emoicons/scuba.gif
+staroffice6.0/share/gallery/emoicons/sceptical.gif
+staroffice6.0/share/gallery/emoicons/sad.gif
+staroffice6.0/share/gallery/emoicons/robot.gif
+staroffice6.0/share/gallery/emoicons/punk.gif
+staroffice6.0/share/gallery/emoicons/poor_bloke.gif
+staroffice6.0/share/gallery/emoicons/pig.gif
+staroffice6.0/share/gallery/emoicons/pet_smiley.gif
+staroffice6.0/share/gallery/emoicons/offended.gif
+staroffice6.0/share/gallery/emoicons/nose.gif
+staroffice6.0/share/gallery/emoicons/need_haircut.gif
+staroffice6.0/share/gallery/emoicons/moustache.gif
+staroffice6.0/share/gallery/emoicons/mixed.gif
+staroffice6.0/share/gallery/emoicons/mad.gif
+staroffice6.0/share/gallery/emoicons/lipstick.gif
+staroffice6.0/share/gallery/emoicons/laugh.gif
+staroffice6.0/share/gallery/emoicons/kiss.gif
+staroffice6.0/share/gallery/emoicons/happy.gif
+staroffice6.0/share/gallery/emoicons/ill.gif
+staroffice6.0/share/gallery/emoicons/grin.gif
+staroffice6.0/share/gallery/emoicons/glasses.gif
+staroffice6.0/share/gallery/emoicons/gasbag.gif
+staroffice6.0/share/gallery/emoicons/funny_nose.gif
+staroffice6.0/share/gallery/emoicons/frog.gif
+staroffice6.0/share/gallery/emoicons/fright.gif
+staroffice6.0/share/gallery/emoicons/dying.gif
+staroffice6.0/share/gallery/emoicons/dumb.gif
+staroffice6.0/share/gallery/emoicons/drunk.gif
+staroffice6.0/share/gallery/emoicons/discreet.gif
+staroffice6.0/share/gallery/emoicons/disappointed.gif
+staroffice6.0/share/gallery/emoicons/cry.gif
+staroffice6.0/share/gallery/emoicons/confused.gif
+staroffice6.0/share/gallery/emoicons/cheeky.gif
+staroffice6.0/share/gallery/emoicons/booze.gif
+staroffice6.0/share/gallery/emoicons/bloody_funny.gif
+staroffice6.0/share/gallery/emoicons/blink.gif
+staroffice6.0/share/gallery/emoicons/black_eye.gif
+staroffice6.0/share/gallery/emoicons/big_nose.gif
+staroffice6.0/share/gallery/emoicons/asleep.gif
+staroffice6.0/share/gallery/emoicons/angry.gif
+staroffice6.0/share/gallery/emoicons/amazed.gif
+staroffice6.0/share/gallery/computer/worldwideweb.wmf
+staroffice6.0/share/gallery/computer/world.wmf
+staroffice6.0/share/gallery/computer/workstation_white.wmf
+staroffice6.0/share/gallery/computer/workstation.wmf
+staroffice6.0/share/gallery/computer/screen_white.wmf
+staroffice6.0/share/gallery/computer/screen-keyb_white.wmf
+staroffice6.0/share/gallery/computer/router.wmf
+staroffice6.0/share/gallery/computer/rom.wmf
+staroffice6.0/share/gallery/computer/palmtop.wmf
+staroffice6.0/share/gallery/computer/notebook.wmf
+staroffice6.0/share/gallery/computer/mouse.wmf
+staroffice6.0/share/gallery/computer/monitor.wmf
+staroffice6.0/share/gallery/computer/monitor-keyb.wmf
+staroffice6.0/share/gallery/computer/laserprinter.wmf
+staroffice6.0/share/gallery/computer/keyboard.wmf
+staroffice6.0/share/gallery/computer/inkjet.wmf
+staroffice6.0/share/gallery/computer/e-mail.wmf
+staroffice6.0/share/gallery/computer/disk_yellow.wmf
+staroffice6.0/share/gallery/computer/disk_red.wmf
+staroffice6.0/share/gallery/computer/disk_green.wmf
+staroffice6.0/share/gallery/computer/disk_blue.wmf
+staroffice6.0/share/gallery/computer/computer.wmf
+staroffice6.0/share/gallery/computer/chip.wmf
+staroffice6.0/share/gallery/computer/cd-rom.wmf
+staroffice6.0/share/gallery/computer/cablechaos.wmf
+staroffice6.0/share/gallery/computer/board.wmf
+staroffice6.0/share/gallery/computer/binary.wmf
+staroffice6.0/share/gallery/computer/beamer.wmf
+staroffice6.0/share/gallery/computer/around-the-world.wmf
+staroffice6.0/share/gallery/communic/satellitedish.wmf
+staroffice6.0/share/gallery/communic/satellite.wmf
+staroffice6.0/share/gallery/communic/megaphone.wmf
+staroffice6.0/share/gallery/communic/mail.wmf
+staroffice6.0/share/gallery/communic/handy_yellow.wmf
+staroffice6.0/share/gallery/communic/handy_red.wmf
+staroffice6.0/share/gallery/communic/handy_grey.wmf
+staroffice6.0/share/gallery/communic/handy_green.wmf
+staroffice6.0/share/gallery/communic/handy_blue.wmf
+staroffice6.0/share/gallery/communic/flipchart.wmf
+staroffice6.0/share/gallery/calendar/date_leer.wmf
+staroffice6.0/share/gallery/calendar/date_9.wmf
+staroffice6.0/share/gallery/calendar/date_9-s.wmf
+staroffice6.0/share/gallery/calendar/date_8.wmf
+staroffice6.0/share/gallery/calendar/date_8-s.wmf
+staroffice6.0/share/gallery/calendar/date_7.wmf
+staroffice6.0/share/gallery/calendar/date_7-s.wmf
+staroffice6.0/share/gallery/calendar/date_6.wmf
+staroffice6.0/share/gallery/calendar/date_6-s.wmf
+staroffice6.0/share/gallery/calendar/date_5.wmf
+staroffice6.0/share/gallery/calendar/date_5-s.wmf
+staroffice6.0/share/gallery/calendar/date_4.wmf
+staroffice6.0/share/gallery/calendar/date_4-s.wmf
+staroffice6.0/share/gallery/calendar/date_31.wmf
+staroffice6.0/share/gallery/calendar/date_31-s.wmf
+staroffice6.0/share/gallery/calendar/date_30.wmf
+staroffice6.0/share/gallery/calendar/date_30-s.wmf
+staroffice6.0/share/gallery/calendar/date_3.wmf
+staroffice6.0/share/gallery/calendar/date_3-s.wmf
+staroffice6.0/share/gallery/calendar/date_29.wmf
+staroffice6.0/share/gallery/calendar/date_29-s.wmf
+staroffice6.0/share/gallery/calendar/date_28.wmf
+staroffice6.0/share/gallery/calendar/date_28-s.wmf
+staroffice6.0/share/gallery/calendar/date_27.wmf
+staroffice6.0/share/gallery/calendar/date_27-s.wmf
+staroffice6.0/share/gallery/calendar/date_26.wmf
+staroffice6.0/share/gallery/calendar/date_26-s.wmf
+staroffice6.0/share/gallery/calendar/date_25.wmf
+staroffice6.0/share/gallery/calendar/date_25-s.wmf
+staroffice6.0/share/gallery/calendar/date_24.wmf
+staroffice6.0/share/gallery/calendar/date_24-s.wmf
+staroffice6.0/share/gallery/calendar/date_23.wmf
+staroffice6.0/share/gallery/calendar/date_23-s.wmf
+staroffice6.0/share/gallery/calendar/date_22.wmf
+staroffice6.0/share/gallery/calendar/date_22-s.wmf
+staroffice6.0/share/gallery/calendar/date_21.wmf
+staroffice6.0/share/gallery/calendar/date_21-s.wmf
+staroffice6.0/share/gallery/calendar/date_20.wmf
+staroffice6.0/share/gallery/calendar/date_20-s.wmf
+staroffice6.0/share/gallery/calendar/date_2.wmf
+staroffice6.0/share/gallery/calendar/date_2-s.wmf
+staroffice6.0/share/gallery/calendar/date_19.wmf
+staroffice6.0/share/gallery/calendar/date_19-s.wmf
+staroffice6.0/share/gallery/calendar/date_18.wmf
+staroffice6.0/share/gallery/calendar/date_18-s.wmf
+staroffice6.0/share/gallery/calendar/date_17.wmf
+staroffice6.0/share/gallery/calendar/date_17-s.wmf
+staroffice6.0/share/gallery/calendar/date_16.wmf
+staroffice6.0/share/gallery/calendar/date_16-s.wmf
+staroffice6.0/share/gallery/calendar/date_15.wmf
+staroffice6.0/share/gallery/calendar/date_15-s.wmf
+staroffice6.0/share/gallery/calendar/date_14.wmf
+staroffice6.0/share/gallery/calendar/date_14-s.wmf
+staroffice6.0/share/gallery/calendar/date_13.wmf
+staroffice6.0/share/gallery/calendar/date_13-s.wmf
+staroffice6.0/share/gallery/calendar/date_12.wmf
+staroffice6.0/share/gallery/calendar/date_12-s.wmf
+staroffice6.0/share/gallery/calendar/date_11.wmf
+staroffice6.0/share/gallery/calendar/date_11-s.wmf
+staroffice6.0/share/gallery/calendar/date_10.wmf
+staroffice6.0/share/gallery/calendar/date_10-s.wmf
+staroffice6.0/share/gallery/calendar/date_1.wmf
+staroffice6.0/share/gallery/calendar/date_1-s.wmf
+staroffice6.0/share/gallery/balloons/think_right.wmf
+staroffice6.0/share/gallery/balloons/think_middle.wmf
+staroffice6.0/share/gallery/balloons/think_left.wmf
+staroffice6.0/share/gallery/balloons/splash-right.wmf
+staroffice6.0/share/gallery/balloons/splash-middle.wmf
+staroffice6.0/share/gallery/balloons/splash-left.wmf
+staroffice6.0/share/gallery/balloons/skriek_right-s.wmf
+staroffice6.0/share/gallery/balloons/skriek_right-m.wmf
+staroffice6.0/share/gallery/balloons/skriek_right-l.wmf
+staroffice6.0/share/gallery/balloons/skriek_middle-s.wmf
+staroffice6.0/share/gallery/balloons/skriek_middle-m.wmf
+staroffice6.0/share/gallery/balloons/skriek_middle-l.wmf
+staroffice6.0/share/gallery/balloons/skriek_left-s.wmf
+staroffice6.0/share/gallery/balloons/skriek_left-m.wmf
+staroffice6.0/share/gallery/balloons/skriek_left-l.wmf
+staroffice6.0/share/gallery/balloons/skriek_discus.wmf
+staroffice6.0/share/gallery/balloons/round_right-s.wmf
+staroffice6.0/share/gallery/balloons/round_right-m.wmf
+staroffice6.0/share/gallery/balloons/round_right-l.wmf
+staroffice6.0/share/gallery/balloons/round_middle-s.wmf
+staroffice6.0/share/gallery/balloons/round_middle-m.wmf
+staroffice6.0/share/gallery/balloons/round_middle-l.wmf
+staroffice6.0/share/gallery/balloons/round_left-s.wmf
+staroffice6.0/share/gallery/balloons/round_left-m.wmf
+staroffice6.0/share/gallery/balloons/round_left-l.wmf
+staroffice6.0/share/gallery/balloons/round_discus.wmf
+staroffice6.0/share/gallery/balloons/corner_right-s.wmf
+staroffice6.0/share/gallery/balloons/corner_right-m.wmf
+staroffice6.0/share/gallery/balloons/corner_right-l.wmf
+staroffice6.0/share/gallery/balloons/corner_middle-s.wmf
+staroffice6.0/share/gallery/balloons/corner_middle-m.wmf
+staroffice6.0/share/gallery/balloons/corner_middle-l.wmf
+staroffice6.0/share/gallery/balloons/corner_left-s.wmf
+staroffice6.0/share/gallery/balloons/corner_left-m.wmf
+staroffice6.0/share/gallery/balloons/corner_left-l.wmf
+staroffice6.0/share/gallery/balloons/corner_discus.wmf
+staroffice6.0/share/gallery/balloons/cloudy_right-s.wmf
+staroffice6.0/share/gallery/balloons/cloudy_right-m.wmf
+staroffice6.0/share/gallery/balloons/cloudy_right-l.wmf
+staroffice6.0/share/gallery/balloons/cloudy_middle-s.wmf
+staroffice6.0/share/gallery/balloons/cloudy_middle-m.wmf
+staroffice6.0/share/gallery/balloons/cloudy_middle-l.wmf
+staroffice6.0/share/gallery/balloons/cloudy_left-s.wmf
+staroffice6.0/share/gallery/balloons/cloudy_left-m.wmf
+staroffice6.0/share/gallery/balloons/cloudy_left-l.wmf
+staroffice6.0/share/gallery/balloons/cloudy_discus.wmf
+staroffice6.0/share/gallery/balloons/balloon_right.wmf
+staroffice6.0/share/gallery/balloons/balloon_middle.wmf
+staroffice6.0/share/gallery/balloons/balloon_left.wmf
+staroffice6.0/share/gallery/arrows/smooth_up.wmf
+staroffice6.0/share/gallery/arrows/smooth_r.wmf
+staroffice6.0/share/gallery/arrows/smooth_l.wmf
+staroffice6.0/share/gallery/arrows/smooth_heavy_up.wmf
+staroffice6.0/share/gallery/arrows/smooth_heavy_r.wmf
+staroffice6.0/share/gallery/arrows/smooth_heavy_l.wmf
+staroffice6.0/share/gallery/arrows/smooth_heavy_dow.wmf
+staroffice6.0/share/gallery/arrows/smooth_dow.wmf
+staroffice6.0/share/gallery/arrows/smooth_arrow_r.wmf
+staroffice6.0/share/gallery/arrows/smooth_arrow_l.wmf
+staroffice6.0/share/gallery/arrows/signpost.wmf
+staroffice6.0/share/gallery/arrows/sharp_up.wmf
+staroffice6.0/share/gallery/arrows/sharp_r.wmf
+staroffice6.0/share/gallery/arrows/sharp_l.wmf
+staroffice6.0/share/gallery/arrows/sharp_dow.wmf
+staroffice6.0/share/gallery/arrows/rounded_up.wmf
+staroffice6.0/share/gallery/arrows/rounded_turn-r.wmf
+staroffice6.0/share/gallery/arrows/rounded_turn-l.wmf
+staroffice6.0/share/gallery/arrows/rounded_return.wmf
+staroffice6.0/share/gallery/arrows/rounded_r.wmf
+staroffice6.0/share/gallery/arrows/rounded_l.wmf
+staroffice6.0/share/gallery/arrows/rounded_fork.wmf
+staroffice6.0/share/gallery/arrows/rounded_down.wmf
+staroffice6.0/share/gallery/arrows/rounded_both.wmf
+staroffice6.0/share/gallery/arrows/puffed_up.wmf
+staroffice6.0/share/gallery/arrows/puffed_r.wmf
+staroffice6.0/share/gallery/arrows/puffed_l.wmf
+staroffice6.0/share/gallery/arrows/puffed_dow.wmf
+staroffice6.0/share/gallery/arrows/point_r.wmf
+staroffice6.0/share/gallery/arrows/point_l.wmf
+staroffice6.0/share/gallery/arrows/plump_up.wmf
+staroffice6.0/share/gallery/arrows/plump_r.wmf
+staroffice6.0/share/gallery/arrows/plump_l.wmf
+staroffice6.0/share/gallery/arrows/plump_down.wmf
+staroffice6.0/share/gallery/arrows/plump_both.wmf
+staroffice6.0/share/gallery/arrows/peak_up.wmf
+staroffice6.0/share/gallery/arrows/peak_r.wmf
+staroffice6.0/share/gallery/arrows/peak_l.wmf
+staroffice6.0/share/gallery/arrows/peak_down.wmf
+staroffice6.0/share/gallery/arrows/peak_arrow_r.wmf
+staroffice6.0/share/gallery/arrows/peak_arrow_l.wmf
+staroffice6.0/share/gallery/arrows/peak-only_up.wmf
+staroffice6.0/share/gallery/arrows/peak-only_r.wmf
+staroffice6.0/share/gallery/arrows/peak-only_l.wmf
+staroffice6.0/share/gallery/arrows/peak-only_down.wmf
+staroffice6.0/share/gallery/arrows/heavy_up.wmf
+staroffice6.0/share/gallery/arrows/heavy_up-r.wmf
+staroffice6.0/share/gallery/arrows/heavy_up-l.wmf
+staroffice6.0/share/gallery/arrows/heavy_r.wmf
+staroffice6.0/share/gallery/arrows/heavy_l.wmf
+staroffice6.0/share/gallery/arrows/heavy_down.wmf
+staroffice6.0/share/gallery/arrows/heavy_do-r.wmf
+staroffice6.0/share/gallery/arrows/heavy_do-l.wmf
+staroffice6.0/share/gallery/arrows/free_up.wmf
+staroffice6.0/share/gallery/arrows/free_r.wmf
+staroffice6.0/share/gallery/arrows/free_l.wmf
+staroffice6.0/share/gallery/arrows/free_fork.wmf
+staroffice6.0/share/gallery/arrows/free_dow.wmf
+staroffice6.0/share/gallery/arrows/dots_up.wmf
+staroffice6.0/share/gallery/arrows/dots_up-r.wmf
+staroffice6.0/share/gallery/arrows/dots_up-l.wmf
+staroffice6.0/share/gallery/arrows/dots_swap.wmf
+staroffice6.0/share/gallery/arrows/dots_r.wmf
+staroffice6.0/share/gallery/arrows/dots_l.wmf
+staroffice6.0/share/gallery/arrows/dots_fork.wmf
+staroffice6.0/share/gallery/arrows/dots_down.wmf
+staroffice6.0/share/gallery/arrows/dots_dow-r.wmf
+staroffice6.0/share/gallery/arrows/dots_dow-l.wmf
+staroffice6.0/share/gallery/arrows/dots_both.wmf
+staroffice6.0/share/gallery/arrows/buffer_up.wmf
+staroffice6.0/share/gallery/arrows/buffer_r.wmf
+staroffice6.0/share/gallery/arrows/buffer_l.wmf
+staroffice6.0/share/gallery/arrows/buffer_dow.wmf
+staroffice6.0/share/gallery/arrows/buffer_both.wmf
+staroffice6.0/share/gallery/arrows/arrow6_r.wmf
+staroffice6.0/share/gallery/arrows/arrow6_l.wmf
+staroffice6.0/share/gallery/arrows/arrow5_r.wmf
+staroffice6.0/share/gallery/arrows/arrow5_l.wmf
+staroffice6.0/share/gallery/arrows/arrow4_up.wmf
+staroffice6.0/share/gallery/arrows/arrow4_thin_up.wmf
+staroffice6.0/share/gallery/arrows/arrow4_thin_r.wmf
+staroffice6.0/share/gallery/arrows/arrow4_thin_l.wmf
+staroffice6.0/share/gallery/arrows/arrow4_thin_dow.wmf
+staroffice6.0/share/gallery/arrows/arrow4_t-quart.wmf
+staroffice6.0/share/gallery/arrows/arrow4_swap.wmf
+staroffice6.0/share/gallery/arrows/arrow4_r.wmf
+staroffice6.0/share/gallery/arrows/arrow4_quart.wmf
+staroffice6.0/share/gallery/arrows/arrow4_medi_up.wmf
+staroffice6.0/share/gallery/arrows/arrow4_medi_r.wmf
+staroffice6.0/share/gallery/arrows/arrow4_medi_l.wmf
+staroffice6.0/share/gallery/arrows/arrow4_medi_dow.wmf
+staroffice6.0/share/gallery/arrows/arrow4_lift.wmf
+staroffice6.0/share/gallery/arrows/arrow4_l.wmf
+staroffice6.0/share/gallery/arrows/arrow4_heavy_up.wmf
+staroffice6.0/share/gallery/arrows/arrow4_heavy_r.wmf
+staroffice6.0/share/gallery/arrows/arrow4_heavy_l.wmf
+staroffice6.0/share/gallery/arrows/arrow4_heavy_dow.wmf
+staroffice6.0/share/gallery/arrows/arrow4_half.wmf
+staroffice6.0/share/gallery/arrows/arrow4_fork.wmf
+staroffice6.0/share/gallery/arrows/arrow4_dow.wmf
+staroffice6.0/share/gallery/arrows/arrow4_circ4.wmf
+staroffice6.0/share/gallery/arrows/arrow4_circ3.wmf
+staroffice6.0/share/gallery/arrows/arrow4_circ2.wmf
+staroffice6.0/share/gallery/arrows/arrow4_circ1.wmf
+staroffice6.0/share/gallery/arrows/arrow4_both.wmf
+staroffice6.0/share/gallery/arrows/arrow3_up.wmf
+staroffice6.0/share/gallery/arrows/arrow3_thin_up.wmf
+staroffice6.0/share/gallery/arrows/arrow3_thin_r.wmf
+staroffice6.0/share/gallery/arrows/arrow3_thin_l.wmf
+staroffice6.0/share/gallery/arrows/arrow3_thin_dow.wmf
+staroffice6.0/share/gallery/arrows/arrow3_r.wmf
+staroffice6.0/share/gallery/arrows/arrow3_l.wmf
+staroffice6.0/share/gallery/arrows/arrow3_dow.wmf
+staroffice6.0/share/gallery/arrows/arrow2_up.wmf
+staroffice6.0/share/gallery/arrows/arrow2_up-r.wmf
+staroffice6.0/share/gallery/arrows/arrow2_up-l.wmf
+staroffice6.0/share/gallery/arrows/arrow2_r.wmf
+staroffice6.0/share/gallery/arrows/arrow2_meet.wmf
+staroffice6.0/share/gallery/arrows/arrow2_l.wmf
+staroffice6.0/share/gallery/arrows/arrow2_fork.wmf
+staroffice6.0/share/gallery/arrows/arrow2_dow.wmf
+staroffice6.0/share/gallery/arrows/arrow2_dow-r.wmf
+staroffice6.0/share/gallery/arrows/arrow2_dow-l.wmf
+staroffice6.0/share/gallery/arrows/arrow2_both.wmf
+staroffice6.0/share/gallery/arrows/arrow1_up.wmf
+staroffice6.0/share/gallery/arrows/arrow1_up-r.wmf
+staroffice6.0/share/gallery/arrows/arrow1_up-l.wmf
+staroffice6.0/share/gallery/arrows/arrow1_turn-r.wmf
+staroffice6.0/share/gallery/arrows/arrow1_turn-l.wmf
+staroffice6.0/share/gallery/arrows/arrow1_swap.wmf
+staroffice6.0/share/gallery/arrows/arrow1_r.wmf
+staroffice6.0/share/gallery/arrows/arrow1_meet.wmf
+staroffice6.0/share/gallery/arrows/arrow1_l.wmf
+staroffice6.0/share/gallery/arrows/arrow1_fork.wmf
+staroffice6.0/share/gallery/arrows/arrow1_dow.wmf
+staroffice6.0/share/gallery/arrows/arrow1_dow-r.wmf
+staroffice6.0/share/gallery/arrows/arrow1_dow-l.wmf
+staroffice6.0/share/gallery/arrows/arrow1_circ.wmf
+staroffice6.0/share/gallery/arrows/arrow1_both.wmf
+staroffice6.0/share/gallery/arrows/3d_up.wmf
+staroffice6.0/share/gallery/arrows/3d_right.wmf
+staroffice6.0/share/gallery/arrows/3d_left.wmf
+staroffice6.0/share/gallery/arrows/3d_down.wmf
+staroffice6.0/share/gallery/sounds/wallewal.wav
+staroffice6.0/share/gallery/sounds/ups.wav
+staroffice6.0/share/gallery/sounds/untie.wav
+staroffice6.0/share/gallery/sounds/train.wav
+staroffice6.0/share/gallery/sounds/top.wav
+staroffice6.0/share/gallery/sounds/theetone.wav
+staroffice6.0/share/gallery/sounds/strom.wav
+staroffice6.0/share/gallery/sounds/sparcle.wav
+staroffice6.0/share/gallery/sounds/space3.wav
+staroffice6.0/share/gallery/sounds/space2.wav
+staroffice6.0/share/gallery/sounds/space.wav
+staroffice6.0/share/gallery/sounds/soft.wav
+staroffice6.0/share/gallery/sounds/romans.wav
+staroffice6.0/share/gallery/sounds/roll.wav
+staroffice6.0/share/gallery/sounds/pluck.wav
+staroffice6.0/share/gallery/sounds/ok.wav
+staroffice6.0/share/gallery/sounds/nature2.wav
+staroffice6.0/share/gallery/sounds/nature1.wav
+staroffice6.0/share/gallery/sounds/left.wav
+staroffice6.0/share/gallery/sounds/laser.wav
+staroffice6.0/share/gallery/sounds/kongas.wav
+staroffice6.0/share/gallery/sounds/kling.wav
+staroffice6.0/share/gallery/sounds/horse.wav
+staroffice6.0/share/gallery/sounds/gong.wav
+staroffice6.0/share/gallery/sounds/glasses.wav
+staroffice6.0/share/gallery/sounds/falling.wav
+staroffice6.0/share/gallery/sounds/explos.wav
+staroffice6.0/share/gallery/sounds/drama.wav
+staroffice6.0/share/gallery/sounds/curve.wav
+staroffice6.0/share/gallery/sounds/cow.wav
+staroffice6.0/share/gallery/sounds/beam2.wav
+staroffice6.0/share/gallery/sounds/beam.wav
+staroffice6.0/share/gallery/sounds/applause.wav
+staroffice6.0/share/gallery/sounds/apert2.wav
+staroffice6.0/share/gallery/sounds/apert.wav
+staroffice6.0/share/gallery/www-anim/traffic_light-stop.gif
+staroffice6.0/share/gallery/www-anim/traffic_light-go.gif
+staroffice6.0/share/gallery/www-anim/glb4lght.gif
+staroffice6.0/share/gallery/www-anim/glb4dark.gif
+staroffice6.0/share/gallery/www-anim/gearsnew.gif
+staroffice6.0/share/gallery/www-anim/envelope.gif
+staroffice6.0/share/gallery/www-anim/email.gif
+staroffice6.0/share/gallery/www-anim/diskwhit.gif
+staroffice6.0/share/gallery/www-anim/diskblak.gif
+staroffice6.0/share/gallery/www-anim/cubes.gif
+staroffice6.0/share/gallery/www-anim/counting.gif
+staroffice6.0/share/gallery/www-anim/construction_2.gif
+staroffice6.0/share/gallery/www-anim/construction_1.gif
+staroffice6.0/share/gallery/www-anim/boxnew.gif
+staroffice6.0/share/gallery/www-anim/barwhit.gif
+staroffice6.0/share/gallery/www-anim/barblak.gif
+staroffice6.0/share/gallery/www-anim/60_min.gif
+staroffice6.0/share/gallery/www-anim/45_min.gif
+staroffice6.0/share/gallery/www-anim/30_min.gif
+staroffice6.0/share/gallery/www-anim/15_min.gif
+staroffice6.0/share/gallery/flags/yemen2.wmf
+staroffice6.0/share/gallery/flags/yemen.wmf
+staroffice6.0/share/gallery/flags/vietnam2.wmf
+staroffice6.0/share/gallery/flags/vietnam.wmf
+staroffice6.0/share/gallery/flags/venezuela.wmf
+staroffice6.0/share/gallery/flags/venez2.wmf
+staroffice6.0/share/gallery/flags/uzbekistan.wmf
+staroffice6.0/share/gallery/flags/uzbeki2.wmf
+staroffice6.0/share/gallery/flags/usa2.wmf
+staroffice6.0/share/gallery/flags/uruguay2.wmf
+staroffice6.0/share/gallery/flags/uruguay.wmf
+staroffice6.0/share/gallery/flags/uno1.wmf
+staroffice6.0/share/gallery/flags/united_states.wmf
+staroffice6.0/share/gallery/flags/united_kingdom.wmf
+staroffice6.0/share/gallery/flags/united_arb_emi.wmf
+staroffice6.0/share/gallery/flags/united-arb-emi2.wmf
+staroffice6.0/share/gallery/flags/ukraine.wmf
+staroffice6.0/share/gallery/flags/turkmenistan.wmf
+staroffice6.0/share/gallery/flags/turkey2.wmf
+staroffice6.0/share/gallery/flags/turkey.wmf
+staroffice6.0/share/gallery/flags/tunisia.wmf
+staroffice6.0/share/gallery/flags/thailand.wmf
+staroffice6.0/share/gallery/flags/thaila2.wmf
+staroffice6.0/share/gallery/flags/tajikistan.wmf
+staroffice6.0/share/gallery/flags/syria2.wmf
+staroffice6.0/share/gallery/flags/syria.wmf
+staroffice6.0/share/gallery/flags/switzerland.wmf
+staroffice6.0/share/gallery/flags/switz2.wmf
+staroffice6.0/share/gallery/flags/sweden2.wmf
+staroffice6.0/share/gallery/flags/sweden.wmf
+staroffice6.0/share/gallery/flags/sthafri2.wmf
+staroffice6.0/share/gallery/flags/spain2.wmf
+staroffice6.0/share/gallery/flags/spain.wmf
+staroffice6.0/share/gallery/flags/southko2.wmf
+staroffice6.0/share/gallery/flags/south_africa.wmf
+staroffice6.0/share/gallery/flags/slowak2.wmf
+staroffice6.0/share/gallery/flags/slovenia.wmf
+staroffice6.0/share/gallery/flags/slovakia.wmf
+staroffice6.0/share/gallery/flags/singa2.wmf
+staroffice6.0/share/gallery/flags/singa1.wmf
+staroffice6.0/share/gallery/flags/saudi_arabia.wmf
+staroffice6.0/share/gallery/flags/saudi_arab2.wmf
+staroffice6.0/share/gallery/flags/russia2.wmf
+staroffice6.0/share/gallery/flags/russia.wmf
+staroffice6.0/share/gallery/flags/romania2.wmf
+staroffice6.0/share/gallery/flags/romania.wmf
+staroffice6.0/share/gallery/flags/qatar2.wmf
+staroffice6.0/share/gallery/flags/qatar.wmf
+staroffice6.0/share/gallery/flags/puerto_rico.wmf
+staroffice6.0/share/gallery/flags/puerto-ric2.wmf
+staroffice6.0/share/gallery/flags/portugal.wmf
+staroffice6.0/share/gallery/flags/portug2.wmf
+staroffice6.0/share/gallery/flags/poland2.wmf
+staroffice6.0/share/gallery/flags/poland.wmf
+staroffice6.0/share/gallery/flags/philippines.wmf
+staroffice6.0/share/gallery/flags/philippin2.wmf
+staroffice6.0/share/gallery/flags/peru2.wmf
+staroffice6.0/share/gallery/flags/peru.wmf
+staroffice6.0/share/gallery/flags/paraguay.wmf
+staroffice6.0/share/gallery/flags/paragua2.wmf
+staroffice6.0/share/gallery/flags/panama2.wmf
+staroffice6.0/share/gallery/flags/panama.wmf
+staroffice6.0/share/gallery/flags/pakistan.wmf
+staroffice6.0/share/gallery/flags/pakist2.wmf
+staroffice6.0/share/gallery/flags/oman2.wmf
+staroffice6.0/share/gallery/flags/oman.wmf
+staroffice6.0/share/gallery/flags/norway.wmf
+staroffice6.0/share/gallery/flags/northko2.wmf
+staroffice6.0/share/gallery/flags/norge2.wmf
+staroffice6.0/share/gallery/flags/nigeria2.wmf
+staroffice6.0/share/gallery/flags/nigeria.wmf
+staroffice6.0/share/gallery/flags/nicaragua.wmf
+staroffice6.0/share/gallery/flags/newzea2.wmf
+staroffice6.0/share/gallery/flags/new_zealand.wmf
+staroffice6.0/share/gallery/flags/netherlands.wmf
+staroffice6.0/share/gallery/flags/nederl2.wmf
+staroffice6.0/share/gallery/flags/monaco2.wmf
+staroffice6.0/share/gallery/flags/monaco.wmf
+staroffice6.0/share/gallery/flags/mexico2.wmf
+staroffice6.0/share/gallery/flags/mexico.wmf
+staroffice6.0/share/gallery/flags/marocco2.wmf
+staroffice6.0/share/gallery/flags/marocco.wmf
+staroffice6.0/share/gallery/flags/malta2.wmf
+staroffice6.0/share/gallery/flags/malta.wmf
+staroffice6.0/share/gallery/flags/malaysia.wmf
+staroffice6.0/share/gallery/flags/malaysi2.wmf
+staroffice6.0/share/gallery/flags/lybia2.wmf
+staroffice6.0/share/gallery/flags/luxembourg.wmf
+staroffice6.0/share/gallery/flags/luxemb2.wmf
+staroffice6.0/share/gallery/flags/liecht2.wmf
+staroffice6.0/share/gallery/flags/lichtenstein.wmf
+staroffice6.0/share/gallery/flags/libya.wmf
+staroffice6.0/share/gallery/flags/lebanon2.wmf
+staroffice6.0/share/gallery/flags/lebanon.wmf
+staroffice6.0/share/gallery/flags/kuwait2.wmf
+staroffice6.0/share/gallery/flags/kuwait.wmf
+staroffice6.0/share/gallery/flags/korea_s.wmf
+staroffice6.0/share/gallery/flags/korea_n.wmf
+staroffice6.0/share/gallery/flags/kenya2.wmf
+staroffice6.0/share/gallery/flags/kenya.wmf
+staroffice6.0/share/gallery/flags/kazakhstan.wmf
+staroffice6.0/share/gallery/flags/jordan2.wmf
+staroffice6.0/share/gallery/flags/jordan.wmf
+staroffice6.0/share/gallery/flags/japan2.wmf
+staroffice6.0/share/gallery/flags/japan.wmf
+staroffice6.0/share/gallery/flags/jamica.wmf
+staroffice6.0/share/gallery/flags/italy2.wmf
+staroffice6.0/share/gallery/flags/italy.wmf
+staroffice6.0/share/gallery/flags/israel2.wmf
+staroffice6.0/share/gallery/flags/israel.wmf
+staroffice6.0/share/gallery/flags/ireland2.wmf
+staroffice6.0/share/gallery/flags/ireland.wmf
+staroffice6.0/share/gallery/flags/iraq.wmf
+staroffice6.0/share/gallery/flags/indonesia.wmf
+staroffice6.0/share/gallery/flags/indon2.wmf
+staroffice6.0/share/gallery/flags/india2.wmf
+staroffice6.0/share/gallery/flags/india.wmf
+staroffice6.0/share/gallery/flags/iceland2.wmf
+staroffice6.0/share/gallery/flags/iceland.wmf
+staroffice6.0/share/gallery/flags/hungary2.wmf
+staroffice6.0/share/gallery/flags/hungary.wmf
+staroffice6.0/share/gallery/flags/honduras2.wmf
+staroffice6.0/share/gallery/flags/honduras.wmf
+staroffice6.0/share/gallery/flags/guatemala.wmf
+staroffice6.0/share/gallery/flags/guatema2.wmf
+staroffice6.0/share/gallery/flags/greenland2.wmf
+staroffice6.0/share/gallery/flags/greenland.wmf
+staroffice6.0/share/gallery/flags/greece2.wmf
+staroffice6.0/share/gallery/flags/greece.wmf
+staroffice6.0/share/gallery/flags/greatbr2.wmf
+staroffice6.0/share/gallery/flags/germany2.wmf
+staroffice6.0/share/gallery/flags/germany.wmf
+staroffice6.0/share/gallery/flags/georgia2.wmf
+staroffice6.0/share/gallery/flags/georgia.wmf
+staroffice6.0/share/gallery/flags/france2.wmf
+staroffice6.0/share/gallery/flags/france.wmf
+staroffice6.0/share/gallery/flags/finland2.wmf
+staroffice6.0/share/gallery/flags/finland.wmf
+staroffice6.0/share/gallery/flags/europe1.wmf
+staroffice6.0/share/gallery/flags/el_salvador.wmf
+staroffice6.0/share/gallery/flags/egypt2.wmf
+staroffice6.0/share/gallery/flags/egypt.wmf
+staroffice6.0/share/gallery/flags/ecuador.wmf
+staroffice6.0/share/gallery/flags/dominican_rep.wmf
+staroffice6.0/share/gallery/flags/denmark2.wmf
+staroffice6.0/share/gallery/flags/denmark.wmf
+staroffice6.0/share/gallery/flags/czech_republic.wmf
+staroffice6.0/share/gallery/flags/czech2.wmf
+staroffice6.0/share/gallery/flags/cyprus2.wmf
+staroffice6.0/share/gallery/flags/cyprus.wmf
+staroffice6.0/share/gallery/flags/cuba2.wmf
+staroffice6.0/share/gallery/flags/cuba.wmf
+staroffice6.0/share/gallery/flags/costa_rica.wmf
+staroffice6.0/share/gallery/flags/colombia.wmf
+staroffice6.0/share/gallery/flags/colombi2.wmf
+staroffice6.0/share/gallery/flags/china2.wmf
+staroffice6.0/share/gallery/flags/china.wmf
+staroffice6.0/share/gallery/flags/chile2.wmf
+staroffice6.0/share/gallery/flags/chile.wmf
+staroffice6.0/share/gallery/flags/canada2.wmf
+staroffice6.0/share/gallery/flags/canada.wmf
+staroffice6.0/share/gallery/flags/bulgaria.wmf
+staroffice6.0/share/gallery/flags/bulgari2.wmf
+staroffice6.0/share/gallery/flags/brunei.wmf
+staroffice6.0/share/gallery/flags/brazil.wmf
+staroffice6.0/share/gallery/flags/brasil2.wmf
+staroffice6.0/share/gallery/flags/bolivia.wmf
+staroffice6.0/share/gallery/flags/belgium2.wmf
+staroffice6.0/share/gallery/flags/belgium.wmf
+staroffice6.0/share/gallery/flags/belarus.wmf
+staroffice6.0/share/gallery/flags/bahrain2.wmf
+staroffice6.0/share/gallery/flags/bahrain.wmf
+staroffice6.0/share/gallery/flags/austria2.wmf
+staroffice6.0/share/gallery/flags/austria.wmf
+staroffice6.0/share/gallery/flags/australia.wmf
+staroffice6.0/share/gallery/flags/austral2.wmf
+staroffice6.0/share/gallery/flags/argentina.wmf
+staroffice6.0/share/gallery/flags/argent2.wmf
+staroffice6.0/share/gallery/flags/algeria2.wmf
+staroffice6.0/share/gallery/flags/algeria.wmf
+staroffice6.0/share/gallery/www-graf/ylwup.gif
+staroffice6.0/share/gallery/www-graf/ylwright.gif
+staroffice6.0/share/gallery/www-graf/ylwmail.gif
+staroffice6.0/share/gallery/www-graf/ylwleft.gif
+staroffice6.0/share/gallery/www-graf/ylwhome.gif
+staroffice6.0/share/gallery/www-graf/ylwdown.gif
+staroffice6.0/share/gallery/www-graf/vioup.gif
+staroffice6.0/share/gallery/www-graf/vioright.gif
+staroffice6.0/share/gallery/www-graf/violeft.gif
+staroffice6.0/share/gallery/www-graf/viohome.gif
+staroffice6.0/share/gallery/www-graf/turup.gif
+staroffice6.0/share/gallery/www-graf/turright.gif
+staroffice6.0/share/gallery/www-graf/turleft.gif
+staroffice6.0/share/gallery/www-graf/turhome.gif
+staroffice6.0/share/gallery/www-graf/turdown.gif
+staroffice6.0/share/gallery/www-graf/redup.gif
+staroffice6.0/share/gallery/www-graf/redright.gif
+staroffice6.0/share/gallery/www-graf/redquest.gif
+staroffice6.0/share/gallery/www-graf/redplus.gif
+staroffice6.0/share/gallery/www-graf/redminus.gif
+staroffice6.0/share/gallery/www-graf/redmail.gif
+staroffice6.0/share/gallery/www-graf/redleft.gif
+staroffice6.0/share/gallery/www-graf/redinfo.gif
+staroffice6.0/share/gallery/www-graf/redhome.gif
+staroffice6.0/share/gallery/www-graf/reddown.gif
+staroffice6.0/share/gallery/www-graf/reddisk.gif
+staroffice6.0/share/gallery/www-graf/redback.gif
+staroffice6.0/share/gallery/www-graf/redat.gif
+staroffice6.0/share/gallery/www-graf/orgup.gif
+staroffice6.0/share/gallery/www-graf/orgright.gif
+staroffice6.0/share/gallery/www-graf/orgquest.gif
+staroffice6.0/share/gallery/www-graf/orgplus.gif
+staroffice6.0/share/gallery/www-graf/orgminus.gif
+staroffice6.0/share/gallery/www-graf/orgmail.gif
+staroffice6.0/share/gallery/www-graf/orgleft.gif
+staroffice6.0/share/gallery/www-graf/orginfo.gif
+staroffice6.0/share/gallery/www-graf/orghome.gif
+staroffice6.0/share/gallery/www-graf/orgdown.gif
+staroffice6.0/share/gallery/www-graf/orgdisk.gif
+staroffice6.0/share/gallery/www-graf/orgback.gif
+staroffice6.0/share/gallery/www-graf/orgat.gif
+staroffice6.0/share/gallery/www-graf/men@work.gif
+staroffice6.0/share/gallery/www-graf/gryup.gif
+staroffice6.0/share/gallery/www-graf/gryright.gif
+staroffice6.0/share/gallery/www-graf/gryquest.gif
+staroffice6.0/share/gallery/www-graf/gryplus.gif
+staroffice6.0/share/gallery/www-graf/gryminus.gif
+staroffice6.0/share/gallery/www-graf/grymail.gif
+staroffice6.0/share/gallery/www-graf/gryleft.gif
+staroffice6.0/share/gallery/www-graf/gryinfo.gif
+staroffice6.0/share/gallery/www-graf/gryhome.gif
+staroffice6.0/share/gallery/www-graf/grydown.gif
+staroffice6.0/share/gallery/www-graf/grydisk.gif
+staroffice6.0/share/gallery/www-graf/gryback.gif
+staroffice6.0/share/gallery/www-graf/gryat.gif
+staroffice6.0/share/gallery/www-graf/grnup.gif
+staroffice6.0/share/gallery/www-graf/grnright.gif
+staroffice6.0/share/gallery/www-graf/grnquest.gif
+staroffice6.0/share/gallery/www-graf/grnplus.gif
+staroffice6.0/share/gallery/www-graf/grnminus.gif
+staroffice6.0/share/gallery/www-graf/grnmail.gif
+staroffice6.0/share/gallery/www-graf/grnleft.gif
+staroffice6.0/share/gallery/www-graf/grninfo.gif
+staroffice6.0/share/gallery/www-graf/grnhome.gif
+staroffice6.0/share/gallery/www-graf/grnexcla.gif
+staroffice6.0/share/gallery/www-graf/grndown.gif
+staroffice6.0/share/gallery/www-graf/grndisk.gif
+staroffice6.0/share/gallery/www-graf/grnback.gif
+staroffice6.0/share/gallery/www-graf/grnat.gif
+staroffice6.0/share/gallery/www-graf/greup.gif
+staroffice6.0/share/gallery/www-graf/greright.gif
+staroffice6.0/share/gallery/www-graf/grequest.gif
+staroffice6.0/share/gallery/www-graf/greplus.gif
+staroffice6.0/share/gallery/www-graf/greminus.gif
+staroffice6.0/share/gallery/www-graf/gremail.gif
+staroffice6.0/share/gallery/www-graf/greleft.gif
+staroffice6.0/share/gallery/www-graf/greinfo.gif
+staroffice6.0/share/gallery/www-graf/grehome.gif
+staroffice6.0/share/gallery/www-graf/gredown.gif
+staroffice6.0/share/gallery/www-graf/gredisk.gif
+staroffice6.0/share/gallery/www-graf/bluup.gif
+staroffice6.0/share/gallery/www-graf/bluright.gif
+staroffice6.0/share/gallery/www-graf/bluquest.gif
+staroffice6.0/share/gallery/www-graf/bluplus.gif
+staroffice6.0/share/gallery/www-graf/bluminus.gif
+staroffice6.0/share/gallery/www-graf/blumail.gif
+staroffice6.0/share/gallery/www-graf/bluleft.gif
+staroffice6.0/share/gallery/www-graf/bluinfo.gif
+staroffice6.0/share/gallery/www-graf/bluhome.gif
+staroffice6.0/share/gallery/www-graf/bludown.gif
+staroffice6.0/share/gallery/www-graf/bludisk.gif
+staroffice6.0/share/gallery/www-graf/bluback.gif
+staroffice6.0/share/gallery/www-graf/bluat.gif
+staroffice6.0/share/gallery/rulers/ylwrulr1.gif
+staroffice6.0/share/gallery/rulers/whtballs.gif
+staroffice6.0/share/gallery/rulers/striped.gif
+staroffice6.0/share/gallery/rulers/redrulr5.gif
+staroffice6.0/share/gallery/rulers/redrulr4.gif
+staroffice6.0/share/gallery/rulers/redrulr3.gif
+staroffice6.0/share/gallery/rulers/redrulr2.gif
+staroffice6.0/share/gallery/rulers/redrulr1.gif
+staroffice6.0/share/gallery/rulers/orgrulr1.gif
+staroffice6.0/share/gallery/rulers/gryrulr3.gif
+staroffice6.0/share/gallery/rulers/gryrulr2.gif
+staroffice6.0/share/gallery/rulers/gryrulr1.gif
+staroffice6.0/share/gallery/rulers/grnrulr4.gif
+staroffice6.0/share/gallery/rulers/grnrulr3.gif
+staroffice6.0/share/gallery/rulers/grnrulr2.gif
+staroffice6.0/share/gallery/rulers/grnrulr1.gif
+staroffice6.0/share/gallery/rulers/grnballs.gif
+staroffice6.0/share/gallery/rulers/gldballs.gif
+staroffice6.0/share/gallery/rulers/blurulr6.gif
+staroffice6.0/share/gallery/rulers/blurulr5.gif
+staroffice6.0/share/gallery/rulers/blurulr4.gif
+staroffice6.0/share/gallery/rulers/blurulr3.gif
+staroffice6.0/share/gallery/rulers/blurulr2.gif
+staroffice6.0/share/gallery/rulers/blurulr1.gif
+staroffice6.0/share/gallery/rulers/blkballs.gif
+staroffice6.0/share/gallery/surface/wallpaper_red.jpg
+staroffice6.0/share/gallery/surface/wallpaper-yellow.jpg
+staroffice6.0/share/gallery/surface/wallpaper-pink.jpg
+staroffice6.0/share/gallery/surface/wallpaper-green.jpg
+staroffice6.0/share/gallery/surface/wallpaper-blue.jpg
+staroffice6.0/share/gallery/surface/wall2.jpg
+staroffice6.0/share/gallery/surface/wall1.jpg
+staroffice6.0/share/gallery/surface/wall-red.jpg
+staroffice6.0/share/gallery/surface/tulip.jpg
+staroffice6.0/share/gallery/surface/sunflowers.jpg
+staroffice6.0/share/gallery/surface/space-metal.jpg
+staroffice6.0/share/gallery/surface/sandstone.jpg
+staroffice6.0/share/gallery/surface/roughcast.jpg
+staroffice6.0/share/gallery/surface/pebbles.jpg
+staroffice6.0/share/gallery/surface/pattern-big.jpg
+staroffice6.0/share/gallery/surface/pasta.jpg
+staroffice6.0/share/gallery/surface/wet.jpg
+staroffice6.0/share/gallery/surface/orange.gif
+staroffice6.0/share/gallery/surface/mussel.jpg
+staroffice6.0/share/gallery/surface/mosaic.jpg
+staroffice6.0/share/gallery/surface/metal-blue.jpg
+staroffice6.0/share/gallery/surface/lino-blue.jpg
+staroffice6.0/share/gallery/surface/linen.jpg
+staroffice6.0/share/gallery/surface/linen-blue.jpg
+staroffice6.0/share/gallery/surface/leaves-green.jpg
+staroffice6.0/share/gallery/surface/leaves-brown.jpg
+staroffice6.0/share/gallery/surface/hyper-metal.jpg
+staroffice6.0/share/gallery/surface/grooved.jpg
+staroffice6.0/share/gallery/surface/green_drops.jpg
+staroffice6.0/share/gallery/surface/green-pasta.gif
+staroffice6.0/share/gallery/surface/fiery.jpg
+staroffice6.0/share/gallery/surface/drops.jpg
+staroffice6.0/share/gallery/surface/crazy-green.jpg
+staroffice6.0/share/gallery/surface/crazy-blue.jpg
+staroffice6.0/share/gallery/surface/coffee.gif
+staroffice6.0/share/gallery/surface/board.jpg
+staroffice6.0/share/gallery/surface/blue-coarse.jpg
+staroffice6.0/share/gallery/surface/berries.jpg
+staroffice6.0/share/gallery/photos/watrlily.jpg
+staroffice6.0/share/gallery/photos/tajmahal.jpg
+staroffice6.0/share/gallery/photos/sunset4.jpg
+staroffice6.0/share/gallery/photos/sunset3.jpg
+staroffice6.0/share/gallery/photos/sunset2.jpg
+staroffice6.0/share/gallery/photos/sunset1.jpg
+staroffice6.0/share/gallery/photos/sunflowr.jpg
+staroffice6.0/share/gallery/photos/rose.jpg
+staroffice6.0/share/gallery/photos/railroad.jpg
+staroffice6.0/share/gallery/photos/palms.jpg
+staroffice6.0/share/gallery/photos/ocean.jpg
+staroffice6.0/share/gallery/photos/mountns2.jpg
+staroffice6.0/share/gallery/photos/mountns1.jpg
+staroffice6.0/share/gallery/photos/meadow.jpg
+staroffice6.0/share/gallery/photos/gldngate.jpg
+staroffice6.0/share/gallery/photos/forest2.jpg
+staroffice6.0/share/gallery/photos/forest1.jpg
+staroffice6.0/share/gallery/photos/flowers.jpg
+staroffice6.0/share/gallery/photos/field.jpg
+staroffice6.0/share/gallery/photos/fern.jpg
+staroffice6.0/share/gallery/photos/desert3.jpg
+staroffice6.0/share/gallery/photos/desert2.jpg
+staroffice6.0/share/gallery/photos/desert1.jpg
+staroffice6.0/share/gallery/photos/clouds.jpg
+staroffice6.0/share/gallery/photos/castle.jpg
+staroffice6.0/share/gallery/photos/canyon.jpg
+staroffice6.0/share/gallery/photos/beach.jpg
+staroffice6.0/share/gallery/photos/autumn.jpg
+staroffice6.0/share/gallery/photos/apples.jpg
+staroffice6.0/share/gallery/symbols/zero.wmf
+staroffice6.0/share/gallery/symbols/writing.wmf
+staroffice6.0/share/gallery/symbols/woman.wmf
+staroffice6.0/share/gallery/symbols/wheelchair.wmf
+staroffice6.0/share/gallery/symbols/web.wmf
+staroffice6.0/share/gallery/symbols/waiting_1.wmf
+staroffice6.0/share/gallery/symbols/upstairs.wmf
+staroffice6.0/share/gallery/symbols/two.wmf
+staroffice6.0/share/gallery/symbols/train.wmf
+staroffice6.0/share/gallery/symbols/top.wmf
+staroffice6.0/share/gallery/symbols/throw_away.wmf
+staroffice6.0/share/gallery/symbols/three.wmf
+staroffice6.0/share/gallery/symbols/stop.wmf
+staroffice6.0/share/gallery/symbols/snowflake.wmf
+staroffice6.0/share/gallery/symbols/sun.wmf
+staroffice6.0/share/gallery/symbols/ship.wmf
+staroffice6.0/share/gallery/symbols/senior.wmf
+staroffice6.0/share/gallery/symbols/scissors.wmf
+staroffice6.0/share/gallery/symbols/right.wmf
+staroffice6.0/share/gallery/symbols/rain.wmf
+staroffice6.0/share/gallery/symbols/question.wmf
+staroffice6.0/share/gallery/symbols/q_and_a.wmf
+staroffice6.0/share/gallery/symbols/plane.wmf
+staroffice6.0/share/gallery/symbols/pen.wmf
+staroffice6.0/share/gallery/symbols/paperclip.wmf
+staroffice6.0/share/gallery/symbols/paper.wmf
+staroffice6.0/share/gallery/symbols/page.wmf
+staroffice6.0/share/gallery/symbols/one.wmf
+staroffice6.0/share/gallery/symbols/no_smoking.wmf
+staroffice6.0/share/gallery/symbols/network.wmf
+staroffice6.0/share/gallery/symbols/monitor.wmf
+staroffice6.0/share/gallery/symbols/mild.wmf
+staroffice6.0/share/gallery/symbols/medal.wmf
+staroffice6.0/share/gallery/symbols/male.wmf
+staroffice6.0/share/gallery/symbols/loudspeaker.wmf
+staroffice6.0/share/gallery/symbols/letter_2.wmf
+staroffice6.0/share/gallery/symbols/letter.wmf
+staroffice6.0/share/gallery/symbols/left.wmf
+staroffice6.0/share/gallery/symbols/idea.wmf
+staroffice6.0/share/gallery/symbols/man.wmf
+staroffice6.0/share/gallery/symbols/hot.wmf
+staroffice6.0/share/gallery/symbols/help.wmf
+staroffice6.0/share/gallery/symbols/handshake.wmf
+staroffice6.0/share/gallery/symbols/four.wmf
+staroffice6.0/share/gallery/symbols/flash.wmf
+staroffice6.0/share/gallery/symbols/five.wmf
+staroffice6.0/share/gallery/symbols/fire-exit.wmf
+staroffice6.0/share/gallery/symbols/female.wmf
+staroffice6.0/share/gallery/symbols/exting.wmf
+staroffice6.0/share/gallery/symbols/drop.wmf
+staroffice6.0/share/gallery/symbols/downstairs.wmf
+staroffice6.0/share/gallery/symbols/down.wmf
+staroffice6.0/share/gallery/symbols/cut.wmf
+staroffice6.0/share/gallery/symbols/cup.wmf
+staroffice6.0/share/gallery/symbols/computer.wmf
+staroffice6.0/share/gallery/symbols/compassrose.wmf
+staroffice6.0/share/gallery/symbols/cold.wmf
+staroffice6.0/share/gallery/symbols/cloudy.wmf
+staroffice6.0/share/gallery/symbols/cloud.wmf
+staroffice6.0/share/gallery/symbols/bomb.wmf
+staroffice6.0/share/gallery/symbols/baby.wmf
+staroffice6.0/share/gallery/symbols/attention.wmf
+staroffice6.0/share/gallery/symbols/answer.wmf
+staroffice6.0/share/gallery/bullets/ylwstar.gif
+staroffice6.0/share/gallery/bullets/ylwsqare.gif
+staroffice6.0/share/gallery/bullets/ylwdiamd.gif
+staroffice6.0/share/gallery/bullets/ylwball.gif
+staroffice6.0/share/gallery/bullets/ylwarrow.gif
+staroffice6.0/share/gallery/bullets/whtpearl.gif
+staroffice6.0/share/gallery/bullets/redstar.gif
+staroffice6.0/share/gallery/bullets/redsqare.gif
+staroffice6.0/share/gallery/bullets/reddiamd.gif
+staroffice6.0/share/gallery/bullets/redball.gif
+staroffice6.0/share/gallery/bullets/redarrow.gif
+staroffice6.0/share/gallery/bullets/rainbow.gif
+staroffice6.0/share/gallery/bullets/popcorn_2.gif
+staroffice6.0/share/gallery/bullets/popcorn_1.gif
+staroffice6.0/share/gallery/bullets/poliball.gif
+staroffice6.0/share/gallery/bullets/pebble_3.gif
+staroffice6.0/share/gallery/bullets/pebble_2.gif
+staroffice6.0/share/gallery/bullets/pebble_1.gif
+staroffice6.0/share/gallery/bullets/orgstar.gif
+staroffice6.0/share/gallery/bullets/orgsqare.gif
+staroffice6.0/share/gallery/bullets/orgdiamd.gif
+staroffice6.0/share/gallery/bullets/orgball.gif
+staroffice6.0/share/gallery/bullets/orgarrow.gif
+staroffice6.0/share/gallery/bullets/grystar.gif
+staroffice6.0/share/gallery/bullets/grysqare.gif
+staroffice6.0/share/gallery/bullets/grydiamd.gif
+staroffice6.0/share/gallery/bullets/gryball.gif
+staroffice6.0/share/gallery/bullets/gryarrow.gif
+staroffice6.0/share/gallery/bullets/grnstar.gif
+staroffice6.0/share/gallery/bullets/grnsqare.gif
+staroffice6.0/share/gallery/bullets/grnpearl.gif
+staroffice6.0/share/gallery/bullets/grndiamd.gif
+staroffice6.0/share/gallery/bullets/grnball.gif
+staroffice6.0/share/gallery/bullets/grnarrow.gif
+staroffice6.0/share/gallery/bullets/golfball.gif
+staroffice6.0/share/gallery/bullets/gldpearl.gif
+staroffice6.0/share/gallery/bullets/darkblue.gif
+staroffice6.0/share/gallery/bullets/darkball.gif
+staroffice6.0/share/gallery/bullets/corner_4.gif
+staroffice6.0/share/gallery/bullets/corner_3.gif
+staroffice6.0/share/gallery/bullets/corner_2.gif
+staroffice6.0/share/gallery/bullets/corner_1.gif
+staroffice6.0/share/gallery/bullets/con-yellow.gif
+staroffice6.0/share/gallery/bullets/con-red.gif
+staroffice6.0/share/gallery/bullets/con-pink.gif
+staroffice6.0/share/gallery/bullets/con-oran.gif
+staroffice6.0/share/gallery/bullets/con-lilac.gif
+staroffice6.0/share/gallery/bullets/con-green.gif
+staroffice6.0/share/gallery/bullets/con-cyan.gif
+staroffice6.0/share/gallery/bullets/con-blue.gif
+staroffice6.0/share/gallery/bullets/coffee_5.gif
+staroffice6.0/share/gallery/bullets/coffee_4.gif
+staroffice6.0/share/gallery/bullets/coffee_3.gif
+staroffice6.0/share/gallery/bullets/coffee_2.gif
+staroffice6.0/share/gallery/bullets/coffee_1.gif
+staroffice6.0/share/gallery/bullets/blustar.gif
+staroffice6.0/share/gallery/bullets/blusqare.gif
+staroffice6.0/share/gallery/bullets/bluered.gif
+staroffice6.0/share/gallery/bullets/bludiamd.gif
+staroffice6.0/share/gallery/bullets/bluball.gif
+staroffice6.0/share/gallery/bullets/bluarrow.gif
+staroffice6.0/share/gallery/bullets/blkpearl.gif
+staroffice6.0/share/gallery/www-back/wood.jpg
+staroffice6.0/share/gallery/www-back/wet-turquoise.jpg
+staroffice6.0/share/gallery/www-back/wall-grey.jpg
+staroffice6.0/share/gallery/www-back/structure_green.jpg
+staroffice6.0/share/gallery/www-back/structure_darkgreen.gif
+staroffice6.0/share/gallery/www-back/structure.jpg
+staroffice6.0/share/gallery/www-back/stone.jpg
+staroffice6.0/share/gallery/www-back/stone-dark.jpg
+staroffice6.0/share/gallery/www-back/space.jpg
+staroffice6.0/share/gallery/www-back/soft-structure_grey.jpg
+staroffice6.0/share/gallery/www-back/sky.jpg
+staroffice6.0/share/gallery/www-back/sand.jpg
+staroffice6.0/share/gallery/www-back/sand-light.jpg
+staroffice6.0/share/gallery/www-back/roses.jpg
+staroffice6.0/share/gallery/www-back/rings-orange.jpg
+staroffice6.0/share/gallery/www-back/rings-green.jpg
+staroffice6.0/share/gallery/www-back/reddark.jpg
+staroffice6.0/share/gallery/www-back/purple.jpg
+staroffice6.0/share/gallery/www-back/popcorn.jpg
+staroffice6.0/share/gallery/www-back/pool.jpg
+staroffice6.0/share/gallery/www-back/pink.gif
+staroffice6.0/share/gallery/www-back/pebble-light.jpg
+staroffice6.0/share/gallery/www-back/pattern.jpg
+staroffice6.0/share/gallery/www-back/notes.gif
+staroffice6.0/share/gallery/www-back/mint.gif
+staroffice6.0/share/gallery/www-back/mazes.jpg
+staroffice6.0/share/gallery/www-back/marble_dark.jpg
+staroffice6.0/share/gallery/www-back/marble.jpg
+staroffice6.0/share/gallery/www-back/liquid-blue.jpg
+staroffice6.0/share/gallery/www-back/lino-green.jpg
+staroffice6.0/share/gallery/www-back/linen-fine.jpg
+staroffice6.0/share/gallery/www-back/lightblue-wet.jpg
+staroffice6.0/share/gallery/www-back/lawn.jpg
+staroffice6.0/share/gallery/www-back/lawn-artificial.jpg
+staroffice6.0/share/gallery/www-back/jeansblk.jpg
+staroffice6.0/share/gallery/www-back/jeans.jpg
+staroffice6.0/share/gallery/www-back/interstices.jpg
+staroffice6.0/share/gallery/www-back/imitation_leather.jpg
+staroffice6.0/share/gallery/www-back/ice-light.jpg
+staroffice6.0/share/gallery/www-back/ice-blue.jpg
+staroffice6.0/share/gallery/www-back/grypaws.gif
+staroffice6.0/share/gallery/www-back/grey.gif
+staroffice6.0/share/gallery/www-back/gregre.gif
+staroffice6.0/share/gallery/www-back/fuzzy_light.jpg
+staroffice6.0/share/gallery/www-back/fuzzy-lightgrey.jpg
+staroffice6.0/share/gallery/www-back/fuzzy-grey.jpg
+staroffice6.0/share/gallery/www-back/fuzzy-darkgrey.jpg
+staroffice6.0/share/gallery/www-back/fuzzy-blue.jpg
+staroffice6.0/share/gallery/www-back/fluffy.jpg
+staroffice6.0/share/gallery/www-back/fluffy-grey.jpg
+staroffice6.0/share/gallery/www-back/daisy.jpg
+staroffice6.0/share/gallery/www-back/confetti.jpg
+staroffice6.0/share/gallery/www-back/citrus.jpg
+staroffice6.0/share/gallery/www-back/chocolate.jpg
+staroffice6.0/share/gallery/www-back/cheese.jpg
+staroffice6.0/share/gallery/www-back/canvas_blue.jpg
+staroffice6.0/share/gallery/www-back/bulging.jpg
+staroffice6.0/share/gallery/www-back/blueblop.jpg
+staroffice6.0/share/gallery/www-back/blow_green.jpg
+staroffice6.0/share/gallery/www-back/blocks.jpg
+staroffice6.0/share/gallery/www-back/bathroom.jpg
+staroffice6.0/share/gallery/www-back/aqua.jpg
+staroffice6.0/share/gallery/htmlexpo/sologo.gif
+staroffice6.0/share/gallery/htmlexpo/simup.gif
+staroffice6.0/share/gallery/htmlexpo/simtext.gif
+staroffice6.0/share/gallery/htmlexpo/simprev_.gif
+staroffice6.0/share/gallery/htmlexpo/simprev.gif
+staroffice6.0/share/gallery/htmlexpo/simnext_.gif
+staroffice6.0/share/gallery/htmlexpo/simnext.gif
+staroffice6.0/share/gallery/htmlexpo/simnav.gif
+staroffice6.0/share/gallery/htmlexpo/simlast_.gif
+staroffice6.0/share/gallery/htmlexpo/simlast.gif
+staroffice6.0/share/gallery/htmlexpo/simfirs_.gif
+staroffice6.0/share/gallery/htmlexpo/simfirs.gif
+staroffice6.0/share/gallery/htmlexpo/simdown.gif
+staroffice6.0/share/gallery/htmlexpo/greup.gif
+staroffice6.0/share/gallery/htmlexpo/gretext.gif
+staroffice6.0/share/gallery/htmlexpo/greprev_.gif
+staroffice6.0/share/gallery/htmlexpo/greprev.gif
+staroffice6.0/share/gallery/htmlexpo/grenext_.gif
+staroffice6.0/share/gallery/htmlexpo/grenext.gif
+staroffice6.0/share/gallery/htmlexpo/grenav.gif
+staroffice6.0/share/gallery/htmlexpo/grelast_.gif
+staroffice6.0/share/gallery/htmlexpo/grelast.gif
+staroffice6.0/share/gallery/htmlexpo/grefirs_.gif
+staroffice6.0/share/gallery/htmlexpo/grefirs.gif
+staroffice6.0/share/gallery/htmlexpo/gredown.gif
+staroffice6.0/share/gallery/htmlexpo/cubup.gif
+staroffice6.0/share/gallery/htmlexpo/cubtext.gif
+staroffice6.0/share/gallery/htmlexpo/cubprev_.gif
+staroffice6.0/share/gallery/htmlexpo/cubprev.gif
+staroffice6.0/share/gallery/htmlexpo/cubnext_.gif
+staroffice6.0/share/gallery/htmlexpo/cubnext.gif
+staroffice6.0/share/gallery/htmlexpo/cubnav.gif
+staroffice6.0/share/gallery/htmlexpo/cublast_.gif
+staroffice6.0/share/gallery/htmlexpo/cublast.gif
+staroffice6.0/share/gallery/htmlexpo/cubfirs_.gif
+staroffice6.0/share/gallery/htmlexpo/cubfirs.gif
+staroffice6.0/share/gallery/htmlexpo/cubdown.gif
+staroffice6.0/share/gallery/htmlexpo/bluup.gif
+staroffice6.0/share/gallery/htmlexpo/blutext.gif
+staroffice6.0/share/gallery/htmlexpo/bluprev_.gif
+staroffice6.0/share/gallery/htmlexpo/bluprev.gif
+staroffice6.0/share/gallery/htmlexpo/blunext_.gif
+staroffice6.0/share/gallery/htmlexpo/blunext.gif
+staroffice6.0/share/gallery/htmlexpo/blunav.gif
+staroffice6.0/share/gallery/htmlexpo/blulast_.gif
+staroffice6.0/share/gallery/htmlexpo/blulast.gif
+staroffice6.0/share/gallery/htmlexpo/blufirs_.gif
+staroffice6.0/share/gallery/htmlexpo/blufirs.gif
+staroffice6.0/share/gallery/htmlexpo/bludown.gif
+staroffice6.0/share/basic/Euro/Writer.xba
+staroffice6.0/share/basic/Euro/Soft.xba
+staroffice6.0/share/basic/Euro/Protect.xba
+staroffice6.0/share/basic/Euro/Init.xba
+staroffice6.0/share/basic/Euro/Hard.xba
+staroffice6.0/share/basic/Euro/ConvertRun.xba
+staroffice6.0/share/basic/Euro/Common.xba
+staroffice6.0/share/basic/Euro/AutoPilotRun.xba
+staroffice6.0/share/basic/Euro/DlgPassword.xdl
+staroffice6.0/share/basic/Euro/DlgConvert.xdl
+staroffice6.0/share/basic/ImportWizard/Language.xba
+staroffice6.0/share/basic/ImportWizard/Main.xba
+staroffice6.0/share/basic/ImportWizard/FilesModul.xba
+staroffice6.0/share/basic/ImportWizard/API.xba
+staroffice6.0/share/basic/ImportWizard/DialogModul.xba
+staroffice6.0/share/basic/ImportWizard/ImportDialog.xdl
+staroffice6.0/share/basic/Tools/ModuleControls.xba
+staroffice6.0/share/basic/Tools/Strings.xba
+staroffice6.0/share/basic/Tools/Misc.xba
+staroffice6.0/share/basic/Tools/Recursive.xba
+staroffice6.0/share/basic/Tools/Debug.xba
+staroffice6.0/share/basic/Tools/Listbox.xba
+staroffice6.0/share/basic/Gimmicks/UserfieldsLanguage.xba
+staroffice6.0/share/basic/Gimmicks/Userfields.xba
+staroffice6.0/share/basic/Gimmicks/ReadDir.xba
+staroffice6.0/share/basic/Gimmicks/GetTexts.xba
+staroffice6.0/share/basic/Gimmicks/ChangeAllChars.xba
+staroffice6.0/share/basic/Gimmicks/AutoTextLanguage.xba
+staroffice6.0/share/basic/Gimmicks/AutoText.xba
+staroffice6.0/share/basic/Gimmicks/UserfieldDlg.xdl
+staroffice6.0/share/basic/Gimmicks/ReadDirdlg.xdl
+staroffice6.0/share/basic/Template/Samples.xba
+staroffice6.0/share/basic/Template/ModuleAgenda.xba
+staroffice6.0/share/basic/Template/Greeting.xba
+staroffice6.0/share/basic/Template/Correspondence.xba
+staroffice6.0/share/basic/Template/Autotext.xba
+staroffice6.0/share/basic/Template/TemplateDialog.xdl
+staroffice6.0/share/basic/Template/DlgGreeting.xdl
+staroffice6.0/share/basic/Template/DialogStyles.xdl
+staroffice6.0/share/basic/WebWizard/Language.xba
+staroffice6.0/share/basic/WebWizard/HtmlAutoPilotBasic.xba
+staroffice6.0/share/basic/WebWizard/Common.xba
+staroffice6.0/share/basic/WebWizard/Bullets.xba
+staroffice6.0/share/basic/WebWizard/WebWzrd.xdl
+staroffice6.0/share/basic/Schedule/OwnEvents.xba
+staroffice6.0/share/basic/Schedule/Language.xba
+staroffice6.0/share/basic/Schedule/HolidayUSA.xba
+staroffice6.0/share/basic/Schedule/HolidaySweden.xba
+staroffice6.0/share/basic/Schedule/HolidaySpain.xba
+staroffice6.0/share/basic/Schedule/HolidayRussia.xba
+staroffice6.0/share/basic/Schedule/HolidayPortugal.xba
+staroffice6.0/share/basic/Schedule/HolidayPoland.xba
+staroffice6.0/share/basic/Schedule/HolidayNetherlands.xba
+staroffice6.0/share/basic/Schedule/HolidayItalia.xba
+staroffice6.0/share/basic/Schedule/HolidayGerman.xba
+staroffice6.0/share/basic/Schedule/HolidayFrance.xba
+staroffice6.0/share/basic/Schedule/HolidayDanmark.xba
+staroffice6.0/share/basic/Schedule/DlgControl.xba
+staroffice6.0/share/basic/Schedule/CreateTable.xba
+staroffice6.0/share/basic/Schedule/CalendarMain.xba
+staroffice6.0/share/basic/Schedule/BankHoliday.xba
+staroffice6.0/share/basic/Schedule/DlgCalendar.xdl
+staroffice6.0/share/basic/FormWizard/tools.xba
+staroffice6.0/share/basic/FormWizard/develop.xba
+staroffice6.0/share/basic/FormWizard/Layouter.xba
+staroffice6.0/share/basic/FormWizard/Language.xba
+staroffice6.0/share/basic/FormWizard/FormWizard.xba
+staroffice6.0/share/basic/FormWizard/DlgTools.xba
+staroffice6.0/share/basic/FormWizard/DBMeta.xba
+staroffice6.0/share/basic/FormWizard/DlgFormDB.xdl
+staroffice6.0/share/fonts/truetype/ansi____.ttf
+staroffice6.0/share/fonts/truetype/ansbi___.ttf
+staroffice6.0/share/fonts/truetype/ansb____.ttf
+staroffice6.0/share/fonts/truetype/ans_____.ttf
+staroffice6.0/share/fonts/truetype/shef_bd.ttf
+staroffice6.0/share/fonts/truetype/shef_it.ttf
+staroffice6.0/share/fonts/truetype/shef_rg.ttf
+staroffice6.0/share/fonts/truetype/kidprbol.ttf
+staroffice6.0/share/fonts/truetype/kidpr.ttf
+staroffice6.0/share/fonts/truetype/broad.ttf
+staroffice6.0/share/fonts/truetype/gara_i.ttf
+staroffice6.0/share/fonts/truetype/gara_bdi.ttf
+staroffice6.0/share/fonts/truetype/gara_bd.ttf
+staroffice6.0/share/fonts/truetype/gara_r.ttf
+staroffice6.0/share/fonts/truetype/pascsb.ttf
+staroffice6.0/share/fonts/truetype/palscr.ttf
+staroffice6.0/share/fonts/truetype/ims_i.ttf
+staroffice6.0/share/fonts/truetype/is______.ttf
+staroffice6.0/share/fonts/truetype/ariblk.ttf
+staroffice6.0/share/fonts/truetype/arialni.ttf
+staroffice6.0/share/fonts/truetype/arialnbi.ttf
+staroffice6.0/share/fonts/truetype/arialnb.ttf
+staroffice6.0/share/fonts/truetype/arialn.ttf
+staroffice6.0/share/fonts/truetype/thorncp.ttf
+staroffice6.0/share/fonts/truetype/cumbbic.ttf
+staroffice6.0/share/fonts/truetype/thornicp.ttf
+staroffice6.0/share/fonts/truetype/cumbic.ttf
+staroffice6.0/share/fonts/truetype/thornzcp.ttf
+staroffice6.0/share/fonts/truetype/cumbbc.ttf
+staroffice6.0/share/fonts/truetype/cumbc.ttf
+staroffice6.0/share/fonts/truetype/albanyic.ttf
+staroffice6.0/share/fonts/truetype/soui.ttf
+staroffice6.0/share/fonts/truetype/albanyzc.ttf
+staroffice6.0/share/fonts/truetype/albanybc.ttf
+staroffice6.0/share/fonts/truetype/albanyc.ttf
+staroffice6.0/share/fonts/truetype/starsymb.ttf
+staroffice6.0/share/fonts/truetype/thornbcp.ttf
+staroffice6.0/share/fonts/truetype/fonts.dir
+staroffice6.0/share/config/psetupl.xpm
+staroffice6.0/share/config/psetup.xpm
+staroffice6.0/share/config/symbol/sc00000.bmp
+staroffice6.0/share/config/symbol/u_low.bmp
+staroffice6.0/share/config/symbol/u_high.bmp
+staroffice6.0/share/config/symbol/sortu.bmp
+staroffice6.0/share/config/symbol/sortd.bmp
+staroffice6.0/share/config/symbol/sco262.bmp
+staroffice6.0/share/config/symbol/sco261.bmp
+staroffice6.0/share/config/symbol/sco161.bmp
+staroffice6.0/share/config/symbol/scnumb.bmp
+staroffice6.0/share/config/symbol/scbullet.bmp
+staroffice6.0/share/config/symbol/sc6377.bmp
+staroffice6.0/share/config/symbol/sc30782.bmp
+staroffice6.0/share/config/symbol/sc30774.bmp
+staroffice6.0/share/config/symbol/sc30773.bmp
+staroffice6.0/share/config/symbol/sc30770.bmp
+staroffice6.0/share/config/symbol/sc30012.bmp
+staroffice6.0/share/config/symbol/sc30011.bmp
+staroffice6.0/share/config/symbol/sc30010.bmp
+staroffice6.0/share/config/symbol/sc30009.bmp
+staroffice6.0/share/config/symbol/sc30008.bmp
+staroffice6.0/share/config/symbol/sc30007.bmp
+staroffice6.0/share/config/symbol/sc30005.bmp
+staroffice6.0/share/config/symbol/sc30004.bmp
+staroffice6.0/share/config/symbol/sc30003.bmp
+staroffice6.0/share/config/symbol/sc30002.bmp
+staroffice6.0/share/config/symbol/sc30000.bmp
+staroffice6.0/share/config/symbol/sc27067.bmp
+staroffice6.0/share/config/symbol/sc27066.bmp
+staroffice6.0/share/config/symbol/sc27065.bmp
+staroffice6.0/share/config/symbol/sc27030.bmp
+staroffice6.0/share/config/symbol/sc21250.bmp
+staroffice6.0/share/config/symbol/sc21240.bmp
+staroffice6.0/share/config/symbol/sc21230.bmp
+staroffice6.0/share/config/symbol/sc21220.bmp
+staroffice6.0/share/config/symbol/sc21210.bmp
+staroffice6.0/share/config/symbol/sc21200.bmp
+staroffice6.0/share/config/symbol/sc21190.bmp
+staroffice6.0/share/config/symbol/sc21180.bmp
+staroffice6.0/share/config/symbol/sc21170.bmp
+staroffice6.0/share/config/symbol/sc21160.bmp
+staroffice6.0/share/config/symbol/sc21150.bmp
+staroffice6.0/share/config/symbol/sc21142.bmp
+staroffice6.0/share/config/symbol/sc21141.bmp
+staroffice6.0/share/config/symbol/sc21140.bmp
+staroffice6.0/share/config/symbol/sc21130.bmp
+staroffice6.0/share/config/symbol/sc21121.bmp
+staroffice6.0/share/config/symbol/sc21120.bmp
+staroffice6.0/share/config/symbol/sc21111.bmp
+staroffice6.0/share/config/symbol/sc21110.bmp
+staroffice6.0/share/config/symbol/sc21105.bmp
+staroffice6.0/share/config/symbol/sc21104.bmp
+staroffice6.0/share/config/symbol/sc21103.bmp
+staroffice6.0/share/config/symbol/sc21102.bmp
+staroffice6.0/share/config/symbol/sc21101.bmp
+staroffice6.0/share/config/symbol/sc21100.bmp
+staroffice6.0/share/config/symbol/sc21080.bmp
+staroffice6.0/share/config/symbol/sc21070.bmp
+staroffice6.0/share/config/symbol/sc21062.bmp
+staroffice6.0/share/config/symbol/sc21061.bmp
+staroffice6.0/share/config/symbol/sc21060.bmp
+staroffice6.0/share/config/symbol/sc21051.bmp
+staroffice6.0/share/config/symbol/sc21050.bmp
+staroffice6.0/share/config/symbol/sc14786.bmp
+staroffice6.0/share/config/symbol/sc14785.bmp
+staroffice6.0/share/config/symbol/sc14781.bmp
+staroffice6.0/share/config/symbol/sc14780.bmp
+staroffice6.0/share/config/symbol/sc12234.bmp
+staroffice6.0/share/config/symbol/sc12232.bmp
+staroffice6.0/share/config/symbol/sc12231.bmp
+staroffice6.0/share/config/symbol/sc12230.bmp
+staroffice6.0/share/config/symbol/sc12229.bmp
+staroffice6.0/share/config/symbol/sc12228.bmp
+staroffice6.0/share/config/symbol/sc12227.bmp
+staroffice6.0/share/config/symbol/sc12226.bmp
+staroffice6.0/share/config/symbol/sc12225.bmp
+staroffice6.0/share/config/symbol/sc12224.bmp
+staroffice6.0/share/config/symbol/sc12223.bmp
+staroffice6.0/share/config/symbol/sc12222.bmp
+staroffice6.0/share/config/symbol/sc12221.bmp
+staroffice6.0/share/config/symbol/sc12212.bmp
+staroffice6.0/share/config/symbol/sc12204.bmp
+staroffice6.0/share/config/symbol/sc12203.bmp
+staroffice6.0/share/config/symbol/sc12202.bmp
+staroffice6.0/share/config/symbol/sc12201.bmp
+staroffice6.0/share/config/symbol/sc12021.bmp
+staroffice6.0/share/config/symbol/sc10503.bmp
+staroffice6.0/share/config/symbol/sc10465.bmp
+staroffice6.0/share/config/symbol/sc10464.bmp
+staroffice6.0/share/config/symbol/sc10463.bmp
+staroffice6.0/share/config/symbol/sc10462.bmp
+staroffice6.0/share/config/symbol/sc10461.bmp
+staroffice6.0/share/config/symbol/sc10458.bmp
+staroffice6.0/share/config/symbol/sc10434.bmp
+staroffice6.0/share/config/symbol/sc10403.bmp
+staroffice6.0/share/config/symbol/sc10402.bmp
+staroffice6.0/share/config/symbol/sc10401.bmp
+staroffice6.0/share/config/symbol/sc10399.bmp
+staroffice6.0/share/config/symbol/sc10398.bmp
+staroffice6.0/share/config/symbol/sc10397.bmp
+staroffice6.0/share/config/symbol/sc10396.bmp
+staroffice6.0/share/config/symbol/sc10395.bmp
+staroffice6.0/share/config/symbol/sc10394.bmp
+staroffice6.0/share/config/symbol/sc10393.bmp
+staroffice6.0/share/config/symbol/sc10391.bmp
+staroffice6.0/share/config/symbol/sc10390.bmp
+staroffice6.0/share/config/symbol/sc10389.bmp
+staroffice6.0/share/config/symbol/sc10388.bmp
+staroffice6.0/share/config/symbol/sc10387.bmp
+staroffice6.0/share/config/symbol/sc10386.bmp
+staroffice6.0/share/config/symbol/sc10385.bmp
+staroffice6.0/share/config/symbol/sc10384.bmp
+staroffice6.0/share/config/symbol/sc10383.bmp
+staroffice6.0/share/config/symbol/sc10382.bmp
+staroffice6.0/share/config/symbol/sc10381.bmp
+staroffice6.0/share/config/symbol/sc10380.bmp
+staroffice6.0/share/config/symbol/sc10379.bmp
+staroffice6.0/share/config/symbol/sc10378.bmp
+staroffice6.0/share/config/symbol/sc10376.bmp
+staroffice6.0/share/config/symbol/sc10375.bmp
+staroffice6.0/share/config/symbol/sc10371.bmp
+staroffice6.0/share/config/symbol/sc10366.bmp
+staroffice6.0/share/config/symbol/sc10360.bmp
+staroffice6.0/share/config/symbol/sc10350.bmp
+staroffice6.0/share/config/symbol/sc10301.bmp
+staroffice6.0/share/config/symbol/sc10297.bmp
+staroffice6.0/share/config/symbol/sc10296.bmp
+staroffice6.0/share/config/symbol/sc10295.bmp
+staroffice6.0/share/config/symbol/sc10294.bmp
+staroffice6.0/share/config/symbol/sc10287.bmp
+staroffice6.0/share/config/symbol/sc10286.bmp
+staroffice6.0/share/config/symbol/sc10283.bmp
+staroffice6.0/share/config/symbol/sc10282.bmp
+staroffice6.0/share/config/symbol/sc10256.bmp
+staroffice6.0/share/config/symbol/sc10255.bmp
+staroffice6.0/share/config/symbol/sc10254.bmp
+staroffice6.0/share/config/symbol/sc10253.bmp
+staroffice6.0/share/config/symbol/sc10244.bmp
+staroffice6.0/share/config/symbol/sc10243.bmp
+staroffice6.0/share/config/symbol/sc10242.bmp
+staroffice6.0/share/config/symbol/sc10241.bmp
+staroffice6.0/share/config/symbol/sc10240.bmp
+staroffice6.0/share/config/symbol/sc10233.bmp
+staroffice6.0/share/config/symbol/sc10232.bmp
+staroffice6.0/share/config/symbol/sc10231.bmp
+staroffice6.0/share/config/symbol/sc10224.bmp
+staroffice6.0/share/config/symbol/sc10223.bmp
+staroffice6.0/share/config/symbol/sc10217.bmp
+staroffice6.0/share/config/symbol/sc10201.bmp
+staroffice6.0/share/config/symbol/sc10200.bmp
+staroffice6.0/share/config/symbol/sc10199.bmp
+staroffice6.0/share/config/symbol/sc10197.bmp
+staroffice6.0/share/config/symbol/sc10196.bmp
+staroffice6.0/share/config/symbol/sc10195.bmp
+staroffice6.0/share/config/symbol/sc10194.bmp
+staroffice6.0/share/config/symbol/sc10193.bmp
+staroffice6.0/share/config/symbol/sc10192.bmp
+staroffice6.0/share/config/symbol/sc10191.bmp
+staroffice6.0/share/config/symbol/sc10190.bmp
+staroffice6.0/share/config/symbol/sc10189.bmp
+staroffice6.0/share/config/symbol/sc10188.bmp
+staroffice6.0/share/config/symbol/sc10187.bmp
+staroffice6.0/share/config/symbol/sc10186.bmp
+staroffice6.0/share/config/symbol/sc10185.bmp
+staroffice6.0/share/config/symbol/sc10164.bmp
+staroffice6.0/share/config/symbol/sc10163.bmp
+staroffice6.0/share/config/symbol/sc10162.bmp
+staroffice6.0/share/config/symbol/sc10161.bmp
+staroffice6.0/share/config/symbol/sc10160.bmp
+staroffice6.0/share/config/symbol/sc10159.bmp
+staroffice6.0/share/config/symbol/sc10158.bmp
+staroffice6.0/share/config/symbol/sc10157.bmp
+staroffice6.0/share/config/symbol/sc10156.bmp
+staroffice6.0/share/config/symbol/sc10155.bmp
+staroffice6.0/share/config/symbol/sc10154.bmp
+staroffice6.0/share/config/symbol/sc10153.bmp
+staroffice6.0/share/config/symbol/sc10152.bmp
+staroffice6.0/share/config/symbol/sc10151.bmp
+staroffice6.0/share/config/symbol/sc10150.bmp
+staroffice6.0/share/config/symbol/sc10148.bmp
+staroffice6.0/share/config/symbol/sc10147.bmp
+staroffice6.0/share/config/symbol/sc10146.bmp
+staroffice6.0/share/config/symbol/sc10145.bmp
+staroffice6.0/share/config/symbol/sc10144.bmp
+staroffice6.0/share/config/symbol/sc10143.bmp
+staroffice6.0/share/config/symbol/sc10142.bmp
+staroffice6.0/share/config/symbol/sc10141.bmp
+staroffice6.0/share/config/symbol/sc10140.bmp
+staroffice6.0/share/config/symbol/sc10139.bmp
+staroffice6.0/share/config/symbol/sc10138.bmp
+staroffice6.0/share/config/symbol/sc10137.bmp
+staroffice6.0/share/config/symbol/sc10136.bmp
+staroffice6.0/share/config/symbol/sc10135.bmp
+staroffice6.0/share/config/symbol/sc10134.bmp
+staroffice6.0/share/config/symbol/sc10133.bmp
+staroffice6.0/share/config/symbol/sc10132.bmp
+staroffice6.0/share/config/symbol/sc10131.bmp
+staroffice6.0/share/config/symbol/sc10130.bmp
+staroffice6.0/share/config/symbol/sc10129.bmp
+staroffice6.0/share/config/symbol/sc10128.bmp
+staroffice6.0/share/config/symbol/sc10127.bmp
+staroffice6.0/share/config/symbol/sc10126.bmp
+staroffice6.0/share/config/symbol/sc10125.bmp
+staroffice6.0/share/config/symbol/sc10124.bmp
+staroffice6.0/share/config/symbol/sc10123.bmp
+staroffice6.0/share/config/symbol/sc10122.bmp
+staroffice6.0/share/config/symbol/sc10121.bmp
+staroffice6.0/share/config/symbol/sc10120.bmp
+staroffice6.0/share/config/symbol/sc10119.bmp
+staroffice6.0/share/config/symbol/sc10118.bmp
+staroffice6.0/share/config/symbol/sc10117.bmp
+staroffice6.0/share/config/symbol/sc10116.bmp
+staroffice6.0/share/config/symbol/sc10115.bmp
+staroffice6.0/share/config/symbol/sc10114.bmp
+staroffice6.0/share/config/symbol/sc10112.bmp
+staroffice6.0/share/config/symbol/sc10110.bmp
+staroffice6.0/share/config/symbol/sc10109.bmp
+staroffice6.0/share/config/symbol/sc10106.bmp
+staroffice6.0/share/config/symbol/sc10105.bmp
+staroffice6.0/share/config/symbol/sc10104.bmp
+staroffice6.0/share/config/symbol/sc10103.bmp
+staroffice6.0/share/config/symbol/sc10102.bmp
+staroffice6.0/share/config/symbol/sc10101.bmp
+staroffice6.0/share/config/symbol/sc10100.bmp
+staroffice6.0/share/config/symbol/sc10099.bmp
+staroffice6.0/share/config/symbol/sc10098.bmp
+staroffice6.0/share/config/symbol/sc10097.bmp
+staroffice6.0/share/config/symbol/sc10096.bmp
+staroffice6.0/share/config/symbol/sc10087.bmp
+staroffice6.0/share/config/symbol/sc10055.bmp
+staroffice6.0/share/config/symbol/sc10050.bmp
+staroffice6.0/share/config/symbol/sc10045.bmp
+staroffice6.0/share/config/symbol/sc10036.bmp
+staroffice6.0/share/config/symbol/sc10035.bmp
+staroffice6.0/share/config/symbol/sc10031.bmp
+staroffice6.0/share/config/symbol/sc10030.bmp
+staroffice6.0/share/config/symbol/sc10029.bmp
+staroffice6.0/share/config/symbol/sc10028.bmp
+staroffice6.0/share/config/symbol/sc10017.bmp
+staroffice6.0/share/config/symbol/sc10016.bmp
+staroffice6.0/share/config/symbol/sc10015.bmp
+staroffice6.0/share/config/symbol/sc10014.bmp
+staroffice6.0/share/config/symbol/sc10013.bmp
+staroffice6.0/share/config/symbol/sc10012.bmp
+staroffice6.0/share/config/symbol/sc10010.bmp
+staroffice6.0/share/config/symbol/sc10009.bmp
+staroffice6.0/share/config/symbol/sc10008.bmp
+staroffice6.0/share/config/symbol/sc10007.bmp
+staroffice6.0/share/config/symbol/sc10006.bmp
+staroffice6.0/share/config/symbol/sc10000.bmp
+staroffice6.0/share/config/symbol/sc06522.bmp
+staroffice6.0/share/config/symbol/sc06384.bmp
+staroffice6.0/share/config/symbol/sc06379.bmp
+staroffice6.0/share/config/symbol/sc06377.bmp
+staroffice6.0/share/config/symbol/sc06370.bmp
+staroffice6.0/share/config/symbol/sc06364.bmp
+staroffice6.0/share/config/symbol/sc06363.bmp
+staroffice6.0/share/config/symbol/sc06362.bmp
+staroffice6.0/share/config/symbol/sc06357.bmp
+staroffice6.0/share/config/symbol/sc06356.bmp
+staroffice6.0/share/config/symbol/sc06355.bmp
+staroffice6.0/share/config/symbol/sc06354.bmp
+staroffice6.0/share/config/symbol/sc06353.bmp
+staroffice6.0/share/config/symbol/sc06352.bmp
+staroffice6.0/share/config/symbol/sc06351.bmp
+staroffice6.0/share/config/symbol/sc06350.bmp
+staroffice6.0/share/config/symbol/sc06339.bmp
+staroffice6.0/share/config/symbol/sc06338.bmp
+staroffice6.0/share/config/symbol/sc06337.bmp
+staroffice6.0/share/config/symbol/sc06336.bmp
+staroffice6.0/share/config/symbol/sc06335.bmp
+staroffice6.0/share/config/symbol/sc06334.bmp
+staroffice6.0/share/config/symbol/sc06333.bmp
+staroffice6.0/share/config/symbol/sc06332.bmp
+staroffice6.0/share/config/symbol/sc06331.bmp
+staroffice6.0/share/config/symbol/sc06330.bmp
+staroffice6.0/share/config/symbol/sc06318.bmp
+staroffice6.0/share/config/symbol/sc06315.bmp
+staroffice6.0/share/config/symbol/sc06314.bmp
+staroffice6.0/share/config/symbol/sc06313.bmp
+staroffice6.0/share/config/symbol/sc06312.bmp
+staroffice6.0/share/config/symbol/sc06309.bmp
+staroffice6.0/share/config/symbol/sc06308.bmp
+staroffice6.0/share/config/symbol/sc06306.bmp
+staroffice6.0/share/config/symbol/sc06305.bmp
+staroffice6.0/share/config/symbol/sc06304.bmp
+staroffice6.0/share/config/symbol/sc06303.bmp
+staroffice6.0/share/config/symbol/sc06302.bmp
+staroffice6.0/share/config/symbol/sc06301.bmp
+staroffice6.0/share/config/symbol/sc06300.bmp
+staroffice6.0/share/config/symbol/sc05963.bmp
+staroffice6.0/share/config/symbol/sc05962.bmp
+staroffice6.0/share/config/symbol/sc05961.bmp
+staroffice6.0/share/config/symbol/sc05960.bmp
+staroffice6.0/share/config/symbol/sc05959.bmp
+staroffice6.0/share/config/symbol/sc05958.bmp
+staroffice6.0/share/config/symbol/sc05957.bmp
+staroffice6.0/share/config/symbol/sc05956.bmp
+staroffice6.0/share/config/symbol/sc05955.bmp
+staroffice6.0/share/config/symbol/sc05954.bmp
+staroffice6.0/share/config/symbol/sc05953.bmp
+staroffice6.0/share/config/symbol/sc05952.bmp
+staroffice6.0/share/config/symbol/sc05951.bmp
+staroffice6.0/share/config/symbol/sc05906.bmp
+staroffice6.0/share/config/symbol/sc05905.bmp
+staroffice6.0/share/config/symbol/sc05904.bmp
+staroffice6.0/share/config/symbol/sc05802.bmp
+staroffice6.0/share/config/symbol/sc05801.bmp
+staroffice6.0/share/config/symbol/sc05800.bmp
+staroffice6.0/share/config/symbol/sc05723.bmp
+staroffice6.0/share/config/symbol/sc05713.bmp
+staroffice6.0/share/config/symbol/sc05712.bmp
+staroffice6.0/share/config/symbol/sc05711.bmp
+staroffice6.0/share/config/symbol/sc05710.bmp
+staroffice6.0/share/config/symbol/sc05702.bmp
+staroffice6.0/share/config/symbol/sc05701.bmp
+staroffice6.0/share/config/symbol/sc05700.bmp
+staroffice6.0/share/config/symbol/sc05694.bmp
+staroffice6.0/share/config/symbol/sc05675.bmp
+staroffice6.0/share/config/symbol/sc05673.bmp
+staroffice6.0/share/config/symbol/sc05672.bmp
+staroffice6.0/share/config/symbol/sc05651.bmp
+staroffice6.0/share/config/symbol/sc05650.bmp
+staroffice6.0/share/config/symbol/sc05649.bmp
+staroffice6.0/share/config/symbol/sc05648.bmp
+staroffice6.0/share/config/symbol/sc05647.bmp
+staroffice6.0/share/config/symbol/sc05646.bmp
+staroffice6.0/share/config/symbol/sc05624.bmp
+staroffice6.0/share/config/symbol/sc05596.bmp
+staroffice6.0/share/config/symbol/sc05595.bmp
+staroffice6.0/share/config/symbol/sc05563.bmp
+staroffice6.0/share/config/symbol/sc05561.bmp
+staroffice6.0/share/config/symbol/sc05556.bmp
+staroffice6.0/share/config/symbol/sc05555.bmp
+staroffice6.0/share/config/symbol/sc05552.bmp
+staroffice6.0/share/config/symbol/sc05539.bmp
+staroffice6.0/share/config/symbol/sc05538.bmp
+staroffice6.0/share/config/symbol/sc05537.bmp
+staroffice6.0/share/config/symbol/sc05535.bmp
+staroffice6.0/share/config/symbol/sc05533.bmp
+staroffice6.0/share/config/symbol/sc05532.bmp
+staroffice6.0/share/config/symbol/sc05509.bmp
+staroffice6.0/share/config/symbol/sc05508.bmp
+staroffice6.0/share/config/symbol/sc05505.bmp
+staroffice6.0/share/config/symbol/sc05504.bmp
+staroffice6.0/share/config/symbol/sc05503.bmp
+staroffice6.0/share/config/symbol/sc05502.bmp
+staroffice6.0/share/config/symbol/sc05501.bmp
+staroffice6.0/share/config/symbol/sc05500.bmp
+staroffice6.0/share/config/symbol/sc05415.bmp
+staroffice6.0/share/config/symbol/sc05414.bmp
+staroffice6.0/share/config/symbol/sc05413.bmp
+staroffice6.0/share/config/symbol/sc05412.bmp
+staroffice6.0/share/config/symbol/sc05411.bmp
+staroffice6.0/share/config/symbol/sc05410.bmp
+staroffice6.0/share/config/symbol/sc05402.bmp
+staroffice6.0/share/config/symbol/sc05401.bmp
+staroffice6.0/share/config/symbol/sc05387.bmp
+staroffice6.0/share/config/symbol/sc05386.bmp
+staroffice6.0/share/config/symbol/sc05384.bmp
+staroffice6.0/share/config/symbol/sc05383.bmp
+staroffice6.0/share/config/symbol/sc05382.bmp
+staroffice6.0/share/config/symbol/sc05381.bmp
+staroffice6.0/share/config/symbol/sc05377.bmp
+staroffice6.0/share/config/symbol/sc05375.bmp
+staroffice6.0/share/config/symbol/sc05374.bmp
+staroffice6.0/share/config/symbol/sc05373.bmp
+staroffice6.0/share/config/symbol/sc05371.bmp
+staroffice6.0/share/config/symbol/sc05370.bmp
+staroffice6.0/share/config/symbol/sc05369.bmp
+staroffice6.0/share/config/symbol/sc05368.bmp
+staroffice6.0/share/config/symbol/sc05367.bmp
+staroffice6.0/share/config/symbol/sc05366.bmp
+staroffice6.0/share/config/symbol/sc05365.bmp
+staroffice6.0/share/config/symbol/sc05364.bmp
+staroffice6.0/share/config/symbol/sc05363.bmp
+staroffice6.0/share/config/symbol/sc05362.bmp
+staroffice6.0/share/config/symbol/sc05361.bmp
+staroffice6.0/share/config/symbol/sc05339.bmp
+staroffice6.0/share/config/symbol/sc05338.bmp
+staroffice6.0/share/config/symbol/sc05331.bmp
+staroffice6.0/share/config/symbol/sc05325.bmp
+staroffice6.0/share/config/symbol/sc05302.bmp
+staroffice6.0/share/config/symbol/sc05300.bmp
+staroffice6.0/share/config/symbol/u_normal.bmp
+staroffice6.0/share/config/registry/cache/instance/org/openoffice/Inet.dat
+staroffice6.0/share/config/registry/cache/instance/org/openoffice/UserProfile.dat
+staroffice6.0/share/config/registry/cache/instance/org/openoffice/ucb/Store.dat
+staroffice6.0/share/config/registry/cache/instance/org/openoffice/ucb/Configuration.dat
+staroffice6.0/share/config/registry/cache/instance/org/openoffice/Office/Java.dat
+staroffice6.0/share/config/registry/cache/instance/org/openoffice/Office/Calc.dat
+staroffice6.0/share/config/registry/cache/instance/org/openoffice/Office/SFX.dat
+staroffice6.0/share/config/registry/cache/instance/org/openoffice/Office/Linguistic.dat
+staroffice6.0/share/config/registry/cache/instance/org/openoffice/Office/WriterWeb.dat
+staroffice6.0/share/config/registry/cache/instance/org/openoffice/Office/Writer.dat
+staroffice6.0/share/config/registry/cache/instance/org/openoffice/Office/TypeDetection.dat
+staroffice6.0/share/config/registry/cache/instance/org/openoffice/Office/Views.dat
+staroffice6.0/share/config/registry/cache/instance/org/openoffice/Office/Common.dat
+staroffice6.0/share/config/registry/cache/instance/org/openoffice/Setup.dat
+staroffice6.0/share/config/registry/template/org/openoffice/Inet.xml
+staroffice6.0/share/config/registry/template/org/openoffice/UserProfile.xml
+staroffice6.0/share/config/registry/template/org/openoffice/Setup.xml
+staroffice6.0/share/config/registry/template/org/openoffice/ucb/Hierarchy.xml
+staroffice6.0/share/config/registry/template/org/openoffice/ucb/Store.xml
+staroffice6.0/share/config/registry/template/org/openoffice/ucb/Configuration.xml
+staroffice6.0/share/config/registry/template/org/openoffice/Office/Java.xml
+staroffice6.0/share/config/registry/template/org/openoffice/Office/DataAccess.xml
+staroffice6.0/share/config/registry/template/org/openoffice/Office/Math.xml
+staroffice6.0/share/config/registry/template/org/openoffice/Office/Impress.xml
+staroffice6.0/share/config/registry/template/org/openoffice/Office/Common.xml
+staroffice6.0/share/config/registry/template/org/openoffice/Office/Linguistic.xml
+staroffice6.0/share/config/registry/template/org/openoffice/Office/Writer.xml
+staroffice6.0/share/config/registry/template/org/openoffice/Office/Chart.xml
+staroffice6.0/share/config/registry/template/org/openoffice/Office/Labels.xml
+staroffice6.0/share/config/registry/template/org/openoffice/Office/Calc.xml
+staroffice6.0/share/config/registry/template/org/openoffice/Office/WriterWeb.xml
+staroffice6.0/share/config/registry/template/org/openoffice/Office/TypeDetection.xml
+staroffice6.0/share/config/registry/template/org/openoffice/Office/Views.xml
+staroffice6.0/share/config/registry/template/org/openoffice/Office/Draw.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Setup.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/UserProfile.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Inet.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/ucb/Hierarchy.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/ucb/Store.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/ucb/Configuration.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Office/SFX.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Office/Views.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Office/Math.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Office/DataAccess.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Office/TypeDetection.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Office/Common.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Office/Writer.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Office/Linguistic.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Office/Calc.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Office/Chart.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Office/Java.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Office/Draw.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Office/Impress.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Office/Labels.xml
+staroffice6.0/share/config/registry/instance/org/openoffice/Office/WriterWeb.xml
+staroffice6.0/share/config/webcast/show.asp
+staroffice6.0/share/config/webcast/savepic.pl
+staroffice6.0/share/config/webcast/show.pl
+staroffice6.0/share/config/webcast/index.pl
+staroffice6.0/share/config/webcast/edit.pl
+staroffice6.0/share/config/webcast/webcast.asp
+staroffice6.0/share/config/webcast/edit.asp
+staroffice6.0/share/config/webcast/poll.asp
+staroffice6.0/share/config/webcast/editpic.asp
+staroffice6.0/share/config/webcast/common.inc
+staroffice6.0/share/config/webcast/webcast.pl
+staroffice6.0/share/config/webcast/poll.pl
+staroffice6.0/share/config/webcast/common.pl
+staroffice6.0/share/config/webcast/savepic.asp
+staroffice6.0/share/config/webcast/editpic.pl
+staroffice6.0/share/dtd/math/1_01/math.dtd
+staroffice6.0/share/dtd/math/1_01/w3c_ipr_software_notice.html
+staroffice6.0/share/dtd/officedocument/1_0/menubar.dtd
+staroffice6.0/share/dtd/officedocument/1_0/form.mod
+staroffice6.0/share/dtd/officedocument/1_0/libraries.dtd
+staroffice6.0/share/dtd/officedocument/1_0/chart.mod
+staroffice6.0/share/dtd/officedocument/1_0/dialog.dtd
+staroffice6.0/share/dtd/officedocument/1_0/meta.mod
+staroffice6.0/share/dtd/officedocument/1_0/module.dtd
+staroffice6.0/share/dtd/officedocument/1_0/dtypes.mod
+staroffice6.0/share/dtd/officedocument/1_0/text.mod
+staroffice6.0/share/dtd/officedocument/1_0/style.mod
+staroffice6.0/share/dtd/officedocument/1_0/toolbar.dtd
+staroffice6.0/share/dtd/officedocument/1_0/office.mod
+staroffice6.0/share/dtd/officedocument/1_0/office.dtd
+staroffice6.0/share/dtd/officedocument/1_0/accelerator.dtd
+staroffice6.0/share/dtd/officedocument/1_0/event.dtd
+staroffice6.0/share/dtd/officedocument/1_0/drawing.mod
+staroffice6.0/share/dtd/officedocument/1_0/table.mod
+staroffice6.0/share/dtd/officedocument/1_0/datastyl.mod
+staroffice6.0/share/dtd/officedocument/1_0/nmspace.mod
+staroffice6.0/share/dtd/officedocument/1_0/settings.mod
+staroffice6.0/share/dtd/officedocument/1_0/statusbar.dtd
+staroffice6.0/share/dtd/officedocument/1_0/script.mod
+staroffice6.0/share/dtd/officedocument/1_0/Manifest.dtd
+staroffice6.0/share/template/english/presnt/prs-project.sti
+staroffice6.0/share/template/english/presnt/prs-training.sti
+staroffice6.0/share/template/english/presnt/prs-tech.sti
+staroffice6.0/share/template/english/presnt/prs-team.sti
+staroffice6.0/share/template/english/presnt/prs-standard.sti
+staroffice6.0/share/template/english/presnt/prs-sell.sti
+staroffice6.0/share/template/english/presnt/prs-prorep.sti
+staroffice6.0/share/template/english/presnt/prs-pres.sti
+staroffice6.0/share/template/english/presnt/prs-newemplo.sti
+staroffice6.0/share/template/english/presnt/prs-meeting.sti
+staroffice6.0/share/template/english/presnt/prs-market.sti
+staroffice6.0/share/template/english/presnt/prs-info.sti
+staroffice6.0/share/template/english/presnt/prs-ideas.sti
+staroffice6.0/share/template/english/presnt/prs-finance.sti
+staroffice6.0/share/template/english/presnt/prs-concept.sti
+staroffice6.0/share/template/english/presnt/prs-comrep.sti
+staroffice6.0/share/template/english/presnt/prs-bad.sti
+staroffice6.0/share/template/english/presnt/prs-analysis.sti
+staroffice6.0/share/template/english/presnt/prs-strategy.sti
+staroffice6.0/share/template/english/presnt/prs-novelty.sti
+staroffice6.0/share/template/english/layout/lyt-whiteblue.sti
+staroffice6.0/share/template/english/layout/lyt-undrwatr.sti
+staroffice6.0/share/template/english/layout/lyt-turqgrad.sti
+staroffice6.0/share/template/english/layout/lyt-tile.sti
+staroffice6.0/share/template/english/layout/lyt-stonehenge.sti
+staroffice6.0/share/template/english/layout/lyt-stone.sti
+staroffice6.0/share/template/english/layout/lyt-spheres.sti
+staroffice6.0/share/template/english/layout/lyt-space.sti
+staroffice6.0/share/template/english/layout/lyt-seablue.sti
+staroffice6.0/share/template/english/layout/lyt-sand.sti
+staroffice6.0/share/template/english/layout/lyt-roses.sti
+staroffice6.0/share/template/english/layout/lyt-rings.sti
+staroffice6.0/share/template/english/layout/lyt-popcorn.sti
+staroffice6.0/share/template/english/layout/lyt-platine.sti
+staroffice6.0/share/template/english/layout/lyt-notes.sti
+staroffice6.0/share/template/english/layout/lyt-mondrian.sti
+staroffice6.0/share/template/english/layout/lyt-marble.sti
+staroffice6.0/share/template/english/layout/lyt-liquid.sti
+staroffice6.0/share/template/english/layout/lyt-lightgrey.sti
+staroffice6.0/share/template/english/layout/lyt-lightblue.sti
+staroffice6.0/share/template/english/layout/lyt-greenblue.sti
+staroffice6.0/share/template/english/layout/lyt-ice.sti
+staroffice6.0/share/template/english/layout/lyt-film.sti
+staroffice6.0/share/template/english/layout/lyt-deco.sti
+staroffice6.0/share/template/english/layout/lyt-confetti.sti
+staroffice6.0/share/template/english/layout/lyt-comic.sti
+staroffice6.0/share/template/english/layout/lyt-border.sti
+staroffice6.0/share/template/english/layout/lyt-bluetitle.sti
+staroffice6.0/share/template/english/layout/lyt-bluesimple.sti
+staroffice6.0/share/template/english/layout/lyt-blueline.sti
+staroffice6.0/share/template/english/layout/lyt-bluejeans.sti
+staroffice6.0/share/template/english/layout/lyt-bluegray.sti
+staroffice6.0/share/template/english/layout/lyt-bluecorn.sti
+staroffice6.0/share/template/english/layout/lyt-bluebox.sti
+staroffice6.0/share/template/english/layout/lyt-2003.sti
+staroffice6.0/share/template/english/layout/lyt-2002.sti
+staroffice6.0/share/template/english/layout/lyt-2001.sti
+staroffice6.0/share/template/english/layout/lyt-2000.sti
+staroffice6.0/share/template/english/layout/lyt-darkblue.sti
+staroffice6.0/share/template/english/layout/lyt-cool.sti
+staroffice6.0/share/template/english/finance/loancalc.stc
+staroffice6.0/share/template/english/finance/journal.stc
+staroffice6.0/share/template/english/finance/carmoney.stc
+staroffice6.0/share/template/english/finance/carfince.stc
+staroffice6.0/share/template/english/finance/budget.stc
+staroffice6.0/share/template/english/forms/phonenot.stw
+staroffice6.0/share/template/english/forms/notes2.stw
+staroffice6.0/share/template/english/forms/notes1.stw
+staroffice6.0/share/template/english/forms/leporell.stw
+staroffice6.0/share/template/english/forms/intrnlnt.stw
+staroffice6.0/share/template/english/forms/gnrlsale.stw
+staroffice6.0/share/template/english/forms/expenses.stw
+staroffice6.0/share/template/english/educate/scientfc.sti
+staroffice6.0/share/template/english/educate/timetabl.stc
+staroffice6.0/share/template/english/educate/paper.stw
+staroffice6.0/share/template/english/misc/zip.std
+staroffice6.0/share/template/english/misc/cassette.std
+staroffice6.0/share/template/english/misc/cd.std
+staroffice6.0/share/template/english/misc/tournamentko.stc
+staroffice6.0/share/template/english/misc/schedule.stc
+staroffice6.0/share/template/english/misc/tournamentall.stc
+staroffice6.0/share/template/english/misc/competition.stc
+staroffice6.0/share/template/english/misc/calendar.stc
+staroffice6.0/share/template/english/misc/cd-booklet.stw
+staroffice6.0/share/template/english/misc/newslttr.stw
+staroffice6.0/share/template/english/misc/giftcert.stw
+staroffice6.0/share/template/english/misc/book.stw
+staroffice6.0/share/template/english/personal/visit.stw
+staroffice6.0/share/template/english/personal/personalletteryellow.stw
+staroffice6.0/share/template/english/personal/personalletterwatermark.stw
+staroffice6.0/share/template/english/personal/personallettersmiley.stw
+staroffice6.0/share/template/english/personal/personalletterrainbow.stw
+staroffice6.0/share/template/english/personal/personalletterorange.stw
+staroffice6.0/share/template/english/personal/personalletterfire.stw
+staroffice6.0/share/template/english/personal/personalletterbordeaux.stw
+staroffice6.0/share/template/english/personal/personalletter.stw
+staroffice6.0/share/template/english/personal/formalletteryellow.stw
+staroffice6.0/share/template/english/personal/formallettertypewriter.stw
+staroffice6.0/share/template/english/personal/formalletterred.stw
+staroffice6.0/share/template/english/personal/formalletterorange.stw
+staroffice6.0/share/template/english/personal/formalletterinitials.stw
+staroffice6.0/share/template/english/personal/formalletterelegant.stw
+staroffice6.0/share/template/english/personal/formalletterblue.stw
+staroffice6.0/share/template/english/personal/formalletter.stw
+staroffice6.0/share/template/english/personal/faxpriv.stw
+staroffice6.0/share/template/english/personal/faxfrml.stw
+staroffice6.0/share/template/english/personal/envelope.stw
+staroffice6.0/share/template/english/personal/currvita.stw
+staroffice6.0/share/template/english/offimisc/report.stw
+staroffice6.0/share/template/english/offimisc/pressmodern.stw
+staroffice6.0/share/template/english/offimisc/pressclassic.stw
+staroffice6.0/share/template/english/offimisc/minmodern.stw
+staroffice6.0/share/template/english/offimisc/minclassic.stw
+staroffice6.0/share/template/english/offimisc/invoicemodern.stw
+staroffice6.0/share/template/english/offimisc/invoiceclassic.stw
+staroffice6.0/share/template/english/officorr/memmodern.stw
+staroffice6.0/share/template/english/officorr/memclassic.stw
+staroffice6.0/share/template/english/officorr/ltrmodern.stw
+staroffice6.0/share/template/english/officorr/ltrclassic.stw
+staroffice6.0/share/template/english/officorr/faxmodern.stw
+staroffice6.0/share/template/english/officorr/faxclassic.stw
+staroffice6.0/share/template/english/internal/html.stw
+staroffice6.0/share/template/english/internal/idxexample.sxw
+staroffice6.0/share/template/english/internal/url_transfer.htm
+staroffice6.0/share/template/english/wizard/wizagn3.stw
+staroffice6.0/share/template/english/wizard/wizagn2.stw
+staroffice6.0/share/template/english/wizard/wizagn1.stw
+staroffice6.0/share/template/english/wizard/wizmem3.stw
+staroffice6.0/share/template/english/wizard/wizmem2.stw
+staroffice6.0/share/template/english/wizard/wizmem1.stw
+staroffice6.0/share/template/english/wizard/wizfax3.stw
+staroffice6.0/share/template/english/wizard/wizfax2.stw
+staroffice6.0/share/template/english/wizard/wizfax1.stw
+staroffice6.0/share/template/english/wizard/wizbrf3.stw
+staroffice6.0/share/template/english/wizard/wizbrf2.stw
+staroffice6.0/share/template/english/wizard/wizbrf1.stw
+staroffice6.0/share/template/english/wizard/web/stl-wetblue.stw
+staroffice6.0/share/template/english/wizard/web/stl-turquoise.stw
+staroffice6.0/share/template/english/wizard/web/stl-tracks.stw
+staroffice6.0/share/template/english/wizard/web/stl-sun.stw
+staroffice6.0/share/template/english/wizard/web/stl-strwbryice.stw
+staroffice6.0/share/template/english/wizard/web/stl-standard.stw
+staroffice6.0/share/template/english/wizard/web/stl-seventies.stw
+staroffice6.0/share/template/english/wizard/web/stl-petrol.stw
+staroffice6.0/share/template/english/wizard/web/stl-orange.stw
+staroffice6.0/share/template/english/wizard/web/stl-nostalg.stw
+staroffice6.0/share/template/english/wizard/web/stl-music.stw
+staroffice6.0/share/template/english/wizard/web/stl-mint.stw
+staroffice6.0/share/template/english/wizard/web/stl-hightech.stw
+staroffice6.0/share/template/english/wizard/web/stl-fieryred.stw
+staroffice6.0/share/template/english/wizard/web/stl-bluejeans.stw
+staroffice6.0/share/template/english/wizard/web/stl-blueblock.stw
+staroffice6.0/share/template/english/wizard/web/stl-blue.stw
+staroffice6.0/share/template/english/wizard/web/stl-blkjeans.stw
+staroffice6.0/share/template/english/wizard/web/stl-banana.stw
+staroffice6.0/share/template/english/wizard/web/cnt-twotitles.stw
+staroffice6.0/share/template/english/wizard/web/cnt-standard.stw
+staroffice6.0/share/template/english/wizard/web/cnt-onepic.stw
+staroffice6.0/share/template/english/wizard/web/cnt-list.stw
+staroffice6.0/share/template/english/wizard/web/cnt-formvar.stw
+staroffice6.0/share/template/english/wizard/web/cnt-formfix.stw
+staroffice6.0/share/template/english/wizard/web/cnt-formcustomer.stw
+staroffice6.0/share/template/english/wizard/web/cnt-formcontact.stw
+staroffice6.0/share/template/english/wizard/web/cnt-fixtwocol.stw
+staroffice6.0/share/template/english/wizard/web/cnt-fixonecol.stw
+staroffice6.0/share/template/english/wizard/web/cnt-empty.stw
+staroffice6.0/share/template/english/wizard/web/cnt-chapters.stw
+staroffice6.0/share/template/english/wizard/web/cnt-bilingual.stw
+staroffice6.0/share/template/english/wizard/web/cnt-album.stw
+staroffice6.0/share/template/english/wizard/styles/xos.stc
+staroffice6.0/share/template/english/wizard/styles/sunstyle.stc
+staroffice6.0/share/template/english/wizard/styles/pumpkin.stc
+staroffice6.0/share/template/english/wizard/styles/pool.stc
+staroffice6.0/share/template/english/wizard/styles/pastell.stc
+staroffice6.0/share/template/english/wizard/styles/nostalgic.stc
+staroffice6.0/share/template/english/wizard/styles/night.stc
+staroffice6.0/share/template/english/wizard/styles/neon.stc
+staroffice6.0/share/template/english/wizard/styles/nature.stc
+staroffice6.0/share/template/english/wizard/styles/millennium.stc
+staroffice6.0/share/template/english/wizard/styles/marine.stc
+staroffice6.0/share/template/english/wizard/styles/jeans.stc
+staroffice6.0/share/template/english/wizard/styles/green_grapes.stc
+staroffice6.0/share/template/english/wizard/styles/glacier.stc
+staroffice6.0/share/template/english/wizard/styles/fall.stc
+staroffice6.0/share/template/english/wizard/styles/diner.stc
+staroffice6.0/share/template/english/wizard/styles/default.stc
+staroffice6.0/share/template/english/wizard/styles/blackberry.stc
+staroffice6.0/share/template/english/wizard/styles/black_white.stc
+staroffice6.0/share/template/english/wizard/bitmap/webwizard.bmp
+staroffice6.0/share/template/english/wizard/bitmap/usa.bmp
+staroffice6.0/share/template/english/wizard/bitmap/up.bmp
+staroffice6.0/share/template/english/wizard/bitmap/sweden.bmp
+staroffice6.0/share/template/english/wizard/bitmap/spain.bmp
+staroffice6.0/share/template/english/wizard/bitmap/russia.bmp
+staroffice6.0/share/template/english/wizard/bitmap/portugal.bmp
+staroffice6.0/share/template/english/wizard/bitmap/polska.bmp
+staroffice6.0/share/template/english/wizard/bitmap/okay_up.bmp
+staroffice6.0/share/template/english/wizard/bitmap/okay_down.bmp
+staroffice6.0/share/template/english/wizard/bitmap/nedland.bmp
+staroffice6.0/share/template/english/wizard/bitmap/italia.bmp
+staroffice6.0/share/template/english/wizard/bitmap/france.bmp
+staroffice6.0/share/template/english/wizard/bitmap/euro_3.bmp
+staroffice6.0/share/template/english/wizard/bitmap/euro_2.bmp
+staroffice6.0/share/template/english/wizard/bitmap/euro_1.bmp
+staroffice6.0/share/template/english/wizard/bitmap/end.bmp
+staroffice6.0/share/template/english/wizard/bitmap/down.bmp
+staroffice6.0/share/template/english/wizard/bitmap/denmark.bmp
+staroffice6.0/share/template/english/wizard/bitmap/cancel_up.bmp
+staroffice6.0/share/template/english/wizard/bitmap/cancel_down.bmp
+staroffice6.0/share/template/english/wizard/bitmap/brd.bmp
+staroffice6.0/share/template/english/wizard/bitmap/XML-Import_2-4.bmp
+staroffice6.0/share/template/english/wizard/bitmap/XML-Import_2-3.bmp
+staroffice6.0/share/template/english/wizard/bitmap/XML-Import_2-2.bmp
+staroffice6.0/share/template/english/wizard/bitmap/XML-Import_2-1.bmp
+staroffice6.0/share/template/english/wizard/bitmap/MS-Import_2-3.bmp
+staroffice6.0/share/template/english/wizard/bitmap/MS-Import_2-2.bmp
+staroffice6.0/share/template/english/wizard/bitmap/MS-Import_2-1.bmp
+staroffice6.0/share/template/english/wizard/bitmap/Import_4.bmp
+staroffice6.0/share/template/english/wizard/bitmap/Import_3.bmp
+staroffice6.0/share/template/english/wizard/bitmap/Import_1.bmp
+staroffice6.0/share/template/english/wizard/bitmap/FormWizard_2.bmp
+staroffice6.0/share/template/english/wizard/bitmap/Arrange_5.gif
+staroffice6.0/share/template/english/wizard/bitmap/Arrange_4.gif
+staroffice6.0/share/template/english/wizard/bitmap/Arrange_3.gif
+staroffice6.0/share/template/english/wizard/bitmap/Arrange_2.gif
+staroffice6.0/share/template/english/wizard/bitmap/Arrange_1.gif
+staroffice6.0/share/template/english/wizard/bitmap/FormWizard_1.bmp
+staroffice6.0/program/setup.bin.core
+staroffice6.0/program/spadmin
+staroffice6.0/program/instdb.ins.orig
+staroffice6.0/program/instdb.ins
+staroffice6.0/program/sofficerc
+staroffice6.0/program/setuprc
+staroffice6.0/program/jvmsetuprc
+staroffice6.0/program/bootstraprc
+staroffice6.0/program/fromtemplate
+staroffice6.0/program/svcard
+staroffice6.0/program/smemo
+staroffice6.0/program/sletter
+staroffice6.0/program/slabel
+staroffice6.0/program/sfax
+staroffice6.0/program/sagenda
+staroffice6.0/program/libsvg638li.so
+staroffice6.0/program/libsm638li.so
+staroffice6.0/program/smath
+staroffice6.0/program/sdraw
+staroffice6.0/program/simpress
+staroffice6.0/program/libanalysis638li.so
+staroffice6.0/program/libsc638li.so
+staroffice6.0/program/scalc
+staroffice6.0/program/libcalc638li.so
+staroffice6.0/program/sweb
+staroffice6.0/program/libhwpreaderli.so
+staroffice6.0/program/libjsreaderli.so
+staroffice6.0/program/libwps2starli.so
+staroffice6.0/program/libucppkg1.so
+staroffice6.0/program/applicat.rdb
+staroffice6.0/program/libdbpool2.so
+staroffice6.0/program/libldt638li.so
+staroffice6.0/program/liblds638li.so
+staroffice6.0/program/libldh638li.so
+staroffice6.0/program/smaster
+staroffice6.0/program/soffice.bin
+staroffice6.0/program/libdb-3.2.so
+staroffice6.0/program/libfwl638li.so
+staroffice6.0/program/libfwk638li.so
+staroffice6.0/program/libfwi638li.so
+staroffice6.0/program/libdtransX11638li.so
+staroffice6.0/program/StarSuite_about.bmp
+staroffice6.0/program/libfwe638li.so
+staroffice6.0/program/libfrm638li.so
+staroffice6.0/program/libofa638li.so
+staroffice6.0/program/liboic638li.so
+staroffice6.0/program/librdbtdp.so
+staroffice6.0/program/libdba638li.so
+staroffice6.0/program/libinv.so
+staroffice6.0/program/libxpcom.so
+staroffice6.0/program/libplds4.so
+staroffice6.0/program/libplc4.so
+staroffice6.0/program/libnspr4.so
+staroffice6.0/program/libmsgbaseutil.so
+staroffice6.0/program/libmozjs.so
+staroffice6.0/program/libldap40.so
+staroffice6.0/program/swriter
+staroffice6.0/program/liblber40.so
+staroffice6.0/program/components/libxpconnect.so
+staroffice6.0/program/components/libvcard.so
+staroffice6.0/program/components/liburiloader.so
+staroffice6.0/program/components/libunicharutil.so
+staroffice6.0/program/components/libucvtw2.so
+staroffice6.0/program/components/libucvtw.so
+staroffice6.0/program/components/libucvlatin.so
+staroffice6.0/program/components/libucvko.so
+staroffice6.0/program/components/libucvja.so
+staroffice6.0/program/components/libucvibm.so
+staroffice6.0/program/components/libucvcn.so
+staroffice6.0/program/components/libuconv.so
+staroffice6.0/program/components/libstrres.so
+staroffice6.0/program/components/librdf.so
+staroffice6.0/program/components/libprofile.so
+staroffice6.0/program/components/libpref.so
+staroffice6.0/program/components/libnecko.so
+staroffice6.0/program/components/libmozldap.so
+staroffice6.0/program/components/libmork.so
+staroffice6.0/program/components/libaddrbook.so
+staroffice6.0/program/components/libabsyncsvc.so
+staroffice6.0/program/component.reg
+staroffice6.0/program/libpackage2.so
+staroffice6.0/program/libdict_zh_TW.so
+staroffice6.0/program/libimr638li.so
+staroffice6.0/program/libvcl638li.so
+staroffice6.0/program/libodbc2.so
+staroffice6.0/program/libcollator.so
+staroffice6.0/program/libuui638li.so
+staroffice6.0/program/libcorefl.so
+staroffice6.0/program/libutl638li.so
+staroffice6.0/program/libni638li.so
+staroffice6.0/program/libxmx638li.so
+staroffice6.0/program/libxo638li.so
+staroffice6.0/program/libcomphelp2.so
+staroffice6.0/program/libodbcbase2.so
+staroffice6.0/program/setup_types.rdb
+staroffice6.0/program/libflat638li.so
+staroffice6.0/program/libtvhlp1.so
+staroffice6.0/program/libjdbc2.so
+staroffice6.0/program/libgo638li.so
+staroffice6.0/program/libstlport_gcc.so
+staroffice6.0/program/libcppuhelper3GCC.so
+staroffice6.0/program/StarSuite_intro.bmp
+staroffice6.0/program/libpcr638li.so
+staroffice6.0/program/libuuresolver.so
+staroffice6.0/program/javaldx
+staroffice6.0/program/libucpchelp1.so
+staroffice6.0/program/libdb_java-3.2.so
+staroffice6.0/program/libpsp638li.so
+staroffice6.0/program/libdbext638li.so
+staroffice6.0/program/libtinstrm.so
+staroffice6.0/program/libabp638li.so
+staroffice6.0/program/libucbhelper1GCC.so
+staroffice6.0/program/libi18n638li.so
+staroffice6.0/program/libcppu.so.3.0.0
+staroffice6.0/program/libso638li.so
+staroffice6.0/program/libsvt638li.so
+staroffice6.0/program/libsd638li.so
+staroffice6.0/program/libsb638li.so
+staroffice6.0/program/libcpld.so
+staroffice6.0/program/libtk638li.so
+staroffice6.0/program/libsw638li.so
+staroffice6.0/program/libj638li_g.so
+staroffice6.0/program/libsot638li.so
+staroffice6.0/program/libadabas2.so
+staroffice6.0/program/libtplx638li.so
+staroffice6.0/program/libjavaloader.so
+staroffice6.0/program/libwrp638li.so
+staroffice6.0/program/libucpdav1.so
+staroffice6.0/program/libsdbc2.so
+staroffice6.0/program/libbasctl638li.so
+staroffice6.0/program/libxcr638li.so
+staroffice6.0/program/setup_services.rdb
+staroffice6.0/program/libsyssh.so
+staroffice6.0/program/soffice
+staroffice6.0/program/libpl638li.so
+staroffice6.0/program/libpk638li.so
+staroffice6.0/program/StarOffice_intro.bmp
+staroffice6.0/program/libproxyset.so
+staroffice6.0/program/libucpfile1.so
+staroffice6.0/program/libsal.so.3.0.0
+staroffice6.0/program/jvmsetup
+staroffice6.0/program/libucphier1.so
+staroffice6.0/program/liblocaledata_CJK.so
+staroffice6.0/program/libcached1.so
+staroffice6.0/program/libdict_zh_CN.so
+staroffice6.0/program/libsfx638li.so
+staroffice6.0/program/setup
+staroffice6.0/program/libset638li.so
+staroffice6.0/program/libzip638li.so
+staroffice6.0/program/liblocaledata_ascii.so
+staroffice6.0/program/libproxyfac.so
+staroffice6.0/program/libscn638li.so
+staroffice6.0/program/libsch638li.so
+staroffice6.0/program/libbrdgfctr.so
+staroffice6.0/program/libsbl638li.so
+staroffice6.0/program/libtoutstrm.so
+staroffice6.0/program/allgemein.bmp
+staroffice6.0/program/libsax.so
+staroffice6.0/program/libucpfpx638li.so
+staroffice6.0/program/libfile638li.so
+staroffice6.0/program/libucb1.so
+staroffice6.0/program/libsimreg.so
+staroffice6.0/program/libevtatt.so
+staroffice6.0/program/StarOffice_about.bmp
+staroffice6.0/program/libgcc2_uno.so
+staroffice6.0/program/libcmdmail.so
+staroffice6.0/program/libjvm638li.so
+staroffice6.0/program/libtl638li.so
+staroffice6.0/program/libsalhelper3GCC.so
+staroffice6.0/program/libres638li.so
+staroffice6.0/program/libcnt638li.so
+staroffice6.0/program/libinsp.so
+staroffice6.0/program/libcfgmgr2.so
+staroffice6.0/program/libreg.so.3.0.0
+staroffice6.0/program/libfileacc.so
+staroffice6.0/program/liblng638li.so
+staroffice6.0/program/libbib638li.so
+staroffice6.0/program/libdbase638li.so
+staroffice6.0/program/setup.bin
+staroffice6.0/program/librmcxt.so.3.0.0
+staroffice6.0/program/libdefreg.so
+staroffice6.0/program/libremotebridge.so
+staroffice6.0/program/libjen.so
+staroffice6.0/program/nswrapper
+staroffice6.0/program/libdb_cxx-3.2.so
+staroffice6.0/program/libdict_ja_JP.so
+staroffice6.0/program/liblnn638li.so
+staroffice6.0/program/sopatchlevel.sh
+staroffice6.0/program/libsrtrs1.so
+staroffice6.0/program/libconnectr.so
+staroffice6.0/program/so60.bmp
+staroffice6.0/program/libacceptor.so
+staroffice6.0/program/libnamingservice.so
+staroffice6.0/program/libtdmgr.so
+staroffice6.0/program/jvmsetup.bin
+staroffice6.0/program/libmig638li.so
+staroffice6.0/program/libsvx638li.so
+staroffice6.0/program/libsvl638li.so
+staroffice6.0/program/libinvadp.so
+staroffice6.0/program/spadmin.bin
+staroffice6.0/program/libmcnttype.so
+staroffice6.0/program/libspa638li.so
+staroffice6.0/program/libstore.so.3.0.0
+staroffice6.0/program/libstm.so
+staroffice6.0/program/liburp_uno.so
+staroffice6.0/program/libtcv.so
+staroffice6.0/program/libmozab638li.so
+staroffice6.0/program/libsmgr.so
+staroffice6.0/program/libvos2GCC.so
+staroffice6.0/program/libdbu638li.so
+staroffice6.0/program/libdbtools2.so
+staroffice6.0/program/libdbp638li.so
+staroffice6.0/program/liblgd638li.so
+staroffice6.0/program/libdbi638li.so
+staroffice6.0/program/libjava_uno.so
+staroffice6.0/program/libimpreg.so
+staroffice6.0/program/libctl638li.so
+staroffice6.0/program/j2re-1_3_1-linux-i386.bin
+staroffice6.0/program/addin/libdfa638li.so
+staroffice6.0/program/addin/librot638li.so
+staroffice6.0/program/addin/source/dfa.hrc
+staroffice6.0/program/addin/source/xdfa.c
+staroffice6.0/program/addin/source/addin.h
+staroffice6.0/program/addin/source/rot13.hrc
+staroffice6.0/program/addin/source/xlang.h
+staroffice6.0/program/addin/source/xrot.c
+staroffice6.0/program/resource/epn63801.res
+staroffice6.0/program/resource/eme63801.res
+staroffice6.0/program/resource/ept63801.res
+staroffice6.0/program/resource/egi63801.res
+staroffice6.0/program/resource/eps63801.res
+staroffice6.0/program/resource/sm63801.res
+staroffice6.0/program/resource/analysis63801.res
+staroffice6.0/program/resource/sc63801.res
+staroffice6.0/program/resource/sch63801.res
+staroffice6.0/program/resource/sfx63801.res
+staroffice6.0/program/resource/cal63801.res
+staroffice6.0/program/resource/uui63801.res
+staroffice6.0/program/resource/jvm63801.res
+staroffice6.0/program/resource/san63801.res
+staroffice6.0/program/resource/dbext63801.res
+staroffice6.0/program/resource/tplx63801.res
+staroffice6.0/program/resource/iso63801.res
+staroffice6.0/program/resource/sw63801.res
+staroffice6.0/program/resource/tpl63801.res
+staroffice6.0/program/resource/lnn63801.res
+staroffice6.0/program/resource/sd63801.res
+staroffice6.0/program/resource/spa63801.res
+staroffice6.0/program/resource/svx63801.res
+staroffice6.0/program/resource/svt63801.res
+staroffice6.0/program/resource/dbw63801.res
+staroffice6.0/program/resource/dbu63801.res
+staroffice6.0/program/resource/dbp63801.res
+staroffice6.0/program/resource/dbi63801.res
+staroffice6.0/program/resource/dba63801.res
+staroffice6.0/program/resource/svs63801.res
+staroffice6.0/program/resource/gal63801.res
+staroffice6.0/program/resource/frm63801.res
+staroffice6.0/program/resource/set63801.res
+staroffice6.0/program/resource/fwk63801.res
+staroffice6.0/program/resource/vcl63801.res
+staroffice6.0/program/resource/ofa63801.res
+staroffice6.0/program/resource/oic63801.res
+staroffice6.0/program/resource/imp63801.res
+staroffice6.0/program/resource/epp63801.res
+staroffice6.0/program/resource/epg63801.res
+staroffice6.0/program/resource/epb63801.res
+staroffice6.0/program/resource/eur63801.res
+staroffice6.0/program/resource/lgd63801.res
+staroffice6.0/program/resource/abp63801.res
+staroffice6.0/program/resource/basctl63801.res
+staroffice6.0/program/resource/dkt63801.res
+staroffice6.0/program/resource/bib63801.res
+staroffice6.0/program/resource/pcr63801.res
+staroffice6.0/program/resource/wwz63801.res
+staroffice6.0/program/resource/cnt63801.res
+staroffice6.0/program/classes/classes.jar
+staroffice6.0/program/classes/xmlsearch.jar
+staroffice6.0/program/classes/java_uno.jar
+staroffice6.0/program/classes/ridl.jar
+staroffice6.0/program/classes/jut.jar
+staroffice6.0/program/classes/unoil.jar
+staroffice6.0/program/classes/juh.jar
+staroffice6.0/program/classes/db.jar
+staroffice6.0/program/classes/xt.jar
+staroffice6.0/program/classes/xmlhelp.jar
+staroffice6.0/program/classes/jurt.jar
+staroffice6.0/program/classes/sandbox.jar
+staroffice6.0/program/filter/libeti638li.so
+staroffice6.0/program/filter/libiti638li.so
+staroffice6.0/program/filter/libepn638li.so
+staroffice6.0/program/filter/libipx638li.so
+staroffice6.0/program/filter/libime638li.so
+staroffice6.0/program/filter/libipt638li.so
+staroffice6.0/program/filter/libept638li.so
+staroffice6.0/program/filter/libicd638li.so
+staroffice6.0/program/filter/libidx638li.so
+staroffice6.0/program/filter/libegi638li.so
+staroffice6.0/program/filter/libira638li.so
+staroffice6.0/program/filter/libera638li.so
+staroffice6.0/program/filter/libipb638li.so
+staroffice6.0/program/filter/libepp638li.so
+staroffice6.0/program/filter/libepg638li.so
+staroffice6.0/program/filter/libepb638li.so
+staroffice6.0/program/filter/libexp638li.so
+staroffice6.0/program/filter/libips638li.so
+staroffice6.0/program/filter/libeps638li.so
+staroffice6.0/program/filter/libitg638li.so
+staroffice6.0/program/filter/libipd638li.so
+staroffice6.0/program/filter/libemp638li.so
+staroffice6.0/program/filter/libeme638li.so
+staroffice6.0/program/filter/libicg638li.so
+staroffice6.0/program/setup.log
+@dirrm staroffice6.0/help/en/smath.idx
+@dirrm staroffice6.0/help/en/sdraw.idx
+@dirrm staroffice6.0/help/en/simpress.idx
+@dirrm staroffice6.0/help/en/scalc.idx
+@dirrm staroffice6.0/help/en/swriter.idx
+@dirrm staroffice6.0/help/en/schart.idx
+@dirrm staroffice6.0/help/en/sbasic.idx
+@dirrm staroffice6.0/help/en
+@dirrm staroffice6.0/help
+@dirrm staroffice6.0/user/config.orig/registry/instance/org/openoffice/ucb
+@dirrm staroffice6.0/user/config.orig/registry/instance/org/openoffice/Office
+@dirrm staroffice6.0/user/config.orig/registry/instance/org/openoffice
+@dirrm staroffice6.0/user/config.orig/registry/instance/org
+@dirrm staroffice6.0/user/config.orig/registry/instance
+@dirrm staroffice6.0/user/config.orig/registry
+@dirrm staroffice6.0/user/config.orig
+@dirrm staroffice6.0/user/plugin
+@dirrm staroffice6.0/user/backup
+@dirrm staroffice6.0/user/wordbook
+@dirrm staroffice6.0/user/psprint/fontmetric
+@dirrm staroffice6.0/user/psprint/driver
+@dirrm staroffice6.0/user/psprint
+@dirrm staroffice6.0/user/store
+@dirrm staroffice6.0/user/temp
+@dirrm staroffice6.0/user/autocorr
+@dirrm staroffice6.0/user/template
+@dirrm staroffice6.0/user/config/registry/instance/org/openoffice/ucb
+@dirrm staroffice6.0/user/config/registry/instance/org/openoffice/Office
+@dirrm staroffice6.0/user/config/registry/instance/org/openoffice
+@dirrm staroffice6.0/user/config/registry/instance/org
+@dirrm staroffice6.0/user/config/registry/instance
+@dirrm staroffice6.0/user/config/registry
+@dirrm staroffice6.0/user/config
+@dirrm staroffice6.0/user/basic
+@dirrm staroffice6.0/user/gallery
+@dirrm staroffice6.0/user/database/biblio
+@dirrm staroffice6.0/user/database
+@dirrm staroffice6.0/user/autotext/english
+@dirrm staroffice6.0/user/autotext
+@dirrm staroffice6.0/user
+@dirrm staroffice6.0/share/config.old/symbol
+@dirrm staroffice6.0/share/config.old/registry/template/org/openoffice/ucb
+@dirrm staroffice6.0/share/config.old/registry/template/org/openoffice/Office
+@dirrm staroffice6.0/share/config.old/registry/template/org/openoffice
+@dirrm staroffice6.0/share/config.old/registry/template/org
+@dirrm staroffice6.0/share/config.old/registry/template
+@dirrm staroffice6.0/share/config.old/registry/instance/org/openoffice/ucb
+@dirrm staroffice6.0/share/config.old/registry/instance/org/openoffice/Office
+@dirrm staroffice6.0/share/config.old/registry/instance/org/openoffice
+@dirrm staroffice6.0/share/config.old/registry/instance/org
+@dirrm staroffice6.0/share/config.old/registry/instance
+@dirrm staroffice6.0/share/config.old/registry
+@dirrm staroffice6.0/share/config.old/webcast
+@dirrm staroffice6.0/share/config.old
+@dirrm staroffice6.0/share/kde/icons
+@dirrm staroffice6.0/share/kde/net/applnk/StarOffice 6.0/information and setup
+@dirrm staroffice6.0/share/kde/net/applnk/StarOffice 6.0/auto pilots
+@dirrm staroffice6.0/share/kde/net/applnk/StarOffice 6.0/other
+@dirrm staroffice6.0/share/kde/net/applnk/StarOffice 6.0
+@dirrm staroffice6.0/share/kde/net/applnk
+@dirrm staroffice6.0/share/kde/net/mimelnk/application
+@dirrm staroffice6.0/share/kde/net/mimelnk
+@dirrm staroffice6.0/share/kde/net
+@dirrm staroffice6.0/share/kde
+@dirrm staroffice6.0/share/gnome/icons
+@dirrm staroffice6.0/share/gnome/net/auto pilots
+@dirrm staroffice6.0/share/gnome/net/other
+@dirrm staroffice6.0/share/gnome/net/information and setup
+@dirrm staroffice6.0/share/gnome/net
+@dirrm staroffice6.0/share/gnome
+@dirrm staroffice6.0/share/dict
+@dirrm staroffice6.0/share/samples/english/formulas
+@dirrm staroffice6.0/share/samples/english/drawings
+@dirrm staroffice6.0/share/samples/english/presentations
+@dirrm staroffice6.0/share/samples/english/spreadsheets
+@dirrm staroffice6.0/share/samples/english/texts/Homepage
+@dirrm staroffice6.0/share/samples/english/texts/Chapters
+@dirrm staroffice6.0/share/samples/english/texts
+@dirrm staroffice6.0/share/samples/english/menu
+@dirrm staroffice6.0/share/samples/english
+@dirrm staroffice6.0/share/samples
+@dirrm staroffice6.0/share/plugin
+@dirrm staroffice6.0/share/cde/other
+@dirrm staroffice6.0/share/cde/auto pilots
+@dirrm staroffice6.0/share/cde/information and setup
+@dirrm staroffice6.0/share/cde
+@dirrm staroffice6.0/share/autocorr
+@dirrm staroffice6.0/share/psprint/driver
+@dirrm staroffice6.0/share/psprint/fontmetric
+@dirrm staroffice6.0/share/psprint
+@dirrm staroffice6.0/share/migration
+@dirrm staroffice6.0/share/autotext/english
+@dirrm staroffice6.0/share/autotext
+@dirrm staroffice6.0/share/wordbook/english
+@dirrm staroffice6.0/share/wordbook
+@dirrm staroffice6.0/share/gallery/troubleshooting
+@dirrm staroffice6.0/share/gallery/education
+@dirrm staroffice6.0/share/gallery/clima
+@dirrm staroffice6.0/share/gallery/time
+@dirrm staroffice6.0/share/gallery/people
+@dirrm staroffice6.0/share/gallery/officeart
+@dirrm staroffice6.0/share/gallery/navi-2d
+@dirrm staroffice6.0/share/gallery/keyboard
+@dirrm staroffice6.0/share/gallery/finances
+@dirrm staroffice6.0/share/gallery/emoicons
+@dirrm staroffice6.0/share/gallery/computer
+@dirrm staroffice6.0/share/gallery/communic
+@dirrm staroffice6.0/share/gallery/calendar
+@dirrm staroffice6.0/share/gallery/balloons
+@dirrm staroffice6.0/share/gallery/arrows
+@dirrm staroffice6.0/share/gallery/sounds
+@dirrm staroffice6.0/share/gallery/www-anim
+@dirrm staroffice6.0/share/gallery/flags
+@dirrm staroffice6.0/share/gallery/www-graf
+@dirrm staroffice6.0/share/gallery/rulers
+@dirrm staroffice6.0/share/gallery/surface
+@dirrm staroffice6.0/share/gallery/photos
+@dirrm staroffice6.0/share/gallery/symbols
+@dirrm staroffice6.0/share/gallery/bullets
+@dirrm staroffice6.0/share/gallery/www-back
+@dirrm staroffice6.0/share/gallery/htmlexpo
+@dirrm staroffice6.0/share/gallery
+@dirrm staroffice6.0/share/basic/Euro
+@dirrm staroffice6.0/share/basic/ImportWizard
+@dirrm staroffice6.0/share/basic/Tools
+@dirrm staroffice6.0/share/basic/Gimmicks
+@dirrm staroffice6.0/share/basic/Template
+@dirrm staroffice6.0/share/basic/WebWizard
+@dirrm staroffice6.0/share/basic/Schedule
+@dirrm staroffice6.0/share/basic/FormWizard
+@dirrm staroffice6.0/share/basic
+@dirrm staroffice6.0/share/fonts/truetype
+@dirrm staroffice6.0/share/fonts
+@dirrm staroffice6.0/share/config/symbol
+@dirrm staroffice6.0/share/config/registry/cache/instance/org/openoffice/ucb
+@dirrm staroffice6.0/share/config/registry/cache/instance/org/openoffice/Office
+@dirrm staroffice6.0/share/config/registry/cache/instance/org/openoffice
+@dirrm staroffice6.0/share/config/registry/cache/instance/org
+@dirrm staroffice6.0/share/config/registry/cache/instance
+@dirrm staroffice6.0/share/config/registry/cache
+@dirrm staroffice6.0/share/config/registry/template/org/openoffice/ucb
+@dirrm staroffice6.0/share/config/registry/template/org/openoffice/Office
+@dirrm staroffice6.0/share/config/registry/template/org/openoffice
+@dirrm staroffice6.0/share/config/registry/template/org
+@dirrm staroffice6.0/share/config/registry/template
+@dirrm staroffice6.0/share/config/registry/instance/org/openoffice/Webtop
+@dirrm staroffice6.0/share/config/registry/instance/org/openoffice/ucb
+@dirrm staroffice6.0/share/config/registry/instance/org/openoffice/Office
+@dirrm staroffice6.0/share/config/registry/instance/org/openoffice
+@dirrm staroffice6.0/share/config/registry/instance/org
+@dirrm staroffice6.0/share/config/registry/instance
+@dirrm staroffice6.0/share/config/registry
+@dirrm staroffice6.0/share/config/webcast
+@dirrm staroffice6.0/share/config
+@dirrm staroffice6.0/share/dtd/math/1_01
+@dirrm staroffice6.0/share/dtd/math
+@dirrm staroffice6.0/share/dtd/officedocument/1_0
+@dirrm staroffice6.0/share/dtd/officedocument
+@dirrm staroffice6.0/share/dtd
+@dirrm staroffice6.0/share/template/english/presnt
+@dirrm staroffice6.0/share/template/english/layout
+@dirrm staroffice6.0/share/template/english/finance
+@dirrm staroffice6.0/share/template/english/forms
+@dirrm staroffice6.0/share/template/english/educate
+@dirrm staroffice6.0/share/template/english/misc
+@dirrm staroffice6.0/share/template/english/personal
+@dirrm staroffice6.0/share/template/english/offimisc
+@dirrm staroffice6.0/share/template/english/officorr
+@dirrm staroffice6.0/share/template/english/internal
+@dirrm staroffice6.0/share/template/english/wizard/web
+@dirrm staroffice6.0/share/template/english/wizard/styles
+@dirrm staroffice6.0/share/template/english/wizard/bitmap
+@dirrm staroffice6.0/share/template/english/wizard
+@dirrm staroffice6.0/share/template/english
+@dirrm staroffice6.0/share/template
+@dirrm staroffice6.0/share
+@dirrm staroffice6.0/program/components
+@dirrm staroffice6.0/program/addin/source
+@dirrm staroffice6.0/program/addin
+@dirrm staroffice6.0/program/resource
+@dirrm staroffice6.0/program/classes
+@dirrm staroffice6.0/program/filter
+@dirrm staroffice6.0/program
+@dirrm staroffice6.0