From 61a0b70bc93ba108f14eb356a1f4cb516d2bcbbc Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Thu, 28 Feb 2002 23:36:03 +0000 Subject: First step towards a working port. --- editors/openoffice.org-1.1-devel/Makefile | 93 +- editors/openoffice.org-1.1-devel/distinfo | 4 +- .../files/patch-bootstrap.1 | 11 - .../files/patch-config_office::configure | 1276 ++++++ .../files/patch-rsc+source+rscpp+cpp.h | 12 + .../files/patch-rsc::source::rscpp::cpp.h | 12 + .../files/patch-rscpp::cpp.h | 12 + .../files/patch-sal+osl+unx+nlsupport.c | 29 + .../files/patch-sal::osl::unx::nlsupport.c | 29 + editors/openoffice.org-1.1-devel/pkg-descr | 18 +- editors/openoffice.org-1.1-devel/pkg-message | 21 +- editors/openoffice.org-1.1-devel/pkg-plist | 4703 +++++++------------- 12 files changed, 3133 insertions(+), 3087 deletions(-) delete mode 100644 editors/openoffice.org-1.1-devel/files/patch-bootstrap.1 create mode 100644 editors/openoffice.org-1.1-devel/files/patch-config_office::configure create mode 100644 editors/openoffice.org-1.1-devel/files/patch-rsc+source+rscpp+cpp.h create mode 100644 editors/openoffice.org-1.1-devel/files/patch-rsc::source::rscpp::cpp.h create mode 100644 editors/openoffice.org-1.1-devel/files/patch-rscpp::cpp.h create mode 100644 editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+nlsupport.c create mode 100644 editors/openoffice.org-1.1-devel/files/patch-sal::osl::unx::nlsupport.c (limited to 'editors/openoffice.org-1.1-devel') diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index ac26d1f3f1a3..540dcca90adc 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -1,62 +1,87 @@ -# ex:ts=8 # New ports collection makefile for: OpenOffice -# Date created: 22 August 2000 +# Date created: 28 Februar 2002 # Whom: Martin Blapp # # $FreeBSD$ # PORTNAME= openoffice -PORTVERSION= 6.0.a638 +PORTVERSION= 6.0.641 CATEGORIES= editors -MASTER_SITES= http://a2024.g.akamai.net/7/2024/2064/OpenOffice638/anoncvs.openoffice.org/download/OpenOffice638/ \ - http://a2000.g.akamai.net/7/2000/2064/OpenOffice638/anoncvs.openoffice.org/download/OpenOffice638/ -DISTNAME= oo_638_src -#DISTFILES= oo_638_src${EXTRACT_SUFX} solenv638_linuxintel${EXTRACT_SUFX} +MASTER_SITES= http://sf1.mirror.openoffice.org/641b/ \ + ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ \ + ftp://ftp.netbsd.org/pub/NetBSD/misc/mrauch/ +DISTFILES= oo_641_src.tar.bz2 gpc231.tar.Z oo_moz_641.tar.gz +EXTRACT_ONLY= oo_641_src.tar.bz2 +EXTRACT_REST= gpc231.tar.Z oo_moz_641.tar.gz MAINTAINER= mbr@FreeBSD.org +BROKEN= 'Work in progress -- does not build yet till the end' + +USE_BZIP2= yes +EXTRACT_BEFORE_ARGS_R= -dc +EXTRACT_AFTER_ARGS_R= | ${TAR} -xf - +EXTRACT_CMD_R= ${GZIP_CMD} + +GCC_VERSION!= ${CC} --version BUILD_DEPENDS= stlport:${PORTSDIR}/devel/stlport +BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison +BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake +BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip +BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk13 +BUILD_DEPENDS+= pth:${PORTSDIR}/devel/pth -BROKEN= 'work in progress -- does not work yet' +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/oo_641_src/config_office -BZIP2= yes -CONFIGURE_WRKSRC= ${WRKSRC}/config_office +CONFIGURE_ARGS+= --with-stlport4-home=${PREFIX} \ + --with-jdk-home=${PREFIX}/jdk1.3.1 .include -do-install: +pre-fetch: +.if ${GCC_VERSION}!="2.95.2" && ${GCC_VERSION}!="2.95.3" + @ ${ECHO} + @ ${ECHO} Openoffice requires gcc 2.95.2 or better + @ ${ECHO} + @ ${FALSE} +.endif +.if ${OSVERSION} < 500031 + @${ECHO} + @${ECHO} OS-VERSION ${OSVERSION} + @${ECHO} + @${ECHO} Openoffice depends on OS-Fixes which are + @${ECHO} not yet available. + @${FALSE} +.endif + +pre-extract: .if !defined(DISPLAY) || ${DISPLAY} == "" @ ${ECHO} @ ${ECHO} Can\'t open display: @ ${ECHO} Please check your DISPLAY variable. @ ${ECHO} @ ${FALSE} -.else -.if exists(${LINUXBASE}/${PREFIX}) - @${LN} -fs ${LINUXBASE}/${PREFIX}/office52 ${PREFIX}/office52 -.endif - @${CAT} ${PKGMESSAGE} - @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} ${LINUXBASE}/bin/sh -c '${WRKSRC}/setup /net' - @if [ -f ${PREFIX}/office52/program/setup ]; then \ - ${ECHO} ; \ - ${ECHO} Ignore the error-message. OpenOffice has been installed ; \ - ${ECHO} successfully on your system. ; \ - ${ECHO} ; \ - else \ - ${ECHO} ; \ - ${ECHO} An error occured during OpenOffice install. Please send a mail with debug-output and ; \ - ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \ - ${ECHO} ; \ - ${FALSE} ; \ - fi .endif -post-install: - @${PATCH} -s ${PREFIX}/office52/program/setup ${FILESDIR}/setup.patch - @${PATCH} -s ${PREFIX}/office52/program/soffice ${FILESDIR}/soffice.patch +post-extract: + @for file in ${EXTRACT_REST}; do \ + if ! (cd ${WRKDIR} && ${EXTRACT_CMD_R} \ + ${EXTRACT_BEFORE_ARGS_R} \ + ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS_R}) ; \ + then \ + exit 1; \ + fi \ + done + ${CP} ${WRKDIR}/gpc231/gpc.c ${WRKSRC}/../external/gpc/ + ${CP} ${WRKDIR}/gpc231/gpc.h ${WRKSRC}/../external/gpc/ + +do-build: + @cd ${WRKDIR}/oo_641_src && ./bootstrap + @cd ${WRKDIR}/oo_641_src && /bin/tcsh -c 'source FreeBSDEnv.Set && dmake' -install-user: - ${PREFIX}/office52/program/setup +do-install: + @cd ${WRKDIR}/oo_641_src && ./setup -r:oo_setup.resp .include diff --git a/editors/openoffice.org-1.1-devel/distinfo b/editors/openoffice.org-1.1-devel/distinfo index a693fd9875fb..8427c7bc977f 100644 --- a/editors/openoffice.org-1.1-devel/distinfo +++ b/editors/openoffice.org-1.1-devel/distinfo @@ -1 +1,3 @@ -MD5 (oo_638_src.tar.gz) = 8c3ef0826ee90a5638b14e5153a96fda +MD5 (oo_641_src.tar.bz2) = b3e380ede6b1c4248872ba57ccb1fac0 +MD5 (gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9 +MD5 (oo_moz_641.tar.gz) = 548568503c05c58f1e8f0c90bf3f75a9 diff --git a/editors/openoffice.org-1.1-devel/files/patch-bootstrap.1 b/editors/openoffice.org-1.1-devel/files/patch-bootstrap.1 deleted file mode 100644 index fc625e321cca..000000000000 --- a/editors/openoffice.org-1.1-devel/files/patch-bootstrap.1 +++ /dev/null @@ -1,11 +0,0 @@ ---- config_office/bootstrap.1.orig Mon Sep 18 09:13:24 2000 -+++ config_office/bootstrap.1 Fri Oct 13 17:51:37 2000 -@@ -9,6 +9,8 @@ - make linux - else if ($platform == "Darwin") then - make macosx -+else if ($platform == "FreeBSD") then -+ make linux - endif - - if "$?" != "0" exit diff --git a/editors/openoffice.org-1.1-devel/files/patch-config_office::configure b/editors/openoffice.org-1.1-devel/files/patch-config_office::configure new file mode 100644 index 000000000000..9c611b1f9928 --- /dev/null +++ b/editors/openoffice.org-1.1-devel/files/patch-config_office::configure @@ -0,0 +1,1276 @@ +--- configure.orig Mon Nov 12 20:35:56 2001 ++++ configure Fri Mar 1 00:09:59 2002 +@@ -845,13 +845,20 @@ + fi + fi + if test "$_os" = "SunOS" -o "$_os" = "IRIX" -o "$_os" = "IRIX64" -o "$_os" = "OSF1"; then +- CC=cc; export CC; ++ if test "$_os" = "IRIX" -o "$_os" = "IRIX64"; then ++ if test "$CC" != "gcc"; then ++ CC=cc; export CC; ++ CXX=CC; export CXX; ++ fi ++ else ++ CC=cc; export CC; ++ fi + fi + if test "$_os" != "WINNT" && test -z "$with_gcc_home"; then + # Extract the first word of "gcc", so it can be a program name with args. + set dummy gcc; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:855: checking for $ac_word" >&5 ++echo "configure:862: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -881,7 +888,7 @@ + # Extract the first word of "cc", so it can be a program name with args. + set dummy cc; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:885: checking for $ac_word" >&5 ++echo "configure:892: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -932,7 +939,7 @@ + # Extract the first word of "cl", so it can be a program name with args. + set dummy cl; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:936: checking for $ac_word" >&5 ++echo "configure:943: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -964,7 +971,7 @@ + fi + + echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 +-echo "configure:968: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ++echo "configure:975: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 + + ac_ext=c + # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. +@@ -975,12 +982,12 @@ + + cat > conftest.$ac_ext << EOF + +-#line 979 "configure" ++#line 986 "configure" + #include "confdefs.h" + + main(){return(0);} + EOF +-if { (eval echo configure:984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + ac_cv_prog_cc_works=yes + # If we can't run a trivial program, we are probably using a cross compiler. + if (./conftest; exit) 2>/dev/null; then +@@ -1006,12 +1013,12 @@ + { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } + fi + echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 +-echo "configure:1010: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 ++echo "configure:1017: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 + echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 + cross_compiling=$ac_cv_prog_cc_cross + + echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 +-echo "configure:1015: checking whether we are using GNU C" >&5 ++echo "configure:1022: checking whether we are using GNU C" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1020,7 +1027,7 @@ + yes; + #endif + EOF +-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1024: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ++if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1031: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then + ac_cv_prog_gcc=yes + else + ac_cv_prog_gcc=no +@@ -1039,7 +1046,7 @@ + ac_save_CFLAGS="$CFLAGS" + CFLAGS= + echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 +-echo "configure:1043: checking whether ${CC-cc} accepts -g" >&5 ++echo "configure:1050: checking whether ${CC-cc} accepts -g" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1071,49 +1078,14 @@ + fi + + fi +-if test "$_os" = "Linux" -o "$_os" = "FreeBSD" -o "$_os" = "NetBSD" ; then ++if test "$_os" = "Linux" -o "$_os" = "FreeBSD" -o "$_os" = "NetBSD" -o \( \( "$_os" = "IRIX" -o "$_os" = "IRIX64" \) -a "$CC" = "gcc" \) ; then + if test -z "$with_gcc_home"; then +- if test "$CC" = "gcc"; then +- # Extract the first word of "gcc", so it can be a program name with args. +-set dummy gcc; ac_word=$2 +-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:1081: checking for $ac_word" >&5 +-if eval "test \"`echo '$''{'ac_cv_path_GCC'+set}'`\" = set"; then +- echo $ac_n "(cached) $ac_c" 1>&6 +-else +- case "$GCC" in +- /*) +- ac_cv_path_GCC="$GCC" # Let the user override the test with a path. +- ;; +- ?:/*) +- ac_cv_path_GCC="$GCC" # Let the user override the test with a dos path. +- ;; +- *) +- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" +- ac_dummy="$PATH" +- for ac_dir in $ac_dummy; do +- test -z "$ac_dir" && ac_dir=. +- if test -f $ac_dir/$ac_word; then +- ac_cv_path_GCC="$ac_dir/$ac_word" +- break +- fi +- done +- IFS="$ac_save_ifs" +- ;; +-esac +-fi +-GCC="$ac_cv_path_GCC" +-if test -n "$GCC"; then +- echo "$ac_t""$GCC" 1>&6 +-else +- echo "$ac_t""no" 1>&6 +-fi +- +- COMPATH=`echo $GCC | $SED -n "s/\/gcc//p"` ++ GCC=$CC ++ COMPATH=`echo $GCC | $AWK '{print $1}' | xargs dirname ` ++ CCFLAGS=$LDFLAGS; export CCFLAGS; + _gcc_include_start=/usr/lib/gcc-lib + _gxx_include_start=/usr/include +- fi +- else ++ else + _gcc_path="$with_gcc_home/bin/gcc" + if test -x $_gcc_path; then + CC=gcc; export CC; +@@ -1127,7 +1099,7 @@ + + if test $GCC; then + echo $ac_n "checking the GNU gcc compiler version""... $ac_c" 1>&6 +-echo "configure:1131: checking the GNU gcc compiler version" >&5 ++echo "configure:1103: checking the GNU gcc compiler version" >&5 + _gcc_releasetype=`$GCC --version | $AWK -F"-" '{ print \$1 }'` + if test "$_gcc_releasetype" = "egcs"; then + echo "configure: warning: found egcs- version, use (stable=gcc-) version of the compiler" 1>&2 +@@ -1156,8 +1128,11 @@ + else + echo "$ac_t""checked (gcc $_gcc_version)" 1>&6 + echo $ac_n "checking the GNU gcc include paths""... $ac_c" 1>&6 +-echo "configure:1160: checking the GNU gcc include paths" >&5 ++echo "configure:1132: checking the GNU gcc include paths" >&5 + _gcc_include_path=`find $_gcc_include_start -name $_gcc_version -print 2> /dev/null` ++ if test "$_os" = "FreeBSD" -a -z "$_gcc_include_path"; then ++ _gcc_include_path="/usr" ++ fi + if test "$_gcc_include_path"; then + _multiple=`echo $_gcc_include_path | $AWK '{ if ($2) print "true"; else print "false" }'` + if test "$_multiple" = "false"; then +@@ -1231,7 +1206,7 @@ + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:1235: checking for $ac_word" >&5 ++echo "configure:1210: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path__cc'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1268,7 +1243,7 @@ + + COMPATH=`echo $_cc | $SED -n "s/\/bin\/cc//p"` + echo $ac_n "checking the SUN Workshop C compiler version""... $ac_c" 1>&6 +-echo "configure:1272: checking the SUN Workshop C compiler version" >&5 ++echo "configure:1247: checking the SUN Workshop C compiler version" >&5 + _workshop_version=`$CC -V 2>&1 | $AWK '/^cc/ { print $7 }'` + if test "$_workshop_version" = "C"; then + _workshop_version=`$CC -V 2>&1 | $AWK '/^cc/ { print $8 }'` +@@ -1297,7 +1272,7 @@ + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:1301: checking for $ac_word" >&5 ++echo "configure:1276: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path__cc'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1334,7 +1309,7 @@ + + COMPATH=`echo $_cc | $SED -n "s/\/cc//p"` + echo $ac_n "checking the gcc compiler version""... $ac_c" 1>&6 +-echo "configure:1338: checking the gcc compiler version" >&5 ++echo "configure:1313: checking the gcc compiler version" >&5 + cc_version=`$CC -v 2>&1 | $AWK '/Apple Computer/ { print $15 }'` + cc_major=`echo $cc_version | $AWK -F. '{ print $1 }'` + if test "$cc_major" != "2"; then +@@ -1367,7 +1342,7 @@ + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:1371: checking for $ac_word" >&5 ++echo "configure:1346: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path__cc'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1404,7 +1379,7 @@ + + COMPATH=`echo $_cc | $SED -n "s/\/usr\/bin\/cc//p"` + echo $ac_n "checking the SGI MIPSpro C compiler version""... $ac_c" 1>&6 +-echo "configure:1408: checking the SGI MIPSpro C compiler version" >&5 ++echo "configure:1383: checking the SGI MIPSpro C compiler version" >&5 + _mipspro_version=`$CC -version 2>&1 | $AWK '{ print $4 }'` + _mipspro_major=`echo $_mipspro_version | $AWK -F. '{ print $1 }'` + if test "$_mipspro_major" != "7"; then +@@ -1431,7 +1406,7 @@ + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:1435: checking for $ac_word" >&5 ++echo "configure:1410: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path__cc'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1469,7 +1444,7 @@ + COMPATH=`echo $_cc | $SED -n "s/\/usr\/bin\/cc//p"` + echo "configure: warning: ******* $_cc , $COMPATH" 1>&2 + echo $ac_n "checking the Compaq C compiler version""... $ac_c" 1>&6 +-echo "configure:1473: checking the Compaq C compiler version" >&5 ++echo "configure:1448: checking the Compaq C compiler version" >&5 + _compaqc_version=`$CC -V 2>&1 | $AWK '{ print $3 }'` + _compaqc_major=`echo $_compaqc_version | $AWK -F. '{ print $1 }'` + if test "$_compaqc_major" != "T6"; then +@@ -1484,7 +1459,7 @@ + + if test "$_os" = "WINNT"; then + echo $ac_n "checking the Microsoft C/C++ Compiler""... $ac_c" 1>&6 +-echo "configure:1488: checking the Microsoft C/C++ Compiler" >&5 ++echo "configure:1463: checking the Microsoft C/C++ Compiler" >&5 + if test -x $with_cl_home/bin/cl; then + COMPATH=$with_cl_home + echo "$ac_t""found." 1>&6 +@@ -1496,7 +1471,7 @@ + + if test "$_os" != "WINNT"; then + echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 +-echo "configure:1500: checking how to run the C preprocessor" >&5 ++echo "configure:1475: checking how to run the C preprocessor" >&5 + # On Suns, sometimes $CPP names a directory. + if test -n "$CPP" && test -d "$CPP"; then + CPP= +@@ -1511,13 +1486,13 @@ + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. + cat > conftest.$ac_ext < + Syntax Error + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:1521: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:1496: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + : +@@ -1528,13 +1503,13 @@ + rm -rf conftest* + CPP="${CC-cc} -E -traditional-cpp" + cat > conftest.$ac_ext < + Syntax Error + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:1538: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:1513: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + : +@@ -1545,13 +1520,13 @@ + rm -rf conftest* + CPP="${CC-cc} -nologo -E" + cat > conftest.$ac_ext < + Syntax Error + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:1555: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:1530: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + : +@@ -1576,12 +1551,12 @@ + echo "$ac_t""$CPP" 1>&6 + + echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 +-echo "configure:1580: checking for ANSI C header files" >&5 ++echo "configure:1555: checking for ANSI C header files" >&5 + if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #include +@@ -1589,7 +1564,7 @@ + #include + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:1593: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:1568: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -1606,7 +1581,7 @@ + if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat > conftest.$ac_ext < + EOF +@@ -1624,7 +1599,7 @@ + if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat > conftest.$ac_ext < + EOF +@@ -1645,7 +1620,7 @@ + : + else + cat > conftest.$ac_ext < + #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +@@ -1656,7 +1631,7 @@ + exit (0); } + + EOF +-if { (eval echo configure:1660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:1635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null + then + : + else +@@ -1683,7 +1658,7 @@ + + if test "$_os" = "Linux" -o "$_os" = "FreeBSD"; then + echo $ac_n "checking pam_appl.h""... $ac_c" 1>&6 +-echo "configure:1687: checking pam_appl.h" >&5 ++echo "configure:1662: checking pam_appl.h" >&5 + if test -f "/usr/include/security/pam_appl.h"; then + echo "$ac_t""yes" 1>&6 + else +@@ -1697,7 +1672,7 @@ + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:1701: checking for $ac_word" >&5 ++echo "configure:1676: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1729,7 +1704,7 @@ + + + echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 +-echo "configure:1733: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 ++echo "configure:1708: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 + + ac_ext=C + # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. +@@ -1740,12 +1715,12 @@ + + cat > conftest.$ac_ext << EOF + +-#line 1744 "configure" ++#line 1719 "configure" + #include "confdefs.h" + + int main(){return(0);} + EOF +-if { (eval echo configure:1749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:1724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + ac_cv_prog_cxx_works=yes + # If we can't run a trivial program, we are probably using a cross compiler. + if (./conftest; exit) 2>/dev/null; then +@@ -1771,12 +1746,12 @@ + { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; } + fi + echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 +-echo "configure:1775: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 ++echo "configure:1750: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 + echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 + cross_compiling=$ac_cv_prog_cxx_cross + + echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 +-echo "configure:1780: checking whether we are using GNU C++" >&5 ++echo "configure:1755: checking whether we are using GNU C++" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1785,7 +1760,7 @@ + yes; + #endif + EOF +-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ++if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1764: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then + ac_cv_prog_gxx=yes + else + ac_cv_prog_gxx=no +@@ -1804,7 +1779,7 @@ + ac_save_CXXFLAGS="$CXXFLAGS" + CXXFLAGS= + echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 +-echo "configure:1808: checking whether ${CXX-g++} accepts -g" >&5 ++echo "configure:1783: checking whether ${CXX-g++} accepts -g" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1835,10 +1810,10 @@ + fi + fi + +-if test "$_os" = "Linux" -o "$_os" = "FreeBSD" -o "$_os" = "NetBSD" ; then ++if test "$_os" = "Linux" -o "$_os" = "FreeBSD" -o "$_os" = "NetBSD" -o "$_os" = "IRIX" -o "$_os" = "IRIX64" ; then + if test "$CC" = "gcc"; then + echo $ac_n "checking g++ Compiler""... $ac_c" 1>&6 +-echo "configure:1842: checking g++ Compiler" >&5 ++echo "configure:1817: checking g++ Compiler" >&5 + if test -z "$GXX"; then + echo "configure: warning: GNU g++/c++ was not found" 1>&2 + echo "configure: warning: GNU g++/c++ was not found" 1>&2 >> warn +@@ -1851,7 +1826,7 @@ + CXX=CC; export CXX; + if test "$CC" = "cc"; then + echo $ac_n "checking Sun Workshop C++ Compiler""... $ac_c" 1>&6 +-echo "configure:1855: checking Sun Workshop C++ Compiler" >&5 ++echo "configure:1830: checking Sun Workshop C++ Compiler" >&5 + if test "$CXX" != "CC"; then + echo "configure: warning: Sun Workshop C++ was not found" 1>&2 + echo "configure: warning: Sun Worlshop C++ was not found" 1>&2 >> warn +@@ -1864,7 +1839,7 @@ + CXX=c++; export CXX; + if test "$CC" = "cc"; then + echo $ac_n "checking Macosx c++ Compiler""... $ac_c" 1>&6 +-echo "configure:1868: checking Macosx c++ Compiler" >&5 ++echo "configure:1843: checking Macosx c++ Compiler" >&5 + if test "$CXX" != "c++"; then + echo "configure: warning: Macosx C++ was not found" 1>&2 + echo "configure: warning: Macosx C++ was not found" 1>&2 >> warn +@@ -1874,10 +1849,10 @@ + fi + fi + if test "$_os" = "IRIX" -o "$_os" = "IRIX64"; then +- CXX=CC; export CXX; + if test "$CC" = "cc"; then +- echo $ac_n "checking SGI MIPSpro C++ Compiler""... $ac_c" 1>&6 +-echo "configure:1881: checking SGI MIPSpro C++ Compiler" >&5 ++ CXX=CC; export CXX; ++ echo $ac_n "checking SGI MIPSpro C++ Compiler""... $ac_c" 1>&6 ++echo "configure:1856: checking SGI MIPSpro C++ Compiler" >&5 + if test "$CXX" != "CC"; then + echo "configure: warning: SGI MIPSpro C++ was not found" 1>&2 + echo "configure: warning: SGI MIPSpro C++ was not found" 1>&2 >> warn +@@ -1889,7 +1864,7 @@ + if test "$_os" = "OSF1"; then + CXX="cxx"; export CXX; + echo $ac_n "checking Compaq C++ compiler version""... $ac_c" 1>&6 +-echo "configure:1893: checking Compaq C++ compiler version" >&5 ++echo "configure:1868: checking Compaq C++ compiler version" >&5 + _compaqcxx_version=`$CXX -V 2>&1 | $AWK '{ print $3 }'` + _compaqcxx_major=`echo $_compaqcxx_version | $AWK -F. '{ print $1 }'` + if test "$_compaqcxx_major" != "V6"; then +@@ -1904,7 +1879,7 @@ + _temp=`showrev -p | $AWK -F" " '{ print $2 }'` + if test "$_os_release" = "7"; then + echo $ac_n "checking for patch 106327-06 or greater""... $ac_c" 1>&6 +-echo "configure:1908: checking for patch 106327-06 or greater" >&5 ++echo "configure:1883: checking for patch 106327-06 or greater" >&5 + _patch=`echo $_temp | $AWK '/106327-06/ { print "found" }'` + _patch="false" + for i in $_temp +@@ -1924,7 +1899,7 @@ + echo "configure: warning: patch 106327-06 not found, please install compiler patch 106327-06 or greater" 1>&2 >> warn + fi + echo $ac_n "checking for patch 106950-11 or greater""... $ac_c" 1>&6 +-echo "configure:1928: checking for patch 106950-11 or greater" >&5 ++echo "configure:1903: checking for patch 106950-11 or greater" >&5 + _patch=`echo $_temp | $AWK '/106950-11/ { print "found" }'` + _patch="false" + for i in $_temp +@@ -1946,7 +1921,7 @@ + else + if test "$_os_release" = "6"; then + echo $ac_n "checking for patch 105591-09 or greater""... $ac_c" 1>&6 +-echo "configure:1950: checking for patch 105591-09 or greater" >&5 ++echo "configure:1925: checking for patch 105591-09 or greater" >&5 + _patch=`echo $_temp | $AWK '/105591-09/ { print "found" }'` + _patch="false" + for i in $_temp +@@ -1966,7 +1941,7 @@ + echo "configure: warning: patch 105591-09 not found, please install compiler patch 105591-09 or greater" 1>&2 >> warn + fi + echo $ac_n "checking for patch 107733-08 or greater""... $ac_c" 1>&6 +-echo "configure:1970: checking for patch 107733-08 or greater" >&5 ++echo "configure:1945: checking for patch 107733-08 or greater" >&5 + _patch=`echo $_temp | $AWK '/107733-08/ { print "found" }'` + _patch="false" + for i in $_temp +@@ -1998,7 +1973,7 @@ + cross_compiling=$ac_cv_prog_cxx_cross + + echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 +-echo "configure:2002: checking how to run the C++ preprocessor" >&5 ++echo "configure:1977: checking how to run the C++ preprocessor" >&5 + if test -z "$CXXCPP"; then + if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2011,12 +1986,12 @@ + cross_compiling=$ac_cv_prog_cxx_cross + CXXCPP="${CXX-g++} -E" + cat > conftest.$ac_ext < + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:2020: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:1995: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + : +@@ -2041,12 +2016,12 @@ + echo "$ac_t""$CXXCPP" 1>&6 + + cat > conftest.$ac_ext <&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:2025: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + : +@@ -2061,7 +2036,7 @@ + if test -n "$enable_sgistl"; then + if test "$_os" = "IRIX" -o "$_os" = "IRIX64"; then + echo $ac_n "checking for SGI STL""... $ac_c" 1>&6 +-echo "configure:2065: checking for SGI STL" >&5 ++echo "configure:2040: checking for SGI STL" >&5 + if test -d /usr/include/CC ; then + echo "$ac_t""yes." 1>&6 + +@@ -2074,17 +2049,17 @@ + else + + echo $ac_n "checking for STLport4 headers""... $ac_c" 1>&6 +-echo "configure:2078: checking for STLport4 headers" >&5 ++echo "configure:2053: checking for STLport4 headers" >&5 + if test -d "$with_stlport4_home"; then + STLPORT4=$with_stlport4_home + if test "$_os" != "WINNT"; then + cat > conftest.$ac_ext <&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:2063: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -2106,7 +2081,7 @@ + fi + if test "$_os" != "WINNT"; then + echo $ac_n "checking for STLport4 libraries""... $ac_c" 1>&6 +-echo "configure:2110: checking for STLport4 libraries" >&5 ++echo "configure:2085: checking for STLport4 libraries" >&5 + if test "$_os" = "SunOS"; then + if test -f "$STLPORT4/lib/libstlport_sunpro.so"; then + echo "$ac_t""checked" 1>&6 +@@ -2123,7 +2098,11 @@ + if test -f "$STLPORT4/lib/libstlport_mipspro_41.so"; then + echo "$ac_t""checked" 1>&6 + else +- { echo "configure: error: STLport4 libraries not found" 1>&2; exit 1; } ++ if test -f "$STLPORT4/lib/libstlport_gcc.so"; then ++ echo "$ac_t""checked" 1>&6 ++ else ++ { echo "configure: error: STLport4 libraries not found" 1>&2; exit 1; } ++ fi + fi + else + if test -f "$STLPORT4/lib/libstlport_gcc.so"; then +@@ -2143,7 +2122,7 @@ + # Extract the first word of "javac", so it can be a program name with args. + set dummy javac; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:2147: checking for $ac_word" >&5 ++echo "configure:2126: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_JAVA'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -2182,7 +2161,7 @@ + fi + fi + echo $ac_n "checking the installed JDK""... $ac_c" 1>&6 +-echo "configure:2186: checking the installed JDK" >&5 ++echo "configure:2165: checking the installed JDK" >&5 + if test "$JAVA"; then + _correct_jdk_exists="false" + _jdk=`$JAVA -J-version 2>&1 | $AWK -F'"' '{ print \$2 }'` +@@ -2199,6 +2178,11 @@ + fi + if test "$_os" = "FreeBSD" -o "$_os" = "NetBSD"; then + _jdk_middle=`echo $_jdk | $AWK -F. '{ if ($2 != 2) print "false"; else print "true" }'` ++ _jdk_middle3=`echo $_jdk | $AWK -F. '{ if ($2 != 3) print "false"; else print "true" }'` ++ ++ if test "$_jdk_middle" = "false" -a "$_jdk_middle3" = "true"; then ++ _jdk_minor="true" ++ fi + fi + if test "$_os" = "Linux" -a "$_machine_type" = "sparc"; then + _jdk_middle=`echo $_jdk | $AWK -F. '{ if ($2 != 2) print "false"; else print "true" }'` +@@ -2266,7 +2250,7 @@ + fi + if test "$_os" = "Linux" -o "$_os" = "FreeBSD" -o "$_os" = "NetBSD" ; then + echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 +-echo "configure:2270: checking how to run the C preprocessor" >&5 ++echo "configure:2254: checking how to run the C preprocessor" >&5 + # On Suns, sometimes $CPP names a directory. + if test -n "$CPP" && test -d "$CPP"; then + CPP= +@@ -2281,13 +2265,13 @@ + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. + cat > conftest.$ac_ext < + Syntax Error + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:2291: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:2275: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + : +@@ -2298,13 +2282,13 @@ + rm -rf conftest* + CPP="${CC-cc} -E -traditional-cpp" + cat > conftest.$ac_ext < + Syntax Error + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:2308: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:2292: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + : +@@ -2315,13 +2299,13 @@ + rm -rf conftest* + CPP="${CC-cc} -nologo -E" + cat > conftest.$ac_ext < + Syntax Error + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:2325: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:2309: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + : +@@ -2348,7 +2332,7 @@ + fi + if test "$_os" = "Linux" -o "$_os" = "FreeBSD" -o "$_os" = "NetBSD" ; then + echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 +-echo "configure:2352: checking how to run the C++ preprocessor" >&5 ++echo "configure:2336: checking how to run the C++ preprocessor" >&5 + if test -z "$CXXCPP"; then + if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2361,12 +2345,12 @@ + cross_compiling=$ac_cv_prog_cxx_cross + CXXCPP="${CXX-g++} -E" + cat > conftest.$ac_ext < + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:2370: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:2354: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + : +@@ -2395,7 +2379,7 @@ + # Extract the first word of "perl", so it can be a program name with args. + set dummy perl; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:2399: checking for $ac_word" >&5 ++echo "configure:2383: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -2435,7 +2419,7 @@ + fi + if test "$PERL"; then + echo $ac_n "checking the Perl version""... $ac_c" 1>&6 +-echo "configure:2439: checking the Perl version" >&5 ++echo "configure:2423: checking the Perl version" >&5 + _perl_temp=`$PERL -version 2> /dev/null | $AWK -F" " '/built for/ { print $4 }'` + if test "$_perl_temp" = "version"; then + _perl_version=`$PERL -version 2> /dev/null | $AWK -F" " '/built for/ { print $5 }'` +@@ -2461,7 +2445,7 @@ + # Extract the first word of "tcsh", so it can be a program name with args. + set dummy tcsh; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:2465: checking for $ac_word" >&5 ++echo "configure:2449: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_TCSH'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -2509,7 +2493,7 @@ + # Uses ac_ vars as temps to allow command line to override cache and checks. + # --without-x overrides everything else, but does not touch the cache. + echo $ac_n "checking for X""... $ac_c" 1>&6 +-echo "configure:2513: checking for X" >&5 ++echo "configure:2497: checking for X" >&5 + + # Check whether --with-x or --without-x was given. + if test "${with_x+set}" = set; then +@@ -2571,12 +2555,12 @@ + + # First, try using that file with no special directory specified. + cat > conftest.$ac_ext < + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:2580: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:2564: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -2645,14 +2629,14 @@ + ac_save_LIBS="$LIBS" + LIBS="-l$x_direct_test_library $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + LIBS="$ac_save_LIBS" + # We can link X programs with no special library path. +@@ -2758,17 +2742,17 @@ + case "`(uname -sr) 2>/dev/null`" in + "SunOS 5"*) + echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 +-echo "configure:2762: checking whether -R must be followed by a space" >&5 ++echo "configure:2746: checking whether -R must be followed by a space" >&5 + ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + ac_R_nospace=yes + else +@@ -2784,14 +2768,14 @@ + else + LIBS="$ac_xsave_LIBS -R $x_libraries" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + ac_R_space=yes + else +@@ -2823,7 +2807,7 @@ + # libraries were built with DECnet support. And karl@cs.umb.edu says + # the Alpha needs dnet_stub (dnet does not exist). + echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 +-echo "configure:2827: checking for dnet_ntoa in -ldnet" >&5 ++echo "configure:2811: checking for dnet_ntoa in -ldnet" >&5 + ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2831,7 +2815,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-ldnet $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -2867,7 +2851,7 @@ + + if test $ac_cv_lib_dnet_dnet_ntoa = no; then + echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 +-echo "configure:2871: checking for dnet_ntoa in -ldnet_stub" >&5 ++echo "configure:2855: checking for dnet_ntoa in -ldnet_stub" >&5 + ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2875,7 +2859,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-ldnet_stub $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -2918,12 +2902,12 @@ + # The nsl library prevents programs from opening the X display + # on Irix 5.2, according to dickey@clark.net. + echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 +-echo "configure:2922: checking for gethostbyname" >&5 ++echo "configure:2906: checking for gethostbyname" >&5 + if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_gethostbyname=yes" + else +@@ -2970,7 +2954,7 @@ + + if test $ac_cv_func_gethostbyname = no; then + echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 +-echo "configure:2974: checking for gethostbyname in -lnsl" >&5 ++echo "configure:2958: checking for gethostbyname in -lnsl" >&5 + ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2978,7 +2962,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lnsl $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3022,12 +3006,12 @@ + # -lsocket must be given before -lnsl if both are needed. + # We assume that if connect needs -lnsl, so does gethostbyname. + echo $ac_n "checking for connect""... $ac_c" 1>&6 +-echo "configure:3026: checking for connect" >&5 ++echo "configure:3010: checking for connect" >&5 + if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_connect=yes" + else +@@ -3074,7 +3058,7 @@ + + if test $ac_cv_func_connect = no; then + echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 +-echo "configure:3078: checking for connect in -lsocket" >&5 ++echo "configure:3062: checking for connect in -lsocket" >&5 + ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3082,7 +3066,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lsocket $X_EXTRA_LIBS $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3120,12 +3104,12 @@ + + # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. + echo $ac_n "checking for remove""... $ac_c" 1>&6 +-echo "configure:3124: checking for remove" >&5 ++echo "configure:3108: checking for remove" >&5 + if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_remove=yes" + else +@@ -3172,7 +3156,7 @@ + + if test $ac_cv_func_remove = no; then + echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 +-echo "configure:3176: checking for remove in -lposix" >&5 ++echo "configure:3160: checking for remove in -lposix" >&5 + ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3180,7 +3164,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lposix $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3218,12 +3202,12 @@ + + # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. + echo $ac_n "checking for shmat""... $ac_c" 1>&6 +-echo "configure:3222: checking for shmat" >&5 ++echo "configure:3206: checking for shmat" >&5 + if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_shmat=yes" + else +@@ -3270,7 +3254,7 @@ + + if test $ac_cv_func_shmat = no; then + echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 +-echo "configure:3274: checking for shmat in -lipc" >&5 ++echo "configure:3258: checking for shmat in -lipc" >&5 + ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3278,7 +3262,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lipc $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3325,7 +3309,7 @@ + # libraries we check for below, so use a different variable. + # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. + echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 +-echo "configure:3329: checking for IceConnectionNumber in -lICE" >&5 ++echo "configure:3313: checking for IceConnectionNumber in -lICE" >&5 + ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3333,7 +3317,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lICE $X_EXTRA_LIBS $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3386,7 +3370,7 @@ + CFLAGS=$X_CFLAGS + LDFLAGS="$X_LDFLAGS $X_LIBS" + echo $ac_n "checking for XOpenDisplay in -lX11""... $ac_c" 1>&6 +-echo "configure:3390: checking for XOpenDisplay in -lX11" >&5 ++echo "configure:3374: checking for XOpenDisplay in -lX11" >&5 + ac_lib_var=`echo X11'_'XOpenDisplay | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3394,7 +3378,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lX11 $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3435,7 +3419,7 @@ + fi + if test "$_os" = "Linux"; then + echo $ac_n "checking for gnu_get_libc_version in -lc""... $ac_c" 1>&6 +-echo "configure:3439: checking for gnu_get_libc_version in -lc" >&5 ++echo "configure:3423: checking for gnu_get_libc_version in -lc" >&5 + ac_lib_var=`echo c'_'gnu_get_libc_version | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3443,7 +3427,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lc $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3478,7 +3462,7 @@ + fi + + echo $ac_n "checking the installed libc is at least version 2.1.1""... $ac_c" 1>&6 +-echo "configure:3482: checking the installed libc is at least version 2.1.1" >&5 ++echo "configure:3466: checking the installed libc is at least version 2.1.1" >&5 + if test "$HAVE_LIBC"; then + echo "$ac_t""checked" 1>&6 + else +@@ -3488,7 +3472,7 @@ + # Extract the first word of "bison", so it can be a program name with args. + set dummy bison; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:3492: checking for $ac_word" >&5 ++echo "configure:3476: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_BISON'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -3526,7 +3510,7 @@ + # Extract the first word of "flex", so it can be a program name with args. + set dummy flex; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:3530: checking for $ac_word" >&5 ++echo "configure:3514: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_FLEX'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -3564,7 +3548,7 @@ + # Extract the first word of "patch", so it can be a program name with args. + set dummy patch; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:3568: checking for $ac_word" >&5 ++echo "configure:3552: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_PATCH'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -3603,7 +3587,7 @@ + # Extract the first word of "bash", so it can be a program name with args. + set dummy bash; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:3607: checking for $ac_word" >&5 ++echo "configure:3591: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_CYGWIN'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -3642,7 +3626,7 @@ + # Extract the first word of "ml.exe", so it can be a program name with args. + set dummy ml.exe; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:3646: checking for $ac_word" >&5 ++echo "configure:3630: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_ML_EXE'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -3688,7 +3672,7 @@ + # Extract the first word of "unzip.exe", so it can be a program name with args. + set dummy unzip.exe; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:3692: checking for $ac_word" >&5 ++echo "configure:3676: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_UNZIP_EXE'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -3732,7 +3716,7 @@ + + + echo $ac_n "checking GPC files""... $ac_c" 1>&6 +-echo "configure:3736: checking GPC files" >&5 ++echo "configure:3720: checking GPC files" >&5 + if test -e ../external/gpc/gpc.h; then + HAVE_GPC_H="yes" + fi +@@ -3740,7 +3724,7 @@ + HAVE_GPC_C="yes" + fi + +-if test "$HAVE_GPC_H" == "yes" -a "$HAVE_GPC_C" == "yes"; then ++if test "$HAVE_GPC_H" = "yes" -a "$HAVE_GPC_C" = "yes"; then + echo "$ac_t""GPC files found" 1>&6 + else + { echo "configure: error: GPC files not found" 1>&2; exit 1; } +@@ -4006,7 +3990,6 @@ + s%@AWK@%$AWK%g + s%@SED@%$SED%g + s%@CC@%$CC%g +-s%@GCC@%$GCC%g + s%@_cc@%$_cc%g + s%@CPP@%$CPP%g + s%@CXX@%$CXX%g diff --git a/editors/openoffice.org-1.1-devel/files/patch-rsc+source+rscpp+cpp.h b/editors/openoffice.org-1.1-devel/files/patch-rsc+source+rscpp+cpp.h new file mode 100644 index 000000000000..417ab33ba52f --- /dev/null +++ b/editors/openoffice.org-1.1-devel/files/patch-rsc+source+rscpp+cpp.h @@ -0,0 +1,12 @@ +--- ../rsc/source/rscpp/cpp.h.orig Fri Mar 1 00:14:38 2002 ++++ ../rsc/source/rscpp/cpp.h Fri Mar 1 00:15:03 2002 +@@ -462,7 +462,9 @@ + extern char *strrchr(); + extern char *strchr(); + #if ! ( defined UNX && defined ALPHA ) ++#if ! ( defined FREEBSD ) + extern long time(); ++#endif + #endif + /* extern char *sprintf(); */ /* Lint needs this */ + diff --git a/editors/openoffice.org-1.1-devel/files/patch-rsc::source::rscpp::cpp.h b/editors/openoffice.org-1.1-devel/files/patch-rsc::source::rscpp::cpp.h new file mode 100644 index 000000000000..417ab33ba52f --- /dev/null +++ b/editors/openoffice.org-1.1-devel/files/patch-rsc::source::rscpp::cpp.h @@ -0,0 +1,12 @@ +--- ../rsc/source/rscpp/cpp.h.orig Fri Mar 1 00:14:38 2002 ++++ ../rsc/source/rscpp/cpp.h Fri Mar 1 00:15:03 2002 +@@ -462,7 +462,9 @@ + extern char *strrchr(); + extern char *strchr(); + #if ! ( defined UNX && defined ALPHA ) ++#if ! ( defined FREEBSD ) + extern long time(); ++#endif + #endif + /* extern char *sprintf(); */ /* Lint needs this */ + diff --git a/editors/openoffice.org-1.1-devel/files/patch-rscpp::cpp.h b/editors/openoffice.org-1.1-devel/files/patch-rscpp::cpp.h new file mode 100644 index 000000000000..751623885bbd --- /dev/null +++ b/editors/openoffice.org-1.1-devel/files/patch-rscpp::cpp.h @@ -0,0 +1,12 @@ +--- ../rscpp/cpp.h.orig Fri Mar 1 00:15:54 2002 ++++ ../rscpp/cpp.h Fri Mar 1 00:15:56 2002 +@@ -462,7 +462,9 @@ + extern char *strrchr(); + extern char *strchr(); + #if ! ( defined UNX && defined ALPHA ) ++#if ! ( defined FREEBSD ) + extern long time(); ++#endif + #endif + /* extern char *sprintf(); */ /* Lint needs this */ + diff --git a/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+nlsupport.c b/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+nlsupport.c new file mode 100644 index 000000000000..cd0c56d2c984 --- /dev/null +++ b/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+nlsupport.c @@ -0,0 +1,29 @@ +--- ../sal/osl/unx/nlsupport.c Wed Feb 27 00:54:01 2002 ++++ ../sal/osl/unx/nlsupport.c Wed Feb 27 15:00:58 2002 +@@ -63,7 +63,7 @@ + #include + #include + +-#if defined(LINUX) || defined(SOLARIS) ++#if defined(LINUX) || defined(SOLARIS) || defined(FREEBSD) + #include + #include + #include +@@ -841,7 +841,7 @@ + snprintf(env_buf, sizeof(env_buf), "LC_CTYPE=%s", locale_buf); + env_buf[sizeof(env_buf)] = '\0'; + putenv(env_buf); +-#elif defined( FREEBAD ) || defined( NETBSD ) ++#elif defined( FREEBSD ) || defined( NETBSD ) + setenv("LC_CTYPE", locale_buf, 1 ); + #else + setenv( "LC_CTYPE", locale_buf ); +@@ -853,7 +853,7 @@ + snprintf(env_buf, sizeof(env_buf), "LANG=%s", locale_buf); + env_buf[sizeof(env_buf)] = '\0'; + putenv(env_buf); +-#elif defined( FREEBAD ) || defined( NETBSD ) ++#elif defined( FREEBSD ) || defined( NETBSD ) + setenv("LC_CTYPE", locale_buf, 1 ); + #else + setenv( "LANG", locale_buf ); diff --git a/editors/openoffice.org-1.1-devel/files/patch-sal::osl::unx::nlsupport.c b/editors/openoffice.org-1.1-devel/files/patch-sal::osl::unx::nlsupport.c new file mode 100644 index 000000000000..cd0c56d2c984 --- /dev/null +++ b/editors/openoffice.org-1.1-devel/files/patch-sal::osl::unx::nlsupport.c @@ -0,0 +1,29 @@ +--- ../sal/osl/unx/nlsupport.c Wed Feb 27 00:54:01 2002 ++++ ../sal/osl/unx/nlsupport.c Wed Feb 27 15:00:58 2002 +@@ -63,7 +63,7 @@ + #include + #include + +-#if defined(LINUX) || defined(SOLARIS) ++#if defined(LINUX) || defined(SOLARIS) || defined(FREEBSD) + #include + #include + #include +@@ -841,7 +841,7 @@ + snprintf(env_buf, sizeof(env_buf), "LC_CTYPE=%s", locale_buf); + env_buf[sizeof(env_buf)] = '\0'; + putenv(env_buf); +-#elif defined( FREEBAD ) || defined( NETBSD ) ++#elif defined( FREEBSD ) || defined( NETBSD ) + setenv("LC_CTYPE", locale_buf, 1 ); + #else + setenv( "LC_CTYPE", locale_buf ); +@@ -853,7 +853,7 @@ + snprintf(env_buf, sizeof(env_buf), "LANG=%s", locale_buf); + env_buf[sizeof(env_buf)] = '\0'; + putenv(env_buf); +-#elif defined( FREEBAD ) || defined( NETBSD ) ++#elif defined( FREEBSD ) || defined( NETBSD ) + setenv("LC_CTYPE", locale_buf, 1 ); + #else + setenv( "LANG", locale_buf ); diff --git a/editors/openoffice.org-1.1-devel/pkg-descr b/editors/openoffice.org-1.1-devel/pkg-descr index da0090558163..31fd1b12161a 100644 --- a/editors/openoffice.org-1.1-devel/pkg-descr +++ b/editors/openoffice.org-1.1-devel/pkg-descr @@ -1,4 +1,14 @@ -OpenOffice is a suite of office productivity applications containing -a word processor, spreadsheet, graphics and presentation, image -manipulation, and charting. It offers the ability to read and -write Microsoft Office files. +OpenOffice.org is an Open Source, community-developed, multi-platform office +productivity suite. It includes the key desktop applications, such as a +word processor, spreadsheet, presentation manager, and drawing program, +with a user interface and feature set similar to other office suites. + +Components include: + * A universal word processing application for creating business + letters, extensive text documents, professional layouts, and HTML + documents. + * A sophisticated application for performing advanced spreadsheet + functions, such as analyzing figures, creating lists, and viewing data. + * A tool for creating effective eye-catching presentations. + * A vector-oriented draw module that enables the creation of 3D + illustrations diff --git a/editors/openoffice.org-1.1-devel/pkg-message b/editors/openoffice.org-1.1-devel/pkg-message index 656a22469a3c..840dc3b80e04 100644 --- a/editors/openoffice.org-1.1-devel/pkg-message +++ b/editors/openoffice.org-1.1-devel/pkg-message @@ -1,14 +1,15 @@ -StarOffice 5.2 Personal Install How-To +OpenOffice Build 641 Personal Install How-To -Written by: Darren Wiebe - and Martin Blapp +Written by: Matthias Rauch + Martin Blapp -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. +OpenOffice has now been installed in ${PREFIX}/OpenOffice.org641. -It will now be ready to use. - -Good Luck +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 Thereafter, OpenOffice can be started using the +${PREFIX}/bin/soffice command. +Please note that this software should be considered alpha quality +at the moment, i.e. take extra care when using it in production +environments. diff --git a/editors/openoffice.org-1.1-devel/pkg-plist b/editors/openoffice.org-1.1-devel/pkg-plist index 9d4b28aab89a..b3561e66eeb7 100644 --- a/editors/openoffice.org-1.1-devel/pkg-plist +++ b/editors/openoffice.org-1.1-devel/pkg-plist @@ -1,3027 +1,1676 @@ -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 +bin/soffice +OpenOffice.org641/setup +OpenOffice.org641/spadmin +OpenOffice.org641/LICENSE.html +OpenOffice.org641/README.html +OpenOffice.org641/README +OpenOffice.org641/LICENSE +OpenOffice.org641/program/setup.log +OpenOffice.org641/program/filter/libicg641bi.so +OpenOffice.org641/program/filter/libeme641bi.so +OpenOffice.org641/program/filter/libemp641bi.so +OpenOffice.org641/program/filter/libipd641bi.so +OpenOffice.org641/program/filter/libitg641bi.so +OpenOffice.org641/program/filter/libeps641bi.so +OpenOffice.org641/program/filter/libips641bi.so +OpenOffice.org641/program/filter/libexp641bi.so +OpenOffice.org641/program/filter/libepb641bi.so +OpenOffice.org641/program/filter/libepg641bi.so +OpenOffice.org641/program/filter/libepp641bi.so +OpenOffice.org641/program/filter/libipb641bi.so +OpenOffice.org641/program/filter/libera641bi.so +OpenOffice.org641/program/filter/libira641bi.so +OpenOffice.org641/program/filter/libegi641bi.so +OpenOffice.org641/program/filter/libidx641bi.so +OpenOffice.org641/program/filter/libicd641bi.so +OpenOffice.org641/program/filter/libept641bi.so +OpenOffice.org641/program/filter/libipt641bi.so +OpenOffice.org641/program/filter/libime641bi.so +OpenOffice.org641/program/filter/libipx641bi.so +OpenOffice.org641/program/filter/libepn641bi.so +OpenOffice.org641/program/filter/libiti641bi.so +OpenOffice.org641/program/filter/libeti641bi.so +OpenOffice.org641/program/classes/sandbox.jar +OpenOffice.org641/program/classes/jurt.jar +OpenOffice.org641/program/classes/xt.jar +OpenOffice.org641/program/classes/db.jar +OpenOffice.org641/program/classes/juh.jar +OpenOffice.org641/program/classes/unoil.jar +OpenOffice.org641/program/classes/jut.jar +OpenOffice.org641/program/classes/ridl.jar +OpenOffice.org641/program/classes/jaxp.jar +OpenOffice.org641/program/classes/java_uno.jar +OpenOffice.org641/program/classes/parser.jar +OpenOffice.org641/program/classes/classes.jar +OpenOffice.org641/program/resource/cnt64101.res +OpenOffice.org641/program/resource/wwz64101.res +OpenOffice.org641/program/resource/pcr64101.res +OpenOffice.org641/program/resource/bib64101.res +OpenOffice.org641/program/resource/dkt64101.res +OpenOffice.org641/program/resource/basctl64101.res +OpenOffice.org641/program/resource/abp64101.res +OpenOffice.org641/program/resource/lgd64101.res +OpenOffice.org641/program/resource/eur64101.res +OpenOffice.org641/program/resource/epb64101.res +OpenOffice.org641/program/resource/epg64101.res +OpenOffice.org641/program/resource/epp64101.res +OpenOffice.org641/program/resource/imp64101.res +OpenOffice.org641/program/resource/oic64101.res +OpenOffice.org641/program/resource/ofa64101.res +OpenOffice.org641/program/resource/vcl64101.res +OpenOffice.org641/program/resource/fwk64101.res +OpenOffice.org641/program/resource/set64101.res +OpenOffice.org641/program/resource/frm64101.res +OpenOffice.org641/program/resource/gal64101.res +OpenOffice.org641/program/resource/svs64101.res +OpenOffice.org641/program/resource/dba64101.res +OpenOffice.org641/program/resource/dbi64101.res +OpenOffice.org641/program/resource/dbp64101.res +OpenOffice.org641/program/resource/dbu64101.res +OpenOffice.org641/program/resource/dbw64101.res +OpenOffice.org641/program/resource/ooo64101.res +OpenOffice.org641/program/resource/svt64101.res +OpenOffice.org641/program/resource/svx64101.res +OpenOffice.org641/program/resource/spa64101.res +OpenOffice.org641/program/resource/sd64101.res +OpenOffice.org641/program/resource/tpl64101.res +OpenOffice.org641/program/resource/sw64101.res +OpenOffice.org641/program/resource/tplx64101.res +OpenOffice.org641/program/resource/jvm64101.res +OpenOffice.org641/program/resource/uui64101.res +OpenOffice.org641/program/resource/cal64101.res +OpenOffice.org641/program/resource/sfx64101.res +OpenOffice.org641/program/resource/sch64101.res +OpenOffice.org641/program/resource/san64101.res +OpenOffice.org641/program/resource/sc64101.res +OpenOffice.org641/program/resource/sm64101.res +OpenOffice.org641/program/resource/date64101.res +OpenOffice.org641/program/resource/analysis64101.res +OpenOffice.org641/program/resource/eps64101.res +OpenOffice.org641/program/resource/egi64101.res +OpenOffice.org641/program/resource/ept64101.res +OpenOffice.org641/program/resource/eme64101.res +OpenOffice.org641/program/resource/epn64101.res +OpenOffice.org641/program/resource/iso64101.res +OpenOffice.org641/program/addin/source/xrot.c +OpenOffice.org641/program/addin/source/xlang.h +OpenOffice.org641/program/addin/source/rot13.hrc +OpenOffice.org641/program/addin/source/addin.h +OpenOffice.org641/program/addin/source/xdfa.c +OpenOffice.org641/program/addin/source/dfa.hrc +OpenOffice.org641/program/libctl641bi.so +OpenOffice.org641/program/libimpreg.so +OpenOffice.org641/program/libjava_uno.so +OpenOffice.org641/program/libdbi641bi.so +OpenOffice.org641/program/libdbp641bi.so +OpenOffice.org641/program/libdbtools2.so +OpenOffice.org641/program/libdbu641bi.so +OpenOffice.org641/program/libvos2GCC.so +OpenOffice.org641/program/libproxyset.so +OpenOffice.org641/program/libsmgr.so +OpenOffice.org641/program/libmozab2.so +OpenOffice.org641/program/libtcv.so +OpenOffice.org641/program/liburp_uno.so +OpenOffice.org641/program/libstm.so +OpenOffice.org641/program/libstore.so.3.0.0 +OpenOffice.org641/program/libstore.so.3 +OpenOffice.org641/program/libspa641bi.so +OpenOffice.org641/program/libmcnttype.so +OpenOffice.org641/program/spadmin.bin +OpenOffice.org641/program/libabp641bi.so +OpenOffice.org641/program/libinvadp.so +OpenOffice.org641/program/libsvl641bi.so +OpenOffice.org641/program/libsvx641bi.so +OpenOffice.org641/program/libmig641bi.so +OpenOffice.org641/program/jvmsetup.bin +OpenOffice.org641/program/libtdmgr.so +OpenOffice.org641/program/libnamingservice.so +OpenOffice.org641/program/libacceptor.so +OpenOffice.org641/program/open_office_ani.bmp +OpenOffice.org641/program/libconnectr.so +OpenOffice.org641/program/libsrtrs1.so +OpenOffice.org641/program/sopatchlevel.sh +OpenOffice.org641/program/libdb_cxx-3.2.so +OpenOffice.org641/program/calc_o.bmp +OpenOffice.org641/program/nswrapper +OpenOffice.org641/program/libjen.so +OpenOffice.org641/program/libdefreg.so +OpenOffice.org641/program/librmcxt.so.3.0.0 +OpenOffice.org641/program/librmcxt.so.3 +OpenOffice.org641/program/setup.bin +OpenOffice.org641/program/setup +OpenOffice.org641/program/libdbase641bi.so +OpenOffice.org641/program/libbib641bi.so +OpenOffice.org641/program/liblng641bi.so +OpenOffice.org641/program/libfileacc.so +OpenOffice.org641/program/libucpchelp1.so +OpenOffice.org641/program/libreg.so.3.0.0 +OpenOffice.org641/program/libreg.so.3 +OpenOffice.org641/program/libcfgmgr2.so +OpenOffice.org641/program/libinsp.so +OpenOffice.org641/program/libcnt641bi.so +OpenOffice.org641/program/libres641bi.so +OpenOffice.org641/program/setup_services.rdb +OpenOffice.org641/program/libsalhelper3GCC.so +OpenOffice.org641/program/libtl641bi.so +OpenOffice.org641/program/libjvm641bi.so +OpenOffice.org641/program/libcmdmail.so +OpenOffice.org641/program/libgcc2_uno.so +OpenOffice.org641/program/libi18npool641bi.so +OpenOffice.org641/program/libevtatt.so +OpenOffice.org641/program/libsimreg.so +OpenOffice.org641/program/libfile641bi.so +OpenOffice.org641/program/libucb1.so +OpenOffice.org641/program/libucpfpx641bi.so +OpenOffice.org641/program/libsax.so +OpenOffice.org641/program/allgemein_o.bmp +OpenOffice.org641/program/writer_o.bmp +OpenOffice.org641/program/libsbl641bi.so +OpenOffice.org641/program/draw_o.bmp +OpenOffice.org641/program/ende_o.bmp +OpenOffice.org641/program/libbrdgfctr.so +OpenOffice.org641/program/libsch641bi.so +OpenOffice.org641/program/libscn641bi.so +OpenOffice.org641/program/libproxyfac.so +OpenOffice.org641/program/liblocaledata_ascii.so +OpenOffice.org641/program/libzip641bi.so +OpenOffice.org641/program/libset641bi.so +OpenOffice.org641/program/libsfx641bi.so +OpenOffice.org641/program/libcached1.so +OpenOffice.org641/program/liblocaledata_CJK.so +OpenOffice.org641/program/libucphier1.so +OpenOffice.org641/program/jvmsetup +OpenOffice.org641/program/libinv.so +OpenOffice.org641/program/libsal.so.3.0.0 +OpenOffice.org641/program/libsal.so.3 +OpenOffice.org641/program/libmozabdrv2.so +OpenOffice.org641/program/libucpfile1.so +OpenOffice.org641/program/libpk641bi.so +OpenOffice.org641/program/libpl641bi.so +OpenOffice.org641/program/soffice +OpenOffice.org641/program/spadmin +OpenOffice.org641/program/libsyssh.so +OpenOffice.org641/program/libxcr641bi.so +OpenOffice.org641/program/libbasctl641bi.so +OpenOffice.org641/program/libsdbc2.so +OpenOffice.org641/program/libucpdav1.so +OpenOffice.org641/program/libwrp641bi.so +OpenOffice.org641/program/libjavaloader.so +OpenOffice.org641/program/libtplx641bi.so +OpenOffice.org641/program/libadabas2.so +OpenOffice.org641/program/libsot641bi.so +OpenOffice.org641/program/libj641bi_g.so +OpenOffice.org641/program/libsw641bi.so +OpenOffice.org641/program/libtk641bi.so +OpenOffice.org641/program/libcpld.so +OpenOffice.org641/program/impress_o.bmp +OpenOffice.org641/program/libsb641bi.so +OpenOffice.org641/program/javaldx +OpenOffice.org641/program/libsd641bi.so +OpenOffice.org641/program/libsvt641bi.so +OpenOffice.org641/program/libso641bi.so +OpenOffice.org641/program/libcppu.so.3.0.0 +OpenOffice.org641/program/libcppu.so.3 +OpenOffice.org641/program/libi18n641bi.so +OpenOffice.org641/program/libucbhelper1GCC.so +OpenOffice.org641/program/libtinstrm.so +OpenOffice.org641/program/libpsp641bi.so +OpenOffice.org641/program/libdb_java-3.2.so +OpenOffice.org641/program/libuuresolver.so +OpenOffice.org641/program/libpcr641bi.so +OpenOffice.org641/program/libcppuhelper3GCC.so +OpenOffice.org641/program/libstlport_gcc.so.0 +OpenOffice.org641/program/libgo641bi.so +OpenOffice.org641/program/libjdbc2.so +OpenOffice.org641/program/libflat641bi.so +OpenOffice.org641/program/setup_types.rdb +OpenOffice.org641/program/libodbcbase2.so +OpenOffice.org641/program/libcomphelp2.so +OpenOffice.org641/program/libxo641bi.so +OpenOffice.org641/program/libstlport2_gcc.so +OpenOffice.org641/program/libtvhlp1.so +OpenOffice.org641/program/libxmx641bi.so +OpenOffice.org641/program/libni641bi.so +OpenOffice.org641/program/libutl641bi.so +OpenOffice.org641/program/libcorefl.so +OpenOffice.org641/program/libuui641bi.so +OpenOffice.org641/program/libodbc2.so +OpenOffice.org641/program/libvcl641bi.so +OpenOffice.org641/program/libtoutstrm.so +OpenOffice.org641/program/libimr641bi.so +OpenOffice.org641/program/libpackage2.so +OpenOffice.org641/program/components/libabsyncsvc.so +OpenOffice.org641/program/components/libaddrbook.so +OpenOffice.org641/program/components/libmork.so +OpenOffice.org641/program/components/libmozldap.so +OpenOffice.org641/program/components/libnecko.so +OpenOffice.org641/program/components/libprofile.so +OpenOffice.org641/program/components/librdf.so +OpenOffice.org641/program/components/libstrres.so +OpenOffice.org641/program/components/libunicharutil.so +OpenOffice.org641/program/components/libuconv.so +OpenOffice.org641/program/components/libucvcn.so +OpenOffice.org641/program/components/libucvibm.so +OpenOffice.org641/program/components/libucvja.so +OpenOffice.org641/program/components/libucvko.so +OpenOffice.org641/program/components/libucvlatin.so +OpenOffice.org641/program/components/libucvtw.so +OpenOffice.org641/program/components/libucvtw2.so +OpenOffice.org641/program/components/liburiloader.so +OpenOffice.org641/program/components/libvcard.so +OpenOffice.org641/program/components/libxpconnect.so +OpenOffice.org641/program/components/libpref.so +OpenOffice.org641/program/libmozjs.so +OpenOffice.org641/program/libmsgbaseutil.so +OpenOffice.org641/program/libldap40.so +OpenOffice.org641/program/libnspr4.so +OpenOffice.org641/program/liblber40.so +OpenOffice.org641/program/libplc4.so +OpenOffice.org641/program/libplds4.so +OpenOffice.org641/program/libxpcom.so +OpenOffice.org641/program/libdba641bi.so +OpenOffice.org641/program/librdbtdp.so +OpenOffice.org641/program/liboic641bi.so +OpenOffice.org641/program/libofa641bi.so +OpenOffice.org641/program/open_office_org_logo.bmp +OpenOffice.org641/program/libfrm641bi.so +OpenOffice.org641/program/libfwe641bi.so +OpenOffice.org641/program/libdtransX11641bi.so +OpenOffice.org641/program/libfwi641bi.so +OpenOffice.org641/program/libfwk641bi.so +OpenOffice.org641/program/libfwl641bi.so +OpenOffice.org641/program/libdb-3.2.so +OpenOffice.org641/program/soffice.bin +OpenOffice.org641/program/libdbpool2.so +OpenOffice.org641/program/applicat.rdb +OpenOffice.org641/program/libremotebridge.so +OpenOffice.org641/program/libucppkg1.so +OpenOffice.org641/program/swriter +OpenOffice.org641/program/smaster +OpenOffice.org641/program/sweb +OpenOffice.org641/program/libcalc641bi.so +OpenOffice.org641/program/scalc +OpenOffice.org641/program/simpress +OpenOffice.org641/program/libsc641bi.so +OpenOffice.org641/program/libdate641bi.so +OpenOffice.org641/program/libanalysis641bi.so +OpenOffice.org641/program/sdraw +OpenOffice.org641/program/smath +OpenOffice.org641/program/libsm641bi.so +OpenOffice.org641/program/libsvg641bi.so +OpenOffice.org641/program/liblth641bi.so +OpenOffice.org641/program/libspell641bi.so +OpenOffice.org641/program/bootstraprc +OpenOffice.org641/program/jvmsetuprc +OpenOffice.org641/program/setuprc +OpenOffice.org641/program/sofficerc +OpenOffice.org641/program/instdb.ins +OpenOffice.org641/share/template/english/wizard/bitmap/Arrange_1.gif +OpenOffice.org641/share/template/english/wizard/bitmap/Arrange_2.gif +OpenOffice.org641/share/template/english/wizard/bitmap/Arrange_3.gif +OpenOffice.org641/share/template/english/wizard/bitmap/Arrange_4.gif +OpenOffice.org641/share/template/english/wizard/bitmap/Arrange_5.gif +OpenOffice.org641/share/template/english/wizard/bitmap/FormWizard_1.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/FormWizard_2.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/Import_1.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/Import_3.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/Import_4.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/MS-Import_2-1.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/MS-Import_2-2.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/MS-Import_2-3.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/XML-Import_2-1.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/XML-Import_2-2.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/XML-Import_2-3.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/XML-Import_2-4.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/brd.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/cancel_down.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/cancel_up.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/denmark.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/down.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/end.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/euro_1.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/euro_2.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/euro_3.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/france.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/italia.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/nedland.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/okay_down.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/okay_up.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/polska.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/portugal.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/russia.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/spain.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/sweden.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/up.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/usa.bmp +OpenOffice.org641/share/template/english/wizard/bitmap/webwizard.bmp +OpenOffice.org641/share/template/english/wizard/styles/black_white.stc +OpenOffice.org641/share/template/english/wizard/styles/blackberry.stc +OpenOffice.org641/share/template/english/wizard/styles/default.stc +OpenOffice.org641/share/template/english/wizard/styles/diner.stc +OpenOffice.org641/share/template/english/wizard/styles/fall.stc +OpenOffice.org641/share/template/english/wizard/styles/glacier.stc +OpenOffice.org641/share/template/english/wizard/styles/green_grapes.stc +OpenOffice.org641/share/template/english/wizard/styles/jeans.stc +OpenOffice.org641/share/template/english/wizard/styles/marine.stc +OpenOffice.org641/share/template/english/wizard/styles/millennium.stc +OpenOffice.org641/share/template/english/wizard/styles/nature.stc +OpenOffice.org641/share/template/english/wizard/styles/neon.stc +OpenOffice.org641/share/template/english/wizard/styles/night.stc +OpenOffice.org641/share/template/english/wizard/styles/nostalgic.stc +OpenOffice.org641/share/template/english/wizard/styles/pastell.stc +OpenOffice.org641/share/template/english/wizard/styles/pool.stc +OpenOffice.org641/share/template/english/wizard/styles/pumpkin.stc +OpenOffice.org641/share/template/english/wizard/styles/sunstyle.stc +OpenOffice.org641/share/template/english/wizard/styles/xos.stc +OpenOffice.org641/share/template/english/wizard/web/cnt-album.stw +OpenOffice.org641/share/template/english/wizard/web/cnt-bilingual.stw +OpenOffice.org641/share/template/english/wizard/web/cnt-chapters.stw +OpenOffice.org641/share/template/english/wizard/web/cnt-empty.stw +OpenOffice.org641/share/template/english/wizard/web/cnt-fixonecol.stw +OpenOffice.org641/share/template/english/wizard/web/cnt-fixtwocol.stw +OpenOffice.org641/share/template/english/wizard/web/cnt-formcontact.stw +OpenOffice.org641/share/template/english/wizard/web/cnt-formcustomer.stw +OpenOffice.org641/share/template/english/wizard/web/cnt-formfix.stw +OpenOffice.org641/share/template/english/wizard/web/cnt-formvar.stw +OpenOffice.org641/share/template/english/wizard/web/cnt-list.stw +OpenOffice.org641/share/template/english/wizard/web/cnt-onepic.stw +OpenOffice.org641/share/template/english/wizard/web/cnt-standard.stw +OpenOffice.org641/share/template/english/wizard/web/cnt-twotitles.stw +OpenOffice.org641/share/template/english/wizard/web/stl-banana.stw +OpenOffice.org641/share/template/english/wizard/web/stl-blkjeans.stw +OpenOffice.org641/share/template/english/wizard/web/stl-blue.stw +OpenOffice.org641/share/template/english/wizard/web/stl-blueblock.stw +OpenOffice.org641/share/template/english/wizard/web/stl-bluejeans.stw +OpenOffice.org641/share/template/english/wizard/web/stl-fieryred.stw +OpenOffice.org641/share/template/english/wizard/web/stl-hightech.stw +OpenOffice.org641/share/template/english/wizard/web/stl-mint.stw +OpenOffice.org641/share/template/english/wizard/web/stl-music.stw +OpenOffice.org641/share/template/english/wizard/web/stl-nostalg.stw +OpenOffice.org641/share/template/english/wizard/web/stl-orange.stw +OpenOffice.org641/share/template/english/wizard/web/stl-petrol.stw +OpenOffice.org641/share/template/english/wizard/web/stl-seventies.stw +OpenOffice.org641/share/template/english/wizard/web/stl-standard.stw +OpenOffice.org641/share/template/english/wizard/web/stl-strwbryice.stw +OpenOffice.org641/share/template/english/wizard/web/stl-sun.stw +OpenOffice.org641/share/template/english/wizard/web/stl-tracks.stw +OpenOffice.org641/share/template/english/wizard/web/stl-turquoise.stw +OpenOffice.org641/share/template/english/wizard/web/stl-wetblue.stw +OpenOffice.org641/share/template/english/wizard/wizbrf1.stw +OpenOffice.org641/share/template/english/wizard/wizbrf2.stw +OpenOffice.org641/share/template/english/wizard/wizbrf3.stw +OpenOffice.org641/share/template/english/wizard/wizfax1.stw +OpenOffice.org641/share/template/english/wizard/wizfax2.stw +OpenOffice.org641/share/template/english/wizard/wizfax3.stw +OpenOffice.org641/share/template/english/wizard/wizmem1.stw +OpenOffice.org641/share/template/english/wizard/wizmem2.stw +OpenOffice.org641/share/template/english/wizard/wizmem3.stw +OpenOffice.org641/share/template/english/wizard/wizagn1.stw +OpenOffice.org641/share/template/english/wizard/wizagn2.stw +OpenOffice.org641/share/template/english/wizard/wizagn3.stw +OpenOffice.org641/share/template/english/internal/html.stw +OpenOffice.org641/share/template/english/internal/idxexample.sxw +OpenOffice.org641/share/template/english/internal/url_transfer.htm +OpenOffice.org641/share/dtd/officedocument/1_0/Manifest.dtd +OpenOffice.org641/share/dtd/officedocument/1_0/script.mod +OpenOffice.org641/share/dtd/officedocument/1_0/statusbar.dtd +OpenOffice.org641/share/dtd/officedocument/1_0/settings.mod +OpenOffice.org641/share/dtd/officedocument/1_0/nmspace.mod +OpenOffice.org641/share/dtd/officedocument/1_0/datastyl.mod +OpenOffice.org641/share/dtd/officedocument/1_0/table.mod +OpenOffice.org641/share/dtd/officedocument/1_0/drawing.mod +OpenOffice.org641/share/dtd/officedocument/1_0/event.dtd +OpenOffice.org641/share/dtd/officedocument/1_0/accelerator.dtd +OpenOffice.org641/share/dtd/officedocument/1_0/office.dtd +OpenOffice.org641/share/dtd/officedocument/1_0/office.mod +OpenOffice.org641/share/dtd/officedocument/1_0/toolbar.dtd +OpenOffice.org641/share/dtd/officedocument/1_0/style.mod +OpenOffice.org641/share/dtd/officedocument/1_0/dtypes.mod +OpenOffice.org641/share/dtd/officedocument/1_0/text.mod +OpenOffice.org641/share/dtd/officedocument/1_0/module.dtd +OpenOffice.org641/share/dtd/officedocument/1_0/meta.mod +OpenOffice.org641/share/dtd/officedocument/1_0/dialog.dtd +OpenOffice.org641/share/dtd/officedocument/1_0/chart.mod +OpenOffice.org641/share/dtd/officedocument/1_0/libraries.dtd +OpenOffice.org641/share/dtd/officedocument/1_0/form.mod +OpenOffice.org641/share/dtd/officedocument/1_0/menubar.dtd +OpenOffice.org641/share/dtd/math/1_01/w3c_ipr_software_notice.html +OpenOffice.org641/share/dtd/math/1_01/math.dtd +OpenOffice.org641/share/config/webcast/savepic.asp +OpenOffice.org641/share/config/webcast/common.pl +OpenOffice.org641/share/config/webcast/webcast.asp +OpenOffice.org641/share/config/webcast/show.asp +OpenOffice.org641/share/config/webcast/poll.pl +OpenOffice.org641/share/config/webcast/webcast.pl +OpenOffice.org641/share/config/webcast/common.inc +OpenOffice.org641/share/config/webcast/editpic.asp +OpenOffice.org641/share/config/webcast/poll.asp +OpenOffice.org641/share/config/webcast/edit.asp +OpenOffice.org641/share/config/webcast/editpic.pl +OpenOffice.org641/share/config/webcast/edit.pl +OpenOffice.org641/share/config/webcast/index.pl +OpenOffice.org641/share/config/webcast/show.pl +OpenOffice.org641/share/config/webcast/savepic.pl +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/SFX.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/Labels.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/Impress.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/Java.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/Chart.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/Draw.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/Calc.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/Linguistic.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/Writer.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/Common.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/TypeDetection.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/UI.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/DataAccess.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/Math.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/Views.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Office/WriterWeb.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/ucb/Configuration.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/ucb/Store.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/ucb/Hierarchy.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Inet.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/UserProfile.xml +OpenOffice.org641/share/config/registry/instance/org/openoffice/Setup.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Office/Java.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Office/Views.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Office/TypeDetection.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Office/WriterWeb.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Office/Calc.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Office/Labels.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Office/Chart.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Office/Writer.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Office/UI.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Office/Linguistic.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Office/Common.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Office/Impress.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Office/Math.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Office/DataAccess.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Office/Draw.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/ucb/Configuration.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/ucb/Store.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/ucb/Hierarchy.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Setup.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/UserProfile.xml +OpenOffice.org641/share/config/registry/template/org/openoffice/Inet.xml +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/SFX.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/Labels.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/Impress.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/Java.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/Chart.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/Draw.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/Calc.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/Linguistic.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/Writer.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/Common.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/TypeDetection.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/UI.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/DataAccess.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/Math.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/Views.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office/WriterWeb.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/ucb/Configuration.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/ucb/Store.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/ucb/Hierarchy.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Inet.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/UserProfile.dat +OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Setup.dat +OpenOffice.org641/share/config/symbol/sc00000.bmp +OpenOffice.org641/share/config/symbol/sc05300.bmp +OpenOffice.org641/share/config/symbol/sc05302.bmp +OpenOffice.org641/share/config/symbol/sc05325.bmp +OpenOffice.org641/share/config/symbol/sc05331.bmp +OpenOffice.org641/share/config/symbol/sc05338.bmp +OpenOffice.org641/share/config/symbol/sc05339.bmp +OpenOffice.org641/share/config/symbol/sc05361.bmp +OpenOffice.org641/share/config/symbol/sc05362.bmp +OpenOffice.org641/share/config/symbol/sc05363.bmp +OpenOffice.org641/share/config/symbol/sc05364.bmp +OpenOffice.org641/share/config/symbol/sc05365.bmp +OpenOffice.org641/share/config/symbol/sc05366.bmp +OpenOffice.org641/share/config/symbol/sc05367.bmp +OpenOffice.org641/share/config/symbol/sc05368.bmp +OpenOffice.org641/share/config/symbol/sc05369.bmp +OpenOffice.org641/share/config/symbol/sc05370.bmp +OpenOffice.org641/share/config/symbol/sc05371.bmp +OpenOffice.org641/share/config/symbol/sc05373.bmp +OpenOffice.org641/share/config/symbol/sc05374.bmp +OpenOffice.org641/share/config/symbol/sc05375.bmp +OpenOffice.org641/share/config/symbol/sc05377.bmp +OpenOffice.org641/share/config/symbol/sc05381.bmp +OpenOffice.org641/share/config/symbol/sc05382.bmp +OpenOffice.org641/share/config/symbol/sc05383.bmp +OpenOffice.org641/share/config/symbol/sc05384.bmp +OpenOffice.org641/share/config/symbol/sc05386.bmp +OpenOffice.org641/share/config/symbol/sc05387.bmp +OpenOffice.org641/share/config/symbol/sc05401.bmp +OpenOffice.org641/share/config/symbol/sc05402.bmp +OpenOffice.org641/share/config/symbol/sc05410.bmp +OpenOffice.org641/share/config/symbol/sc05411.bmp +OpenOffice.org641/share/config/symbol/sc05412.bmp +OpenOffice.org641/share/config/symbol/sc05413.bmp +OpenOffice.org641/share/config/symbol/sc05414.bmp +OpenOffice.org641/share/config/symbol/sc05415.bmp +OpenOffice.org641/share/config/symbol/sc05500.bmp +OpenOffice.org641/share/config/symbol/sc05501.bmp +OpenOffice.org641/share/config/symbol/sc05502.bmp +OpenOffice.org641/share/config/symbol/sc05503.bmp +OpenOffice.org641/share/config/symbol/sc05504.bmp +OpenOffice.org641/share/config/symbol/sc05505.bmp +OpenOffice.org641/share/config/symbol/sc05508.bmp +OpenOffice.org641/share/config/symbol/sc05509.bmp +OpenOffice.org641/share/config/symbol/sc05532.bmp +OpenOffice.org641/share/config/symbol/sc05533.bmp +OpenOffice.org641/share/config/symbol/sc05535.bmp +OpenOffice.org641/share/config/symbol/sc05537.bmp +OpenOffice.org641/share/config/symbol/sc05538.bmp +OpenOffice.org641/share/config/symbol/sc05539.bmp +OpenOffice.org641/share/config/symbol/sc05552.bmp +OpenOffice.org641/share/config/symbol/sc05555.bmp +OpenOffice.org641/share/config/symbol/sc05556.bmp +OpenOffice.org641/share/config/symbol/sc05561.bmp +OpenOffice.org641/share/config/symbol/sc05563.bmp +OpenOffice.org641/share/config/symbol/sc05595.bmp +OpenOffice.org641/share/config/symbol/sc05596.bmp +OpenOffice.org641/share/config/symbol/sc05624.bmp +OpenOffice.org641/share/config/symbol/sc05646.bmp +OpenOffice.org641/share/config/symbol/sc05647.bmp +OpenOffice.org641/share/config/symbol/sc05648.bmp +OpenOffice.org641/share/config/symbol/sc05649.bmp +OpenOffice.org641/share/config/symbol/sc05650.bmp +OpenOffice.org641/share/config/symbol/sc05651.bmp +OpenOffice.org641/share/config/symbol/sc05672.bmp +OpenOffice.org641/share/config/symbol/sc05673.bmp +OpenOffice.org641/share/config/symbol/sc05675.bmp +OpenOffice.org641/share/config/symbol/sc05694.bmp +OpenOffice.org641/share/config/symbol/sc05700.bmp +OpenOffice.org641/share/config/symbol/sc05701.bmp +OpenOffice.org641/share/config/symbol/sc05702.bmp +OpenOffice.org641/share/config/symbol/sc05710.bmp +OpenOffice.org641/share/config/symbol/sc05711.bmp +OpenOffice.org641/share/config/symbol/sc05712.bmp +OpenOffice.org641/share/config/symbol/sc05713.bmp +OpenOffice.org641/share/config/symbol/sc05723.bmp +OpenOffice.org641/share/config/symbol/sc05800.bmp +OpenOffice.org641/share/config/symbol/sc05801.bmp +OpenOffice.org641/share/config/symbol/sc05802.bmp +OpenOffice.org641/share/config/symbol/sc05904.bmp +OpenOffice.org641/share/config/symbol/sc05905.bmp +OpenOffice.org641/share/config/symbol/sc05906.bmp +OpenOffice.org641/share/config/symbol/sc05951.bmp +OpenOffice.org641/share/config/symbol/sc05952.bmp +OpenOffice.org641/share/config/symbol/sc05953.bmp +OpenOffice.org641/share/config/symbol/sc05954.bmp +OpenOffice.org641/share/config/symbol/sc05955.bmp +OpenOffice.org641/share/config/symbol/sc05956.bmp +OpenOffice.org641/share/config/symbol/sc05957.bmp +OpenOffice.org641/share/config/symbol/sc05958.bmp +OpenOffice.org641/share/config/symbol/sc05959.bmp +OpenOffice.org641/share/config/symbol/sc05960.bmp +OpenOffice.org641/share/config/symbol/sc05961.bmp +OpenOffice.org641/share/config/symbol/sc05962.bmp +OpenOffice.org641/share/config/symbol/sc05963.bmp +OpenOffice.org641/share/config/symbol/sc06300.bmp +OpenOffice.org641/share/config/symbol/sc06301.bmp +OpenOffice.org641/share/config/symbol/sc06302.bmp +OpenOffice.org641/share/config/symbol/sc06303.bmp +OpenOffice.org641/share/config/symbol/sc06304.bmp +OpenOffice.org641/share/config/symbol/sc06305.bmp +OpenOffice.org641/share/config/symbol/sc06306.bmp +OpenOffice.org641/share/config/symbol/sc06308.bmp +OpenOffice.org641/share/config/symbol/sc06309.bmp +OpenOffice.org641/share/config/symbol/sc06312.bmp +OpenOffice.org641/share/config/symbol/sc06313.bmp +OpenOffice.org641/share/config/symbol/sc06314.bmp +OpenOffice.org641/share/config/symbol/sc06315.bmp +OpenOffice.org641/share/config/symbol/sc06318.bmp +OpenOffice.org641/share/config/symbol/sc06330.bmp +OpenOffice.org641/share/config/symbol/sc06331.bmp +OpenOffice.org641/share/config/symbol/sc06332.bmp +OpenOffice.org641/share/config/symbol/sc06333.bmp +OpenOffice.org641/share/config/symbol/sc06334.bmp +OpenOffice.org641/share/config/symbol/sc06335.bmp +OpenOffice.org641/share/config/symbol/sc06336.bmp +OpenOffice.org641/share/config/symbol/sc06337.bmp +OpenOffice.org641/share/config/symbol/sc06338.bmp +OpenOffice.org641/share/config/symbol/sc06339.bmp +OpenOffice.org641/share/config/symbol/sc06350.bmp +OpenOffice.org641/share/config/symbol/sc06351.bmp +OpenOffice.org641/share/config/symbol/sc06352.bmp +OpenOffice.org641/share/config/symbol/sc06353.bmp +OpenOffice.org641/share/config/symbol/sc06354.bmp +OpenOffice.org641/share/config/symbol/sc06355.bmp +OpenOffice.org641/share/config/symbol/sc06356.bmp +OpenOffice.org641/share/config/symbol/sc06357.bmp +OpenOffice.org641/share/config/symbol/sc06362.bmp +OpenOffice.org641/share/config/symbol/sc06363.bmp +OpenOffice.org641/share/config/symbol/sc06364.bmp +OpenOffice.org641/share/config/symbol/sc06370.bmp +OpenOffice.org641/share/config/symbol/sc06377.bmp +OpenOffice.org641/share/config/symbol/sc06379.bmp +OpenOffice.org641/share/config/symbol/sc06384.bmp +OpenOffice.org641/share/config/symbol/sc06522.bmp +OpenOffice.org641/share/config/symbol/sc10000.bmp +OpenOffice.org641/share/config/symbol/sc10006.bmp +OpenOffice.org641/share/config/symbol/sc10007.bmp +OpenOffice.org641/share/config/symbol/sc10008.bmp +OpenOffice.org641/share/config/symbol/sc10009.bmp +OpenOffice.org641/share/config/symbol/sc10010.bmp +OpenOffice.org641/share/config/symbol/sc10012.bmp +OpenOffice.org641/share/config/symbol/sc10013.bmp +OpenOffice.org641/share/config/symbol/sc10014.bmp +OpenOffice.org641/share/config/symbol/sc10015.bmp +OpenOffice.org641/share/config/symbol/sc10016.bmp +OpenOffice.org641/share/config/symbol/sc10017.bmp +OpenOffice.org641/share/config/symbol/sc10028.bmp +OpenOffice.org641/share/config/symbol/sc10029.bmp +OpenOffice.org641/share/config/symbol/sc10030.bmp +OpenOffice.org641/share/config/symbol/sc10031.bmp +OpenOffice.org641/share/config/symbol/sc10035.bmp +OpenOffice.org641/share/config/symbol/sc10036.bmp +OpenOffice.org641/share/config/symbol/sc10045.bmp +OpenOffice.org641/share/config/symbol/sc10050.bmp +OpenOffice.org641/share/config/symbol/sc10055.bmp +OpenOffice.org641/share/config/symbol/sc10087.bmp +OpenOffice.org641/share/config/symbol/sc10096.bmp +OpenOffice.org641/share/config/symbol/sc10097.bmp +OpenOffice.org641/share/config/symbol/sc10098.bmp +OpenOffice.org641/share/config/symbol/sc10099.bmp +OpenOffice.org641/share/config/symbol/sc10100.bmp +OpenOffice.org641/share/config/symbol/sc10101.bmp +OpenOffice.org641/share/config/symbol/sc10102.bmp +OpenOffice.org641/share/config/symbol/sc10103.bmp +OpenOffice.org641/share/config/symbol/sc10104.bmp +OpenOffice.org641/share/config/symbol/sc10105.bmp +OpenOffice.org641/share/config/symbol/sc10106.bmp +OpenOffice.org641/share/config/symbol/sc10109.bmp +OpenOffice.org641/share/config/symbol/sc10110.bmp +OpenOffice.org641/share/config/symbol/sc10112.bmp +OpenOffice.org641/share/config/symbol/sc10114.bmp +OpenOffice.org641/share/config/symbol/sc10115.bmp +OpenOffice.org641/share/config/symbol/sc10116.bmp +OpenOffice.org641/share/config/symbol/sc10117.bmp +OpenOffice.org641/share/config/symbol/sc10118.bmp +OpenOffice.org641/share/config/symbol/sc10119.bmp +OpenOffice.org641/share/config/symbol/sc10120.bmp +OpenOffice.org641/share/config/symbol/sc10121.bmp +OpenOffice.org641/share/config/symbol/sc10122.bmp +OpenOffice.org641/share/config/symbol/sc10123.bmp +OpenOffice.org641/share/config/symbol/sc10124.bmp +OpenOffice.org641/share/config/symbol/sc10125.bmp +OpenOffice.org641/share/config/symbol/sc10126.bmp +OpenOffice.org641/share/config/symbol/sc10127.bmp +OpenOffice.org641/share/config/symbol/sc10128.bmp +OpenOffice.org641/share/config/symbol/sc10129.bmp +OpenOffice.org641/share/config/symbol/sc10130.bmp +OpenOffice.org641/share/config/symbol/sc10131.bmp +OpenOffice.org641/share/config/symbol/sc10132.bmp +OpenOffice.org641/share/config/symbol/sc10133.bmp +OpenOffice.org641/share/config/symbol/sc10134.bmp +OpenOffice.org641/share/config/symbol/sc10135.bmp +OpenOffice.org641/share/config/symbol/sc10136.bmp +OpenOffice.org641/share/config/symbol/sc10137.bmp +OpenOffice.org641/share/config/symbol/sc10138.bmp +OpenOffice.org641/share/config/symbol/sc10139.bmp +OpenOffice.org641/share/config/symbol/sc10140.bmp +OpenOffice.org641/share/config/symbol/sc10141.bmp +OpenOffice.org641/share/config/symbol/sc10142.bmp +OpenOffice.org641/share/config/symbol/sc10143.bmp +OpenOffice.org641/share/config/symbol/sc10144.bmp +OpenOffice.org641/share/config/symbol/sc10145.bmp +OpenOffice.org641/share/config/symbol/sc10146.bmp +OpenOffice.org641/share/config/symbol/sc10147.bmp +OpenOffice.org641/share/config/symbol/sc10148.bmp +OpenOffice.org641/share/config/symbol/sc10150.bmp +OpenOffice.org641/share/config/symbol/sc10151.bmp +OpenOffice.org641/share/config/symbol/sc10152.bmp +OpenOffice.org641/share/config/symbol/sc10153.bmp +OpenOffice.org641/share/config/symbol/sc10154.bmp +OpenOffice.org641/share/config/symbol/sc10155.bmp +OpenOffice.org641/share/config/symbol/sc10156.bmp +OpenOffice.org641/share/config/symbol/sc10157.bmp +OpenOffice.org641/share/config/symbol/sc10158.bmp +OpenOffice.org641/share/config/symbol/sc10159.bmp +OpenOffice.org641/share/config/symbol/sc10160.bmp +OpenOffice.org641/share/config/symbol/sc10161.bmp +OpenOffice.org641/share/config/symbol/sc10162.bmp +OpenOffice.org641/share/config/symbol/sc10163.bmp +OpenOffice.org641/share/config/symbol/sc10164.bmp +OpenOffice.org641/share/config/symbol/sc10185.bmp +OpenOffice.org641/share/config/symbol/sc10186.bmp +OpenOffice.org641/share/config/symbol/sc10187.bmp +OpenOffice.org641/share/config/symbol/sc10188.bmp +OpenOffice.org641/share/config/symbol/sc10189.bmp +OpenOffice.org641/share/config/symbol/sc10190.bmp +OpenOffice.org641/share/config/symbol/sc10191.bmp +OpenOffice.org641/share/config/symbol/sc10192.bmp +OpenOffice.org641/share/config/symbol/sc10193.bmp +OpenOffice.org641/share/config/symbol/sc10194.bmp +OpenOffice.org641/share/config/symbol/sc10195.bmp +OpenOffice.org641/share/config/symbol/sc10196.bmp +OpenOffice.org641/share/config/symbol/sc10197.bmp +OpenOffice.org641/share/config/symbol/sc10199.bmp +OpenOffice.org641/share/config/symbol/sc10200.bmp +OpenOffice.org641/share/config/symbol/sc10201.bmp +OpenOffice.org641/share/config/symbol/sc10217.bmp +OpenOffice.org641/share/config/symbol/sc10223.bmp +OpenOffice.org641/share/config/symbol/sc10224.bmp +OpenOffice.org641/share/config/symbol/sc10231.bmp +OpenOffice.org641/share/config/symbol/sc10232.bmp +OpenOffice.org641/share/config/symbol/sc10233.bmp +OpenOffice.org641/share/config/symbol/sc10240.bmp +OpenOffice.org641/share/config/symbol/sc10241.bmp +OpenOffice.org641/share/config/symbol/sc10242.bmp +OpenOffice.org641/share/config/symbol/sc10243.bmp +OpenOffice.org641/share/config/symbol/sc10244.bmp +OpenOffice.org641/share/config/symbol/sc10253.bmp +OpenOffice.org641/share/config/symbol/sc10254.bmp +OpenOffice.org641/share/config/symbol/sc10255.bmp +OpenOffice.org641/share/config/symbol/sc10256.bmp +OpenOffice.org641/share/config/symbol/sc10282.bmp +OpenOffice.org641/share/config/symbol/sc10283.bmp +OpenOffice.org641/share/config/symbol/sc10286.bmp +OpenOffice.org641/share/config/symbol/sc10287.bmp +OpenOffice.org641/share/config/symbol/sc10294.bmp +OpenOffice.org641/share/config/symbol/sc10295.bmp +OpenOffice.org641/share/config/symbol/sc10296.bmp +OpenOffice.org641/share/config/symbol/sc10297.bmp +OpenOffice.org641/share/config/symbol/sc10301.bmp +OpenOffice.org641/share/config/symbol/sc10350.bmp +OpenOffice.org641/share/config/symbol/sc10360.bmp +OpenOffice.org641/share/config/symbol/sc10366.bmp +OpenOffice.org641/share/config/symbol/sc10371.bmp +OpenOffice.org641/share/config/symbol/sc10375.bmp +OpenOffice.org641/share/config/symbol/sc10376.bmp +OpenOffice.org641/share/config/symbol/sc10378.bmp +OpenOffice.org641/share/config/symbol/sc10379.bmp +OpenOffice.org641/share/config/symbol/sc10380.bmp +OpenOffice.org641/share/config/symbol/sc10381.bmp +OpenOffice.org641/share/config/symbol/sc10382.bmp +OpenOffice.org641/share/config/symbol/sc10383.bmp +OpenOffice.org641/share/config/symbol/sc10384.bmp +OpenOffice.org641/share/config/symbol/sc10385.bmp +OpenOffice.org641/share/config/symbol/sc10386.bmp +OpenOffice.org641/share/config/symbol/sc10387.bmp +OpenOffice.org641/share/config/symbol/sc10388.bmp +OpenOffice.org641/share/config/symbol/sc10389.bmp +OpenOffice.org641/share/config/symbol/sc10390.bmp +OpenOffice.org641/share/config/symbol/sc10391.bmp +OpenOffice.org641/share/config/symbol/sc10393.bmp +OpenOffice.org641/share/config/symbol/sc10394.bmp +OpenOffice.org641/share/config/symbol/sc10395.bmp +OpenOffice.org641/share/config/symbol/sc10396.bmp +OpenOffice.org641/share/config/symbol/sc10397.bmp +OpenOffice.org641/share/config/symbol/sc10398.bmp +OpenOffice.org641/share/config/symbol/sc10399.bmp +OpenOffice.org641/share/config/symbol/sc10401.bmp +OpenOffice.org641/share/config/symbol/sc10402.bmp +OpenOffice.org641/share/config/symbol/sc10403.bmp +OpenOffice.org641/share/config/symbol/sc10434.bmp +OpenOffice.org641/share/config/symbol/sc10458.bmp +OpenOffice.org641/share/config/symbol/sc10461.bmp +OpenOffice.org641/share/config/symbol/sc10462.bmp +OpenOffice.org641/share/config/symbol/sc10463.bmp +OpenOffice.org641/share/config/symbol/sc10464.bmp +OpenOffice.org641/share/config/symbol/sc10465.bmp +OpenOffice.org641/share/config/symbol/sc10503.bmp +OpenOffice.org641/share/config/symbol/sc12021.bmp +OpenOffice.org641/share/config/symbol/sc12201.bmp +OpenOffice.org641/share/config/symbol/sc12202.bmp +OpenOffice.org641/share/config/symbol/sc12203.bmp +OpenOffice.org641/share/config/symbol/sc12204.bmp +OpenOffice.org641/share/config/symbol/sc12212.bmp +OpenOffice.org641/share/config/symbol/sc12221.bmp +OpenOffice.org641/share/config/symbol/sc12222.bmp +OpenOffice.org641/share/config/symbol/sc12223.bmp +OpenOffice.org641/share/config/symbol/sc12224.bmp +OpenOffice.org641/share/config/symbol/sc12225.bmp +OpenOffice.org641/share/config/symbol/sc12226.bmp +OpenOffice.org641/share/config/symbol/sc12227.bmp +OpenOffice.org641/share/config/symbol/sc12228.bmp +OpenOffice.org641/share/config/symbol/sc12229.bmp +OpenOffice.org641/share/config/symbol/sc12230.bmp +OpenOffice.org641/share/config/symbol/sc12231.bmp +OpenOffice.org641/share/config/symbol/sc12232.bmp +OpenOffice.org641/share/config/symbol/sc12234.bmp +OpenOffice.org641/share/config/symbol/sc14780.bmp +OpenOffice.org641/share/config/symbol/sc14781.bmp +OpenOffice.org641/share/config/symbol/sc14785.bmp +OpenOffice.org641/share/config/symbol/sc14786.bmp +OpenOffice.org641/share/config/symbol/sc21050.bmp +OpenOffice.org641/share/config/symbol/sc21051.bmp +OpenOffice.org641/share/config/symbol/sc21060.bmp +OpenOffice.org641/share/config/symbol/sc21061.bmp +OpenOffice.org641/share/config/symbol/sc21062.bmp +OpenOffice.org641/share/config/symbol/sc21070.bmp +OpenOffice.org641/share/config/symbol/sc21080.bmp +OpenOffice.org641/share/config/symbol/sc21100.bmp +OpenOffice.org641/share/config/symbol/sc21101.bmp +OpenOffice.org641/share/config/symbol/sc21102.bmp +OpenOffice.org641/share/config/symbol/sc21103.bmp +OpenOffice.org641/share/config/symbol/sc21104.bmp +OpenOffice.org641/share/config/symbol/sc21105.bmp +OpenOffice.org641/share/config/symbol/sc21110.bmp +OpenOffice.org641/share/config/symbol/sc21111.bmp +OpenOffice.org641/share/config/symbol/sc21120.bmp +OpenOffice.org641/share/config/symbol/sc21121.bmp +OpenOffice.org641/share/config/symbol/sc21130.bmp +OpenOffice.org641/share/config/symbol/sc21140.bmp +OpenOffice.org641/share/config/symbol/sc21141.bmp +OpenOffice.org641/share/config/symbol/sc21142.bmp +OpenOffice.org641/share/config/symbol/sc21150.bmp +OpenOffice.org641/share/config/symbol/sc21160.bmp +OpenOffice.org641/share/config/symbol/sc21170.bmp +OpenOffice.org641/share/config/symbol/sc21180.bmp +OpenOffice.org641/share/config/symbol/sc21190.bmp +OpenOffice.org641/share/config/symbol/sc21200.bmp +OpenOffice.org641/share/config/symbol/sc21210.bmp +OpenOffice.org641/share/config/symbol/sc21220.bmp +OpenOffice.org641/share/config/symbol/sc21230.bmp +OpenOffice.org641/share/config/symbol/sc21240.bmp +OpenOffice.org641/share/config/symbol/sc21250.bmp +OpenOffice.org641/share/config/symbol/sc27030.bmp +OpenOffice.org641/share/config/symbol/sc27065.bmp +OpenOffice.org641/share/config/symbol/sc27066.bmp +OpenOffice.org641/share/config/symbol/sc27067.bmp +OpenOffice.org641/share/config/symbol/sc30000.bmp +OpenOffice.org641/share/config/symbol/sc30002.bmp +OpenOffice.org641/share/config/symbol/sc30003.bmp +OpenOffice.org641/share/config/symbol/sc30004.bmp +OpenOffice.org641/share/config/symbol/sc30005.bmp +OpenOffice.org641/share/config/symbol/sc30007.bmp +OpenOffice.org641/share/config/symbol/sc30008.bmp +OpenOffice.org641/share/config/symbol/sc30009.bmp +OpenOffice.org641/share/config/symbol/sc30010.bmp +OpenOffice.org641/share/config/symbol/sc30011.bmp +OpenOffice.org641/share/config/symbol/sc30012.bmp +OpenOffice.org641/share/config/symbol/sc30770.bmp +OpenOffice.org641/share/config/symbol/sc30773.bmp +OpenOffice.org641/share/config/symbol/sc30774.bmp +OpenOffice.org641/share/config/symbol/sc30782.bmp +OpenOffice.org641/share/config/symbol/sc6377.bmp +OpenOffice.org641/share/config/symbol/scbullet.bmp +OpenOffice.org641/share/config/symbol/scnumb.bmp +OpenOffice.org641/share/config/symbol/sco161.bmp +OpenOffice.org641/share/config/symbol/sco261.bmp +OpenOffice.org641/share/config/symbol/sco262.bmp +OpenOffice.org641/share/config/symbol/sortd.bmp +OpenOffice.org641/share/config/symbol/sortu.bmp +OpenOffice.org641/share/config/symbol/u_high.bmp +OpenOffice.org641/share/config/symbol/u_low.bmp +OpenOffice.org641/share/config/symbol/u_normal.bmp +OpenOffice.org641/share/config/psetup.xpm +OpenOffice.org641/share/config/psetupl.xpm +OpenOffice.org641/share/fonts/truetype/fonts.dir +OpenOffice.org641/share/fonts/truetype/opens___.ttf +OpenOffice.org641/share/fonts/truetype/fonts_dir.global +OpenOffice.org641/share/basic/FormWizard/DlgFormDB.xdl +OpenOffice.org641/share/basic/FormWizard/DBMeta.xba +OpenOffice.org641/share/basic/FormWizard/FormWizard.xba +OpenOffice.org641/share/basic/FormWizard/Language.xba +OpenOffice.org641/share/basic/FormWizard/Layouter.xba +OpenOffice.org641/share/basic/FormWizard/develop.xba +OpenOffice.org641/share/basic/FormWizard/tools.xba +OpenOffice.org641/share/basic/Schedule/DlgCalendar.xdl +OpenOffice.org641/share/basic/Schedule/BankHoliday.xba +OpenOffice.org641/share/basic/Schedule/CalendarMain.xba +OpenOffice.org641/share/basic/Schedule/CreateTable.xba +OpenOffice.org641/share/basic/Schedule/DlgControl.xba +OpenOffice.org641/share/basic/Schedule/HolidayDanmark.xba +OpenOffice.org641/share/basic/Schedule/HolidayFrance.xba +OpenOffice.org641/share/basic/Schedule/HolidayGerman.xba +OpenOffice.org641/share/basic/Schedule/HolidayItalia.xba +OpenOffice.org641/share/basic/Schedule/HolidayNetherlands.xba +OpenOffice.org641/share/basic/Schedule/HolidayPoland.xba +OpenOffice.org641/share/basic/Schedule/HolidayPortugal.xba +OpenOffice.org641/share/basic/Schedule/HolidayRussia.xba +OpenOffice.org641/share/basic/Schedule/HolidaySpain.xba +OpenOffice.org641/share/basic/Schedule/HolidaySweden.xba +OpenOffice.org641/share/basic/Schedule/HolidayUSA.xba +OpenOffice.org641/share/basic/Schedule/Language.xba +OpenOffice.org641/share/basic/Schedule/OwnEvents.xba +OpenOffice.org641/share/basic/Template/DialogStyles.xdl +OpenOffice.org641/share/basic/Template/DlgGreeting.xdl +OpenOffice.org641/share/basic/Template/TemplateDialog.xdl +OpenOffice.org641/share/basic/Template/Autotext.xba +OpenOffice.org641/share/basic/Template/Correspondence.xba +OpenOffice.org641/share/basic/Template/Greeting.xba +OpenOffice.org641/share/basic/Template/ModuleAgenda.xba +OpenOffice.org641/share/basic/Template/Samples.xba +OpenOffice.org641/share/basic/Gimmicks/ReadFolderDlg.xdl +OpenOffice.org641/share/basic/Gimmicks/UserfieldDlg.xdl +OpenOffice.org641/share/basic/Gimmicks/AutoText.xba +OpenOffice.org641/share/basic/Gimmicks/ChangeAllChars.xba +OpenOffice.org641/share/basic/Gimmicks/GetTexts.xba +OpenOffice.org641/share/basic/Gimmicks/ReadDir.xba +OpenOffice.org641/share/basic/Gimmicks/Userfields.xba +OpenOffice.org641/share/basic/Tools/Debug.xba +OpenOffice.org641/share/basic/Tools/Listbox.xba +OpenOffice.org641/share/basic/Tools/Misc.xba +OpenOffice.org641/share/basic/Tools/ModuleControls.xba +OpenOffice.org641/share/basic/Tools/Strings.xba +OpenOffice.org641/share/basic/Tools/UCB.xba +OpenOffice.org641/share/basic/WebWizard/WebWzrd.xdl +OpenOffice.org641/share/basic/WebWizard/Bullets.xba +OpenOffice.org641/share/basic/WebWizard/Common.xba +OpenOffice.org641/share/basic/WebWizard/HtmlAutoPilotBasic.xba +OpenOffice.org641/share/basic/WebWizard/Language.xba +OpenOffice.org641/share/basic/ImportWizard/ImportDialog.xdl +OpenOffice.org641/share/basic/ImportWizard/API.xba +OpenOffice.org641/share/basic/ImportWizard/DialogModul.xba +OpenOffice.org641/share/basic/ImportWizard/FilesModul.xba +OpenOffice.org641/share/basic/ImportWizard/Language.xba +OpenOffice.org641/share/basic/ImportWizard/Main.xba +OpenOffice.org641/share/basic/Euro/DlgConvert.xdl +OpenOffice.org641/share/basic/Euro/DlgPassword.xdl +OpenOffice.org641/share/basic/Euro/AutoPilotRun.xba +OpenOffice.org641/share/basic/Euro/Common.xba +OpenOffice.org641/share/basic/Euro/ConvertRun.xba +OpenOffice.org641/share/basic/Euro/Hard.xba +OpenOffice.org641/share/basic/Euro/Init.xba +OpenOffice.org641/share/basic/Euro/Protect.xba +OpenOffice.org641/share/basic/Euro/Soft.xba +OpenOffice.org641/share/basic/Euro/Writer.xba +OpenOffice.org641/share/gallery/htmlexpo/bludown.gif +OpenOffice.org641/share/gallery/htmlexpo/blufirs.gif +OpenOffice.org641/share/gallery/htmlexpo/blufirs_.gif +OpenOffice.org641/share/gallery/htmlexpo/blulast.gif +OpenOffice.org641/share/gallery/htmlexpo/blulast_.gif +OpenOffice.org641/share/gallery/htmlexpo/blunav.gif +OpenOffice.org641/share/gallery/htmlexpo/blunext.gif +OpenOffice.org641/share/gallery/htmlexpo/blunext_.gif +OpenOffice.org641/share/gallery/htmlexpo/bluprev.gif +OpenOffice.org641/share/gallery/htmlexpo/bluprev_.gif +OpenOffice.org641/share/gallery/htmlexpo/blutext.gif +OpenOffice.org641/share/gallery/htmlexpo/bluup.gif +OpenOffice.org641/share/gallery/htmlexpo/cubdown.gif +OpenOffice.org641/share/gallery/htmlexpo/cubfirs.gif +OpenOffice.org641/share/gallery/htmlexpo/cubfirs_.gif +OpenOffice.org641/share/gallery/htmlexpo/cublast.gif +OpenOffice.org641/share/gallery/htmlexpo/cublast_.gif +OpenOffice.org641/share/gallery/htmlexpo/cubnav.gif +OpenOffice.org641/share/gallery/htmlexpo/cubnext.gif +OpenOffice.org641/share/gallery/htmlexpo/cubnext_.gif +OpenOffice.org641/share/gallery/htmlexpo/cubprev.gif +OpenOffice.org641/share/gallery/htmlexpo/cubprev_.gif +OpenOffice.org641/share/gallery/htmlexpo/cubtext.gif +OpenOffice.org641/share/gallery/htmlexpo/cubup.gif +OpenOffice.org641/share/gallery/htmlexpo/gredown.gif +OpenOffice.org641/share/gallery/htmlexpo/grefirs.gif +OpenOffice.org641/share/gallery/htmlexpo/grefirs_.gif +OpenOffice.org641/share/gallery/htmlexpo/grelast.gif +OpenOffice.org641/share/gallery/htmlexpo/grelast_.gif +OpenOffice.org641/share/gallery/htmlexpo/grenav.gif +OpenOffice.org641/share/gallery/htmlexpo/grenext.gif +OpenOffice.org641/share/gallery/htmlexpo/grenext_.gif +OpenOffice.org641/share/gallery/htmlexpo/greprev.gif +OpenOffice.org641/share/gallery/htmlexpo/greprev_.gif +OpenOffice.org641/share/gallery/htmlexpo/gretext.gif +OpenOffice.org641/share/gallery/htmlexpo/greup.gif +OpenOffice.org641/share/gallery/htmlexpo/simdown.gif +OpenOffice.org641/share/gallery/htmlexpo/simfirs.gif +OpenOffice.org641/share/gallery/htmlexpo/simfirs_.gif +OpenOffice.org641/share/gallery/htmlexpo/simlast.gif +OpenOffice.org641/share/gallery/htmlexpo/simlast_.gif +OpenOffice.org641/share/gallery/htmlexpo/simnav.gif +OpenOffice.org641/share/gallery/htmlexpo/simnext.gif +OpenOffice.org641/share/gallery/htmlexpo/simnext_.gif +OpenOffice.org641/share/gallery/htmlexpo/simprev.gif +OpenOffice.org641/share/gallery/htmlexpo/simprev_.gif +OpenOffice.org641/share/gallery/htmlexpo/simtext.gif +OpenOffice.org641/share/gallery/htmlexpo/simup.gif +OpenOffice.org641/share/gallery/htmlexpo/sologo.gif +OpenOffice.org641/share/gallery/www-back/aqua.jpg +OpenOffice.org641/share/gallery/www-back/bathroom.jpg +OpenOffice.org641/share/gallery/www-back/blocks.jpg +OpenOffice.org641/share/gallery/www-back/blow_green.jpg +OpenOffice.org641/share/gallery/www-back/blueblop.jpg +OpenOffice.org641/share/gallery/www-back/bulging.jpg +OpenOffice.org641/share/gallery/www-back/canvas_blue.jpg +OpenOffice.org641/share/gallery/www-back/cheese.jpg +OpenOffice.org641/share/gallery/www-back/chocolate.jpg +OpenOffice.org641/share/gallery/www-back/citrus.jpg +OpenOffice.org641/share/gallery/www-back/confetti.jpg +OpenOffice.org641/share/gallery/www-back/daisy.jpg +OpenOffice.org641/share/gallery/www-back/fluffy-grey.jpg +OpenOffice.org641/share/gallery/www-back/fluffy.jpg +OpenOffice.org641/share/gallery/www-back/fuzzy-blue.jpg +OpenOffice.org641/share/gallery/www-back/fuzzy-darkgrey.jpg +OpenOffice.org641/share/gallery/www-back/fuzzy-grey.jpg +OpenOffice.org641/share/gallery/www-back/fuzzy-lightgrey.jpg +OpenOffice.org641/share/gallery/www-back/fuzzy_light.jpg +OpenOffice.org641/share/gallery/www-back/gregre.gif +OpenOffice.org641/share/gallery/www-back/grey.gif +OpenOffice.org641/share/gallery/www-back/grypaws.gif +OpenOffice.org641/share/gallery/www-back/ice-blue.jpg +OpenOffice.org641/share/gallery/www-back/ice-light.jpg +OpenOffice.org641/share/gallery/www-back/imitation_leather.jpg +OpenOffice.org641/share/gallery/www-back/interstices.jpg +OpenOffice.org641/share/gallery/www-back/jeans.jpg +OpenOffice.org641/share/gallery/www-back/jeansblk.jpg +OpenOffice.org641/share/gallery/www-back/lawn-artificial.jpg +OpenOffice.org641/share/gallery/www-back/lawn.jpg +OpenOffice.org641/share/gallery/www-back/lightblue-wet.jpg +OpenOffice.org641/share/gallery/www-back/linen-fine.jpg +OpenOffice.org641/share/gallery/www-back/lino-green.jpg +OpenOffice.org641/share/gallery/www-back/liquid-blue.jpg +OpenOffice.org641/share/gallery/www-back/marble.jpg +OpenOffice.org641/share/gallery/www-back/marble_dark.jpg +OpenOffice.org641/share/gallery/www-back/mazes.jpg +OpenOffice.org641/share/gallery/www-back/mint.gif +OpenOffice.org641/share/gallery/www-back/notes.gif +OpenOffice.org641/share/gallery/www-back/pattern.jpg +OpenOffice.org641/share/gallery/www-back/pebble-light.jpg +OpenOffice.org641/share/gallery/www-back/pink.gif +OpenOffice.org641/share/gallery/www-back/pool.jpg +OpenOffice.org641/share/gallery/www-back/popcorn.jpg +OpenOffice.org641/share/gallery/www-back/purple.jpg +OpenOffice.org641/share/gallery/www-back/reddark.jpg +OpenOffice.org641/share/gallery/www-back/rings-green.jpg +OpenOffice.org641/share/gallery/www-back/rings-orange.jpg +OpenOffice.org641/share/gallery/www-back/roses.jpg +OpenOffice.org641/share/gallery/www-back/sand-light.jpg +OpenOffice.org641/share/gallery/www-back/sand.jpg +OpenOffice.org641/share/gallery/www-back/sky.jpg +OpenOffice.org641/share/gallery/www-back/soft-structure_grey.jpg +OpenOffice.org641/share/gallery/www-back/space.jpg +OpenOffice.org641/share/gallery/www-back/stone-dark.jpg +OpenOffice.org641/share/gallery/www-back/stone.jpg +OpenOffice.org641/share/gallery/www-back/structure.jpg +OpenOffice.org641/share/gallery/www-back/structure_darkgreen.gif +OpenOffice.org641/share/gallery/www-back/structure_green.jpg +OpenOffice.org641/share/gallery/www-back/wall-grey.jpg +OpenOffice.org641/share/gallery/www-back/wet-turquoise.jpg +OpenOffice.org641/share/gallery/www-back/wood.jpg +OpenOffice.org641/share/gallery/bullets/blkpearl.gif +OpenOffice.org641/share/gallery/bullets/bluarrow.gif +OpenOffice.org641/share/gallery/bullets/bluball.gif +OpenOffice.org641/share/gallery/bullets/bludiamd.gif +OpenOffice.org641/share/gallery/bullets/bluered.gif +OpenOffice.org641/share/gallery/bullets/blusqare.gif +OpenOffice.org641/share/gallery/bullets/blustar.gif +OpenOffice.org641/share/gallery/bullets/coffee_1.gif +OpenOffice.org641/share/gallery/bullets/coffee_2.gif +OpenOffice.org641/share/gallery/bullets/coffee_3.gif +OpenOffice.org641/share/gallery/bullets/coffee_4.gif +OpenOffice.org641/share/gallery/bullets/coffee_5.gif +OpenOffice.org641/share/gallery/bullets/con-blue.gif +OpenOffice.org641/share/gallery/bullets/con-cyan.gif +OpenOffice.org641/share/gallery/bullets/con-green.gif +OpenOffice.org641/share/gallery/bullets/con-lilac.gif +OpenOffice.org641/share/gallery/bullets/con-oran.gif +OpenOffice.org641/share/gallery/bullets/con-pink.gif +OpenOffice.org641/share/gallery/bullets/con-red.gif +OpenOffice.org641/share/gallery/bullets/con-yellow.gif +OpenOffice.org641/share/gallery/bullets/corner_1.gif +OpenOffice.org641/share/gallery/bullets/corner_2.gif +OpenOffice.org641/share/gallery/bullets/corner_3.gif +OpenOffice.org641/share/gallery/bullets/corner_4.gif +OpenOffice.org641/share/gallery/bullets/darkball.gif +OpenOffice.org641/share/gallery/bullets/darkblue.gif +OpenOffice.org641/share/gallery/bullets/gldpearl.gif +OpenOffice.org641/share/gallery/bullets/golfball.gif +OpenOffice.org641/share/gallery/bullets/grnarrow.gif +OpenOffice.org641/share/gallery/bullets/grnball.gif +OpenOffice.org641/share/gallery/bullets/grndiamd.gif +OpenOffice.org641/share/gallery/bullets/grnpearl.gif +OpenOffice.org641/share/gallery/bullets/grnsqare.gif +OpenOffice.org641/share/gallery/bullets/grnstar.gif +OpenOffice.org641/share/gallery/bullets/gryarrow.gif +OpenOffice.org641/share/gallery/bullets/gryball.gif +OpenOffice.org641/share/gallery/bullets/grydiamd.gif +OpenOffice.org641/share/gallery/bullets/grysqare.gif +OpenOffice.org641/share/gallery/bullets/grystar.gif +OpenOffice.org641/share/gallery/bullets/orgarrow.gif +OpenOffice.org641/share/gallery/bullets/orgball.gif +OpenOffice.org641/share/gallery/bullets/orgdiamd.gif +OpenOffice.org641/share/gallery/bullets/orgsqare.gif +OpenOffice.org641/share/gallery/bullets/orgstar.gif +OpenOffice.org641/share/gallery/bullets/pebble_1.gif +OpenOffice.org641/share/gallery/bullets/pebble_2.gif +OpenOffice.org641/share/gallery/bullets/pebble_3.gif +OpenOffice.org641/share/gallery/bullets/poliball.gif +OpenOffice.org641/share/gallery/bullets/popcorn_1.gif +OpenOffice.org641/share/gallery/bullets/popcorn_2.gif +OpenOffice.org641/share/gallery/bullets/rainbow.gif +OpenOffice.org641/share/gallery/bullets/redarrow.gif +OpenOffice.org641/share/gallery/bullets/redball.gif +OpenOffice.org641/share/gallery/bullets/reddiamd.gif +OpenOffice.org641/share/gallery/bullets/redsqare.gif +OpenOffice.org641/share/gallery/bullets/redstar.gif +OpenOffice.org641/share/gallery/bullets/whtpearl.gif +OpenOffice.org641/share/gallery/bullets/ylwarrow.gif +OpenOffice.org641/share/gallery/bullets/ylwball.gif +OpenOffice.org641/share/gallery/bullets/ylwdiamd.gif +OpenOffice.org641/share/gallery/bullets/ylwsqare.gif +OpenOffice.org641/share/gallery/bullets/ylwstar.gif +OpenOffice.org641/share/gallery/rulers/blkballs.gif +OpenOffice.org641/share/gallery/rulers/blurulr1.gif +OpenOffice.org641/share/gallery/rulers/blurulr2.gif +OpenOffice.org641/share/gallery/rulers/blurulr3.gif +OpenOffice.org641/share/gallery/rulers/blurulr4.gif +OpenOffice.org641/share/gallery/rulers/blurulr5.gif +OpenOffice.org641/share/gallery/rulers/blurulr6.gif +OpenOffice.org641/share/gallery/rulers/gldballs.gif +OpenOffice.org641/share/gallery/rulers/grnballs.gif +OpenOffice.org641/share/gallery/rulers/grnrulr1.gif +OpenOffice.org641/share/gallery/rulers/grnrulr2.gif +OpenOffice.org641/share/gallery/rulers/grnrulr3.gif +OpenOffice.org641/share/gallery/rulers/grnrulr4.gif +OpenOffice.org641/share/gallery/rulers/gryrulr1.gif +OpenOffice.org641/share/gallery/rulers/gryrulr2.gif +OpenOffice.org641/share/gallery/rulers/gryrulr3.gif +OpenOffice.org641/share/gallery/rulers/orgrulr1.gif +OpenOffice.org641/share/gallery/rulers/redrulr1.gif +OpenOffice.org641/share/gallery/rulers/redrulr2.gif +OpenOffice.org641/share/gallery/rulers/redrulr3.gif +OpenOffice.org641/share/gallery/rulers/redrulr4.gif +OpenOffice.org641/share/gallery/rulers/redrulr5.gif +OpenOffice.org641/share/gallery/rulers/striped.gif +OpenOffice.org641/share/gallery/rulers/whtballs.gif +OpenOffice.org641/share/gallery/rulers/ylwrulr1.gif +OpenOffice.org641/share/gallery/sounds/apert.wav +OpenOffice.org641/share/gallery/sounds/apert2.wav +OpenOffice.org641/share/gallery/sounds/applause.wav +OpenOffice.org641/share/gallery/sounds/beam.wav +OpenOffice.org641/share/gallery/sounds/beam2.wav +OpenOffice.org641/share/gallery/sounds/cow.wav +OpenOffice.org641/share/gallery/sounds/curve.wav +OpenOffice.org641/share/gallery/sounds/drama.wav +OpenOffice.org641/share/gallery/sounds/explos.wav +OpenOffice.org641/share/gallery/sounds/falling.wav +OpenOffice.org641/share/gallery/sounds/glasses.wav +OpenOffice.org641/share/gallery/sounds/gong.wav +OpenOffice.org641/share/gallery/sounds/horse.wav +OpenOffice.org641/share/gallery/sounds/kling.wav +OpenOffice.org641/share/gallery/sounds/kongas.wav +OpenOffice.org641/share/gallery/sounds/laser.wav +OpenOffice.org641/share/gallery/sounds/left.wav +OpenOffice.org641/share/gallery/sounds/nature1.wav +OpenOffice.org641/share/gallery/sounds/nature2.wav +OpenOffice.org641/share/gallery/sounds/ok.wav +OpenOffice.org641/share/gallery/sounds/pluck.wav +OpenOffice.org641/share/gallery/sounds/roll.wav +OpenOffice.org641/share/gallery/sounds/romans.wav +OpenOffice.org641/share/gallery/sounds/soft.wav +OpenOffice.org641/share/gallery/sounds/space.wav +OpenOffice.org641/share/gallery/sounds/space2.wav +OpenOffice.org641/share/gallery/sounds/space3.wav +OpenOffice.org641/share/gallery/sounds/sparcle.wav +OpenOffice.org641/share/gallery/sounds/strom.wav +OpenOffice.org641/share/gallery/sounds/theetone.wav +OpenOffice.org641/share/gallery/sounds/top.wav +OpenOffice.org641/share/gallery/sounds/train.wav +OpenOffice.org641/share/gallery/sounds/untie.wav +OpenOffice.org641/share/gallery/sounds/ups.wav +OpenOffice.org641/share/gallery/sounds/wallewal.wav +OpenOffice.org641/share/gallery/sg1.sdg +OpenOffice.org641/share/gallery/sg1.sdv +OpenOffice.org641/share/gallery/sg1.thm +OpenOffice.org641/share/gallery/sg16.sdg +OpenOffice.org641/share/gallery/sg16.sdv +OpenOffice.org641/share/gallery/sg16.thm +OpenOffice.org641/share/gallery/sg2.sdg +OpenOffice.org641/share/gallery/sg2.sdv +OpenOffice.org641/share/gallery/sg2.thm +OpenOffice.org641/share/gallery/sg24.sdg +OpenOffice.org641/share/gallery/sg24.sdv +OpenOffice.org641/share/gallery/sg24.thm +OpenOffice.org641/share/gallery/sg25.sdg +OpenOffice.org641/share/gallery/sg25.sdv +OpenOffice.org641/share/gallery/sg25.thm +OpenOffice.org641/share/gallery/sg3.sdg +OpenOffice.org641/share/gallery/sg3.sdv +OpenOffice.org641/share/gallery/sg3.thm +OpenOffice.org641/share/gallery/sg9.sdg +OpenOffice.org641/share/gallery/sg9.sdv +OpenOffice.org641/share/gallery/sg9.thm +OpenOffice.org641/share/wordbook/english/soffice.dic +OpenOffice.org641/share/wordbook/english/sun.dic +OpenOffice.org641/share/wordbook/english/th_en_US.dat +OpenOffice.org641/share/wordbook/english/th_en_US.idx +OpenOffice.org641/share/wordbook/english/en_US.aff +OpenOffice.org641/share/wordbook/english/en_US.dic +OpenOffice.org641/share/autotext/english/standard.bau +OpenOffice.org641/share/autotext/english/template.bau +OpenOffice.org641/share/autotext/english/crdbus50.bau +OpenOffice.org641/share/autotext/english/crdbus54.bau +OpenOffice.org641/share/psprint/fontmetric/AGaramond-Bold.afm +OpenOffice.org641/share/psprint/fontmetric/AvantGarde-Book.afm +OpenOffice.org641/share/psprint/fontmetric/AvantGarde-BookOblique.afm +OpenOffice.org641/share/psprint/fontmetric/AvantGarde-Demi.afm +OpenOffice.org641/share/psprint/fontmetric/AvantGarde-DemiOblique.afm +OpenOffice.org641/share/psprint/fontmetric/Bookman-Demi.afm +OpenOffice.org641/share/psprint/fontmetric/Bookman-DemiItalic.afm +OpenOffice.org641/share/psprint/fontmetric/Bookman-Light.afm +OpenOffice.org641/share/psprint/fontmetric/Bookman-LightItalic.afm +OpenOffice.org641/share/psprint/fontmetric/Courier-Bold.afm +OpenOffice.org641/share/psprint/fontmetric/Courier-BoldOblique.afm +OpenOffice.org641/share/psprint/fontmetric/Courier-Oblique.afm +OpenOffice.org641/share/psprint/fontmetric/Courier.afm +OpenOffice.org641/share/psprint/fontmetric/GothicBBB-Medium-83pv-RKSJ-H.afm +OpenOffice.org641/share/psprint/fontmetric/GothicBBB-Medium.Roman.afm +OpenOffice.org641/share/psprint/fontmetric/Helvetica.afm +OpenOffice.org641/share/psprint/fontmetric/Helvetica-Bold.afm +OpenOffice.org641/share/psprint/fontmetric/Helvetica-BoldOblique.afm +OpenOffice.org641/share/psprint/fontmetric/Helvetica-Oblique.afm +OpenOffice.org641/share/psprint/fontmetric/NewBaskerville-Bold.afm +OpenOffice.org641/share/psprint/fontmetric/NewBaskerville-BoldItalic.afm +OpenOffice.org641/share/psprint/fontmetric/NewBaskerville-Italic.afm +OpenOffice.org641/share/psprint/fontmetric/NewBaskerville-Roman.afm +OpenOffice.org641/share/psprint/fontmetric/NewCenturySchlbk-Bold.afm +OpenOffice.org641/share/psprint/fontmetric/NewCenturySchlbk-BoldItalic.afm +OpenOffice.org641/share/psprint/fontmetric/NewCenturySchlbk-Italic.afm +OpenOffice.org641/share/psprint/fontmetric/NewCenturySchlbk-Roman.afm +OpenOffice.org641/share/psprint/fontmetric/Palatino-Bold.afm +OpenOffice.org641/share/psprint/fontmetric/Palatino-BoldItalic.afm +OpenOffice.org641/share/psprint/fontmetric/Palatino-Italic.afm +OpenOffice.org641/share/psprint/fontmetric/Palatino-Roman.afm +OpenOffice.org641/share/psprint/fontmetric/Ryumin-Light-83pv-RKSJ-H.afm +OpenOffice.org641/share/psprint/fontmetric/Ryumin-Light.Roman.afm +OpenOffice.org641/share/psprint/fontmetric/Symbol.afm +OpenOffice.org641/share/psprint/fontmetric/Times-Bold.afm +OpenOffice.org641/share/psprint/fontmetric/Times-BoldItalic.afm +OpenOffice.org641/share/psprint/fontmetric/Times-Italic.afm +OpenOffice.org641/share/psprint/fontmetric/Times-Roman.afm +OpenOffice.org641/share/psprint/fontmetric/Windsor.afm +OpenOffice.org641/share/psprint/fontmetric/ZapfChancery-MediumItalic.afm +OpenOffice.org641/share/psprint/fontmetric/ZapfDingbats.afm +OpenOffice.org641/share/psprint/fontmetric/builtincache +OpenOffice.org641/share/psprint/driver/ADISTILL.PS +OpenOffice.org641/share/psprint/driver/APLW3101.PS +OpenOffice.org641/share/psprint/driver/APLW3201.PS +OpenOffice.org641/share/psprint/driver/APLW3601.PS +OpenOffice.org641/share/psprint/driver/APLW6101.PS +OpenOffice.org641/share/psprint/driver/APLW8101.PS +OpenOffice.org641/share/psprint/driver/APLW81F1.PS +OpenOffice.org641/share/psprint/driver/APLWBGR1.PS +OpenOffice.org641/share/psprint/driver/APLWCOB1.PS +OpenOffice.org641/share/psprint/driver/APLWCSB1.PS +OpenOffice.org641/share/psprint/driver/APLWGRF1.PS +OpenOffice.org641/share/psprint/driver/APLWGRI1.PS +OpenOffice.org641/share/psprint/driver/APLWGRJ1.PS +OpenOffice.org641/share/psprint/driver/APLWIIF2.PS +OpenOffice.org641/share/psprint/driver/APLWIIG2.PS +OpenOffice.org641/share/psprint/driver/APLWLOT1.PS +OpenOffice.org641/share/psprint/driver/APL_IIF1.PS +OpenOffice.org641/share/psprint/driver/APL_IIG1.PS +OpenOffice.org641/share/psprint/driver/APL_NTR1.PS +OpenOffice.org641/share/psprint/driver/APNT518_.PS +OpenOffice.org641/share/psprint/driver/APNTX501.PS +OpenOffice.org641/share/psprint/driver/APNTXJ1_.PS +OpenOffice.org641/share/psprint/driver/APPL_230.PS +OpenOffice.org641/share/psprint/driver/APPL_380.PS +OpenOffice.org641/share/psprint/driver/APPL_422.PS +OpenOffice.org641/share/psprint/driver/APTOLLD1.PS +OpenOffice.org641/share/psprint/driver/APTOLLW1.PS +OpenOffice.org641/share/psprint/driver/CAECOGR1.PS +OpenOffice.org641/share/psprint/driver/DC1152_1.PS +OpenOffice.org641/share/psprint/driver/EFAX3010.PS +OpenOffice.org641/share/psprint/driver/EFAX4010.PS +OpenOffice.org641/share/psprint/driver/EFAX5010.PS +OpenOffice.org641/share/psprint/driver/EFAX7010.PS +OpenOffice.org641/share/psprint/driver/EFMX3010.PS +OpenOffice.org641/share/psprint/driver/EFMX5010.PS +OpenOffice.org641/share/psprint/driver/EFMX7010.PS +OpenOffice.org641/share/psprint/driver/EFXJK1F3.PS +OpenOffice.org641/share/psprint/driver/EFXJK2F3.PS +OpenOffice.org641/share/psprint/driver/EFXJK303.PS +OpenOffice.org641/share/psprint/driver/EFXJK3F3.PS +OpenOffice.org641/share/psprint/driver/EP_08001.PS +OpenOffice.org641/share/psprint/driver/EP_15201.PS +OpenOffice.org641/share/psprint/driver/EP_30001.PS +OpenOffice.org641/share/psprint/driver/EP_50001.PS +OpenOffice.org641/share/psprint/driver/EP_82F21.PS +OpenOffice.org641/share/psprint/driver/EP_82F51.PS +OpenOffice.org641/share/psprint/driver/EP_P0701.PS +OpenOffice.org641/share/psprint/driver/EP_P1201.PS +OpenOffice.org641/share/psprint/driver/EP_STPH1.PS +OpenOffice.org641/share/psprint/driver/GENERIC.PS +OpenOffice.org641/share/psprint/driver/HP1200C1.PS +OpenOffice.org641/share/psprint/driver/HP2500C1.PS +OpenOffice.org641/share/psprint/driver/HP3SI52_.PS +OpenOffice.org641/share/psprint/driver/HP3SIL21.PS +OpenOffice.org641/share/psprint/driver/HP4M3_V1.PS +OpenOffice.org641/share/psprint/driver/HP4M6_V1.PS +OpenOffice.org641/share/psprint/driver/HP4ML_V1.PS +OpenOffice.org641/share/psprint/driver/HP4MP3_1.PS +OpenOffice.org641/share/psprint/driver/HP4MP6_1.PS +OpenOffice.org641/share/psprint/driver/HP4PLUS3.PS +OpenOffice.org641/share/psprint/driver/HP4PLUS6.PS +OpenOffice.org641/share/psprint/driver/HP4SI3_1.PS +OpenOffice.org641/share/psprint/driver/HP4SI6_1.PS +OpenOffice.org641/share/psprint/driver/HPIID52_.PS +OpenOffice.org641/share/psprint/driver/HPIII52_.PS +OpenOffice.org641/share/psprint/driver/HPIIP52_.PS +OpenOffice.org641/share/psprint/driver/HPLJ3D1_.PS +OpenOffice.org641/share/psprint/driver/HPLJ3P1_.PS +OpenOffice.org641/share/psprint/driver/HPLJ4MV1.PS +OpenOffice.org641/share/psprint/driver/HPLJ5M_4.PS +OpenOffice.org641/share/psprint/driver/HPLJ5P_1.PS +OpenOffice.org641/share/psprint/driver/HPLJ5SI1.PS +OpenOffice.org641/share/psprint/driver/HPLJ5SIM.PS +OpenOffice.org641/share/psprint/driver/HPLJ__31.PS +OpenOffice.org641/share/psprint/driver/HP_3D52_.PS +OpenOffice.org641/share/psprint/driver/HP_3P52_.PS +OpenOffice.org641/share/psprint/driver/HP__CLJ1.PS +OpenOffice.org641/share/psprint/driver/KD8650P1.PS +OpenOffice.org641/share/psprint/driver/KD92P001.PS +OpenOffice.org641/share/psprint/driver/KDH00001.PS +OpenOffice.org641/share/psprint/driver/KDH00002.PS +OpenOffice.org641/share/psprint/driver/L10__425.PS +OpenOffice.org641/share/psprint/driver/L20__471.PS +OpenOffice.org641/share/psprint/driver/L20__493.PS +OpenOffice.org641/share/psprint/driver/L30__471.PS +OpenOffice.org641/share/psprint/driver/L30__493.PS +OpenOffice.org641/share/psprint/driver/L333_523.PS +OpenOffice.org641/share/psprint/driver/L33__523.PS +OpenOffice.org641/share/psprint/driver/L50__493.PS +OpenOffice.org641/share/psprint/driver/L533_523.PS +OpenOffice.org641/share/psprint/driver/L53__523.PS +OpenOffice.org641/share/psprint/driver/LEX4039P.PS +OpenOffice.org641/share/psprint/driver/LEX4079P.PS +OpenOffice.org641/share/psprint/driver/LEXOPTR_.PS +OpenOffice.org641/share/psprint/driver/LHCFLRJ5.PS +OpenOffice.org641/share/psprint/driver/LHCOFLC5.PS +OpenOffice.org641/share/psprint/driver/LHCOFLR5.PS +OpenOffice.org641/share/psprint/driver/LHGUBEH3.PS +OpenOffice.org641/share/psprint/driver/LHGUBHJ4.PS +OpenOffice.org641/share/psprint/driver/LHHERHJ4.PS +OpenOffice.org641/share/psprint/driver/LHHERIJ4.PS +OpenOffice.org641/share/psprint/driver/LHHERKH3.PS +OpenOffice.org641/share/psprint/driver/LHHERKI4.PS +OpenOffice.org641/share/psprint/driver/LHHKPHJ7.PS +OpenOffice.org641/share/psprint/driver/LHHKPIJ7.PS +OpenOffice.org641/share/psprint/driver/LHHRKPH7.PS +OpenOffice.org641/share/psprint/driver/LHHRKPI7.PS +OpenOffice.org641/share/psprint/driver/LHQUSHJ4.PS +OpenOffice.org641/share/psprint/driver/LHQUSIJ4.PS +OpenOffice.org641/share/psprint/driver/LHQUSRH3.PS +OpenOffice.org641/share/psprint/driver/LHQUSRI3.PS +OpenOffice.org641/share/psprint/driver/LHSIGHJ4.PS +OpenOffice.org641/share/psprint/driver/LHSIGIJ4.PS +OpenOffice.org641/share/psprint/driver/LHSIGNH3.PS +OpenOffice.org641/share/psprint/driver/LHSIGNI3.PS +OpenOffice.org641/share/psprint/driver/LOPC1200.PS +OpenOffice.org641/share/psprint/driver/LOPC40.PS +OpenOffice.org641/share/psprint/driver/LOPC45.PS +OpenOffice.org641/share/psprint/driver/LOPE310.PS +OpenOffice.org641/share/psprint/driver/LOPM410.PS +OpenOffice.org641/share/psprint/driver/LOPS1255.PS +OpenOffice.org641/share/psprint/driver/LOPS1625.PS +OpenOffice.org641/share/psprint/driver/LOPS1855.PS +OpenOffice.org641/share/psprint/driver/LOPS2455.PS +OpenOffice.org641/share/psprint/driver/LOPS3455.PS +OpenOffice.org641/share/psprint/driver/LOPT610.PS +OpenOffice.org641/share/psprint/driver/LOPT612.PS +OpenOffice.org641/share/psprint/driver/LOPT614.PS +OpenOffice.org641/share/psprint/driver/LOPT616.PS +OpenOffice.org641/share/psprint/driver/LOPTRAC.PS +OpenOffice.org641/share/psprint/driver/LOPTRAEP.PS +OpenOffice.org641/share/psprint/driver/LOPTRAK.PS +OpenOffice.org641/share/psprint/driver/LOPTRAN.PS +OpenOffice.org641/share/psprint/driver/LOPTRAP.PS +OpenOffice.org641/share/psprint/driver/LOPTRAS.PS +OpenOffice.org641/share/psprint/driver/LOPTRASC.PS +OpenOffice.org641/share/psprint/driver/LOPW810.PS +OpenOffice.org641/share/psprint/driver/LOS1255P.PS +OpenOffice.org641/share/psprint/driver/LOS1625P.PS +OpenOffice.org641/share/psprint/driver/LOS1855P.PS +OpenOffice.org641/share/psprint/driver/LOS2455P.PS +OpenOffice.org641/share/psprint/driver/LOS3455P.PS +OpenOffice.org641/share/psprint/driver/LWNT_518.PS +OpenOffice.org641/share/psprint/driver/SGENPRT.PS +OpenOffice.org641/share/psprint/driver/SNSPREC1.PS +OpenOffice.org641/share/psprint/driver/TK300PJ1.PS +OpenOffice.org641/share/psprint/driver/TK300XJ1.PS +OpenOffice.org641/share/psprint/driver/TK350171.PS +OpenOffice.org641/share/psprint/driver/TK350172.PS +OpenOffice.org641/share/psprint/driver/TK350691.PS +OpenOffice.org641/share/psprint/driver/TK350692.PS +OpenOffice.org641/share/psprint/driver/TK350PJ2.PS +OpenOffice.org641/share/psprint/driver/TK360J21.PS +OpenOffice.org641/share/psprint/driver/TK360J51.PS +OpenOffice.org641/share/psprint/driver/TK360J71.PS +OpenOffice.org641/share/psprint/driver/TK450PJ1.PS +OpenOffice.org641/share/psprint/driver/TK550171.PS +OpenOffice.org641/share/psprint/driver/TK550391.PS +OpenOffice.org641/share/psprint/driver/TK550PJ1.PS +OpenOffice.org641/share/psprint/driver/TKP350J2.PS +OpenOffice.org641/share/psprint/driver/TKP360P1.PS +OpenOffice.org641/share/psprint/driver/TKP380J1.PS +OpenOffice.org641/share/psprint/driver/TKP380P1.PS +OpenOffice.org641/share/psprint/driver/TKP450J1.PS +OpenOffice.org641/share/psprint/driver/TKP450P1.PS +OpenOffice.org641/share/psprint/driver/TKP550J1.PS +OpenOffice.org641/share/psprint/driver/TKP600J1.PS +OpenOffice.org641/share/psprint/driver/TKPH3801.PS +OpenOffice.org641/share/psprint/driver/TKPH4501.PS +OpenOffice.org641/share/psprint/driver/TKPH6001.PS +OpenOffice.org641/share/psprint/driver/XRD61354.PS +OpenOffice.org641/share/psprint/driver/XRD61801.PS +OpenOffice.org641/share/psprint/driver/XRN17000.PS +OpenOffice.org641/share/psprint/driver/XRN24320.PS +OpenOffice.org641/share/psprint/driver/XR_DC230.PS +OpenOffice.org641/share/psprint/psprint.conf +OpenOffice.org641/share/autocorr/acor1033.dat +OpenOffice.org641/user/autotext/english/mytexts.bau +OpenOffice.org641/user/database/biblio/biblio.dbf +OpenOffice.org641/user/gallery/sg100.sdv +OpenOffice.org641/user/gallery/sg100.thm +OpenOffice.org641/user/gallery/sg30.sdv +OpenOffice.org641/user/gallery/sg30.thm +OpenOffice.org641/user/config/arrowhd.soe +OpenOffice.org641/user/config/classic.sog +OpenOffice.org641/user/config/hatching.soh +OpenOffice.org641/user/config/modern.sog +OpenOffice.org641/user/config/palette.soc +OpenOffice.org641/user/config/styles.sod +OpenOffice.org641/user/config/autotbl.fmt +OpenOffice.org641/user/config/dbtitle.rdb +OpenOffice.org641/user/config/cmyk.soc +OpenOffice.org641/user/config/gallery.soc +OpenOffice.org641/user/config/html.soc +OpenOffice.org641/user/config/standard.sob +OpenOffice.org641/user/config/standard.soc +OpenOffice.org641/user/config/standard.sod +OpenOffice.org641/user/config/standard.soe +OpenOffice.org641/user/config/standard.sog +OpenOffice.org641/user/config/standard.soh +OpenOffice.org641/user/config/sun-color.soc +OpenOffice.org641/user/config/web.soc +OpenOffice.org641/user/basic/dialogs.xli +OpenOffice.org641/user/basic/script.xli +OpenOffice.org641/help/en/sbasic.cfg +OpenOffice.org641/help/en/sbasic.db +OpenOffice.org641/help/en/sbasic.ht +OpenOffice.org641/help/en/sbasic.idx/CONTEXTS +OpenOffice.org641/help/en/sbasic.idx/DICTIONARY +OpenOffice.org641/help/en/sbasic.idx/DOCS +OpenOffice.org641/help/en/sbasic.idx/DOCS.TAB +OpenOffice.org641/help/en/sbasic.idx/EDGE +OpenOffice.org641/help/en/sbasic.idx/LINKNAMES +OpenOffice.org641/help/en/sbasic.idx/OFFSETS +OpenOffice.org641/help/en/sbasic.idx/POSITIONS +OpenOffice.org641/help/en/sbasic.idx/SCHEMA +OpenOffice.org641/help/en/sbasic.jar +OpenOffice.org641/help/en/sbasic.key +OpenOffice.org641/help/en/common.jar +OpenOffice.org641/help/en/custom.css +OpenOffice.org641/help/en/err.html +OpenOffice.org641/help/en/picture.db +OpenOffice.org641/help/en/picture.jar +OpenOffice.org641/help/en/treeview.xml +OpenOffice.org641/help/en/schart.jar +OpenOffice.org641/help/en/swriter.cfg +OpenOffice.org641/help/en/swriter.db +OpenOffice.org641/help/en/swriter.ht +OpenOffice.org641/help/en/swriter.idx/CONTEXTS +OpenOffice.org641/help/en/swriter.idx/DICTIONARY +OpenOffice.org641/help/en/swriter.idx/DOCS +OpenOffice.org641/help/en/swriter.idx/DOCS.TAB +OpenOffice.org641/help/en/swriter.idx/EDGE +OpenOffice.org641/help/en/swriter.idx/LINKNAMES +OpenOffice.org641/help/en/swriter.idx/OFFSETS +OpenOffice.org641/help/en/swriter.idx/POSITIONS +OpenOffice.org641/help/en/swriter.idx/SCHEMA +OpenOffice.org641/help/en/swriter.jar +OpenOffice.org641/help/en/swriter.key +OpenOffice.org641/help/en/scalc.cfg +OpenOffice.org641/help/en/scalc.db +OpenOffice.org641/help/en/scalc.ht +OpenOffice.org641/help/en/scalc.idx/CONTEXTS +OpenOffice.org641/help/en/scalc.idx/DICTIONARY +OpenOffice.org641/help/en/scalc.idx/DOCS +OpenOffice.org641/help/en/scalc.idx/DOCS.TAB +OpenOffice.org641/help/en/scalc.idx/EDGE +OpenOffice.org641/help/en/scalc.idx/LINKNAMES +OpenOffice.org641/help/en/scalc.idx/OFFSETS +OpenOffice.org641/help/en/scalc.idx/POSITIONS +OpenOffice.org641/help/en/scalc.idx/SCHEMA +OpenOffice.org641/help/en/scalc.jar +OpenOffice.org641/help/en/scalc.key +OpenOffice.org641/help/en/simpress.cfg +OpenOffice.org641/help/en/simpress.db +OpenOffice.org641/help/en/simpress.ht +OpenOffice.org641/help/en/simpress.idx/CONTEXTS +OpenOffice.org641/help/en/simpress.idx/DICTIONARY +OpenOffice.org641/help/en/simpress.idx/DOCS +OpenOffice.org641/help/en/simpress.idx/DOCS.TAB +OpenOffice.org641/help/en/simpress.idx/EDGE +OpenOffice.org641/help/en/simpress.idx/LINKNAMES +OpenOffice.org641/help/en/simpress.idx/OFFSETS +OpenOffice.org641/help/en/simpress.idx/POSITIONS +OpenOffice.org641/help/en/simpress.idx/SCHEMA +OpenOffice.org641/help/en/simpress.jar +OpenOffice.org641/help/en/simpress.key +OpenOffice.org641/help/en/sdraw.cfg +OpenOffice.org641/help/en/sdraw.db +OpenOffice.org641/help/en/sdraw.ht +OpenOffice.org641/help/en/sdraw.idx/CONTEXTS +OpenOffice.org641/help/en/sdraw.idx/DICTIONARY +OpenOffice.org641/help/en/sdraw.idx/DOCS +OpenOffice.org641/help/en/sdraw.idx/DOCS.TAB +OpenOffice.org641/help/en/sdraw.idx/EDGE +OpenOffice.org641/help/en/sdraw.idx/LINKNAMES +OpenOffice.org641/help/en/sdraw.idx/OFFSETS +OpenOffice.org641/help/en/sdraw.idx/POSITIONS +OpenOffice.org641/help/en/sdraw.idx/SCHEMA +OpenOffice.org641/help/en/sdraw.jar +OpenOffice.org641/help/en/sdraw.key +OpenOffice.org641/help/en/smath.cfg +OpenOffice.org641/help/en/smath.db +OpenOffice.org641/help/en/smath.ht +OpenOffice.org641/help/en/smath.idx/CONTEXTS +OpenOffice.org641/help/en/smath.idx/DICTIONARY +OpenOffice.org641/help/en/smath.idx/DOCS +OpenOffice.org641/help/en/smath.idx/DOCS.TAB +OpenOffice.org641/help/en/smath.idx/EDGE +OpenOffice.org641/help/en/smath.idx/LINKNAMES +OpenOffice.org641/help/en/smath.idx/OFFSETS +OpenOffice.org641/help/en/smath.idx/POSITIONS +OpenOffice.org641/help/en/smath.idx/SCHEMA +OpenOffice.org641/help/en/smath.jar +OpenOffice.org641/help/en/smath.key +OpenOffice.org641/help/main_transform.xsl +OpenOffice.org641/help/custom.css +@comment DIRS +@dirrm OpenOffice.org641/user/wordbook +@dirrm OpenOffice.org641/user/template +@dirrm OpenOffice.org641/user/temp +@dirrm OpenOffice.org641/user/store +@dirrm OpenOffice.org641/user/psprint/fontmetric +@dirrm OpenOffice.org641/user/psprint/driver +@dirrm OpenOffice.org641/user/psprint +@dirrm OpenOffice.org641/user/plugin +@dirrm OpenOffice.org641/user/gallery +@dirrm OpenOffice.org641/user/database/biblio +@dirrm OpenOffice.org641/user/database +@dirrm OpenOffice.org641/user/config/registry/instance/org/openoffice/ucb +@dirrm OpenOffice.org641/user/config/registry/instance/org/openoffice/Office +@dirrm OpenOffice.org641/user/config/registry/instance/org/openoffice +@dirrm OpenOffice.org641/user/config/registry/instance/org +@dirrm OpenOffice.org641/user/config/registry/instance +@dirrm OpenOffice.org641/user/config/registry +@dirrm OpenOffice.org641/user/config +@dirrm OpenOffice.org641/user/basic +@dirrm OpenOffice.org641/user/backup +@dirrm OpenOffice.org641/user/autotext/english +@dirrm OpenOffice.org641/user/autotext +@dirrm OpenOffice.org641/user/autocorr +@dirrm OpenOffice.org641/user +@dirrm OpenOffice.org641/share/wordbook/english +@dirrm OpenOffice.org641/share/wordbook +@dirrm OpenOffice.org641/share/template/english/wizard/web +@dirrm OpenOffice.org641/share/template/english/wizard/styles +@dirrm OpenOffice.org641/share/template/english/wizard/bitmap +@dirrm OpenOffice.org641/share/template/english/wizard +@dirrm OpenOffice.org641/share/template/english/internal +@dirrm OpenOffice.org641/share/template/english +@dirrm OpenOffice.org641/share/template +@dirrm OpenOffice.org641/share/psprint/fontmetric +@dirrm OpenOffice.org641/share/psprint/driver +@dirrm OpenOffice.org641/share/psprint +@dirrm OpenOffice.org641/share/gallery/www-back +@dirrm OpenOffice.org641/share/gallery/sounds +@dirrm OpenOffice.org641/share/gallery/rulers +@dirrm OpenOffice.org641/share/gallery/htmlexpo +@dirrm OpenOffice.org641/share/gallery/bullets +@dirrm OpenOffice.org641/share/gallery +@dirrm OpenOffice.org641/share/fonts/truetype +@dirrm OpenOffice.org641/share/fonts +@dirrm OpenOffice.org641/share/dtd/officedocument/1_0 +@dirrm OpenOffice.org641/share/dtd/officedocument +@dirrm OpenOffice.org641/share/dtd/math/1_01 +@dirrm OpenOffice.org641/share/dtd/math +@dirrm OpenOffice.org641/share/dtd +@dirrm OpenOffice.org641/share/config/webcast +@dirrm OpenOffice.org641/share/config/symbol +@dirrm OpenOffice.org641/share/config/registry/template/org/openoffice/ucb +@dirrm OpenOffice.org641/share/config/registry/template/org/openoffice/Office +@dirrm OpenOffice.org641/share/config/registry/template/org/openoffice +@dirrm OpenOffice.org641/share/config/registry/template/org +@dirrm OpenOffice.org641/share/config/registry/template +@dirrm OpenOffice.org641/share/config/registry/instance/org/openoffice/ucb +@dirrm OpenOffice.org641/share/config/registry/instance/org/openoffice/Office +@dirrm OpenOffice.org641/share/config/registry/instance/org/openoffice +@dirrm OpenOffice.org641/share/config/registry/instance/org +@dirrm OpenOffice.org641/share/config/registry/instance +@dirrm OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/ucb +@dirrm OpenOffice.org641/share/config/registry/cache/instance/org/openoffice/Office +@dirrm OpenOffice.org641/share/config/registry/cache/instance/org/openoffice +@dirrm OpenOffice.org641/share/config/registry/cache/instance/org +@dirrm OpenOffice.org641/share/config/registry/cache/instance +@dirrm OpenOffice.org641/share/config/registry/cache +@dirrm OpenOffice.org641/share/config/registry +@dirrm OpenOffice.org641/share/config +@dirrm OpenOffice.org641/share/basic/WebWizard +@dirrm OpenOffice.org641/share/basic/Tools +@dirrm OpenOffice.org641/share/basic/Template +@dirrm OpenOffice.org641/share/basic/Schedule +@dirrm OpenOffice.org641/share/basic/ImportWizard +@dirrm OpenOffice.org641/share/basic/Gimmicks +@dirrm OpenOffice.org641/share/basic/FormWizard +@dirrm OpenOffice.org641/share/basic/Euro +@dirrm OpenOffice.org641/share/basic +@dirrm OpenOffice.org641/share/autotext/english +@dirrm OpenOffice.org641/share/autotext +@dirrm OpenOffice.org641/share/autocorr +@dirrm OpenOffice.org641/share +@dirrm OpenOffice.org641/program/resource +@dirrm OpenOffice.org641/program/filter +@dirrm OpenOffice.org641/program/components +@dirrm OpenOffice.org641/program/classes +@dirrm OpenOffice.org641/program/addin/source +@dirrm OpenOffice.org641/program/addin +@dirrm OpenOffice.org641/program +@dirrm OpenOffice.org641/help/en/swriter.idx +@dirrm OpenOffice.org641/help/en/smath.idx +@dirrm OpenOffice.org641/help/en/simpress.idx +@dirrm OpenOffice.org641/help/en/sdraw.idx +@dirrm OpenOffice.org641/help/en/scalc.idx +@dirrm OpenOffice.org641/help/en/sbasic.idx +@dirrm OpenOffice.org641/help/en +@dirrm OpenOffice.org641/help +@dirrm OpenOffice.org641 -- cgit v1.2.3